:root{--auth-bg:#050508;--auth-surface:#0c0c14;--auth-card:#101018;--auth-border:#1a1a28;--auth-border-hover:#2a2a3e;--auth-text:#eeeef4;--auth-text-muted:#8080a0;--auth-text-dim:#4a4a66;--auth-accent:#635bff;--auth-accent-light:#8b83ff;--auth-accent-glow:rgba(99,91,255,.15);--auth-green:#00d4aa;--auth-green-dim:rgba(0,212,170,.1)}.auth-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;background:var(--auth-bg);color:var(--auth-text);font-family:var(--font-inter),Inter,system-ui,sans-serif}@media (max-width:900px){.auth-page{grid-template-columns:1fr}.auth-left-panel{display:none!important}}.auth-left-panel{position:relative;overflow:hidden;background:linear-gradient(160deg,#0a0a18,#0d0820 50%,#080612);display:flex;flex-direction:column;justify-content:center;padding:60px}.auth-left-panel:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 40%,rgba(99,91,255,.08) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(0,212,170,.05) 0,transparent 50%);animation:auth-bgShift 20s ease infinite;pointer-events:none}@keyframes auth-bgShift{0%,to{transform:translate(0)}33%{transform:translate(2%,-3%)}66%{transform:translate(-2%,2%)}}.auth-grid-bg{inset:0;background-image:linear-gradient(rgba(99,91,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(99,91,255,.03) 1px,transparent 0);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 70%);mask-image:radial-gradient(ellipse at center,#000 30%,transparent 70%)}.auth-grid-bg,.auth-scanline{position:absolute;pointer-events:none}.auth-scanline{top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--auth-accent),var(--auth-green),transparent);opacity:.3;animation:auth-scanDown 6s linear infinite;z-index:5}@keyframes auth-scanDown{0%{top:0}to{top:100%}}.auth-left-content{position:relative;z-index:2}.auth-brand{font-family:var(--font-inter),Inter,system-ui,sans-serif;font-size:28px;font-weight:800;letter-spacing:-.5px;margin-bottom:48px;display:flex;align-items:center;gap:10px;color:var(--auth-text);text-decoration:none}.auth-brand .auth-dot{width:10px;height:10px;border-radius:50%;background:var(--auth-green);box-shadow:0 0 20px rgba(0,212,170,.4);animation:auth-pulse 2s infinite;flex-shrink:0}@keyframes auth-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.auth-hero-text{font-family:var(--font-inter),Inter,system-ui,sans-serif;font-size:48px;font-weight:800;line-height:1.1;letter-spacing:-2px;margin-bottom:24px}.auth-hero-text .auth-highlight{background:linear-gradient(135deg,var(--auth-accent-light),var(--auth-green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-hero-sub{font-size:16px;color:var(--auth-text-muted);line-height:1.7;max-width:400px;margin-bottom:48px}.auth-floating-cards{position:relative;height:300px;margin-bottom:40px}.auth-float-card{position:absolute;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid var(--auth-border);transition:transform .4s ease}.auth-float-card:hover{transform:scale(1.03)!important;z-index:10}.auth-float-card:first-child{width:280px;height:180px;top:0;left:0;animation:auth-float1 8s ease-in-out infinite;z-index:3}.auth-float-card:nth-child(2){width:220px;height:150px;top:40px;left:240px;animation:auth-float2 10s ease-in-out infinite;z-index:2}.auth-float-card:nth-child(3){width:260px;height:160px;top:140px;left:80px;animation:auth-float3 9s ease-in-out infinite;z-index:1}.auth-card-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center}.auth-card-inner .auth-card-icon{font-size:40px;margin-bottom:8px}.auth-card-inner .auth-card-title{font-size:14px;font-weight:700;color:#eee}.auth-card-inner .auth-card-sub{font-size:11px;color:#8080a0;margin-top:4px}.auth-card-label{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:linear-gradient(transparent,rgba(0,0,0,.85));font-size:12px;font-weight:600;color:#fff;letter-spacing:.5px}.auth-card-label .auth-status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--auth-green);margin-right:6px;animation:auth-pulse 1.5s infinite}@keyframes auth-float1{0%,to{transform:translate(0) rotate(-1deg)}50%{transform:translate(8px,-12px) rotate(.5deg)}}@keyframes auth-float2{0%,to{transform:translate(0) rotate(1deg)}50%{transform:translate(-10px,8px) rotate(-.5deg)}}@keyframes auth-float3{0%,to{transform:translate(0) rotate(.5deg)}50%{transform:translate(6px,-8px) rotate(-1deg)}}.auth-value-props{display:flex;gap:32px}.auth-value-prop{display:flex;align-items:flex-start;gap:10px}.auth-vp-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.auth-vp-icon.vp-green{background:var(--auth-green-dim)}.auth-vp-icon.vp-accent{background:var(--auth-accent-glow)}.auth-vp-icon.vp-gold{background:rgba(251,191,36,.1)}.auth-vp-title{font-size:13px;font-weight:700;color:var(--auth-text);margin-bottom:2px}.auth-vp-desc{font-size:12px;color:var(--auth-text-dim)}.auth-stats{display:flex;gap:24px;margin-top:32px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.05)}.auth-stat-num{font-family:var(--font-inter),Inter,system-ui,sans-serif;font-size:28px;font-weight:800;background:linear-gradient(135deg,var(--auth-text),var(--auth-text-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-stat-label{font-size:11px;color:var(--auth-text-dim);text-transform:uppercase;letter-spacing:1px;font-weight:500}.auth-right-panel{display:flex;align-items:center;justify-content:center;padding:40px;position:relative}.auth-wrapper{width:100%;max-width:420px}.auth-mobile-logo{display:none;font-family:var(--font-inter),Inter,system-ui,sans-serif;font-size:24px;font-weight:800;text-align:center;margin-bottom:32px;align-items:center;justify-content:center;gap:8px;color:var(--auth-text);text-decoration:none}.auth-mobile-logo .auth-dot{width:8px;height:8px;border-radius:50%;background:var(--auth-green);display:inline-block;flex-shrink:0}@media (max-width:900px){.auth-mobile-logo{display:flex}}.auth-promos{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.auth-promo{border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;cursor:default;transition:all .3s ease}.auth-promo:hover{transform:translateX(4px)}.auth-promo.promo-free{background:linear-gradient(135deg,rgba(0,212,170,.08),rgba(0,212,170,.02));border:1px solid rgba(0,212,170,.15)}.auth-promo.promo-byok{background:linear-gradient(135deg,rgba(99,91,255,.08),rgba(99,91,255,.02));border:1px solid rgba(99,91,255,.15)}.auth-promo-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.promo-free .auth-promo-icon{background:rgba(0,212,170,.12)}.promo-byok .auth-promo-icon{background:rgba(99,91,255,.12)}.auth-promo-title{font-size:14px;font-weight:700;margin-bottom:2px}.promo-free .auth-promo-title{color:var(--auth-green)}.promo-byok .auth-promo-title{color:var(--auth-accent-light)}.auth-promo-desc{font-size:12px;color:var(--auth-text-dim);line-height:1.4}.auth-promo-tag{margin-left:auto;padding:4px 10px;border-radius:100px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;flex-shrink:0}.promo-free .auth-promo-tag{background:rgba(0,212,170,.12);color:var(--auth-green)}.promo-byok .auth-promo-tag{background:rgba(99,91,255,.12);color:var(--auth-accent-light)}.auth-tabs{display:flex;background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:14px;padding:4px;margin-bottom:32px}.auth-tabs a{flex:1;padding:12px;text-align:center;border-radius:10px;color:var(--auth-text-muted);font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.auth-tabs a.auth-tab-active{background:var(--auth-accent);color:#fff;box-shadow:0 4px 20px rgba(99,91,255,.3)}.auth-google-btn,.auth-tabs a:not(.auth-tab-active):hover{color:var(--auth-text)}.auth-google-btn{width:100%;padding:14px;border-radius:12px;border:1px solid var(--auth-border);background:var(--auth-surface);font-family:var(--font-inter),Inter,system-ui,sans-serif;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .25s ease;margin-bottom:24px}.auth-google-btn:hover{background:var(--auth-card);border-color:var(--auth-border-hover);transform:translateY(-1px);box-shadow:0 8px 30px rgba(0,0,0,.3)}.auth-google-btn svg{width:20px;height:20px}.auth-divider{display:flex;align-items:center;gap:16px;margin-bottom:24px}.auth-divider-line{flex:1;height:1px;background:var(--auth-border)}.auth-divider span{font-size:12px;color:var(--auth-text-dim);text-transform:uppercase;letter-spacing:1px;font-weight:500}.auth-form-group{margin-bottom:16px}.auth-form-group label{display:block;font-size:13px;font-weight:600;color:var(--auth-text-muted);margin-bottom:6px;letter-spacing:.3px}.auth-form-group input{width:100%;padding:14px 16px;border-radius:12px;border:1px solid var(--auth-border);background:var(--auth-surface);color:var(--auth-text);font-family:var(--font-inter),Inter,system-ui,sans-serif;font-size:15px;outline:none;transition:all .25s ease}.auth-form-group input::-moz-placeholder{color:var(--auth-text-dim)}.auth-form-group input::placeholder{color:var(--auth-text-dim)}.auth-form-group input:focus{border-color:var(--auth-accent);box-shadow:0 0 0 3px var(--auth-accent-glow)}.auth-form-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.auth-form-row label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--auth-text-muted);cursor:pointer}.auth-form-row label input[type=checkbox]{width:16px;height:16px;accent-color:var(--auth-accent);cursor:pointer}.auth-form-row a{font-size:13px;color:var(--auth-accent-light);text-decoration:none;font-weight:500}.auth-form-row a:hover{text-decoration:underline}.auth-name-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:48px}.auth-eye-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--auth-text-dim);cursor:pointer;font-size:16px;padding:4px;transition:color .2s}.auth-eye-toggle:hover{color:var(--auth-text-muted)}.auth-submit-btn{width:100%;padding:16px;border-radius:12px;border:none;background:linear-gradient(135deg,var(--auth-accent),var(--auth-accent-light));color:#fff;font-family:var(--font-inter),Inter,system-ui,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s ease;letter-spacing:.3px;box-shadow:0 4px 24px rgba(99,91,255,.3);margin-bottom:24px}.auth-submit-btn:hover{box-shadow:0 8px 36px rgba(99,91,255,.4);transform:translateY(-2px)}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-error{margin-bottom:20px;padding:12px 16px;border-radius:12px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#f87171;font-size:14px;text-align:center}.auth-footer{text-align:center;font-size:12px;color:var(--auth-text-dim);line-height:1.6}.auth-footer a{color:var(--auth-text-muted);text-decoration:none}.auth-footer a:hover{color:var(--auth-text)}.auth-noise{position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");pointer-events:none;z-index:999}