:root{font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#e5e7eb;background-color:#0b1021;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}:root{--bg: #0b1021;--panel: #121733;--accent: #6ee7ff;--accent-strong: #22d3ee;--text: #e5e7eb;--muted: #9ca3af;--danger: #f43f5e;--border: #1f253f}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,system-ui,sans-serif;background:radial-gradient(120% 120% at 10% 10%,#1b2b5a,#0b1021,#0b1021);color:var(--text);min-height:100vh}a{text-decoration:none}#root{max-width:1100px;margin:0 auto;padding:32px 20px 48px;min-height:100vh}.page{display:flex;flex-direction:column;gap:16px}.page-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.page-header h1{margin:0 0 8px;font-size:28px}.card{background:linear-gradient(160deg,#ffffff05,#ffffff03);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:0 16px 40px #00000040}.card-title{margin:0 0 12px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}input,select,button{padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#0f152b;color:var(--text);font-size:14px}input:focus,select:focus{outline:1px solid var(--accent)}button{background:var(--accent);color:#0b1021;border:none;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease;font-weight:600}button:hover{transform:translateY(-1px);box-shadow:0 8px 16px #22d3ee33}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}button.secondary{background:transparent;color:var(--text);border:1px solid var(--border)}button.danger{background:transparent;color:var(--danger);border:1px solid var(--danger)}.habit-list{display:flex;flex-direction:column;gap:10px}.habit-item{background:#0f152b;border:1px solid var(--border);border-radius:12px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 24px #0003}.habit-title{font-weight:600}.habit-meta{color:var(--muted);font-size:13px;margin-top:4px}.habit-actions{display:flex;gap:8px}.habit-actions button{width:36px;height:36px;display:grid;place-items:center}.input-inline,.select-inline{margin-right:8px}.muted{color:var(--muted)}.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;border:1px solid var(--border);background:#0f172a}.badge-success{border-color:var(--accent);color:var(--accent)}.badge-muted{color:var(--muted)}.category-filter{display:flex;gap:8px;flex-wrap:wrap}.category-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.category-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px;border-radius:10px;background:#0f152b;border:1px solid var(--border)}.category-actions{display:flex;gap:8px}.clickable{cursor:pointer}.auth-card{max-width:400px;margin:60px auto;padding:20px;background:#0f152b;border:1px solid var(--border);border-radius:16px;box-shadow:0 14px 32px #00000040}.auth-form{display:flex;flex-direction:column;gap:12px}.error{color:var(--danger);margin:8px 0 0}.skeleton{background:linear-gradient(90deg,#11172e 25%,#182143 37%,#11172e 63%);background-size:400% 100%;animation:pulse 1.2s ease-in-out infinite;min-height:60px}@keyframes pulse{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width: 768px){#root{padding:16px 12px 32px}.page-header{flex-direction:column;align-items:flex-start}}.landing{display:flex;flex-direction:column;gap:32px}.landing-header{display:flex;justify-content:space-between;align-items:center}.brand{font-weight:700;font-size:18px;letter-spacing:.5px}.cta-row{display:flex;gap:10px}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;align-items:center}.hero-text h1{margin:8px 0 12px;font-size:32px}.hero-text .label{text-transform:uppercase;letter-spacing:1px;color:var(--accent);font-size:12px}.hero-card{background:linear-gradient(135deg,#6ee7ff14,#22d3ee0d);border:1px solid var(--border);border-radius:16px;padding:16px;min-height:260px}.hero-screenshot{display:flex;flex-direction:column;gap:10px}.skeleton-title{height:18px;width:70%;background:#11172e;border-radius:6px}.skeleton-line{height:12px;width:90%;background:#11172e;border-radius:6px}.skeleton-line.short{width:60%}.skeleton-pill{height:16px;width:40%;background:#11172e;border-radius:999px}.skeleton-button{height:36px;width:50%;background:#11172e;border-radius:10px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.feature-card{background:#0f152b;border:1px solid var(--border);border-radius:12px;padding:12px;display:flex;gap:10px;align-items:center}.feature-dot{width:10px;height:10px;border-radius:50%;background:var(--accent)}.btn{padding:10px 14px;border-radius:10px;font-weight:600;border:1px solid var(--border);background:var(--accent);color:#0b1021}.btn.ghost{background:transparent;color:var(--text)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.footer{margin-top:32px;padding:16px 0;display:flex;justify-content:space-between;align-items:center;color:var(--muted);border-top:1px solid var(--border)}.footer-links{display:flex;gap:12px}.footer a{color:var(--accent)}
