:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fafc,#eef2ff);min-width:320px}button,input,textarea{font:inherit}.page{min-height:100vh;padding:24px}.app-shell{max-width:1100px;margin:0 auto}.hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 12px 32px #0f172a0f;margin-bottom:20px}.panel h1,.panel h2,.panel p{margin-top:0}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;color:#6366f1;margin-bottom:8px}.lead{color:#475569;max-width:700px}.stats{display:flex;gap:12px;flex-wrap:wrap}.stat-card,.status-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:12px 16px;display:flex;gap:8px;align-items:center;color:#334155}.stat-card{min-width:120px;flex-direction:column;align-items:flex-start}.stat-card strong{font-size:22px}.row{display:flex;gap:12px;align-items:center}.row.wrap{flex-wrap:wrap}.row.grow{flex:1;min-width:0}.input,.textarea{width:100%;border:1px solid #cbd5e1;border-radius:16px;background:#fff;padding:12px 14px;outline:none}.input:focus,.textarea:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.textarea{min-height:280px;resize:vertical}.btn,.icon-btn{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:16px;padding:12px 16px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn.primary{background:#0f172a;color:#fff;border-color:#0f172a}.btn:hover,.icon-btn:hover{filter:brightness(.98)}.checklist{display:flex;flex-direction:column;gap:12px;margin-top:16px}.check-item{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px;background:#fff}.check-item input[type=checkbox]{width:18px;height:18px}.done{text-decoration:line-through;color:#94a3b8}.empty-state{border:1px dashed #cbd5e1;border-radius:18px;padding:24px;text-align:center;color:#64748b;background:#f8fafc}.message{margin-top:12px;color:#0f766e;font-weight:600}.quantity-editor{display:inline-flex;align-items:center;gap:8px}.quantity-input{width:64px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;padding:10px 8px;text-align:center;outline:none}.quantity-input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.item-main{align-items:center;gap:12px}@media (max-width: 640px){.item-main{flex-wrap:wrap}.quantity-editor{order:2}}@media (max-width: 900px){.hero,.grid{grid-template-columns:1fr;display:grid}.hero{gap:16px}}@media (max-width: 640px){.page{padding:14px}.panel{padding:18px;border-radius:20px}.row{flex-wrap:wrap}.btn,.icon-btn{width:100%;justify-content:center}.icon-btn{width:auto}.check-item{align-items:flex-start}}
