:root{color-scheme:light;--bg: #f3f6f5;--surface: #ffffff;--surface-soft: #f7faf9;--text: #172321;--muted: #687673;--border: #dfe8e5;--brand: #0d6058;--brand-soft: #e3f3ef;--ok: #167a5b;--warning: #a26313;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none}:root[data-theme=dark]{color-scheme:dark;--bg: #0e1514;--surface: #15201e;--surface-soft: #192724;--text: #edf5f3;--muted: #a0afab;--border: #2b3b37;--brand: #68c8b7;--brand-soft: #173d36;--ok: #70d1a8;--warning: #edb76e}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-width:320px}button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 45%,transparent);outline-offset:2px}.shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:28px 18px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;gap:11px;align-items:center;padding:0 10px 28px;font-size:22px;font-weight:700;letter-spacing:-.04em}.brandmark,.mobile-brand{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--brand);color:#fff;font-weight:700}nav{display:grid;gap:4px}nav button{border:0;background:transparent;color:var(--muted);padding:11px 12px;border-radius:9px;display:flex;align-items:center;gap:12px;text-align:left;font-size:14px;font-weight:500}nav button span{width:21px;font-size:18px;text-align:center}nav button:hover,nav button.active{background:var(--brand-soft);color:var(--brand)}.privacy{margin-top:auto;display:flex;gap:10px;align-items:center;background:var(--surface-soft);border:1px solid var(--border);padding:12px;border-radius:12px}.privacy>span{color:var(--ok)}.privacy div,.profile div{display:grid;gap:2px;text-align:left}.privacy strong,.profile strong{font-size:13px}.privacy small,.profile small{font-size:11px;color:var(--muted)}.profile{border:0;background:transparent;display:flex;gap:10px;align-items:center;padding:18px 10px 0;color:var(--text)}.profile>span,.avatar{width:34px;height:34px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;border:0;font-size:12px;font-weight:700}main{min-width:0}header{height:68px;background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 36px;position:sticky;top:0;z-index:10}.demo-pill{font-size:11px;letter-spacing:.09em;color:var(--muted);font-weight:700}.header-actions{margin-left:auto;display:flex;gap:9px;align-items:center}.icon-button{width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.mobile-brand{display:none;border:0;margin-right:12px}.mobile-menu-close,.mobile-menu-backdrop{display:none}.content{max-width:1250px;margin:0 auto;padding:46px 42px 80px}.page-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px}.page-heading h1{font-size:clamp(28px,3vw,40px);letter-spacing:-.045em;margin:5px 0 7px}.page-heading>div>p:last-child{color:var(--muted);margin:0}.eyebrow{color:var(--brand);font-size:11px;font-weight:700;letter-spacing:.12em;margin:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:17px;padding:24px;box-shadow:0 12px 35px #14322c09}.card h2{margin:5px 0 8px;font-size:19px;letter-spacing:-.025em}.card p{color:var(--muted);line-height:1.55}.overview{display:grid;grid-template-columns:1.65fr 1fr;gap:18px}.health-card{color:#fff;background:linear-gradient(135deg,#0d6058,#0b4f49);border-radius:18px;padding:28px;display:grid;grid-template-columns:120px 1fr;align-items:center;gap:26px}.health-card .eyebrow,.health-card p{color:#cce6e1}.health-card h2{margin:6px 0 9px;font-size:22px}.ring{width:112px;height:112px;border-radius:50%;border:10px solid rgba(255,255,255,.18);border-top-color:#83d5c4;display:grid;place-content:center;text-align:center;transform:rotate(4deg)}.ring span,.ring small{transform:rotate(-4deg)}.ring span{font-size:24px;font-weight:700}.ring small{font-size:10px;color:#cce6e1}.text-button{border:0;background:transparent;color:var(--brand);padding:0;font-weight:600;font-size:13px}.health-card .text-button{color:#fff}.development strong{display:block;font-size:32px;margin:13px 0 0}.development strong small{font-size:13px;color:var(--muted);font-weight:500}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:18px 0}.stats article{background:var(--surface);border:1px solid var(--border);border-radius:15px;padding:19px 22px;display:grid;gap:5px}.stats span{font-size:10px;letter-spacing:.1em;color:var(--muted);font-weight:700}.stats strong{font-size:22px}.stats small{color:var(--muted);font-size:12px}.grid-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.section-title{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--border);padding-bottom:16px;margin-bottom:2px}.value-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--border)}.value-row:last-child{border-bottom:0}.value-row div{display:grid;gap:4px}.value-row small{color:var(--muted);font-size:11px}.status{justify-self:start;border-radius:999px;padding:5px 9px;background:var(--surface-soft);color:var(--muted);font-size:11px;font-weight:600;white-space:nowrap}.status.normal{background:var(--brand-soft);color:var(--ok)}.status.low,.status.high{background:color-mix(in srgb,var(--warning) 13%,transparent);color:var(--warning)}.timeline-row{display:grid;grid-template-columns:10px 1fr;gap:13px;padding:14px 0}.timeline-row>span{width:8px;height:8px;background:var(--brand);border-radius:50%;margin-top:6px;box-shadow:0 0 0 5px var(--brand-soft)}.timeline-row div{display:grid;gap:3px}.timeline-row small,.timeline-row p{font-size:11px;color:var(--muted);margin:0}.timeline-row strong{font-size:14px}.primary,.secondary{border-radius:10px;padding:11px 15px;font-weight:600;font-size:13px}.primary{border:1px solid var(--brand);background:var(--brand);color:#fff}.secondary{border:1px solid var(--border);background:var(--surface);color:var(--text)}.table-card{padding:0;overflow:hidden}.table-head,.table-row{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr .6fr;gap:14px;align-items:center;padding:16px 22px}.table-head{background:var(--surface-soft);color:var(--muted);font-size:10px;letter-spacing:.08em;font-weight:700}.table-row{border-top:1px solid var(--border);font-size:13px}.fineprint{padding:0 22px 18px;font-size:11px}.timeline-page article{display:grid;grid-template-columns:110px 18px 1fr;gap:18px;position:relative;padding-bottom:28px}.timeline-page article:not(:last-child):after{content:"";position:absolute;left:118px;top:15px;bottom:-2px;width:1px;background:var(--border)}.date{color:var(--muted);font-size:12px;text-align:right;padding-top:5px}.timeline-dot{width:11px;height:11px;border-radius:50%;background:var(--brand);margin-top:5px;z-index:1;box-shadow:0 0 0 5px var(--brand-soft)}.tag{color:var(--brand);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.timeline-page h2{font-size:16px}.timeline-page p{margin:0;font-size:13px}.document-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.document{display:flex;gap:16px}.doc-icon{width:48px;height:58px;border-radius:7px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:10px;font-weight:700;flex:0 0 auto}.document p{font-size:12px}.form{display:grid;gap:17px}.form label{display:grid;gap:7px;font-size:12px;font-weight:600}.form input,.form textarea,.form select{width:100%;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);border-radius:9px;padding:11px;outline:none}.form textarea{min-height:110px;resize:vertical}.form input:focus,.form textarea:focus,.form select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.calm ul{color:var(--muted);line-height:1.9;padding-left:20px}.appointment{display:grid;grid-template-columns:56px 1fr auto;gap:16px;align-items:center;padding:17px 0;border-bottom:1px solid var(--border)}.appointment:last-child{border-bottom:0}.calendar{border:1px solid var(--border);border-radius:10px;display:grid;place-content:center;text-align:center;width:52px;height:56px}.calendar strong{font-size:20px}.calendar small{color:var(--brand);font-weight:700;font-size:9px}.appointment h2,.appointment p{margin:2px 0}.integration{position:relative}.integration>.status{position:absolute;right:20px;top:20px}.wearable-icon{font-size:32px;color:var(--brand)}.empty{text-align:center;padding:58px 24px}.empty>div{font-size:34px;color:var(--brand)}.toast{position:fixed;right:24px;bottom:24px;background:#163f39;color:#fff;padding:13px 17px;border-radius:11px;box-shadow:0 16px 45px #00000038;font-size:13px;z-index:20}@media(max-width:980px){.shell{grid-template-columns:76px 1fr}.sidebar{padding:22px 10px}.brand span:last-child,nav button:not(.active){font-size:0}.brand{justify-content:center;padding-left:0;padding-right:0}nav button{justify-content:center;font-size:0}nav button span{font-size:18px}.privacy,.profile div{display:none}.profile{justify-content:center;padding-left:0}.overview{grid-template-columns:1fr}.document-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.shell{display:block}.sidebar{position:fixed;z-index:15;inset:auto 0 0;width:auto;height:66px;border-right:0;border-top:1px solid var(--border);padding:7px 10px}.brand,.privacy,.profile{display:none}nav{grid-template-columns:repeat(5,1fr)}nav button{display:none;padding:7px}nav button:nth-child(-n+5){display:flex}nav button span{font-size:19px}header{padding:0 16px}.mobile-brand{display:grid}.demo-pill{font-size:9px}.avatar{display:none}.content{padding:30px 16px 100px}.page-heading{align-items:start;flex-direction:column}.health-card{grid-template-columns:1fr}.ring{width:96px;height:96px}.stats,.grid-two,.document-grid{grid-template-columns:1fr}.table-card{overflow-x:auto}.table-head,.table-row{min-width:700px}.timeline-page article{grid-template-columns:18px 1fr}.timeline-page .date{grid-column:2;text-align:left;padding:0}.timeline-page .timeline-dot{grid-column:1;grid-row:1 / span 2}.timeline-page article:not(:last-child):after{left:5px;top:15px}}.two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.symptom-form-card{min-height:824px;padding:24px}.symptom-form-card>h2{margin:0 0 6px;font-size:16px}.symptom-form-card>p{margin:0 0 24px;font-size:12px}.reference-form{display:grid;gap:17px}.reference-form label{display:grid;gap:7px;color:var(--text);font-size:12px;font-weight:600}.reference-form input,.reference-form textarea,.reference-form select{width:100%;min-height:41px;padding:10px 11px;border:1px solid var(--border);border-radius:6px;outline:0;background:var(--surface);color:var(--text);font-size:12px;font-weight:400}.reference-form textarea{min-height:83px;resize:vertical}.reference-form input:focus,.reference-form textarea:focus,.reference-form select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.reference-form .primary{justify-self:start;margin-top:2px}.tools-side{display:grid;gap:20px}.coach-context{min-height:294px;padding:24px}.coach-context>svg{color:var(--brand)}.coach-context h2{margin:19px 0 7px;font-size:17px}.coach-context p{margin:0;font-size:12px}.coach-context ul{margin:18px 0 0;padding-left:19px;color:var(--muted);font-size:12px;line-height:2.1}.session-result{padding:22px 24px}.session-result h2{margin:0 0 5px}.session-result p{margin:0;font-size:12px}.appointment-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.appointment-list{min-height:447px;padding:24px}.appointment-list>h2{margin:0 0 11px;font-size:16px}.tool-list-item{min-height:127px;display:grid;grid-template-columns:25px 1fr 28px;gap:14px;align-items:start;padding:21px 0;border-bottom:1px solid var(--border)}.tool-list-item>svg{margin-top:3px;color:var(--brand)}.tool-list-item>div{display:grid;gap:5px}.tool-list-item strong{font-size:13px}.tool-list-item p{margin:0;font-size:11px}.tool-list-item .tag{width:fit-content;padding:4px 7px;border-radius:3px;background:#e9f4ee;color:var(--ok);font-size:10px}.tool-list-item>button{display:grid;place-items:center;width:28px;height:28px;border:0;background:transparent;color:var(--text)}.tool-list-item.done{opacity:.48}.tool-list-item.done strong{text-decoration:line-through}.prevention-note{margin:19px 0 0!important;font-size:12px;line-height:1.8!important}.doctor-assistant{min-height:335px;padding:24px}.doctor-assistant h2{margin:10px 0 7px;font-size:16px}.doctor-assistant>p:not(.eyebrow){margin:0 0 20px;font-size:13px}.doctor-assistant>div{display:grid;gap:15px}.question-check{display:flex!important;grid-template-columns:none!important;align-items:start;gap:10px!important;color:var(--text);font-size:12px;font-weight:400!important;cursor:pointer}.question-check input{position:absolute;opacity:0;pointer-events:none}.question-check>span{width:17px;height:17px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--border);border-radius:4px;color:transparent}.question-check input:checked+span{border-color:var(--brand);background:var(--brand);color:#fff}.export-button{min-height:41px;display:flex;align-items:center;gap:9px;margin-top:25px;padding:0 15px;border-radius:6px}.integration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.reference-integration{min-height:338px;padding:24px}.integration-icon{width:59px;height:59px;display:grid;place-items:center;margin-bottom:24px;border-radius:8px;background:var(--surface-soft);color:var(--brand)}.reference-integration>.tag{display:inline-block;padding:4px 8px;border-radius:3px;background:#e9f4ee;color:var(--ok);font-size:10px}.reference-integration h2{margin:17px 0 12px;font-size:22px}.reference-integration p{min-height:50px;margin:0 0 25px;font-size:12px;line-height:1.9}.reference-integration .secondary{min-height:42px;display:flex;align-items:center;gap:10px;border-radius:6px}.integration-note{min-height:101px;display:flex;align-items:center;gap:20px;margin-top:24px;padding:24px}.integration-note>svg{color:var(--brand)}.integration-note h2{margin:0 0 5px;font-size:16px}.integration-note p{margin:0;font-size:12px}.shares-card{min-height:307px;padding:24px}.shares-card .card-heading{min-height:36px}.shares-card .tag{padding:4px 8px;border-radius:3px;background:#e9f4ee;color:var(--ok);font-size:10px}.shares-empty{min-height:198px;display:grid;place-content:center;justify-items:center;gap:18px;color:var(--muted)}.shares-empty p{margin:0;font-size:14px}.share-preview{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand)}@media(max-width:980px){.two-columns,.appointment-columns{grid-template-columns:1fr}.integration-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.integration-grid{grid-template-columns:1fr}.symptom-form-card{min-height:0}.form-grid{grid-template-columns:1fr}}:root{--bg: #f6f8fa;--surface: #ffffff;--surface-soft: #f6f8fa;--text: #23383b;--muted: #758589;--border: #dfe5e6;--brand: #197d72;--brand-soft: #e6f1ee;--ok: #3f8975;--warning: #a77932}body{font-family:Arial,Helvetica,sans-serif;font-size:14px}.shell{grid-template-columns:256px minmax(0,1fr)}.sidebar{padding:0 8px;height:100vh}.brand{width:100%;height:109px;padding:20px 17px 26px;border:0;background:transparent;color:#111;font-size:27px;gap:10px;cursor:pointer}.brandmark{width:38px;height:38px;border-radius:10px}.brand-dot{color:var(--brand)}.sidebar-scroll{min-height:0;flex:1;overflow:auto;scrollbar-width:none}.nav-group{padding:0 6px}.nav-group+.nav-group{margin-top:17px}.nav-caption{padding:0 11px;margin:0 0 12px;color:#6f7f82;font-size:12px;font-weight:700;letter-spacing:.04em;line-height:1.55}.nav-group button{display:flex;width:100%;height:43px;align-items:center;gap:12px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#283536;font-size:14px;text-align:left}.nav-group button svg{color:#708385;flex:0 0 auto}.nav-group button span{flex:1}.nav-group button small{width:20px;height:20px;display:grid;place-items:center;background:var(--surface-soft);border-radius:4px;color:var(--muted)}.nav-group button:hover,.nav-group button.active{color:var(--brand);background:var(--brand-soft);font-weight:600}.nav-group button.active svg{color:var(--brand)}.privacy-note{margin:8px 9px 0;padding:20px 14px 16px;border-top:1px solid var(--border);color:var(--muted)}.privacy-note>svg{color:var(--brand);margin-bottom:12px}.privacy-note strong{display:block;color:var(--text);font-size:12px}.privacy-note p{margin:5px 0 8px;font-size:12px}.privacy-note button{display:flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:var(--muted);font-size:12px}.settings-row{display:flex;align-items:center;gap:12px;height:51px;margin:0 15px;padding:0 10px;border:0;border-top:1px solid var(--border);background:transparent;color:var(--muted)}.profile{height:74px;width:100%;padding:13px 15px 17px;border-top:1px solid var(--border)}.profile>span{width:40px;height:40px}.profile div{flex:1}.profile strong{font-size:13px;color:var(--text)}.profile small{font-size:12px}.topbar{height:76px;padding:0 36px;gap:17px;color:var(--muted);font-size:12px}.topbar>strong{color:var(--text);font-weight:500}.topbar>svg{color:#a4acad}.header-actions{gap:14px}.demo-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border:1px solid var(--border);border-radius:5px;background:var(--surface)}.plain-icon{position:relative;display:grid;place-items:center;padding:0;width:24px;height:32px;border:0;background:transparent;color:var(--muted)}.notification i{position:absolute;right:1px;top:5px;width:5px;height:5px;border-radius:50%;background:#c39b41}.demo-notice{height:32px;display:flex;align-items:center;padding:0 36px;border-bottom:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:11px}.content{max-width:none;margin:0;padding:32px 36px 24px}.page-heading{height:98px;margin-bottom:27px;align-items:center}.page-heading h1{margin:6px 0 5px;font-size:29px;line-height:1.15;letter-spacing:-.035em}.page-heading>div>p:last-child{font-size:14px}.eyebrow{color:#617c7a;font-size:11px;letter-spacing:.16em}.primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:43px;padding:0 18px;border-radius:7px}.card{border-radius:10px;box-shadow:0 2px 9px #283a3e06}.overview-banner{height:123px;display:flex;align-items:center;gap:18px;padding:23px 25px;border:1px solid #d4e5e1;border-radius:11px;background:#edf5f2}.overview-icon{width:49px;height:49px;display:grid;place-items:center;border:1px solid #d8e9e4;border-radius:50%;color:var(--ok)}.overview-banner h2{margin:5px 0 6px;font-size:17px}.overview-banner p:last-child{margin:0;color:#627e7b;font-size:12px}.overview-banner .text-button{margin-left:auto}.text-button{display:inline-flex;align-items:center;gap:7px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:23px 0 24px}.metric{min-width:0;height:160px;padding:19px 20px;text-align:left;color:var(--text)}.metric-name,.metric-middle,.metric-foot{display:flex;align-items:center}.metric-name{justify-content:space-between;color:var(--muted);font-size:14px}.metric-name svg{color:#99a6a7}.metric-middle{height:61px;align-items:end}.metric-middle strong{font-size:28px;line-height:1;letter-spacing:-.04em}.metric-middle small{margin:0 0 2px 7px;color:var(--muted);font-size:11px}.spark{width:78px;height:28px;margin:0 0 2px auto}.spark polyline{fill:none;stroke:var(--brand);stroke-width:1.5}.spark.warning polyline{stroke:var(--warning)}.metric-foot{justify-content:space-between;margin-top:13px}.metric-foot .status{padding:4px 7px;border-radius:3px;font-size:11px}.metric-foot time{color:var(--muted);font-size:11px}.dashboard-columns{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(300px,1fr);gap:24px;align-items:start}.dashboard-main,.dashboard-aside{display:grid;gap:22px}.trend-card{height:451px;padding:24px}.card-heading{min-height:50px;display:flex;justify-content:space-between;align-items:start}.card-heading h2{margin:0 0 4px;font-size:16px}.card-heading p{margin:0;font-size:12px}.select-button{display:flex;align-items:center;gap:12px;height:31px;padding:0 11px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:11px}.select-button svg{transform:rotate(90deg);color:var(--muted)}.chart-toolbar{height:55px;display:flex;align-items:center;justify-content:space-between}.chart-toolbar>span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:11px}.chart-toolbar i{width:6px;height:6px;border-radius:50%;background:var(--brand)}.chart{height:204px}.chart svg{width:100%;height:100%;overflow:visible}.chart line{stroke:#e5e9ea;stroke-width:1;stroke-dasharray:3 5}.chart text{fill:var(--muted);font-size:10px}.chart polygon{fill:url(#none);opacity:.07;stroke:none}.chart polyline{fill:none;stroke:var(--brand);stroke-width:2.5}.chart circle{fill:var(--surface);stroke:var(--brand);stroke-width:2}.chart .month{font-size:10px}.trend-insight{height:75px;display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e3e7e8;border-radius:7px;background:var(--surface-soft)}.trend-insight>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e7f3ee;color:var(--ok)}.trend-insight strong{font-size:12px}.trend-insight p{margin:3px 0 0;font-size:11px}.timeline-card{min-height:352px;padding:24px}.timeline-card .card-heading{border-bottom:1px solid var(--border)}.dashboard-timeline-row{width:100%;min-height:78px;display:flex;align-items:center;gap:14px;padding:15px 0;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);text-align:left}.dashboard-timeline-row:last-child{border-bottom:0}.event-icon,.action-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:7px;background:#e9f3ef;color:var(--brand)}.event-1{background:#eeeef5;color:#777b95}.event-2{background:#edf2f5;color:#70858f}.dashboard-timeline-row>div{flex:1}.dashboard-timeline-row strong{font-size:13px}.dashboard-timeline-row p{margin:3px 0 0;font-size:11px}.dashboard-timeline-row time{color:var(--muted);font-size:11px}.next-card{min-height:311px;padding:22px}.next-card .card-heading{min-height:45px;border-bottom:1px solid var(--border)}.next-card .card-heading small{width:18px;height:18px;display:grid;place-items:center;background:var(--surface-soft);color:var(--muted)}.action-row{width:100%;display:flex;align-items:start;gap:11px;padding:17px 0;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);text-align:left}.action-row:last-child{border-bottom:0;padding-bottom:0}.action-row>div{flex:1}.action-row strong{font-size:13px}.action-row p{margin:4px 0 7px;font-size:11px}.action-row em{display:inline-block;padding:3px 7px;border:1px solid #eadfcb;background:#faf6ed;color:var(--warning);font-size:10px;font-style:normal}.action-row>svg{margin-top:5px;color:var(--muted)}.action-icon.warm{background:#f8f1e5;color:var(--warning)}.appointment-card{min-height:221px;padding:22px}.appointment-preview{min-height:74px;display:flex;gap:12px}.date-tile{width:48px;height:65px;display:grid;place-content:center;text-align:center;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft)}.date-tile small{color:var(--muted);font-size:10px}.date-tile strong{font-size:23px}.appointment-preview>div:last-child{display:grid;align-content:start;gap:3px}.appointment-preview>div:last-child strong{font-size:12px}.appointment-preview p,.appointment-preview small{margin:0;color:var(--muted);font-size:10px}.full{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;height:37px;margin-top:12px;padding:0;border-radius:5px}.wearable-teaser{min-height:249px;padding:24px;border:1px solid #dce6e8;border-radius:10px;background:#edf3f4}.wearable-teaser h2{margin:18px 0 7px;font-size:16px}.wearable-teaser p{margin:0 0 16px;color:var(--muted);font-size:12px;line-height:1.55}.wearable-teaser>div{margin-top:25px;color:#909b9d;font-size:11px;word-spacing:6px}.bottom-note{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:27px;color:var(--muted);font-size:11px}.footer{height:61px;display:flex;justify-content:space-between;align-items:end;padding:18px 36px 24px;color:var(--muted);font-size:10px}@media(max-width:1120px){.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-columns{grid-template-columns:1fr}.dashboard-aside{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.shell{display:block}.sidebar{display:flex;position:fixed;z-index:40;inset:0 auto 0 0;width:min(300px,88vw);height:100dvh;padding:0 8px;border-top:0;border-right:1px solid var(--border);transform:translate(-105%);transition:transform .18s ease;box-shadow:18px 0 55px #111e1f2e}.sidebar.mobile-open{transform:translate(0)}.sidebar .brand{display:flex;justify-content:flex-start;padding:20px 17px 26px}.sidebar .brand>span:last-child{font-size:27px}.sidebar .profile{display:flex;justify-content:flex-start;padding:13px 15px 17px}.sidebar .profile div{display:grid}.sidebar .privacy-note{display:block}.mobile-menu-close{display:grid;place-items:center;position:absolute;top:27px;right:18px;width:34px;height:34px;border:0;border-radius:7px;background:var(--surface-soft);color:var(--text)}.mobile-menu-backdrop{display:block;position:fixed;z-index:35;inset:0;width:100%;height:100%;border:0;background:#111e1f6b}.topbar{padding:0 18px}.mobile-brand{display:grid}.topbar>span,.topbar>svg,.topbar>strong{display:none}.demo-notice{height:auto;min-height:36px;padding:7px 18px}.content{padding:25px 18px 40px}.page-heading{height:auto;min-height:118px;align-items:start}.overview-banner{height:auto;align-items:start}.overview-banner .text-button{display:none}.dashboard-aside{grid-template-columns:1fr}}@media(max-width:560px){.demo-chip{display:none}.page-heading{flex-direction:column;margin-bottom:22px}.page-heading .primary{width:100%}.metric-grid{grid-template-columns:1fr}.metric{height:145px}.trend-card{height:auto}.chart{height:180px;overflow:hidden}.dashboard-timeline-row time{display:none}.footer{height:auto;align-items:start;flex-direction:column}}.toolbar{height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.toolbar>span{margin-left:auto;color:var(--muted);font-size:12px}.toolbar select,.search-input{height:42px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text)}.toolbar select{min-width:114px;padding:0 34px 0 13px;font-size:12px}.search-input{width:260px;display:flex;align-items:center;gap:10px;padding:0 13px}.search-input svg{color:var(--text)}.search-input input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font-size:12px}.search-input input::placeholder{color:#99a3a5}.records-card{padding:24px;overflow-x:auto}.records-table{min-width:780px;display:grid;grid-template-columns:1.35fr .9fr 1fr 1fr 1.15fr 22px;gap:14px;align-items:center}.records-head{height:44px;padding:0 12px;border-bottom:1px solid #334345;color:var(--muted);font-size:11px}.records-row{width:100%;min-height:75px;padding:9px 12px;border:0;border-bottom:1px solid #334345;background:transparent;color:var(--text);text-align:left;font-size:12px}.records-row:last-child{border-bottom:0}.records-row:hover{background:color-mix(in srgb,var(--brand-soft) 42%,transparent)}.records-row>span:first-child{display:grid;gap:2px}.records-row strong{font-size:13px}.records-row small{color:var(--muted);font-size:10px;font-weight:400}.records-row .status{justify-self:start;border-radius:3px;padding:4px 7px}.records-row>svg{color:var(--text)}.table-spark{width:104px;height:31px}.table-spark polyline{fill:none;stroke:var(--brand);stroke-width:1.8}.table-spark.warning polyline{stroke:var(--warning)}.records-help{margin:19px 0 28px;color:var(--muted);font-size:11px}.question-card{min-height:160px;display:flex;gap:17px;padding:24px}.question-card>svg{color:var(--brand)}.question-card h2{margin:0 0 4px;font-size:16px}.question-card p{margin:0 0 14px;font-size:12px}.question-chips{display:flex;flex-wrap:wrap;gap:8px}.question-chips button{display:flex;align-items:center;gap:7px;min-height:32px;padding:0 11px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:11px}.demo-answer{margin:13px 0 0!important;padding:10px 12px;border-radius:6px;background:var(--brand-soft);color:var(--text)!important}.reference-timeline{padding:24px}.reference-timeline-row{min-height:136px;display:grid;grid-template-columns:120px 36px 1fr;align-items:start;gap:14px;padding:25px 0;border-bottom:1px solid var(--border)}.reference-timeline-row:last-child{border-bottom:0}.reference-timeline-row time{padding-top:9px;color:var(--muted);font-size:11px}.reference-timeline-row .event-icon{margin-top:0}.reference-timeline-row .tag,.reference-document .tag{display:inline-block;width:fit-content;padding:4px 7px;border-radius:3px;background:#e9f4ee;color:var(--ok);font-size:10px;letter-spacing:0;text-transform:none}.reference-timeline-row h2{margin:9px 0 6px;font-size:16px}.reference-timeline-row p{margin:0;font-size:12px}.reference-document-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.reference-document{min-width:0;height:371px;padding:20px;color:var(--text);text-align:left}.document-art{height:160px;display:grid;place-content:center;justify-items:center;gap:14px;margin-bottom:22px;border-radius:7px;background:var(--surface-soft);color:#84a5a0}.document-art span{font-size:11px;letter-spacing:.18em}.reference-document h2{margin:15px 0 6px;font-size:16px}.reference-document p{min-height:38px;margin:0;font-size:11px}.document-foot{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding-top:16px;border-top:1px solid var(--border);color:var(--muted);font-size:11px}.modal-backdrop{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:20px;background:#111e1f7a}.health-modal{position:relative;width:min(540px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:28px;border:1px solid var(--border);border-radius:11px;background:var(--surface);box-shadow:0 24px 80px #00000038}.health-modal h2{margin:7px 0 5px;font-size:22px}.health-modal>p:not(.eyebrow){color:var(--muted);line-height:1.6}.health-modal .status{margin:12px 0}.modal-close{position:absolute;top:15px;right:15px;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:6px;background:var(--surface-soft);color:var(--text)}.detail-value{display:block;margin-top:22px;font-size:34px}.detail-value small{color:var(--muted);font-size:14px}@media(max-width:980px){.reference-document-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.toolbar{height:auto;align-items:stretch;flex-direction:column}.toolbar>span{margin-left:0}.search-input{width:100%}.reference-document-grid{grid-template-columns:1fr}.reference-timeline-row{grid-template-columns:36px 1fr}.reference-timeline-row time{grid-column:2;padding:0}.reference-timeline-row .event-icon{grid-column:1;grid-row:1 / span 2}}
