html,body{overflow:auto!important;height:auto!important}.landing-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--rf-bg, #0a0c10);color:var(--rf-text, #dfe4ea);position:relative;overflow-x:hidden;font-family:var(--rf-font-sans, system-ui, sans-serif)}.landing-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,#171d29,#0a0c10 70%)}.landing-glow{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:80vw;height:60vh;background:radial-gradient(ellipse at center,rgba(127,168,224,.15) 0%,transparent 60%);filter:blur(80px)}.landing-header{position:relative;z-index:10;padding:24px 40px;display:flex;justify-content:flex-start}.landing-logo-small img{height:40px;opacity:.8}@media (max-width: 900px){.landing-logo-small{display:none}}.landing-main{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;align-items:center;padding:60px 20px 80px;max-width:1200px;margin:0 auto}.landing-hero-content{text-align:center;display:flex;flex-direction:column;align-items:center;max-width:800px;margin-bottom:80px}.landing-logo{max-width:100%;height:auto;width:640px;margin-bottom:24px;filter:drop-shadow(0 12px 24px rgba(0,0,0,.6))}.landing-tagline{font-family:var(--rf-font-cond, system-ui);font-size:clamp(23px,5vw,42px);font-weight:700;line-height:1.1;color:#fff;margin-bottom:24px;text-transform:uppercase;letter-spacing:.02em;text-shadow:0 4px 12px rgba(0,0,0,.5)}.landing-desc{font-size:clamp(16px,2vw,20px);color:#8b939f;line-height:1.6;margin-bottom:48px;max-width:600px}.landing-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:18px 48px;background:linear-gradient(180deg,#ffffff1a,#ffffff05);border:1px solid rgba(255,255,255,.2);border-radius:12px;text-decoration:none;overflow:hidden;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff4d;backdrop-filter:blur(12px);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.landing-cta span{font-family:var(--rf-font-mono, monospace);font-size:16px;font-weight:700;letter-spacing:.2em;color:#fff;position:relative;z-index:2;text-shadow:0 1px 2px rgba(0,0,0,.5)}.landing-cta:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 40px #0009,inset 0 1px #fff6;border-color:#ffffff4d}.landing-cta:active{transform:translateY(2px) scale(.98)}.cta-glint{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:skew(-20deg);z-index:1;transition:.5s ease}.landing-cta:hover .cta-glint{left:150%;transition:.8s ease}.landing-footer{position:relative;z-index:10;text-align:center;padding:32px 20px;border-top:1px solid rgba(255,255,255,.05)}.landing-footer p{font-family:var(--rf-font-mono, monospace);font-size:11px;color:#4a5260;letter-spacing:.1em;margin:0}
