:root{--ink:#20342c;--muted:#7b8a80;--line:#e8ede5;--canvas:#f8faf6;--cream:#f6f3e9;--lime:#d5ef97;--deep:#1d3c30;--green:#446c57;--mint:#ecf4e9;--shadow:0 18px 50px #1f37270b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}a,button,input{outline-offset:3px}::selection{color:var(--deep);background:#d4ef99}.button{white-space:nowrap;border:0;border-radius:13px;justify-content:center;align-items:center;gap:13px;padding:15px 21px;font-size:14px;font-weight:700;line-height:1.2;transition:transform .22s,background .22s,box-shadow .22s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 24px #1e3e302b}.button:disabled{opacity:.6;cursor:wait}.button-dark{background:var(--deep);color:#fff}.button-dark:hover:not(:disabled){background:#315843}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-error{color:#ad463d;margin:10px 0 0;font-size:13px;line-height:1.45}.notice{color:#76592a;background:#fff5df;border:1px solid #f1e6c9;border-radius:14px;margin-bottom:21px;padding:15px 18px;font-size:14px}.home-page{background:#fcfdf9;flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.home-nav{justify-content:space-between;align-items:center;width:min(1220px,100% - 64px);min-height:94px;margin:0 auto;display:flex}.wordmark{letter-spacing:.09em;text-transform:uppercase;color:#7b897c;align-items:center;gap:18px;font-size:12px;font-weight:700;display:flex}.wordmark-mark{color:var(--deep);letter-spacing:-.13em;text-transform:none;font-size:37px;font-weight:800;line-height:1}.wordmark-mark span{color:#9fc952}.wordmark-divider{background:#d7ddd2;width:1px;height:27px}.home-nav-link{color:var(--deep);border-bottom:1px solid #0000;align-items:center;gap:8px;padding:10px 0;font-size:14px;font-weight:700;transition:border-color .2s;display:inline-flex}.home-nav-link:hover{border-color:var(--deep)}.home-hero{background:radial-gradient(circle at 77% 47%,#e4f4c9 0,#f5faea 32%,#fbfcf7 62%);border:1px solid #e4ebe1;border-radius:32px;align-items:center;width:min(1220px,100% - 64px);min-height:min(730px,100vh - 180px);margin:auto;display:flex;position:relative;overflow:hidden}.home-hero-content{z-index:2;max-width:740px;padding:80px 8.5%;animation:.75s both rise;position:relative}.eyebrow{color:#5a7359;letter-spacing:.12em;text-transform:uppercase;background:#fff;border:1px solid #e5edda;border-radius:50px;align-items:center;gap:10px;padding:10px 15px;font-size:11px;font-weight:800;display:inline-flex}.eyebrow-dot{background:#9fcb67;border-radius:50%;width:8px;height:8px}.home-hero h1{letter-spacing:-.078em;margin:31px 0 25px;font-size:clamp(54px,6.1vw,88px);font-weight:650;line-height:1.03}.home-hero h1 em{letter-spacing:-.07em;color:#698b59;font-family:Georgia,serif;font-weight:400}.home-hero-content>p{color:#708073;max-width:440px;margin:0 0 36px;font-size:17px;line-height:1.75}.home-cta{padding:18px 25px}.home-symbol{color:#548267;background:#e3f2c8;border:1px solid #cde5a9;border-radius:43px;place-items:center;width:215px;height:215px;animation:5s ease-in-out infinite float;display:grid;position:absolute;top:39%;right:11%;transform:rotate(-12deg);box-shadow:0 28px 90px #59814d24}.home-symbol svg{transform:rotate(12deg)}.home-orbit{opacity:.65;border:1px solid #cfe2bb;border-radius:50%;position:absolute}.orbit-one{width:520px;height:520px;top:-80px;right:-120px}.orbit-two{width:730px;height:730px;top:-185px;right:-220px}.home-footer{color:#899489;justify-content:space-between;align-items:center;width:min(1220px,100% - 64px);min-height:80px;margin:0 auto;font-size:12px;display:flex}.home-footer span:first-child{color:#65796b;font-weight:700}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes float{50%{transform:translateY(-13px)rotate(-10deg)}}.app-shell{grid-template-columns:252px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:#f5f7f0;border-right:1px solid #e8ece3;flex-direction:column;height:100vh;padding:32px 18px 20px;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:13px;padding:4px 14px 58px;display:flex}.sidebar-logo{letter-spacing:-.15em;color:var(--deep);font-size:37px;font-weight:800;line-height:1}.sidebar-logo span{color:#9ac64e}.sidebar-brand-label{letter-spacing:.08em;text-transform:uppercase;color:#819084;font-size:11px;font-weight:750}.sidebar-section-label{letter-spacing:.16em;color:#a1ada0;padding:0 14px 13px;font-size:10px;font-weight:800}.sidebar-nav{gap:5px;display:grid}.nav-item{color:#738278;border-radius:12px;align-items:center;gap:13px;padding:13px 15px;font-size:14px;font-weight:620;transition:background .2s,color .2s,transform .2s;display:flex}.nav-item:hover{color:var(--deep);background:#eaf1df;transform:translate(2px)}.nav-item.active{color:#315b3f;background:#e2f0c6;font-weight:780}.sidebar-bottom{margin-top:auto}.sidebar-care{color:#56715c;background:#e5efdb;border-radius:17px;margin:0 4px 27px;padding:17px 15px;position:relative}.care-icon{background:#d1e6bc;border-radius:10px;place-items:center;width:33px;height:33px;display:grid}.sidebar-care p{margin:12px 0 0;font-size:11px;line-height:1.6}.sidebar-care strong{color:#38583e;font-size:12px}.sidebar-care>svg{position:absolute;top:18px;right:15px}.sidebar-user{border-top:1px solid #e1e8dc;align-items:center;gap:11px;padding:16px 5px;display:flex}.mini-avatar,.topbar-avatar{color:#3d6446;background:#d4e8b5;border-radius:11px;flex:none;place-items:center;width:37px;height:37px;font-size:12px;font-weight:800;display:grid}.sidebar-user-copy{gap:2px;min-width:0;display:grid}.sidebar-user-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.sidebar-user-copy small{color:#879486;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.sidebar-logout{color:#8b998c;align-items:center;gap:8px;padding:8px 7px;font-size:12px;display:flex}.sidebar-logout:hover{color:#284c36}.main-shell{background:#fcfdfa;min-width:0}.topbar{border-bottom:1px solid #edf0e9;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(24px,4vw,68px);display:flex}.topbar-label{letter-spacing:.17em;color:#a6b1a3;font-size:10px;font-weight:800}.topbar-right{color:#637468;align-items:center;gap:14px;font-size:12px;display:flex}.topbar-avatar{width:33px;height:33px}.mobile-brand{display:none}.main-content{max-width:1400px;margin:0 auto;padding:40px clamp(24px,4vw,68px) 80px;animation:.5s both rise}.section-overline{color:#78946b;letter-spacing:.18em;font-size:10px;font-weight:850;display:inline-block}.page-header{justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px;display:flex}.page-header h1,.evaluation-header h1{letter-spacing:-.055em;margin:10px 0 9px;font-size:clamp(29px,3vw,43px);font-weight:680;line-height:1.1}.page-header p,.evaluation-header p{color:#89958c;margin:0;font-size:14px;line-height:1.6}.heading-period{color:#9bc668}.header-date{color:#9aa79c;white-space:nowrap;padding-bottom:7px;font-size:12px}.hero-card{background:#eaf3d9;border:1px solid #e1edcd;border-radius:22px;align-items:center;min-height:272px;margin-bottom:22px;padding:34px 44px;display:flex;position:relative;overflow:hidden}.hero-copy{z-index:2;position:relative}.hero-card h2{letter-spacing:-.06em;margin:0 0 12px;font-size:clamp(27px,2.9vw,41px);font-weight:680;line-height:1.13}.hero-card p{color:#748672;max-width:390px;margin:0 0 23px;font-size:13px;line-height:1.6}.hero-art{place-items:center;width:38%;height:100%;display:grid;position:absolute;top:0;right:6%}.art-orbit{border:1px solid #cfe5b3;border-radius:50%;width:310px;height:310px;position:absolute}.art-orbit-two{width:450px;height:450px}.art-main{color:#619262;background:#d8edb6;border-radius:43px;place-items:center;width:158px;height:158px;display:grid;transform:rotate(-14deg);box-shadow:0 23px 50px #8bb36129}.art-main svg{transform:rotate(14deg)}.art-dot{background:#b5d998;border-radius:50%;position:absolute}.art-dot-one{width:15px;height:15px;top:21%;right:12%}.art-dot-two{width:10px;height:10px;bottom:19%;left:9%}.start-control{flex-direction:column;align-items:flex-start;display:inline-flex}.start-control.compact .button{font-size:13px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px;display:grid}.stat-card,.panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:18px}.stat-card{grid-template-columns:1fr auto;align-content:start;min-height:163px;padding:22px 24px;display:grid}.stat-icon{color:#5b7d58;border-radius:12px;grid-area:1/2/span 2;place-items:center;width:39px;height:39px;display:grid}.stat-icon.lime{background:#e5f2c7}.stat-icon.cream{color:#9f8d69;background:#f6efdf}.stat-icon.mint{color:#668b73;background:#e3f0e8}.stat-label{color:#8b9a8e;font-size:11px;font-weight:700}.stat-card strong{letter-spacing:-.06em;grid-column:1;margin:7px 0 2px;font-size:34px;line-height:1.2}.stat-card small{color:#9ba79c;grid-column:1/span 2;font-size:11px}.dashboard-grid{grid-template-columns:minmax(0,1.32fr) minmax(260px,.85fr);gap:20px;display:grid}.panel{padding:24px}.panel-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:21px;display:flex}.panel-heading h2{letter-spacing:-.035em;margin:7px 0 0;font-size:19px}.text-link{color:#5a8060;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.text-link:hover{text-decoration:underline}.recent-row{border-top:1px solid #f0f2ec;align-items:center;gap:12px;padding:14px 0;transition:background .2s;display:flex}.recent-row:hover{background:#fbfdf8}.recent-initials,.history-avatar{color:#598262;background:#edf3e7;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;font-size:12px;font-weight:800;display:grid}.recent-info,.history-main{flex:1;gap:4px;min-width:0;display:grid}.recent-info strong,.history-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.recent-info small,.history-main small{color:#99a699;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.recent-meta{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.recent-meta small{color:#a0aca1;font-size:10px}.recent-row>svg{color:#91a297}.status-pill{white-space:nowrap;border-radius:100px;align-items:center;padding:7px 11px;font-size:10px;font-weight:780;display:inline-flex}.status-pill.complete{color:#56805a;background:#e9f4e2}.status-pill.pending{color:#9c8852;background:#f7f1df}.recent-empty{text-align:center;border-top:1px solid #f0f2ec;padding:34px 25px 23px}.empty-icon{color:#789b70;background:#edf5e4;border-radius:16px;place-items:center;width:53px;height:53px;margin:0 auto 14px;display:grid}.recent-empty strong{font-size:13px}.recent-empty p{color:#9aa59a;max-width:240px;margin:7px auto 0;font-size:12px;line-height:1.6}.small-count{color:#91a192;font-size:11px}.search-field{color:#99aa9a;background:#fcfdfa;border:1px solid #e6ece3;border-radius:11px;align-items:center;gap:10px;height:45px;padding:0 13px;transition:border-color .2s,box-shadow .2s;display:flex}.search-field:focus-within{border-color:#b3d58e;box-shadow:0 0 0 3px #d8ecbc72}.search-field input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.search-field input::placeholder{color:#a7b3a7}.library-list{margin-top:10px}.library-row{color:#536b58;border-bottom:1px solid #f2f4ef;align-items:center;gap:10px;min-height:45px;padding:9px 2px;font-size:12px;display:flex}.library-row:last-child{border-bottom:0}.library-icon{color:#739571;background:#edf4e7;border-radius:9px;flex:none;place-items:center;width:27px;height:27px;display:grid}.library-footnote{color:#a0aca0;margin:12px 0 0;font-size:10px;line-height:1.5}.muted-empty{color:#9fa99d;padding:16px 0;font-size:12px}.history-page-header{margin-bottom:27px}.history-panel{padding:0;overflow:hidden}.history-toolbar{border-bottom:1px solid var(--line);color:#92a093;justify-content:space-between;align-items:center;gap:15px;padding:21px 24px;font-size:12px;display:flex}.history-search{width:min(350px,100%)}.history-rows{display:grid}.history-row{border-bottom:1px solid #eef1eb;align-items:center;gap:17px;padding:18px 25px;transition:background .2s;display:flex}.history-row:last-child{border-bottom:0}.history-row:hover{background:#fafff4}.history-avatar{width:46px;height:46px}.history-main strong{font-size:14px}.history-main small{font-size:12px}.history-date{color:#9aa79b;text-align:right;min-width:86px;font-size:11px}.history-arrow{color:#94a698}.history-empty{text-align:center;color:#98a698;padding:60px;font-size:14px}.back-link{color:#829184;align-items:center;gap:8px;margin:0 0 26px;font-size:12px;font-weight:650;display:inline-flex}.back-link:hover{color:#3d6948}.evaluation-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.steps{align-items:center;gap:16px;margin-bottom:27px;display:flex}.step{white-space:nowrap;color:#a0aea1;align-items:center;gap:9px;font-size:11px;font-weight:730;display:flex}.step span{border:1px solid #e2e9df;border-radius:50%;place-items:center;width:25px;height:25px;font-size:11px;display:grid}.step.done{color:#648d65}.step.done span{color:#5b8f5f;background:#e3f1d4;border-color:#e3f1d4}.step.current{color:#304f37}.step.current span{color:#fff;background:#467250;border-color:#467250}.step-line{background:#e1e8df;flex:1;max-width:75px;height:1px}.evaluation-grid{grid-template-columns:minmax(260px,.85fr) minmax(0,1.4fr);align-items:start;gap:21px;display:grid}.patient-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:19px;overflow:hidden}.patient-card-top{justify-content:space-between;align-items:start;gap:8px;padding:24px 23px 17px;display:flex}.card-eyebrow{letter-spacing:.17em;color:#849c80;font-size:10px;font-weight:850}.patient-card-top h2{letter-spacing:-.04em;margin:9px 0 5px;font-size:22px}.patient-card-top p{color:#9ca99c;margin:0;font-size:12px}.patient-card-top p span{padding:0 4px}.id-chip{color:#719477;letter-spacing:.08em;white-space:nowrap;background:#edf5e5;border-radius:100px;align-items:center;gap:5px;padding:7px 9px;font-size:8px;font-weight:850;display:inline-flex}.portrait-panel{background:linear-gradient(150deg,#edf5e5,#d8eaba);border-radius:14px;place-items:center;height:265px;margin:0 16px;display:grid;position:relative;overflow:hidden}.portrait-halo{border:1px solid #d4e8bb;border-radius:50%;width:220px;height:220px;position:absolute}.patient-portrait{align-self:end;width:230px;max-height:252px;position:relative}.portrait-caption{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#709075;letter-spacing:.11em;background:#fff9;border:1px solid #ffffff8c;border-radius:8px;padding:8px 10px;font-size:9px;position:absolute;bottom:15px;left:15px}.portrait-caption strong{color:#375e43;margin-left:6px}.patient-facts{padding:12px 23px 18px}.patient-facts>div{border-bottom:1px solid #edf1e9;justify-content:space-between;align-items:center;gap:10px;padding:14px 0;display:flex}.patient-facts>div:last-child{border-bottom:0}.patient-facts span{color:#8c9a8d;align-items:center;gap:9px;font-size:11px;display:flex}.patient-facts strong{text-align:right;font-size:11px;font-weight:730}.assessment-column{gap:20px;display:grid}.profile-details,.assessment-panel{padding:27px}.muted-icon{color:#9db69c}.patient-background{color:#68796c;margin:0 0 22px;font-size:13px;line-height:1.7}.detail-grid{border-top:1px solid #edf1e9;gap:0;display:grid}.detail-item{border-bottom:1px solid #edf1e9;gap:13px;padding:16px 0;display:flex}.detail-item:last-child{border-bottom:0;padding-bottom:0}.detail-icon{color:#80a078;background:#f0f6e9;border-radius:11px;flex:none;place-items:center;width:36px;height:36px;display:grid}.detail-item small{letter-spacing:.13em;color:#9bab9c;font-size:9px;font-weight:820}.detail-item p{color:#526a58;margin:5px 0 0;font-size:12px;line-height:1.6}.assessment-panel h2{letter-spacing:-.045em;margin:8px 0 7px;font-size:23px}.assessment-intro{color:#8a998d;margin:0 0 23px;font-size:12px;line-height:1.7}.field-label{color:#3d5542;margin-bottom:10px;font-size:11px;font-weight:750;display:block}.combobox-wrap{position:relative}.diagnosis-input{color:#9baa9a;background:#fbfdf9;border:1px solid #dce7d8;border-radius:12px;align-items:center;gap:10px;height:51px;padding:0 14px;display:flex}.diagnosis-input.focused{border-color:#a7ce83;box-shadow:0 0 0 3px #e6f2d5}.diagnosis-input input{color:#294333;background:0 0;border:0;outline:0;width:100%;font-size:13px}.diagnosis-input input::placeholder{color:#a8b5a8}.selected-check{color:#609663}.diagnosis-options{z-index:5;background:#fff;border:1px solid #dce8d8;border-radius:12px;width:100%;max-height:250px;padding:5px;position:absolute;top:57px;overflow:auto;box-shadow:0 20px 45px #263b2830}.diagnosis-options button{text-align:left;color:#395441;background:0 0;border:0;border-radius:8px;width:100%;padding:10px 11px;font-size:12px;display:block}.diagnosis-options button:hover,.diagnosis-options button.option-active{background:#edf5e4}.no-options{color:#9ba99c;padding:15px;font-size:12px}.field-hint{color:#a4b0a4;margin:9px 0 22px;font-size:10px}.submit-diagnosis{justify-content:space-between;width:100%}.result-card{background:#f2f8ee;border:1px solid #d6e9d0;border-radius:13px;gap:14px;padding:18px;display:flex}.result-card.incorrect{background:#faf6eb;border-color:#eee5cd}.result-symbol{color:#5d9062;background:#dfeecf;border-radius:10px;flex:none;place-items:center;width:37px;height:37px;display:grid}.result-card.incorrect .result-symbol{color:#9e8856;background:#f0e6c9}.result-card strong{font-size:13px}.result-card p{color:#4e6855;margin:8px 0 0;font-size:12px}.result-card p span{color:#899c8a}.mobile-logout{display:none}.library-list{scrollbar-color:#cbdcc4 transparent;scrollbar-width:thin;max-height:310px;overflow-y:auto}@media (max-width:1100px){.dashboard-grid{grid-template-columns:1fr}.hero-art{right:0}.evaluation-grid{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr)}}@media (max-width:850px){.mobile-logout{color:#67846d;background:#edf3e8;border-radius:9px;place-items:center;width:33px;height:33px;display:grid!important}.mobile-logout:hover{background:#e1efd4}.home-symbol{opacity:.34;width:145px;height:145px;top:auto;bottom:-60px;right:-35px}.home-symbol svg{width:66px}.home-hero-content{max-width:100%}.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;height:auto;min-height:0;padding:12px 20px;position:relative}.sidebar-brand{margin-right:auto;padding:0}.sidebar-section-label,.sidebar-bottom{display:none}.sidebar-nav{gap:5px;display:flex}.nav-item{padding:10px;font-size:0}.nav-item svg{width:19px}.topbar{height:55px}.mobile-brand{color:var(--deep);letter-spacing:-.1em;font-size:19px;font-weight:850;display:block}.mobile-brand span{color:#9cc76b}.topbar-label{display:none}.main-content{padding-top:31px}.evaluation-grid{grid-template-columns:1fr}.patient-card{grid-template-columns:minmax(220px,.9fr) 1fr;display:grid}.patient-card-top{grid-column:1/-1}.portrait-panel{height:235px;margin-bottom:16px}.patient-facts{padding:4px 20px}.hero-art{opacity:.65}}@media (max-width:600px){.home-nav{width:calc(100% - 34px);min-height:75px}.wordmark{font-size:10px}.wordmark-mark{font-size:31px}.home-hero{border-radius:22px;width:calc(100% - 24px);min-height:calc(100vh - 150px)}.home-hero-content{padding:55px 24px}.home-hero h1{font-size:50px}.home-hero-content>p{font-size:15px}.home-symbol{opacity:.55;width:150px;height:150px;top:auto;bottom:-65px;right:-30px}.home-symbol svg{width:65px}.home-footer{width:calc(100% - 34px);font-size:10px}.home-footer span:last-child,.sidebar-brand-label{display:none}.sidebar-brand{margin-right:auto}.topbar{padding:0 20px}.topbar-right>span:first-child{display:none}.main-content{padding:25px 18px 55px}.page-header{flex-direction:column;align-items:start}.page-header h1,.evaluation-header h1{font-size:32px}.header-date{display:none}.hero-card{min-height:285px;padding:31px 24px}.hero-card h2{font-size:30px}.hero-art{opacity:.3;right:-110px}.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{min-height:145px;padding:17px}.stat-card:nth-child(3){grid-column:1/-1;min-height:115px}.stat-card strong{font-size:28px}.recent-row{gap:8px}.recent-meta{display:none}.recent-panel{padding:20px}.history-page-header .start-control,.history-page-header .start-control .button{width:100%}.history-row{gap:10px;padding:15px}.history-row .status-pill,.history-date{display:none}.history-panel .history-toolbar{padding:16px}.evaluation-header{flex-direction:column;align-items:start}.steps{gap:6px;overflow:auto}.step{font-size:10px}.step-line{min-width:15px}.patient-card{display:block}.patient-card-top{padding:20px}.portrait-panel{margin-bottom:0}.profile-details,.assessment-panel{padding:22px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.brand-mark{flex:none;width:48px;height:48px;display:block;position:relative;overflow:hidden}.brand-mark img{width:84px;max-width:none;height:84px;display:block;position:absolute;top:-18px;left:-18px}.sidebar-brand{padding:0 14px 48px}.topbar-right{margin-left:auto}.mobile-brand .brand-mark{width:34px;height:34px}.mobile-brand .brand-mark img{width:60px;height:60px;top:-13px;left:-13px}.call-status{background:linear-gradient(100deg,#eef6e7,#f9fcf5);border:1px solid #cddfbf;border-radius:18px;align-items:center;gap:17px;min-height:112px;margin-bottom:22px;padding:20px 24px;display:flex;box-shadow:0 14px 35px #4165480b}.call-icon{color:#3e7652;background:#d7edc4;border-radius:16px;flex:none;place-items:center;width:53px;height:53px;display:grid;box-shadow:0 0 0 7px #e7f4db}.call-copy{min-width:0}.call-eyebrow{color:#5f8d62;letter-spacing:.13em;align-items:center;gap:7px;font-size:10px;font-weight:850;display:flex}.live-dot{background:#68b271;border-radius:50%;width:8px;height:8px;animation:2.2s ease-in-out infinite livepulse;display:inline-block;box-shadow:0 0 0 4px #d4ebcd}.call-copy strong{letter-spacing:-.025em;margin:7px 0 3px;font-size:17px;display:block}.call-copy p{color:#829686;margin:0;font-size:12px;line-height:1.5}.call-right{flex:none;justify-items:end;gap:10px;margin-left:auto;display:grid}.call-signal{color:#4d855a;letter-spacing:.11em;background:#fff;border:1px solid #dbebd3;border-radius:100px;align-items:center;gap:6px;padding:7px 10px;font-size:9px;font-weight:850;display:flex}.call-wave{justify-content:flex-end;align-items:center;gap:3px;height:22px;padding-right:5px;display:flex}.call-wave i{background:#78aa6c;border-radius:4px;width:3px;height:7px;animation:1.15s ease-in-out infinite callwave}.call-wave i:nth-child(2),.call-wave i:nth-child(6){height:14px;animation-delay:.12s}.call-wave i:nth-child(3),.call-wave i:nth-child(5){height:20px;animation-delay:.23s}.call-wave i:nth-child(4){height:11px;animation-delay:.34s}@keyframes callwave{50%{transform:scaleY(.45)}}@keyframes livepulse{50%{box-shadow:0 0 0 8px #d4ebcd88}}.review-panel{margin-top:22px;padding:30px}.review-heading{justify-content:space-between;align-items:start;gap:15px;margin-bottom:24px;display:flex}.review-kicker{color:#5f8b61;letter-spacing:.16em;align-items:center;gap:8px;font-size:10px;font-weight:850;display:inline-flex}.review-heading h2{letter-spacing:-.055em;margin:9px 0 6px;font-size:clamp(25px,2.5vw,33px)}.review-heading p{color:#879889;margin:0;font-size:13px;line-height:1.6}.review-heading-icon{color:#72915e;background:#edf4de;border-radius:15px;flex:none;place-items:center;width:49px;height:49px;display:grid}.review-diagnosis-row{background:#f7faf3;border:1px solid #e5eddf;border-radius:16px;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin-bottom:20px;padding:21px 24px;display:grid}.review-diagnosis-row>div{gap:7px;display:grid}.review-diagnosis-row span{letter-spacing:.16em;color:#93a391;font-size:9px;font-weight:850}.review-diagnosis-row strong{letter-spacing:-.025em;font-size:17px}.review-diagnosis-row>svg{color:#88a385}.review-actual{border-left:1px solid #dfe9dc;padding-left:24px}.review-actual strong{color:#3b7450}.review-evidence-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.review-evidence{background:#fff;border:1px solid #e6ece2;border-radius:16px;padding:21px}.review-evidence.shared{background:#f7fbf4}.review-evidence.contrast{background:#fcfbf6}.review-evidence-head{border-bottom:1px solid #e8eee5;align-items:start;gap:11px;padding-bottom:17px;display:flex}.review-evidence-icon{color:#648d62;background:#e2f0d8;border-radius:10px;flex:none;place-items:center;width:35px;height:35px;display:grid}.review-evidence.contrast .review-evidence-icon{color:#97895b;background:#f2eddb}.review-evidence h3{letter-spacing:-.025em;margin:1px 0 5px;font-size:15px}.review-evidence-head p{color:#96a397;margin:0;font-size:11px;line-height:1.5}.review-symptom-list{display:grid}.review-symptom{border-bottom:1px solid #edf1e9;gap:11px;padding:15px 0;display:flex}.review-symptom:last-child{border-bottom:0;padding-bottom:0}.review-symptom-dot{background:#87ac78;border-radius:50%;flex:none;width:7px;height:7px;margin-top:6px}.review-evidence.contrast .review-symptom-dot{background:#c5ab6f}.review-symptom strong{text-transform:capitalize;font-size:13px;display:block}.review-symptom p{color:#617363;margin:6px 0;font-size:12px;line-height:1.55}.review-symptom small{color:#91a194;font-size:10px}.review-empty{color:#89988a;margin:18px 0 0;font-size:12px;line-height:1.7}.review-notes{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.review-note{background:#fafbf7;border:1px solid #ecf0e9;border-radius:15px;align-items:start;gap:11px;padding:19px;display:flex}.review-note-icon{color:#719376;background:#eaf2e4;border-radius:10px;flex:none;place-items:center;width:33px;height:33px;display:grid}.review-note strong{font-size:12px}.review-note p,.review-note li{color:#819183;font-size:11px;line-height:1.6}.review-note p{margin:7px 0 0}.review-note ul{margin:7px 0 0;padding-left:15px}.review-note li+li{margin-top:5px}.review-source-note{color:#9aaa9d;margin:18px 0 0;font-size:10px;line-height:1.6}@media (max-width:900px){.review-notes{grid-template-columns:1fr 1fr}}@media (max-width:650px){.call-status{gap:12px;padding:17px}.call-icon{border-radius:12px;width:42px;height:42px}.call-copy strong{font-size:14px}.call-copy p{font-size:11px}.call-right{display:none}.review-panel{padding:21px}.review-heading-icon{display:none}.review-diagnosis-row{gap:10px;padding:15px}.review-diagnosis-row strong{font-size:13px}.review-actual{padding-left:12px}.review-evidence-grid,.review-notes{grid-template-columns:1fr}}.review-page .review-panel{margin-top:0}.review-patient{border-bottom:1px solid #e8eee5;align-items:center;gap:15px;margin-bottom:25px;padding-bottom:23px;display:flex}.review-patient-avatar{background:linear-gradient(145deg,#edf5e6,#dcebbf);border-radius:16px;flex:none;width:67px;height:67px;display:block;position:relative;overflow:hidden}.review-patient-portrait{width:83px;height:86px;position:absolute;bottom:-13px;left:-8px}.review-patient-copy{flex:1;min-width:0}.review-patient-copy strong{letter-spacing:-.025em;font-size:16px;display:block}.review-patient-copy span{color:#68816c;margin-top:4px;font-size:11px;font-weight:650;display:block}.review-patient-copy p{color:#91a092;max-width:680px;margin:6px 0 0;font-size:11px;line-height:1.5}.review-patient>.status-pill{align-self:flex-start}@media (max-width:600px){.review-patient{align-items:flex-start;gap:11px}.review-patient-avatar{border-radius:12px;width:55px;height:55px}.review-patient-portrait{width:69px;height:73px;bottom:-12px;left:-7px}.review-patient-copy strong{font-size:14px}.review-patient-copy span,.review-patient-copy p{font-size:10px}.review-patient>.status-pill{display:none}}.diagnosis-art{object-fit:contain;flex:none;display:block}.library-art{width:44px;height:35px;margin-left:-4px}.diagnosis-selected-art{width:36px;height:29px;margin-left:-5px}.diagnosis-options button{align-items:center;gap:9px;padding:6px 10px;display:flex}.diagnosis-option-art{width:39px;height:31px}.diagnosis-line{align-items:center;gap:5px;min-width:0;display:flex}.activity-art{width:25px;height:20px;margin-left:-2px}.review-diagnosis-row>.review-diagnosis-item{align-items:center;gap:13px;min-width:0;display:flex}.review-diagnosis-copy{gap:7px;min-width:0;display:grid}.review-diagnosis-copy strong{overflow-wrap:anywhere}.review-diagnosis-art{width:73px;height:57px}@media (max-width:650px){.review-diagnosis-row>.review-diagnosis-item{gap:6px}.review-diagnosis-art{width:42px;height:34px}.review-diagnosis-copy{gap:4px}}.call-start,.call-controls{flex:none;margin-left:auto}.call-start{padding:13px 18px;font-size:12px}.call-status-connected{background:linear-gradient(100deg,#e8f5df,#f7fbf2);border-color:#add1a4}.call-controls{align-items:center;gap:10px;display:flex}.call-mute{color:#426c50;background:#fff;border:1px solid #cddfc6;border-radius:11px;place-items:center;width:39px;height:39px;display:grid}.call-mute:hover{background:#edf6e8}.call-end{color:#fff;background:#315d49;padding:12px 17px;font-size:12px}.call-end:hover{background:#244a39}@media (max-width:700px){.call-status{flex-wrap:wrap}.call-start,.call-controls{margin-left:70px}.call-controls{justify-content:flex-end;width:calc(100% - 70px)}}@media (max-width:420px){.call-start,.call-controls{justify-content:center;width:100%;margin-left:0}.call-start{margin-top:4px}}.review-success{background:radial-gradient(circle at 6% 0,#e4f5d6 0,#f2fae9 44%,#fbfdf7 100%);border:1px solid #cfe8c2;border-radius:17px;align-items:center;gap:19px;min-height:128px;margin-bottom:20px;padding:22px 27px;animation:.55s cubic-bezier(.2,.8,.2,1) both review-success-enter;display:flex;position:relative;overflow:hidden}.review-success:before,.review-success:after{content:"";pointer-events:none;border:1px solid #cfe8c2;border-radius:50%;position:absolute}.review-success:before{width:215px;height:215px;top:-100px;right:-65px}.review-success:after{width:142px;height:142px;top:-65px;right:-25px}.review-success-mark{z-index:1;background:#d9efca;border-radius:50%;flex:none;place-items:center;width:72px;height:72px;animation:.55s cubic-bezier(.2,1.7,.4,1) .1s both review-success-pop;display:grid;position:relative;box-shadow:0 0 0 8px #e9f7df}.review-success-mark svg{width:60px;height:60px}.review-success-mark circle{fill:#417d55;stroke:#70a87a;stroke-width:2px}.review-success-mark path{stroke:#fff;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60px;animation:.55s ease-out .48s forwards review-check-draw}.review-success-copy{z-index:1;flex:1;min-width:0;position:relative}.review-success-copy span{color:#5f9166;letter-spacing:.15em;margin-bottom:6px;font-size:10px;font-weight:850;display:block}.review-success-copy strong{letter-spacing:-.045em;color:#27543a;font-size:26px;display:block}.review-success-copy p{color:#65806b;margin:5px 0 0;font-size:12px;line-height:1.5}.review-success-art{z-index:1;width:93px;height:73px;position:relative}@keyframes review-success-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes review-success-pop{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@keyframes review-check-draw{to{stroke-dashoffset:0}}@media (max-width:650px){.review-success{gap:14px;min-height:110px;padding:20px}.review-success-mark{width:56px;height:56px;box-shadow:0 0 0 5px #e9f7df}.review-success-mark svg{width:49px;height:49px}.review-success-copy strong{font-size:21px}.review-success-art{display:none}}
