@import "https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{box-sizing:border-box;width:100vw;height:100vh;margin:0;padding:0;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--blue:#2563eb;--blue-dark:#1d4ed8;--blue-light:#dbeafe;--blue-xlight:#eff6ff;--t9:#0f172a;--t7:#1e293b;--t5:#64748b;--t3:#94a3b8;--white:#fff;--sidebar-w:248px;--card-bg:#fffffff0;--card-border:#cbdcf58c;--shadow-card:0 4px 24px #2563eb14;--shadow-hover:0 8px 36px #2563eb24;--shadow-btn:0 6px 20px #2563eb52;--r-xl:22px;--r-lg:16px;--r-md:11px;--r-sm:8px;--danger:#ef4444;--danger-light:#fef2f2;--success:#10b981;--success-light:#ecfdf5;--warning:#f59e0b;--purple:#8b5cf6;--purple-light:#ede9fe}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{color:var(--t7);-webkit-font-smoothing:antialiased;background:linear-gradient(145deg,#c4ddff 0%,#dff0ff 40%,#edf8ff 70%,#d3e9ff 100%);font-family:DM Sans,sans-serif;overflow:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes blob{0%{transform:translate(0)scale(1)}33%{transform:translate(28px,-44px)scale(1.09)}66%{transform:translate(-18px,18px)scale(.93)}to{transform:translate(0)scale(1)}}@keyframes shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseRing{0%{box-shadow:0 0 #ef444499}70%{box-shadow:0 0 0 14px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes bounceIn{0%{opacity:0;transform:scale(.85)}60%{transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.fade-in{animation:.55s cubic-bezier(.22,1,.36,1) both fadeUp}.slide-top{animation:.38s cubic-bezier(.22,1,.36,1) both fadeUp}.bounce-in{animation:.4s both bounceIn}.login-container{background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 50%,#e0f2fe 100%);justify-content:center;align-items:stretch;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.login-split{z-index:10;width:100%;height:100%;display:flex;position:relative}.login-hero{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#2563eb 0%,#1d4ed8 45%,#1e40af 100%);flex:1.1;justify-content:center;align-items:center;padding:48px 52px;transition:background .4s;display:flex;position:relative;overflow:hidden}.login-hero:before{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-140px}.login-hero:after{content:"";pointer-events:none;background:#ffffff0d;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-80px;left:-60px}.login-hero-inner{z-index:2;max-width:460px;position:relative}.hero-badge{color:#ffffffeb;letter-spacing:1.5px;text-transform:uppercase;background:#ffffff26;border:1px solid #ffffff38;border-radius:20px;margin-bottom:22px;padding:6px 14px;font-size:.74rem;font-weight:700;display:inline-block}.hero-title{letter-spacing:-3px;color:#fff;margin-bottom:16px;font-size:4.2rem;font-weight:800;line-height:1}.hero-sub{color:#ffffffc7;max-width:360px;margin-bottom:38px;font-size:1rem;font-weight:400;line-height:1.65}.hero-features{flex-direction:column;gap:18px;margin-bottom:36px;display:flex}.hero-feat{border-radius:var(--r-lg);background:#ffffff17;border:1px solid #ffffff24;align-items:flex-start;gap:16px;padding:14px 18px;transition:background .2s;display:flex}.hero-feat:hover{background:#ffffff26}.feat-icon{flex-shrink:0;margin-top:1px;font-size:1.5rem}.feat-title{color:#fff;margin-bottom:3px;font-size:.92rem;font-weight:700}.feat-desc{color:#ffffffad;font-size:.8rem;line-height:1.4}.hero-trust{flex-wrap:wrap;gap:10px;display:flex}.trust-badge{color:#ffffffe0;letter-spacing:.5px;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;padding:6px 14px;font-size:.76rem;font-weight:700}.login-form-side{flex:.9;justify-content:center;align-items:center;padding:32px 28px;display:flex;overflow-y:auto}.login-footer-note{text-align:center;color:var(--t3);letter-spacing:.3px;margin-top:18px;font-size:.74rem;font-weight:500}.background-shapes .shape{filter:blur(90px);opacity:.58;border-radius:50%;animation:18s ease-in-out infinite alternate blob;position:absolute}.shape-1{background:#93c5fd;width:55vw;height:55vw;top:-15%;left:-10%}.shape-2{background:#a5b4fc;width:42vw;height:42vw;animation-delay:2s;bottom:-18%;right:-8%}.shape-3{background:#7dd3fc;width:30vw;height:30vw;animation-delay:4s;top:42%;left:55%}.glass-panel{-webkit-backdrop-filter:blur(28px);border-radius:var(--r-xl);z-index:10;scrollbar-width:none;-ms-overflow-style:none;background:#fffc;border:1px solid #ffffffeb;max-height:85vh;padding:32px 36px;position:relative;overflow:hidden auto;box-shadow:0 20px 60px #2563eb1f,inset 0 1px #ffffffe6}.glass-panel::-webkit-scrollbar{display:none}.glass-panel:before{content:"";background:linear-gradient(90deg,#0000,#fff,#0000);height:1px;position:absolute;top:0;left:0;right:0}.login-panel{width:100%;max-width:440px}.login-header{text-align:center;margin-bottom:24px}.logo-text{color:var(--t9);letter-spacing:-2px;font-size:3rem;font-weight:800;line-height:1}.logo-dot{color:var(--blue)}.login-subtext{color:var(--blue);letter-spacing:2px;text-transform:uppercase;opacity:.8;margin-top:8px;font-size:.76rem;font-weight:700}.role-selector{border-radius:var(--r-lg);background:#f1f5f9f5;margin-bottom:26px;padding:5px;display:flex;box-shadow:inset 0 1px 3px #0000000d}.role-btn{cursor:pointer;border-radius:var(--r-md);color:var(--t5);background:0 0;border:none;flex:1;padding:10px 6px;font-family:inherit;font-size:.87rem;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.role-btn:hover{color:var(--blue)}.role-btn.active{background:var(--white);color:var(--blue);box-shadow:0 4px 14px #2563eb24}.input-group{margin-bottom:18px}.input-group label{color:var(--t5);text-transform:uppercase;letter-spacing:1px;margin-bottom:7px;font-size:.73rem;font-weight:700;display:block}.input-group input,.input-group textarea{border-radius:var(--r-md);width:100%;color:var(--t9);background:#f8fafce6;border:1.5px solid #e2e8f0d9;outline:none;padding:13px 15px;font-family:inherit;font-size:.96rem;font-weight:500;transition:all .2s}.input-group input:focus,.input-group textarea:focus{background:var(--white);border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1c}.input-group input::placeholder,.input-group textarea::placeholder{color:var(--t3);font-weight:400}.btn-primary{border-radius:var(--r-md);width:100%;color:var(--white);cursor:pointer;box-shadow:var(--shadow-btn);background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;justify-content:center;align-items:center;gap:10px;padding:14px;font-family:inherit;font-size:.97rem;font-weight:700;transition:all .25s;display:flex;position:relative;overflow:hidden}.btn-primary:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff38 50%,#0000 100%);width:50%;height:100%;animation:3s infinite shimmer;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #1d4ed86b}.btn-primary:active{transform:translateY(1px)}.w-full{width:100%}.arrow{transition:transform .25s}.btn-primary:hover .arrow{transform:translate(5px)}.error-text{color:var(--danger);background:var(--danger-light);border-radius:var(--r-sm);text-align:center;border:1px solid #ef44442e;margin-bottom:16px;padding:10px 14px;font-size:.86rem;font-weight:600}.app-layout{background:linear-gradient(145deg,#c4ddff 0%,#dff0ff 40%,#edf8ff 70%,#d3e9ff 100%);flex-direction:row;width:100vw;height:100vh;display:flex;overflow:hidden}.dash-layout{flex-direction:row;width:100%;height:100vh;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);z-index:20;background:#fffffff7;border-right:1px solid #cbdcf599;flex-direction:column;flex-shrink:0;height:100vh;padding:24px 16px;display:flex;overflow:hidden;box-shadow:3px 0 20px #2563eb0f}.sidebar-logo{flex-direction:column;gap:8px;margin-bottom:22px;display:flex}.logo-text.sm{letter-spacing:-1.5px;font-size:1.85rem}.role-tag{color:var(--white);text-transform:uppercase;letter-spacing:1.2px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:20px;align-self:flex-start;padding:4px 11px;font-size:.67rem;font-weight:800;display:inline-block;box-shadow:0 3px 10px #2563eb47}.sidebar-user{border-radius:var(--r-lg);background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd66;align-items:center;gap:11px;margin-bottom:22px;padding:13px 12px;display:flex}.s-avatar{width:40px;height:40px;color:var(--white);background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;font-weight:800;display:flex;box-shadow:0 4px 12px #2563eb4d}.s-user-info{min-width:0}.s-user-name{color:var(--t9);white-space:nowrap;text-overflow:ellipsis;font-size:.94rem;font-weight:700;overflow:hidden}.s-user-role{color:var(--t5);margin-top:2px;font-size:.75rem}.sidebar-nav{flex-direction:column;flex:1;gap:3px;display:flex}.s-nav-item{color:var(--t5);border-radius:var(--r-md);align-items:center;gap:9px;padding:10px 12px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .18s;display:flex}.s-nav-item:hover{color:var(--blue);background:#2563eb12;transform:translate(3px)}.s-nav-item.active{color:var(--blue);background:#2563eb1a;border:1px solid #2563eb21;font-weight:700}.s-nav-icon{font-size:1rem}.sidebar-bottom{margin-top:auto;padding-top:14px}.btn-logout{background:var(--white);width:100%;color:var(--danger);border-radius:var(--r-md);cursor:pointer;border:1.5px solid #ef444438;padding:11px;font-family:inherit;font-size:.88rem;font-weight:700;transition:all .22s}.btn-logout:hover{background:var(--danger);color:var(--white);border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 18px #ef444438}.dash-main{flex-direction:column;flex:1;gap:22px;min-width:0;height:100vh;padding:28px 32px 36px;display:flex;overflow:hidden auto}.dash-main::-webkit-scrollbar{width:5px}.dash-main::-webkit-scrollbar-track{background:0 0}.dash-main::-webkit-scrollbar-thumb{background:#b8d0ee;border-radius:10px}.topbar{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.topbar-title{color:var(--t9);letter-spacing:-.5px;font-size:1.85rem;font-weight:800}.topbar-sub{color:var(--t5);margin-top:3px;font-size:.88rem}.status-pill{letter-spacing:.5px;border-radius:20px;padding:7px 16px;font-size:.78rem;font-weight:700}.status-active{background:var(--success-light);color:var(--success);border:1px solid #10b98133}.stat-row{flex-shrink:0;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.stat-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--r-lg);box-shadow:var(--shadow-card);align-items:center;gap:16px;padding:18px 20px;transition:transform .2s,box-shadow .2s;display:flex}.stat-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.stat-card>div{min-width:0}.stat-icon{font-size:1.6rem;line-height:1}.stat-num{color:var(--t9);letter-spacing:-.5px;word-wrap:break-word;overflow-wrap:break-word;font-size:1.55rem;font-weight:800;line-height:1.1}.stat-label{color:var(--t5);margin-top:3px;font-size:.78rem;font-weight:600}.doc-mini-stats{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}.doc-mini-stats .stat-card{gap:12px;padding:10px 14px}.doc-mini-stats .stat-icon{font-size:1.25rem}.doc-mini-stats .stat-num{letter-spacing:-.2px;font-size:1.15rem}.doc-mini-stats .stat-label{margin-top:1px;font-size:.7rem}.stat-blue{border-left:4px solid #2563eb}.stat-purple{border-left:4px solid #8b5cf6}.stat-green{border-left:4px solid #10b981}.stat-amber{border-left:4px solid #f59e0b}.content-grid{flex:1;grid-template-columns:1fr 340px;align-items:start;gap:18px;min-height:0;display:grid}.content-col-wide,.content-col-narrow{flex-direction:column;gap:18px;display:flex}.panel{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--r-xl);box-shadow:var(--shadow-card);padding:22px;transition:box-shadow .2s}.panel:hover{box-shadow:var(--shadow-hover)}.panel-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.panel-title{color:var(--t9);font-size:1rem;font-weight:700}.panel-count{background:var(--blue-light);color:var(--blue);border-radius:20px;padding:4px 10px;font-size:.72rem;font-weight:800}.records-scroll{flex-direction:column;gap:12px;max-height:420px;padding-right:6px;display:flex;overflow-y:auto}.records-scroll::-webkit-scrollbar{width:4px}.records-scroll::-webkit-scrollbar-thumb{background:#b8d0ee;border-radius:10px}.record-item{border-radius:var(--r-lg);border-left:4px solid var(--blue);background:#f2f7ff;padding:15px 16px;transition:all .2s}.record-item:hover{background:var(--white);transform:translate(3px);box-shadow:0 4px 16px #2563eb17}.record-item.type-lab{border-left-color:var(--purple)}.record-item.type-history{border-left-color:var(--warning)}.record-header{border-bottom:1px solid #deeafb;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;display:flex}.record-date{color:var(--t5);font-size:.83rem;font-weight:600}.record-body p{color:var(--t7);margin-bottom:8px;font-size:.91rem;line-height:1.6}.record-body p:last-child{margin-bottom:0}.record-body strong{color:var(--t9);font-weight:700}.badge{text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:.68rem;font-weight:800}.type-consult-badge{color:#1d4ed8;background:#dbeafe}.type-lab-badge{color:#6d28d9;background:#ede9fe}.type-history-badge{color:#92400e;background:#fef3c7}.badge-success{background:var(--success-light);color:var(--success)}.profile-panel{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:26px 20px;display:flex}.profile-avatar-lg{width:64px;height:64px;color:var(--white);background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:20px;justify-content:center;align-items:center;margin-bottom:4px;font-size:1.8rem;font-weight:800;display:flex;box-shadow:0 8px 20px #2563eb4d}.profile-name{color:var(--t9);word-wrap:break-word;overflow-wrap:break-word;font-size:1.1rem;font-weight:700}.profile-id{color:var(--t5);font-size:.82rem}.profile-badges{gap:8px;margin-top:4px;display:flex}.mini-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:700}.mini-badge.blue{background:var(--blue-light);color:var(--blue)}.mini-badge.green{background:var(--success-light);color:var(--success)}.mini-badge.red{background:var(--danger-light);color:var(--danger)}.mini-badge.yellow{color:var(--warning);background:#f59e0b26}.mini-record{border-bottom:1px solid #edf3fb;align-items:flex-start;gap:10px;padding:10px 0;display:flex}.mini-record:last-child{border-bottom:none}.mini-record-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.mini-record-dot.purple{background:var(--purple)}.mini-record-dot.blue{background:var(--blue)}.mini-record-title{color:var(--t9);font-size:.88rem;font-weight:600}.mini-record-date{color:var(--t5);margin-top:2px;font-size:.76rem}.empty-small{color:var(--t3);padding:8px 0;font-size:.88rem}.history-panel{background:linear-gradient(135deg,#fefce8,#fef9c3);border:1px solid #f59e0b33}.history-text{color:var(--t7);font-size:.9rem;line-height:1.6}.empty-state-box{color:var(--t3);text-align:center;flex-direction:column;align-items:center;padding:40px 20px;display:flex}.empty-big-icon{opacity:.4;margin-bottom:12px;font-size:3.2rem}.empty-state-box p{font-size:.95rem}.empty-search-state{text-align:center;color:var(--t5);border-radius:var(--r-xl);background:#ffffff80;border:2px dashed #93c5fd80;flex-direction:column;flex:1;justify-content:center;align-items:center;margin-top:8px;padding:60px 40px;display:flex}.empty-search-icon{opacity:.35;margin-bottom:16px;font-size:4rem}.empty-search-state h2{color:var(--t9);margin-bottom:10px;font-size:1.4rem;font-weight:800}.empty-search-state p{max-width:360px;font-size:.96rem;line-height:1.6}.search-bar{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--shadow-card);border:1px solid #cbdcf5b3;gap:8px;padding:6px;transition:all .2s;display:flex}.search-bar:focus-within{border-color:#2563eb42;transform:translateY(-1px);box-shadow:0 8px 30px #2563eb24}.search-bar input{border-radius:var(--r-md);width:260px;color:var(--t9);background:#f1f7ff;border:none;outline:none;padding:9px 13px;font-family:inherit;font-size:.92rem;font-weight:500}.search-bar input::placeholder{color:var(--t3)}.btn-secondary{background:var(--blue);color:var(--white);border-radius:var(--r-md);cursor:pointer;border:none;padding:9px 18px;font-family:inherit;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #2563eb47}.btn-secondary:hover{background:var(--blue-dark);transform:translateY(-2px)}.form-stack{flex-direction:column;gap:12px;display:flex}.form-label{color:var(--t5);text-transform:uppercase;letter-spacing:.8px;font-size:.75rem;font-weight:700}.modern-textarea{border-radius:var(--r-lg);resize:none;width:100%;color:var(--t9);background:#f2f7ff;border:1.5px solid #dbeafe;outline:none;padding:13px 14px;font-family:inherit;font-size:.93rem;font-weight:500;line-height:1.6;transition:all .2s}.modern-textarea:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 3px #2563eb1a}.btn-icon{background:var(--white);border-radius:var(--r-md);cursor:pointer;color:var(--t9);border:1.5px solid #dbeafe;align-items:center;gap:7px;padding:7px 14px;font-family:inherit;font-size:.86rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-icon:hover{border-color:var(--blue);color:var(--blue);background:#eff6ff}.pulse-btn.recording{background:var(--danger);color:var(--white);border-color:#0000;animation:2s infinite pulseRing}.consult-panel{height:100%}.lab-upload-panel{max-width:760px}.lab-verify-row{gap:10px;margin-bottom:20px;display:flex}.lab-input{border-radius:var(--r-md);color:var(--t9);background:#f1f7ff;border:1.5px solid #cbdcf5cc;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:.94rem;font-weight:500;transition:all .2s}.lab-input:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 3px #2563eb1a}.lab-form-body{flex-direction:column;gap:0;display:flex}.verified-badge{color:var(--white);border-radius:var(--r-md);background:linear-gradient(135deg,#10b981,#059669);justify-content:center;align-items:center;margin-bottom:22px;padding:13px 18px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 6px 18px #10b98138}.file-drop-area{border-radius:var(--r-md);cursor:pointer;text-align:center;background:#f8fafc;border:2px dashed #cbdcf5e6;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:36px 20px;transition:all .25s;display:flex;position:relative}.file-drop-area:hover,.file-drop-area:focus-within{border-color:var(--blue);background:#f1f7ff;box-shadow:inset 0 0 0 4px #2563eb0d}.file-icon{opacity:.8;margin-bottom:12px;font-size:2.2rem}.file-msg{color:var(--t5);font-size:.96rem;font-weight:600}.file-input-hidden{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.text-monospace{color:#38bdf8;background:#0f172a;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.87rem}.text-monospace:focus{color:var(--white);background:#1e293b}.setup-screen{background:linear-gradient(150deg,#c8e2ff 0%,#e2f0ff 40%,#edf6ff 100%);justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;display:flex}.setup-card{background:var(--white);border-radius:var(--r-xl);border:1px solid #cbdcf599;width:100%;max-width:560px;padding:44px;box-shadow:0 20px 60px #2563eb1f}.setup-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.subtext{color:var(--t5);margin-bottom:26px;font-size:.96rem;line-height:1.6}.btn-outline-danger{color:var(--danger);border:1.5px solid var(--danger);border-radius:var(--r-sm);cursor:pointer;background:0 0;padding:7px 14px;font-family:inherit;font-size:.87rem;font-weight:700;transition:all .2s}.btn-outline-danger:hover{background:var(--danger);color:var(--white)}.btn-outline-success{color:var(--success);border:1.5px solid var(--success);border-radius:var(--r-sm);cursor:pointer;background:0 0;padding:7px 14px;font-family:inherit;font-size:.87rem;font-weight:700;transition:all .2s}.btn-outline-success:hover{background:var(--success);color:var(--white)}.loader-container{width:100vw;height:100vh;color:var(--blue);background:linear-gradient(150deg,#c8e2ff 0%,#e2f0ff 40%,#edf6ff 100%);flex-direction:column;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.spinner{border:5px solid #2563eb1f;border-top-color:var(--blue);border-radius:50%;width:48px;height:48px;margin-bottom:16px;animation:.85s cubic-bezier(.55,.15,.45,.85) infinite spin}.status-incomplete{color:#c2410c;letter-spacing:.5px;background:#fff7ed;border:1px solid #c2410c40;border-radius:20px;padding:7px 16px;font-size:.78rem;font-weight:700;animation:2.5s ease-in-out infinite pulse-incomplete}@keyframes pulse-incomplete{0%,to{box-shadow:0 0 #ea580c40}50%{box-shadow:0 0 0 8px #ea580c00}}.incomplete-banner{border-radius:var(--r-xl);background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1.5px solid #ea580c4d;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex;box-shadow:0 4px 20px #ea580c1a}.incomplete-banner-left{flex:1;align-items:flex-start;gap:14px;display:flex}.incomplete-banner-icon{flex-shrink:0;margin-top:2px;font-size:2rem;line-height:1}.incomplete-banner-title{color:#9a3412;margin-bottom:5px;font-size:1rem;font-weight:800}.incomplete-banner-text{color:#c2410c;font-size:.87rem;line-height:1.55}.btn-complete-profile{color:#fff;border-radius:var(--r-md);cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ea580c,#c2410c);border:none;padding:12px 24px;font-family:inherit;font-size:.92rem;font-weight:700;transition:all .22s;box-shadow:0 4px 14px #ea580c59}.btn-complete-profile:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ea580c73}.btn-complete-profile-sm{color:#fff;border-radius:var(--r-md);cursor:pointer;background:linear-gradient(135deg,#ea580c,#c2410c);border:none;width:100%;margin-top:12px;padding:10px;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .22s;box-shadow:0 3px 10px #ea580c4d}.btn-complete-profile-sm:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ea580c66}.mini-badge.orange{color:#ea580c;background:#fff7ed}.incomplete-form-alert{border-radius:var(--r-md);color:#9a3412;background:#fff7ed;border:1.5px solid #ea580c47;align-items:flex-start;gap:10px;margin-bottom:20px;padding:13px 16px;font-size:.88rem;line-height:1.55;display:flex}.setup-screen{background:linear-gradient(150deg,#c8e2ff 0%,#e2f0ff 40%,#edf6ff 100%);justify-content:center;align-items:flex-start;width:100vw;min-height:100vh;padding:32px 24px;display:flex;overflow-y:auto}.setup-card-wide{background:var(--white);border-radius:var(--r-xl);border:1px solid #cbdcf599;width:100%;max-width:860px;margin-bottom:32px;padding:40px 48px 48px;box-shadow:0 20px 60px #2563eb1f}.setup-top-header{border-bottom:1px solid #e8f0fb;justify-content:space-between;align-items:center;margin-bottom:22px;padding-bottom:18px;display:flex}.setup-subtitle{color:var(--t5);margin-top:4px;font-size:.85rem}.setup-steps{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.setup-step{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.step-circle{width:42px;height:42px;color:var(--t5);background:#f1f7ff;border:2px solid #dbeafe;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.setup-step.active .step-circle{background:var(--blue);border-color:var(--blue);color:var(--white);box-shadow:0 4px 14px #2563eb59}.setup-step.done .step-circle{background:var(--success);border-color:var(--success);color:var(--white)}.step-label{color:var(--t5);text-align:center;font-size:.76rem;font-weight:600}.setup-step.active .step-label{color:var(--blue);font-weight:700}.setup-step.done .step-label{color:var(--success)}.setup-progress-bar{background:#e8f0fb;border-radius:4px;height:4px;margin-bottom:28px}.setup-progress-fill{background:linear-gradient(90deg, var(--blue), #60a5fa);border-radius:4px;height:100%;transition:width .4s}.section-heading{color:var(--t9);border-bottom:2px solid #e8f0fb;margin-bottom:6px;padding-bottom:10px;font-size:1.1rem;font-weight:800}.section-note{color:var(--t5);margin-bottom:18px;font-size:.85rem;line-height:1.5}.form-select{border-radius:var(--r-md);width:100%;color:var(--t9);cursor:pointer;background:#f8fafce6;border:1.5px solid #e2e8f0d9;outline:none;padding:13px 15px;font-family:inherit;font-size:.96rem;font-weight:500;transition:all .2s}.form-select:focus{background:var(--white);border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1c}.family-table{border-radius:var(--r-lg);border:1px solid #e2ecfb;margin-bottom:8px;overflow:hidden}.family-table-header{color:var(--t5);text-transform:uppercase;letter-spacing:.7px;background:#f1f7ff;border-bottom:1px solid #e2ecfb;grid-template-columns:140px 1fr;padding:11px 16px;font-size:.78rem;font-weight:800;display:grid}.family-table-row{border-bottom:1px solid #f0f5fb;grid-template-columns:140px 1fr;align-items:center;padding:10px 16px;transition:background .15s;display:grid}.family-table-row:last-child{border-bottom:none}.family-table-row:hover{background:#f8fbff}.family-member-label{color:var(--t9);font-size:.9rem;font-weight:700}.family-input{border-radius:var(--r-sm);background:var(--white);color:var(--t9);border:1.5px solid #e2ecfb;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:.91rem;transition:all .2s}.family-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.medical-history-list{border-radius:var(--r-lg);border:1px solid #e2ecfb;flex-direction:column;gap:0;display:flex;overflow:hidden}.med-hist-row{border-bottom:1px solid #f0f5fb;align-items:flex-start;gap:14px;padding:14px 16px;transition:background .15s;display:flex}.med-hist-row:last-child{border-bottom:none}.med-hist-row:hover{background:#f8fbff}.med-hist-num{background:var(--blue);width:32px;height:32px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.78rem;font-weight:800;display:flex}.med-hist-content{flex:1}.med-hist-title{color:var(--t9);margin-bottom:2px;font-size:.92rem;font-weight:700}.med-hist-hint{color:var(--t5);margin-bottom:8px;font-size:.78rem;line-height:1.4}.med-hist-input{border-radius:var(--r-sm);background:var(--white);width:100%;color:var(--t9);border:1.5px solid #e2ecfb;outline:none;padding:9px 12px;font-family:inherit;font-size:.91rem;transition:all .2s}.med-hist-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.vaccine-table{border-radius:var(--r-lg);border:1px solid #e2ecfb;margin-bottom:24px;overflow:hidden}.vaccine-table-header{color:var(--t5);text-transform:uppercase;letter-spacing:.7px;background:#f1f7ff;border-bottom:1px solid #e2ecfb;grid-template-columns:1fr 1fr;padding:11px 20px;font-size:.78rem;font-weight:800;display:grid}.vaccine-row{border-bottom:1px solid #f0f5fb;grid-template-columns:1fr 1fr;align-items:center;padding:11px 20px;transition:background .15s;display:grid}.vaccine-row:last-child{border-bottom:none}.vaccine-row:hover{background:#f8fbff}.vaccine-name{color:var(--t9);font-size:.92rem;font-weight:700}.vaccine-input{border-radius:var(--r-sm);background:var(--white);color:var(--t9);border:1.5px solid #e2ecfb;outline:none;width:100%;max-width:220px;padding:8px 12px;font-family:inherit;font-size:.91rem;transition:all .2s}.vaccine-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.certification-box{border-radius:var(--r-md);color:var(--t7);background:#f8fbff;border:1px solid #dbeafe;margin-bottom:24px;padding:16px 20px;font-size:.92rem;font-weight:600}.setup-nav-row{border-top:1px solid #e8f0fb;justify-content:space-between;align-items:center;margin-top:28px;padding-top:20px;display:flex}.btn-outline-secondary{color:var(--blue);border:2px solid var(--blue);border-radius:var(--r-md);cursor:pointer;background:#fff;padding:11px 24px;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .2s}.btn-outline-secondary:hover{border-color:var(--blue);background:#eff6ff}.setup-section{flex-direction:column;display:flex}.uom-logo{object-fit:contain;filter:drop-shadow(0 2px 8px #0000002e);width:100px;height:100px;margin:0 auto 12px;display:block}button.s-nav-item{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;font-family:inherit}.settings-page{flex-direction:column;flex:1;gap:22px;min-width:0;height:100vh;padding:28px 32px 36px;display:flex;overflow-y:auto}.settings-page::-webkit-scrollbar{width:5px}.settings-page::-webkit-scrollbar-thumb{background:#b8d0ee;border-radius:10px}.settings-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--r-xl);box-shadow:var(--shadow-card);max-width:560px;padding:32px 36px}.settings-section-title{color:var(--t9);align-items:center;gap:8px;margin-bottom:8px;font-size:1.05rem;font-weight:800;display:flex}.settings-section-sub{color:var(--t5);margin-bottom:22px;font-size:.875rem;line-height:1.5}.settings-form{flex-direction:column;gap:4px;display:flex}.settings-msg{border-radius:var(--r-md);border:1px solid #0000;margin-bottom:18px;padding:12px 16px;font-size:.88rem;font-weight:600}.settings-msg-success{background:var(--success-light);color:var(--success);border-color:#10b98138}.settings-msg-error{background:var(--danger-light);color:var(--danger);border-color:#ef44442e}.pwd-input-wrap{align-items:center;display:flex;position:relative}.pwd-input-wrap input{width:100%;padding-right:46px}.pwd-eye-btn{cursor:pointer;color:var(--t5);border-radius:var(--r-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;line-height:1;transition:color .18s;display:flex;position:absolute;right:12px}.pwd-eye-btn:hover{color:var(--blue)}[data-theme=dark]{--t9:#f0f4ff;--t7:#c8d6f0;--t5:#7e97c4;--t3:#4a5e7e;--white:#1a2540;--card-bg:#16213cfa;--card-border:#374b7880;--blue-light:#3b82f62e;--blue-xlight:#3b82f617;--danger-light:#f871711f;--success-light:#34d3991f;--purple-light:#a78bfa1f;--shadow-card:0 4px 28px #00000073;--shadow-hover:0 8px 40px #0000008c}[data-theme=dark] body{background:#0d1629}[data-theme=dark] .app-layout,[data-theme=dark] .dash-layout{background:linear-gradient(135deg,#0d1629 0%,#111e3a 60%,#0d1629 100%)}[data-theme=dark] .dash-main,[data-theme=dark] .settings-page{background:0 0}[data-theme=dark] .login-container{background:linear-gradient(135deg,#0d1629 0%,#111e3a 60%,#0a1225 100%)}[data-theme=dark] .login-form-side{background:#0d162999}[data-theme=dark] .login-hero{background:linear-gradient(145deg,#0d1a3a 0%,#111e3a 50%,#0d1629 100%)}[data-theme=dark] .login-hero:before{background:#3b82f60f}[data-theme=dark] .login-hero:after{background:#3b82f60a}[data-theme=dark] .hero-title{color:#e8f0ff}[data-theme=dark] .hero-sub{color:#b4c8f0bf}[data-theme=dark] .hero-badge{color:#93c5fd;background:#3b82f626;border-color:#3b82f640}[data-theme=dark] .hero-feat{background:#3b82f612;border-color:#3b82f624}[data-theme=dark] .hero-feat:hover{background:#3b82f621}[data-theme=dark] .feat-title{color:#c8d6f0}[data-theme=dark] .feat-desc{color:#82a0d2bf}[data-theme=dark] .trust-badge{color:#93c5fd;background:#3b82f61f;border-color:#3b82f638}[data-theme=dark] .glass-panel{background:#111c34eb;border-color:#374b7880;box-shadow:0 20px 60px #0000008c,inset 0 1px #648cff14}[data-theme=dark] .role-selector{background:#0a1223cc;box-shadow:inset 0 1px 3px #0006}[data-theme=dark] .role-btn{color:var(--t5)}[data-theme=dark] .role-btn:hover{color:#93c5fd}[data-theme=dark] .role-btn.active{color:#93c5fd;background:#162344f2;box-shadow:0 4px 14px #2563eb33}[data-theme=dark] .sidebar{background:#0b1224fc;border-right-color:#23325ab3}[data-theme=dark] .sidebar-user{background:linear-gradient(135deg,#2563eb2e,#1d4ed81a);border-color:#2563eb33}[data-theme=dark] .s-user-name{color:var(--t9)}[data-theme=dark] button.s-nav-item{color:var(--t5)}[data-theme=dark] .s-nav-item:hover{color:#93c5fd;background:#2563eb1f}[data-theme=dark] .s-nav-item.active{color:#93c5fd;background:#2563eb33;border-color:#2563eb47}[data-theme=dark] .topbar-title{color:var(--t9)}[data-theme=dark] .topbar-sub{color:var(--t5)}[data-theme=dark] .panel{background:#121c36fa;border-color:#2d416e80}[data-theme=dark] .stat-card{background:#121c36fa;border-color:#2d416e73}[data-theme=dark] .stat-num{color:var(--t9)}[data-theme=dark] .stat-label{color:var(--t5)}[data-theme=dark] .input-group input,[data-theme=dark] .input-group textarea,[data-theme=dark] .form-select,[data-theme=dark] .lab-input,[data-theme=dark] .med-hist-input,[data-theme=dark] .family-input,[data-theme=dark] .vaccine-input,[data-theme=dark] .modern-textarea{color:var(--t7);background:#0a1122d9;border-color:#2d416eb3}[data-theme=dark] .input-group input::placeholder,[data-theme=dark] .input-group textarea::placeholder{color:var(--t3)}[data-theme=dark] .input-group input:focus,[data-theme=dark] .input-group textarea:focus{background:#0f1934f2;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}[data-theme=dark] .input-group label{color:var(--t5)}[data-theme=dark] .search-bar{border-radius:var(--r-md);background:#0a112299;padding:6px}[data-theme=dark] .search-bar input{color:var(--t7);background:#0a1122e6;border-color:#2d416eb3}[data-theme=dark] .empty-search-state{border-radius:var(--r-xl);color:var(--t5);background:#121c3699}[data-theme=dark] .empty-search-state h2{color:var(--t7)}[data-theme=dark] .empty-search-state p{color:var(--t5)}[data-theme=dark] .empty-state-box{color:var(--t5);border-radius:var(--r-lg);background:#0a112280}[data-theme=dark] .record-item{background:#121c36bf;border-left-color:#3b82f6}[data-theme=dark] .record-item:hover{background:#162346f2;box-shadow:0 4px 16px #0006}[data-theme=dark] .record-header{color:var(--t5)}[data-theme=dark] .record-body{color:var(--t7)}[data-theme=dark] .profile-panel{background:#121c36fa}[data-theme=dark] .profile-name{color:var(--t9)}[data-theme=dark] .profile-id{color:var(--t5)}[data-theme=dark] .mini-record{border-radius:var(--r-sm);background:#0a112280;padding:8px 10px}[data-theme=dark] .mini-record-title{color:var(--t7)}[data-theme=dark] .mini-record-date{color:var(--t5)}[data-theme=dark] .settings-card{background:#121c36fa;border-color:#2d416e80}[data-theme=dark] .lab-upload-panel{background:#121c36fa}[data-theme=dark] .verified-badge{color:#34d399;background:#34d3991f;border-color:#34d39940}[data-theme=dark] .file-drop-area{background:#0a1122b3;border-color:#2d416e99}[data-theme=dark] .incomplete-banner{background:#2563eb1a;border-color:#2563eb40}[data-theme=dark] .incomplete-form-alert{color:#fb923c;background:#ea580c1a;border-color:#ea580c33}[data-theme=dark] .setup-screen{background:linear-gradient(135deg,#0d1629 0%,#111e3a 100%)}[data-theme=dark] .setup-card-wide{background:#121c36fa;border-color:#2d416e66}[data-theme=dark] .setup-top-header{border-bottom-color:#2d416e66}[data-theme=dark] .setup-progress-bar{background:#0a112299}[data-theme=dark] .setup-step .step-circle{color:var(--t5);background:#0a1122b3;border-color:#2d416e99}[data-theme=dark] .setup-step.active .step-circle{background:var(--blue);color:#fff}[data-theme=dark] .family-table-header,[data-theme=dark] .vaccine-table-header{color:var(--t5);background:#0a1122b3}[data-theme=dark] .family-table-row,[data-theme=dark] .vaccine-row{border-color:#2d416e59}[data-theme=dark] .certification-box{color:var(--t7);background:#0a112299;border-color:#2d416e66}[data-theme=dark] .med-hist-row{background:#0a112273;border-color:#2d416e4d}[data-theme=dark] .btn-logout{color:#f87171;background:#121c36cc;border-color:#ef44444d}[data-theme=dark] .btn-logout:hover{color:#fff;background:#ef4444d9}[data-theme=dark] .btn-outline-secondary{color:#93c5fd;border-color:#3b82f666}[data-theme=dark] .btn-outline-secondary:hover{background:#3b82f61f}[data-theme=dark] .btn-outline-danger{color:#f87171;border-color:#ef444466}[data-theme=dark] .panel-count{color:#93c5fd;background:#2563eb2e}[data-theme=dark] .status-active{color:#34d399;background:#34d3991f;border-color:#34d39933}[data-theme=dark] .status-incomplete{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2433}[data-theme=dark] .mini-badge.blue{color:#93c5fd;background:#2563eb2e}[data-theme=dark] .mini-badge.green{color:#34d399;background:#34d39924}[data-theme=dark] .mini-badge.orange{color:#fb923c;background:#fb923c24}[data-theme=dark] .mini-badge.red{color:#f87171;background:#ef444424}[data-theme=dark] .mini-badge.yellow{color:#fbbf24;background:#f59e0b24}[data-theme=dark] .loader-container{color:var(--t7);background:#0d1629}.login-theme-btn{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:50px;padding:8px 16px;font-size:1.2rem;line-height:1;transition:all .25s;position:fixed;top:18px;right:22px}[data-theme=dark] .login-theme-btn{background:#1e293bb3;border-color:#64748b80}.dark-toggle-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.dark-toggle-info{align-items:center;gap:14px;display:flex}.dark-toggle-icon{font-size:1.6rem;line-height:1}.dark-toggle-label{color:var(--t9);font-size:.95rem;font-weight:700}.dark-toggle-desc{color:var(--t5);margin-top:2px;font-size:.78rem}.toggle-switch{background:var(--t3);cursor:pointer;border:none;border-radius:14px;flex-shrink:0;width:52px;height:28px;padding:0;transition:background .3s;position:relative}.toggle-switch.toggle-on{background:var(--blue)}.toggle-thumb{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:block;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #0003}.toggle-switch.toggle-on .toggle-thumb{transform:translate(24px)}.profile-avatar-wrap{cursor:pointer;border-radius:50%;width:80px;height:80px;margin:0 auto 12px;position:relative}.profile-avatar-wrap:hover .profile-avatar-edit-btn{opacity:1;transform:scale(1.1)}.profile-avatar-photo{object-fit:cover;border:3px solid #2563eb4d;border-radius:50%;width:80px;height:80px;display:block;box-shadow:0 4px 16px #2563eb2e}.profile-avatar-wrap .profile-avatar-lg{width:80px;height:80px;margin:0;font-size:2rem}.profile-avatar-edit-btn{color:#fff;opacity:.92;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #2563eb80}.s-avatar-img{object-fit:cover;border:2px solid #ffffff40;border-radius:50%;flex-shrink:0;width:40px;height:40px}.doc-tab-bar{background:0 0;border-bottom:2px solid #cbdcf580;gap:4px;padding:6px 20px 0;display:flex}.doc-tab-btn{color:var(--t5);cursor:pointer;border-radius:var(--r-sm) var(--r-sm) 0 0;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:8px;margin-bottom:-2px;padding:10px 18px;font-family:inherit;font-size:.88rem;font-weight:600;transition:color .2s,border-color .2s,background .2s;display:flex}.doc-tab-btn:hover{color:var(--blue);background:#2563eb0d}.doc-tab-btn.active{color:var(--blue);border-bottom-color:var(--blue);background:#2563eb0f}.doc-tab-count{background:var(--blue);color:#fff;text-align:center;border-radius:10px;min-width:20px;padding:2px 7px;font-size:.72rem;font-weight:700}.uni-toast{background:var(--t9);color:var(--white);border-radius:var(--r-md);z-index:9999;opacity:0;align-items:center;gap:12px;padding:14px 24px;font-size:.95rem;font-weight:500;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(100px);box-shadow:0 10px 30px #0003}.uni-toast.show{opacity:1;transform:translate(-50%)translateY(0)}[data-theme=dark] .uni-toast{background:var(--white);color:var(--t9)}.uni-toast-icon{font-size:1.2rem}.uni-confirm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.uni-confirm-modal{background:var(--card-bg);border-radius:var(--r-xl);text-align:center;width:90%;max-width:400px;padding:32px;animation:.4s bounceIn;box-shadow:0 20px 60px #0003}[data-theme=dark] .uni-confirm-modal{background:var(--card-bg-dark);border:1px solid #ffffff14}.uni-confirm-icon{color:var(--warning);margin-bottom:16px;font-size:2.5rem;display:inline-block}.uni-confirm-msg{color:var(--t9);margin-bottom:28px;font-size:1.05rem;font-weight:500;line-height:1.5}.uni-confirm-actions{justify-content:center;gap:12px;display:flex}.uni-confirm-btn{border-radius:var(--r-md);cursor:pointer;border:none;flex:1;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .2s}.uni-confirm-btn.cancel{color:var(--t7);background:#94a3b826}.uni-confirm-btn.cancel:hover{background:#94a3b840}[data-theme=dark] .uni-confirm-btn.cancel{color:var(--white)}.uni-confirm-btn.confirm{background:var(--danger);color:var(--white);box-shadow:0 4px 14px #ef44444d}.uni-confirm-btn.confirm:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.profile-section-card{border-radius:var(--r-md);background:#f8fafc99;border:1px solid #e2e8f0cc;margin-bottom:16px;padding:16px}[data-theme=dark] .profile-section-card{background:#0f172a99;border-color:#94a3b84d}.profile-section-title{color:var(--blue);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px dashed #2563eb33;margin-bottom:14px;padding-bottom:8px;font-size:.95rem;font-weight:700}[data-theme=dark] .profile-section-title{color:#60a5fa;border-bottom-color:#60a5fa4d}.profile-field-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.profile-field{flex-direction:column;gap:4px;display:flex}.profile-field-label{color:var(--t5);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}[data-theme=dark] .profile-field-label{color:#cbd5e1}.profile-field-value{color:var(--t9);font-size:.92rem;font-weight:500}[data-theme=dark] .profile-field-value{color:#f1f5f9}@media (width<=900px){.content-grid{grid-template-columns:1fr}}@media (width<=768px){.setup-card-wide{width:100%;margin:10px auto;padding:20px}.setup-steps{flex-wrap:wrap;justify-content:center;gap:10px}.setup-step{flex:40%;min-width:120px;margin-bottom:10px}.medical-history-list{flex-direction:column;grid-template-columns:1fr;display:flex}.med-hist-row{flex-direction:column;align-items:flex-start}.family-table-header{display:none}.family-table-row{flex-direction:column;gap:5px;padding:15px 0}}.pending-students-list{flex-direction:column;gap:12px;display:flex}.pending-student-card{border-radius:var(--r-lg);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #cbdcf599;justify-content:space-between;align-items:center;padding:16px 18px;transition:all .25s;display:flex}.pending-student-card:hover{background:var(--white);border-color:var(--blue);transform:translate(4px);box-shadow:0 4px 16px #2563eb1f}.pending-student-info{align-items:center;gap:14px;display:flex}.pending-student-avatar{width:48px;height:48px;color:var(--white);background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex;box-shadow:0 4px 12px #2563eb4d}.pending-student-name{color:var(--t9);margin-bottom:2px;font-size:1rem;font-weight:700}.pending-student-index{color:var(--t5);font-size:.85rem;font-weight:600}.pending-student-date{color:var(--t3);margin-top:2px;font-size:.75rem}.pending-student-actions{align-items:center;gap:10px;display:flex}.spinner{border:4px solid #2563eb1a;border-top-color:var(--blue);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.landing-root{position:fixed;inset:0;overflow:hidden}.landing-theme-toggle{z-index:300;position:fixed;top:18px;right:22px}.landing-sections-container{scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;position:absolute;inset:0;overflow-y:scroll}.landing-section-item{scroll-snap-align:start;scroll-snap-stop:always;flex-direction:row;align-items:stretch;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.ls-student:before{content:"";filter:blur(70px);pointer-events:none;background:radial-gradient(circle,#6366f159 0%,#3b82f62e 50%,#0000 70%);border-radius:50%;width:52vw;height:52vw;animation:20s ease-in-out infinite alternate blob;position:absolute;top:-20%;left:-8%}.ls-student:after{content:"";filter:blur(75px);pointer-events:none;background:radial-gradient(circle,#0ea5e947 0%,#6366f126 60%,#0000 75%);border-radius:50%;width:40vw;height:40vw;animation:25s ease-in-out 3s infinite alternate blob;position:absolute;bottom:-15%;right:-5%}.ls-doctor:before{content:"";filter:blur(65px);pointer-events:none;background:radial-gradient(circle,#10b98152 0%,#05966924 55%,#0000 72%);border-radius:50%;width:48vw;height:48vw;animation:22s ease-in-out infinite alternate blob;position:absolute;top:-12%;right:-10%}.ls-doctor:after{content:"";filter:blur(70px);pointer-events:none;background:radial-gradient(circle,#14b8a640 0%,#10b9811a 60%,#0000 75%);border-radius:50%;width:32vw;height:32vw;animation:18s ease-in-out 2s infinite alternate blob;position:absolute;bottom:-10%;left:-5%}.ls-lab:before{content:"";filter:blur(72px);pointer-events:none;background:radial-gradient(circle,#8b5cf64d 0%,#a855f724 55%,#0000 72%);border-radius:50%;width:52vw;height:52vw;animation:24s ease-in-out 4s infinite alternate blob;position:absolute;bottom:-18%;right:-8%}.ls-lab:after{content:"";filter:blur(65px);pointer-events:none;background:radial-gradient(circle,#c084fc38 0%,#8b5cf61a 60%,#0000 75%);border-radius:50%;width:36vw;height:36vw;animation:20s ease-in-out 1s infinite alternate blob;position:absolute;top:-10%;left:-5%}.ls-col{z-index:2;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.ls-form-col{pointer-events:none}@keyframes heroSlideRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes heroSlideLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.ls-hero-content{max-width:500px;padding:0 40px;animation:.6s cubic-bezier(.22,1,.36,1) both heroSlideRight}.ls-student .ls-hero-content,.ls-lab .ls-hero-content{animation:.6s cubic-bezier(.22,1,.36,1) both heroSlideRight}.ls-doctor .ls-hero-content{animation:.6s cubic-bezier(.22,1,.36,1) both heroSlideLeft}.ls-student .ls-hero-content .hero-badge{color:#3730a3;letter-spacing:1.8px;background:linear-gradient(135deg,#6366f126,#3b82f61f);border-color:#6366f140;font-weight:800;box-shadow:0 2px 12px #6366f11f}.ls-student .ls-hero-content .hero-title{background:linear-gradient(135deg,#1e3a8a 0%,#3730a3 40%,#1d4ed8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ls-student .ls-hero-content .hero-sub{color:#4b5ea8;font-weight:450}.ls-student .ls-hero-content .hero-feat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffa6;border-color:#6366f12e;transition:all .25s;box-shadow:0 4px 16px #6366f114}.ls-student .ls-hero-content .hero-feat:hover{background:#ffffffd9;transform:translate(4px);box-shadow:0 6px 22px #6366f124}.ls-student .ls-hero-content .feat-title{color:#1e3a8a;font-weight:700}.ls-student .ls-hero-content .feat-desc{color:#6272a4}.ls-scroll-hint{color:#6366f1a6;letter-spacing:.5px;align-items:center;gap:6px;margin-top:28px;font-size:.82rem;font-weight:600;animation:.6s cubic-bezier(.22,1,.36,1) .3s both fadeUp;display:flex}.ls-icon-hero{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.ls-portal-icon{margin-bottom:12px;animation:.7s cubic-bezier(.22,1,.36,1) both fadeUp;position:relative}.ls-portal-icon:before{content:"";filter:blur(32px);opacity:.5;z-index:-1;border-radius:50%;position:absolute;inset:-20px}.ls-doctor .ls-portal-icon:before{background:radial-gradient(circle,#10b98199 0%,#0000 70%)}.ls-lab .ls-portal-icon:before{background:radial-gradient(circle,#8b5cf699 0%,#0000 70%)}.ls-doctor .ls-portal-icon svg{color:#059669;filter:drop-shadow(0 8px 28px #05966959)}.ls-lab .ls-portal-icon svg{color:#7c3aed;filter:drop-shadow(0 8px 28px #7c3aed59)}.ls-portal-name{letter-spacing:-1.5px;font-size:2.8rem;font-weight:800;line-height:1}.ls-doctor .ls-portal-name{background:linear-gradient(135deg,#064e3b 0%,#059669 60%,#0d9488 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ls-lab .ls-portal-name{background:linear-gradient(135deg,#3b0764 0%,#7c3aed 60%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ls-portal-tagline{max-width:360px;font-size:1rem;font-weight:450;line-height:1.65}.ls-doctor .ls-portal-tagline{color:#065f46}.ls-lab .ls-portal-tagline{color:#5b21b6}.landing-form-float{z-index:200;will-change:left, opacity, transform;width:44%;min-width:340px;max-width:460px;transition:left 1.6s cubic-bezier(.25,.8,.25,1),opacity .2s ease-in-out,transform .2s ease-in-out;position:fixed;top:50%;transform:translateY(-50%)}.landing-pos-0{left:4%}.landing-pos-1{left:56%}.landing-pos-2{left:4%}.landing-form-float .glass-panel{-webkit-backdrop-filter:blur(32px);background:#ffffffd1;border:1px solid #fffffff2;border-radius:26px;box-shadow:0 30px 80px #2563eb24,0 8px 24px #2563eb14,inset 0 1px #fff}.landing-pos-1 .glass-panel{box-shadow:0 30px 80px #10b98124,0 8px 24px #10b98114,inset 0 1px #fff}.landing-pos-2 .glass-panel{box-shadow:0 30px 80px #8b5cf624,0 8px 24px #8b5cf614,inset 0 1px #fff}[data-theme=dark] .landing-form-float .glass-panel{background:#0f172ae0;border-color:#ffffff1f;box-shadow:0 30px 80px #0006,inset 0 1px #ffffff14}.landing-role-pill{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.landing-role-badge{letter-spacing:.5px;border-radius:20px;align-items:center;gap:6px;padding:7px 16px;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 2px 10px #00000012}.lrb-0{color:#3730a3;background:linear-gradient(135deg,#6366f11f,#3b82f61a);border:1px solid #6366f138}.lrb-1{color:#065f46;background:linear-gradient(135deg,#10b9811f,#0596691a);border:1px solid #10b98138}.lrb-2{color:#5b21b6;background:linear-gradient(135deg,#8b5cf61f,#7c3aed1a);border:1px solid #8b5cf638}.landing-dot:hover{background:#6366f140;transform:scale(1.3)}.landing-dot.active{background:var(--blue);border-color:var(--blue);transform:scale(1.4);box-shadow:0 0 0 3px #2563eb38,0 0 12px #2563eb59}.ls-doctor~* .landing-dot.active,.landing-section-item.ls-doctor[data-section-idx="1"]+.landing-dot.active{background:#059669}[data-theme=dark] .ls-student .ls-hero-content .hero-badge{color:#93c5fd;background:#93c5fd26}[data-theme=dark] .ls-student .ls-hero-content .hero-title{background:linear-gradient(135deg,#93c5fd 0%,#818cf8 50%,#c4b5fd 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .ls-student .ls-hero-content .hero-sub{color:#94a3b8}[data-theme=dark] .ls-student .ls-hero-content .hero-feat{background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .ls-student .ls-hero-content .feat-title{color:#e2e8f0}[data-theme=dark] .ls-student .ls-hero-content .feat-desc{color:#94a3b8}[data-theme=dark] .ls-scroll-hint{color:#93c5fd99}[data-theme=dark] .ls-doctor .ls-portal-name,[data-theme=dark] .ls-lab .ls-portal-name{-webkit-text-fill-color:#e2e8f0;color:#e2e8f0;background:0 0}[data-theme=dark] .ls-doctor .ls-portal-tagline{color:#a7f3d0}[data-theme=dark] .ls-lab .ls-portal-tagline{color:#ddd6fe}[data-theme=dark] .landing-dot{border-color:#ffffff4d}[data-theme=dark] .landing-dot.active{background:#818cf8;border-color:#818cf8;box-shadow:0 0 0 3px #818cf840,0 0 12px #818cf866}[data-theme=dark] .landing-role-scroll-hint{color:#64748b}.pdf-view-btn,.pdf-dl-btn{border-radius:var(--r-sm);cursor:pointer;align-items:center;gap:6px;padding:8px 18px;font-family:inherit;font-size:.86rem;font-weight:700;transition:all .18s;display:inline-flex}.pdf-view-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;box-shadow:0 4px 14px #2563eb4d}.pdf-view-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.pdf-dl-btn{color:var(--t5);background:0 0;border:1.5px solid #64748b66}.pdf-dl-btn:hover{background:var(--blue-xlight);border-color:var(--blue);color:var(--blue)}.pdf-fs-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#020617eb;flex-direction:column;animation:.2s both fadeUp;display:flex;position:fixed;inset:0}.pdf-fs-topbar{background:#0f172afa;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 22px;display:flex}.pdf-fs-filename{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.95rem;font-weight:600;overflow:hidden}.pdf-fs-dl-btn,.pdf-fs-close-btn{border-radius:var(--r-sm);cursor:pointer;white-space:nowrap;padding:8px 20px;font-family:inherit;font-size:.88rem;font-weight:700;transition:all .18s}.pdf-fs-dl-btn{color:#93c5fd;background:#2563eb26;border:1px solid #2563eb66}.pdf-fs-dl-btn:hover{color:#fff;background:#2563eb;border-color:#2563eb}.pdf-fs-close-btn{color:#fca5a5;background:#ef444426;border:1px solid #ef444466}.pdf-fs-close-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.pdf-fs-frame{background:#fff;border:none;flex:1;width:100%;display:block}.symptom-chips{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.symptom-chip{color:var(--t5);cursor:pointer;background:0 0;border:1.5px solid #64748b4d;border-radius:20px;padding:5px 11px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .15s}.symptom-chip:hover{border-color:var(--blue);color:var(--blue);background:#2563eb0f}.symptom-chip.active{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#0000;box-shadow:0 2px 8px #2563eb40}.voice-live-badge{color:#ef4444;letter-spacing:.05em;background:#ef44441f;border:1px solid #ef44444d;border-radius:20px;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;font-size:.72rem;font-weight:700;animation:1.2s infinite pulse;display:inline-flex}.med-input-root{flex-direction:column;gap:8px;margin-top:6px;display:flex}.med-card{border-radius:var(--r-md);background:#2563eb0d;border:1.5px solid #2563eb33;padding:10px 12px;transition:border-color .15s}.med-card:hover{border-color:#2563eb66}.med-card-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.med-card-name{color:var(--blue);font-size:.88rem;font-weight:700}.med-card-remove{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444440;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-family:inherit;font-size:.9rem;font-weight:900;line-height:1;transition:all .15s;display:flex}.med-card-remove:hover{color:#fff;background:#ef4444}.med-card-fields{flex-wrap:wrap;gap:6px;display:flex}.med-mini-input{border-radius:var(--r-sm);min-width:90px;color:var(--t9);background:#ffffffd9;border:1.5px solid #e2e8f0d9;outline:none;flex:1;padding:6px 8px;font-family:inherit;font-size:.8rem;transition:border-color .15s}.med-mini-input:focus{border-color:var(--blue)}.med-mini-select{cursor:pointer}.med-search-wrap{width:100%}.med-search-input{border-radius:var(--r-sm);width:100%;color:var(--t9);box-sizing:border-box;background:#f8fafce6;border:1.5px solid #e2e8f0d9;outline:none;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.med-search-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.med-dropdown{background:var(--white);border-radius:var(--r-md);z-index:500;border:1.5px solid #2563eb33;animation:.12s both fadeUp;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.med-dropdown-item{text-align:left;width:100%;color:var(--t9);cursor:pointer;background:0 0;border:none;padding:10px 14px;font-family:inherit;font-size:.88rem;transition:background .1s;display:block}.med-dropdown-item:hover{color:var(--blue);background:#2563eb12}.med-dropdown-custom{color:#059669;border-top:1px solid #e2e8f080;font-style:italic}.med-dropdown-custom:hover{color:#059669;background:#05966912}[data-theme=dark] .med-search-input,[data-theme=dark] .med-mini-input{color:#e2e8f0;background:#0f172a80;border-color:#ffffff1f}[data-theme=dark] .med-dropdown{background:#1e293b;border-color:#ffffff1f}[data-theme=dark] .med-dropdown-item{color:#e2e8f0}[data-theme=dark] .med-dropdown-item:hover{background:#3b82f626}[data-theme=dark] .med-card{background:#2563eb14;border-color:#2563eb40}[data-theme=dark] .symptom-chip{color:#94a3b8;border-color:#ffffff26}.doc-grid{grid-template-columns:58% 42%;align-items:start;gap:20px;display:grid}.doc-col-consult{min-width:0}.doc-col-consult .panel{max-height:calc(100vh - 220px);overflow-y:auto}.doc-col-records{min-width:0}.doc-col-records .panel{flex-direction:column;max-height:calc(100vh - 220px);display:flex;overflow:hidden}.doc-col-records .records-scroll{flex:1;overflow-y:auto}@media (width<=900px){.doc-grid{grid-template-columns:1fr}.doc-col-consult .panel,.doc-col-records .panel{max-height:none}}.logs-page{flex-direction:column;flex:1;gap:0;padding:0;display:flex;overflow-y:auto}.logs-page .stat-row{margin:28px 28px 20px}.logs-onboard{text-align:center;color:var(--t9);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 24px;display:flex}.logs-section{background:var(--white);border:1px solid var(--b2);border-radius:var(--r-lg);margin:0 28px 20px;padding:20px 22px;box-shadow:0 2px 10px #0000000a}.logs-section-title{color:var(--t5);letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px;font-size:.9rem;font-weight:800}.logs-grid{grid-template-columns:1fr 1fr;gap:18px;margin:0 28px 28px;display:grid}.logs-card{background:var(--white);border:1px solid var(--b2);border-radius:var(--r-lg);padding:20px 22px;overflow:hidden;box-shadow:0 2px 10px #0000000a}.logs-card-title{color:var(--t5);letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px;font-size:.88rem;font-weight:800}.logs-empty{color:var(--t3);margin:12px 0;font-size:.88rem;font-style:italic}@media (width<=860px){.logs-grid{grid-template-columns:1fr}.logs-section,.logs-grid{margin-left:16px;margin-right:16px}}[data-theme=dark] .logs-card,[data-theme=dark] .logs-section{background:#0f172a99;border-color:#ffffff1a}.custom-select-wrapper{width:100%;position:relative}.custom-select-trigger{background:var(--white);border:1.5px solid var(--b3);border-radius:var(--r-md);width:100%;color:var(--t9);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.custom-select-trigger:hover{border-color:var(--blue)}.custom-select-trigger.open{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb26}.custom-select-menu{background:var(--white);border:1px solid var(--b2);border-radius:var(--r-md);z-index:500;flex-direction:column;width:100%;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 10px 30px #0000001f}.custom-select-option{cursor:pointer;color:var(--t7);padding:12px 16px;font-size:.92rem;font-weight:500;transition:background .15s,color .15s}.custom-select-option:hover{background:var(--b1);color:var(--blue)}.custom-select-option.selected{background:var(--blue);color:#fff;font-weight:700}[data-theme=dark] .custom-select-trigger{background:var(--bg2);border-color:var(--b3)}[data-theme=dark] .custom-select-menu{background:var(--bg2);border-color:var(--b3);box-shadow:0 10px 40px #0006}[data-theme=dark] .custom-select-option:hover{background:var(--b3)}[data-theme=dark] .custom-select-option.selected{background:var(--blue)}.mobile-logout-btn{display:none}.s-nav-label{display:inline}.consult-grid{background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;gap:12px;margin-top:10px;padding:16px;display:flex}[data-theme=dark] .consult-grid{background:#1e293b66;border-color:#64748b66}.consult-row{border-bottom:1px dashed var(--b3);gap:12px;padding-bottom:12px;display:flex}.consult-row:last-child{border-bottom:none;padding-bottom:0}.consult-notes{flex-direction:column;gap:6px}.consult-lbl{color:var(--t5);text-transform:uppercase;letter-spacing:.05em;min-width:110px;font-size:.85rem;font-weight:600}.consult-val{color:var(--t9);flex:1;font-size:.95rem}.consult-prescription{border-radius:var(--r-md);background:#2563eb0d;border:1px solid #2563eb26;flex-direction:column;gap:8px;margin-top:16px;padding:16px;display:flex}[data-theme=dark] .consult-prescription{background:#2563eb1a;border-color:#2563eb33}.consult-prescription .consult-lbl{color:var(--blue)}.severity-badge{border-radius:12px;flex:none;width:fit-content;padding:4px 10px;font-size:.85rem;font-weight:700;display:inline-block}.severity-mild{color:#10b981;background:#10b98126}.severity-moderate{color:#f59e0b;background:#f59e0b26}.severity-severe{color:#ef4444;background:#ef444426}.consult-legacy{flex-direction:column;display:flex}@media (width<=860px){.dash-layout{flex-direction:column}.sidebar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-top:1px solid #cbdcf580;border-right:none;flex-direction:row;justify-content:space-around;align-items:center;width:100%;height:68px;padding:0 4px;position:fixed;bottom:0;left:0;box-shadow:0 -4px 20px #2563eb14}[data-theme=dark] .sidebar{background:#0f172af2;border-top-color:#64748b40}.sidebar-logo,.sidebar-user,.sidebar-bottom{display:none}.sidebar-nav{flex-direction:row;justify-content:space-around;align-items:center;gap:0;width:100%;margin:0}.s-nav-item{border-radius:var(--r-md);min-width:52px;color:var(--t5);flex-direction:column;justify-content:center;align-items:center;gap:3px;margin:0;padding:6px 4px;font-size:.68rem;transition:color .18s;background:0 0!important;border:none!important}.s-nav-icon{margin:0;font-size:1.35rem;line-height:1}.s-nav-label{letter-spacing:.01em;white-space:nowrap;font-size:.65rem;font-weight:600;line-height:1;display:block}.s-nav-item.active{color:var(--blue)}.mobile-logout-btn{display:flex;color:#ef4444!important}.mobile-logout-btn .s-nav-label{color:#ef4444}.dash-main{gap:16px;padding:20px 14px 96px;overflow-y:auto}.topbar{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:0}.topbar-title{font-size:1.45rem}.topbar-sub{font-size:.82rem}.search-bar{flex-flow:wrap;gap:8px;width:100%}.search-bar input{flex:1;min-width:0}.search-bar button{flex-shrink:0}.content-grid,.doc-grid,.form-grid-2,.stat-row,.lab-verify-row{flex-direction:column;grid-template-columns:1fr}.consult-row:not(.consult-notes){flex-direction:column;align-items:flex-start;gap:4px}.consult-lbl{min-width:auto}.stat-row{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.stat-card{padding:14px 12px}.stat-num{font-size:1.4rem}.med-search-wrap,.family-input,.setup-nav-row{flex-direction:column;width:100%}.setup-nav-row button{margin-bottom:8px;width:100%!important}.doc-tab-bar{background:0 0;flex-direction:column;gap:8px;width:100%;padding:0}.doc-tab-btn{border-radius:var(--r-sm);border:1px solid var(--border);white-space:normal;text-align:left;align-items:center;width:100%;padding:10px 14px;font-size:.88rem;display:flex}.login-split,.landing-section-item{flex-direction:column}.ls-col,.login-hero{flex:none;width:100%;min-height:auto;padding:32px 24px}.login-form-wrap{width:100%;padding:32px 24px}.uni-confirm-modal,.setup-card-wide{border-radius:var(--r-md);width:calc(100% - 32px);max-width:100%;margin:16px;padding:20px}.pdf-fs-overlay{border-radius:0;width:100%;margin:0}.panel-header{flex-direction:column;align-items:flex-start;gap:10px}.panel{padding:16px}.hero-title{font-size:2.6rem}}.landing-root{background-color:var(--bg);width:100vw;height:100vh;position:relative;overflow:hidden}.ls-student{background:linear-gradient(135deg,#e0f2fe 0%,#bae6fd 100%)}.ls-doctor{background:linear-gradient(135deg,#d1fae5 0%,#6ee7b7 100%)}.ls-lab{background:linear-gradient(135deg,#f3e8ff 0%,#d8b4fe 100%)}[data-theme=dark] .ls-student{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}[data-theme=dark] .ls-doctor{background:linear-gradient(135deg,#064e3b 0%,#0f766e 100%)}[data-theme=dark] .ls-lab{background:linear-gradient(135deg,#2e1065 0%,#4c1d95 100%)}.login-theme-btn{z-index:200;cursor:pointer;width:40px;height:40px;color:var(--t7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border:1px solid #cbd5e199;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:fixed;top:18px;right:18px}.login-theme-btn:hover{background:#ffffffeb;transform:scale(1.08)}[data-theme=dark] .login-theme-btn{color:#e2e8f0;background:#1e293bbf;border-color:#64748b66}.landing-nav-dots{z-index:200;flex-direction:column;gap:10px;display:flex;position:fixed;top:50%;right:18px;transform:translateY(-50%)}.landing-dot{cursor:pointer;background:#2563eb40;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .25s,transform .25s}.landing-dot.active{background:var(--blue);transform:scale(1.3)}.landing-sections-container{scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;position:absolute;inset:0;overflow-y:scroll}.landing-sections-container::-webkit-scrollbar{display:none}.landing-section-item{scroll-snap-align:start;scroll-snap-stop:always;flex-direction:row;width:100%;height:100vh;display:flex}.ls-col{flex:1;justify-content:center;align-items:center;display:flex}.ls-form-col{flex:0 0 45%}.ls-hero-col{flex:1;padding:48px 40px}.ls-hero-content{max-width:480px}.ls-scroll-hint{color:var(--t5);letter-spacing:.3px;opacity:.8;margin-top:28px;font-size:.82rem;font-weight:600}.ls-icon-hero{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.ls-portal-icon{color:var(--blue);opacity:.75;margin-bottom:8px}.ls-portal-name{color:var(--t9);letter-spacing:-1.5px;font-size:2.4rem;font-weight:800;line-height:1.1}[data-theme=dark] .ls-portal-name{color:#e2e8f0}.ls-portal-tagline{color:var(--t5);max-width:380px;font-size:.96rem;font-weight:400;line-height:1.65}.landing-form-float{z-index:100;width:420px;max-width:calc(100vw - 32px);transition:left .55s cubic-bezier(.77,0,.175,1);position:fixed;top:50%;transform:translateY(-50%)}.landing-form-float.landing-pos-0{left:clamp(16px,22.5% - 194px,45% - 420px)}.landing-form-float.landing-pos-2{left:clamp(16px,22.5% - 194px,45% - 420px)}.landing-form-float.landing-pos-0,.landing-form-float.landing-pos-2{left:4vw}.landing-form-float.landing-pos-1{left:calc(55% + 2vw)}.landing-form-float.panel-fading{opacity:.65;transform:translateY(-50%)scale(.98)}.landing-role-pill{border-radius:var(--r-md);background:#f1f5f9cc;border:1px solid #cbd5e180;justify-content:space-between;align-items:center;margin-bottom:18px;padding:8px 12px;display:flex}[data-theme=dark] .landing-role-pill{background:#1e293b99;border-color:#64748b59}.landing-role-badge{color:var(--t9);border-radius:var(--r-sm);background:var(--white);padding:4px 10px;font-size:.88rem;font-weight:700;box-shadow:0 2px 8px #00000014}[data-theme=dark] .landing-role-badge{color:#e2e8f0;background:#334155e6}.lrb-0{border-left:3px solid #2563eb}.lrb-1{border-left:3px solid #0ea5e9}.lrb-2{border-left:3px solid #10b981}.landing-role-scroll-hint{color:var(--t5);font-size:.74rem;font-style:italic;font-weight:500}.uom-logo{object-fit:contain;border-radius:50%;width:64px;height:64px;margin-bottom:8px}.login-form{flex-direction:column;display:flex}.login-submit-btn{margin-top:4px}@media (width<=700px){.ls-col{display:none!important}.landing-section-item{width:100vw;height:100vh}.landing-nav-dots{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;background:#fff6;border-radius:20px;flex-direction:row;width:auto;height:auto;padding:8px 12px;display:flex;top:auto;bottom:24px;left:50%;transform:translate(-50%)}[data-theme=dark] .landing-nav-dots{background:#0f172a99}.landing-dot{width:10px;height:10px;margin:0 6px}.landing-form-float{z-index:100;width:calc(100vw - 32px);max-width:440px;transition:none;position:fixed;top:50%;transform:translate(-50%,-50%);left:50%!important}.glass-panel.login-panel{max-height:80vh;padding:24px 20px;overflow-y:auto}.uom-logo{width:52px;height:52px}.login-subtext{margin-bottom:8px;font-size:.85rem}.login-theme-btn{width:36px;height:36px;top:12px;right:12px}}
