*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f172a;--surface: #1e293b;--surface-hover: #263348;--border: #334155;--primary: #6366f1;--primary-dark: #4f46e5;--success: #22c55e;--danger: #ef4444;--text: #f1f5f9;--muted: #94a3b8;--radius: 12px}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif;min-height:100vh}.app{max-width:680px;margin:0 auto;padding:2rem 1rem 4rem}.app-header{text-align:center;margin-bottom:2rem}.app-header h1{font-size:2.2rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:var(--muted);margin-top:.4rem}.app-main{display:flex;flex-direction:column;gap:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.card h2{font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;color:var(--text)}.btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .15s,opacity .15s}.btn-primary{background:var(--primary);color:#fff;padding:.6rem 1.4rem;width:100%;margin-top:.5rem;font-size:1rem}.btn-primary:hover{background:var(--primary-dark)}.btn-filter{background:transparent;color:var(--muted);border:1px solid var(--border);padding:.3rem .75rem;border-radius:20px}.btn-filter.active{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-filter:hover:not(.active){background:var(--surface-hover);color:var(--text)}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem}label{font-size:.85rem;color:var(--muted);font-weight:500}input[type=text]{background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:.6rem .9rem;font-size:1rem;outline:none;transition:border-color .15s}input[type=text]:focus{border-color:var(--primary)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.2rem}.stat-box{background:var(--bg);border-radius:10px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.3rem}.stat-value{font-size:1.8rem;font-weight:700;color:var(--primary);line-height:1}.stat-label{font-size:.75rem;color:var(--muted);text-align:center}.progress-bar-wrap{background:var(--bg);border-radius:99px;height:10px;overflow:hidden;margin-bottom:1rem}.progress-bar{height:100%;background:linear-gradient(90deg,var(--primary),#a78bfa);border-radius:99px;transition:width .4s ease;min-width:0}.top-streak{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--muted)}.top-streak strong{color:var(--text)}.list-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.2rem}.list-header h2{margin-bottom:0}.category-filters{display:flex;gap:.4rem;flex-wrap:wrap}.empty-state{color:var(--muted);text-align:center;padding:2rem 0}.habits{list-style:none;display:flex;flex-direction:column;gap:.6rem}.habit-item{display:flex;align-items:center;gap:.9rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;transition:border-color .2s,background .2s}.habit-item.done{border-color:var(--success);background:#22c55e0f}.check-btn{width:28px;height:28px;min-width:28px;border-radius:50%;border:2px solid var(--border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.habit-item.done .check-btn{background:var(--success);border-color:var(--success)}.checkmark{color:#fff;font-size:.8rem;font-weight:700;line-height:1}.habit-info{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.habit-name{font-weight:500;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.habit-item.done .habit-name{text-decoration:line-through;color:var(--muted)}.habit-category{font-size:.75rem;color:var(--muted)}.habit-streak{display:flex;align-items:center;gap:.2rem;font-size:.85rem;color:var(--muted)}.streak-count{font-weight:600}.delete-btn{background:transparent;border:none;color:var(--muted);cursor:pointer;font-size:.85rem;padding:.25rem .35rem;border-radius:6px;line-height:1;transition:color .15s,background .15s}.delete-btn:hover{color:var(--danger);background:#ef44441a}
