:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17211c;background:#f3f6f4;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font:inherit}.dashboard{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:48px 0 28px}header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.eyebrow,.section-heading span,.metric-label{color:#69766f;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}h1{margin:5px 0 8px;font-size:clamp(34px,5vw,52px);line-height:1;letter-spacing:-.04em}.freshness{display:flex;align-items:center;gap:7px;margin:0;color:#65716a;font-size:13px}.freshness i{width:7px;height:7px;border-radius:50%;background:#35a76f;box-shadow:0 0 0 4px #dff3e9}.freshness.stale{color:#a35c1f}.freshness.stale i{background:#dd8b3e;box-shadow:0 0 0 4px #f9e9d8}.header-actions{display:flex;align-items:center;gap:18px}nav{display:flex;padding:4px;border:1px solid #dce3df;border-radius:12px;background:#fff;box-shadow:0 4px 16px #182d220a}nav button{padding:8px 12px;border:0;border-radius:8px;color:#69766f;background:transparent;cursor:pointer}nav button.active{color:#fff;background:#1f6f4a;box-shadow:0 3px 8px #1f6f4a40}.battery{display:flex;align-items:center;gap:8px;color:#405047;font-size:13px}.battery>span{width:30px;height:14px;padding:2px;border:1.5px solid #738078;border-radius:4px;position:relative}.battery>span:after{content:"";position:absolute;right:-4px;top:3px;width:2px;height:6px;background:#738078;border-radius:0 2px 2px 0}.battery i{display:block;height:100%;border-radius:2px;background:#3dac72}.metrics{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:12px}.metric-card,.panel{border:1px solid #e0e6e2;background:#fffffff0;box-shadow:0 10px 34px #192f230e}.metric-card{min-width:0;padding:18px;border-radius:16px;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--tone)}.metric-card strong{display:block;margin:10px 0 4px;font-size:clamp(22px,2.6vw,30px);letter-spacing:-.035em;white-space:nowrap}.metric-hint{color:#7a867f;font-size:12px;white-space:nowrap}.tone-green{--tone: #45aa73}.tone-orange{--tone: #e69a50}.tone-red{--tone: #df6d6d}.tone-blue{--tone: #55a0c9}.tone-purple{--tone: #a27bc4}.tone-indigo{--tone: #727ec3}.panel{margin-top:12px;padding:24px;border-radius:18px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading h2{margin:4px 0 0;font-size:22px;letter-spacing:-.025em}.section-heading>strong{color:#1f6f4a;font-size:24px}.chart{height:220px;display:flex;align-items:end;gap:clamp(4px,1.3vw,16px);margin-top:28px;padding-top:20px;border-bottom:1px solid #e5ebe7}.bar-column{flex:1;height:100%;min-width:0;display:flex;flex-direction:column;justify-content:end;align-items:center;position:relative}.bar{width:min(38px,70%);min-height:3px;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,#54b982,#277a52);transition:height .3s ease}.bar-value{position:absolute;bottom:calc(var(--height, 0) + 100%);color:#718078;font-size:10px}.bar-date{height:28px;padding-top:8px;color:#7a867f;font-size:10px;white-space:nowrap}.sleep-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.sleep-card{padding:17px;border:1px solid #e4e9e6;border-radius:14px;background:#fbfcfb}.sleep-card>div:first-child{display:grid;grid-template-columns:auto 1fr;gap:3px 14px}.sleep-card strong{font-size:18px}.sleep-card>div:first-child>span:last-child{grid-column:2;color:#7b8780;font-size:11px}.sleep-date{grid-row:span 2;align-self:center;color:#5b6961;font-weight:700}.stage-track{height:8px;display:flex;overflow:hidden;margin:16px 0 10px;border-radius:5px;background:#e9edeb}.stage-track span{min-width:2px}.light{background:#91a8df}.deep{background:#4f619e}.rem{background:#aa83c3}.stage-legend{display:flex;flex-wrap:wrap;gap:8px 14px;color:#6f7c75;font-size:11px}.stage-legend span{display:flex;align-items:center;gap:5px}.stage-legend i{width:7px;height:7px;border-radius:50%}.empty-inline,footer{color:#7c8881;font-size:13px}.empty-inline{margin:24px 0 4px}footer{padding:20px 4px 0;text-align:right}.center-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.center-state h1{margin:16px 0 6px;font-size:30px}.center-state p{margin:0;color:#718078}.center-state button{margin-top:20px;padding:10px 18px;border:0;border-radius:10px;color:#fff;background:#1f6f4a;cursor:pointer}.center-state.error>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:#c85e5e;font-weight:800}.spinner{width:32px;height:32px;border:3px solid #dce9e2;border-top-color:#288055;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 980px){.metrics{grid-template-columns:repeat(3,1fr)}.sleep-list{grid-template-columns:1fr}}@media (max-width: 660px){.dashboard{width:min(100% - 24px,560px);padding-top:26px}header{align-items:stretch;flex-direction:column;gap:18px}.header-actions{justify-content:space-between}.battery{order:2}nav{flex:1}nav button{flex:1;padding-inline:7px;font-size:12px}.metrics{grid-template-columns:repeat(2,1fr);gap:8px}.metric-card{padding:15px}.metric-card strong{font-size:24px}.panel{padding:18px 14px}.chart{height:180px;gap:3px}.bar-value{display:none}.bar-date{font-size:9px;transform:rotate(-35deg);transform-origin:top center}.section-heading>strong{font-size:19px}.sleep-card{padding:14px}.stage-legend{gap:7px 10px}}
