@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,600;8..60,700&display=swap";.clinical-history-page{width:min(920px,calc(100% - 32px));margin:0 auto;padding:48px 0 72px}.clinical-history-header{margin-bottom:28px}.clinical-history-kicker{color:#176b68;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.clinical-history-header h1{color:#102a43;margin:8px 0;font-size:clamp(2rem,4vw,3.1rem)}.clinical-history-header p{color:#526579;max-width:680px;font-size:1.05rem}.clinical-question-card,.clinical-complete-card{background:#fff;border:1px solid #dbe3e9;border-radius:22px;padding:clamp(24px,5vw,44px);box-shadow:0 16px 40px #102a4314}.clinical-question-text{color:#102a43;font-size:clamp(1.45rem,3vw,2.15rem);font-weight:750;line-height:1.25;margin:0 0 28px}.clinical-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.clinical-answer-grid button,.clinical-input-row button{min-height:58px;border:0;border-radius:14px;background:#176b68;color:#fff;padding:12px 20px;font-size:1rem;font-weight:750;cursor:pointer}.clinical-answer-grid button:hover,.clinical-input-row button:hover{background:#0f5754}.clinical-answer-grid button:disabled,.clinical-input-row button:disabled{opacity:.55;cursor:not-allowed}.clinical-input-row{display:flex;gap:12px}.clinical-input-row input{flex:1;min-height:58px;border:2px solid #ccd7df;border-radius:14px;padding:0 16px;font-size:1.05rem}.clinical-input-row input:focus{outline:3px solid rgba(23,107,104,.18);border-color:#176b68}.clinical-red-flag{margin-bottom:20px;padding:18px 20px;border-left:5px solid #a33b45;border-radius:12px;background:#fff4f4;color:#5a1f27}.clinical-red-flag>strong{display:block;margin-bottom:10px}.clinical-red-flag div{display:grid;gap:3px;margin-top:9px}.clinical-red-flag span{font-size:.92rem}.clinical-error{color:#a33b45;margin-top:16px}.clinical-loading{padding:80px 0;text-align:center;color:#526579}@media(max-width:640px){.clinical-history-page{width:min(100% - 20px,920px);padding-top:28px}.clinical-answer-grid{grid-template-columns:1fr}.clinical-input-row{flex-direction:column}.clinical-input-row button{width:100%}}:root{--navy:#102A43;--navy-2:#0B2035;--ink:#132238;--muted:#536B83;--line:#D8E1E8;--page:#F6F8FA;--white:#fff;--teal:#176B68;--patient:#063F3D;--doctor:#073F6E;--triage:#5A1F27;--admin:#29333F}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:DM Sans,system-ui,sans-serif}button,a,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #7CBEB7;outline-offset:3px}.app-shell{min-height:100vh;background:var(--page)}.topbar{height:80px;background:#fff;border-bottom:1px solid #DEE6EC;display:flex;align-items:center;padding:0 4.2%;gap:30px;position:sticky;top:0;z-index:100}.brand{display:flex;align-items:center;gap:12px;min-width:300px}.brand-button{border:0;background:transparent;padding:0;text-align:left;color:inherit}.brand-mark{width:46px;height:52px;position:relative;color:#fff;display:grid;place-items:center}.brand-mark:before{content:"";position:absolute;width:16px;height:48px;background:#102a43;border-radius:2px}.brand-mark:after{content:"";position:absolute;width:42px;height:16px;background:#102a43;border-radius:2px}.brand-mark span{position:relative;z-index:2;font-size:23px}.brand-mark i{position:absolute;width:20px;height:12px;background:#2c9b8d;z-index:3;transform:skew(-28deg);left:6px;top:23px;border:2px solid white}.brand strong{display:block;font-family:"Source Serif 4",Georgia,serif;font-size:27px;line-height:1;color:#102a43}.brand small{display:block;color:#647a90;font-size:12px;margin-top:4px}.main-nav{display:flex;align-self:stretch;align-items:center;gap:38px;margin-left:auto}.main-nav a{text-decoration:none;color:#20344c;font-size:15px;font-weight:500;height:100%;display:flex;align-items:center;position:relative}.main-nav a:hover{color:#176b68}.main-nav a.active{font-weight:700}.main-nav a.active:after{content:"";height:2px;background:#102a43;position:absolute;left:0;right:0;bottom:18px}.top-actions{display:flex;align-items:center;gap:26px;margin-left:28px}.language-wrap{position:relative}.language-button{height:48px;min-width:210px;padding:0 14px;border:1px solid #C9D5DF;border-radius:10px;background:#fff;color:#1a2d43;display:flex;align-items:center;gap:12px}.language-button:hover{border-color:#176b68;box-shadow:0 3px 12px #102a4314}.chevron{font-size:22px;margin-left:auto}.language-menu{position:absolute;right:0;top:53px;width:285px;max-height:70vh;overflow-y:auto;background:#fff;border:1px solid #CBD7E0;border-radius:10px;padding:5px;box-shadow:0 12px 30px #142b4124;z-index:200}.language-menu button{width:100%;min-height:49px;border:0;background:#fff;padding:11px 10px;text-align:left;border-radius:7px;color:#20344c;display:flex;align-items:center;gap:10px}.language-menu button:hover,.language-menu button.selected{background:#eaf4f6}.language-menu b{margin-left:auto;color:#4e7c83}.language-symbol{width:26px;flex:none;text-align:center;font-weight:700}.language-name{display:flex;flex-direction:column;min-width:0;flex:1}.language-name strong{font-size:14px;line-height:1.2}.language-name small,.language-capability{font-size:11px;color:#7a8b9b;margin-top:2px}.system-status{display:flex;align-items:center;gap:10px;white-space:nowrap}.status-dot{width:11px;height:11px;border-radius:50%;background:#20b67a;box-shadow:0 0 0 4px #e4f7ef}.system-status strong{display:block;color:#18845e;font-size:14px}.system-status small{display:block;color:#73859a;font-size:12px;margin-top:2px}.hero{position:relative;min-height:390px;padding:60px 7.2% 34px;display:grid;grid-template-columns:minmax(480px,1.2fr) minmax(360px,.8fr);gap:50px;overflow:hidden;background:#f8fafb;border-bottom:1px solid #E1E8ED;isolation:isolate}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(90deg,#f8fafb,#f8fafbfc 30%,#f8fafbe8,#f8fafba3 62%,#f8fafb45 80%,#f8fafb14),url(/images/hero-hospital.png);background-size:cover;background-position:center right;background-repeat:no-repeat;filter:saturate(.65);transform:scale(1.015);z-index:-3}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff6,#ffffff38 48%,#ffffff0f);pointer-events:none;z-index:-2}.hero-copy{position:relative;z-index:5;max-width:680px}.eyebrow{font-size:13px;letter-spacing:1.1px;color:#5a7189;font-weight:700;margin:0 0 18px}.hero h1{font-family:"Source Serif 4",Georgia,serif;font-size:51px;line-height:1.08;letter-spacing:-1.6px;color:#102a43;margin:0;max-width:680px}.hero h1 span{color:#237f79}.hero-description{max-width:650px;color:#5a6f84;font-size:17px;line-height:1.55;margin:23px 0}.principles{display:flex;align-items:center;gap:15px;color:#344b62;font-size:13px;font-weight:600}.principles span{display:flex;gap:8px;align-items:center}.principles b{color:#153a58;font-size:16px}.principles em{width:1px;height:20px;background:#d8e1e8}.hero-note{position:relative;z-index:6;border-left:1px solid rgba(213,223,230,.95);padding:38px 0 0 42px;max-width:390px;margin-top:8px;min-height:260px}.quote{font-family:"Source Serif 4",Georgia,serif;font-size:26px;line-height:1.32;font-style:italic;color:#25384e;max-width:300px}.quote-line{width:36px;height:2px;background:#176b68;margin:22px 0}.note-meta{font-size:11px;letter-spacing:1.4px;color:#667c91}.note-meta span{margin:0 8px;color:#a8b5c0}.clinical-photo{position:absolute;right:0;top:0;width:52%;height:100%;overflow:hidden;background-image:linear-gradient(90deg,#f8fafb,#f8fafbc2 17%,#f8fafb42 48%,#f8fafb33),url(/images/hero-hospital.png);background-size:cover;background-position:center right;background-repeat:no-repeat;opacity:.94;z-index:-1}.clinical-photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f8fafb,#f8fafba8 22%,#f8fafb24 62%,#f8fafb14);pointer-events:none}.stethoscope-art,.wall-copy,.hero-device,.hero-circle,.hero-floating-card,.hero-floating-card-top,.hero-floating-card-bottom{display:none!important}.role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:0 6.8%;margin-top:-2px;position:relative;z-index:4}.role-card{min-height:298px;text-align:left;border:1px solid transparent;border-radius:14px;padding:27px 31px 20px;color:#fff;position:relative;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease;border-style:solid}.role-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #162d4029}.card-0{background:var(--patient);border-color:#0a7770}.card-1{background:var(--doctor);border-color:#1777b8}.card-2{background:var(--triage);border-color:#9b4b54}.card-3{background:var(--admin);border-color:#697887}.role-card:after{content:"";position:absolute;width:230px;height:130px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-80px;bottom:-50px;transform:rotate(-20deg)}.card-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.role-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#ffffff21;color:#fff;border:1px solid rgba(255,255,255,.1)}.audience{font-size:10px;font-weight:700;letter-spacing:.5px;padding:8px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.25);color:#fff}.role-card h2{font-family:"Source Serif 4",Georgia,serif;font-size:25px;margin:22px 0 10px;position:relative;z-index:2}.role-card p{font-size:15px;line-height:1.48;color:#e1eaf0;max-width:270px;min-height:68px;margin:0;position:relative;z-index:2}.card-action{border-top:1px solid rgba(255,255,255,.18);margin-top:19px;padding-top:15px;display:flex;align-items:center;justify-content:space-between;color:#f5f8fa;font-size:14px;font-weight:600;position:relative;z-index:3}.card-action i{font-style:normal;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.55);display:grid;place-items:center;font-size:23px}.benefits{margin:25px 6.8% 0;padding:21px 30px;border:1px solid #D8E1E8;background:#fff;border-radius:12px;display:grid;grid-template-columns:repeat(4,1fr)}.benefit{display:flex;align-items:center;gap:15px;padding:0 26px;border-right:1px solid #D9E2E8;color:#12263d}.benefit:first-child{padding-left:8px}.benefit:last-child{border-right:0}.benefit strong{display:block;font-size:14px}.benefit small{display:block;color:#708397;font-size:12px;margin-top:3px}.info-section{margin:30px 6.8% 0;padding:42px 44px;background:#fff;border:1px solid #D8E1E8;border-radius:12px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;scroll-margin-top:105px}.info-section h2{font-family:"Source Serif 4",Georgia,serif;font-size:35px;line-height:1.15;color:#102a43;margin:8px 0 0}.info-section p{font-size:16px;line-height:1.7;color:#5a6f84;margin:0;max-width:650px}.section-label{font-size:10px;font-weight:700;letter-spacing:1.3px;color:#5e778d}.primary-cta{border:0;background:#103b5b;color:#fff;border-radius:8px;padding:12px 17px;font-weight:700;margin-top:17px;box-shadow:0 4px 10px #103b5b1f}.primary-cta span{margin-left:14px;font-size:18px}footer{margin-top:18px;border-top:1px solid #D8E1E8;padding:19px 4.2%;display:flex;justify-content:space-between;color:#61758a;font-size:12px}footer div{display:flex;align-items:center;gap:13px}footer strong{font-family:"Source Serif 4",Georgia,serif;color:#132a43;font-size:16px}.workspace-shell{min-height:100vh;background:var(--page)}.workspace-main{max-width:1240px;margin:0 auto;padding:42px 28px 60px}.workspace-hero{border-radius:16px;padding:44px;color:#fff;position:relative;overflow:hidden;box-shadow:0 12px 30px #102a431a}.workspace-hero:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-120px;bottom:-180px}.workspace-patient{background:var(--patient)}.workspace-doctor{background:var(--doctor)}.workspace-triage{background:var(--triage)}.workspace-admin{background:var(--admin)}.workspace-kicker{font-size:10px;letter-spacing:1.4px;font-weight:700;opacity:.82}.workspace-hero h1{font-family:"Source Serif 4",Georgia,serif;font-size:46px;margin:9px 0 10px}.workspace-hero p{font-size:17px;line-height:1.6;max-width:720px;color:#e8f0f4;margin:0}.workspace-status{display:inline-flex;align-items:center;gap:8px;margin-top:25px;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:20px;font-size:12px}.workspace-status .status-dot{box-shadow:none;background:#5be0a7;width:8px;height:8px}.workspace-panel{margin-top:18px;background:#fff;border:1px solid #D8E1E8;border-radius:12px;padding:30px 34px;display:flex;justify-content:space-between;align-items:center;gap:30px}.workspace-panel h2{font-family:"Source Serif 4",Georgia,serif;color:#102a43;font-size:29px;margin:8px 0}.workspace-panel p{color:#60768a;line-height:1.6;max-width:720px;margin:0}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.choice{padding:20px;border:1px solid #D4DFE7;background:#fff;border-radius:10px;text-align:left;font-weight:700;color:#19364f}.choice:hover,.choice-selected{border-color:#176b68;background:#edf8f6}.patient-input{width:100%;max-width:520px;margin-top:22px;padding:14px;border:1px solid #C9D5DF;border-radius:8px}.selection-bar{margin-top:24px;padding:14px 18px;background:#fff;border:1px solid #D8E1E8;border-radius:10px;display:flex;align-items:center;gap:14px}.selection-bar span{text-transform:uppercase;font-size:9px;letter-spacing:1px;color:#7a8c9d}.selection-bar strong{font-size:14px}.selection-bar button:not(.back-button){margin-left:auto;background:#103b5b;color:#fff;border:0;border-radius:7px;padding:10px 17px;font-weight:600}.selection-bar button:disabled{opacity:.45;cursor:not-allowed}.selection-bar button b{margin-left:12px}.back-button{border:1px solid #C9D5DF;background:#fff;color:#17304a;border-radius:8px;padding:10px 14px;font-weight:700}@media(max-width:1100px){.brand{min-width:240px}.main-nav{gap:20px}.top-actions{gap:12px;margin-left:0}.language-button{min-width:175px}.system-status{display:none}.hero{padding-left:5%;padding-right:5%;grid-template-columns:1fr .75fr}.role-grid{padding:0 4%;grid-template-columns:repeat(2,1fr)}.benefits{margin-left:4%;margin-right:4%}}@media(max-width:900px){.main-nav{display:none}.hero{grid-template-columns:1fr}.hero-note{border-left:0;border-top:1px solid #D5DFE6;padding:22px 0 0;max-width:520px}.clinical-photo{opacity:.3;width:70%}.role-grid{grid-template-columns:repeat(2,1fr)}.info-section{grid-template-columns:1fr;gap:20px}}@media(max-width:760px){.topbar{height:auto;min-height:76px;flex-wrap:wrap;padding:12px 18px}.brand{min-width:0;margin-right:auto}.brand strong{font-size:22px}.main-nav{order:3;width:100%;height:40px;display:flex;justify-content:center;gap:25px}.top-actions{position:absolute;right:18px;top:14px}.language-button{min-width:48px;width:48px;padding:0;justify-content:center}.language-button>span:not(.chevron){display:none}.language-button .chevron{display:none}.language-menu{right:0;width:280px}.hero{display:block;padding:44px 22px 32px;min-height:0}.hero-copy{max-width:100%}.hero h1{font-size:39px}.hero-description{font-size:15px}.principles{flex-wrap:wrap;gap:9px}.principles em{display:none}.role-grid{grid-template-columns:1fr;padding:0 18px;gap:10px}.role-card{min-height:240px;padding:23px}.benefits{grid-template-columns:1fr 1fr;margin:16px 18px 0;padding:12px}.benefit{padding:13px 10px;border-right:0;border-bottom:1px solid #D9E2E8}.benefit:nth-child(odd){border-right:1px solid #D9E2E8}.benefit:nth-last-child(-n+2){border-bottom:0}.info-section{margin-left:18px;margin-right:18px;padding:28px 24px}.workspace-main{padding:22px 16px 40px}.workspace-panel{display:block}.choice-grid{grid-template-columns:1fr}.selection-bar{flex-wrap:wrap}.selection-bar button:not(.back-button){margin-left:0;width:100%}}@media(max-width:430px){.hero{padding-left:18px;padding-right:18px}.hero h1{font-size:35px}.role-card{padding:21px;min-height:225px}.benefits{grid-template-columns:1fr;margin-left:18px;margin-right:18px}.benefit{border-right:0!important}.benefit:last-child{border-bottom:0}footer{padding:16px 18px;display:block;line-height:1.8}.workspace-hero{padding:30px 24px}.workspace-hero h1{font-size:37px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media print{.topbar,.main-nav,.top-actions,footer{display:none!important}.hero{border:0;min-height:auto}.clinical-photo,.hero:before,.hero:after{display:none!important}}.patient-kiosk-container{max-width:1000px;margin:20px auto 0}.kiosk-progress{margin-bottom:14px}.kiosk-progress-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:#5d7287;font-size:12px}.kiosk-progress-meta span{text-transform:uppercase;letter-spacing:1px;font-weight:700}.kiosk-progress-meta strong{color:#17344d}.kiosk-progress-track{height:5px;background:#dfe8ed;border-radius:99px;overflow:hidden}.kiosk-progress-track span{display:block;height:100%;background:#176b68;border-radius:99px;transition:width .2s ease}.patient-kiosk-card{background:#fff;border:1px solid #d8e1e8;border-radius:14px;min-height:590px;padding:46px 54px 24px;box-shadow:0 8px 24px #102a430f;display:flex;flex-direction:column}.kiosk-screen{flex:1}.kiosk-label{font-size:10px;letter-spacing:1.4px;color:#60788e;font-weight:800;margin:0 0 12px}.kiosk-screen h2{font-family:"Source Serif 4",Georgia,serif;color:#102a43;font-size:38px;line-height:1.15;margin:0 0 13px}.kiosk-lead{color:#61768a;font-size:16px;line-height:1.65;max-width:720px;margin:0 0 28px}.kiosk-welcome{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:470px}.kiosk-welcome-icon{width:70px;height:70px;border-radius:50%;background:#063f3d;color:#fff;display:grid;place-items:center;font-size:31px;margin-bottom:23px}.kiosk-help-row{display:flex;gap:25px;color:#526a80;font-size:13px;font-weight:700;margin:2px 0 25px}.kiosk-help-row span:first-child{color:#176b68}.kiosk-primary-button{border:0;background:#103b5b;color:#fff;border-radius:8px;padding:13px 19px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:17px}.kiosk-primary-button:hover{background:#0b2e47}.kiosk-primary-button:disabled{opacity:.42;cursor:not-allowed}.kiosk-large-button{font-size:16px;padding:15px 27px}.kiosk-secondary-button{border:1px solid #c9d5df;background:#fff;color:#17344d;border-radius:8px;padding:12px 17px;font-weight:700}.kiosk-secondary-button:hover{background:#f5f8fa}.kiosk-navigation{border-top:1px solid #e0e7ec;margin-top:35px;padding-top:19px;display:flex;align-items:center;justify-content:space-between;gap:15px}.consent-box{border:1px solid #d8e1e8;background:#f8fafb;border-radius:10px;padding:22px 25px;max-width:760px}.consent-box strong{color:#17344d}.consent-box ul{margin:13px 0 0;padding-left:20px;color:#60768a;line-height:1.75}.consent-check{margin-top:20px;display:flex;align-items:flex-start;gap:13px;border:1px solid #d4dfe6;border-radius:10px;padding:17px;max-width:760px;cursor:pointer}.consent-check.checked{border-color:#176b68;background:#edf8f6}.consent-check input{width:21px;height:21px;margin-top:1px;accent-color:#176b68}.consent-check strong{display:block;color:#19344d;font-size:14px}.consent-check small{display:block;color:#718599;margin-top:3px}.kiosk-form{display:grid;grid-template-columns:1fr 1fr;gap:22px 20px;max-width:820px}.kiosk-form label,.kiosk-form fieldset{display:block}.kiosk-form label>span,.kiosk-form legend{display:block;color:#29445c;font-weight:700;font-size:13px;margin-bottom:8px}.kiosk-form b{color:#a13d49}.kiosk-form input{width:100%;height:48px;border:1px solid #c9d5df;border-radius:8px;padding:0 14px;background:#fff;color:#17344d}.kiosk-form input:focus{border-color:#176b68;box-shadow:0 0 0 3px #176b681a;outline:0}.kiosk-form fieldset{border:0;padding:0;margin:0}.gender-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.gender-option{height:48px;border:1px solid #c9d5df;background:#fff;border-radius:8px;color:#29445c;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;position:relative}.gender-option.selected{border-color:#176b68;background:#edf8f6;color:#0c625f}.gender-option b{position:absolute;right:8px;color:#176b68}.phone-input{display:flex}.phone-input strong{height:48px;border:1px solid #c9d5df;border-right:0;border-radius:8px 0 0 8px;padding:14px 12px;background:#f5f8fa;color:#526b81;font-size:13px}.phone-input input{border-radius:0 8px 8px 0}.field-help{display:block;color:#7a8c9c;font-size:11px;line-height:1.45;margin-top:6px}.complaint-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:760px}.complaint-option{min-height:70px;text-align:left;padding:16px 18px;border:1px solid #d1dce4;border-radius:9px;background:#fff;color:#18344d;font-weight:700;display:flex;align-items:center;justify-content:space-between}.complaint-option:hover,.complaint-option.selected{border-color:#176b68;background:#edf8f6;color:#0d625f}.complaint-option b{color:#176b68}.history-intro{display:flex;align-items:center;gap:16px;border:1px solid #d8e1e8;border-radius:10px;padding:20px;max-width:720px;background:#f8fafb;margin-bottom:22px}.history-icon{width:46px;height:46px;border-radius:50%;background:#e7f2f1;color:#176b68;display:grid;place-items:center;font-weight:900;font-size:21px}.history-intro strong{color:#17344d}.history-intro p{margin:4px 0 0;color:#708398;font-size:13px}.voice-button{border:1px solid #176b68;background:#edf8f6;color:#0e625f;border-radius:8px;padding:12px 17px;font-weight:800}.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#d8e1e8;border:1px solid #d8e1e8;border-radius:10px;overflow:hidden;max-width:780px}.review-grid>div{background:#fff;padding:17px 20px}.review-grid small{display:block;color:#718598;font-size:11px;text-transform:uppercase;letter-spacing:.6px}.review-grid strong{display:block;color:#17344d;margin-top:5px}.kiosk-security-note{text-align:center;color:#7a8d9d;font-size:11px;margin:12px 0 0}@media(max-width:700px){.patient-kiosk-container{margin-top:12px}.patient-kiosk-card{padding:30px 22px 20px;min-height:0}.kiosk-screen h2{font-size:31px}.kiosk-form,.complaint-grid,.review-grid,.gender-grid{grid-template-columns:1fr}.kiosk-navigation{margin-top:25px}.kiosk-navigation .kiosk-primary-button{flex:1}.kiosk-help-row{flex-wrap:wrap;gap:10px 18px}.workspace-main{padding-left:12px;padding-right:12px}}@media(max-width:430px){.patient-kiosk-card{border-radius:10px;padding:25px 17px 17px}.kiosk-screen h2{font-size:28px}.kiosk-lead{font-size:14px}.kiosk-navigation{align-items:stretch}.kiosk-navigation .kiosk-primary-button{padding:13px 12px}.kiosk-security-note{line-height:1.5}}.card-prescription{background:#31404d;color:#fff}.card-prescription:hover{transform:translateY(-3px)}.card-prescription .role-icon{color:#fff}.card-prescription .audience{color:#dce5eb}.card-prescription .card-action{color:#fff}.prescription-card-icon{display:inline-flex;align-items:center;justify-content:center}.prescription-card-icon svg{width:31px;height:31px}.prescription-main{min-height:calc(100vh - 76px);padding:56px 6vw 80px;background:#f6f8fa}.prescription-access{width:min(760px,100%);margin:0 auto}.prescription-access-header{display:flex;align-items:flex-start;gap:22px;margin-bottom:30px}.prescription-document-icon{width:64px;height:64px;flex:0 0 64px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#063f3d;color:#fff}.prescription-document-icon svg{width:36px;height:36px}.prescription-access-header h1,.prescription-result-header h1{margin:5px 0 8px;color:#102a43;font-size:clamp(30px,4vw,44px);line-height:1.08}.prescription-access-header p,.prescription-result-header p{margin:0;color:#526477;line-height:1.65;max-width:620px}.prescription-access-panel{background:#fff;border:1px solid #dce3e8;border-radius:18px;padding:34px;box-shadow:0 12px 35px #102a4312}.prescription-panel-heading h2{margin:0 0 7px;color:#102a43;font-size:22px}.prescription-panel-heading p{margin:0;color:#657789;line-height:1.55}.prescription-form{display:grid;gap:20px;margin-top:28px}.prescription-form label{display:grid;gap:8px}.prescription-form label span{color:#263b4d;font-size:14px;font-weight:700}.prescription-form input{width:100%;box-sizing:border-box;min-height:52px;padding:0 15px;border:1px solid #cbd5dc;border-radius:9px;background:#fff;color:#102a43;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.prescription-form input:focus{border-color:#176b68;box-shadow:0 0 0 3px #176b681f}.prescription-verify-button{min-height:54px;border:0;border-radius:9px;background:#176b68;color:#fff;font:inherit;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:14px}.prescription-verify-button:hover:not(:disabled){background:#125955}.prescription-verify-button:disabled{opacity:.48;cursor:not-allowed}.prescription-security-note{display:flex;gap:12px;margin-top:24px;padding:16px;border-radius:10px;background:#f2f7f7;color:#176b68}.prescription-security-note>span{font-weight:800}.prescription-security-note strong,.prescription-security-note small{display:block}.prescription-security-note strong{margin-bottom:3px;color:#143e3c}.prescription-security-note small{color:#5d716f;line-height:1.5}.prescription-error{padding:13px 15px;border-radius:8px;background:#fff1f2;color:#8d2631;border:1px solid #f0c5c9;font-size:14px}.prescription-back-button{display:block;margin:24px auto 0;border:0;background:transparent;color:#176b68;font:inherit;font-weight:700;cursor:pointer}.prescription-result{width:min(1080px,100%);margin:0 auto}.prescription-result-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.prescription-final-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#e8f5ef;color:#176b50;font-size:13px;font-weight:800;white-space:nowrap}.prescription-final-badge span{font-size:16px}.prescription-document{background:#fff;border:1px solid #d9e1e6;border-radius:14px;box-shadow:0 10px 30px #102a430f;overflow:hidden}.prescription-document-header{padding:24px 28px;border-bottom:1px solid #e4e9ed;display:flex;justify-content:space-between;align-items:center}.prescription-document-header strong,.prescription-document-header span{display:block}.prescription-document-header strong{color:#102a43;font-size:21px}.prescription-document-header span{color:#70808e;font-size:13px;margin-top:3px}.prescription-status{padding:6px 10px;border-radius:5px;background:#e8f5ef;color:#176b50;font-size:11px;font-weight:800;letter-spacing:.06em}.prescription-patient{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:20px;padding:24px 28px;background:#f8fafb;border-bottom:1px solid #e4e9ed}.prescription-patient small,.medicine-item small{display:block;color:#788896;font-size:10px;font-weight:800;letter-spacing:.06em;margin-bottom:5px}.prescription-patient strong{color:#24394b;font-size:14px}.prescription-section{padding:26px 28px}.prescription-section h2,.prescription-instructions h2{margin:0 0 14px;color:#102a43;font-size:17px}.prescription-section p,.prescription-instructions p{margin:0;color:#506273;line-height:1.6}.medicine-list{display:grid;gap:10px}.medicine-item{display:grid;grid-template-columns:36px 2fr 1fr 1fr 1fr;gap:16px;align-items:center;padding:17px;border:1px solid #e1e7eb;border-radius:9px}.medicine-number{width:30px;height:30px;border-radius:50%;background:#eaf4f3;color:#176b68;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}.medicine-details strong,.medicine-details span{display:block}.medicine-details strong{color:#102a43;font-size:15px}.medicine-details span{color:#6c7d8b;margin-top:3px;font-size:13px}.medicine-item>div:not(.medicine-number):not(.medicine-details) strong{color:#263b4d;font-size:13px}.medicine-instructions{grid-column:2 / -1;padding-top:8px;color:#657789;font-size:13px}.prescription-instructions{margin:0 28px 26px;padding:18px;border-left:3px solid #176b68;background:#f3f8f8}.prescription-document-footer{padding:17px 28px;border-top:1px solid #e4e9ed;display:flex;justify-content:space-between;gap:15px;color:#83909b;font-size:11px}.prescription-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:22px}.prescription-primary-action,.prescription-secondary-action{min-height:48px;padding:0 18px;border-radius:8px;font:inherit;font-weight:700;cursor:pointer}.prescription-primary-action{border:1px solid #176b68;background:#176b68;color:#fff}.prescription-secondary-action{border:1px solid #c9d3da;background:#fff;color:#263b4d}.prescription-primary-action:disabled,.prescription-secondary-action:disabled{opacity:.55;cursor:not-allowed}@media(max-width:760px){.prescription-main{padding:35px 18px 55px}.prescription-access-header{gap:15px}.prescription-document-icon{width:52px;height:52px;flex-basis:52px}.prescription-access-panel{padding:23px}.prescription-result-header{align-items:flex-start;flex-direction:column}.prescription-patient{grid-template-columns:1fr}.medicine-item{grid-template-columns:34px 1fr}.medicine-item>div:not(.medicine-number):not(.medicine-details){grid-column:2}.medicine-instructions{grid-column:2}.prescription-document-footer,.prescription-actions{flex-direction:column}.prescription-primary-action,.prescription-secondary-action{width:100%}}.administration-action{min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 15px;border:1px solid #cbd6de;border-radius:8px;background:#fff;color:#263b4d;font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.administration-action:hover{background:#f4f7f9;border-color:#9eabb5;color:#102a43;transform:translateY(-1px)}.administration-action:focus-visible{outline:3px solid rgba(23,107,104,.18);outline-offset:2px}.administration-icon{display:inline-flex;align-items:center;justify-content:center;color:#526477}@media(max-width:760px){.administration-action{min-width:42px;width:42px;padding:0;justify-content:center}.administration-action>span:last-child{display:none}}.visit-reference-panel{margin:22px 0 24px;padding:19px;border:1px solid #cbdedc;border-radius:12px;background:#f4f9f8}.visit-reference-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.visit-reference-label{display:block;margin-bottom:5px;color:#176b68;font-size:11px;font-weight:800;letter-spacing:.08em}.visit-reference-heading p{margin:0;color:#60736f;font-size:13px;line-height:1.45}.visit-reference-value{margin-top:14px;padding:14px 15px;border:1px solid #d5e1df;border-radius:8px;background:#fff;color:#102a43;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;font-weight:700;line-height:1.5;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all}.visit-reference-copy{flex:0 0 auto;min-height:40px;padding:0 13px;border:1px solid #176b68;border-radius:7px;background:#fff;color:#176b68;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:background-color .18s ease,color .18s ease}.visit-reference-copy:hover{background:#176b68;color:#fff}.visit-reference-copy:focus-visible{outline:3px solid rgba(23,107,104,.18);outline-offset:2px}@media(max-width:600px){.visit-reference-heading{align-items:stretch;flex-direction:column}.visit-reference-copy{width:100%}.visit-reference-value{font-size:12px}}.doctor-auth-page{min-height:100vh;display:grid;place-items:center;padding:28px 18px;box-sizing:border-box;background:linear-gradient(#f6f8faf2,#f6f8fafa),#f6f8fa;color:#102a43}.doctor-auth-card{width:min(460px,100%);padding:38px;box-sizing:border-box;border:1px solid #D8E1E8;border-radius:16px;background:#fff;box-shadow:0 18px 55px #102a431a}.doctor-auth-brand{display:flex;align-items:center;gap:11px;margin-bottom:42px}.doctor-auth-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#063f3d;color:#fff;font-weight:900}.doctor-auth-brand strong,.doctor-auth-brand small{display:block}.doctor-auth-brand strong{font-size:14px}.doctor-auth-brand small{margin-top:2px;color:#7b8b98;font-size:9px}.doctor-auth-heading span{color:#176b68;font-size:9px;font-weight:900;letter-spacing:.16em}.doctor-auth-heading h1{margin:8px 0;font-family:Georgia,Times New Roman,serif;font-size:35px;letter-spacing:-.04em}.doctor-auth-heading p{margin:0 0 27px;color:#617486;font-size:12px;line-height:1.6}.doctor-auth-form{display:grid;gap:17px}.doctor-auth-form label{display:grid;gap:7px;color:#34495a;font-size:11px;font-weight:800}.doctor-auth-form input{height:44px;padding:0 13px;box-sizing:border-box;border:1px solid #CBD7DF;border-radius:8px;outline:none;background:#fff;color:#102a43;font:inherit;font-size:12px}.doctor-auth-form input:focus{border-color:#176b68;box-shadow:0 0 0 3px #176b681a}.doctor-auth-form>button{height:45px;margin-top:3px;border:0;border-radius:8px;background:#102a43;color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.doctor-auth-form>button:disabled{opacity:.55;cursor:wait}.doctor-auth-error{padding:10px 12px;border:1px solid #E2B9BE;border-radius:8px;background:#fff7f7;color:#8d2632;font-size:10px}.doctor-auth-security{display:grid;gap:4px;margin-top:23px;padding:13px;border-radius:8px;background:#f4f8f8}.doctor-auth-security strong{color:#176b68;font-size:10px}.doctor-auth-security span{color:#718394;font-size:9px}.doctor-auth-back{width:100%;margin-top:20px;padding:0;border:0;background:transparent;color:#617486;font:inherit;font-size:10px;cursor:pointer}.doctor-auth-back:hover{color:#176b68}@media(max-width:520px){.doctor-auth-card{padding:27px 22px}}.doctor-workspace{width:min(1380px,calc(100% - 40px));margin:0 auto 56px;color:#102a43}.doctor-workspace-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 26px;margin-bottom:16px;border:1px solid #D8E1E8;border-radius:14px;background:#fff;box-shadow:0 4px 18px #102a430d}.doctor-eyebrow,.doctor-alert-kicker{display:block;margin-bottom:5px;font-size:10px;line-height:1.2;letter-spacing:.16em;font-weight:800;color:#176b68}.doctor-workspace-bar h2{margin:0;font-size:20px;letter-spacing:-.02em}.doctor-queue-stats{display:flex;gap:22px;font-size:12px;color:#617486}.doctor-queue-stats b{margin-right:4px;color:#102a43;font-size:18px}.doctor-workspace-grid{display:grid;grid-template-columns:330px minmax(0,1fr);gap:16px;align-items:start}.doctor-queue,.doctor-case{border:1px solid #D8E1E8;border-radius:14px;background:#fff;box-shadow:0 5px 22px #102a430d}.doctor-queue{overflow:hidden;position:sticky;top:18px;max-height:calc(100vh - 36px);overflow-y:auto}.doctor-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:22px;border-bottom:1px solid #E6ECF0}.doctor-panel-head h2{margin:0;font-size:17px}.doctor-count{display:grid;place-items:center;min-width:30px;height:30px;border-radius:8px;background:#eef6f5;color:#176b68;font-size:12px;font-weight:800}.doctor-case-list{display:grid;gap:8px;padding:10px}.doctor-case-row{display:block;width:100%;padding:15px;text-align:left;border:1px solid #E0E7EC;border-radius:11px;background:#fff;color:#102a43;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.doctor-case-row:hover{border-color:#9bbebd;background:#f8fbfb}.doctor-case-row.active{border-color:#176b68;background:#f1f8f7;box-shadow:inset 3px 0 #176b68}.doctor-case-row-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.doctor-case-row strong{font-size:14px}.doctor-case-row>span,.doctor-case-row small,.doctor-case-row em{display:block}.doctor-case-row>span{color:#5f7182;font-size:11px}.doctor-case-row small{margin-top:5px;color:#243b53;font-size:12px;line-height:1.45}.doctor-case-row em{margin-top:9px;color:#7b8b98;font-size:10px;font-style:normal}.doctor-priority{display:inline-flex;align-items:center;justify-content:center;min-width:58px;padding:5px 8px;border-radius:999px;font-size:9px;line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.doctor-priority.routine{background:#eaf5f4;color:#176b68}.doctor-priority.high{background:#fff3dd;color:#8a5a00}.doctor-priority.urgent{background:#f9e8ea;color:#8d2632}.doctor-case{min-width:0;overflow:hidden}.doctor-patient-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 27px;border-bottom:1px solid #E4EBEF}.doctor-patient-identity{display:flex;align-items:center;gap:15px;min-width:0}.doctor-avatar{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:12px;background:#063f3d;color:#fff;font-size:21px;font-weight:800}.doctor-patient-header h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(25px,3vw,34px);line-height:1.05;letter-spacing:-.035em}.doctor-patient-header p{margin:6px 0 0;color:#617486;font-size:12px}.doctor-header-status{display:grid;justify-items:end;gap:8px}.doctor-record-id{color:#7b8b98;font-size:10px;letter-spacing:.08em}.doctor-clinical-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px}.doctor-section{min-width:0;padding:20px;border:1px solid #DFE7EC;border-radius:12px;background:#fff}.doctor-section-wide{grid-column:1 / -1}.doctor-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px}.doctor-section-heading>div{display:flex;align-items:center;gap:10px}.doctor-section-number{color:#176b68;font-size:10px;font-weight:900;letter-spacing:.08em}.doctor-section h2{margin:0;font-size:15px;letter-spacing:-.01em}.doctor-primary-value{margin:0;color:#243b53;font-size:15px;line-height:1.55}.doctor-definition-list{display:grid;gap:9px;margin:0}.doctor-definition-list div{display:flex;justify-content:space-between;gap:18px;padding-bottom:8px;border-bottom:1px solid #EEF2F4}.doctor-definition-list div:last-child{padding-bottom:0;border-bottom:0}.doctor-definition-list dt{color:#718394;font-size:11px}.doctor-definition-list dd{margin:0;color:#243b53;font-size:12px;font-weight:700}.doctor-status-pill,.doctor-draft-label{padding:5px 8px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.doctor-status-pill.complete{background:#eaf5f4;color:#176b68}.doctor-status-pill.pending{background:#f2f4f6;color:#687887}.doctor-draft-label{background:#eef2f5;color:#526576}.doctor-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.doctor-answer{padding:12px;border-radius:9px;background:#f7f9fa}.doctor-answer span{display:block;margin-bottom:4px;color:#738494;font-size:10px}.doctor-answer strong{display:block;color:#243b53;font-size:12px;line-height:1.45}.doctor-ai-summary{border-left:3px solid #176B68;border-radius:0 10px 10px 0;background:#f4f8f8;padding:16px 17px}.doctor-ai-summary-head{display:flex;justify-content:space-between;gap:14px;align-items:center}.doctor-ai-summary-head strong{font-size:13px}.doctor-ai-summary-head span{color:#176b68;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.doctor-ai-summary p{margin:8px 0 13px;color:#5f7182;font-size:11px;line-height:1.6}.doctor-summary-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.doctor-summary-facts div{padding:10px 12px;border:1px solid #DFE8E8;border-radius:8px;background:#fff}.doctor-summary-facts span,.doctor-summary-facts strong{display:block}.doctor-summary-facts span{margin-bottom:3px;color:#7b8b98;font-size:9px}.doctor-summary-facts strong{color:#243b53;font-size:11px}.doctor-critical-alert{display:flex;gap:14px;margin:16px 16px 0;padding:17px;border:1px solid #E6B9BE;border-radius:11px;background:#fff7f7;color:#5a1f27}.doctor-alert-icon{display:grid;place-items:center;flex:0 0 31px;height:31px;border-radius:50%;background:#8d2632;color:#fff;font-weight:900}.doctor-alert-kicker{color:#8d2632}.doctor-critical-alert h2{margin:0 0 8px;font-size:15px}.doctor-alert-item+.doctor-alert-item{margin-top:10px;padding-top:10px;border-top:1px solid #F0D9DB}.doctor-alert-item strong{font-size:12px}.doctor-alert-item p{margin:4px 0;font-size:11px;line-height:1.5}.doctor-alert-item span{font-size:10px;font-weight:700}.doctor-field-label{display:block;margin-bottom:7px;color:#526576;font-size:11px;font-weight:800}.doctor-notes{width:100%;box-sizing:border-box;resize:vertical;min-height:125px;padding:13px;border:1px solid #CBD7DF;border-radius:9px;outline:none;background:#fff;color:#102a43;font:inherit;font-size:12px;line-height:1.55}.doctor-notes:focus{border-color:#176b68;box-shadow:0 0 0 3px #176b681a}.doctor-review-row{display:grid;grid-template-columns:minmax(0,1fr) 190px auto;gap:16px;align-items:end;margin-top:15px}.doctor-verify{display:flex;align-items:flex-start;gap:9px;cursor:pointer}.doctor-verify input{margin-top:3px;accent-color:#176B68}.doctor-verify strong,.doctor-verify small{display:block}.doctor-verify strong{color:#243b53;font-size:11px}.doctor-verify small{margin-top:3px;color:#7b8b98;font-size:9px;line-height:1.4}.doctor-disposition span{display:block;margin-bottom:6px;color:#526576;font-size:10px;font-weight:800}.doctor-disposition select{width:100%;height:39px;padding:0 10px;border:1px solid #CBD7DF;border-radius:8px;background:#fff;color:#243b53;font:inherit;font-size:11px}.doctor-button{height:39px;padding:0 18px;border:0;border-radius:8px;background:#102a43;color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}.doctor-button:hover{background:#0b2035}.doctor-button:disabled{opacity:.55;cursor:wait}.doctor-save-confirmation{margin:12px 0 0;color:#176b68;font-size:11px;font-weight:700}.doctor-muted{margin:0;color:#7b8b98;font-size:11px}.doctor-error{margin:14px 16px 0;padding:12px 14px;border:1px solid #E2B9BE;border-radius:9px;background:#fff7f7;color:#8d2632;font-size:11px}.doctor-empty{padding:30px 20px;color:#7b8b98;text-align:center;font-size:11px}.doctor-empty h3,.doctor-empty h2{margin:0 0 7px;color:#243b53}.doctor-empty p{margin:0;line-height:1.55}.doctor-empty-large{min-height:380px;display:grid;place-content:center;justify-items:center}.doctor-empty-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:15px;border-radius:12px;background:#eef6f5;color:#176b68;font-size:25px;font-weight:300}@media(max-width:1050px){.doctor-workspace-grid{grid-template-columns:280px minmax(0,1fr)}.doctor-review-row{grid-template-columns:1fr 1fr}.doctor-button{width:100%}}@media(max-width:800px){.doctor-workspace{width:min(100% - 24px,680px)}.doctor-workspace-bar,.doctor-patient-header{align-items:flex-start;flex-direction:column}.doctor-queue-stats{width:100%;justify-content:space-between}.doctor-workspace-grid{grid-template-columns:1fr}.doctor-queue{position:static;max-height:none}.doctor-clinical-grid{grid-template-columns:1fr;padding:10px}.doctor-section-wide{grid-column:auto}.doctor-review-row{grid-template-columns:1fr}.doctor-header-status{justify-items:start}}@media(max-width:520px){.doctor-workspace{width:calc(100% - 16px)}.doctor-workspace-bar{padding:17px}.doctor-patient-header{padding:19px}.doctor-patient-header h1{font-size:27px}.doctor-clinical-grid{padding:8px}.doctor-section{padding:16px}.doctor-answer-grid,.doctor-summary-facts{grid-template-columns:1fr}.doctor-critical-alert{margin:10px 10px 0}.doctor-ai-summary-head{align-items:flex-start;flex-direction:column}}.doctor-document-count{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border:1px solid #DCE5EA;border-radius:999px;background:#f7f9fa;color:#526576;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.doctor-document-list-container{display:grid;gap:12px}.doctor-document-card{overflow:hidden;border:1px solid #DCE5EA;border-radius:11px;background:#fbfcfd}.doctor-document-card-head{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:13px;align-items:center;padding:14px}.doctor-document-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid #D5E1E5;border-radius:10px;background:#eef6f5;color:#176b68;font-size:10px;font-weight:900;letter-spacing:.06em}.doctor-document-main{min-width:0}.doctor-document-title-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.doctor-document-title-row h3{margin:0;min-width:0;color:#243b53;font-size:13px;font-weight:800;overflow-wrap:anywhere}.doctor-document-main p{margin:5px 0 0;color:#7b8b98;font-size:10px}.doctor-document-status{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:999px;background:#eef6f5;color:#176b68;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.doctor-document-status.processing{background:#fff5e3;color:#8a5a00}.doctor-document-status.failed{background:#f9e8ea;color:#8d2632}.doctor-document-status-dot{width:5px;height:5px;border-radius:50%;background:currentColor}.doctor-document-toggle{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 11px;border:1px solid #CBD7DF;border-radius:8px;background:#fff;color:#243b53;font:inherit;font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap}.doctor-document-toggle:hover{border-color:#176b68;color:#176b68}.doctor-document-toggle span{color:#176b68;font-size:16px;line-height:1}.doctor-document-verification{display:flex;gap:10px;margin:0 14px 14px;padding:11px 12px;border:1px solid #E5D5A7;border-radius:8px;background:#fffbf1;color:#6e5312}.doctor-document-verification-icon{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#8a670e;color:#fff;font-size:11px;font-weight:900}.doctor-document-verification strong{display:block;font-size:10px}.doctor-document-verification p{margin:3px 0 0;color:#79652f;font-size:9px;line-height:1.5}.doctor-document-details{padding:0 14px 14px;border-top:1px solid #E4EBEF}.doctor-document-extraction-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding-top:14px}.doctor-document-group{padding:12px;border:1px solid #E1E8EC;border-radius:9px;background:#fff}.doctor-document-group h4{margin:0 0 8px;color:#526576;font-size:10px;font-weight:800}.doctor-document-list{display:grid;gap:5px;margin:0;padding-left:17px;color:#243b53}.doctor-document-list li{font-size:10px;line-height:1.5}.doctor-document-empty{margin:0;color:#8a98a4;font-size:10px}.doctor-document-ocr{margin-top:10px;overflow:hidden;border:1px solid #DCE5EA;border-radius:9px;background:#f7f9fa}.doctor-document-ocr-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-bottom:1px solid #E1E8EC}.doctor-document-ocr-head .doctor-eyebrow{margin-bottom:3px}.doctor-document-ocr-head h4{margin:0;color:#243b53;font-size:11px}.doctor-document-method{padding:4px 7px;border-radius:999px;background:#eaf0f3;color:#617486;font-size:8px;font-weight:800;text-transform:uppercase}.doctor-document-ocr pre{max-height:260px;margin:0;padding:13px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;color:#334e68;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:1.65}.doctor-document-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:9px;color:#8a98a4;font-size:9px}.doctor-document-empty-state{display:flex;align-items:center;gap:13px;padding:17px;border:1px dashed #D4DEE4;border-radius:9px;background:#fafbfc}.doctor-document-empty-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:10px;background:#eef2f5;color:#617486;font-size:9px;font-weight:900;letter-spacing:.05em}.doctor-document-empty-state h3{margin:0;color:#334e68;font-size:12px}.doctor-document-empty-state p{margin:4px 0 0;color:#7b8b98;font-size:10px;line-height:1.5}@media(max-width:700px){.doctor-document-card-head{grid-template-columns:40px minmax(0,1fr)}.doctor-document-icon{width:40px;height:40px}.doctor-document-toggle{grid-column:1 / -1;width:100%;justify-content:center}.doctor-document-extraction-grid{grid-template-columns:1fr}}@media(max-width:520px){.doctor-document-card-head{padding:12px}.doctor-document-verification{margin:0 12px 12px}.doctor-document-details{padding:0 12px 12px}.doctor-document-ocr-head{align-items:flex-start;flex-direction:column}}.doctor-document-count{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef6f5;color:#176b68;font-size:10px;font-weight:800}.doctor-document-list-container{display:grid;gap:14px}.doctor-document-card{padding:18px;border:1px solid #DCE6EB;border-radius:12px;background:#fbfcfd}.doctor-document-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.doctor-document-card-header h3{margin:3px 0 0;color:#102a43;font-size:16px;line-height:1.35;word-break:break-word}.doctor-document-empty-state{display:flex;align-items:center;gap:14px;padding:20px;border:1px dashed #CBD8DF;border-radius:11px;background:#fafcfd}.doctor-document-empty-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:10px;background:#eef6f5;font-size:20px}.doctor-document-empty-state h3{margin:0 0 4px;font-size:14px}.doctor-document-empty-state p{margin:0}.doctor-document-warning{margin-bottom:15px;padding:12px 14px;border:1px solid #F0D79A;border-radius:9px;background:#fff9ea;color:#6e5200}.doctor-document-warning strong{display:block;margin-bottom:4px;font-size:12px}.doctor-document-warning p{margin:0;font-size:11px;line-height:1.5}.doctor-document-group{margin-top:14px}.doctor-document-group h4{margin:0 0 7px;color:#176b68;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.doctor-document-list{margin:0;padding-left:20px;color:#243b53;font-size:12px;line-height:1.6}.doctor-document-list li+li{margin-top:3px}.doctor-document-ocr{margin-top:16px;border-top:1px solid #E3EAEF;padding-top:13px}.doctor-document-ocr summary{cursor:pointer;color:#176b68;font-size:11px;font-weight:800}.doctor-document-ocr pre{max-height:260px;margin:10px 0 0;padding:12px;overflow:auto;border-radius:8px;background:#102a43;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.doctor-document-method{margin:13px 0 0;color:#7b8b98;font-size:10px}@media(max-width:760px){.doctor-document-card-header{flex-direction:column}.doctor-document-empty-state{align-items:flex-start}}.doctor-timeline-count{display:inline-flex;align-items:center;padding:6px 10px;border:1px solid #D7E5E8;border-radius:999px;background:#f2f8f8;color:#176b68;font-size:10px;font-weight:800;letter-spacing:.04em}.doctor-timeline{position:relative;display:grid;gap:0;padding:4px 0}.doctor-timeline-event{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);column-gap:14px;min-width:0}.doctor-timeline-rail{position:relative;display:flex;justify-content:center;min-height:100%}.doctor-timeline-rail:after{content:"";position:absolute;top:13px;bottom:-1px;width:1px;background:#d8e3e8}.doctor-timeline-event:last-child .doctor-timeline-rail:after{display:none}.doctor-timeline-dot{position:relative;z-index:2;width:11px;height:11px;margin-top:8px;border:3px solid #FFFFFF;border-radius:50%;background:#176b68;box-shadow:0 0 0 1px #bfd5d7}.doctor-timeline-current .doctor-timeline-dot{background:#176b68;box-shadow:0 0 0 4px #e2f1f0}.doctor-timeline-urgent .doctor-timeline-dot{background:#a33d48;box-shadow:0 0 0 4px #f8e7e9}.doctor-timeline-content{min-width:0;margin-bottom:18px;padding:16px 18px;border:1px solid #DCE6EB;border-radius:12px;background:#fff}.doctor-timeline-current .doctor-timeline-content{border-color:#c9dedc;background:#fbfefd}.doctor-timeline-urgent .doctor-timeline-content{border-color:#e8c8cc;background:#fffdfd}.doctor-timeline-event-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}.doctor-timeline-event-head h3{margin:4px 0 0;color:#102a43;font-size:15px;line-height:1.4;overflow-wrap:anywhere}.doctor-timeline-date{flex:0 0 auto;color:#526574;font-size:11px;font-weight:700;white-space:nowrap}.doctor-timeline-verification{display:flex;align-items:flex-start;gap:8px;margin-bottom:13px;padding:9px 11px;border:1px solid #F0D79A;border-radius:8px;background:#fff9ea;color:#6e5200;font-size:11px;line-height:1.45}.doctor-timeline-verification>span:first-child{display:grid;place-items:center;flex:0 0 17px;width:17px;height:17px;border-radius:50%;background:#d59b18;color:#fff;font-size:10px;font-weight:900}.doctor-timeline-details{display:grid;gap:8px}.doctor-timeline-detail{display:grid;grid-template-columns:minmax(110px,145px) minmax(0,1fr);gap:14px;padding:9px 10px;border:1px solid #E7EDF1;border-radius:8px;background:#fafcfd}.doctor-timeline-detail-label{color:#176b68;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.doctor-timeline-detail-text{min-width:0;color:#243b53;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.doctor-timeline-detail-alert{border-color:#e8c8cc;background:#fff6f7}.doctor-timeline-detail-alert .doctor-timeline-detail-label{color:#9b3f4a}.doctor-timeline-detail-alert .doctor-timeline-detail-text{color:#6e2730;font-weight:600}.doctor-timeline-source{margin-top:12px;color:#82919c;font-size:10px;line-height:1.4}.doctor-timeline-empty{display:flex;align-items:center;gap:14px;padding:20px;border:1px dashed #CBD8DF;border-radius:11px;background:#fafcfd}.doctor-timeline-empty-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:10px;background:#eef6f5;color:#176b68;font-size:23px;font-weight:700}.doctor-timeline-empty h3{margin:0 0 4px;color:#102a43;font-size:14px}.doctor-timeline-empty p{margin:0}@media(max-width:760px){.doctor-timeline-event{grid-template-columns:24px minmax(0,1fr);column-gap:10px}.doctor-timeline-content{padding:14px}.doctor-timeline-event-head{flex-direction:column;gap:7px}.doctor-timeline-detail{grid-template-columns:1fr;gap:3px}.doctor-timeline-date{white-space:normal}.doctor-timeline-empty{align-items:flex-start}}.doctor-prescription-section{border-top:3px solid #176b68}.doctor-prescription-notice{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px;padding:15px 17px;border:1px solid #c9e3df;border-radius:10px;background:#f1f8f7;color:#28434a}.doctor-prescription-notice strong{flex:0 0 auto;color:#063f3d;font-size:14px;font-weight:700}.doctor-prescription-notice span{font-size:13px;line-height:1.55}.doctor-prescription-empty{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;border:1px dashed #cbd5dc;border-radius:10px;background:#fafcfd}.doctor-prescription-empty strong{display:block;margin-bottom:5px;color:#102a43;font-size:15px}.doctor-prescription-empty p{margin:0;color:#687783;font-size:13px}.doctor-prescription-items{display:grid;gap:16px}.doctor-prescription-item{overflow:hidden;border:1px solid #d7e0e5;border-radius:11px;background:#fff}.doctor-prescription-item-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 17px;border-bottom:1px solid #e5ebee;background:#f8fafb}.doctor-prescription-item-head>div{display:flex;align-items:baseline;gap:12px}.doctor-prescription-item-head span{color:#176b68;font-size:10px;font-weight:800;letter-spacing:.12em}.doctor-prescription-item-head strong{color:#102a43;font-size:15px}.doctor-remove-button{border:0;background:transparent;color:#9b4b54;cursor:pointer;font-size:12px;font-weight:700;padding:6px 8px}.doctor-remove-button:hover{text-decoration:underline}.doctor-prescription-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px}.doctor-prescription-grid label,.doctor-prescription-notes label{display:flex;flex-direction:column;gap:7px}.doctor-prescription-grid label>span,.doctor-prescription-notes label>span{color:#425466;font-size:12px;font-weight:700}.doctor-prescription-grid input{width:100%;min-height:42px;padding:10px 12px;border:1px solid #cbd6dc;border-radius:7px;background:#fff;color:#172b3a;font:inherit;font-size:13px;box-sizing:border-box}.doctor-prescription-grid input:focus{outline:none;border-color:#176b68;box-shadow:0 0 0 3px #176b681a}.doctor-prescription-grid input:disabled,.doctor-prescription-notes textarea:disabled{background:#f3f5f6;color:#53636e;cursor:not-allowed}.doctor-prescription-field-wide{grid-column:1 / -1}.doctor-prescription-notes{display:grid;gap:10px;margin-top:22px;padding-top:22px;border-top:1px solid #e1e7ea}.doctor-prescription-notes .doctor-field-label{margin-top:4px}.doctor-add-medicine{margin-top:15px;border:1px solid #176b68;border-radius:7px;background:#fff;color:#176b68;cursor:pointer;padding:9px 13px;font-size:12px;font-weight:700}.doctor-add-medicine:hover{background:#f1f8f7}.doctor-prescription-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;padding-top:20px;border-top:1px solid #e1e7ea}.doctor-button-primary{background:#176b68;border-color:#176b68}.doctor-button-primary:hover:not(:disabled){background:#125956;border-color:#125956}.doctor-button-secondary{background:#fff;border:1px solid #b9c8cf;color:#294555}.doctor-button-secondary:hover:not(:disabled){background:#f5f8f9}.doctor-prescription-finalized{display:flex;align-items:flex-start;gap:12px;margin-top:22px;padding:15px 17px;border:1px solid #b8dcc9;border-radius:9px;background:#f1f8f4;color:#28543d}.doctor-prescription-finalized strong{color:#23613e;font-size:14px}.doctor-prescription-finalized span{color:#49675a;font-size:13px;line-height:1.45}@media(max-width:760px){.doctor-prescription-notice{flex-direction:column;gap:6px}.doctor-prescription-empty{align-items:stretch;flex-direction:column}.doctor-prescription-grid{grid-template-columns:1fr;padding:16px}.doctor-prescription-field-wide{grid-column:auto}.doctor-prescription-actions{flex-direction:column}.doctor-prescription-actions .doctor-button{width:100%}.doctor-prescription-item-head{align-items:flex-start}.doctor-prescription-item-head>div{align-items:flex-start;flex-direction:column;gap:3px}}.clinical-intelligence-card{margin-top:24px;border:1px solid #d8e0e7;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 4px 18px #102a430f}.ci-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid #e3e8ed}.ci-eyebrow{display:block;margin-bottom:5px;color:#176b68;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ci-header h3{margin:0;color:#102a43;font-size:21px}.ci-header p{max-width:680px;margin:7px 0 0;color:#526477;font-size:14px;line-height:1.5}.ci-status{flex:0 0 auto;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:750}.ci-status.review{color:#805b00;background:#fff6d9}.ci-status.verified{color:#176b68;background:#e6f5f2}.ci-meta{display:flex;flex-wrap:wrap;gap:10px;padding:14px 24px;background:#f6f8fa;border-bottom:1px solid #e3e8ed}.ci-meta span{display:flex;gap:5px;padding-right:18px;color:#526477;font-size:12px}.ci-meta strong{color:#263f55}.ci-warning{display:flex;gap:12px;margin:20px 24px;padding:14px 16px;border-left:4px solid #c58a00;border-radius:6px;background:#fff9e8;color:#5e4a16;font-size:13px;line-height:1.5}.ci-warning strong{white-space:nowrap}.ci-summary,.ci-section{padding:0 24px 20px}.ci-summary h4,.ci-section h4,.ci-verification h4{margin:0 0 10px;color:#102a43;font-size:14px}.ci-summary pre{margin:0;padding:16px;border:1px solid #e0e6eb;border-radius:9px;background:#f8fafb;color:#334e68;font-family:inherit;font-size:13px;line-height:1.65;white-space:pre-wrap}.ci-list{display:grid;gap:7px}.ci-list-item{display:flex;flex-wrap:wrap;gap:5px 12px;padding:11px 13px;border:1px solid #e1e7ec;border-radius:8px;background:#fbfcfd;color:#526477;font-size:13px}.ci-list-item strong{color:#263f55}.ci-list-item span{color:#60758a}.ci-verification{margin:4px 24px 24px;padding:20px;border:1px solid #d5e3e5;border-radius:12px;background:#f7fbfa}.ci-verification p{margin:0 0 14px;color:#526477;font-size:13px;line-height:1.5}.ci-verification textarea{display:block;width:100%;box-sizing:border-box;resize:vertical;padding:12px;border:1px solid #c9d4dc;border-radius:8px;background:#fff;color:#243b53;font:inherit;font-size:14px;outline:none}.ci-verification textarea:focus{border-color:#176b68;box-shadow:0 0 0 3px #176b681f}.ci-verify-button{margin-top:12px;min-height:44px;padding:0 18px;border:0;border-radius:8px;background:#176b68;color:#fff;font:inherit;font-size:14px;font-weight:750;cursor:pointer}.ci-verify-button:hover{background:#125b58}.ci-verify-button:disabled{opacity:.6;cursor:not-allowed}.ci-verified-message{margin-top:12px;padding:12px;border-radius:8px;background:#e6f5f2;color:#176b68;font-size:13px;font-weight:700}.ci-error{margin-top:12px;padding:10px 12px;border-radius:7px;background:#fff0f0;color:#a52b35;font-size:13px}.ci-loading,.ci-empty{padding:30px 24px;color:#526477;font-size:14px}.ci-empty p{margin-bottom:0}@media(max-width:700px){.ci-header{flex-direction:column}.ci-status{align-self:flex-start}.ci-meta{flex-direction:column}.ci-meta span{padding-right:0}.ci-warning{flex-direction:column;gap:4px}}.ci-item-main{display:flex;flex-direction:column;gap:7px;min-width:0}.ci-provenance{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:12px;color:#607080}.ci-provenance>span{display:inline-flex;align-items:center}.ci-provenance>span:not(:last-child):after{content:"•";margin-left:6px;color:#a1acb6}.ci-unverified{font-weight:700;color:#8a5a00}.ci-item-details{font-size:13px;color:#526170;line-height:1.5}@media(max-width:700px){.ci-provenance{align-items:flex-start;flex-direction:column;gap:4px}.ci-provenance>span:not(:last-child):after{display:none}}.doctor-documents-panel{display:grid;gap:18px}.doctor-documents-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.doctor-documents-panel-head h3{margin:0;font-size:18px;letter-spacing:-.02em}.doctor-documents-panel-head p{margin:6px 0 0;color:#617486;font-size:12px;line-height:1.5}.doctor-document-count{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid #D8E8E7;border-radius:10px;background:#f1f8f7;color:#176b68;font-size:13px;font-weight:900}.doctor-document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.doctor-document-card{min-width:0;padding:17px;border:1px solid #DDE6EB;border-radius:12px;background:#fbfcfd}.doctor-document-card-head{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px}.doctor-document-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:9px;background:#eaf5f4;color:#176b68;font-size:9px;font-weight:900;letter-spacing:.06em}.doctor-document-title{min-width:0}.doctor-document-title strong{display:block;overflow:hidden;color:#102a43;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.doctor-document-title span{display:block;margin-top:4px;color:#7b8b98;font-size:10px}.doctor-document-status{padding:5px 7px;border-radius:999px;background:#f2f4f5;color:#617486;font-size:9px;font-weight:800;white-space:nowrap}.doctor-document-status.complete{background:#eaf5f4;color:#176b68}.doctor-document-meta{margin-top:13px;color:#7b8b98;font-size:10px}.doctor-document-extraction{display:grid;gap:10px;margin-top:14px;padding:13px;border:1px solid #E2EAED;border-radius:9px;background:#fff}.doctor-document-extraction-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:8px;border-bottom:1px solid #EEF2F4}.doctor-document-extraction-head strong{font-size:11px}.doctor-document-extraction-head span{color:#176b68;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.doctor-document-field{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px}.doctor-document-field>span{color:#7b8b98;font-size:10px;font-weight:800}.doctor-document-field p{margin:0 0 4px;color:#243b53;font-size:11px;line-height:1.45}.doctor-document-warning{display:flex;align-items:flex-start;gap:8px;margin-top:13px;padding:9px 10px;border-radius:8px;background:#fff8e9;color:#785600;font-size:10px;line-height:1.4}.doctor-document-warning>span:first-child{display:grid;flex:0 0 16px;place-items:center;width:16px;height:16px;border-radius:50%;background:#f0b429;color:#fff;font-size:10px;font-weight:900}.doctor-document-actions{display:flex;justify-content:flex-end;margin-top:13px}.doctor-document-view-button{min-width:130px}.doctor-document-loading,.doctor-document-error{padding:15px;border:1px solid #E0E7EC;border-radius:9px;color:#617486;background:#fbfcfd;font-size:12px}.doctor-document-error{border-color:#f0c8cd;background:#fff5f6;color:#8d2632}.doctor-document-modal-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#102a4394}.doctor-document-modal{display:flex;flex-direction:column;width:min(1180px,100%);height:min(850px,calc(100vh - 48px));overflow:hidden;border:1px solid #D8E1E8;border-radius:14px;background:#fff;box-shadow:0 24px 70px #102a433d}.doctor-document-modal-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 21px;border-bottom:1px solid #E4EBEF}.doctor-document-modal-head h3{margin:0;color:#102a43;font-size:17px}.doctor-document-close{display:grid;place-items:center;width:36px;height:36px;border:1px solid #D8E1E8;border-radius:8px;background:#fff;color:#526777;font-size:24px;line-height:1;cursor:pointer}.doctor-document-close:hover{background:#f6f8fa}.doctor-document-modal-body{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);min-height:0;flex:1}.doctor-document-preview{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;padding:20px;overflow:auto;background:#eef2f4}.doctor-document-preview img{display:block;max-width:100%;max-height:100%;object-fit:contain;border:1px solid #D6E0E5;background:#fff;box-shadow:0 4px 18px #102a431a}.doctor-document-preview iframe{width:100%;height:100%;min-height:500px;border:1px solid #D6E0E5;background:#fff}.doctor-document-details{min-width:0;overflow-y:auto;padding:20px;border-left:1px solid #E4EBEF;background:#fff}.doctor-document-detail-status{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid #EEF2F4}.doctor-document-detail-status span{color:#7b8b98;font-size:10px;font-weight:800;text-transform:uppercase}.doctor-document-detail-status strong{color:#176b68;font-size:11px}.doctor-document-verification{display:flex;gap:10px;margin:15px 0;padding:12px;border:1px solid #F0D99B;border-radius:9px;background:#fff8e9}.doctor-document-verification>span{display:grid;flex:0 0 20px;place-items:center;width:20px;height:20px;border-radius:50%;background:#f0b429;color:#fff;font-size:11px;font-weight:900}.doctor-document-verification strong{display:block;color:#785600;font-size:11px}.doctor-document-verification p{margin:5px 0 0;color:#856f39;font-size:10px;line-height:1.5}.doctor-document-details section{margin-top:18px}.doctor-document-details h4{margin:0 0 9px;color:#102a43;font-size:12px}.doctor-document-details pre{max-height:310px;overflow:auto;margin:0;padding:12px;border:1px solid #E0E7EC;border-radius:8px;background:#f7f9fa;color:#34495e;font-family:inherit;font-size:10px;line-height:1.6;white-space:pre-wrap}.doctor-document-unsupported{max-width:360px;padding:30px;text-align:center}.doctor-document-unsupported strong{display:block;color:#102a43;font-size:15px}.doctor-document-unsupported p{color:#617486;font-size:12px}.doctor-document-unsupported a{color:#176b68;font-size:12px;font-weight:800}@media(max-width:900px){.doctor-document-grid,.doctor-document-modal-body{grid-template-columns:1fr}.doctor-document-details{max-height:360px;border-top:1px solid #E4EBEF;border-left:0}.doctor-document-preview{min-height:420px}}@media(max-width:600px){.doctor-document-card-head{grid-template-columns:40px minmax(0,1fr)}.doctor-document-status{grid-column:2;justify-self:start}.doctor-document-field{grid-template-columns:1fr;gap:3px}.doctor-document-modal-backdrop{padding:10px}.doctor-document-modal{height:calc(100vh - 20px);border-radius:10px}.doctor-document-modal-head{padding:14px}.doctor-document-modal-body{display:flex;flex-direction:column}.doctor-document-preview{flex:1;min-height:300px}.doctor-document-details{flex:0 0 280px}}.doctor-document-preview-state{display:grid;gap:7px;place-items:center;max-width:340px;padding:28px;text-align:center;color:#617486}.doctor-document-preview-state strong{color:#102a43;font-size:14px}.doctor-document-preview-state span{font-size:11px;line-height:1.5}.doctor-document-preview-state.error strong{color:#8d2632}.emergency-page{width:100%;box-sizing:border-box;padding:36px 32px 72px;background:#f6f8fa;color:#102a43}.emergency-page,.emergency-page *{box-sizing:border-box}.emergency-page>*{max-width:1160px;margin-left:auto;margin-right:auto}.emergency-step{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:22px;width:min(1080px,100%);margin:0 auto 16px;padding:30px 34px 34px;border:1px solid #d9e3e9;border-radius:14px;background:#fff;box-shadow:0 4px 18px #102a430b}.emergency-step:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:3px;border-radius:0 3px 3px 0;background:#d9e5e8}.emergency-step:nth-child(2):before{background:#9b4b54}.emergency-step:nth-child(3):before{background:#176b68}.emergency-step-number{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-top:1px;border-radius:9px;background:#f7e9eb;color:#8d2633;font-size:11px;font-weight:800;letter-spacing:.06em}.emergency-step-content{min-width:0;width:100%}.emergency-step-content .section-label{display:block;margin-bottom:7px;color:#8d2633;font-size:10px;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.emergency-step-content h2{margin:0;color:#102a43;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700;line-height:1.25;letter-spacing:-.01em}.emergency-step-description{margin:8px 0 24px;color:#657d8f;font-size:13px;line-height:1.55}.emergency-form-grid{display:grid;width:100%}.emergency-form-grid-3{grid-template-columns:minmax(0,1.45fr) minmax(130px,.45fr) minmax(0,1fr);gap:18px}.emergency-form-grid label,.emergency-wide-field{display:block;min-width:0}.emergency-form-grid label>span,.emergency-wide-field>span{display:block;margin-bottom:8px;color:#29455c;font-size:12px;font-weight:750;line-height:1.35}.emergency-form-grid input,.emergency-wide-field input{display:block;width:100%;height:48px;padding:0 13px;border:1px solid #c8d5de;border-radius:9px;outline:none;background:#fff;color:#102a43;font-family:inherit;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.emergency-form-grid input:hover,.emergency-wide-field input:hover{border-color:#aebfca}.emergency-form-grid input:focus,.emergency-wide-field input:focus{border-color:#176b68;box-shadow:0 0 0 3px #176b681a}.emergency-form-grid input::placeholder,.emergency-wide-field input::placeholder{color:#9aaab6}.emergency-wide-field{width:100%;margin-bottom:22px}.emergency-wide-field input{height:50px;font-size:14px}.emergency-warning-fieldset{width:100%;min-width:0;margin:0 0 22px;padding:18px;border:1px solid #ead6d8;border-radius:11px;background:snow}.emergency-warning-fieldset legend{padding:0 7px;color:#70232c;font-size:12px;font-weight:800;line-height:1.3}.emergency-warning-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%}.emergency-warning-option{display:flex!important;align-items:center;gap:12px;min-height:48px;width:100%;margin:0!important;padding:10px 13px;border:1px solid #e0d5d7;border-radius:8px;background:#fff;color:#385268;font-size:13px;font-weight:550;line-height:1.35;cursor:pointer;transition:border-color .15s ease,background .15s ease}.emergency-warning-option:hover{border-color:#c98c94;background:#fff7f8}.emergency-warning-option input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px;min-height:18px;margin:0!important;padding:0!important;accent-color:#9b4b54}.emergency-warning-option input[type=checkbox]:checked+span{color:#70232c;font-weight:700}.emergency-step-content textarea{display:block;width:100%;min-height:120px;padding:13px;border:1px solid #c8d5de;border-radius:9px;outline:none;background:#fff;color:#102a43;font-family:inherit;font-size:14px;line-height:1.55;resize:vertical}.emergency-step-content textarea:focus{border-color:#176b68;box-shadow:0 0 0 3px #176b681a}.emergency-step-content textarea::placeholder{color:#9aaab6}.emergency-step:nth-child(3){background:#fbfcfd}.emergency-step:nth-child(3) .emergency-step-description{margin-bottom:18px}.emergency-step:nth-child(3) strong{color:#102a43}.emergency-step:nth-child(3){color:#526b80}.emergency-step:nth-child(3)>.emergency-step-content>div{line-height:1.65}.emergency-step button,.emergency-success-actions button{min-height:48px;padding:0 20px;border-radius:8px;font-family:inherit;font-size:13px;font-weight:750;cursor:pointer}.emergency-step button[type=submit],.emergency-page .primary-cta{border:0;background:#063f3d;color:#fff;box-shadow:0 5px 14px #063f3d2b}.emergency-step button[type=submit]:hover,.emergency-page .primary-cta:hover{background:#07534f;transform:translateY(-1px)}.emergency-page .secondary-cta{border:1px solid #c8d5de;background:#fff;color:#29455c}.emergency-page .secondary-cta:hover{background:#f4f7f9}.emergency-page button:focus-visible,.emergency-page input:focus-visible,.emergency-page textarea:focus-visible{outline:3px solid rgba(23,107,104,.18);outline-offset:2px}.emergency-success{width:min(760px,100%);margin:40px auto;padding:48px 42px;border:1px solid #d9e3e9;border-radius:15px;background:#fff;text-align:center;box-shadow:0 8px 25px #102a430f}.emergency-success-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 20px;border-radius:50%;background:#e3f1ee;color:#176b68;font-size:27px;font-weight:800}.emergency-success .section-label{display:block;margin-bottom:8px;color:#176b68;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.emergency-success h2{margin:0;color:#102a43;font-family:Georgia,Times New Roman,serif;font-size:29px}.emergency-success>p{max-width:560px;margin:12px auto;color:#647b8d;font-size:14px;line-height:1.65}.emergency-reference{display:inline-flex;align-items:center;gap:10px;margin:18px auto 0;padding:11px 16px;border:1px solid #d8e3e7;border-radius:8px;background:#f5f8f9;color:#102a43}.emergency-reference span{color:#738797;font-size:11px;font-weight:700}.emergency-reference strong{font-size:15px;letter-spacing:.08em}.emergency-success-actions{display:flex;justify-content:center;gap:10px;margin-top:28px}.emergency-error{margin:0 0 20px;padding:12px 14px;border:1px solid #dfabb2;border-radius:8px;background:#fff4f5;color:#8d2633;font-size:13px}@media(max-width:850px){.emergency-page{padding:26px 18px 55px}.emergency-form-grid-3{grid-template-columns:1fr}.emergency-step{grid-template-columns:42px minmax(0,1fr);gap:17px;padding:26px 24px 29px}.emergency-warning-grid{grid-template-columns:1fr}}@media(max-width:600px){.emergency-page{padding:16px 10px 40px}.emergency-step{display:block;padding:22px 18px 25px;border-radius:12px}.emergency-step-number{margin-bottom:15px}.emergency-step-content h2{font-size:22px}.emergency-step-description{margin-left:0}.emergency-form-grid-3{gap:14px}.emergency-warning-fieldset{padding:14px}.emergency-success{padding:38px 22px}.emergency-success-actions{flex-direction:column}.emergency-success-actions button{width:100%}}.emergency-step:nth-child(3) .emergency-step-content{width:100%}.emergency-step:nth-child(3) .emergency-step-content>div{width:100%}.emergency-step:nth-child(3) .emergency-step-content p{color:#60788b;font-size:13px;line-height:1.6}.emergency-step:nth-child(3) .emergency-step-content p:has(strong){display:flex;align-items:baseline;gap:6px;margin:0;padding:12px 15px;border-bottom:1px solid #e4eaee;background:#fff}.emergency-step:nth-child(3) .emergency-step-content p:has(strong):first-child{border-radius:9px 9px 0 0}.emergency-step:nth-child(3) .emergency-step-content p:has(strong):last-child{border-radius:0 0 9px 9px;border-bottom:0}.emergency-step:nth-child(3) .emergency-step-content p:has(strong):first-line{color:#718697}.emergency-step:nth-child(3) .emergency-step-content p strong{color:#102a43;font-weight:750}.emergency-step:nth-child(3) .emergency-step-content>div:has(p:only-child),.emergency-step:nth-child(3) .emergency-step-content>div:has(p+p){margin-top:18px}.emergency-step:nth-child(3) .emergency-step-content>p:last-of-type{margin:18px 0 0;color:#718697;font-size:12px}.emergency-step:nth-child(3) .emergency-step-content button{margin-top:18px}.emergency-step:nth-child(3) .emergency-step-content>div>span{color:#718697;font-size:12px}.emergency-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;margin-top:18px}.emergency-review-card{min-height:76px;padding:14px 15px;border:1px solid #dbe4e9;border-radius:9px;background:#fff}.emergency-review-card-label{display:block;margin-bottom:6px;color:#7b8e9d;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.emergency-review-card-value{display:block;color:#102a43;font-size:14px;font-weight:700;line-height:1.45}.emergency-step:nth-child(3){padding-bottom:30px}.emergency-step:nth-child(3) .emergency-step-title{margin-bottom:4px}@media(max-width:700px){.emergency-review-grid{grid-template-columns:1fr}.emergency-step:nth-child(3) .emergency-step-content p:has(strong){display:block}}.emergency-submit-step{background:#fbfcfd}.emergency-submit-step .emergency-step-number{background:#e6f1ef;color:#176b68}.emergency-submit-step .section-label{color:#176b68}.emergency-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;margin:22px 0 18px}.emergency-summary-card{display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:82px;padding:15px 17px;border:1px solid #d7e2e7;border-radius:10px;background:#fff}.emergency-summary-card:hover{border-color:#c4d3da}.emergency-summary-label{display:block;margin-bottom:7px;color:#7b8e9d;font-size:10px;font-weight:800;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.emergency-summary-value{display:block;overflow:hidden;color:#102a43;font-size:14px;font-weight:700;line-height:1.45;text-overflow:ellipsis;word-break:break-word}.emergency-submit-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:20px;padding-top:18px;border-top:1px solid #e1e8ec}.emergency-submit-note{display:flex;align-items:flex-start;gap:9px;min-width:0}.emergency-submit-check{display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;margin-top:1px;border-radius:50%;background:#e5f2ef;color:#176b68;font-size:12px;font-weight:800}.emergency-submit-note p{max-width:560px;margin:0;color:#718697;font-size:12px;line-height:1.55}.emergency-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;flex:0 0 auto;min-height:50px;padding:0 21px;border:0;border-radius:8px;background:#063f3d;color:#fff;font-family:inherit;font-size:13px;font-weight:750;white-space:nowrap;cursor:pointer;box-shadow:0 6px 16px #063f3d2e;transition:background .15s ease,transform .15s ease}.emergency-submit-button:hover:not(:disabled){background:#07534f;transform:translateY(-1px)}.emergency-submit-button:disabled{opacity:.65;cursor:wait;transform:none}.emergency-submit-step .emergency-error{margin:12px 0 0}@media(max-width:850px){.emergency-summary-grid{grid-template-columns:1fr}.emergency-submit-row{align-items:stretch;flex-direction:column;gap:15px}.emergency-submit-button{width:100%}}@media(max-width:600px){.emergency-summary-card{min-height:72px}.emergency-submit-row{margin-top:17px;padding-top:16px}}.admin-login-page{min-height:100vh;background:#f6f8fa;color:#102a43}.admin-login-layout{min-height:100vh;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(500px,1.1fr)}.admin-login-visual{position:relative;overflow:hidden;background:#102a43;color:#fff}.admin-login-visual:before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-310px;top:50%;transform:translateY(-50%)}.admin-login-visual:after{content:"";position:absolute;width:400px;height:400px;border:1px solid rgba(255,255,255,.06);border-radius:50%;right:-200px;top:50%;transform:translateY(-50%)}.admin-login-visual-inner{min-height:100vh;box-sizing:border-box;padding:58px 58px 38px;display:flex;flex-direction:column;position:relative;z-index:1}.admin-login-logo{width:48px;height:48px;border-radius:12px;background:#fff;color:#102a43;display:grid;place-items:center;font-size:20px;font-weight:850;box-shadow:0 10px 30px #00000026}.admin-login-logo.small{width:42px;height:42px;border-radius:10px;font-size:17px;background:#29333f;color:#fff}.admin-login-brand{margin-top:14px}.admin-login-brand strong,.admin-login-brand span{display:block}.admin-login-brand strong{font-size:19px;letter-spacing:-.025em}.admin-login-brand span{margin-top:3px;color:#ffffff94;font-size:11px}.admin-login-message{margin-top:auto;margin-bottom:auto;max-width:500px;padding:90px 0 50px}.admin-login-kicker{font-size:10px;font-weight:800;letter-spacing:.16em;color:#7cc9c2}.admin-login-message h1{margin:17px 0 18px;font-size:clamp(38px,4vw,58px);line-height:1.04;letter-spacing:-.045em;font-weight:650}.admin-login-message p{max-width:450px;margin:0;color:#ffffffa8;font-size:14px;line-height:1.75}.admin-login-features{display:flex;gap:32px;padding-top:27px;border-top:1px solid rgba(255,255,255,.12)}.admin-login-features>div{display:flex;gap:9px}.admin-login-features span{color:#7cc9c2;font-size:9px;font-weight:800}.admin-login-features p{margin:0;color:#ffffff8c;font-size:10px;line-height:1.35}.admin-login-features strong{display:block;color:#ffffffe0;font-weight:650}.admin-login-visual-footer{margin-top:auto;display:flex;justify-content:space-between;color:#ffffff52;font-size:8px;letter-spacing:.14em;font-weight:800}.admin-login-form-side{background:#fff;display:flex;align-items:center;justify-content:center;padding:50px 60px}.admin-login-form-wrap{width:min(100%,430px)}.admin-mobile-brand{display:none}.admin-form-heading{margin-bottom:34px}.admin-form-kicker{color:#176b68;font-size:10px;font-weight:850;letter-spacing:.14em}.admin-form-heading h2{margin:10px 0 9px;color:#102a43;font-size:32px;line-height:1.12;letter-spacing:-.035em}.admin-form-heading p{max-width:390px;margin:0;color:#697887;font-size:13px;line-height:1.65}.admin-auth-form{display:grid;gap:21px}.admin-field{display:grid;gap:8px}.admin-field label{color:#29333f;font-size:12px;font-weight:750}.admin-input-wrap{position:relative}.admin-input-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8995a0;font-size:12px;pointer-events:none}.admin-input-wrap input{width:100%;height:52px;box-sizing:border-box;padding:0 15px 0 42px;border:1px solid #d4dce2;border-radius:9px;outline:none;background:#fbfcfd;color:#102a43;font:inherit;font-size:13px;transition:.18s ease}.admin-input-wrap input::placeholder{color:#a4adb5}.admin-input-wrap input:hover{border-color:#b9c4cc}.admin-input-wrap input:focus{background:#fff;border-color:#176b68;box-shadow:0 0 0 3px #176b6817}.admin-form-error{display:flex;gap:10px;padding:12px 13px;border-radius:8px;border:1px solid #e4bec2;background:#fff6f6;color:#7c2832}.admin-form-error>span{width:19px;height:19px;flex:0 0 19px;display:grid;place-items:center;border-radius:50%;background:#9b4b54;color:#fff;font-size:11px;font-weight:850}.admin-form-error strong,.admin-form-error p{display:block}.admin-form-error strong{font-size:11px}.admin-form-error p{margin:2px 0 0;font-size:11px}.admin-submit{height:53px;border:0;border-radius:9px;background:#102a43;color:#fff;cursor:pointer;padding:0 17px;font:inherit;font-size:13px;font-weight:750;display:flex;align-items:center;justify-content:space-between;transition:.18s ease}.admin-submit:hover{background:#0b2035;transform:translateY(-1px)}.admin-submit:disabled{opacity:.6;cursor:wait;transform:none}.admin-submit b{font-size:19px;font-weight:450}.admin-secure-note{display:flex;gap:10px;margin-top:25px;padding:15px 0 0;border-top:1px solid #edf0f2}.admin-secure-icon{width:20px;height:20px;flex:0 0 20px;display:grid;place-items:center;border-radius:50%;background:#e7f4f1;color:#176b68;font-size:10px;font-weight:850}.admin-secure-note strong{display:block;color:#29333f;font-size:11px}.admin-secure-note p{margin:3px 0 0;color:#8995a0;font-size:10px}.admin-login-bottom{display:flex;justify-content:space-between;margin-top:55px;color:#a0aab2;font-size:9px}.admin-console{min-height:100vh;background:#f6f8fa;color:#102a43}.admin-console-main{width:min(1360px,calc(100% - 48px));margin:0 auto;padding:34px 0 55px}.admin-console-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:25px}.admin-breadcrumb{display:flex;align-items:center;gap:9px;color:#8995a0;font-size:9px;font-weight:850;letter-spacing:.13em}.admin-breadcrumb span{color:#c0c7cc}.admin-console-heading h1{margin:10px 0 6px;color:#102a43;font-size:29px;line-height:1.15;letter-spacing:-.035em}.admin-console-heading h1 span{color:#176b68}.admin-console-heading p{margin:0;color:#697887;font-size:13px}.admin-console-actions{display:flex;align-items:center;gap:8px}.admin-session-status{height:38px;padding:0 11px;border:1px solid #dce5e3;border-radius:8px;display:flex;align-items:center;gap:6px;color:#176b68;background:#f7fbfa;font-size:10px;font-weight:750}.admin-session-status i{width:6px;height:6px;border-radius:50%;background:#176b68}.admin-console-refresh,.admin-console-logout{height:38px;padding:0 13px;border-radius:8px;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.admin-console-refresh{border:1px solid #d3dce2;background:#fff;color:#29333f}.admin-console-refresh span{margin-right:5px;font-size:15px}.admin-console-refresh:disabled{opacity:.55;cursor:wait}.admin-console-logout{border:1px solid #29333f;background:#29333f;color:#fff}.admin-console-error{display:flex;gap:9px;padding:12px 14px;margin-bottom:15px;border:1px solid #e4bec2;border-radius:8px;background:#fff6f6;color:#7c2832;font-size:11px}.admin-console-error strong{font-weight:800}.admin-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:11px}.admin-stat-card{min-width:0;min-height:150px;padding:17px;box-sizing:border-box;background:#fff;border:1px solid #dfe5ea;border-radius:11px;transition:.18s ease}.admin-stat-card:hover{border-color:#cbd5dc;transform:translateY(-1px);box-shadow:0 8px 22px #102a430d}.admin-stat-card.danger{border-color:#e2bec2}.admin-stat-card-top{display:flex;align-items:center;justify-content:space-between}.admin-stat-icon{width:29px;height:29px;border-radius:7px;display:grid;place-items:center;background:#edf4f3;color:#176b68;font-size:9px;font-weight:850}.admin-stat-card.danger .admin-stat-icon{background:#faeded;color:#9b4b54}.admin-stat-state{color:#a0aab2;font-size:7px;font-weight:850;letter-spacing:.1em}.admin-stat-card.danger .admin-stat-state{color:#9b4b54}.admin-stat-label{margin-top:16px;color:#697887;font-size:10px;font-weight:750}.admin-stat-value{margin-top:5px;color:#102a43;font-size:27px;line-height:1;font-weight:750;letter-spacing:-.04em}.admin-stat-description{margin-top:9px;color:#9aa4ac;font-size:9px;line-height:1.4}.admin-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.75fr);gap:13px;margin-top:13px}.admin-dashboard-side{display:grid;gap:13px;align-content:start}.admin-dashboard-panel{overflow:hidden;background:#fff;border:1px solid #dfe5ea;border-radius:11px}.admin-panel-header{min-height:68px;padding:15px 18px;box-sizing:border-box;border-bottom:1px solid #edf0f2;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-panel-header>div>span{color:#8995a0;font-size:8px;font-weight:850;letter-spacing:.13em}.admin-panel-header h2{margin:5px 0 0;color:#102a43;font-size:15px;letter-spacing:-.015em}.admin-live-badge{display:flex;align-items:center;gap:5px;color:#176b68;font-size:8px;font-weight:850}.admin-live-badge i{width:6px;height:6px;border-radius:50%;background:#176b68}.admin-activity-list{display:grid}.admin-activity-row{min-height:67px;padding:10px 18px;box-sizing:border-box;display:flex;align-items:center;gap:11px;border-bottom:1px solid #f0f2f4}.admin-activity-row:last-child{border-bottom:0}.admin-activity-avatar{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:7px;background:#eef2f5;color:#29333f;font-size:9px;font-weight:850}.admin-activity-details{min-width:0;flex:1}.admin-activity-details strong,.admin-activity-details span{display:block}.admin-activity-details strong{color:#29333f;font-size:11px;text-transform:capitalize}.admin-activity-details span{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8995a0;font-size:9px}.admin-activity-row time{flex:0 0 auto;color:#8995a0;font-size:8px}.admin-panel-loading{padding:20px 18px}.admin-loading-line{height:42px;margin-bottom:8px;border-radius:7px;background:#f1f4f6}.admin-no-activity{min-height:175px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;padding:20px}.admin-no-activity>div{width:30px;height:30px;border-radius:50%;background:#e7f4f1;color:#176b68;display:grid;place-items:center;font-size:11px;font-weight:850}.admin-no-activity strong{margin-top:5px;color:#607080;font-size:11px}.admin-no-activity span{max-width:260px;color:#9aa4ac;font-size:9px;line-height:1.5}.admin-services{padding:3px 18px 8px}.admin-service-row{min-height:49px;border-bottom:1px solid #f0f2f4;display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-service-row:last-child{border-bottom:0}.admin-service-name{display:flex;align-items:center;gap:7px;color:#607080;font-size:10px}.admin-service-dot{width:6px;height:6px;border-radius:50%;background:#176b68}.admin-service-row strong{color:#176b68;font-size:9px}.admin-account-card{padding:18px}.admin-account-kicker{color:#8995a0;font-size:8px;font-weight:850;letter-spacing:.13em}.admin-account-avatar{width:38px;height:38px;margin-top:15px;border-radius:9px;background:#29333f;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800}.admin-account-card h2{margin:11px 0 2px;color:#102a43;font-size:15px}.admin-account-card p{margin:0;color:#8995a0;font-size:10px}.admin-role-badge{display:inline-flex;align-items:center;gap:6px;margin-top:13px;padding:6px 8px;border-radius:5px;background:#f0f6f5;color:#176b68;font-size:8px;font-weight:750}.admin-role-badge i{width:5px;height:5px;border-radius:50%;background:#176b68}.admin-console-footer{margin-top:13px;padding:17px 18px;border:1px solid #dfe5ea;border-radius:11px;background:#f9fafb;display:flex;justify-content:space-between;gap:20px}.admin-console-footer div{display:grid;gap:4px}.admin-console-footer span{color:#a0aab2;font-size:7px;font-weight:850;letter-spacing:.12em}.admin-console-footer strong{color:#607080;font-size:9px}@media(max-width:1150px){.admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-login-layout{grid-template-columns:minmax(360px,.8fr) minmax(460px,1.2fr)}.admin-login-form-side{padding:40px}}@media(max-width:850px){.admin-login-layout{display:block}.admin-login-visual{display:none}.admin-login-form-side{min-height:100vh;padding:30px 22px}.admin-mobile-brand{display:flex;align-items:center;gap:11px;margin-bottom:55px}.admin-mobile-brand strong,.admin-mobile-brand span{display:block}.admin-mobile-brand strong{color:#102a43;font-size:17px}.admin-mobile-brand span{margin-top:2px;color:#8995a0;font-size:10px}.admin-dashboard-grid{grid-template-columns:1fr}}@media(max-width:650px){.admin-console-main{width:min(100% - 30px,1360px);padding-top:23px}.admin-console-heading{align-items:flex-start;flex-direction:column;gap:18px}.admin-console-heading h1{font-size:24px}.admin-console-actions{width:100%;flex-wrap:wrap}.admin-session-status{flex:1 1 100%;justify-content:center}.admin-console-refresh,.admin-console-logout{flex:1}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-stat-card{min-height:135px}.admin-activity-row time{display:none}.admin-console-footer{flex-wrap:wrap}.admin-console-footer>div{min-width:40%}}@media(max-width:420px){.admin-stat-grid{grid-template-columns:1fr}.admin-login-form-side{padding:25px 18px}.admin-form-heading h2{font-size:27px}.admin-login-bottom{margin-top:35px}}
