@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap");:root{--auth-dark:#09090F;--auth-dark-2:#12121E;--auth-panel-bg:#0E0E1C;--auth-lime:#C8FF00;--auth-purple:#8B5CF6;--auth-purple-soft:#A78BFA;--auth-white:#FFFFFF;--auth-off-white:#F7F7FA;--auth-border:#E4E4EF;--auth-muted:#6B7280;--auth-text:#111118;--auth-error:#EF4444;--auth-success:#22C55E;--auth-font:"Sora",sans-serif}.auth-root{font-family:var(--auth-font);background:var(--auth-dark)}.auth-left,.auth-root{display:flex;min-height:100vh}.auth-left{width:44%;background:var(--auth-panel-bg);flex-direction:column;padding:44px 52px;position:relative;overflow:hidden;flex-shrink:0}.auth-left:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 20% 10%,rgba(139,92,246,.18) 0,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 80%,rgba(200,255,0,.07) 0,transparent 55%),radial-gradient(ellipse 50% 40% at 50% 50%,rgba(139,92,246,.08) 0,transparent 70%);pointer-events:none}.auth-left-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.auth-logo{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:auto}.auth-logo img{border-radius:8px;flex-shrink:0}.auth-logo-name{font-family:var(--auth-font);font-weight:700;font-size:20px;color:var(--auth-white);letter-spacing:-.5px}.auth-headline{margin-top:64px;margin-bottom:32px}.auth-headline h2{font-family:var(--auth-font);font-size:38px;font-weight:800;line-height:1.15;color:var(--auth-white);letter-spacing:-1.5px;margin:0}.auth-headline h2 .hl-lime{color:var(--auth-lime)}.auth-headline h2 .hl-purple{color:var(--auth-purple-soft)}.auth-bullets{list-style:none;padding:0;margin:0 0 auto;display:flex;flex-direction:column;gap:14px}.auth-bullets li{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:500;color:rgba(255,255,255,.75);line-height:1.4}.auth-bullets li:before{content:"";width:20px;height:20px;border-radius:50%;background:rgba(200,255,0,.15);border:1.5px solid rgba(200,255,0,.4);flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='%23C8FF00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.auth-testimonial{margin-top:40px;padding-top:32px;border-top:1px solid rgba(255,255,255,.08)}.auth-testimonial blockquote{margin:0;font-size:14px;font-style:italic;color:rgba(255,255,255,.5);line-height:1.6}.auth-testimonial cite{display:block;margin-top:10px;font-size:12px;font-style:normal;font-weight:600;color:rgba(255,255,255,.3);letter-spacing:.5px;text-transform:uppercase}.auth-right{flex:1 1;background:var(--auth-off-white);align-items:center;padding:44px 48px;overflow-y:auto}.auth-right,.auth-right-inner{display:flex;flex-direction:column}.auth-right-inner{width:100%;max-width:420px;margin:auto 0;gap:0}.auth-steps{justify-content:center;gap:0;margin-bottom:40px}.auth-step,.auth-steps{display:flex;align-items:center}.auth-step{gap:8px;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--auth-muted)}.auth-step.active{color:var(--auth-text)}.auth-step.done{color:var(--auth-success)}.auth-step-num{width:22px;height:22px;border-radius:50%;background:var(--auth-border);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--auth-muted);flex-shrink:0}.auth-step.active .auth-step-num{background:var(--auth-text);color:white}.auth-step.done .auth-step-num{background:var(--auth-success);color:white;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;font-size:0}.auth-step-sep{width:28px;height:1px;background:var(--auth-border);margin:0 4px}.auth-form-header{margin-bottom:28px}.auth-form-header h1{font-family:var(--auth-font);font-size:26px;font-weight:800;color:var(--auth-text);letter-spacing:-.8px;margin:0 0 6px}.auth-form-header p{font-size:14px;color:var(--auth-muted);margin:0;line-height:1.5}.btn-google{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:48px;background:white;border:1.5px solid var(--auth-border);border-radius:10px;font-family:var(--auth-font);font-size:14px;font-weight:600;color:var(--auth-text);cursor:pointer;transition:border-color .15s,box-shadow .15s;text-decoration:none}.btn-google:hover{border-color:#9CA3AF;box-shadow:0 1px 4px rgba(0,0,0,.08)}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0}.auth-divider span{font-size:12px;font-weight:600;color:var(--auth-muted);letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--auth-border)}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:13px;font-weight:600;color:var(--auth-text);letter-spacing:-.1px}.auth-field input,.auth-field select{height:46px;padding:0 14px;background:white;border:1.5px solid var(--auth-border);border-radius:10px;font-family:var(--auth-font);font-size:14px;color:var(--auth-text);outline:none;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-field select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.auth-field input:focus,.auth-field select:focus{border-color:var(--auth-text);box-shadow:0 0 0 3px rgba(17,17,24,.06)}.auth-field input::placeholder{color:#C0C0CC}.auth-field input.error{border-color:var(--auth-error)}.btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:50px;background:var(--auth-text);border:none;border-radius:10px;font-family:var(--auth-font);font-size:15px;font-weight:700;color:white;cursor:pointer;transition:opacity .15s,transform .1s;letter-spacing:-.2px;margin-top:4px;text-decoration:none}.btn-primary:hover{opacity:.88}.btn-primary:active{transform:scale(.99)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.auth-terms{margin-top:16px;font-size:12px;color:var(--auth-muted);text-align:center;line-height:1.6}.auth-terms a{color:var(--auth-text);font-weight:600;text-decoration:underline;text-underline-offset:2px}.auth-error{background:#FEF2F2;border:1px solid #fecaca;border-radius:8px;color:#DC2626}.auth-error,.auth-success-msg{padding:12px 14px;font-size:13px;font-weight:500}.auth-success-msg{background:#F0FDF4;border:1px solid #bbf7d0;border-radius:8px;color:#15803D}.auth-link{text-align:center;font-size:13px;color:var(--auth-muted);margin-top:20px}.auth-link a{color:var(--auth-text);font-weight:700;text-decoration:none}.auth-link a:hover{text-decoration:underline;text-underline-offset:2px}.plan-card{background:white;border:2px solid var(--auth-text);border-radius:16px;padding:28px;margin-bottom:20px;position:relative}.plan-badge{display:inline-flex;align-items:center;background:var(--auth-text);color:white;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 10px;border-radius:6px;margin-bottom:16px}.plan-name{font-size:22px;font-weight:800;color:var(--auth-text);letter-spacing:-.5px;margin-bottom:4px}.plan-name span{color:var(--auth-purple)}.plan-price{font-size:42px;font-weight:800;color:var(--auth-text);letter-spacing:-2px;line-height:1;margin:12px 0}.plan-price sup{font-size:20px;font-weight:700;letter-spacing:0;vertical-align:super}.plan-price span{font-size:16px;font-weight:500;color:var(--auth-muted);letter-spacing:0}.plan-features{list-style:none;margin:20px 0 0;display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--auth-border);padding:20px 0 0}.plan-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--auth-text);line-height:1.4}.plan-features li:before{content:"✓";font-weight:700;color:var(--auth-success);flex-shrink:0;margin-top:1px}.plan-summary{background:white;border:1.5px solid var(--auth-border);border-radius:12px;padding:18px 20px;margin-bottom:16px}.plan-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--auth-text);padding:6px 0}.plan-summary-row.total{border-top:1px solid var(--auth-border);margin-top:6px;padding-top:12px;font-weight:700;font-size:15px}.plan-summary-row span:first-child{color:var(--auth-muted)}.plan-summary-row.total span:first-child{color:var(--auth-text)}.plan-stripe-info{display:flex;align-items:flex-start;gap:10px;background:#F8F8FF;border:1.5px solid #e0e0f0;border-radius:10px;padding:14px 16px;margin-bottom:20px}.plan-stripe-info .stripe-icon{width:24px;height:24px;background:#635BFF;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:900;font-size:13px;color:white;font-style:italic}.plan-stripe-info p{margin:0;font-size:13px;color:var(--auth-muted);line-height:1.5}.plan-stripe-info p strong{display:block;color:var(--auth-text);font-weight:600;margin-bottom:2px}.checkout-cycle-tabs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin:18px 0 12px;padding:5px;border-radius:14px;background:#f2f0f7}.checkout-cycle-tabs button{border:0;border-radius:10px;padding:10px 5px;background:transparent;color:#665f73;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.checkout-cycle-tabs button.active{background:#fff;color:#7047eb;box-shadow:0 3px 12px #28184b12}.checkout-cycle-tabs small{display:block;margin-top:2px;color:#7047eb;font-size:9px}.checkout-plan-list{display:grid;grid-gap:8px;gap:8px}.checkout-plan-list>button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 15px;border:1px solid #ded9e8;border-radius:13px;background:#fff;text-align:left;cursor:pointer}.checkout-plan-list>button.active{border-color:#7047eb;background:#f8f5ff;box-shadow:0 0 0 1px #7047eb}.checkout-plan-list b,.checkout-plan-list span{display:grid;grid-gap:3px;gap:3px}.checkout-plan-list strong{font-size:14px}.checkout-plan-list small{color:#7d7588;font-size:10px;font-weight:600}.checkout-plan-list b{display:flex;align-items:baseline;color:#21182e;font-size:15px}.checkout-plan-list b small{margin-left:2px}.auth-error{margin:10px 0;color:#b42318;font-size:12px;font-weight:700}.btn-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--auth-muted);text-decoration:none;margin-top:14px;justify-content:center;width:100%;transition:color .15s}.btn-back:hover{color:var(--auth-text)}.success-icon{width:72px;height:72px;background:var(--auth-success);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:pop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.success-icon svg{width:32px;height:32px}.success-heading{font-size:28px;font-weight:800;color:var(--auth-text);letter-spacing:-1px;text-align:center;margin:0 0 8px}.success-heading .hl-green{color:var(--auth-success)}.success-sub{font-size:14px;color:var(--auth-muted);text-align:center;margin:0 0 28px;line-height:1.6}.success-redirect{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--auth-muted);margin-top:14px}.success-redirect .dot{width:8px;height:8px;border-radius:50%;border:2px solid var(--auth-muted);border-top:2px solid transparent;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.auth-left-checklist{list-style:none;padding:0;margin:24px 0 auto;display:flex;flex-direction:column;gap:16px}.auth-left-checklist li{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:500;color:rgba(255,255,255,.8)}.check-circle{width:22px;height:22px;border-radius:50%;background:var(--auth-lime);display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:12px;font-family:var(--auth-font);font-size:14px;font-weight:500;line-height:1.4;max-width:340px;box-shadow:0 8px 24px rgba(0,0,0,.15);pointer-events:all;cursor:pointer;transform:translateX(calc(100% + 32px));opacity:0;transition:transform .35s cubic-bezier(.34,1.26,.64,1),opacity .25s ease}.toast.toast-in{transform:translateX(0);opacity:1}.toast-error{background:#1A1A1A}.toast-error,.toast-success{color:#fff;border:1px solid rgba(255,255,255,.08)}.toast-success{background:#14532D}.toast-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.toast-error .toast-icon{background:var(--auth-error)}.toast-success .toast-icon{background:var(--auth-success)}@media (max-width:768px){.auth-root{flex-direction:column;background:var(--auth-off-white)}.auth-left{display:none}.auth-right{padding:32px 24px;min-height:100vh}.auth-right-inner{max-width:100%}.auth-row{grid-template-columns:1fr}.auth-headline h2{font-size:28px}}.auth-mobile-logo{display:none}@media (max-width:768px){.auth-mobile-logo{display:flex;align-items:center;gap:8px;margin-bottom:32px;text-decoration:none}.auth-mobile-logo img{border-radius:6px}}