@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}._app_18q40_1{min-height:100vh;display:flex;flex-direction:column}._navbar_18q40_7{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:sticky;top:0;z-index:100}._navContainer_18q40_16{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){._navContainer_18q40_16{flex-direction:column;gap:1rem}}._logo_18q40_31{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none}._navMenu_18q40_38{display:flex;list-style:none;gap:2rem}._navMenu_18q40_38 a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}._navMenu_18q40_38 a:hover{opacity:.8}@media(max-width:768px){._navMenu_18q40_38{gap:1rem}}._appMain_18q40_58{flex:1;padding:2rem}._appFooter_18q40_63{background:#0003;color:#ffffffb3;text-align:center;padding:1.5rem;font-size:.9rem}._pageContainer_c1fur_1{max-width:1200px;margin:0 auto}._hero_c1fur_6{text-align:center;padding:4rem 0}._hero_c1fur_6 h1{font-size:3rem;color:#fff;margin-bottom:1rem}@media(max-width:768px){._hero_c1fur_6 h1{font-size:2rem}}._subtitle_c1fur_21{font-size:1.3rem;color:#fffc;margin-bottom:3rem}._authInfo_c1fur_27{margin:2rem auto;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;max-width:500px}._authInfo_c1fur_27 p{color:#fff;margin-bottom:1rem;font-size:1.1rem}._authInfo_c1fur_27 strong{color:#fbbf24}._btnPrimary_c1fur_44{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}._btnPrimary_c1fur_44:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._statusCard_c1fur_60{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;margin:2rem auto;max-width:600px}._statusItem_c1fur_69{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;text-align:left}._statusItem_c1fur_69:last-child{border-bottom:none}._statusItem_c1fur_69 p{color:#ffffffb3;font-size:.9rem;margin-top:.25rem}._statusIcon_c1fur_87{font-size:1.5rem;color:#4ade80;background:#4ade8033;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}._features_c1fur_99{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}._featureCard_c1fur_106{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-align:center;color:#fff;transition:transform .3s}._featureCard_c1fur_106:hover{transform:translateY(-5px)}._featureCard_c1fur_106 h3{font-size:2rem;margin-bottom:.5rem}._featureCard_c1fur_106 p{color:#fffc}._pageContainer_1pg86_1{max-width:1200px;margin:0 auto}._contentSection_1pg86_6{background:#fffffff2;border-radius:16px;padding:3rem;color:#333}._contentSection_1pg86_6 h1{color:#667eea;margin-bottom:2rem}._contentSection_1pg86_6 h2{color:#764ba2;margin:2rem 0 1rem}@media(max-width:768px){._contentSection_1pg86_6{padding:1.5rem}}._aboutContent_1pg86_26 p{line-height:1.7;color:#555}._techList_1pg86_31,._featureList_1pg86_31{list-style:none;padding:0}._techList_1pg86_31 li,._featureList_1pg86_31 li{padding:.75rem 0;border-bottom:1px solid #eee}._featureList_1pg86_31 li{color:#555}._infoBox_1pg86_44{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2rem;margin-top:2rem;color:#fff}._infoBox_1pg86_44 h3{margin-bottom:1rem}._infoBox_1pg86_44 p{margin:.5rem 0;color:#ffffffe6}._statusBadge_1pg86_59{background:#4ade80;color:#000;padding:.25rem .75rem;border-radius:9999px;font-size:.85rem;font-weight:600}._loginContainer_16tgu_2{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}._loginCard_16tgu_11{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;padding:2.5rem}._loginHeader_16tgu_20{text-align:center;margin-bottom:2rem}._loginHeader_16tgu_20 h1{color:#333;margin-bottom:.5rem;font-size:2rem}._loginHeader_16tgu_20 p{color:#666;font-size:.95rem}._loginForm_16tgu_34{margin-bottom:2rem}._formGroup_16tgu_38{margin-bottom:1.5rem}._formGroup_16tgu_38 label{display:block;font-weight:600;margin-bottom:.5rem;color:#333;font-size:.95rem}._formGroup_16tgu_38 input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}._formGroup_16tgu_38 input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._formGroup_16tgu_38 input:disabled{background:#f5f5f5;cursor:not-allowed}._formHint_16tgu_67{display:block;margin-top:.5rem;color:#666;font-size:.85rem}._errorMessage_16tgu_74{padding:.75rem 1rem;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:1rem;font-size:.9rem}._btnPrimary_16tgu_84{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}._btnPrimary_16tgu_84:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._btnPrimary_16tgu_84:disabled{opacity:.6;cursor:not-allowed;transform:none}._loginInfo_16tgu_107{padding-top:1.5rem;border-top:1px solid #e0e0e0}._loginInfo_16tgu_107 h3{font-size:1rem;color:#333;margin-bottom:.75rem}._loginInfo_16tgu_107 ul{list-style:none;padding:0;margin:0}._loginInfo_16tgu_107 ul li{color:#666;font-size:.9rem;padding:.5rem 0 .5rem 1.5rem;position:relative}._loginInfo_16tgu_107 ul li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}._registerContainer_u9v63_1{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}._registerCard_u9v63_10{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:3rem;max-width:600px;width:100%}@media(max-width:768px){._registerCard_u9v63_10{padding:2rem}}._registerHeader_u9v63_24{text-align:center;margin-bottom:2rem}._registerHeader_u9v63_24 h1{margin:0 0 .5rem;color:#333;font-size:2rem}@media(max-width:768px){._registerHeader_u9v63_24 h1{font-size:1.5rem}}._registerHeader_u9v63_24 p{margin:0;color:#666;font-size:1rem}._registerForm_u9v63_44{display:flex;flex-direction:column;gap:1.5rem}._formGroup_u9v63_50{display:flex;flex-direction:column;gap:.5rem}._formGroup_u9v63_50 label{font-weight:600;color:#333;font-size:.95rem}._formGroup_u9v63_50 input{padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}._formGroup_u9v63_50 input:focus{outline:none;border-color:#667eea}._formGroup_u9v63_50 input:disabled{background-color:#f5f5f5;cursor:not-allowed}._required_u9v63_76{color:#e74c3c}._subdomainInputGroup_u9v63_80{display:flex;align-items:center;gap:.5rem}._subdomainInputGroup_u9v63_80 input{flex:1}@media(max-width:768px){._subdomainInputGroup_u9v63_80{flex-direction:column;align-items:stretch}}._subdomainSuffix_u9v63_95{font-weight:600;color:#666;white-space:nowrap}@media(max-width:768px){._subdomainSuffix_u9v63_95{text-align:center}}._subdomainStatus_u9v63_106{padding:.5rem;border-radius:4px;font-size:.9rem;font-weight:500}._subdomainStatus_u9v63_106._checking_u9v63_112{background-color:#fff3cd;color:#856404}._subdomainStatus_u9v63_106._available_u9v63_116{background-color:#d4edda;color:#155724}._subdomainStatus_u9v63_106._unavailable_u9v63_120{background-color:#f8d7da;color:#721c24}._formHint_u9v63_125{color:#888;font-size:.85rem;margin-top:-.25rem}._sectionDivider_u9v63_131{margin:1rem 0;padding-top:1rem;border-top:1px solid #e0e0e0}._sectionDivider_u9v63_131 h3{margin:0;color:#555;font-size:1.2rem}._formRow_u9v63_142{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){._formRow_u9v63_142{grid-template-columns:1fr}}._errorText_u9v63_153{color:#e74c3c;font-size:.85rem;font-weight:500}._errorMessage_u9v63_159{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;border:1px solid #f5c6cb}._btnPrimary_u9v63_167{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;padding:1rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._btnPrimary_u9v63_167:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._btnPrimary_u9v63_167:disabled{opacity:.6;cursor:not-allowed}._registerFooter_u9v63_187{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}._registerFooter_u9v63_187 p{margin:0;color:#666}._registerFooter_u9v63_187 a{color:#667eea;text-decoration:none;font-weight:600}._registerFooter_u9v63_187 a:hover{text-decoration:underline}._successCard_u9v63_206{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:3rem;max-width:600px;width:100%;text-align:center}._successCard_u9v63_206 h1{color:#333;margin:0 0 1rem}._successCard_u9v63_206>p{color:#666;font-size:1.1rem;margin:0 0 2rem}@media(max-width:768px){._successCard_u9v63_206{padding:2rem}}._successIcon_u9v63_230{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem}._successDetails_u9v63_243{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin:2rem 0;text-align:left}._successDetails_u9v63_243 h3{margin:0 0 1rem;color:#333}._detailItem_u9v63_255{margin:.75rem 0;padding:.75rem;background:#fff;border-radius:6px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}._detailItem_u9v63_255 strong{color:#555}._detailItem_u9v63_255 a{color:#667eea;text-decoration:none;word-break:break-all}._detailItem_u9v63_255 a:hover{text-decoration:underline}._redirectMessage_u9v63_278{color:#888;font-size:.95rem;margin:2rem 0 1rem}._profileContainer_1r65y_1{max-width:1200px;margin:0 auto;padding:2rem}._profileHeader_1r65y_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}._profileHeader_1r65y_7 h1{margin:0;font-size:2rem;color:#fff}@media(max-width:768px){._profileHeader_1r65y_7{flex-direction:column;gap:1.5rem;text-align:center}}._profileInfo_1r65y_30{display:flex;align-items:center;gap:1.5rem}@media(max-width:768px){._profileInfo_1r65y_30{flex-direction:column}}._profileAvatar_1r65y_41{width:80px;height:80px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;border:3px solid white}._profileEmail_1r65y_55{margin:.5rem 0 0;opacity:.9;font-size:1.1rem}._btnLogout_1r65y_61{padding:.75rem 1.5rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._btnLogout_1r65y_61:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}._profileContent_1r65y_76{display:flex;flex-direction:column;gap:1.5rem}._card_1r65y_82{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}._card_1r65y_82 h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem}._cardHeader_1r65y_94{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._cardHeader_1r65y_94 h2{margin:0}@media(max-width:768px){._cardHeader_1r65y_94{flex-direction:column;align-items:flex-start;gap:1rem}}._tokenActions_1r65y_111{display:flex;gap:.5rem}@media(max-width:768px){._tokenActions_1r65y_111{width:100%;flex-direction:column}}._btnSmall_1r65y_122{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .3s ease}._btnSmall_1r65y_122:hover{background:#5568d3}@media(max-width:768px){._btnSmall_1r65y_122{width:100%}}._btnCopy_1r65y_141{background:#10b981}._btnCopy_1r65y_141:hover{background:#059669}._infoGrid_1r65y_148{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}._infoItem_1r65y_154{padding:1rem;background:#f9fafb;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}._infoLabel_1r65y_163{font-size:.875rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._infoValue_1r65y_171{font-size:1rem;color:#333;word-break:break-all}._realmBadge_1r65y_177{display:inline-block;padding:.25rem .75rem;background:#667eea;color:#fff;border-radius:6px;font-weight:600;font-size:.9rem}._matchBadge_1r65y_187{display:inline-block;padding:.25rem .75rem;border-radius:6px;font-weight:600;font-size:.9rem;text-transform:uppercase}._matchExact_1r65y_196{background:#10b981;color:#fff}._matchDomain_1r65y_201{background:#3b82f6;color:#fff}._matchFallback_1r65y_206{background:#f59e0b;color:#fff}._infoNote_1r65y_211{margin-top:1rem;padding:1rem;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:4px}._infoNote_1r65y_211 strong{display:block;margin-bottom:.5rem;color:#92400e}._infoNote_1r65y_211 ul{margin:.5rem 0 0;padding-left:1.5rem}._infoNote_1r65y_211 li{color:#78350f;margin:.25rem 0}._infoNote_1r65y_211 code{background:#fde68a;padding:.125rem .375rem;border-radius:3px;font-family:Courier New,monospace;font-weight:600}._tokenValidity_1r65y_239{display:flex;gap:2rem;margin-bottom:1rem;padding:1rem;background:#f0fdf4;border-radius:8px;border:2px solid #86efac}@media(max-width:768px){._tokenValidity_1r65y_239{flex-direction:column;gap:1rem}}._validityItem_1r65y_255{display:flex;flex-direction:column;gap:.25rem}._validityLabel_1r65y_261{font-size:.875rem;color:#166534;font-weight:600}._validityValue_1r65y_267{font-size:1rem;color:#15803d}._tokenDisplay_1r65y_272{max-height:500px;overflow:auto;background:#1e293b;border-radius:8px;padding:1.5rem}._tokenRaw_1r65y_280,._tokenJson_1r65y_281{margin:0;color:#94a3b8;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6;white-space:pre-wrap;word-break:break-all}._claimsGrid_1r65y_291{display:flex;flex-direction:column;gap:.75rem}._claimItem_1r65y_297{padding:.75rem 1rem;background:#f9fafb;border-radius:6px;display:flex;gap:1rem;font-family:Courier New,monospace;font-size:.875rem}._claimKey_1r65y_307{color:#667eea;font-weight:600;min-width:200px}._claimValue_1r65y_313{color:#333;word-break:break-all;flex:1}._requestVerificationContainer_dk1y3_3{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2)}._verificationCard_dk1y3_12,._successCard_dk1y3_13{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:3rem;max-width:600px;width:100%;animation:_slideUp_dk1y3_1 .4s ease-out}._verificationCard_dk1y3_12 h1,._successCard_dk1y3_13 h1{color:#2d3748;font-size:2rem;margin-bottom:.5rem;font-weight:700}@keyframes _slideUp_dk1y3_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._subtitle_dk1y3_40{color:#718096;font-size:1rem;margin-bottom:2rem}._verificationForm_dk1y3_47{margin-bottom:2rem}._formGroup_dk1y3_51{margin-bottom:1.5rem}._formGroup_dk1y3_51 label{display:block;color:#2d3748;font-weight:600;margin-bottom:.5rem;font-size:.95rem}._formControl_dk1y3_62{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;transition:all .2s;font-family:inherit}._formControl_dk1y3_62:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._formControl_dk1y3_62._error_dk1y3_76{border-color:#f56565}._formControl_dk1y3_62:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6}._btn_dk1y3_86{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;font-family:inherit}._btnPrimary_dk1y3_102{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._btnPrimary_dk1y3_102:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}._btnPrimary_dk1y3_102:active:not(:disabled){transform:translateY(0)}._btnPrimary_dk1y3_102:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_dk1y3_118{background:#e2e8f0;color:#2d3748}._btnSecondary_dk1y3_118:hover{background:#cbd5e0}._spinner_dk1y3_127{width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_dk1y3_127 .8s linear infinite}@keyframes _spin_dk1y3_127{to{transform:rotate(360deg)}}._errorMessage_dk1y3_142{display:flex;align-items:center;gap:.5rem;color:#f56565;font-size:.875rem;margin-top:.5rem}._errorIcon_dk1y3_151{font-size:1rem}._successCard_dk1y3_13{text-align:center}._successIcon_dk1y3_160{width:80px;height:80px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-size:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;animation:_scaleIn_dk1y3_1 .5s ease-out}@keyframes _scaleIn_dk1y3_1{0%{transform:scale(0)}to{transform:scale(1)}}._successMessage_dk1y3_182{font-size:1.125rem;color:#4a5568;margin-bottom:2rem}._instructions_dk1y3_188{text-align:left;background:#f7fafc;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}._instructions_dk1y3_188 h3{color:#2d3748;font-size:1rem;margin-bottom:1rem}._instructions_dk1y3_188 ol{margin-left:1.5rem;color:#4a5568}._instructions_dk1y3_188 li{margin-bottom:.5rem}._infoBox_dk1y3_208{background:#edf2f7;border-left:4px solid #667eea;padding:1rem;border-radius:4px;margin-bottom:2rem}._infoBox_dk1y3_208 p{color:#4a5568;font-size:.9rem;margin-bottom:.5rem}._infoBox_dk1y3_208 p:last-child{margin-bottom:0}._infoSection_dk1y3_225{background:#f7fafc;padding:1.5rem;border-radius:8px;margin-top:2rem}._infoSection_dk1y3_225 h3{color:#2d3748;font-size:1rem;margin-bottom:1rem}._infoSection_dk1y3_225 ul{list-style:none;padding:0;margin:0}._infoSection_dk1y3_225 li{color:#4a5568;padding:.5rem 0 .5rem 1.5rem;position:relative}._infoSection_dk1y3_225 li:before{content:"•";color:#667eea;font-weight:700;position:absolute;left:0}._helpSection_dk1y3_256{text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0;margin-top:2rem}._helpSection_dk1y3_256 p{color:#718096;font-size:.95rem}._link_dk1y3_267{color:#667eea;text-decoration:none;font-weight:600}._link_dk1y3_267:hover{text-decoration:underline}@media(max-width:640px){._verificationCard_dk1y3_12,._successCard_dk1y3_13{padding:2rem 1.5rem}._verificationCard_dk1y3_12 h1,._successCard_dk1y3_13 h1{font-size:1.5rem}._successIcon_dk1y3_160{width:60px;height:60px;font-size:2rem}}._verifyCreateContainer_nbtq9_2{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2)}._verifyCard_nbtq9_11,._successCard_nbtq9_12,._errorCard_nbtq9_13{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:3rem;max-width:600px;width:100%;animation:_slideUp_nbtq9_1 .4s ease-out}._verifyCard_nbtq9_11 h1,._successCard_nbtq9_12 h1,._errorCard_nbtq9_13 h1{color:#2d3748;font-size:2rem;margin-bottom:.5rem;font-weight:700}@keyframes _slideUp_nbtq9_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._subtitle_nbtq9_41{color:#718096;font-size:1rem;margin-bottom:2rem}._alert_nbtq9_48{padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}._alertError_nbtq9_57{background:#fff5f5;border:1px solid #feb2b2;color:#c53030}._alertIcon_nbtq9_63{font-size:1.25rem}._verifyForm_nbtq9_68{margin-bottom:2rem}._formGroup_nbtq9_72{margin-bottom:1.5rem}._formGroup_nbtq9_72 label{display:block;color:#2d3748;font-weight:600;margin-bottom:.5rem;font-size:.95rem}._required_nbtq9_83{color:#f56565}._formControl_nbtq9_87{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;transition:all .2s;font-family:inherit}._formControl_nbtq9_87:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._formControl_nbtq9_87._error_nbtq9_13{border-color:#f56565}._formControl_nbtq9_87:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6}._subdomainInputWrapper_nbtq9_111{position:relative;display:flex;align-items:center}._subdomainInput_nbtq9_111{flex:1;padding-right:200px}._subdomainSuffix_nbtq9_122{position:absolute;right:1rem;color:#718096;font-size:.95rem;pointer-events:none}._errorMessage_nbtq9_131{display:flex;align-items:center;gap:.5rem;color:#f56565;font-size:.875rem;margin-top:.5rem}._errorIcon_nbtq9_140{font-size:1rem}._helpText_nbtq9_145{color:#48bb78;font-size:.875rem;margin-top:.5rem}._btn_nbtq9_152{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;font-family:inherit}._btnPrimary_nbtq9_168{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._btnPrimary_nbtq9_168:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}._btnPrimary_nbtq9_168:active:not(:disabled){transform:translateY(0)}._btnPrimary_nbtq9_168:disabled{opacity:.6;cursor:not-allowed}._spinner_nbtq9_185{width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_nbtq9_185 .8s linear infinite}@keyframes _spin_nbtq9_185{to{transform:rotate(360deg)}}._infoSection_nbtq9_200{background:#f7fafc;padding:1.5rem;border-radius:8px;margin-top:2rem}._infoSection_nbtq9_200 h3{color:#2d3748;font-size:1rem;margin-bottom:1rem}._infoSection_nbtq9_200 ul{list-style:none;padding:0;margin:0}._infoSection_nbtq9_200 li{color:#4a5568;padding:.5rem 0;font-size:.95rem}._successCard_nbtq9_12,._errorCard_nbtq9_13{text-align:center}._successIcon_nbtq9_228{width:80px;height:80px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-size:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;animation:_scaleIn_nbtq9_1 .5s ease-out}._errorIconLarge_nbtq9_242{width:80px;height:80px;background:linear-gradient(135deg,#f56565,#c53030);color:#fff;font-size:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;animation:_scaleIn_nbtq9_1 .5s ease-out}@keyframes _scaleIn_nbtq9_1{0%{transform:scale(0)}to{transform:scale(1)}}._successMessage_nbtq9_264,._errorMessageLarge_nbtq9_265{font-size:1.125rem;color:#4a5568;margin-bottom:2rem}._tenantInfo_nbtq9_272{background:#f7fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:left}._tenantInfo_nbtq9_272 h3{color:#2d3748;font-size:1rem;margin-bottom:1rem}._infoItem_nbtq9_285{margin-bottom:1rem}._infoItem_nbtq9_285:last-child{margin-bottom:0}._infoItem_nbtq9_285 label{display:block;color:#718096;font-size:.875rem;margin-bottom:.25rem}._loginUrl_nbtq9_298{color:#667eea;text-decoration:none;font-weight:600;word-break:break-all}._loginUrl_nbtq9_298:hover{text-decoration:underline}._redirectInfo_nbtq9_309{background:#edf2f7;padding:1rem;border-radius:8px;margin-bottom:2rem}._redirectInfo_nbtq9_309 p{color:#4a5568;font-size:.95rem;margin-bottom:.75rem}._progressBar_nbtq9_322{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}._progressFill_nbtq9_330{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width 1s linear}@media(max-width:640px){._verifyCard_nbtq9_11,._successCard_nbtq9_12,._errorCard_nbtq9_13{padding:2rem 1.5rem}._verifyCard_nbtq9_11 h1,._successCard_nbtq9_12 h1,._errorCard_nbtq9_13 h1{font-size:1.5rem}._successIcon_nbtq9_228,._errorIconLarge_nbtq9_242{width:60px;height:60px;font-size:2rem}._subdomainInput_nbtq9_111{padding-right:10px}._subdomainSuffix_nbtq9_122{position:static;display:block;margin-top:.5rem;padding-left:1rem}._subdomainInputWrapper_nbtq9_111{flex-direction:column;align-items:flex-start}}
