:root{color:#0f172a;background:#eef4f8;font-family:Segoe UI,system-ui,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}button,input,select,textarea{font:inherit}.layout{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 3rem}.header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.header h1{margin:.25rem 0 0;font-size:1.75rem}.header-actions{align-items:center;gap:.75rem;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#0369a1;margin:0;font-size:.85rem;font-weight:700}.muted{color:#64748b}.error{color:#b91c1c;margin:0}.success{color:#047857;margin:0}.login-page{background:linear-gradient(135deg,#dbeafe,#ecfeff);place-items:center;min-height:100vh;padding:1.5rem;display:grid}.login-card,.card{background:#fff;border:1px solid #dbeafe;border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px #0f172a0f}.login-card{width:min(100%,440px)}.login-card h1{margin:.25rem 0 .5rem}.stack{gap:.85rem;display:grid}label{gap:.35rem;font-weight:600;display:grid}input,select,textarea{background:#fff;border:1px solid #cbd5e1;border-radius:10px;width:100%;padding:.65rem .75rem}textarea{resize:vertical}.btn{cursor:pointer;border:none;border-radius:10px;padding:.65rem 1rem;font-weight:600}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{color:#fff;background:#0284c7}.btn-secondary{color:#0f172a;background:#e2e8f0}.demo-box{background:#f8fafc;border-radius:12px;margin-top:1.25rem;padding:1rem;font-size:.92rem}.demo-box p{margin:.35rem 0 0}.auth-switch{text-align:center;margin:1rem 0 0}.auth-switch a,.forgot-password-link a{color:#0369a1;font-weight:700}.forgot-password-link{text-align:right;margin:-.45rem 0 0;font-size:.9rem}.forgot-password-link a{font-weight:600;text-decoration:none}.forgot-password-link a:hover{text-decoration:underline}.grid.two-col{gap:1.25rem;display:grid}@media (width>=900px){.grid.two-col{grid-template-columns:1fr 1fr}}.list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.list-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.list-item.column{flex-direction:column;align-items:stretch}.note-meta{justify-content:space-between;gap:1rem;display:flex}.row{align-items:center;gap:.5rem;display:flex}.pill{background:#e2e8f0;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.pill.scheduled{color:#1d4ed8;background:#dbeafe}.pill.cancelled{color:#b91c1c;background:#fee2e2}.pill.completed,.pill.success{color:#047857;background:#dcfce7}.pill.muted{color:#64748b;background:#f1f5f9}.user-badge{color:#0369a1;background:#e0f2fe;border-radius:999px;padding:.35rem .75rem;font-weight:600}.mt{margin-top:1rem}.notes p{white-space:pre-wrap;margin:.5rem 0 0}.note-content{gap:.75rem;width:100%;display:grid}.note-text{white-space:pre-wrap;margin:0}.handwriting-preview{background:#fffef8;border:1px solid #cbd5e1;border-radius:10px;width:100%;max-width:100%}.handwriting-wrap{gap:.5rem;display:grid}.handwriting-canvas{touch-action:none;cursor:crosshair;background:#fffef8;border:2px dashed #94a3b8;border-radius:12px;width:100%;height:220px}.handwriting-hint{margin:0;font-size:.85rem}.handwriting-setup-hint{margin:.35rem 0 0;font-size:.82rem;line-height:1.45}.handwriting-setup-hint a{color:#0369a1;font-weight:600}.myscript-editor{min-height:220px;padding:0;position:relative;overflow:hidden}.myscript-editor.is-loading{opacity:.6;pointer-events:none}.myscript-editor.ms-editor{touch-action:none}.myscript-editor svg{touch-action:none;width:100%;height:100%}.handwriting-toolbar{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.field-label{font-weight:600}.btn-sm{padding:.4rem .75rem;font-size:.85rem}.note-mode-tabs{flex-wrap:wrap;gap:.5rem;display:flex}.note-mode-tab{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;padding:.45rem .9rem;font-weight:600}.note-mode-tab.active{color:#fff;background:#0284c7;border-color:#0284c7}@media (width>=768px){.handwriting-canvas{height:280px}}.app-container{width:100%;min-height:100vh;display:flex}.sidebar{color:#f8fafc;background-color:#0f172a;border-right:1px solid #1e293b;flex-direction:column;flex-shrink:0;width:260px;padding:1.5rem;display:flex}.sidebar-brand{align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.25rem;font-weight:700;display:flex}.logo-icon{font-size:1.5rem}.logo-text{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.nav-link{color:#94a3b8;border-radius:8px;padding:.75rem 1rem;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;display:block}.nav-link:hover{color:#f8fafc;background-color:#1e293b}.nav-link.active{color:#fff;background-color:#0284c7}.main-content{background-color:#f1f5f9;flex-grow:1;min-width:0;padding:2rem;overflow-y:auto}.table-container{border:1px solid #e2e8f0;border-radius:12px;width:100%;margin-top:1rem;overflow-x:auto}.table{border-collapse:collapse;text-align:left;width:100%}.table th,.table td{border-bottom:1px solid #e2e8f0;padding:.75rem 1rem}.table th{color:#475569;background-color:#f8fafc;font-weight:600}.table tr:last-child td{border-bottom:none}.alert{border-radius:10px;margin-bottom:1rem;padding:1rem;font-weight:500}.alert-danger{color:#991b1b;background-color:#fee2e2;border:1px solid #fca5a5}.alert-success{color:#166534;background-color:#dcfce7;border:1px solid #86efac}.alert-warning{color:#854d0e;background-color:#fef9c3;border:1px solid #fde047}.badge{border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-danger{color:#991b1b;background-color:#fee2e2}.badge-success{color:#166534;background-color:#dcfce7}.badge-primary{color:#1d4ed8;background-color:#dbeafe}.badge-warning{color:#854d0e;background-color:#fef9c3}.card-title-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.inline-form{align-items:flex-end;gap:.5rem;display:flex}.horizontal-flow{flex-wrap:wrap;gap:1rem;display:flex}.flex-1{flex:1}.text-right{text-align:right}.vitals-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.prescriptions-table input{padding:.4rem .5rem}.tab-container{border-bottom:1px solid #e2e8f0;gap:1rem;margin-bottom:1rem;display:flex}.tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 1rem;font-weight:600}.tab-btn.active{color:#0284c7;border-bottom-color:#0284c7}
