@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --ink: #192326; --muted: #6d7d7d; --paper: #f3f6f2; --card: #ffffff; --line: #dce5df; --mint: #b8edc9; --green: #237653; --coral: #e9785b; --shadow: 0 18px 50px rgba(40, 74, 61, .08); }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 8% 0%, #e8f4e5 0, transparent 32%), var(--paper); font-family: Manrope, sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 30px 0; }
.brand { display: flex; gap: 11px; align-items: center; color: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: .03em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--green); background: var(--mint); font-family: "DM Mono", monospace; font-size: 11px; }
.status, .date-stamp, time { color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.status { display: flex; gap: 8px; align-items: center; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #d2a44e; }.status-dot.live { background: #46a66e; }.status-dot.offline { background: var(--coral); }
.hero { display: flex; align-items: end; justify-content: space-between; padding: 58px 0 36px; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 12px; color: var(--green); font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
h1, h2, h3, p { margin-top: 0; } h1 { max-width: 680px; margin-bottom: 16px; font-size: clamp(38px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; } h2 { margin-bottom: 0; font-size: 23px; letter-spacing: -.04em; } h3 { margin-bottom: 5px; font-size: 15px; }
.hero-copy { max-width: 460px; margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }.date-stamp { padding-bottom: 6px; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 28px 0; overflow: hidden; border: 1px solid var(--line); background: var(--line); }.metric { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background: rgba(255,255,255,.55); }.metric span { color: var(--muted); font-size: 12px; }.metric strong { color: var(--green); font-size: 24px; }
.workspace { display: grid; grid-template-columns: .85fr 1.4fr; gap: 22px; align-items: start; }.composer-panel, .list-panel { background: var(--card); box-shadow: var(--shadow); }.composer-panel { padding: 28px; }.list-panel { min-height: 440px; padding: 28px; }.section-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 38px; }.section-heading.compact { margin-bottom: 0; }.step-number { color: var(--coral); font-family: "DM Mono", monospace; font-size: 12px; }
label { display: block; margin-bottom: 9px; color: var(--muted); font-size: 12px; }.input-row { display: flex; gap: 8px; flex-direction: column; }input { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; padding: 14px; color: var(--ink); background: #fbfdfb; }input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(35,118,83,.12); }.primary-button { display: flex; justify-content: space-between; align-items: center; border: 0; padding: 14px 16px; color: #fff; background: var(--green); font-weight: 700; }.primary-button span { font-size: 20px; font-weight: 400; }.form-message { min-height: 20px; margin: 12px 0 0; color: var(--green); font-size: 12px; }
.list-toolbar, .controls { display: flex; justify-content: space-between; align-items: center; gap: 12px; }.list-toolbar { padding-bottom: 20px; border-bottom: 1px solid var(--line); }.quiet-button { border: 0; color: var(--green); background: transparent; font-size: 12px; }.quiet-button span { font-size: 18px; }.controls { padding: 16px 0; }.filters { display: flex; gap: 5px; }.filter-button { border: 1px solid transparent; padding: 7px 10px; color: var(--muted); background: transparent; font-size: 12px; }.filter-button.active { border-color: var(--line); color: var(--ink); background: #f3f8f4; }.search-wrap { width: 130px; margin: 0; }.search-wrap input { padding: 8px 10px; font-size: 12px; }.task-list { display: grid; gap: 8px; }.task-item { display: flex; align-items: center; gap: 13px; padding: 14px 4px; border-bottom: 1px solid var(--line); }.check-button { flex: 0 0 22px; width: 22px; height: 22px; border: 1px solid var(--green); color: #fff; background: transparent; }.is-complete .check-button { color: var(--green); background: var(--mint); }.task-content { min-width: 0; flex: 1; }.task-content h3 { overflow: hidden; margin-bottom: 5px; text-overflow: ellipsis; white-space: nowrap; }.is-complete h3 { color: var(--muted); text-decoration: line-through; }.delete-button { border: 0; color: #9ba9a4; background: transparent; font-size: 21px; }.delete-button:hover { color: var(--coral); }.empty-state { padding: 55px 20px; color: var(--muted); text-align: center; }.empty-state h3 { color: var(--ink); }.empty-state p { font-size: 13px; }.empty-icon { display: block; margin-bottom: 12px; color: var(--coral); font-size: 30px; }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }.task-item, .primary-button, .filter-button, .quiet-button, .delete-button, input { transition: .18s ease; }footer { display: flex; justify-content: space-between; padding: 30px 0 50px; color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
@media (max-width: 760px) { .shell { width: min(100% - 28px, 560px); }.topbar { padding: 20px 0; }.hero { display: block; padding: 42px 0 28px; }.date-stamp { margin-top: 22px; }.metrics { margin: 20px 0; }.metric { display: block; }.metric strong { display: block; margin-top: 5px; }.workspace { grid-template-columns: 1fr; gap: 14px; }.composer-panel, .list-panel { padding: 20px; }.controls { align-items: start; flex-direction: column; }.search-wrap { width: 100%; }.filters { width: 100%; }.filter-button { flex: 1; }.input-row { flex-direction: row; }.primary-button { flex: 0 0 112px; }footer { padding-bottom: 30px; } }