:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;--bg:#07111f;--panel:#0d1a2b;--panel2:#101f32;--line:#1d3046;--muted:#7f93aa;--text:#edf7ff;--cyan:#22d3ee;--green:#34d399;--amber:#fbbf24;--pink:#fb7185;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 75% -10%, #0f3448 0, transparent 32rem), var(--bg);min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.app-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;background:#07111feb;flex-direction:column;width:250px;padding:26px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:0 9px 29px;display:flex}.brand .owl{color:#04202c;background:linear-gradient(145deg,#67e8f9,#0891b2);border-radius:13px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:900;display:grid;box-shadow:0 8px 30px #22d3ee2b}.brand div{flex-direction:column;display:flex}.brand strong{letter-spacing:-.5px;font-size:19px}.brand small{color:var(--muted);margin-top:2px;font-size:11px}.sidebar nav{gap:6px;display:grid}.sidebar nav button,.bottom-nav button{color:#8498ae;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:13px;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.sidebar nav button:hover{color:var(--text);background:#112237}.sidebar nav button.active{color:#78ecff;background:linear-gradient(90deg,#0c3448,#0d2638);box-shadow:inset 3px 0 #22d3ee}.safety-note{color:#72e6f8;background:#0a2635;border:1px solid #17445a;border-radius:13px;align-items:flex-start;gap:10px;margin-top:auto;padding:14px;display:flex}.safety-note div{flex-direction:column;gap:4px;display:flex}.safety-note strong{font-size:11px}.safety-note span{color:#7e9dac;font-size:10px;line-height:1.45}main{grid-column:2;min-width:0}.topbar{border-bottom:1px solid var(--line);height:70px;color:var(--muted);z-index:8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07111fd9;justify-content:space-between;align-items:center;padding:0 34px;font-size:12px;display:flex;position:sticky;top:0}.topbar>div,.refresh{align-items:center;gap:9px;display:flex}.status-dot{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #34d39912}.status-dot.error{background:var(--pink);box-shadow:0 0 0 5px #fb718512}.status-dot.loading{background:var(--amber);animation:1s infinite pulse}.refresh{color:var(--muted);cursor:pointer;background:0 0;border:0}.refresh:hover{color:var(--cyan)}.refresh:disabled .icon{animation:1.2s linear infinite spin}.page{max-width:1320px;margin:0 auto;padding:30px 34px 55px}.card{border:1px solid var(--line);background:linear-gradient(145deg,#101f32f2,#0a1727f2);border-radius:18px;box-shadow:0 20px 60px #02071126}.hero-grid{grid-template-columns:1.05fr 1.55fr;gap:18px;margin-bottom:18px;display:grid}.glucose-card{padding:26px 29px 22px;position:relative;overflow:hidden}.glucose-card:after{content:"";filter:blur(2px);background:#22d3ee0d;border-radius:50%;width:190px;height:190px;position:absolute;top:-80px;right:-70px}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;justify-content:space-between;font-size:11px;font-weight:600;display:flex}.eyebrow span:last-child{text-transform:none;letter-spacing:0;color:#658198}.eyebrow .stale{color:var(--pink)!important}.glucose-value{align-items:center;gap:16px;margin-top:8px;display:flex}.glucose-value strong{letter-spacing:-5px;font-size:67px;line-height:1}.glucose-value span{color:var(--cyan);font-size:40px}.glucose-meta{align-items:center;gap:15px;margin-top:7px;display:flex}.glucose-meta span{color:var(--muted);font-size:11px}.glucose-meta b{color:var(--green);border-left:1px solid var(--line);padding-left:15px;font-size:11px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.metric{border:1px solid var(--line);background:#0c1a2b;border-radius:16px;flex-direction:column;justify-content:space-between;min-width:0;padding:22px 18px;display:flex}.metric span{color:var(--muted);text-transform:uppercase;letter-spacing:1px;font-size:10px}.metric strong{white-space:nowrap;margin-top:16px;font-size:23px}.metric small{color:var(--muted);font-size:9px;font-weight:500}.metric.cyan{box-shadow:inset 0 2px #22d3ee}.metric.cyan strong{color:#67e8f9}.metric.green{box-shadow:inset 0 2px #34d399}.metric.green strong{color:#6ee7b7}.metric.amber{box-shadow:inset 0 2px #fbbf24}.metric.amber strong{color:#fde68a}.metric.pink{box-shadow:inset 0 2px #fb7185}.metric.pink strong{color:#fda4af}.chart-card{margin-bottom:18px;padding:20px 23px 12px}.section-heading{justify-content:space-between;align-items:flex-start;display:flex}.section-heading>div:first-child{flex-direction:column;gap:4px;display:flex}.section-heading h2{margin:0;font-size:13px}.section-heading span{color:var(--muted);font-size:10px}.range button,.filters button{border:1px solid var(--line);color:var(--muted);background:#0a1727;border-radius:8px;padding:5px 10px;font-size:10px}.range button.active,.filters button.active{color:var(--cyan);background:#0b2b3a;border-color:#155c71}.chart-wrap{width:100%;overflow:hidden}.chart-wrap svg{color:#60778f;width:100%;min-width:570px;height:270px;display:block}.chart-wrap text{fill:currentColor;font-family:inherit;font-size:9px}.aaps-chart{margin-top:10px}.aaps-chart .chart-wrap svg{min-width:720px;height:auto}.chart-legend{color:var(--muted);flex-wrap:wrap;gap:7px 14px;padding:3px 2px 8px;font-size:9px;display:flex}.chart-legend span:before{content:"";vertical-align:middle;background:currentColor;border-radius:3px;width:13px;height:3px;margin-right:5px;display:inline-block}.chart-warning{color:#fcd34d;background:#fbbf2412;border:1px solid #fbbf244d;border-radius:10px;gap:4px;margin:10px 0 4px;padding:10px 12px;font-size:12px;display:grid}.chart-legend .bg{color:#22d3ee}.chart-legend .target{color:#34d399}.chart-legend .basal{color:#60a5fa}.chart-legend .iob{color:#c084fc}.chart-legend .cob{color:#34d399}.chart-legend .events{color:#fbbf24}.details-grid{grid-template-columns:.9fr 1.4fr;gap:18px;display:grid}.current-state,.quick-actions{padding:20px 22px}.current-state dl{margin:15px 0 0}.current-state dl>div{border-top:1px solid #182a3e;justify-content:space-between;align-items:center;gap:15px;padding:12px 0;display:flex}.current-state dt{color:var(--muted);font-size:11px}.current-state dd{text-align:right;margin:0;font-size:11px;font-weight:600}.action-grid{grid-template-columns:1fr 1fr;gap:9px;margin-top:15px;display:grid}.action-button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#0b1929;border-radius:12px;align-items:center;gap:11px;min-width:0;padding:12px;display:flex}.action-button:hover{background:#0e2033;border-color:#27506a;transform:translateY(-1px)}.action-button>span{height:35px;color:var(--cyan);background:#0d3040;border-radius:10px;flex:0 0 35px;place-items:center;display:grid}.action-button>div{flex-direction:column;gap:3px;min-width:0;display:flex}.action-button strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.action-button small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.action-button>b{color:#48617a;margin-left:auto;font-size:20px;font-weight:400}.page-title{justify-content:space-between;margin-bottom:24px;display:flex}.page-title h1{letter-spacing:-.8px;margin:0 0 5px;font-size:26px}.page-title p{color:var(--muted);margin:0;font-size:12px}.filters{gap:7px;margin-bottom:15px;display:flex;overflow:auto}.filters button{cursor:pointer;white-space:nowrap;padding:7px 12px}.history-list{overflow:hidden}.history-row{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr auto;align-items:center;gap:13px;padding:16px 18px;display:grid}.history-row:last-child{border:0}.history-icon{width:38px;height:38px;color:var(--cyan);background:#0c3041;border-radius:11px;place-items:center;display:grid}.history-icon.carbs{color:var(--green);background:#123227}.history-icon.care{color:var(--amber);background:#342817}.history-icon.profile{color:#f9a8d4;background:#2e2030}.history-row>div{flex-direction:column;gap:3px;display:flex}.history-row strong{font-size:12px}.history-row small,.history-row time{color:var(--muted);font-size:10px}.history-row time{text-align:right}.empty{text-align:center;color:var(--muted);padding:45px;font-size:12px}.action-cards{grid-template-columns:1fr 1fr;gap:14px;display:grid}.action-cards .action-button{padding:20px}.action-cards .action-button>span{flex-basis:46px;width:46px;height:46px}.action-cards .action-button strong{font-size:14px}.action-cards .action-button small{margin-top:3px;font-size:11px}.warning-banner,.error-banner{color:#f9d67b;background:#382b15;border:1px solid #684e1a;border-radius:14px;align-items:center;gap:12px;margin-bottom:18px;padding:14px 17px;display:flex}.warning-banner div{flex-direction:column;gap:3px;display:flex}.warning-banner strong{font-size:12px}.warning-banner span{color:#bea66e;font-size:10px}.error-banner{color:#fecdd3;background:#351923;border-color:#713044;max-width:1252px;margin:18px auto 0}.error-banner span{color:#e69aab;margin-right:auto;font-size:11px}.error-banner strong{font-size:11px}.error-banner button{cursor:pointer;background:#64273b;border:0;border-radius:8px;padding:7px 10px;font-size:10px}.settings-form{gap:20px;max-width:700px;padding:25px;display:grid}.field{flex-direction:column;gap:8px;display:flex}.field>span{font-size:11px;font-weight:700}.field>small{color:var(--muted);font-size:9px;line-height:1.45}.text-danger{color:#fda4af;cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:2px 0;font-size:10px}.text-danger:hover{color:#fb7185;text-decoration:underline}.push-settings{gap:20px;max-width:700px;margin-top:18px;padding:25px;display:grid}.push-heading,.push-heading>div,.push-actions{align-items:center;display:flex}.push-heading{justify-content:space-between;gap:18px}.push-heading>div{gap:12px}.push-heading h2{margin:0 0 4px;font-size:14px}.push-heading p,.push-footnote{color:var(--muted);margin:0;font-size:10px;line-height:1.5}.push-icon{width:40px;height:40px;color:var(--cyan);background:#0b3040;border-radius:11px;place-items:center;display:grid}.push-status{color:#9b8da3;white-space:nowrap;background:#2a2630;border-radius:20px;padding:5px 9px;font-size:9px}.push-status.on{color:#6ee7b7;background:#123326}.push-options{gap:20px;display:grid}.push-options .setting-switch{padding-bottom:18px}.push-thresholds{grid-template-columns:1fr 1fr;gap:16px;display:grid}.push-message{color:#7cebc6;background:#102d29;border:1px solid #1d5e51;border-radius:9px;padding:10px 12px;font-size:10px}.push-message.error{color:#fecdd3;background:#351923;border-color:#713044}.push-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px}.push-actions button:disabled{opacity:.45;cursor:not-allowed}.danger-button{color:#fda4af}.push-footnote{padding-top:2px}input,select{border:1px solid var(--line);width:100%;color:var(--text);background:#081522;border-radius:10px;padding:11px 12px;font-size:12px}input:disabled{opacity:.45}.setting-switch{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-bottom:20px;display:flex}.setting-switch>div{flex-direction:column;gap:3px;display:flex}.setting-switch strong{font-size:12px}.setting-switch small{color:var(--muted);font-size:10px}.setting-switch input{appearance:none;cursor:pointer;border-radius:20px;flex:0 0 42px;width:42px;height:24px;padding:0;transition:all .2s;position:relative}.setting-switch input:after{content:"";background:#60778f;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:2px;left:2px}.setting-switch input:checked{background:#0e5364;border-color:#16768d}.setting-switch input:checked:after{background:#67e8f9;left:20px}.privacy,.confirm-note{color:#67e8f9;background:#0a2837;border-radius:11px;align-items:flex-start;gap:10px;padding:13px;display:flex}.privacy p{color:#83a6b6;margin:0;font-size:10px;line-height:1.55}.primary,.secondary{cursor:pointer;border:0;border-radius:10px;padding:11px 17px;font-size:11px;font-weight:800}.primary{color:#04202c;background:linear-gradient(135deg,#22d3ee,#0891b2)}.primary:hover{filter:brightness(1.08)}.secondary{color:#aabacd;background:#17283a}.bottom-nav{display:none}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#020711c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#0d1b2d;border:1px solid #29425b;border-radius:18px;width:min(480px,100%);max-height:calc(100vh - 40px);overflow:auto;box-shadow:0 30px 100px #0009}.modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.modal h2{margin:0;font-size:15px}.icon-button{cursor:pointer;width:34px;height:34px;color:var(--muted);background:#15263a;border:0;border-radius:9px;place-items:center;display:grid}.action-form{gap:16px;padding:20px;display:grid}.confirm-note{color:#8fb2c0;align-items:center;font-size:10px;line-height:1.5}.confirm-note .icon{color:var(--cyan);flex:none}.modal-actions{justify-content:flex-end;gap:9px;margin-top:3px;display:flex}.bolus-modal{width:min(760px,100%)}.bolus-wizard{gap:17px;padding:20px;display:grid}.bolus-preview-warning{color:#fcd783;background:#342814;border:1px solid #725321;border-radius:11px;align-items:flex-start;gap:11px;padding:13px;display:flex}.bolus-preview-warning .icon{flex:none}.bolus-preview-warning div{flex-direction:column;gap:4px;display:flex}.bolus-preview-warning strong{font-size:11px}.bolus-preview-warning span{color:#c4aa70;font-size:9px;line-height:1.5}.bolus-error{color:#fecdd3;background:#351923;border:1px solid #713044;border-radius:9px;padding:10px 12px;font-size:10px}.bolus-input-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:12px;display:grid}.wizard-current{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.wizard-current>div{border:1px solid var(--line);background:#0a1727;border-radius:11px;flex-direction:column;gap:4px;padding:12px;display:flex}.wizard-current span{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;font-size:9px}.wizard-current strong{font-size:15px}.wizard-current small{color:var(--muted);font-size:8px}.wizard-toggles{flex-wrap:wrap;gap:7px;display:flex}.wizard-toggles label{color:#8aefff;cursor:pointer;background:#0a2a38;border:1px solid #275169;border-radius:20px;align-items:center;gap:7px;padding:7px 10px;font-size:9px;display:flex}.wizard-toggles label.disabled{opacity:.38;cursor:not-allowed}.wizard-toggles input{appearance:none;border:1px solid #4b677c;border-radius:3px;width:12px;height:12px;padding:0}.wizard-toggles input:checked{background:var(--cyan);box-shadow:inset 0 0 0 2px #0a2a38}.profile-values{color:var(--muted);background:#0a1727;border-radius:10px;flex-wrap:wrap;gap:16px;padding:11px 13px;font-size:9px;display:flex}.profile-values b{color:#c8d8e7;margin-left:3px}.profile-values em{color:var(--cyan);margin-left:4px;font-style:normal}.bolus-result{text-align:center;background:linear-gradient(135deg,#0a2d3d,#0b2132);border:1px solid #155c71;border-radius:14px;padding:18px}.bolus-result>span{color:#76a8b9;text-transform:uppercase;letter-spacing:.8px;font-size:9px;display:block}.bolus-result>strong{color:#8ff3ff;letter-spacing:-1px;margin-top:5px;font-size:36px;display:block}.bolus-result>strong small{font-size:12px}.bolus-result p{color:#fcd783;margin:7px 0 0;font-size:9px}.calculation-details{border:1px solid var(--line);background:#091624;border-radius:12px;padding:14px}.calculation-details h3{margin:0 0 8px;font-size:10px}.calculation-details>div{color:var(--muted);border-top:1px solid #17283a;justify-content:space-between;gap:15px;padding:7px 0;font-size:9px;display:flex}.calculation-details strong{color:#d9e7f2;white-space:nowrap}.calculation-details .total{color:#b8c9d7;font-weight:700}.calculation-details .total strong{color:#67e8f9}.toast{z-index:120;color:#b8f5ff;background:#143042;border:1px solid #226079;border-radius:11px;padding:11px 16px;font-size:11px;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 12px 50px #0007}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.35}}@media (width<=1050px){.metric-grid{grid-template-columns:1fr 1fr}.hero-grid{grid-template-columns:.8fr 1.2fr}.metric{padding:15px 16px}.metric strong{margin-top:7px}.details-grid{grid-template-columns:1fr}}@media (width<=760px){body{background:var(--bg)}.app-shell{padding-bottom:calc(72px + env(safe-area-inset-bottom));display:block}.sidebar{display:none}main{width:100%}.topbar{height:56px;padding:env(safe-area-inset-top) 16px 0}.page{padding:18px 14px 30px}.hero-grid{grid-template-columns:1fr;gap:12px}.glucose-card{padding:21px 23px 18px}.glucose-value strong{font-size:59px}.metric-grid{gap:8px}.metric{min-height:88px}.metric strong{font-size:20px}.chart-card{padding:17px 12px 7px;overflow:hidden}.chart-wrap{scrollbar-width:none;overflow-x:auto}.chart-wrap svg{width:600px;height:225px}.aaps-chart .chart-wrap svg{width:760px;height:auto}.details-grid{gap:12px}.current-state,.quick-actions{padding:18px 16px}.action-grid{grid-template-columns:1fr}.bottom-nav{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line);padding:6px 4px calc(5px + env(safe-area-inset-bottom));background:#081421f2;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{border-radius:8px;flex-direction:column;justify-content:center;gap:2px;padding:4px;font-size:9px}.bottom-nav button .icon{width:20px}.bottom-nav button.active{color:var(--cyan)}.action-cards{grid-template-columns:1fr}.history-row{grid-template-columns:38px 1fr;padding:14px}.history-row time{text-align:left;grid-column:2;margin-top:-8px}.page-title h1{font-size:22px}.page-title p{line-height:1.5}.settings-form,.push-settings{padding:18px}.push-thresholds{grid-template-columns:1fr}.push-heading{align-items:flex-start}.error-banner{flex-wrap:wrap;align-items:flex-start;margin:12px 14px 0}.error-banner span{order:3;width:100%}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:90vh;padding-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0}.bolus-input-grid{grid-template-columns:1fr 1fr}.wizard-current{grid-template-columns:1fr 1fr 1fr}.bolus-wizard{padding:16px}.bolus-result>strong{font-size:31px}.toast{bottom:calc(78px + env(safe-area-inset-bottom));text-align:center;width:max-content;max-width:calc(100% - 28px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
