:root{--bg:#f6f6f9;--surface:#ffffff;--surface-2:#f0f0f4;--text:#1b1b23;--muted:#6b7280;--border:#e4e4ea;--accent:#4f6bed;--accent-bg:#eceffe;--day:#b9760f;--day-bg:#fbf0dc;--danger:#b23b3b;--danger-bg:#fbecec;--radius:12px}@media (prefers-color-scheme:dark){:root{--bg:#0e0e14;--surface:#191921;--surface-2:#22222c;--text:#e7e7ee;--muted:#9aa0ad;--border:#2c2c38;--accent:#8091f2;--accent-bg:#1e2138;--day:#e0a44a;--day-bg:#2b2416;--danger:#e07a7a;--danger-bg:#2c1a1a}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}.shell{max-width:460px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.main{flex:1 1;padding:16px 16px 90px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 4px}.tabs{position:-webkit-sticky;position:sticky;bottom:0;display:flex;justify-content:space-around;background:var(--surface);border-top:.5px solid var(--border);padding:12px 0 16px}.tabs a{color:var(--muted);text-decoration:none;display:flex;align-items:center;justify-content:center;padding:4px 16px}.tabs a svg{width:24px;height:24px}.tabs a.on{color:var(--accent)}.card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius);padding:16px}.h,.muted{color:var(--muted)}.h{font-size:13px}.big{font-size:30px;font-weight:600;letter-spacing:-.5px}.btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;border-radius:var(--radius);border:.5px solid var(--border);background:var(--surface);color:var(--text);font-size:16px;font-weight:500;cursor:pointer}.btn:active{transform:scale(.99)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-day{background:var(--day);border-color:var(--day);color:#fff}.btn-danger{background:var(--danger-bg);border-color:var(--danger);color:var(--danger)}.btn-ghost{background:transparent}.btn[disabled]{background:var(--surface-2);border-color:var(--border);color:var(--muted);cursor:default}input,select{width:100%;height:44px;padding:0 12px;border-radius:var(--radius);border:.5px solid var(--border);background:var(--surface);color:var(--text);font-size:16px}label{font-size:13px;color:var(--muted);display:block;margin:12px 0 6px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:flex-end;justify-content:center;z-index:50}.sheet{width:100%;max-width:460px;background:var(--surface);border-radius:18px 18px 0 0;border-top:.5px solid var(--border);padding:10px 16px 20px}.grabber{width:36px;height:4px;border-radius:999px;background:var(--border);margin:0 auto 14px}.sheet-title{font-size:16px;font-weight:500;margin-bottom:14px}.seg{display:flex;background:var(--surface-2);border-radius:10px;padding:3px;gap:3px}.seg button{flex:1 1;height:34px;border:none;background:transparent;color:var(--muted);border-radius:8px;font-size:14px;cursor:pointer}.seg button.on{background:var(--accent-bg);color:var(--accent);font-weight:500}.wheel{position:relative;display:flex;margin:6px 0}.wheel .band{position:absolute;left:0;right:0;top:72px;height:36px;background:var(--surface-2);border-radius:10px;pointer-events:none}.col{height:180px;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;text-align:center;flex:1 1;position:relative}.col::-webkit-scrollbar{display:none}.col>div{height:36px;line-height:36px;scroll-snap-align:center;font-size:19px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;cursor:pointer}.col>div.sel{color:var(--text);font-weight:500}.row{display:flex;gap:10px;align-items:center}.delta{font-size:12px}.delta,.until{color:var(--accent)}.until{font-size:13px;font-weight:500}.avatar{width:36px;height:36px;border-radius:999px;background:var(--surface-2);color:var(--muted);justify-content:center;font-weight:600;font-size:15px}.avatar,.status-card{display:flex;align-items:center}.status-card{gap:12px;background:#f7f0da;border:.5px solid #e7d9ac;border-radius:var(--radius);padding:14px 16px;margin-bottom:14px}.status-title{font-weight:600;color:#43371c}.status-sub{font-size:13px;color:#8a7644}.status-icon{width:22px;height:22px;color:#b9760f;flex:none}.progress{height:6px;border-radius:999px;background:var(--surface-2);overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:var(--day);transition:width .4s ease}.ring-card{text-align:center}.ring-wrap{position:relative;width:200px;height:200px;margin:6px auto 2px}.ring{width:100%;height:100%;transform:rotate(0deg)}.ring-track{fill:none;stroke:var(--surface-2);stroke-width:8}.ring-arc{fill:none;stroke:var(--accent);stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .9s linear}.ring-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.ring-time{font-size:34px;font-weight:600;letter-spacing:-.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.chip{flex:none;height:36px;padding:0 14px;border-radius:999px;border:.5px solid var(--border);background:var(--surface-2);color:var(--text);font-size:14px;cursor:pointer}.chip.on{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:500}.or-label{font-size:12px;color:var(--muted);margin:0 0 8px}