.home-page{background:var(--theme-bg-base);color:var(--theme-text-primary);justify-content:center;align-items:center;width:100vw;min-height:100vh;font-family:Inter,sans-serif;transition:background-color .3s,color .3s;display:flex;position:relative;overflow-x:hidden}.home-bg{z-index:0;background:var(--theme-bg-base);position:fixed;inset:0}.home-bg-orb{z-index:0;pointer-events:none;border-radius:50%;position:fixed}.orb-1{background:radial-gradient(circle, var(--theme-orb-1) 0%, transparent 65%);width:500px;height:500px;top:-150px;right:-100px}.orb-2{background:radial-gradient(circle, var(--theme-orb-2) 0%, transparent 65%);width:400px;height:400px;bottom:-100px;left:-80px}.orb-3{background:radial-gradient(circle, var(--theme-orb-3) 0%, transparent 60%);width:300px;height:300px;top:40%;left:50%;transform:translate(-50%,-50%)}.home-content{z-index:1;flex-direction:column;align-items:center;gap:32px;width:100%;max-width:480px;padding:48px 24px 40px;display:flex;position:relative}.home-hero{text-align:center}.home-badge{background:var(--accent-glow);border:1px solid var(--accent-primary);color:var(--accent-primary);letter-spacing:.3px;border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:11px;font-weight:500;display:inline-flex}.home-badge .eq-bars{align-items:flex-end;gap:2px;height:12px;display:flex}.home-badge .eq-bar{background:var(--accent-primary);border-radius:1px;width:2px;animation:.6s ease-in-out infinite alternate eq}.home-badge .eq-bar:first-child{height:5px;animation-delay:0s}.home-badge .eq-bar:nth-child(2){height:10px;animation-delay:.15s}.home-badge .eq-bar:nth-child(3){height:7px;animation-delay:.3s}.home-title{letter-spacing:-2px;color:var(--theme-text-primary);margin-bottom:16px;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(52px,10vw,72px);font-weight:900;line-height:1}.home-title span{color:var(--accent-primary)}.home-subtitle{color:var(--theme-text-secondary);max-width:340px;margin:0 auto;font-size:14px;line-height:1.6}.home-card{background:var(--theme-glass-bg);-webkit-backdrop-filter:blur(32px);border:1px solid var(--theme-glass-border);width:100%;box-shadow:var(--theme-glass-shadow);border-radius:20px;padding:28px}.home-card-header{margin-bottom:20px}.home-card-title{color:var(--theme-text-primary);margin-bottom:4px;font-size:16px;font-weight:700}.home-card-desc{color:var(--theme-text-secondary);font-size:12px}.home-card .input-glass{background:var(--theme-input-bg);border:1px solid var(--theme-glass-border-subtle);color:var(--theme-text-primary);border-radius:10px;padding:12px 14px;font-size:13px}.home-card .input-glass::placeholder{color:var(--theme-text-muted);border:none}.home-card .input-glass:focus{border-color:var(--accent-primary);background:var(--theme-hover-bg);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.home-card .btn-primary{background:var(--accent-primary);color:#fff;box-shadow:0 4px 14px var(--accent-glow);border-radius:10px;margin-top:10px;padding:12px 20px;font-size:13px}.home-card .btn-primary:hover:not(:disabled){background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 20px #ff572259}.home-card .btn-primary:disabled{opacity:.5;cursor:not-allowed}.home-card p[style]{margin-top:5px;font-size:12px;color:var(--theme-text-muted)!important}.home-card p[style] span{color:var(--accent-primary)!important}.home-footer{color:var(--theme-text-muted);text-align:center;font-size:11px;line-height:1.6}.home-footer a{color:var(--theme-text-secondary);text-decoration:none}.home-footer a:hover{color:var(--accent-primary)}.home-page p.text-sm.text-red-500{color:#ef4444;margin-top:6px;font-size:12px}@media (max-width:768px){.home-title{font-size:clamp(40px,12vw,52px)}.home-card{border-radius:16px;padding:20px}.home-content{padding:32px 16px 20px}}
