:root{--radius: 18px;--radius-lg: 24px;--maxw: 1140px;--ease: cubic-bezier(.22, .61, .36, 1);--font: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--brand-yellow: #ffd60a;--brand-yellow-hover: #ffe04d;--grad: linear-gradient(135deg, #ffd60a 0%, #ffc300 50%, #ffaa00 100%);--grad-soft: linear-gradient(135deg, rgba(255, 214, 10, .15), rgba(255, 170, 0, .15))}[data-theme=dark]{--bg: #121214;--bg-2: #18181c;--surface: #1e1e22;--surface-2: #242429;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--text: #f3f2f5;--muted: #a1a0a5;--faint: #6c6b70;--nav-bg: rgba(18, 18, 20, .75);--shadow: 0 24px 60px -22px rgba(0, 0, 0, .7);--shadow-sm: 0 8px 24px -12px rgba(0, 0, 0, .6);--glow-op: .45;--accent: #ffd60a;--accent-text: #2a2000;--iphone-bezel: #28282c;--iphone-screen-bg: #161618}[data-theme=light]{--bg: #faf9fe;--bg-2: #f4f3f8;--surface: #ffffff;--surface-2: #f0edf6;--border: rgba(138, 114, 0, .12);--border-strong: rgba(138, 114, 0, .22);--text: #322d20;--muted: #645f50;--faint: #969180;--nav-bg: rgba(250, 249, 254, .75);--shadow: 0 24px 60px -26px rgba(112, 93, 0, .18);--shadow-sm: 0 10px 30px -16px rgba(112, 93, 0, .15);--glow-op: .25;--accent: #8a7200;--accent-text: #ffffff;--iphone-bezel: #e5e0d0;--iphone-screen-bg: #faf9fe;--grad: linear-gradient(135deg, #8a7200 0%, #b59500 50%, #d6b300 100%);--grad-soft: linear-gradient(135deg, rgba(138, 114, 0, .1), rgba(214, 179, 0, .1))}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font);background:var(--bg, #fff);color:var(--text, #322d20);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;transition:background .4s var(--ease),color .3s var(--ease)}.ph-frame{position:relative;width:100%;max-width:264px;aspect-ratio:264 / 545;margin:0 auto;background:var(--iphone-bezel);border-radius:42px;padding:9px;box-shadow:var(--shadow);border:1px solid var(--border-strong)}.ph-screen{position:relative;width:100%;height:100%;background:var(--iphone-screen-bg);border-radius:34px;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.35)}.ph-screen.dark{--sc-bg: #141416;--sc-surface: #1d1d20;--sc-surface2: #252529;--sc-text: #f3f2f5;--sc-muted: #a1a0a5;--sc-faint: #6c6b70;--sc-border: rgba(255,255,255,.09);background:#141416}.ph-screen{--sc-bg: var(--iphone-screen-bg);--sc-surface: var(--surface);--sc-surface2: var(--surface-2);--sc-text: var(--text);--sc-muted: var(--muted);--sc-faint: var(--faint);--sc-border: var(--border)}.ph-island{position:absolute;top:8px;left:50%;transform:translate(-50%);width:82px;height:22px;background:#000;border-radius:20px;z-index:10}.ph-status{display:flex;justify-content:space-between;align-items:center;padding:11px 20px 4px;font-size:9.5px;font-weight:700;color:var(--sc-text);font-family:-apple-system,BlinkMacSystemFont,sans-serif;flex:none}.ph-status .ph-ico{display:flex;gap:3px;align-items:center;color:var(--sc-text)}.ph-body{flex:1;overflow:hidden;display:flex;flex-direction:column}.sc-appbar{display:flex;align-items:center;gap:8px;padding:8px 14px 6px}.sc-appbar h4{font-size:16px;font-weight:800;color:var(--sc-text);flex:1;letter-spacing:-.02em}.sc-appbar .sc-knot{width:18px;height:18px;color:var(--accent);flex:none}.sc-round{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--sc-surface2);color:var(--sc-muted);flex:none}.sc-round.accent{background:var(--grad);color:var(--accent-text)}.sc-round svg{width:13px;height:13px}.sc-tabs{display:flex;justify-content:space-between;padding:2px 16px 6px;font-size:9px;font-weight:800}.sc-tabs .sc-tab{color:var(--sc-faint);display:inline-flex;align-items:center;gap:3px}.sc-tabs .sc-tab.on{color:var(--accent)}.sc-groups{flex:1;padding:2px 14px 12px;display:flex;flex-direction:column;gap:5px;overflow:hidden}.sc-ghead{font-size:8.5px;font-weight:800;color:var(--sc-faint);margin:6px 0 1px;display:flex;align-items:center;gap:4px}.sc-ghead.overdue{color:#e5484d}.sc-card{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:12px;padding:8px 10px;display:flex;align-items:center;gap:8px}.sc-card.overdue{border-color:#e5484d80}.sc-check{width:15px;height:15px;border-radius:50%;border:1.6px solid var(--border-strong);flex:none}.sc-check.acc{border-color:var(--accent)}.sc-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.sc-title{font-size:10.5px;font-weight:700;color:var(--sc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-meta{font-size:8px;font-weight:600;color:var(--sc-faint);display:flex;align-items:center;gap:4px}.sc-meta.due{color:#e5484d}.sc-tag{font-size:7.5px;font-weight:800;padding:2px 6px;border-radius:999px;white-space:nowrap;flex:none}.tag-travel{background:#f472b62e;color:#db2777}.tag-fitness{background:#34d3992e;color:#059669}.tag-automotive{background:var(--sc-surface2);color:var(--sc-muted)}.tag-shopping{background:#a78bfa2e;color:#7c3aed}.sc-input{margin:8px 14px 6px;background:var(--sc-surface);border:1.5px solid var(--accent);border-radius:11px;padding:8px 11px;display:flex;align-items:center;gap:8px}.sc-input .sc-field{flex:1;font-size:12px;font-weight:700;color:var(--sc-text);display:flex;align-items:center}.sc-input .cursor{width:1.5px;height:13px;background:var(--accent);margin-left:1px;animation:ph-blink .9s infinite}@keyframes ph-blink{0%,to{opacity:0}50%{opacity:1}}.sc-input .sc-pen{width:13px;height:13px;color:var(--sc-faint)}.sc-suglabel{display:flex;justify-content:space-between;padding:2px 16px 4px;font-size:8.5px;font-weight:700}.sc-suglabel .lbl{color:var(--sc-muted)}.sc-suglabel .cat{color:var(--accent)}.sc-sugrow{margin:0 14px 5px;background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:11px;padding:7px 9px;display:flex;align-items:center;gap:8px}.sc-sugico{width:22px;height:22px;border-radius:8px;background:var(--sc-surface2);display:flex;align-items:center;justify-content:center;flex:none;font-size:11px}.sc-sugtext{flex:1;min-width:0}.sc-sugtext .t{font-size:10px;font-weight:700;color:var(--sc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-sugtext .c{font-size:7.5px;font-weight:700;color:var(--sc-faint)}.sc-sugtext .c.auto{color:var(--accent)}.sc-arrow{color:var(--sc-faint);width:11px;height:11px;flex:none}.sc-actions{display:flex;gap:8px;padding:6px 14px 10px;margin-top:auto}.sc-btn{flex:1;text-align:center;padding:9px;border-radius:12px;font-size:10.5px;font-weight:800}.sc-btn.ghost{background:var(--sc-surface2);color:var(--sc-muted)}.sc-btn.primary{background:var(--grad);color:var(--accent-text)}.sc-kb{background:var(--sc-surface2);border-top:1px solid var(--sc-border);padding:6px 6px 8px;display:grid;gap:4px;flex:none}.sc-kb .row{display:flex;gap:3px;justify-content:center}.sc-kb .key{flex:1;height:16px;background:var(--sc-surface);border-radius:3px;box-shadow:0 1px #00000026}.sc-kb .row.two{padding:0 12px}.sc-kb .row.three{padding:0 4px}.sc-modalhead{display:flex;align-items:center;padding:8px 14px 4px;gap:8px}.sc-modalhead .x{width:16px;height:16px;color:var(--sc-muted)}.sc-modalhead .ttl{flex:1;text-align:center;font-size:12.5px;font-weight:800;color:var(--sc-text);margin-right:16px}.sc-bell{width:42px;height:42px;border-radius:50%;background:var(--grad-soft);display:flex;align-items:center;justify-content:center;margin:8px auto 6px;color:var(--accent)}.sc-bell svg{width:20px;height:20px}.sc-modalsub{text-align:center;font-size:9px;font-weight:600;color:var(--sc-muted);padding:0 22px 10px;line-height:1.4}.sc-opts{padding:0 14px;display:flex;flex-direction:column;gap:6px}.sc-opt{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:12px;padding:8px 11px;display:flex;align-items:center;gap:9px}.sc-opt.open{border-color:var(--accent)}.sc-opt .radio{width:15px;height:15px;border-radius:50%;border:1.6px solid var(--border-strong);flex:none}.sc-opt .radio.on{border-color:var(--accent);position:relative}.sc-opt .radio.on:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--accent)}.sc-opt .otext{flex:1}.sc-opt .otext .t{font-size:10px;font-weight:700;color:var(--sc-text)}.sc-opt .otext .d{font-size:7.5px;font-weight:600;color:var(--sc-faint)}.sc-opt .chev{color:var(--sc-faint);width:12px;height:12px;flex:none}.sc-sub{margin:4px 8px 0 26px;background:var(--sc-surface);border:1.4px solid var(--accent);border-radius:12px;padding:8px 11px;display:flex;align-items:center;gap:9px}.sc-sub .otext .t{font-size:10px;font-weight:700;color:var(--sc-text)}.sc-sub .otext .d{font-size:7.5px;font-weight:600;color:var(--sc-faint)}.sc-chips{display:flex;gap:6px;padding:4px 14px 8px}.sc-chip{flex:1;text-align:center;padding:8px 4px;border-radius:999px;font-size:9.5px;font-weight:800;background:var(--sc-surface2);color:var(--sc-muted)}.sc-chip.on{background:#34d399e6;color:#063d2b}.sc-wide{margin:0 14px 8px;padding:9px;border-radius:12px;background:#34d39924;color:#059669;font-size:9.5px;font-weight:800;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px}.sc-listrow{margin:0 14px 8px;background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.sc-listrow .l{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:700;color:var(--sc-text)}.sc-listrow .l svg{width:13px;height:13px;color:var(--sc-muted)}.sc-listrow .r{font-size:10px;font-weight:800;color:var(--sc-muted);background:var(--sc-surface2);padding:3px 8px;border-radius:8px}.sc-listrow .r.plain{background:none;padding:0}.ph-home{flex:1;position:relative;background:radial-gradient(120% 90% at 20% 10%,#3b6fe0,#2a49b8 40%,#7fd7c7);overflow:hidden}.ph-home .clock{display:none}.wg{position:absolute;background:#fffffff0;border-radius:16px;box-shadow:0 8px 20px -8px #0006;padding:9px 10px}.wg-next{top:16px;left:14px;width:96px}.wg-next .h{font-size:7.5px;font-weight:800;color:#db2777;display:flex;align-items:center;gap:3px}.wg-next .t{font-size:9px;font-weight:800;color:#1a1a1c;margin-top:3px;line-height:1.15}.wg-next .tag{display:inline-block;margin-top:4px;font-size:6.5px;font-weight:800;padding:2px 5px;border-radius:999px;background:#f472b633;color:#db2777}.wg-next .m{font-size:6.5px;font-weight:700;color:#6c6b70;margin-top:4px}.wg-icon{position:absolute;top:18px;right:18px;width:42px}.wg-icon .ic{width:42px;height:42px;border-radius:11px;background:#111;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px -6px #00000080}.wg-icon .ic svg{width:26px;height:26px;color:var(--brand-yellow)}.wg-icon .nm{text-align:center;font-size:6.5px;font-weight:700;color:#fff;margin-top:3px;text-shadow:0 1px 2px rgba(0,0,0,.4)}.wg-list{left:14px;right:14px;bottom:26px;padding:10px 11px}.wg-list .h{font-size:9px;font-weight:800;color:#1a1a1c;margin-bottom:6px}.wg-list .li{display:flex;align-items:center;gap:7px;margin-bottom:6px}.wg-list .li:last-child{margin-bottom:0}.wg-list .o{width:12px;height:12px;border-radius:50%;border:1.6px solid #3b82f6;flex:none}.wg-list .txt{flex:1;min-width:0}.wg-list .txt .t{font-size:8.5px;font-weight:700;color:#1a1a1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wg-list .txt .m{font-size:6.5px;font-weight:600;color:#6c6b70}.wg-search{position:absolute;left:50%;bottom:8px;transform:translate(-50%);background:#ffffff47;color:#fff;font-size:7.5px;font-weight:700;padding:4px 12px;border-radius:999px;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sc-thm-head{display:flex;align-items:center;padding:8px 14px 6px}.sc-thm-head .ttl{flex:1;text-align:center;font-size:12.5px;font-weight:800;color:var(--sc-text);margin-left:30px}.sc-thm-head .done{font-size:10px;font-weight:800;color:var(--accent);background:var(--sc-surface2);padding:4px 10px;border-radius:999px}.sc-thm-scroll{flex:1;overflow:hidden;padding:0 12px 8px}.sc-thm-lbl{font-size:7.5px;font-weight:800;color:var(--sc-faint);text-transform:uppercase;letter-spacing:.05em;margin:6px 2px 4px}.sc-thm-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.sc-thm-card{grid-column:span 2;background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:11px;padding:8px 9px}.sc-thm-card.half{grid-column:span 1}.sc-thm-card.sel{border:1.6px solid var(--accent)}.sc-swatches{display:flex;gap:3px;margin-bottom:5px}.sc-swatches i{width:12px;height:12px;border-radius:50%;display:block}.sc-thm-name{font-size:9px;font-weight:800;color:var(--sc-text);display:flex;align-items:center;justify-content:space-between}.sc-thm-name .tick{color:var(--accent);width:10px;height:10px}.sc-thm-sound{margin-top:6px;background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:11px;padding:9px 10px;display:flex;align-items:center;gap:7px}.sc-thm-sound .bell{width:14px;height:14px;color:var(--accent)}.sc-thm-sound .nm{flex:1;font-size:9.5px;font-weight:700;color:var(--sc-text)}.sc-thm-sound .val{font-size:9px;font-weight:700;color:var(--sc-muted)}
