.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:480px;background:#1e293b;border:1px solid #334155;border-radius:16px;padding:32px;box-shadow:0 20px 40px #00000059}.badge{display:inline-block;font-size:11px;letter-spacing:.08em;font-weight:700;color:#38bdf8;background:#38bdf81f;border:1px solid rgba(56,189,248,.35);padding:4px 10px;border-radius:999px;margin-bottom:12px}h1{margin:0 0 4px;font-size:28px}.subtitle{margin:0 0 24px;color:#94a3b8;font-size:14px}.block{margin-top:24px;padding-top:20px;border-top:1px solid #334155}.block h2{font-size:15px;color:#cbd5e1;margin:0 0 12px}.counter{display:flex;align-items:center;gap:20px;justify-content:center}.counter button{width:40px;height:40px;border-radius:10px;border:none;background:#38bdf8;color:#0f172a;font-size:20px;font-weight:700;cursor:pointer}.counter button:hover{background:#7dd3fc}.count{font-size:32px;font-weight:700;min-width:48px;text-align:center}.input-row{display:flex;gap:8px;margin-bottom:12px}.input-row input{flex:1;padding:10px 12px;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:14px}.input-row input:focus{outline:none;border-color:#38bdf8}.input-row button{padding:10px 16px;border-radius:8px;border:none;background:#38bdf8;color:#0f172a;font-weight:600;cursor:pointer;white-space:nowrap}.task-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.task-list li{display:flex;align-items:center;justify-content:space-between;background:#0f172a;border:1px solid #334155;border-radius:8px;padding:10px 12px;font-size:14px}.task-list .empty{color:#64748b;justify-content:center}.remove{background:none;border:none;color:#f87171;cursor:pointer;font-size:14px;padding:2px 6px}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#0f172a;color:#e2e8f0;min-height:100vh}
