.reg-page{min-height:100vh;width:100%;background:radial-gradient(circle at top left,rgba(0,255,255,.05),transparent 35%),linear-gradient(to bottom right,#040812,#060d1a);display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.reg-split-card{display:grid;grid-template-columns:1fr 1fr;width:100%;max-width:1060px;min-height:680px;border-radius:20px;border:1px solid rgba(255,255,255,.07);overflow:hidden;box-shadow:0 0 0 1px rgba(75,233,255,.04),0 30px 80px rgba(0,0,0,.6)}.reg-left{background:#080f1c;border-right:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;overflow-y:auto}.reg-left-inner{width:100%;padding:2.4rem 2.2rem}.reg-status-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(75,233,255,.08);border:1px solid rgba(75,233,255,.18);border-radius:999px;padding:.35rem .9rem;font-size:.72rem;font-weight:600;letter-spacing:.06em;color:#4be9ff;margin-bottom:1.4rem}.reg-status-dot{width:7px;height:7px;border-radius:50%;background:#4be9ff;box-shadow:0 0 6px #4be9ff;animation:reg-pulse 2s ease-in-out infinite}@keyframes reg-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.reg-title{font-size:1.55rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:.5rem;letter-spacing:-.01em}.reg-subtitle{font-size:.88rem;color:rgba(255,255,255,.5);line-height:1.6;margin-bottom:1.6rem}.reg-social-row{display:flex;gap:.7rem;margin-bottom:1.4rem}.reg-social-btn{flex:1;height:44px;display:flex;align-items:center;justify-content:center;gap:.55rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:rgba(255,255,255,.85);font-size:.88rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease;font-family:inherit}.reg-social-btn:hover:not(:disabled){border-color:rgba(75,233,255,.4);background:rgba(75,233,255,.05);transform:translateY(-1px)}.reg-social-btn:disabled{opacity:.5;cursor:not-allowed}.reg-apple-btn{color:rgba(255,255,255,.85)}.reg-divider{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.reg-divider span{flex:1;height:1px;background:rgba(255,255,255,.07)}.reg-divider p{font-size:.68rem;font-weight:600;letter-spacing:.1em;color:rgba(255,255,255,.3);white-space:nowrap}.reg-error-banner{background:rgba(255,60,60,.08);border:1px solid rgba(255,60,60,.25);border-radius:10px;padding:.75rem 1rem;font-size:.82rem;color:#ff7b7b;margin-bottom:1.2rem;line-height:1.5}.reg-form{display:flex;flex-direction:column;gap:0}.reg-field{margin-bottom:1rem}.reg-label{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.6);letter-spacing:.03em;margin-bottom:.45rem}.reg-label svg{opacity:.7}.reg-input-wrap{display:flex;align-items:center;background:#060b16;border:1px solid rgba(255,255,255,.09);border-radius:10px;height:46px;padding:0 .9rem;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.reg-input-wrap:focus-within{border-color:rgba(75,233,255,.4);box-shadow:0 0 0 3px rgba(75,233,255,.06)}.reg-input-wrap.has-error{border-color:rgba(255,60,60,.4)}.reg-input-wrap input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:.9rem;font-family:inherit}.reg-input-wrap input::placeholder{color:rgba(255,255,255,.22)}.reg-eye-btn{background:transparent;border:none;color:rgba(255,255,255,.35);cursor:pointer;display:flex;align-items:center;padding:0;margin-left:.4rem;transition:color .2s ease}.reg-eye-btn:hover{color:rgba(255,255,255,.7)}.reg-strength-bar-wrap{display:flex;align-items:center;gap:.7rem;margin-top:.5rem;padding:.45rem .9rem;background:#060b16;border:1px solid rgba(255,255,255,.07);border-radius:8px}.reg-strength-track{display:flex;gap:3px;flex:1}.reg-strength-seg{flex:1;height:4px;border-radius:999px;transition:background .3s ease}.reg-strength-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;white-space:nowrap;transition:color .3s ease}.reg-field-error{display:block;margin-top:.35rem;font-size:.75rem;color:#ff7b7b}.reg-checkbox-label{display:flex;align-items:center;gap:.7rem;cursor:pointer;margin-bottom:1.2rem;margin-top:.2rem}.reg-checkbox-label input[type=checkbox]{display:none}.reg-checkbox-custom{width:18px;height:18px;border-radius:5px;border:1px solid rgba(255,255,255,.18);background:#060b16;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease;position:relative}.reg-checkbox-label input[type=checkbox]:checked+.reg-checkbox-custom{background:rgba(75,233,255,.15);border-color:#4be9ff}.reg-checkbox-label input[type=checkbox]:checked+.reg-checkbox-custom:after{content:"✓";position:absolute;font-size:11px;color:#4be9ff;font-weight:700}.reg-checkbox-text{font-size:.8rem;color:rgba(255,255,255,.55);line-height:1.5}.reg-checkbox-text a{color:#7dcfff;text-decoration:none}.reg-checkbox-text a:hover{color:#4be9ff;text-decoration:underline}.reg-submit-btn{width:100%;height:50px;display:flex;align-items:center;justify-content:center;gap:.6rem;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#0b1020;color:white;font-size:.88rem;font-weight:700;letter-spacing:.1em;cursor:pointer;font-family:inherit;position:relative;overflow:hidden;transition:border-color .25s ease,background .25s ease,transform .2s ease,box-shadow .25s ease}.reg-submit-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 20%,rgba(75,233,255,.06) 50%,transparent 80%);transform:translateX(-120%);transition:transform .6s ease}.reg-submit-btn:hover:not(:disabled){border-color:rgba(75,233,255,.55);background:rgba(75,233,255,.07);transform:translateY(-2px);box-shadow:0 8px 24px rgba(75,233,255,.1)}.reg-submit-btn:hover:not(:disabled):before{transform:translateX(120%)}.reg-submit-btn:disabled{opacity:.5;cursor:not-allowed}.reg-signin-link{text-align:center;font-size:.83rem;color:rgba(255,255,255,.45);margin-top:1.2rem}.reg-signin-link a{color:#7dcfff;font-weight:600;text-decoration:none}.reg-signin-link a:hover{color:#4be9ff;text-decoration:underline}.reg-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.2);border-top-color:rgba(255,255,255,.8);border-radius:50%;animation:reg-spin .6s linear infinite}@keyframes reg-spin{to{transform:rotate(1turn)}}.reg-right{position:relative;overflow:hidden;background:linear-gradient(rgba(4,10,20,.72),rgba(4,10,20,.88)),url(https://lh3.googleusercontent.com/aida-public/AB6AXuCe94DuIl5Yfsku2si2D7eGf9GWdfpWQBMA80d-pr8Dgc0egTyEKoLTpDavCjDcdwRqC9_fQzWKBLT57YuarKywZYLPoXQluC5Fra5CZ8Eaf-vhb2kdajorypRh5aFQitJguySLdQysv_tKdxmDUf1wOLMoWEshPjkT4MmGAGsR6XeNoRd9dl8RKPbU4ZZ6PIKvlhxbMowZMvBnttchySKCC0bud8h0UoGWjTwBrqgkNSldWASkQvtXyaLMbqDFbWB59nXzDo4rCw6n) 50%/cover no-repeat}.reg-right-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(75,233,255,.05),transparent 60%),linear-gradient(180deg,rgba(75,233,255,.02),transparent);pointer-events:none}.reg-right-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem}.reg-module-tag{display:inline-block;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:.35rem .75rem;font-size:.65rem;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.5);margin-bottom:1.2rem;width:fit-content}.reg-right-headline{font-size:1.4rem;font-weight:700;color:#fff;line-height:1.5;margin-bottom:2rem}.reg-right-accent{color:#4be9ff}.reg-features{display:flex;flex-direction:column;gap:1.4rem}.reg-feature{display:flex;align-items:flex-start;gap:1rem}.reg-feature-icon{width:36px;height:36px;border-radius:10px;border:1px solid rgba(75,233,255,.2);background:rgba(75,233,255,.06);display:flex;align-items:center;justify-content:center;color:#4be9ff;flex-shrink:0;margin-top:1px}.reg-feature h4{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:.35rem}.reg-feature p{font-size:.8rem;color:rgba(255,255,255,.5);line-height:1.7}@media (max-width:900px){.reg-split-card{grid-template-columns:1fr;max-width:520px}.reg-right{min-height:280px;order:-1}.reg-right-content{padding:1.8rem 2rem;justify-content:flex-end}.reg-right-headline{font-size:1.15rem}.reg-features{gap:1rem}}@media (max-width:560px){.reg-page{padding:1rem}.reg-left-inner{padding:1.8rem 1.4rem}.reg-title{font-size:1.3rem}.reg-social-row{flex-direction:column}.reg-right-content{padding:1.4rem}}.reg-text-btn{background:none;border:none;color:#7dcfff;font-weight:600;cursor:pointer;padding:0;font-family:inherit;font-size:.83rem;text-decoration:none}.reg-text-btn:hover{color:#4be9ff;text-decoration:underline}.reg-email-taken-banner{display:flex;align-items:flex-start;gap:.75rem;background:rgba(255,170,0,.07);border:1px solid rgba(255,170,0,.28);border-radius:10px;padding:.85rem 1rem;margin-bottom:1rem}.reg-email-taken-banner span{font-size:1rem;color:#ffaa00;margin-top:1px;flex-shrink:0}.reg-email-taken-banner strong{display:block;font-size:.82rem;color:#ffcc55;margin-bottom:.3rem}.reg-email-taken-banner p{font-size:.8rem;color:rgba(255,255,255,.5);margin:0}.reg-taken-login-link{color:#7dcfff;font-weight:600;text-decoration:none}.reg-taken-login-link:hover{color:#4be9ff;text-decoration:underline}