:root{color-scheme:light;--bg: #f6f1e9;--panel: #fff9f2;--ink: #2a2219;--muted: #6b6257;--accent: #ff7b3d;--accent-dark: #e06a2f;--border: #e0d6c8;--success: #d7f2e1;--danger: #f7d6d6;--shadow: 0 10px 30px rgba(42, 34, 25, .1)}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at top,#fff7ea 0%,var(--bg) 60%)}#app{min-height:100vh;display:flex;justify-content:center;padding:32px 20px 48px}.app{width:min(960px,100%);display:flex;flex-direction:column;gap:16px}.header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px}.eyebrow{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}h1{margin:6px 0 0;font-size:clamp(2rem,4vw,3rem)}.counter{margin:0;font-weight:600}.counter.bottom{align-self:flex-start}.add-row{display:flex;gap:12px;align-items:center;height:60px}.text-input{flex:0 1 420px;height:60px;border-radius:14px;border:1px solid var(--border);padding:0 16px;font-size:1rem;background:#fff}.btn{height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--ink);font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #2a22191f}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent-dark)}.btn.secondary{background:var(--panel)}.btn.warn{background:#f7d6d6;border-color:#e1a5a5;color:#6b2b2b}.btn.done{background:#d7f2e1;border-color:#a7dbc0;color:#1e4d3a}.btn.danger{background:#f6a7a7;border-color:#ea8686}.message{margin:0;padding:12px 16px;border-radius:12px;background:#fff1cc;border:1px solid #f4d087;font-weight:600}.list{display:flex;flex-direction:column;gap:12px}.item-row{height:60px;display:flex;align-items:center;gap:12px;padding:0 12px;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow)}.drag-handle{font-size:1.4rem;cursor:grab;-webkit-user-select:none;user-select:none;color:var(--muted)}.drag-handle:active{cursor:grabbing}.item-row.done{background:var(--success)}.item-row.missing{background:var(--danger)}.item-content{flex:1;min-width:0}.item-name{font-size:1.05rem;font-weight:600}.item-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.item-actions .btn{min-width:92px;justify-content:center}.edit-input{width:100%;height:42px;border-radius:12px;border:1px solid var(--border);padding:0 12px;font-size:1rem}@media (max-width: 720px){.add-row{flex-direction:column;height:auto;align-items:stretch}.text-input{flex:1 1 auto;height:60px;max-width:none}.item-row{flex-direction:column;height:auto;align-items:flex-start;padding:12px}.item-actions{width:100%;justify-content:flex-start}}.btn.add{height:60px;padding:0 26px;font-size:1.05rem}
