:root{--lh-font: "Inter", system-ui, sans-serif;--lh-screen-pad: 20px;--lh-top-bar-height: 60px;--lh-tab-bar-height: 70px;--lh-tap-min: 44px;--lh-radius-sm: 8px;--lh-radius-md: 16px;--lh-radius-lg: 24px;--lh-radius-pill: 9999px;--lh-color-primary: #39ff14;--lh-color-pink: #ff007f;--lh-color-violet: #b026ff;--lh-color-gold: #ffd700;--lh-color-danger: #ff3b30;--lh-color-primary-glow: rgba(57, 255, 20, .35);--lh-color-pink-glow: rgba(255, 0, 127, .35);--lh-color-violet-glow: rgba(176, 38, 255, .35);--lh-color-gold-glow: rgba(255, 215, 0, .35);--lh-text-on-accent: #000000;--lh-glass-blur: blur(16px)}[data-theme=dark]{--lh-bg-base: #121212;--lh-bg-surface: #1e1e1e;--lh-bg-card: rgba(30, 32, 35, .55);--lh-bg-input: rgba(255, 255, 255, .04);--lh-text-primary: #ffffff;--lh-text-secondary: #b0b0b0;--lh-text-muted: #555555;--lh-border-glass: 1px solid rgba(255, 255, 255, .09);--lh-divider-line: rgba(255, 255, 255, .07);--lh-phone-shell: #1c1c1c;--lh-phone-outer-bg: #000000;--lh-phone-wrap-bg: radial-gradient(ellipse at 30% 20%, rgba(57, 255, 20, .06) 0%, transparent 55%), radial-gradient(ellipse at 80% 80%, rgba(255, 0, 127, .06) 0%, transparent 55%), var(--lh-phone-outer-bg);--lh-screen-bg: radial-gradient(circle at 0% 0%, rgba(57, 255, 20, .12) 0%, transparent 50%), radial-gradient(circle at 100% 20%, rgba(255, 0, 127, .12) 0%, transparent 50%), radial-gradient(circle at 50% 100%, rgba(176, 38, 255, .12) 0%, transparent 50%), var(--lh-bg-base);--lh-orb-1-bg: rgba(57, 255, 20, .14);--lh-orb-2-bg: rgba(255, 0, 127, .12);--lh-orb-3-bg: rgba(176, 38, 255, .1)}[data-theme=light]{--lh-bg-base: #f0ede8;--lh-bg-surface: #e8e4de;--lh-bg-card: rgba(255, 255, 255, .65);--lh-bg-input: rgba(0, 0, 0, .03);--lh-text-primary: #1a1a1a;--lh-text-secondary: #555555;--lh-text-muted: #999999;--lh-border-glass: 1px solid rgba(0, 0, 0, .08);--lh-divider-line: rgba(0, 0, 0, .08);--lh-phone-shell: #d0ccc6;--lh-phone-outer-bg: #e8e4de;--lh-color-primary: #16a30a;--lh-color-pink: #c20061;--lh-color-violet: #8416c7;--lh-color-gold: #b39700;--lh-color-primary-glow: rgba(22, 163, 10, .2);--lh-color-pink-glow: rgba(194, 0, 97, .2);--lh-color-violet-glow: rgba(132, 22, 199, .2);--lh-color-gold-glow: rgba(179, 151, 0, .2);--lh-phone-wrap-bg: radial-gradient(ellipse at 30% 20%, rgba(22, 163, 10, .08) 0%, transparent 55%), radial-gradient(ellipse at 80% 80%, rgba(194, 0, 97, .08) 0%, transparent 55%), var(--lh-phone-outer-bg);--lh-screen-bg: radial-gradient(circle at 0% 0%, rgba(22, 163, 10, .08) 0%, transparent 50%), radial-gradient(circle at 100% 20%, rgba(194, 0, 97, .08) 0%, transparent 50%), radial-gradient(circle at 50% 100%, rgba(132, 22, 199, .08) 0%, transparent 50%), var(--lh-bg-base);--lh-orb-1-bg: rgba(22, 163, 10, .06);--lh-orb-2-bg: rgba(194, 0, 97, .05);--lh-orb-3-bg: rgba(132, 22, 199, .05)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--lh-font);background:var(--lh-phone-wrap-bg);color:var(--lh-text-primary);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex;justify-content:center;padding:0 12px}.phone{width:100%;max-width:430px;min-height:100vh;background:var(--lh-screen-bg);position:relative;border-left:var(--lh-border-glass);border-right:var(--lh-border-glass)}.screen{padding:18px var(--lh-screen-pad) 100px}.screen.no-tab{padding-bottom:24px}.top-title{font-size:22px;line-height:1.1;font-weight:800;margin:0;letter-spacing:-.3px}.subtle{color:var(--lh-text-secondary)}.card{background:var(--lh-bg-card);-webkit-backdrop-filter:var(--lh-glass-blur);backdrop-filter:var(--lh-glass-blur);border:var(--lh-border-glass);border-radius:var(--lh-radius-md);padding:14px}.input,.select{width:100%;height:var(--lh-tap-min);border-radius:12px;border:var(--lh-border-glass);background:var(--lh-bg-input);color:var(--lh-text-primary);padding:0 12px}.input::placeholder{color:var(--lh-text-muted)}.btn-primary{width:100%;min-height:var(--lh-tap-min);border:0;border-radius:12px;background:var(--lh-color-primary);color:var(--lh-text-on-accent);font-weight:700}.btn-secondary{width:100%;min-height:var(--lh-tap-min);border-radius:12px;border:var(--lh-border-glass);background:var(--lh-bg-card);color:var(--lh-text-primary);font-weight:600}.btn-ghost{border:0;background:transparent;color:var(--lh-text-secondary);font-weight:700}.stack{display:grid;gap:12px}.login-stage{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:28px var(--lh-screen-pad);animation:slide-in .24s ease}.stats-strip{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stats-strip .card{text-align:center;padding:10px 6px}.pin-dots{display:flex;gap:8px;justify-content:center;margin:8px 0 14px}.pin-dot{width:12px;height:12px;border-radius:999px;border:var(--lh-border-glass);background:transparent}.pin-dot.filled{background:var(--lh-color-primary);border-color:transparent}.numpad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.numpad button{min-height:52px;border-radius:12px;border:var(--lh-border-glass);background:var(--lh-bg-card);color:var(--lh-text-primary);font-weight:800;font-size:18px}.wizard-head{display:grid;gap:10px;margin-bottom:14px}.progress-track{height:8px;border-radius:999px;background:var(--lh-bg-input);overflow:hidden}.progress-fill{height:100%;background:var(--lh-color-primary)}.kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.signals-list{display:grid;gap:10px}.period-switch{display:inline-grid;grid-template-columns:repeat(3,1fr);gap:6px;width:100%}.period-switch button{min-height:36px;border:1px solid var(--lh-divider-line);border-radius:var(--lh-radius-pill);background:transparent;color:var(--lh-text-secondary);font-weight:700}.period-switch button.active{background:var(--lh-color-primary);color:var(--lh-text-on-accent);border-color:transparent}.chart{display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:6px;height:160px}.bar-wrap{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;height:100%}.bar{width:100%;border-radius:8px 8px 4px 4px;background:#39ff14b3;transition:opacity .2s}.bar:hover{opacity:1}.bar-label{font-size:10px;color:var(--lh-text-muted)}.row{display:flex;justify-content:space-between;align-items:center;gap:8px}.menu-item{width:100%;border:0;border-bottom:1px solid var(--lh-divider-line);background:transparent;color:var(--lh-text-primary);min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0}.menu-item:last-child{border-bottom:0}.tabbar{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:430px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(to top,rgba(18,18,18,.96),rgba(18,18,18,.6),transparent)}.tabbar-inner{display:grid;grid-template-columns:repeat(4,1fr);background:var(--lh-bg-card);border:var(--lh-border-glass);border-radius:var(--lh-radius-lg);overflow:hidden}.tab-btn{min-height:58px;border:0;background:transparent;color:var(--lh-text-muted);display:grid;place-items:center;gap:2px;padding:6px 0;font-size:11px;font-weight:700}.tab-btn.active{color:var(--lh-color-primary)}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:92px;max-width:390px;width:calc(100% - 28px);border-radius:10px;border:var(--lh-border-glass);background:var(--lh-bg-card);padding:12px;text-align:center}.confetti{position:relative;overflow:hidden}.confetti span{position:absolute;top:-10px;width:6px;height:14px;border-radius:2px;animation:confetti-fall 2.2s linear infinite}@keyframes slide-in{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes confetti-fall{0%{transform:translateY(-10px) rotate(0);opacity:1}to{transform:translateY(420px) rotate(320deg);opacity:0}}
