:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--pink: #e879a0;--pink-dim: #c45c80;--purple: #a78bfa;--purple-dim: #7c5cbf;--bg: #0f0b14;--surface: #1a1520;--surface-2: #231d2b;--border: rgba(255, 255, 255, .08);--text: #f0eef5;--text-dim: rgba(255, 255, 255, .5)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 3rem;max-width:520px;margin:0 auto}.header{text-align:center;margin-bottom:2rem}.header-icon{font-size:2.8rem;margin-bottom:.5rem}.header-title{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,var(--pink),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-subtitle{margin:.35rem 0 0;font-size:.9rem;color:var(--text-dim)}.routine-section{width:100%}.routine-tabs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch}.routine-tabs::-webkit-scrollbar{display:none}.tab{display:flex;align-items:center;gap:.4rem;flex-shrink:0;padding:.5rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-dim);font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s}.tab:hover{border-color:#ffffff26;color:var(--text)}.tab--active{background:linear-gradient(135deg,var(--pink),var(--purple));border-color:transparent;color:#fff}.tab-icon{font-size:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;animation:fadeUp .3s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.card-badge{font-size:1.6rem;width:2.8rem;height:2.8rem;display:grid;place-items:center;background:var(--surface-2);border-radius:.65rem;flex-shrink:0}.card-title{margin:0;font-size:1.1rem;font-weight:700}.card-desc{margin:.15rem 0 0;font-size:.8rem;color:var(--text-dim)}.progress-bar{width:100%;height:4px;background:var(--surface-2);border-radius:999px;overflow:hidden;margin-bottom:.4rem}.progress-fill{height:100%;background:linear-gradient(90deg,var(--pink),var(--purple));border-radius:999px;transition:width .4s ease}.progress-label{margin:0 0 1.25rem;font-size:.72rem;color:var(--text-dim);text-align:right;letter-spacing:.03em}.step{background:var(--surface-2);border-radius:.75rem;padding:1.25rem;margin-bottom:1.25rem;animation:fadeUp .25s ease}.step-icon{font-size:1.8rem;margin-bottom:.5rem}.step-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.step-desc{margin:0;font-size:.88rem;color:#ffffffb8;line-height:1.6}.tip{margin-top:1rem;padding:.75rem;background:#a88bfa14;border:1px solid rgba(168,139,250,.15);border-radius:.5rem}.tip-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--purple)}.tip-text{margin:.3rem 0 0;font-size:.82rem;color:#ffffffa6;line-height:1.55}.nav-buttons{display:flex;gap:.75rem}.btn{flex:1;padding:.7rem 1rem;border-radius:.6rem;font-size:.88rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.3;cursor:not-allowed}.btn--secondary{background:var(--surface-2);color:var(--text-dim);border:1px solid var(--border)}.btn--secondary:hover:not(:disabled){color:var(--text);border-color:#ffffff2e}.btn--primary{background:linear-gradient(135deg,var(--pink),var(--purple));color:#fff}.btn--primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.step-dots{display:flex;justify-content:center;gap:.4rem;margin-top:1rem}.dot{width:8px;height:8px;border-radius:999px;border:none;background:var(--surface-2);cursor:pointer;padding:0;transition:all .2s}.dot--active{background:var(--pink);width:20px}.dot--done{background:var(--purple-dim);opacity:.5}
