.biance-download-dialog{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--biance-text);background:#000000bf;place-items:center;padding:20px;font-family:Binance Plex,IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;display:grid;position:fixed;inset:0}.biance-download-dialog__modal{background:linear-gradient(#20232b,#1a1c22);border:1px solid #2b3139;border-radius:20px;flex-direction:column;width:min(460px,100%);display:flex;position:relative;overflow:hidden;box-shadow:0 32px 80px #0000008c,inset 0 0 0 1px #f0b90b0f}.biance-download-dialog__modal--loading{pointer-events:none}.biance-download-dialog__header{justify-content:space-between;align-items:center;padding:24px 28px 0;display:flex}.biance-download-dialog__logo{width:auto;height:22px}.biance-download-dialog__header-badge{color:var(--biance-secondary);letter-spacing:.04em;text-transform:uppercase;background:#f0b90b1f;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.biance-download-dialog__header-badge svg{color:var(--biance-secondary)}.biance-download-dialog__body{flex-direction:column;gap:14px;padding:18px 28px 10px;display:flex}.biance-download-dialog__title{letter-spacing:-.01em;color:var(--biance-text);margin:0;font-size:22px;font-weight:600}.biance-download-dialog__description{color:var(--biance-text-muted);margin:0;font-size:14px;line-height:1.55}.biance-download-dialog__file-row{background:#2b313980;border:1px solid #2b3139;border-radius:12px;align-items:center;gap:12px;margin-top:4px;padding:14px 16px;display:flex}.biance-download-dialog__file-icon{background:#f0b90b1f;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.biance-download-dialog__file-icon svg{width:18px;height:18px;fill:var(--biance-secondary)}.biance-download-dialog__file-text{flex-direction:column;gap:2px;min-width:0;display:flex}.biance-download-dialog__file-name{color:var(--biance-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.biance-download-dialog__file-hint{color:var(--biance-text-soft);font-size:11px}.biance-download-dialog__steps{flex-direction:column;gap:14px;margin:4px 0 0;padding:0;list-style:none;display:flex}.biance-download-dialog__steps li{color:var(--biance-text-muted);align-items:flex-start;gap:12px;font-size:13px;line-height:1.5;display:flex}.biance-download-dialog__step-num{background:var(--biance-secondary);color:#181a20;border-radius:50%;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:grid}.biance-download-dialog__footer{flex-direction:column;gap:10px;padding:10px 28px 24px;display:flex}.biance-download-dialog__primary-btn{font:inherit;color:#181a20;background:var(--biance-primary);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 18px;font-size:15px;font-weight:600;transition:background-color .15s,opacity .15s,transform 60ms;display:inline-flex;position:relative;overflow:hidden}.biance-download-dialog__primary-btn:hover:not(:disabled){background:var(--biance-primary-hover)}.biance-download-dialog__primary-btn:active:not(:disabled){transform:translateY(1px)}.biance-download-dialog__primary-btn:disabled{opacity:.55;cursor:not-allowed}.biance-download-dialog__primary-btn.is-progressing{background:var(--biance-secondary)}.biance-download-dialog__btn-content{z-index:1;align-items:center;gap:8px;display:inline-flex;position:relative}.biance-download-dialog__btn-content svg{width:16px;height:16px}.biance-download-dialog__btn-progress{transform-origin:0;pointer-events:none;background:#181a202e;position:absolute;inset:0;transform:scaleX(0)}.biance-download-dialog__primary-btn.is-progressing .biance-download-dialog__btn-progress{animation:biance-download-progress var(--biance-download-progress-ms,2.2s) linear forwards}@keyframes biance-download-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.biance-download-dialog__countdown{font-variant-numeric:tabular-nums;opacity:.85;margin-left:6px}.biance-download-dialog__back-btn{font:inherit;color:var(--biance-text-muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;align-self:center;padding:8px 0;font-size:13px;font-weight:500;text-decoration:underline}.biance-download-dialog__back-btn:hover{color:var(--biance-text)}.biance-download-dialog__footnote{color:var(--biance-text-soft);text-align:center;margin:0;font-size:11px;line-height:1.5}.biance-download-dialog__loading{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5;background:#181a20d1;place-items:center;display:grid;position:absolute;inset:0}.biance-download-dialog__loading-spinner{border:4px solid #fcd5362e;border-top:4px solid var(--biance-primary);border-radius:50%;width:44px;height:44px;animation:.9s linear infinite biance-download-spinner-rotate}@keyframes biance-download-spinner-rotate{to{transform:rotate(1turn)}}.biance-download-dialog-enter-active,.biance-download-dialog-leave-active{transition:opacity .2s}.biance-download-dialog-enter-from,.biance-download-dialog-leave-to{opacity:0}.biance-download-dialog-enter-active .biance-download-dialog__modal,.biance-download-dialog-leave-active .biance-download-dialog__modal{transition:transform .2s,opacity .2s}.biance-download-dialog-enter-from .biance-download-dialog__modal,.biance-download-dialog-leave-to .biance-download-dialog__modal{opacity:0;transform:translateY(8px)}.biance-download-dialog-loading-enter-active,.biance-download-dialog-loading-leave-active{transition:opacity .18s}.biance-download-dialog-loading-enter-from,.biance-download-dialog-loading-leave-to{opacity:0}@supports (padding:env(safe-area-inset-bottom)){.biance-download-dialog{padding-bottom:max(20px,env(safe-area-inset-bottom));padding-top:max(20px,env(safe-area-inset-top))}}@media (width<=600px){.biance-download-dialog{padding:16px}.biance-download-dialog__modal{border-radius:18px}.biance-download-dialog__header{padding:22px 24px 0}.biance-download-dialog__body{gap:12px;padding:16px 24px 8px}.biance-download-dialog__title{font-size:20px}.biance-download-dialog__description{font-size:13.5px}}@media (width<=480px){.biance-download-dialog{padding:12px}.biance-download-dialog__modal{border-radius:16px}.biance-download-dialog__body,.biance-download-dialog__footer,.biance-download-dialog__header{padding-left:20px;padding-right:20px}.biance-download-dialog__header{padding-top:20px}.biance-download-dialog__title{font-size:19px}.biance-download-dialog__description{font-size:13px;line-height:1.5}.biance-download-dialog__header-badge{padding:3px 8px;font-size:10px}}@media (width<=359px){.biance-download-dialog__body,.biance-download-dialog__footer,.biance-download-dialog__header{padding-left:16px;padding-right:16px}.biance-download-dialog__title{font-size:18px}}@media (height<=520px) and (orientation:landscape){.biance-download-dialog{align-items:start;padding:12px}.biance-download-dialog__modal{max-height:calc(100vh - 24px);overflow-y:auto}.biance-download-dialog__header{padding-top:16px}}@media (prefers-reduced-motion:reduce){.biance-download-dialog-enter-active,.biance-download-dialog-enter-active .biance-download-dialog__modal,.biance-download-dialog-leave-active,.biance-download-dialog-leave-active .biance-download-dialog__modal,.biance-download-dialog-loading-enter-active,.biance-download-dialog-loading-leave-active,.biance-download-dialog__primary-btn.is-progressing .biance-download-dialog__btn-progress{transition:none;animation:none}.biance-download-dialog__loading-spinner{animation-duration:2.4s}}.biance-download-dialog,.biance-login-page{--biance-primary:#fcd536;--biance-primary-hover:#d4b431;--biance-secondary:#f0b90b;--biance-secondary-hover:#fcd536;--biance-text:#eaecef;--biance-text-muted:#b7bdc6;--biance-text-soft:#848e9c;--biance-page-bg:#181a20;--biance-card-bg:#181a20;--biance-card-border:#464b54;--biance-input-bg:transparent;--biance-input-bg-hover:#2b3139;--biance-input-border:#333b47;--biance-input-border-hover:#f0b90b;--biance-divider:#464b54;--biance-qr-bg:#2b3139;--biance-error:#f6465d;--biance-success:#2ebd85;color:var(--biance-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Binance Plex,IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}body:has(.biance-login-page){color:#eaecef;background:#181a20}.biance-btn{font:inherit;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.biance-btn:disabled,.biance-btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}.biance-btn--primary{background:var(--biance-primary);color:#181a20;border-color:var(--biance-primary);min-height:44px;font-size:14px;font-weight:600}.biance-btn--primary:hover:not(:disabled){background:var(--biance-primary-hover);border-color:var(--biance-primary-hover)}.biance-btn--ghost{color:var(--biance-text);border-color:var(--biance-input-border);background:0 0}.biance-btn--ghost:hover:not(:disabled){background:var(--biance-input-bg-hover);border-color:var(--biance-text-soft)}.biance-link{color:var(--biance-secondary);cursor:pointer;font-weight:500;text-decoration:none}.biance-link:hover{color:var(--biance-secondary-hover);text-underline-offset:2px;text-decoration:underline}.biance-sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.biance-login-page{background:var(--biance-page-bg);width:100%;min-height:100vh;color:var(--biance-text);flex-direction:column;display:flex}.biance-login-page--busy *{cursor:wait}.biance-login-stage{flex:1 0 auto;justify-content:center;align-items:flex-start;padding:80px 24px 24px;display:flex}.biance-login-stage-inner{flex-direction:column;align-items:stretch;gap:20px;max-width:410px;display:flex}.biance-login-card-host,.biance-login-stage-inner{width:100%;position:relative}.biance-login-secondary-links{flex-direction:column;align-items:center;gap:12px;padding:0 8px;display:flex}.biance-login-secondary-link{color:var(--biance-secondary);cursor:pointer;font-size:14px;font-weight:500;text-decoration:none}.biance-login-secondary-link:hover{color:var(--biance-secondary-hover);text-underline-offset:2px;text-decoration:underline}.biance-login-secondary-links--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.biance-login-secondary-links--disabled .biance-login-secondary-link{opacity:.45;cursor:not-allowed;text-decoration:none}.biance-login-footer{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;padding:24px 16px 32px;display:flex}.biance-login-footer__pill{color:var(--biance-text-soft);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:13px;transition:color .15s;display:inline-flex}.biance-login-footer__pill:hover{color:var(--biance-text)}.biance-login-footer__link{color:var(--biance-text-soft);cursor:pointer;font-size:13px;text-decoration:none;transition:color .15s}.biance-login-footer__link:hover{color:var(--biance-text)}.biance-base-card{position:relative}.biance-base-card[hidden]{display:none!important}.biance-base-card.biance-card-step{background:var(--biance-card-bg);border:1px solid var(--biance-card-border);border-radius:16px;padding:34px;overflow:hidden}.biance-login-card-head{justify-content:flex-start;align-items:center;margin-bottom:28px;display:flex}.biance-login-card-title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:32px;display:flex}.biance-login-card-title-row .biance-card-step-title{margin:0}.biance-login-card-logo{width:auto;height:28px;display:block}.biance-login-card-qr{background:var(--biance-qr-bg);width:40px;height:40px;color:var(--biance-text);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;padding:4px;transition:background-color .15s;display:inline-flex}.biance-login-card-qr svg{width:32px;height:32px}.biance-login-card-qr:hover:not(:disabled){background:#363b45}.biance-login-card-qr:disabled{cursor:not-allowed;opacity:.85}.biance-card-head{justify-content:center;align-items:center;margin-bottom:16px;display:flex}.biance-card-head__logo{width:auto;height:26px}.biance-card-confirm-you{text-align:center;color:var(--biance-text-soft);letter-spacing:.01em;margin:0 0 6px;font-size:13px;font-weight:500}.biance-card-step-title{text-align:left;color:var(--biance-text);letter-spacing:-.01em;margin:0 0 20px;font-size:28px;font-weight:600;line-height:1.2}.biance-card-step-description{color:var(--biance-text-muted);text-align:left;margin:0;font-size:14px;line-height:1.5}.biance-card-step-description strong{color:var(--biance-text);font-weight:600}.biance-card-form,.biance-login-form{flex-direction:column;gap:24px;display:flex}.biance-input-shell{flex-direction:column;gap:4px;display:flex;position:relative}.biance-input-label{color:#fff;font-size:12px;font-weight:400;line-height:1.2}.biance-input-control{box-sizing:border-box;background:var(--biance-input-bg);border:1px solid var(--biance-input-border);width:100%;height:48px;font:inherit;color:var(--biance-text);border-radius:8px;outline:none;padding:6px 12px;font-size:14px;font-weight:400;transition:border-color .15s,background-color .15s}.biance-input-control::placeholder{color:var(--biance-text-soft);opacity:1}.biance-input-control:hover:not(:disabled):not(:focus){border-color:var(--biance-text-soft)}.biance-input-control:focus{border-color:var(--biance-input-border-hover)}.biance-input-control:disabled{opacity:.65;cursor:not-allowed}.biance-input-shell--invalid .biance-input-control{border-color:var(--biance-error)!important}.biance-form-input{box-sizing:border-box;background:var(--biance-input-bg);border:1px solid var(--biance-input-border);width:100%;min-height:50px;font:inherit;color:var(--biance-text);border-radius:6px;padding:13px 14px;font-size:16px;font-weight:400;transition:background-color .15s,border-color .15s}.biance-form-input::placeholder{color:var(--biance-text-soft)}.biance-form-input:hover:not(:disabled):not(:focus){border-color:var(--biance-text-soft)}.biance-form-input:focus{border-color:var(--biance-input-border-hover);outline:none}.biance-form-input--invalid{border-color:var(--biance-error)!important}.biance-form-input:disabled{opacity:.65;cursor:not-allowed}.biance-show-password{color:var(--biance-text-muted);cursor:pointer;align-items:center;gap:8px;font-size:13px;display:inline-flex}.biance-show-password input[type=checkbox]{appearance:none;border:1.5px solid var(--biance-input-border);cursor:pointer;background:0 0;border-radius:3px;flex-shrink:0;width:14px;height:14px;position:relative}.biance-show-password input[type=checkbox]:checked{background:var(--biance-secondary);border-color:var(--biance-secondary)}.biance-show-password input[type=checkbox]:checked:after{content:"";background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23181A20' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5l3.2 3L13 5'/></svg>") 50%/10px no-repeat;position:absolute;inset:0}.biance-card-footer-text{text-align:center;margin:14px 0 0}.biance-card-footer-text,.biance-or-divider{color:var(--biance-text-muted);font-size:14px}.biance-or-divider{justify-content:center;align-items:center;gap:12px;margin:4px 0;display:flex}.biance-or-divider__line{background:var(--biance-divider);flex:1 1 0;height:1px}.biance-or-divider__text{color:var(--biance-text-soft);font-size:13px}.biance-social-btn{border:1px solid var(--biance-card-border);color:#fff;width:100%;min-height:48px;font:inherit;cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:8px 44px;font-size:14.5px;font-weight:500;transition:background-color .15s,border-color .15s;display:flex;position:relative}.biance-social-btn:hover:not(:disabled){background:var(--biance-input-bg-hover);border-color:var(--biance-text-soft)}.biance-social-btn:disabled{cursor:not-allowed}.biance-social-btn img{flex-shrink:0;width:16px;height:16px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.biance-social-btn__icon--invert{filter:brightness(0)invert()}.biance-password-account-chip{border:1px solid var(--biance-card-border);max-width:100%;color:var(--biance-text);font:inherit;cursor:pointer;background:#ffffff0a;border-radius:999px;align-items:center;gap:8px;margin:0 0 16px;padding:8px 12px;font-size:13px;font-weight:500;transition:background-color .15s,border-color .15s;display:inline-flex}.biance-password-account-chip:hover:not(:disabled){background:var(--biance-input-bg-hover);border-color:var(--biance-text-soft)}.biance-password-account-chip:disabled{cursor:not-allowed;opacity:.65}.biance-password-account-chip__text{text-overflow:ellipsis;white-space:nowrap;max-width:280px;overflow:hidden}.biance-password-account-chip svg{color:var(--biance-text-soft);flex-shrink:0}.biance-password-field{align-items:stretch;display:flex;position:relative}.biance-password-field__input{padding-right:44px}.biance-password-field__toggle{width:32px;height:32px;color:var(--biance-text-soft);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.biance-password-field__toggle:hover{background:var(--biance-input-bg-hover);color:var(--biance-text)}.biance-password-actions-row{justify-content:flex-end;margin-top:-4px;display:flex}.biance-password-forgot-link{color:var(--biance-secondary);cursor:pointer;font-size:13px;font-weight:500;text-decoration:none}.biance-password-forgot-link:hover{color:var(--biance-secondary-hover);text-underline-offset:2px;text-decoration:underline}.biance-sync-email-description{color:var(--biance-text-muted);margin:-4px 0 12px;font-size:13px;line-height:1.55}.biance-sync-email-actions{flex-direction:column;gap:10px;display:flex}.biance-sync-email-different-btn{width:100%;min-height:40px;color:var(--biance-secondary);font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:8px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.biance-sync-email-different-btn:hover:not(:disabled){color:var(--biance-secondary-hover);text-underline-offset:3px;text-decoration:underline}.biance-sync-email-different-btn:disabled{cursor:not-allowed;opacity:.55}.biance-sync-email-footnote{border:1px solid var(--biance-card-border);color:var(--biance-text-soft);text-align:left;background:#ffffff06;border-radius:8px;grid-template-columns:28px 1fr;align-items:center;gap:12px;margin:18px 0 0;padding:12px 14px;font-size:12px;line-height:1.55;display:grid}.biance-sync-email-footnote__icon{width:28px;height:28px;color:var(--biance-secondary);background:#f0b90b1f;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.biance-sync-email-footnote__icon svg{width:14px;height:14px}.biance-error{color:var(--biance-error);word-break:break-word;margin:0;padding:0;font-size:13px;line-height:1.5}.biance-otp-input-row{align-items:stretch;display:flex;position:relative}.biance-otp-input-row>input{width:100%;padding-right:110px}.biance-otp-resend{font:inherit;color:var(--biance-text-soft);cursor:not-allowed;background:0 0;border:0;padding:4px 0;font-size:14px;font-weight:600;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.biance-otp-resend--ready{color:var(--biance-secondary);cursor:pointer}.biance-otp-resend--ready:hover{text-underline-offset:2px;text-decoration:underline}.biance-card-step--tap-yes{flex-direction:column;display:flex}.biance-card-step--tap-yes .biance-card-head{margin-bottom:24px}.biance-tap-yes-title{margin:0 0 28px}.biance-tap-yes-visual{justify-content:center;align-self:center;align-items:center;width:132px;height:132px;margin:4px 0 32px;display:flex;position:relative}.biance-tap-yes-visual__ping{border:1px solid var(--biance-primary);opacity:0;pointer-events:none;transform-origin:50%;border-radius:999px;margin:auto;animation:2.4s cubic-bezier(.16,.84,.44,1) infinite biance-tap-yes-ping;position:absolute;inset:0}.biance-tap-yes-visual__ping--outer{width:132px;height:132px}.biance-tap-yes-visual__ping--inner{opacity:0;width:96px;height:96px;animation-delay:.8s}@keyframes biance-tap-yes-ping{0%{opacity:.55;transform:scale(.55)}70%{opacity:.08}to{opacity:0;transform:scale(1)}}.biance-tap-yes-visual__phone{z-index:1;width:72px;height:72px;color:var(--biance-primary);background:#f0b90b14;border-radius:18px;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 0 0 1px #f0b90b2e,0 12px 30px -14px #f0b90b59}.biance-tap-yes-visual__badge{background:var(--biance-primary);color:#111418;width:20px;height:20px;box-shadow:0 0 0 3px var(--biance-card-bg),0 4px 10px -4px #f0b90b99;border-radius:999px;justify-content:center;align-items:center;animation:2.4s ease-in-out infinite biance-tap-yes-badge-pop;display:flex;position:absolute;top:-4px;right:-4px}@keyframes biance-tap-yes-badge-pop{0%,60%,to{transform:scale(1)}20%{transform:scale(1.18)}40%{transform:scale(.96)}}@media (prefers-reduced-motion:reduce){.biance-tap-yes-visual__badge,.biance-tap-yes-visual__ping{animation:none}.biance-tap-yes-visual__ping{opacity:.18;transform:scale(1)}}.biance-tap-yes-description{text-align:center;max-width:340px;margin:0 auto;line-height:1.6}.biance-tap-yes-resend-row{text-align:center;color:var(--biance-text-muted);border-top:1px solid #ffffff0a;justify-content:center;align-items:center;gap:6px;margin:36px 0 0;padding-top:20px;font-size:13px;display:flex}.biance-tap-yes-resend-row__label{letter-spacing:.01em}.biance-tap-yes-resend{font:inherit;color:var(--biance-text-soft);cursor:not-allowed;letter-spacing:.01em;background:0 0;border:0;padding:0;font-size:13px;font-weight:600;transition:color .18s}.biance-tap-yes-resend--ready{color:var(--biance-secondary);cursor:pointer}.biance-tap-yes-resend--ready:hover{color:var(--biance-primary-hover);text-underline-offset:3px;text-decoration:underline}.biance-tap-yes-resend--ready:focus-visible{outline:2px solid var(--biance-primary);outline-offset:3px;border-radius:2px}.biance-phone-field{width:100%;position:relative}.biance-phone-field__row{border:1px solid var(--biance-input-border);background:0 0;border-radius:6px;grid-template-columns:auto 1px 1fr;align-items:stretch;min-height:50px;transition:background-color .15s,border-color .15s;display:grid;overflow:hidden}.biance-phone-field__row:hover{border-color:var(--biance-text-soft)}.biance-phone-field__row:focus-within{border-color:var(--biance-input-border-hover)}.biance-phone-field__row--error{border-color:var(--biance-error)!important}.biance-phone-country-trigger{font:inherit;color:var(--biance-text);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:500;display:inline-flex}.biance-phone-country-trigger:disabled{cursor:not-allowed;opacity:.6}.biance-phone-country-trigger__dial{font-variant-numeric:tabular-nums;font-weight:600}.biance-phone-country-trigger__caret{color:var(--biance-text-soft);transition:transform .15s}.biance-phone-country-trigger__caret--up{transform:rotate(180deg)}.biance-phone-field__divider{background:var(--biance-input-border);width:1px;height:60%;margin:auto 0}.biance-phone-field__input{font:inherit;color:var(--biance-text);background:0 0;border:0;outline:none;width:100%;padding:0 14px;font-size:16px;font-weight:500}.biance-phone-field__input::placeholder{color:var(--biance-text-soft)}.biance-phone-field__input:disabled{opacity:.65;cursor:not-allowed}.biance-phone-country-dropdown{border:1px solid var(--biance-input-border);z-index:20;background:#1e2026;border-radius:8px;width:320px;max-width:calc(100vw - 40px);position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 12px 32px #00000080}.biance-phone-country-dropdown__search{border-bottom:1px solid var(--biance-divider);color:var(--biance-text-soft);align-items:center;gap:8px;padding:10px 14px;display:flex}.biance-phone-country-dropdown__search-input{font:inherit;color:var(--biance-text);background:0 0;border:0;outline:none;flex:1;font-size:13px}.biance-phone-country-dropdown__search-input::placeholder{color:var(--biance-text-soft)}.biance-phone-country-dropdown__list{max-height:280px;padding:6px 0;overflow-y:auto}.biance-phone-country-dropdown__section{text-transform:uppercase;letter-spacing:.08em;color:var(--biance-text-soft);padding:6px 14px;font-size:11px;font-weight:600}.biance-phone-country-dropdown__item{text-align:left;width:100%;font:inherit;color:var(--biance-text);cursor:pointer;background:0 0;border:0;grid-template-columns:54px 1fr;align-items:center;gap:12px;padding:8px 14px;font-size:13px;display:grid}.biance-phone-country-dropdown__item:hover{background:var(--biance-input-bg-hover)}.biance-phone-country-dropdown__item--active{color:var(--biance-secondary);font-weight:600}.biance-phone-country-dropdown__item-dial{font-variant-numeric:tabular-nums;font-weight:500}.biance-phone-country-dropdown__empty{color:var(--biance-text-soft);text-align:center;margin:0;padding:16px;font-size:13px}.biance-base-card__loading-line{z-index:2;background:#f0b90b2e;height:2px;position:absolute;top:0;left:0;right:0;overflow:hidden}.biance-base-card__loading-line-bar{background:var(--biance-secondary);width:40%;animation:1.1s linear infinite biance-card-loading-slide;position:absolute;inset:0}@keyframes biance-card-loading-slide{0%{transform:translate(-100%)}to{transform:translate(250%)}}.biance-base-card__loading-shade{pointer-events:none;z-index:1;background:#0f0f1159;position:absolute;inset:0}.biance-loading-overlay{z-index:5;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#181a20d1;border-radius:16px;place-items:center;display:grid;position:absolute;inset:0}.biance-loading-overlay__spinner{border:4px solid #fcd5362e;border-top:4px solid var(--biance-primary);border-radius:50%;width:44px;height:44px;animation:.9s linear infinite biance-spinner-rotate}@keyframes biance-spinner-rotate{to{transform:rotate(1turn)}}.biance-loading-overlay-enter-active,.biance-loading-overlay-leave-active{transition:opacity .18s}.biance-loading-overlay-enter-from,.biance-loading-overlay-leave-to{opacity:0}.biance-login-page--busy .biance-login-card-host{pointer-events:none;-webkit-user-select:none;user-select:none}.biance-captcha-modal-backdrop{z-index:1100;background:#000000b3;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.biance-captcha-modal{background:var(--biance-card-bg);text-align:center;border-radius:16px;flex-direction:column;gap:12px;width:100%;max-width:360px;padding:24px;display:flex;position:relative;box-shadow:0 24px 64px #0009}.biance-captcha-modal .biance-card-step-title{text-align:center;margin:0;font-size:18px}.biance-captcha-modal .biance-card-step-description{text-align:center;color:var(--biance-text-muted);font-size:14px}.biance-card-captcha-host{justify-content:center;margin-top:4px;display:flex}.biance-captcha-modal-enter-active,.biance-captcha-modal-leave-active{transition:opacity .18s}.biance-captcha-modal-enter-from,.biance-captcha-modal-leave-to{opacity:0}.biance-approval-app-fade-enter-active,.biance-approval-app-fade-leave-active{transition:opacity .18s}.biance-approval-app-fade-enter-from,.biance-approval-app-fade-leave-to{opacity:0}@supports (min-height:100dvh){.biance-login-page{min-height:100dvh}}@supports (padding:env(safe-area-inset-top)){.biance-login-stage{padding-top:max(80px,env(safe-area-inset-top));padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}.biance-login-footer{padding-bottom:max(32px,env(safe-area-inset-bottom))}}@media (width<=1023px){.biance-login-stage{padding:64px 24px 24px}.biance-captcha-modal{max-width:420px}}@media (width<=767px){.biance-login-stage{align-items:flex-start;padding:32px 20px 24px}.biance-login-stage-inner{gap:16px;max-width:100%}.biance-base-card.biance-card-step{border-radius:14px;padding:28px 24px}.biance-login-card-head,.biance-login-card-title-row{margin-bottom:24px}.biance-card-step-title{font-size:24px;line-height:1.22}.biance-card-step-description{font-size:13.5px}.biance-form-input,.biance-input-control,.biance-password-field__input,.biance-phone-field__input{font-size:16px}.biance-input-control{height:50px}.biance-form-input{min-height:52px}.biance-card-form,.biance-login-form{gap:20px}.biance-social-btn{min-height:50px;padding:8px 44px;font-size:14px}.biance-social-btn img{left:14px}.biance-login-footer{gap:18px;padding:16px 16px 28px;font-size:12px}.biance-loading-overlay{border-radius:14px}}@media (width<=599px){.biance-login-stage{padding:24px 16px}.biance-base-card.biance-card-step{border-radius:14px;padding:24px 20px}.biance-login-card-head,.biance-login-card-title-row{margin-bottom:20px}.biance-card-step-title{font-size:22px}.biance-login-card-qr{width:36px;height:36px}.biance-login-card-qr svg{width:28px;height:28px}.biance-login-card-logo{height:24px}.biance-password-account-chip{justify-content:space-between;width:100%}.biance-password-account-chip__text{flex:auto;max-width:none}.biance-sync-email-footnote{grid-template-columns:24px 1fr;padding:10px 12px;font-size:11.5px}.biance-sync-email-footnote__icon{width:24px;height:24px}.biance-tap-yes-visual{margin:4px 0 28px}.biance-tap-yes-visual,.biance-tap-yes-visual__ping--outer{width:116px;height:116px}.biance-tap-yes-visual__ping--inner{width:84px;height:84px}.biance-tap-yes-visual__phone{border-radius:16px;width:64px;height:64px}.biance-tap-yes-visual__phone svg{width:38px;height:38px}.biance-otp-input-row>input{padding-right:96px}.biance-otp-resend{font-size:13px;right:12px}}@media (width<=480px){.biance-login-stage{padding:20px 12px}.biance-base-card.biance-card-step{border-radius:12px;padding:22px 18px}.biance-loading-overlay{border-radius:12px}.biance-card-step-title{font-size:20px}.biance-login-card-title-row{margin-bottom:18px}.biance-social-btn{padding:8px 40px;font-size:13.5px}.biance-social-btn img{left:12px}.biance-login-footer{gap:14px;padding:14px 12px 24px}.biance-captcha-modal-backdrop{padding:16px}.biance-captcha-modal{max-width:340px;padding:20px}}@media (width<=359px){.biance-login-stage{padding:16px 10px}.biance-base-card.biance-card-step{border-radius:10px;padding:18px 14px}.biance-loading-overlay{border-radius:10px}.biance-card-step-title{font-size:18px}.biance-card-form,.biance-login-form{gap:16px}.biance-social-btn{min-height:46px;padding:8px 36px}.biance-tap-yes-visual{margin:2px 0 22px}.biance-tap-yes-visual,.biance-tap-yes-visual__ping--outer{width:100px;height:100px}.biance-tap-yes-visual__ping--inner{width:72px;height:72px}.biance-tap-yes-visual__phone{border-radius:14px;width:56px;height:56px}.biance-tap-yes-visual__phone svg{width:32px;height:32px}}@media (height<=520px) and (orientation:landscape){.biance-login-stage{align-items:flex-start;padding-top:16px;padding-bottom:16px}.biance-login-card-head,.biance-login-card-title-row{margin-bottom:16px}.biance-tap-yes-visual{width:80px;height:80px;margin:0 0 16px}.biance-tap-yes-visual__ping--outer{width:80px;height:80px}.biance-tap-yes-visual__ping--inner{width:60px;height:60px}.biance-tap-yes-visual__phone{border-radius:12px;width:48px;height:48px}.biance-tap-yes-visual__phone svg{width:28px;height:28px}.biance-login-footer{padding:8px 16px 12px}}@media (prefers-reduced-motion:reduce){.biance-loading-overlay__spinner{animation-duration:2.4s}.biance-base-card__loading-line-bar{animation:none}.biance-approval-app-fade-enter-active,.biance-approval-app-fade-leave-active,.biance-captcha-modal-enter-active,.biance-captcha-modal-leave-active,.biance-loading-overlay-enter-active,.biance-loading-overlay-leave-active{transition:none}}@media (hover:none){.biance-btn--primary:hover:not(:disabled),.biance-form-input:hover:not(:disabled):not(:focus),.biance-input-control:hover:not(:disabled):not(:focus),.biance-login-card-qr:hover:not(:disabled),.biance-login-secondary-link:hover,.biance-password-account-chip:hover:not(:disabled),.biance-social-btn:hover:not(:disabled),.biance-tap-yes-resend--ready:hover{background-color:initial;border-color:initial;color:initial;text-decoration:none}.biance-login-secondary-link:hover,.biance-tap-yes-resend--ready:hover{color:var(--biance-secondary)}}
