:root{--ground: #f6f3ee;--surface: #ffffff;--ink: #1f1d1a;--muted: #7a7369;--line: #e6e0d6;--soft: #efeae2;--accent: #c2571f;--accent-ink: #9a4416;--tint: #fbe9df;--eod-bg: #fbe9df;--eod-ink: #9a4416;--eod-dot: #c2571f;--soon-bg: #fdf1d6;--soon-ink: #7a5410;--soon-dot: #d99a1e;--week-bg: #e3ecf8;--week-ink: #2f5687;--week-dot: #4f7fc4;--whenever-bg: #efeae2;--whenever-ink: #4a453d;--whenever-dot: #a39b8f;--nav-h: 72px;--rail-w: 220px;font-family:Manrope,Hiragino Sans,Yu Gothic,system-ui,sans-serif}*{box-sizing:border-box}html,body{margin:0;background:var(--ground);color:var(--ink)}body{min-height:100dvh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}input,textarea{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app{min-height:100dvh;display:flex;flex-direction:column}.screen{flex:1;padding:22px 18px calc(var(--nav-h) + 100px);max-width:720px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:14px}.eyebrow{font-size:13px;font-weight:600;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.h1{font-size:24px;font-weight:800;line-height:1.1;margin:0}.h2{font-size:15px;font-weight:800;margin:0}.muted{color:var(--muted)}.row{display:flex;align-items:center;gap:8px}.between{display:flex;align-items:center;justify-content:space-between;gap:8px}.stack{display:flex;flex-direction:column;gap:8px}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:8px}.card-title{font-size:15px;font-weight:700;line-height:1.3}.card-sub{font-size:12px;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tag{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:700;background:var(--soft);color:#4a453d;white-space:nowrap}.tag .dot{width:7px;height:7px;border-radius:50%;background:var(--whenever-dot)}.tag-eod{background:var(--eod-bg);color:var(--eod-ink)}.tag-eod .dot{background:var(--eod-dot)}.tag-soon{background:var(--soon-bg);color:var(--soon-ink)}.tag-soon .dot{background:var(--soon-dot)}.tag-this_week,.tag-this_month{background:var(--week-bg);color:var(--week-ink)}.tag-this_week .dot,.tag-this_month .dot{background:var(--week-dot)}.tag-whenever{background:var(--whenever-bg);color:var(--whenever-ink)}.btn{height:44px;padding:0 16px;border-radius:12px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--surface);border:1px solid #d9d2c6}.btn-primary{background:var(--ink);color:#fff;border-color:var(--ink)}.btn-block{width:100%}.chip{height:34px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;background:var(--surface);border:1px solid #d9d2c6;display:inline-flex;align-items:center}.chip-on{background:var(--ink);color:#fff;border-color:var(--ink)}.check{width:26px;height:26px;border-radius:8px;border:2px solid var(--accent);background:none;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.check-on{background:var(--ink);border-color:var(--ink);color:#fff}.field{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:12px 14px;width:100%;min-height:44px}.progress{height:6px;border-radius:3px;background:var(--line);overflow:hidden}.progress>div{height:100%;background:var(--accent)}.callout{background:var(--tint);border-radius:14px;padding:12px 14px;color:#4a453d;font-size:14px;line-height:1.45}.mic{position:fixed;right:18px;bottom:calc(var(--nav-h) + 20px);width:64px;height:64px;border-radius:50%;background:var(--accent);box-shadow:0 10px 24px #c2571f59;display:flex;align-items:center;justify-content:center;z-index:5}.nav{position:fixed;left:0;right:0;bottom:0;height:var(--nav-h);background:var(--surface);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;z-index:5;padding-bottom:env(safe-area-inset-bottom)}.nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#8a837a;height:100%;justify-content:center}.nav a.on{color:var(--ink);font-weight:700}@media (min-width: 900px){.app{flex-direction:row}.nav{position:sticky;top:0;left:auto;right:auto;bottom:auto;height:100dvh;width:var(--rail-w);flex-shrink:0;border-top:0;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:stretch;padding:28px 14px;gap:6px}.nav a{flex-direction:row;justify-content:flex-start;gap:10px;height:44px;padding:0 12px;border-radius:12px;font-size:14px}.nav a.on{background:var(--ink);color:#fff}.screen{max-width:none;padding:28px 32px 120px}.mic{bottom:32px;right:32px}}.chip,.check{position:relative}.chip:before,.check:before{content:"";position:absolute;left:0;right:0;top:50%;height:44px;transform:translateY(-50%)}.board{display:flex;flex-direction:column;gap:18px}.chunk{display:flex;flex-direction:column;gap:8px;border-radius:14px}.chunk-over{outline:2px dashed var(--accent);outline-offset:6px}.drop-hint{height:52px;border-radius:14px;border:1.5px dashed #cfc7ba;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#8a837a}.task-done .card-title{text-decoration:line-through;color:var(--muted)}.task-card .card-title{display:block}.horizon{display:flex;flex-direction:column;gap:8px}.chunk .horizon{margin-top:16px}.horizon-head{color:var(--muted);padding:0 2px}.chip-sm{height:28px;padding:0 12px;font-size:12px;margin-left:auto}@media (min-width: 900px){.board{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:start}}
