.landing-page{min-height:100vh;display:flex;flex-direction:column;background:#0a0a0f;color:#fff;font-family:Montserrat,sans-serif}.landing-header{position:absolute;top:0;left:0;right:0;z-index:100;padding:20px 0}.landing-header .container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-header .header-content{display:flex;justify-content:space-between;align-items:center}.landing-header .logo{display:flex;align-items:center;gap:12px}.landing-header .logo-icon{width:48px;height:48px;background:#12e19f;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#0a0a0f}.landing-header .logo-text{font-family:Orbitron,sans-serif;font-size:1.4rem;font-weight:700;color:#fff}.landing-header .btn-login{background:0 0;border:2px solid rgba(255,255,255,.3);color:#fff;padding:10px 24px;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s}.landing-header .btn-login:hover{background:#12e19f;border-color:#12e19f;color:#0a0a0f}.hero-section{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:100vh;overflow:hidden}.hero-section .container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:10}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.hero-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 20%,rgba(18,225,159,.15) 0,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(15,184,130,.1) 0,transparent 40%),linear-gradient(180deg,#0a0a0f 0,#0f1628 50%,#1a1a2e 100%)}.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(18,225,159,.03) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(18,225,159,.03) 2px,transparent 2px);background-size:60px 60px}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-family:Orbitron,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin-bottom:24px;color:#fff}.hero-title .highlight{color:#12e19f;display:inline-block}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{margin-bottom:60px}.btn-primary-cta{background:#12e19f;color:#0a0a0f;border:none;padding:16px 40px;border-radius:12px;font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 20px rgba(18,225,159,.3)}.btn-primary-cta:hover{background:#0fb882;transform:translateY(-2px);box-shadow:0 8px 30px rgba(18,225,159,.4)}.btn-primary-cta:active{transform:translateY(0)}.hero-stats{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:700;color:#12e19f;line-height:1;margin-bottom:6px}.stat-label{font-size:.9rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:1px}.stat-divider{width:1px;height:40px;background:rgba(255,255,255,.15)}.landing-footer{padding:30px 0;background:rgba(10,10,15,.5);border-top:1px solid rgba(255,255,255,.1)}.landing-footer .container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-footer .footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.landing-footer .footer-logo{display:flex;align-items:center;gap:10px;font-family:Orbitron,sans-serif;font-weight:600;color:#fff}.landing-footer .footer-logo i{color:#12e19f;font-size:1.2rem}.landing-footer .footer-text{color:rgba(255,255,255,.4);font-size:.85rem}.auth-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#0a0a0f 0,#0f1628 50%,#1a1a2e 100%);color:#fff;font-family:Montserrat,sans-serif}.auth-header{padding:20px 24px}.auth-header .logo{display:flex;align-items:center;gap:12px;text-decoration:none}.auth-header .logo-icon{width:42px;height:42px;background:#12e19f;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#0a0a0f}.auth-header .logo-text{font-family:Orbitron,sans-serif;font-size:1.2rem;font-weight:700;color:#fff}.auth-content{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px}.auth-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:420px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.auth-title{font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:8px;text-align:center}.auth-subtitle{color:#666;text-align:center;margin-bottom:30px;font-size:.95rem}.auth-footer{padding:20px 24px;text-align:center}.auth-footer p{color:rgba(255,255,255,.4);font-size:.85rem;margin:0}@media (max-width:767.98px){.hero-stats{gap:24px}.stat-divider{display:none}.stat-number{font-size:1.5rem}.landing-footer .footer-content{flex-direction:column;text-align:center}.auth-card{padding:30px 24px}}