*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#0f0f0f;font-family:Inter,sans-serif;line-height:1.6}.nav{color:#fff;background:#0f0f0f;justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex}.nav-links{align-items:center;gap:20px;display:flex}.nav-links a{color:#aaa;font-size:14px;text-decoration:none}.nav-links a:hover{color:#fff}.btn{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:14px}.btn.primary{color:#fff;background:#4f46e5}.btn.primary:hover{background:#4338ca}.btn.ghost{color:#fff;background:0 0;border:1px solid #444}.btn.large{padding:12px 24px;font-size:16px}.hero{justify-content:space-between;align-items:center;gap:40px;padding:80px 60px;display:flex}.hero-left{max-width:500px}.hero-left h1{margin-bottom:20px;font-size:48px}.hero-left h1 span{color:#4f46e5}.hero-left p{color:#aaa;margin-bottom:30px}.hero-buttons{gap:15px;display:flex}.hero-right img{border-radius:12px;width:650px;box-shadow:0 20px 60px #00000080}.hero-video{object-fit:cover;border-radius:5px;width:650px;height:350px;box-shadow:0 20px 60px #0006}.features{text-align:center;padding:80px 60px}.features h2{margin-bottom:40px;font-size:32px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.feature-card{text-align:left;background:#1a1a1a;border-radius:10px;padding:20px;transition:all .3s}.feature-card:hover{background:#222;transform:translateY(-5px)}.feature-card h3{margin-bottom:10px}.feature-card p{color:#aaa;font-size:14px}.cta{text-align:center;background:#141414;padding:80px 60px}.cta h2{margin-bottom:10px;font-size:28px}.cta p{color:#aaa;margin-bottom:20px}.footer{text-align:center;color:#777;padding:30px;font-size:14px}.modal{background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal.hidden{display:none}.modal-content{background:#1a1a1a;border-radius:10px;width:300px;padding:30px;position:relative}.modal-content input{color:#fff;background:#111;border:1px solid #333;width:100%;margin-bottom:10px;padding:10px}.modal-content button{color:#fff;background:#4f46e5;border:none;width:100%;padding:10px}.modal-close{color:#aaa;cursor:pointer;font-size:22px;transition:all .2s;position:absolute;top:10px;right:14px}.modal-close:hover{color:#fff;transform:scale(1.2)}.link{color:#4f46e5;cursor:pointer}.link:hover{text-decoration:underline}.otp-container{justify-content:center;gap:8px;margin-top:10px;margin-bottom:5px;display:flex}.otp-input{text-align:center;color:#fff;background:#111;border:1px solid #333;border-radius:8px;width:40px;height:40px;font-size:18px}.otp-input:focus{border-color:#4f46e5;outline:none}.error{color:#ff4d4f;margin-top:10px;font-size:13px}.disabled{opacity:.5;pointer-events:none}.google-btn{color:#444;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;align-items:center;gap:10px;margin-top:5px;padding:10px 16px;font-weight:500;display:flex}.google-icon{width:18px;height:18px}#toast-container{z-index:99999;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}.toast{color:#fff;border-radius:10px;justify-content:space-between;align-items:center;min-width:260px;max-width:320px;padding:14px 16px;font-family:Inter,sans-serif;font-size:14px;animation:.25s slideIn;display:flex;box-shadow:0 10px 25px #00000040}.toast.success{background:linear-gradient(135deg,#22c55e,#16a34a)}.toast.error{background:linear-gradient(135deg,#ef4444,#dc2626)}.toast.info{background:linear-gradient(135deg,#3b82f6,#2563eb)}.toast button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:16px}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.alert-modal{z-index:99999;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.alert-modal.hidden{display:none}.alert-box{color:#fff;text-align:center;background:#111;border-radius:14px;width:320px;padding:24px;font-family:Inter,sans-serif;animation:.2s popIn;box-shadow:0 20px 50px #00000080}.alert-icon{margin-bottom:10px;font-size:32px}.alert-box h2{margin-bottom:8px;font-size:18px}.alert-box p{opacity:.85;margin-bottom:20px;font-size:14px}#alert-close-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 16px}#alert-close-btn:hover{background:#1d4ed8}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
