:root{--brand-red: #e72f44;--brand-navy: #0d263f;--text: #0b1116;--muted: #6b7b88;--bg: #f7f8fa;--card: #ffffff;--ring: rgba(231, 47, 68, 0.35);--line: #e6ecf1;--soft: #f5f8fb}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}.auth-root{min-height:100%;display:grid;place-items:center;padding:24px;gap:16px}.auth-card{width:min(980px,100%);display:grid;grid-template-columns:1.1fr 1fr;gap:0;background:var(--card);border-radius:24px;box-shadow:0 20px 60px rgba(13,38,63,.12);overflow:hidden}.brand{background:radial-gradient(1400px 600px at -20% -40%, rgba(231, 47, 68, 0.25), transparent),linear-gradient(180deg, #10283d, #0d263f);color:#fff;padding:48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.logo{font-weight:800;font-size:28px;letter-spacing:.5px;text-transform:uppercase;background:#fff;color:var(--brand-navy);padding:8px 12px;border-radius:10px}.brand h2{margin:18px 0 6px;font-size:28px}.brand p{margin:0;opacity:.9;max-width:36ch}.auth-form{padding:40px 48px;display:flex;flex-direction:column;gap:16px}.auth-header{display:grid;gap:6px}.auth-form h1{margin:0;font-size:28px;color:var(--brand-navy)}.subtitle{margin:0;color:var(--muted)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px;background:var(--soft);border-radius:16px}.auth-tab{appearance:none;border:none;border-radius:12px;padding:12px 14px;background:rgba(0,0,0,0);color:var(--muted);font-weight:700;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}.auth-tab.active{background:#fff;color:var(--brand-navy);box-shadow:0 8px 20px rgba(13,38,63,.08)}.field{display:grid;gap:8px;margin-top:4px}.field label{font-size:14px;color:var(--muted)}.field input{width:100%;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 14px;font-size:16px;outline:none;transition:border-color .2s,box-shadow .2s}.field input:focus{border-color:var(--brand-red);box-shadow:0 0 0 4px var(--ring)}.field input[aria-invalid=true]{border-color:var(--brand-red)}.field-error,.status-hint{margin:0;font-size:13px;line-height:1.45}.field-error{color:#8a1122}.status-hint{color:var(--muted)}.status-hint--warning{color:#8a1122;font-weight:600}.muted{color:var(--muted)}.captcha-panel{display:grid;gap:8px}.captcha-wrap{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:110px;padding:4px 0 0;overflow:hidden;border-radius:12px;background:var(--soft)}.captcha-wrap>div{border-radius:12px;overflow:hidden}.captcha-wrap>.smart-captcha{position:relative;z-index:1;width:100%;background:#fff}.captcha-placeholder,.captcha-load-error{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--soft);color:var(--muted);font-size:13px;line-height:1.4;text-align:center}.captcha-placeholder{pointer-events:none}.captcha-load-error{flex-direction:column;color:#8a1122}.captcha-spinner{width:18px;height:18px;flex:0 0 18px;border:2px solid var(--line);border-top-color:var(--brand-red);border-radius:50%;animation:captcha-spin .8s linear infinite}.captcha-retry{min-height:40px;padding:8px 16px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--brand-navy);font:inherit;font-weight:700;cursor:pointer}@keyframes captcha-spin{to{transform:rotate(360deg)}}.pwd-wrap{position:relative}.pwd-wrap input{padding-right:96px}.pwd-wrap .ghost{position:absolute;right:6px;top:6px;height:36px;padding:0 12px}.row{display:flex;justify-content:space-between;align-items:center;gap:12px}.auth-actions{margin-top:6px;flex-wrap:wrap}.legal-box{display:grid;gap:10px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fbfcfd}.legal-box--accepted{background:var(--soft)}.legal-box--error{border-color:var(--brand-red);box-shadow:0 0 0 3px rgba(231,47,68,.08)}.legal-checkbox{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:flex-start;font-size:14px;line-height:1.45;color:var(--text)}.legal-checkbox input{margin:2px 0 0}.legal-note,.legal-links,.legal-inline-error{margin:0;font-size:13px;line-height:1.45}.legal-note,.legal-links{color:var(--muted)}.legal-links a{color:var(--brand-navy)}.legal-inline-error{color:#8a1122}.pre-captcha-hint{margin:-2px 0 0;font-size:13px;line-height:1.45;color:#8a1122;font-weight:600}.primary,.outline,.ghost,.link{appearance:none;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .06s ease,filter .2s,border-color .2s,box-shadow .2s}.primary{border:none;background:var(--brand-red);color:#fff;padding:14px 18px;font-size:16px}.primary:disabled,.outline:disabled,.ghost:disabled,.link:disabled,.channel-btn:disabled{filter:grayscale(0.35);cursor:default}.primary:not(:disabled):active,.channel-btn:not(:disabled):active,.outline:not(:disabled):active{transform:translateY(1px)}.outline,.ghost,.link{background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);color:var(--brand-navy);padding:10px 14px}.outline{border-color:var(--line)}.outline:hover:not(:disabled){border-color:var(--brand-red)}.link{border:none;color:var(--brand-red);text-decoration:underline;padding:0}.alert{padding:12px 14px;border-radius:12px;font-size:14px}.alert.error{background:#ffe8eb;color:#8a1122;border:1px solid #ffc6cf}.alert.success{background:#e8fff1;color:#0b6a3b;border:1px solid #c6f3d9}.stepper{display:flex;align-items:center;gap:12px;margin:2px 0 0}.stepper .step{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--muted)}.stepper .step span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eef3f7;color:var(--brand-navy);font-weight:700}.stepper .step.active{color:var(--brand-navy)}.stepper .step.active span{background:var(--brand-red);color:#fff}.stepper .sep{flex:1;height:1px;background:var(--line)}.channel-group{display:grid;grid-template-columns:repeat(3, 1fr);gap:8px}.channel-btn{appearance:none;border:1px solid var(--line);background:#fff;padding:12px 10px;border-radius:12px;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .06s;display:grid;gap:6px;text-align:left;align-content:start;min-height:120px}.channel-btn:hover:not(:disabled){border-color:var(--brand-red)}.channel-btn.active{border-color:var(--brand-red);box-shadow:0 0 0 4px var(--ring)}.channel-btn__title{font-weight:700;color:var(--brand-navy)}.channel-btn__desc{font-size:12px;line-height:1.45;color:var(--muted);font-weight:500}.channel-note{display:grid;gap:6px;margin-top:10px;padding:12px 14px;border-radius:12px;border:1px solid var(--line);background:#f8fafc}.channel-note strong{color:var(--brand-navy)}.channel-note p{margin:0;font-size:13px;line-height:1.5;color:var(--muted)}.password-form{padding:12px;border:1px dashed var(--line);border-radius:12px;background:#fff;display:grid;gap:12px}.block{width:100%}.tos{margin:0;font-size:12px;color:var(--muted)}.fallback-box{display:grid;gap:10px;margin-top:12px}.callme-box{display:grid;gap:12px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fbfcfd}.callme-number{appearance:none;border:none;background:rgba(0,0,0,0);padding:0;cursor:pointer;color:var(--brand-red);font-weight:700;text-decoration:none;font:inherit;text-align:left}.callme-action{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.callme-copy{width:100%}.device-debug{display:grid;gap:8px;margin-top:6px}.device-debug__pre{margin:0;padding:10px 12px;background:#f5f5f5;font-size:12px;max-height:240px;overflow:auto;border-radius:8px;border:1px solid var(--line)}.footer-note{display:flex;gap:16px;align-items:center;justify-content:center;color:var(--muted)}.footer-note .fp{background:#fff;border:1px dashed var(--line);padding:6px 8px;border-radius:8px}@media(max-width: 860px){.auth-card{grid-template-columns:1fr}.brand{padding:36px;align-items:center;text-align:center}.brand p{max-width:100%}.auth-form{padding:28px}}@media(max-width: 600px){.auth-root{padding:16px;align-items:stretch}.auth-card{border-radius:20px;box-shadow:0 12px 32px rgba(13,38,63,.12)}.brand{padding:28px 20px}.logo{font-size:22px}.brand h2{font-size:22px}.auth-form{padding:24px 20px 20px}.auth-form h1{font-size:22px}.primary{padding:12px 14px;font-size:15px}.field input{padding:12px 12px;font-size:15px}.auth-actions{flex-direction:column;align-items:stretch}.channel-group{grid-template-columns:1fr}}@media(max-width: 400px){.auth-root{padding:12px}.auth-card{border-radius:16px;box-shadow:0 8px 24px rgba(13,38,63,.12)}.brand{padding:24px 16px}.brand h2{font-size:20px}.auth-form{padding:20px 16px 16px}.auth-form h1{font-size:20px}.subtitle,.field label,.auth-tab,.channel-btn{font-size:13px}.field input{font-size:14px}.primary{padding:11px 12px;font-size:14px}.outline,.ghost,.link{font-size:13px;padding:8px 10px}.stepper .step span{width:24px;height:24px;font-size:13px}.stepper .step{font-size:13px}.captcha-wrap{transform:scale(0.92);transform-origin:left top}}@media(max-width: 360px){.channel-group,.auth-tabs{grid-template-columns:1fr}.footer-note{flex-direction:column;align-items:flex-start}}.auth-root--mobile{display:block;height:100vh;height:var(--auth-viewport-height, 100dvh);min-height:0;padding:0;overflow:hidden;background:#fff;color:#17191c}.auth-root--mobile .auth-card{display:block;width:min(100%,430px);height:100vh;height:var(--auth-viewport-height, 100dvh);min-height:0;margin:0 auto;overflow:hidden;border-radius:0;box-shadow:none}.auth-root--mobile .auth-form{height:100vh;height:var(--auth-viewport-height, 100dvh);min-height:0;padding:max(16px,env(safe-area-inset-top)) 20px max(20px,env(safe-area-inset-bottom));overflow:hidden;gap:0}.auth-root--mobile .auth-header--mobile{min-height:48px;display:grid;grid-template-columns:44px minmax(0, 1fr) 44px;align-items:center;gap:8px;border:0}.auth-root--mobile .auth-header--mobile h1{color:#17191c;font-size:16px;font-weight:700;line-height:1.25;text-align:center}.mobile-header-back{appearance:none;width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#f7f7f7;color:#303238;cursor:pointer}.mobile-header-back:active{transform:scale(0.97)}.mobile-header-spacer{width:44px}.auth-root--mobile .alert{margin-top:14px}.mobile-request-section{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;padding-top:clamp(42px,9vh,82px);scrollbar-width:none;-webkit-overflow-scrolling:touch}.mobile-request-section::-webkit-scrollbar{display:none}.auth-root--mobile .mobile-request-section>.field{gap:9px}.auth-root--mobile .mobile-request-section>.field label{color:#8b8d92;font-size:13px;font-weight:500}.auth-root--mobile .field input#phone{min-height:52px;padding:13px 14px;border:2px solid rgba(0,0,0,0);border-radius:7px;background:#f1f1f1;color:#17191c;font-size:18px;font-weight:500;box-shadow:none}.auth-root--mobile .field input#phone:focus{border-color:rgba(236,0,63,.24);box-shadow:none}.auth-root--mobile .legal-box{margin-top:20px;padding:0;border:none;background:rgba(0,0,0,0)}.auth-root--mobile .legal-checkbox{align-items:flex-start;color:#5f6268;font-size:12px;line-height:1.4}.auth-root--mobile .legal-links,.auth-root--mobile .legal-note{font-size:11px;line-height:1.4}.auth-root--mobile .captcha-panel{margin-top:16px}.auth-root--mobile .captcha-wrap{min-height:104px;padding:0;transform:none;border-radius:8px}.auth-root--mobile .captcha-panel>.status-hint{color:#8b8d92;font-size:11px}.mobile-continue{width:100%;min-height:54px;margin-top:auto;border-radius:8px;background:#ec003f;font-size:16px;font-weight:700}.auth-root--mobile .primary:disabled{background:#eff0f1;color:#a6a8ac;opacity:1;filter:none}.mobile-verify-form{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mobile-verify-form::-webkit-scrollbar{display:none}html.auth-keyboard-open .mobile-code-heading{margin-top:14px}.mobile-code-heading{width:100%;margin-top:clamp(22px,5vh,48px);text-align:center}.mobile-code-heading h2{margin:24px 0 6px;color:#17191c;font-size:22px;line-height:1.25}.mobile-code-heading p{margin:0;color:#8b8d92;font-size:14px;line-height:1.45;font-weight:500}.mobile-code-heading p strong{color:#5f6268;font-weight:600}.mobile-phone-visual{position:relative;width:94px;height:78px;display:flex;align-items:center;justify-content:center;margin:0 auto;padding-top:5px;overflow:hidden;border:6px solid #202226;border-bottom:0;border-radius:24px 24px 0 0;background:#fff}.mobile-phone-notch{position:absolute;top:-1px;left:50%;width:38px;height:10px;border-radius:0 0 8px 8px;background:#202226;transform:translateX(-50%)}.mobile-phone-visual strong{max-width:82px;overflow:hidden;color:#303238;font-size:9px;letter-spacing:-0.1px;white-space:nowrap}.auth-root--mobile .mobile-code-field{position:relative;width:100%;display:block;margin-top:28px}.mobile-code-boxes{width:100%;display:flex;justify-content:center;gap:8px;cursor:text}.mobile-code-boxes span{width:min(52px,(100vw - 88px)/6);height:56px;display:grid;place-items:center;border:1px solid #d9dadd;border-radius:9px;background:#fff;color:#17191c;font-size:23px;font-weight:600;transition:border-color .15s,box-shadow .15s}.mobile-code-boxes span.active{border-color:#5d5f64;box-shadow:0 0 0 1px #5d5f64}.mobile-code-boxes span.filled{border-color:#b9bbc0}.auth-root--mobile .mobile-code-field .mobile-code-native-input{position:absolute;inset:0;z-index:2;width:100%;min-height:56px;padding:0;border:0;background:rgba(0,0,0,0);color:rgba(0,0,0,0);caret-color:rgba(0,0,0,0);opacity:.01;box-shadow:none}.auth-root--mobile .mobile-code-field .field-error{margin-top:10px;text-align:center}.auth-root--mobile .auth-actions{width:100%;margin-top:24px}.auth-root--mobile .mobile-verify-form>.auth-actions{margin-top:auto}.auth-root--mobile .auth-actions .primary{min-height:54px;width:100%;border-radius:8px;background:#ec003f;font-size:16px}.auth-root--mobile .auth-actions .primary:disabled{background:#eff0f1;color:#a6a8ac}.auth-root--mobile .fallback-box{width:100%;margin-top:18px;text-align:center}.auth-root--mobile .fallback-box .link{color:#7c7f84;font-size:13px;line-height:1.45;text-decoration:none}.mobile-fallback-pending{max-width:290px;margin:20px auto 0;color:#a0a2a6;font-size:12px;line-height:1.45;text-align:center}@media(max-width: 400px){.auth-root--mobile,.auth-root--mobile .auth-card{border-radius:0}.auth-root--mobile .auth-form{padding-right:18px;padding-left:18px}}
.app-update-gate__banner{width:min(980px,100%)}.app-update-gate__banner-content{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:20px;padding:16px 18px;background:linear-gradient(135deg, rgba(255, 244, 244, 0.98), rgba(255, 249, 242, 0.98)),#fff;border:1px solid rgba(228,1,54,.14);box-shadow:0 16px 34px rgba(24,32,43,.08)}.app-update-gate__title{font-size:20px;font-weight:700;color:#2a1d1d}.app-update-gate__message{margin-top:6px;color:#675252;line-height:1.5}.app-update-gate__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.app-update-gate__primary,.app-update-gate__secondary{border-radius:999px;padding:12px 18px;font-size:14px;font-weight:700;cursor:pointer}.app-update-gate__primary{border:0;color:#fff;background:linear-gradient(135deg, #e40136, #ff5f43);box-shadow:0 12px 28px rgba(228,1,54,.22)}.app-update-gate__secondary{border:1px solid rgba(95,63,63,.18);color:#4d3d3d;background:hsla(0,0%,100%,.86)}.app-update-gate__backdrop{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(23,20,24,.48);backdrop-filter:blur(8px)}.app-update-gate__modal{width:min(100%,420px);border-radius:28px;padding:26px 24px 22px;background:radial-gradient(circle at top right, rgba(255, 168, 146, 0.28), transparent 44%),linear-gradient(180deg, #fff9f8, #ffffff);box-shadow:0 28px 60px rgba(20,17,20,.22)}.app-update-gate__badge{display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;border-radius:999px;padding:8px 12px;background:rgba(228,1,54,.1);color:#a61f32;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}@media screen and (max-width: 720px){.app-update-gate__banner-content{flex-direction:column;align-items:flex-start;padding:14px}.app-update-gate__title{font-size:18px}.app-update-gate__actions{width:100%;flex-wrap:wrap}.app-update-gate__primary,.app-update-gate__secondary{flex:1 1 160px;text-align:center}.app-update-gate__modal{border-radius:24px;padding:22px 18px 18px}}
