:root{
  --bg:#fff8f7;
  --bg-soft:#fdf1ef;
  --card:#fffdfc;
  --ink:#3f2b32;
  --muted:#8a777d;
  --rose:#c96679;
  --rose-2:#d78696;
  --rose-3:#9e4e61;
  --rose-soft:#f7dfe3;
  --rose-pale:#fbecee;
  --border:#f0dedd;
  --shadow:0 12px 30px rgba(119,76,85,.08);
  --green:#62a46e;
  --orange:#d99743;
  --radius:22px;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:radial-gradient(circle at 50% -20%,#fff 0,#fff9f7 42%,#fceeed 100%);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{display:flex;justify-content:center}
button{font:inherit;color:inherit}
.app-shell{width:min(100%,480px);min-height:100vh;background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(255,248,247,.9));position:relative;padding-bottom:92px;box-shadow:0 0 60px rgba(70,35,42,.08)}
.screen{display:none;min-height:calc(100vh - 92px)}
.screen--active{display:block}
.topbar{height:78px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(211,169,176,.22);background:rgba(255,251,249,.86);backdrop-filter:blur(14px);position:sticky;top:0;z-index:5}
.topbar h2{margin:0;text-align:center;font:600 24px/1.1 Georgia,"Times New Roman",serif;color:#4a3038}
.topbar--brand{height:176px;align-items:start;padding-top:24px;background:linear-gradient(180deg,#fffdfb 0,#fff9f7 100%)}
.brand-lockup{text-align:center;margin-top:4px}
.brand-mark{font-size:32px;color:var(--rose-2);line-height:1}
.brand-lockup h1{margin:3px 0 3px;font:500 42px/1 Georgia,"Times New Roman",serif;letter-spacing:-1.3px;color:#8d4d5d}
.brand-lockup p{margin:0;font-size:15px;color:var(--rose)}
.icon-button{border:0;background:transparent;width:42px;height:42px;border-radius:50%;font-size:26px;color:#a75366;cursor:pointer;display:grid;place-items:center}
.back-button{font-size:38px;font-family:Georgia,serif;font-weight:300}
.content-stack{display:flex;flex-direction:column;gap:14px;padding:16px 18px 28px}
.card,.metric-card,.list-card,.info-box{background:rgba(255,253,252,.94);border:1px solid var(--border);box-shadow:var(--shadow)}
.card{border-radius:var(--radius);padding:18px}
.hero-card{padding:17px 16px 14px}
.card-heading-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:15px}
.eyebrow{font-weight:700}.tiny-icon{color:var(--rose);margin-right:6px}.muted{color:var(--muted)}
.chart-title{font-size:13px;color:#6b5860;margin-bottom:5px}.glucose-chart svg{display:block;width:100%;height:auto}
.gridline{stroke:#eee4e3;stroke-width:1}.target-line{stroke:#df9ca7;stroke-width:1;stroke-dasharray:5 5}.glucose-path{fill:none;stroke:var(--rose);stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.chart-dot{fill:var(--rose)}.axis-label{fill:#88757b;font-size:11px}
.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric-card{border-radius:18px;padding:14px 16px;min-height:112px}.metric-label{font-size:13px;font-weight:700;color:#5e4950;display:flex;align-items:center;gap:7px}.metric-icon{width:28px;height:28px;border-radius:50%;background:var(--rose-pale);display:inline-grid;place-items:center;color:var(--rose)}.metric-value{display:inline-block;margin-top:10px;font:500 30px/1 Georgia,serif;color:#402b32}.metric-unit{font-size:12px;color:#6d5a60}.trend-up,.trend-down{color:var(--green);font-size:19px;margin-left:8px}
.list-card{border-radius:19px;padding:15px 16px;width:100%;display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:12px;text-align:left;cursor:pointer}.list-icon{width:42px;height:42px;border-radius:50%;background:var(--rose-pale);display:grid;place-items:center;color:#ba5c70;font-size:20px}.list-copy{display:flex;flex-direction:column;gap:3px}.list-copy strong{font-size:15px}.list-copy small{font-size:14px;color:#644f56;line-height:1.35}.chevron{font-size:28px;color:#96767f}
.primary-button{border:0;border-radius:16px;min-height:54px;padding:0 22px;background:linear-gradient(180deg,#cf7082,#c75f75);color:white;font-weight:700;font-size:17px;box-shadow:0 12px 25px rgba(194,91,112,.22);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px}
.progress-wrap{text-align:center;padding:5px 18px 2px}.progress-wrap p{font-size:13px;color:#7c6870}.progress-steps{display:flex;align-items:center;justify-content:center}.step-dot{width:22px;height:22px;border-radius:50%;background:#eee4e1;border:2px solid transparent}.step-dot--done{background:#cf6b7f}.step-dot--current{background:#fff;border-color:#cf6b7f}.step-line{width:45px;height:2px;background:#eee2df}.step-line--done{background:#cf6b7f}
.card h3{margin:0 0 14px;font-size:16px}.checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}.checklist li{display:grid;grid-template-columns:40px 1fr 28px;gap:11px;align-items:center;font-size:15px}.round-icon{width:36px;height:36px;border-radius:50%;background:var(--rose-pale);display:grid;place-items:center;color:#8f4f5f;font-size:18px}.check{width:24px;height:24px;border-radius:50%;background:#d97a8c;color:white;display:grid;place-items:center;font-size:14px}
.test-steps{list-style:none;padding:0;margin:0;border:1px solid var(--border);border-radius:16px;overflow:hidden}.test-steps li{min-height:52px;display:grid;grid-template-columns:34px 32px 1fr 18px;gap:7px;align-items:center;padding:0 10px;border-bottom:1px solid var(--border);font-size:14px}.test-steps li:last-child{border-bottom:0}.number-badge{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--rose-pale);color:#9b4e60;font-weight:700}.round-icon.small{width:28px;height:28px;font-size:14px;background:transparent}.safety-note{text-align:center;margin:4px 0 0;color:#8c747b;font-size:12px;line-height:1.4}
.summary-pill{align-self:center;background:#fff1ef;border:1px solid #f0dedb;border-radius:16px;padding:11px 16px;font-size:12px;color:#735b62;text-align:center}.comparison-card{padding:12px 8px;overflow:hidden}.comparison-table-wrap{overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;min-width:430px;font-size:12px}.comparison-table th,.comparison-table td{padding:12px 8px;text-align:center;border-right:1px solid #f0e6e3;border-bottom:1px solid #efe3e1}.comparison-table th:last-child,.comparison-table td:last-child{border-right:0}.comparison-table tr:last-child td{border-bottom:0}.comparison-table th{font-size:11px;line-height:1.25}.comparison-table th small{font-weight:400}.phase-tag{display:inline-block;border-radius:8px;padding:10px 8px;font-weight:700;min-width:68px}.phase-tag--baseline{background:#efe6e3}.phase-tag--light{background:#f7d7dc}.phase-tag--dark{background:#a65468;color:#fff}.phase-tag--lavender{background:#e9e0eb}.good{font-style:normal;color:var(--green)}.warn{font-style:normal;color:#d46565}
.conclusion-card{display:grid;grid-template-columns:62px 1fr;align-items:center;gap:14px}.conclusion-icon{width:58px;height:58px;border-radius:50%;background:var(--rose-pale);display:grid;place-items:center;color:#a65367;font-size:27px}.conclusion-card h3{font-family:Georgia,serif;font-size:18px;font-weight:500}.conclusion-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:14px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:9px}.dot--green{background:var(--green)}.dot--orange{background:var(--orange)}
.info-box{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:start;border-radius:16px;padding:14px 16px;background:#fff2ef}.info-box>span{width:32px;height:32px;border:2px solid #a45a6a;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-weight:700;color:#a45a6a}.info-box p{margin:0;font-size:13px;line-height:1.5;color:#6e575e}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:10;width:min(100%,480px);height:82px;padding:7px 8px max(7px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,252,250,.96);border-top:1px solid #eededc;box-shadow:0 -8px 26px rgba(86,44,53,.06);backdrop-filter:blur(16px)}.nav-item{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#665159;cursor:pointer}.nav-item span{font-size:24px;line-height:1}.nav-item small{font-size:10px;font-weight:600}.nav-item--active{color:#c85f75}
@media (min-width:760px){body{padding:28px 0}.app-shell{min-height:calc(100vh - 56px);border-radius:36px;overflow:hidden;border:1px solid #ecdcd9;box-shadow:0 24px 80px rgba(79,43,51,.13)}.bottom-nav{bottom:28px;border-radius:0 0 36px 36px}}
@media (max-width:380px){.brand-lockup h1{font-size:36px}.topbar--brand{height:160px}.content-stack{padding-left:14px;padding-right:14px}.metric-value{font-size:27px}}
