.auth-module__Y2OPrW__container{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.auth-module__Y2OPrW__logoSection{text-align:center;margin-bottom:40px}.auth-module__Y2OPrW__logo{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:16px;display:inline-flex;box-shadow:0 4px 12px #3b82f64d}.auth-module__Y2OPrW__logoText{color:#fff;letter-spacing:-1px;font-size:28px;font-weight:700}.auth-module__Y2OPrW__brandName{color:#1e3a8a;margin-bottom:8px;font-size:24px;font-weight:700}.auth-module__Y2OPrW__brandTagline{color:#64748b;font-size:15px}.auth-module__Y2OPrW__card{background:#fff;border-radius:16px;width:100%;max-width:900px;padding:50px 60px;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000014}.auth-module__Y2OPrW__card:before{content:"";background:linear-gradient(90deg,#1e3a8a 0%,#3b82f6 100%);height:4px;position:absolute;top:0;left:0;right:0}.auth-module__Y2OPrW__continueNotice{text-align:center;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin-bottom:24px;padding:12px 16px}.auth-module__Y2OPrW__continueNotice p{color:#92400e;margin:0;font-size:14px;font-weight:500}.auth-module__Y2OPrW__progressContainer{margin-bottom:40px}.auth-module__Y2OPrW__progressSteps{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex;position:relative}.auth-module__Y2OPrW__progressLine{z-index:0;background:#e0e7ff;height:2px;position:absolute;top:20px;left:40px;right:40px}.auth-module__Y2OPrW__progressLineFill{background:linear-gradient(90deg,#3b82f6 0%,#60a5fa 100%);height:100%;transition:width .4s}.auth-module__Y2OPrW__step{z-index:1;text-align:center;flex:1;position:relative}.auth-module__Y2OPrW__stepCircle{color:#94a3b8;background:#fff;border:3px solid #e0e7ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 8px;font-weight:700;transition:all .3s;display:flex}.auth-module__Y2OPrW__step.auth-module__Y2OPrW__active .auth-module__Y2OPrW__stepCircle{color:#fff;background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.auth-module__Y2OPrW__step.auth-module__Y2OPrW__completed .auth-module__Y2OPrW__stepCircle{color:#fff;background:#10b981;border-color:#10b981}.auth-module__Y2OPrW__stepLabel{color:#94a3b8;font-size:13px;font-weight:500}.auth-module__Y2OPrW__step.auth-module__Y2OPrW__active .auth-module__Y2OPrW__stepLabel{color:#1e3a8a;font-weight:600}.auth-module__Y2OPrW__step.auth-module__Y2OPrW__completed .auth-module__Y2OPrW__stepLabel{color:#10b981}.auth-module__Y2OPrW__formSection{animation:.4s auth-module__Y2OPrW__fadeIn}@keyframes auth-module__Y2OPrW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-module__Y2OPrW__sectionTitle{color:#1e3a8a;margin-bottom:8px;font-size:26px;font-weight:700}.auth-module__Y2OPrW__sectionDescription{color:#64748b;margin-bottom:32px;font-size:15px;line-height:1.5}.auth-module__Y2OPrW__formGroup{margin-bottom:20px}.auth-module__Y2OPrW__formLabel{color:#1e293b;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.auth-module__Y2OPrW__required{color:#ef4444}.auth-module__Y2OPrW__formInput{color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .2s}.auth-module__Y2OPrW__formInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.auth-module__Y2OPrW__formInput::placeholder{color:#94a3b8}.auth-module__Y2OPrW__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.auth-module__Y2OPrW__levelGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;display:grid}.auth-module__Y2OPrW__levelCard{cursor:pointer;text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;padding:16px;transition:all .2s}.auth-module__Y2OPrW__levelCard:hover{background:#f8fafc;border-color:#bfdbfe}.auth-module__Y2OPrW__levelCard.auth-module__Y2OPrW__selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.auth-module__Y2OPrW__levelCode{color:#1e3a8a;margin-bottom:4px;font-size:22px;font-weight:700}.auth-module__Y2OPrW__levelCard.auth-module__Y2OPrW__selected .auth-module__Y2OPrW__levelCode{color:#3b82f6}.auth-module__Y2OPrW__levelDescription{color:#64748b;font-size:12px;line-height:1.4}.auth-module__Y2OPrW__examOptions{gap:12px;margin-bottom:24px;display:grid}.auth-module__Y2OPrW__examCard{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:10px;align-items:center;gap:16px;padding:20px;transition:all .2s;display:flex}.auth-module__Y2OPrW__examCard:hover{background:#f8fafc;border-color:#bfdbfe}.auth-module__Y2OPrW__examCard.auth-module__Y2OPrW__selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.auth-module__Y2OPrW__examIcon{color:#3b82f6;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;font-weight:700;display:flex}.auth-module__Y2OPrW__examCard.auth-module__Y2OPrW__selected .auth-module__Y2OPrW__examIcon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.auth-module__Y2OPrW__examInfo{text-align:left;flex:1}.auth-module__Y2OPrW__examName{color:#1e3a8a;margin-bottom:4px;font-size:17px;font-weight:700}.auth-module__Y2OPrW__examCard.auth-module__Y2OPrW__selected .auth-module__Y2OPrW__examName{color:#3b82f6}.auth-module__Y2OPrW__examPurpose{color:#64748b;font-size:13px}.auth-module__Y2OPrW__billingToggle{justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.auth-module__Y2OPrW__billingOption{color:#64748b;cursor:pointer;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:all .2s}.auth-module__Y2OPrW__billingOption.auth-module__Y2OPrW__active{color:#1e3a8a;background:#e0f2fe;font-weight:600}.auth-module__Y2OPrW__toggleSwitch{cursor:pointer;background:#e2e8f0;border:none;border-radius:13px;width:48px;height:26px;transition:background .2s;position:relative}.auth-module__Y2OPrW__toggleSwitch.auth-module__Y2OPrW__annual{background:#3b82f6}.auth-module__Y2OPrW__toggleSwitch:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0000001a}.auth-module__Y2OPrW__toggleSwitch.auth-module__Y2OPrW__annual:after{transform:translate(22px)}.auth-module__Y2OPrW__savingsBadge{color:#fff;background:#10b981;border-radius:10px;padding:4px 8px;font-size:11px;font-weight:600}.auth-module__Y2OPrW__planSavings{color:#10b981;margin-top:4px;font-size:12px;font-weight:600}.auth-module__Y2OPrW__planGrid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:16px;margin-bottom:24px;display:grid}.auth-module__Y2OPrW__planCard{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:24px;transition:all .2s;display:flex;position:relative}.auth-module__Y2OPrW__planCard:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.auth-module__Y2OPrW__planCard.auth-module__Y2OPrW__selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.auth-module__Y2OPrW__planBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:12px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:-10px;right:20px}.auth-module__Y2OPrW__planHeader{height:110px;margin-bottom:16px}.auth-module__Y2OPrW__planName{color:#1e3a8a;margin-bottom:8px;font-size:20px;font-weight:700}.auth-module__Y2OPrW__planCard.auth-module__Y2OPrW__selected .auth-module__Y2OPrW__planName{color:#3b82f6}.auth-module__Y2OPrW__planPrice{align-items:baseline;gap:6px;display:flex}.auth-module__Y2OPrW__priceAmount{color:#1e3a8a;font-size:32px;font-weight:700}.auth-module__Y2OPrW__priceCurrency{color:#1e3a8a;font-size:36px;font-weight:700}.auth-module__Y2OPrW__pricePeriod{color:#94a3b8;font-size:14px}.auth-module__Y2OPrW__priceStrikethrough{color:#94a3b8;margin-top:4px;font-size:13px;line-height:1.4}.auth-module__Y2OPrW__planFeatures{flex:1;margin-top:16px;list-style:none}.auth-module__Y2OPrW__planFeatures li{color:#475569;align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.auth-module__Y2OPrW__planFeatures li:before{content:"✓";color:#10b981;font-size:16px;font-weight:700}.auth-module__Y2OPrW__trialInfo{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:24px;padding:16px;font-size:14px;line-height:1.6}.auth-module__Y2OPrW__buttonGroup{gap:12px;margin-top:32px;display:flex}.auth-module__Y2OPrW__btn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.auth-module__Y2OPrW__btnPrimary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:2px solid #1e40af;padding:16px 32px;font-size:16px;box-shadow:0 4px 16px #3b82f666}.auth-module__Y2OPrW__btnPrimary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-3px);box-shadow:0 8px 24px #3b82f680}.auth-module__Y2OPrW__btnSecondary{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s}.auth-module__Y2OPrW__btnSecondary:hover:not(:disabled){background:#e2e8f0}.auth-module__Y2OPrW__btn:disabled{opacity:.5;cursor:not-allowed}.auth-module__Y2OPrW__errorMessage{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.auth-module__Y2OPrW__authToggle{text-align:center;border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px}.auth-module__Y2OPrW__authToggle p{color:#64748b;font-size:14px}.auth-module__Y2OPrW__authToggle a{color:#3b82f6;cursor:pointer;font-weight:600;text-decoration:none;transition:color .2s}.auth-module__Y2OPrW__authToggle a:hover{color:#2563eb;text-decoration:underline}.auth-module__Y2OPrW__forgotPassword{text-align:right;margin-top:-8px;margin-bottom:24px}.auth-module__Y2OPrW__forgotPassword a{color:#3b82f6;font-size:13px;font-weight:600;text-decoration:none}.auth-module__Y2OPrW__forgotPassword a:hover{text-decoration:underline}.auth-module__Y2OPrW__checkboxGroup{align-items:flex-start;gap:10px;margin-bottom:20px;display:flex}.auth-module__Y2OPrW__checkboxGroup input[type=checkbox]{cursor:pointer;accent-color:#3b82f6;width:18px;height:18px;margin-top:4px}.auth-module__Y2OPrW__checkboxGroup label{color:#475569;cursor:pointer;font-size:13px;line-height:1.5}.auth-module__Y2OPrW__checkboxGroup label a{color:#3b82f6;text-decoration:none}.auth-module__Y2OPrW__checkboxGroup label a:hover{text-decoration:underline}.auth-module__Y2OPrW__successContainer{text-align:center;padding:40px 20px}.auth-module__Y2OPrW__successIcon{color:#10b981;margin-bottom:16px;font-size:64px}.auth-module__Y2OPrW__successTitle{color:#1e3a8a;margin-bottom:12px;font-size:32px;font-weight:700}.auth-module__Y2OPrW__successMessage{color:#64748b;margin-bottom:24px;font-size:16px}.auth-module__Y2OPrW__successDetails{text-align:left;background:#f8fafc;border-radius:8px;margin-bottom:24px;padding:20px}.auth-module__Y2OPrW__successDetails p{color:#475569;margin-bottom:8px;font-size:14px}.auth-module__Y2OPrW__successDetails p strong{color:#1e293b}@media (max-width:960px){.auth-module__Y2OPrW__card{max-width:600px;padding:40px}.auth-module__Y2OPrW__planGrid{grid-template-columns:repeat(2,1fr)}.auth-module__Y2OPrW__planHeader{height:auto;min-height:100px}}@media (max-width:768px){.auth-module__Y2OPrW__card{max-width:480px;padding:32px}.auth-module__Y2OPrW__levelGrid{grid-template-columns:repeat(2,1fr)}.auth-module__Y2OPrW__planGrid,.auth-module__Y2OPrW__formRow{grid-template-columns:1fr}.auth-module__Y2OPrW__buttonGroup{flex-direction:column-reverse}.auth-module__Y2OPrW__btn{width:100%}}@media (max-width:640px){.auth-module__Y2OPrW__container{padding:16px}.auth-module__Y2OPrW__card{padding:24px}.auth-module__Y2OPrW__card:before{height:3px}.auth-module__Y2OPrW__levelGrid,.auth-module__Y2OPrW__planGrid{grid-template-columns:1fr}.auth-module__Y2OPrW__planCard{padding:16px}.auth-module__Y2OPrW__planBadge{padding:3px 8px;font-size:9px;right:10px}.auth-module__Y2OPrW__sectionTitle{font-size:20px}.auth-module__Y2OPrW__progressSteps{margin-bottom:24px}.auth-module__Y2OPrW__stepCircle{width:32px;height:32px;font-size:14px}.auth-module__Y2OPrW__stepLabel{margin-top:4px;font-size:11px}}
