:root{--bg:#f6f1e7;--surface:#fffdf8;--surface-2:#f1ebdf;--border:#ebe3d4;--border-2:#d9cfbc;--fg:#2b2723;--fg-2:#6f6659;--fg-3:#8a8072;--accent:#2f6b52;--accent-hover:#234f3d;--accent-soft:#e6f0e9;--accent-soft-bd:#c9dfd2;--info:#3d5a80;--info-soft:#e7ecf3;--warn:#a8641e;--warn-fg:#6b3f10;--warn-bg:#fbeedb;--warn-bd:#f0d9b5;--danger:#8b2e2e;--danger-bg:#f9e4e1;--danger-bd:#efc9c4;--card:var(--surface);--muted:var(--fg-2);--border-light:var(--surface-2);--link:var(--accent);--accent-light:var(--accent-soft);--ok-bg:var(--accent-soft);--ok-bd:var(--accent-soft-bd);--ok-fg:var(--accent);--hi-bg:var(--warn-bg);--hi-bd:var(--warn-bd);--hi-fg:var(--warn);--lo-bg:var(--warn-bg);--lo-bd:var(--warn-bd);--lo-fg:var(--warn);--font-serif:"Literata",Georgia,"Times New Roman",serif;--font-sans:"Source Sans 3","Helvetica Neue",Arial,sans-serif;--text-xs:13px;--text-sm:15px;--text-md:16px;--text-lg:17px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:34px;--rail-w:84px;--tabbar-h:84px;--content-max:1040px;--radius:18px;--radius-sm:14px;--radius-lg:24px;--shadow:0 1px 2px rgba(43,39,35,.06);--shadow-lg:0 8px 24px rgba(43,39,35,.1);--transition:.18s cubic-bezier(.4,0,.2,1);--chart-line:var(--info);--chart-grid:var(--border);--chart-ref:var(--accent);--chart-ref-zone:rgba(47,107,82,.1);--chart-area:rgba(61,90,128,.06);--chart-dot-ok:var(--accent);--chart-dot-high:var(--warn);--chart-dot-low:var(--warn);--chart-dot-neutral:var(--info);--chart-tooltip-bg:var(--fg);--chart-tooltip-fg:var(--surface);--chart-bg:var(--surface);--chart-label:var(--fg-3);--chart-trend:var(--border-2)}*,:after,:before{box-sizing:border-box}body,html{height:100%;margin:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--fg);font-size:var(--text-md);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent-hover)}h1,h2,h3{font-family:var(--font-serif);font-weight:600;letter-spacing:-.01em;margin:0}svg{flex-shrink:0}.app-shell,.main-content{min-height:100vh}.page-container{overflow-x:clip;max-width:var(--content-max);margin:0 auto;padding:28px 20px calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px) + 24px)}@media (min-width:900px){.main-content{padding-left:var(--rail-w)}.page-container{padding:48px 32px 64px}}.main-nav{position:fixed;z-index:100;background:var(--surface);display:flex}.main-nav__brand{display:none;font-family:var(--font-serif);font-size:20px;font-weight:600;color:var(--accent);margin-bottom:18px}.main-nav__item{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--fg-3);font-size:12px;font-weight:500;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-decoration:none;transition:color var(--transition),background var(--transition)}.main-nav__item svg{width:24px;height:24px}.main-nav__item--active{color:var(--accent);font-weight:600}@media (max-width:899px){.main-nav{left:0;right:0;bottom:0;height:calc(var(--tabbar-h) + env(safe-area-inset-bottom, 0px));padding:10px 8px env(safe-area-inset-bottom,0);border-top:1px solid var(--border);justify-content:space-around;align-items:flex-start}.main-nav__item{width:68px;min-height:44px}}@media (min-width:900px){.main-nav{left:0;top:0;bottom:0;width:var(--rail-w);padding:24px 0;border-right:1px solid var(--border);flex-direction:column;align-items:center;gap:6px}.main-nav__brand{display:block}.main-nav__item{width:64px;padding:10px 0;border-radius:14px;gap:6px}.main-nav__item:hover{background:var(--surface-2);color:var(--fg)}.main-nav__item--active,.main-nav__item--active:hover{background:var(--accent-soft);color:var(--accent)}}.sheet{position:fixed;margin:0;padding:0;border:none;background:var(--surface);color:var(--fg);max-width:none;max-height:none;box-shadow:var(--shadow-lg)}.sheet::-webkit-backdrop{background:rgba(43,39,35,.45)}.sheet::backdrop{background:rgba(43,39,35,.45)}.sheet__inner{display:flex;flex-direction:column;gap:14px}.sheet__grip{width:40px;height:4px;border-radius:2px;background:var(--border-2);align-self:center}.sheet__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.sheet__title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:600}.sheet__close{width:44px;height:44px;margin-right:-10px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--fg-3);cursor:pointer;border-radius:12px}.sheet__close:hover{background:var(--surface-2);color:var(--fg)}@media (max-width:899px){.sheet{inset:auto 0 0 0;width:100%;max-height:85dvh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:auto}.sheet__inner{padding:12px 20px calc(28px + env(safe-area-inset-bottom, 0px))}}@media (min-width:900px){.sheet{inset:0 0 0 auto;width:440px;height:100dvh;border-left:1px solid var(--border);overflow:auto}.sheet__inner{padding:40px 32px}.sheet__grip{display:none}}.sheet__list{display:flex;flex-direction:column}.sheet__row{display:flex;align-items:center;gap:14px;min-height:56px;color:var(--fg);font-size:var(--text-lg);text-decoration:none;background:none;border:none;border-bottom:1px solid var(--border);padding:0;width:100%;text-align:left;cursor:pointer;font-family:inherit}.sheet__row svg{color:var(--fg-2);width:24px;height:24px}.sheet__row span{flex-grow:1}.sheet__row:hover{color:var(--accent)}.page-header{margin-bottom:20px}.page-header__title{font-family:var(--font-serif);font-size:var(--text-3xl);font-weight:600;line-height:1.15;margin:0 0 4px}.page-header__desc{font-size:var(--text-md);color:var(--fg-2);margin:0}.page-header__actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}@media (min-width:900px){.page-header__title{font-size:var(--text-4xl)}}.section-label{font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.card--flat{box-shadow:none}.card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.card__title{font-family:var(--font-sans);font-size:var(--text-lg);font-weight:600;margin:0}.card__subtitle{font-size:var(--text-sm);color:var(--fg-2)}.event-card{display:flex;gap:14px;align-items:flex-start;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:16px;color:inherit;text-decoration:none;transition:border-color var(--transition),box-shadow var(--transition)}a.event-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-lg);color:inherit}.event-card__icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.event-card__icon--meds{background:var(--accent-soft);color:var(--accent)}.event-card__icon--labs{background:var(--info-soft);color:var(--info)}.event-card__icon--imaging,.event-card__icon--ms-neutral,.event-card__icon--other{background:var(--surface-2);color:var(--fg-2)}.event-card__icon--ms-positive{background:var(--accent-soft);color:var(--accent)}.event-card__icon--ms-negative{background:var(--danger-bg);color:var(--danger)}.event-card__icon svg{width:22px;height:22px}.event-card__body{display:flex;flex-direction:column;gap:3px;flex-grow:1;min-width:0}.event-card__title{font-size:var(--text-lg);font-weight:600}.event-card__sub{font-size:var(--text-sm);color:var(--fg-2)}.event-card__chevron{color:var(--border-2);margin-top:10px}.attention-card{display:flex;gap:14px;align-items:flex-start;padding:16px;background:var(--warn-bg);border:1px solid var(--warn-bd);border-radius:16px;color:inherit;text-decoration:none}.attention-card svg:first-child{color:var(--warn);margin-top:2px}.attention-card__title{font-size:var(--text-lg);font-weight:600;color:var(--warn-fg)}.attention-card__sub{font-size:var(--text-sm);color:var(--warn)}.attention-card--danger{background:var(--danger-bg);border-color:var(--danger-bd)}.attention-card--danger .attention-card__sub,.attention-card--danger .attention-card__title,.attention-card--danger svg:first-child{color:var(--danger)}.grid{display:grid;grid-gap:14px;gap:14px}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1100px){.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.kpi{font-size:44px;line-height:1}.kpi,.stat__value{font-family:var(--font-serif);font-weight:600}.stat__value{font-size:28px;line-height:1.1}.stat__label{font-size:var(--text-sm);color:var(--fg-2)}.pill{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 12px;border-radius:999px;font-size:14px;font-weight:600;background:var(--surface-2);color:var(--fg-2);border:1px solid transparent;white-space:nowrap}.pill--success,.pill.ok{background:var(--accent-soft);color:var(--accent)}.pill--warning,.pill.high,.pill.low{background:var(--warn-bg);color:var(--warn-fg)}.pill--danger{background:var(--danger-bg);color:var(--danger)}.pill--info{background:var(--info-soft);color:var(--info)}.seg{display:inline-flex;gap:2px;padding:3px;background:var(--surface-2);border-radius:15px}.seg__btn{display:flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:12px;background:transparent;border:none;cursor:pointer;color:var(--fg-2);font:inherit;font-size:var(--text-sm);font-weight:500;text-decoration:none;flex-grow:1;white-space:nowrap;transition:background var(--transition),color var(--transition)}.seg__btn:hover{color:var(--fg)}.seg__btn--active,.seg__btn.ok{background:var(--surface);color:var(--accent);font-weight:600;box-shadow:0 1px 2px rgba(43,39,35,.08)}.summary-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.summary-toolbar__group{display:inline-flex;flex-wrap:wrap;max-width:100%;gap:2px;padding:3px;background:var(--surface-2);border-radius:15px}.summary-toolbar__group .pill{height:40px;padding:0 16px;border-radius:12px;background:transparent;color:var(--fg-2);font-weight:500;cursor:pointer}.summary-toolbar__group .pill:hover{color:var(--fg)}.summary-toolbar__group .pill--active,.summary-toolbar__group .pill.ok{background:var(--surface);color:var(--accent);font-weight:600;box-shadow:0 1px 2px rgba(43,39,35,.08)}.summary-toolbar__sep{width:1px;height:24px;background:var(--border);margin:0 4px}.chart-period-filter{display:inline-flex;gap:2px;padding:3px;background:var(--surface-2);border-radius:15px;margin-bottom:12px}.chart-period-btn{height:40px;padding:0 16px;border:none;border-radius:12px;background:transparent;font:inherit;font-size:var(--text-sm);font-weight:500;color:var(--fg-2);cursor:pointer}.chart-period-btn:hover{color:var(--fg)}.chart-period-btn--active{background:var(--surface);color:var(--accent);font-weight:600;box-shadow:0 1px 2px rgba(43,39,35,.08)}.tabs{display:flex;gap:18px;border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs__link{display:flex;align-items:center;height:44px;padding:0 4px;border-bottom:3px solid transparent;color:var(--fg-3);font-size:var(--text-md);font-weight:600;white-space:nowrap;text-decoration:none}.tabs__link:hover{color:var(--fg)}.tabs__link--active{color:var(--fg);border-bottom-color:var(--accent)}@media (min-width:900px){.tabs{gap:28px}.tabs__link{font-size:var(--text-lg)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-size:var(--text-md);font-weight:600;min-height:48px;padding:0 20px;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background var(--transition),color var(--transition),border-color var(--transition),transform .1s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:active:not(:disabled){transform:scale(.98)}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.btn--secondary{background:var(--surface);color:var(--fg);border-color:var(--border-2)}.btn--secondary:hover:not(:disabled){background:var(--surface-2);color:var(--fg)}.btn--ghost{background:transparent;color:var(--fg-2);border-color:transparent}.btn--ghost:hover:not(:disabled){background:var(--surface-2);color:var(--fg)}.btn--soft{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-soft-bd)}.btn--danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn--danger:hover:not(:disabled){filter:brightness(.92);color:#fff}.btn--sm{min-height:44px;padding:0 16px;font-size:var(--text-sm)}.btn--lg{min-height:60px;padding:0 24px;font-size:19px;border-radius:var(--radius)}.btn--block{width:100%}.btn svg{width:20px;height:20px}.btn--lg svg{width:24px;height:24px}button{font:inherit}button:not([class]){background:var(--accent);color:#fff;border:0;min-height:44px;padding:0 16px;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-size:var(--text-sm)}button:not([class]):hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{font:inherit;font-size:var(--text-lg);min-height:54px;padding:0 16px;border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--surface);color:var(--fg);transition:border-color var(--transition),box-shadow var(--transition)}textarea{padding:12px 16px;resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(47,107,82,.15)}.input--sm,input--sm{min-height:44px;font-size:var(--text-sm)}label{font-size:var(--text-sm);font-weight:600;color:var(--fg)}.field{display:flex;flex-direction:column;gap:6px}table{width:100%;border-collapse:collapse;font-size:var(--text-sm)}td,th{padding:12px;border-bottom:1px solid var(--border);vertical-align:middle;text-align:left}th{font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-3);background:var(--surface);position:-webkit-sticky;position:sticky;top:0}tbody tr:hover td{background:var(--surface-2)}.summary-wrap{overflow-x:auto;margin-top:16px;-webkit-overflow-scrolling:touch}.summary-scroll-top{overflow-x:auto;overflow-y:hidden;height:12px;margin-top:16px;margin-bottom:-4px}.summary-scroll-top>div{height:1px}.summary-table{border-collapse:separate;border-spacing:0;width:100%;font-size:var(--text-sm)}.summary-table th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--surface);padding:10px;white-space:nowrap;border-bottom:2px solid var(--border-2)}.summary-table td:first-child,.summary-table th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:3;background:inherit;min-width:72px}.summary-table td:nth-child(2),.summary-table th:nth-child(2){position:-webkit-sticky;position:sticky;left:72px;z-index:3;background:inherit;min-width:200px}.summary-table td:nth-child(3),.summary-table th:nth-child(3){position:-webkit-sticky;position:sticky;left:272px;z-index:3;background:inherit;min-width:90px}.summary-table td:nth-child(4),.summary-table th:nth-child(4){position:-webkit-sticky;position:sticky;left:362px;z-index:3;background:inherit;min-width:60px;border-right:2px solid var(--border-2)}.summary-table td{padding:8px 10px;height:52px;white-space:nowrap;border-bottom:1px solid var(--border)}.summary-table tbody tr{background:var(--surface)}.summary-table tbody tr:nth-child(2n){background:#faf6ee}.summary-table tbody tr:hover td{background:var(--accent-soft)}@media (max-width:899px){.summary-table td:nth-child(2),.summary-table th:nth-child(2){min-width:150px}.summary-table td:nth-child(3),.summary-table td:nth-child(4),.summary-table th:nth-child(3),.summary-table th:nth-child(4){position:static;border-right:none}}.dashboard-card{display:grid;grid-template-columns:1fr 130px;grid-gap:8px;gap:8px;padding:16px 18px;background:var(--surface);border-left:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);text-decoration:none;color:inherit;transition:box-shadow var(--transition),transform var(--transition);border:1px solid var(--border);border-left-width:3px}.dashboard-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px);color:inherit}.dashboard-card--ok{border-left-color:var(--accent)}.dashboard-card--high,.dashboard-card--low{border-left-color:var(--warn)}.dashboard-card__label{font-size:var(--text-xs);font-weight:600;color:var(--fg-3);text-transform:uppercase;letter-spacing:.06em}.dashboard-card__value{font-family:var(--font-serif);font-size:30px;font-weight:600;line-height:1.1}.dashboard-card__value--ok{color:var(--accent)}.dashboard-card__value--high,.dashboard-card__value--low{color:var(--warn)}.dashboard-card__delta{font-size:var(--text-xs);font-weight:600}.dashboard-card__delta--up{color:var(--warn)}.dashboard-card__delta--down{color:var(--accent)}.dashboard-card__sparkline{display:flex;align-items:center;justify-content:center}.dashboard-card__meta{display:flex;justify-content:space-between;align-items:center;grid-column:1/-1;font-size:var(--text-xs);color:var(--fg-3);border-top:1px solid var(--border);padding-top:8px;margin-top:4px}.streak-grid{display:grid;grid-template-columns:repeat(7,18px);grid-gap:4px;gap:4px}.streak-grid--compact{grid-template-columns:repeat(14,12px);gap:3px}.streak-grid--compact .streak__day{width:12px;height:12px;border-radius:4px}.streak__day{display:inline-block;width:18px;height:18px;border-radius:5px;background:var(--border)}.streak__day--taken{background:var(--accent)}.streak__day--missed{background:var(--danger)}.streak__day--skipped{background:var(--warn)}.streak__day--today{box-shadow:0 0 0 2px var(--surface),0 0 0 3px var(--fg-3)}.streak-legend{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--fg-2)}.streak-legend span{display:flex;align-items:center;gap:8px}.streak-legend .streak__day{width:12px;height:12px;border-radius:3px}.meds-grid{display:flex;flex-direction:column;gap:16px}@media (min-width:900px){.meds-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:start}}.meds-card{display:flex;flex-direction:column;gap:14px}.meds-card__head{display:flex;align-items:center;gap:12px}.meds-card__head .event-card__icon{width:44px;height:44px;border-radius:14px}.meds-card__name{font-size:var(--text-xl);font-weight:600}.meds-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.meds-streak{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.meds-card__streak{font-family:var(--font-serif);font-size:22px;font-weight:600}.treatment-bar{display:flex;height:8px;border-radius:99px;overflow:hidden;background:var(--surface-2)}.treatment-bar__segment{height:100%}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:800px 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}.skeleton--card{height:140px;border-radius:var(--radius)}@keyframes sparkline-pulse{0%,to{r:3;opacity:1}50%{r:5;opacity:.7}}.sparkline-pulse{animation:sparkline-pulse 2s ease-in-out infinite}@keyframes chart-draw{0%{stroke-dashoffset:var(--path-length)}to{stroke-dashoffset:0}}.coming-soon{flex-direction:column;min-height:280px;text-align:center;gap:8px}.coming-soon,.coming-soon__icon{display:flex;align-items:center;justify-content:center}.coming-soon__icon{width:56px;height:56px;border-radius:16px;background:var(--accent-soft);color:var(--accent);margin-bottom:8px}.coming-soon__icon svg{width:28px;height:28px}.coming-soon__title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:600}.coming-soon__desc{color:var(--fg-2);max-width:420px}.msg{padding:12px 16px;border-radius:var(--radius-sm);font-size:var(--text-sm)}.msg--ok{background:var(--accent-soft);color:var(--accent)}.msg--warn{background:var(--warn-bg);color:var(--warn-fg)}.msg--error{background:var(--danger-bg);color:var(--danger)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px}.login-card{width:100%;max-width:440px;display:flex;flex-direction:column;gap:28px}@media (min-width:900px){.login-card{padding:40px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}}.login-brand{font-family:var(--font-serif);font-size:var(--text-4xl);font-weight:600;color:var(--accent);line-height:1.1}.login-tagline{font-size:var(--text-lg);color:var(--fg-2);margin-top:6px}.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.muted,.note{color:var(--fg-2)}.note{font-size:var(--text-sm)}.err{color:var(--danger)}.text-sm{font-size:var(--text-sm)}.text-xs{font-size:var(--text-xs)}.fw-700,.fw-900{font-weight:600}.mt-0{margin-top:0}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mb-0{margin-bottom:0}.gap-sm{gap:6px}.gap-lg{gap:20px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:99px}.today-grid{gap:24px}.today-col,.today-grid{display:flex;flex-direction:column}.today-col{gap:20px;min-width:0}.today-section{gap:12px}.today-dose,.today-section{display:flex;flex-direction:column}.today-dose{gap:10px}.today-dose__hint{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;font-size:14px;color:var(--fg-3);text-align:center}.today-actions{display:flex;gap:10px;flex-wrap:wrap}.today-actions .btn{flex-grow:1}@media (min-width:900px){.today-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:32px;gap:32px;align-items:start}}.labs-page{display:flex;flex-direction:column;gap:16px}.labs-page .page-header__title{margin:0}.labs-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.labs-toolbar .seg{flex-grow:1}.labs-toolbar__end{display:flex;gap:8px;margin-left:auto}@media (max-width:899px){.labs-toolbar__end{width:100%;margin-left:0}.labs-toolbar__end .btn{flex-grow:1}}.value-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2)}.value-card--ok{background:var(--accent-soft);border-color:var(--accent-soft-bd);color:var(--accent)}.value-card--warn{background:var(--warn-bg);border-color:var(--warn-bd);color:var(--warn-fg)}.value-card__num{font-family:var(--font-serif);font-size:30px;font-weight:600;line-height:1}.value-card__title{font-size:var(--text-sm);font-weight:600}.value-card__sub{font-size:14px;opacity:.85}.sheet__block{display:flex;flex-direction:column;gap:6px;line-height:1.5}.sheet__block--accent{padding:12px 14px;border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent)}.sheet__block--accent .section-label{color:var(--accent)}.series-head{display:flex;align-items:center;gap:6px}.series-head__back{width:44px;height:44px;margin-left:-10px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:var(--fg-2);background:none;border:none;padding:0;cursor:pointer;font:inherit}.series-head__back:hover{background:var(--surface-2);color:var(--fg)}.series-head__title{font-family:var(--font-serif);font-size:26px;font-weight:600}.series-value{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.series-value__num{font-family:var(--font-serif);font-size:44px;font-weight:600;line-height:1}.series-value__num--ok{color:var(--accent)}.series-value__num--warn{color:var(--warn)}.series-table{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.series-row{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 16px;border-bottom:1px solid var(--border)}.series-row:last-child{border-bottom:none}.series-row__date{width:96px;color:var(--fg-2);flex-shrink:0}.series-row__val{width:72px;font-weight:600;flex-shrink:0}.series-row__val--warn{color:var(--warn)}.series-row__meta{color:var(--fg-3);font-size:var(--text-sm);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pivot{overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.pivot table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%}.pivot th{top:0;z-index:2;padding:10px 12px;white-space:nowrap;border-bottom:2px solid var(--border-2);text-align:center}.pivot td:first-child,.pivot th,.pivot th:first-child{position:-webkit-sticky;position:sticky;background:var(--surface)}.pivot td:first-child,.pivot th:first-child{left:0;z-index:3;text-align:left;min-width:150px;max-width:220px;box-shadow:2px 0 0 var(--border)}.pivot td{padding:6px 10px;height:56px;white-space:nowrap;border-bottom:1px solid var(--border);text-align:center}.pivot tbody tr:last-child td{border-bottom:none}.pivot__name{display:flex;flex-direction:column;gap:1px;line-height:1.3}.pivot__name-btn{background:none;border:none;padding:0;font:inherit;color:var(--accent);-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:4px;cursor:pointer;text-align:left}.pivot__name-btn,.pivot__name-plain{font-size:var(--text-md);font-weight:600;white-space:normal}.pivot__name-plain{color:var(--fg)}.pivot__code{font-size:var(--text-xs);color:var(--fg-3);white-space:normal}.pivot__cell{display:inline-flex;align-items:center;height:30px;padding:0 10px;border-radius:10px;font-size:var(--text-md);font-weight:600;color:var(--fg);text-decoration:none}.pivot__cell--ok{color:var(--accent)}.pivot__cell--high,.pivot__cell--low{color:var(--warn);background:var(--warn-bg)}a.pivot__cell:hover{box-shadow:inset 0 0 0 1px var(--border-2)}.pivot__hint{font-size:14px;color:var(--fg-3);text-align:center}@media (min-width:900px){.pivot td:first-child,.pivot th:first-child{min-width:260px;max-width:320px}}.doc-list{gap:10px}.doc-list,.sym-grid{display:flex;flex-direction:column}.sym-grid{gap:16px}@media (min-width:900px){.sym-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}}.sym-day{display:flex;align-items:center;gap:6px}.sym-day__title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:600}.sym-field{display:flex;flex-direction:column;gap:6px}.sym-field__label{font-size:var(--text-sm);font-weight:600}.sym-field .seg{flex-wrap:wrap}.sym-field .seg__btn{padding:0 4px;font-size:14px;height:44px;min-width:0}.seg__btn--warn{color:var(--warn-fg);background:var(--warn-bg)}.sym-numbers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.field>span,.sym-numbers .field span{font-size:var(--text-sm);font-weight:600}.field input,.field textarea{width:100%}.attention-card--muted{opacity:.7;background:var(--surface-2);border-color:var(--border)}.attention-card--muted .attention-card__sub,.attention-card--muted .attention-card__title,.attention-card--muted svg:first-child{color:var(--fg-2)}.dose-history{display:flex;flex-direction:column;gap:8px;padding-top:6px;border-top:1px solid var(--border)}.dose-history__row{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:var(--text-sm)}.ms-list{display:flex;flex-direction:column}.ms-item{display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:8px;gap:8px}.ms-item__rail{position:relative;display:flex;justify-content:center}.ms-item__rail:before{content:"";position:absolute;top:0;bottom:0;width:2px;background:var(--border-2)}.ms-item:first-child .ms-item__rail:before{top:24px}.ms-item:last-child .ms-item__rail:before{bottom:auto;height:24px}.ms-item__dot{position:relative;z-index:1;width:14px;height:14px;border-radius:50%;margin-top:18px;background:var(--fg-3);box-shadow:0 0 0 3px var(--bg)}.ms-item--positive .ms-item__dot{background:var(--accent)}.ms-item--negative .ms-item__dot{background:var(--danger)}.ms-card{margin-bottom:14px;display:flex;flex-direction:column;gap:10px}.ms-card__head{display:flex;align-items:flex-start;gap:12px}.ms-card__date{font-size:var(--text-sm);color:var(--fg-2)}.ms-card__title{font-size:var(--text-lg);font-weight:600}.ms-card__notes{white-space:pre-wrap;line-height:1.5}.ms-card__files{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ms-file{border:1px solid var(--border-2);border-radius:12px;background:var(--surface-2);overflow:hidden}.ms-file,.ms-file__open{display:inline-flex;align-items:center}.ms-file__open{gap:6px;min-height:40px;padding:0 10px;background:none;border:none;color:var(--fg);font:inherit;font-size:14px;cursor:pointer;max-width:240px}.ms-file__open,.ms-file__open span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ms-file__x{width:36px;min-height:40px;background:none;border:none;border-left:1px solid var(--border-2);color:var(--fg-3);cursor:pointer;display:flex;align-items:center;justify-content:center}.ms-file__x:hover{color:var(--danger)}.value-card--muted,select{color:var(--fg)}select{font:inherit;padding:0 12px;border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--surface)}.settings-steps,select{font-size:var(--text-sm)}.settings-steps{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px;line-height:1.5}code{font-family:ui-monospace,Menlo,monospace;font-size:.92em;background:var(--surface-2);padding:1px 5px;border-radius:6px}