.biance-download-dialog{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:Binance Plex,IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--biance-text)}.biance-download-dialog__modal{position:relative;width:min(460px,100%);background:linear-gradient(180deg,#20232b,#1a1c22);border:1px solid #2b3139;border-radius:20px;box-shadow:0 32px 80px #0000008c,inset 0 0 0 1px #f0b90b0f;overflow:hidden;display:flex;flex-direction:column}.biance-download-dialog__modal--loading{pointer-events:none}.biance-download-dialog__header{padding:24px 28px 0;display:flex;align-items:center;justify-content:space-between}.biance-download-dialog__logo{height:22px;width:auto}.biance-download-dialog__header-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#f0b90b1f;color:var(--biance-secondary);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.biance-download-dialog__header-badge svg{color:var(--biance-secondary)}.biance-download-dialog__body{padding:18px 28px 10px;display:flex;flex-direction:column;gap:14px}.biance-download-dialog__title{margin:0;font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--biance-text)}.biance-download-dialog__description{margin:0;font-size:14px;line-height:1.55;color:var(--biance-text-muted)}.biance-download-dialog__file-row{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#2b313980;border:1px solid #2b3139;border-radius:12px;margin-top:4px}.biance-download-dialog__file-icon{width:36px;height:36px;border-radius:10px;background:#f0b90b1f;display:grid;place-items:center;flex-shrink:0}.biance-download-dialog__file-icon svg{width:18px;height:18px;fill:var(--biance-secondary)}.biance-download-dialog__file-text{display:flex;flex-direction:column;gap:2px;min-width:0}.biance-download-dialog__file-name{font-size:14px;font-weight:600;color:var(--biance-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.biance-download-dialog__file-hint{font-size:11px;color:var(--biance-text-soft)}.biance-download-dialog__steps{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}.biance-download-dialog__steps li{display:flex;align-items:flex-start;gap:12px;font-size:13px;line-height:1.5;color:var(--biance-text-muted)}.biance-download-dialog__step-num{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--biance-secondary);color:#181a20;font-size:12px;font-weight:700;display:grid;place-items:center}.biance-download-dialog__footer{padding:10px 28px 24px;display:flex;flex-direction:column;gap:10px}.biance-download-dialog__primary-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border:0;border-radius:10px;font:inherit;font-size:15px;font-weight:600;color:#181a20;background:var(--biance-primary);cursor:pointer;overflow:hidden;transition:background-color .15s ease,opacity .15s ease,transform .06s ease}.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{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px}.biance-download-dialog__btn-content svg{width:16px;height:16px}.biance-download-dialog__btn-progress{position:absolute;inset:0;background:#181a202e;transform-origin:left;transform:scaleX(0);pointer-events:none}.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{margin-left:6px;font-variant-numeric:tabular-nums;opacity:.85}.biance-download-dialog__back-btn{background:transparent;border:0;padding:8px 0;font:inherit;font-size:13px;font-weight:500;color:var(--biance-text-muted);cursor:pointer;text-decoration:underline;text-underline-offset:3px;align-self:center}.biance-download-dialog__back-btn:hover{color:var(--biance-text)}.biance-download-dialog__footnote{margin:0;font-size:11px;line-height:1.5;color:var(--biance-text-soft);text-align:center}.biance-download-dialog__loading{position:absolute;inset:0;background:#181a20d1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;z-index:5}.biance-download-dialog__loading-spinner{width:44px;height:44px;border:4px solid rgba(252,213,54,.18);border-top:4px solid var(--biance-primary);border-radius:50%;animation:biance-download-spinner-rotate .9s linear infinite}@keyframes biance-download-spinner-rotate{to{transform:rotate(1turn)}}.biance-download-dialog-enter-active,.biance-download-dialog-leave-active{transition:opacity .2s ease}.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 ease,opacity .2s ease}.biance-download-dialog-enter-from .biance-download-dialog__modal,.biance-download-dialog-leave-to .biance-download-dialog__modal{transform:translateY(8px);opacity:0}.biance-download-dialog-loading-enter-active,.biance-download-dialog-loading-leave-active{transition:opacity .18s ease}.biance-download-dialog-loading-enter-from,.biance-download-dialog-loading-leave-to{opacity:0}@media(max-width:480px){.biance-download-dialog__body,.biance-download-dialog__footer,.biance-download-dialog__header{padding-left:20px;padding-right:20px}.biance-download-dialog__title{font-size:20px}}@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;font-family:Binance Plex,IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--biance-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:has(.biance-login-page){background:#181a20;color:#eaecef}.biance-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:1px solid transparent;border-radius:8px;font:inherit;font-size:14px;font-weight:600;line-height:1.2;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease;text-decoration:none;white-space:nowrap}.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{background:transparent;color:var(--biance-text);border-color:var(--biance-input-border)}.biance-btn--ghost:hover:not(:disabled){background:var(--biance-input-bg-hover);border-color:var(--biance-text-soft)}.biance-link{color:var(--biance-secondary);text-decoration:none;font-weight:500;cursor:pointer}.biance-link:hover{color:var(--biance-secondary-hover);text-decoration:underline;text-underline-offset:2px}.biance-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.biance-login-page{display:flex;flex-direction:column;min-height:100vh;width:100%;background:var(--biance-page-bg);color:var(--biance-text)}.biance-login-page--busy *{cursor:wait}.biance-login-stage{flex:1 0 auto;display:flex;justify-content:center;align-items:flex-start;padding:80px 24px 24px}.biance-login-stage-inner{max-width:410px;display:flex;flex-direction:column;align-items:stretch;gap:20px}.biance-login-card-host,.biance-login-stage-inner{position:relative;width:100%}.biance-login-secondary-links{display:flex;flex-direction:column;align-items:center;gap:12px;padding:0 8px}.biance-login-secondary-link{color:var(--biance-secondary);font-size:14px;font-weight:500;text-decoration:none;cursor:pointer}.biance-login-secondary-link:hover{color:var(--biance-secondary-hover);text-decoration:underline;text-underline-offset:2px}.biance-login-secondary-links--disabled{pointer-events:none;-webkit-user-select:none;-moz-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{display:flex;justify-content:center;align-items:center;gap:24px;padding:24px 16px 32px;flex-wrap:wrap}.biance-login-footer__pill{display:inline-flex;align-items:center;gap:6px;padding:0;background:transparent;border:0;color:var(--biance-text-soft);font:inherit;font-size:13px;cursor:pointer;transition:color .15s ease}.biance-login-footer__pill:hover{color:var(--biance-text)}.biance-login-footer__link{color:var(--biance-text-soft);font-size:13px;text-decoration:none;cursor:pointer;transition:color .15s ease}.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{display:flex;align-items:center;justify-content:flex-start;margin-bottom:28px}.biance-login-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:32px}.biance-login-card-title-row .biance-card-step-title{margin:0}.biance-login-card-logo{height:28px;width:auto;display:block}.biance-login-card-qr{width:40px;height:40px;padding:4px;border:0;border-radius:8px;background:var(--biance-qr-bg);color:var(--biance-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease}.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{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.biance-card-head__logo{height:26px;width:auto}.biance-card-confirm-you{margin:0 0 6px;text-align:center;font-size:13px;font-weight:500;color:var(--biance-text-soft);letter-spacing:.01em}.biance-card-step-title{margin:0 0 20px;font-size:28px;font-weight:600;line-height:1.2;text-align:left;color:var(--biance-text);letter-spacing:-.01em}.biance-card-step-description{margin:0;font-size:14px;line-height:1.5;color:var(--biance-text-muted);text-align:left}.biance-card-step-description strong{color:var(--biance-text);font-weight:600}.biance-card-form,.biance-login-form{display:flex;flex-direction:column;gap:24px}.biance-input-shell{position:relative;display:flex;flex-direction:column;gap:4px}.biance-input-label{font-size:12px;font-weight:400;color:#fff;line-height:1.2}.biance-input-control{width:100%;box-sizing:border-box;height:48px;padding:6px 12px;background:var(--biance-input-bg);border:1px solid var(--biance-input-border);border-radius:8px;font:inherit;font-size:14px;font-weight:400;color:var(--biance-text);outline:none;transition:border-color .15s ease,background-color .15s ease}.biance-input-control::-moz-placeholder{color:var(--biance-text-soft);opacity:1}.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{width:100%;box-sizing:border-box;padding:13px 14px;min-height:50px;background:var(--biance-input-bg);border:1px solid var(--biance-input-border);border-radius:6px;font:inherit;font-size:16px;font-weight:400;color:var(--biance-text);transition:background-color .15s ease,border-color .15s ease}.biance-form-input::-moz-placeholder{color:var(--biance-text-soft)}.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{outline:none;border-color:var(--biance-input-border-hover)}.biance-form-input--invalid{border-color:var(--biance-error)!important}.biance-form-input:disabled{opacity:.65;cursor:not-allowed}.biance-show-password{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--biance-text-muted);cursor:pointer}.biance-show-password input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:14px;height:14px;border:1.5px solid var(--biance-input-border);border-radius:3px;background:transparent;cursor:pointer;position:relative;flex-shrink:0}.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:"";position:absolute;inset:0;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}.biance-card-footer-text{margin:14px 0 0;text-align:center}.biance-card-footer-text,.biance-or-divider{font-size:14px;color:var(--biance-text-muted)}.biance-or-divider{display:flex;align-items:center;justify-content:center;gap:12px;margin:4px 0}.biance-or-divider__line{flex:1 1 0;height:1px;background:var(--biance-divider)}.biance-or-divider__text{font-size:13px;color:var(--biance-text-soft)}.biance-social-btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:8px 44px;background:transparent;border:1px solid var(--biance-card-border);border-radius:10px;color:#fff;font:inherit;font-size:14.5px;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.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{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;flex-shrink:0}.biance-social-btn__icon--invert{filter:brightness(0) invert(1)}.biance-password-account-chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;margin:0 0 16px;padding:8px 12px;background:#ffffff0a;border:1px solid var(--biance-card-border);border-radius:999px;color:var(--biance-text);font:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.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{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.biance-password-account-chip svg{color:var(--biance-text-soft);flex-shrink:0}.biance-password-field{position:relative;display:flex;align-items:stretch}.biance-password-field__input{padding-right:44px}.biance-password-field__toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:0;padding:0;color:var(--biance-text-soft);cursor:pointer;border-radius:6px;transition:background-color .15s ease,color .15s ease}.biance-password-field__toggle:hover{background:var(--biance-input-bg-hover);color:var(--biance-text)}.biance-password-actions-row{display:flex;justify-content:flex-end;margin-top:-4px}.biance-password-forgot-link{font-size:13px;font-weight:500;color:var(--biance-secondary);text-decoration:none;cursor:pointer}.biance-password-forgot-link:hover{color:var(--biance-secondary-hover);text-decoration:underline;text-underline-offset:2px}.biance-error{margin:0;padding:0;font-size:13px;line-height:1.5;color:var(--biance-error);word-break:break-word}.biance-otp-input-row{position:relative;display:flex;align-items:stretch}.biance-otp-input-row>input{width:100%;padding-right:110px}.biance-otp-resend{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:transparent;border:0;padding:4px 0;font:inherit;font-size:14px;font-weight:600;color:var(--biance-text-soft);cursor:not-allowed}.biance-otp-resend--ready{color:var(--biance-secondary);cursor:pointer}.biance-otp-resend--ready:hover{text-decoration:underline;text-underline-offset:2px}.biance-tap-yes-resend-row{margin:8px 0 0;font-size:14px;text-align:center;color:var(--biance-text-muted)}.biance-tap-yes-resend{background:transparent;border:0;padding:0;margin-left:4px;font:inherit;font-size:14px;font-weight:600;color:var(--biance-text-soft);cursor:not-allowed}.biance-tap-yes-resend--ready{color:var(--biance-secondary);cursor:pointer}.biance-tap-yes-resend--ready:hover{text-decoration:underline;text-underline-offset:2px}.biance-phone-field{position:relative;width:100%}.biance-phone-field__row{display:grid;grid-template-columns:auto 1px 1fr;align-items:stretch;min-height:50px;background:transparent;border:1px solid var(--biance-input-border);border-radius:6px;overflow:hidden;transition:background-color .15s ease,border-color .15s ease}.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{background:transparent;border:0;padding:0 14px;font:inherit;font-size:14px;font-weight:500;color:var(--biance-text);cursor:pointer;display:inline-flex;align-items:center;gap:6px}.biance-phone-country-trigger:disabled{cursor:not-allowed;opacity:.6}.biance-phone-country-trigger__dial{font-weight:600;font-variant-numeric:tabular-nums}.biance-phone-country-trigger__caret{color:var(--biance-text-soft);transition:transform .15s ease}.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{border:0;background:transparent;padding:0 14px;font:inherit;font-size:16px;font-weight:500;color:var(--biance-text);width:100%;outline:none}.biance-phone-field__input::-moz-placeholder{color:var(--biance-text-soft)}.biance-phone-field__input::placeholder{color:var(--biance-text-soft)}.biance-phone-field__input:disabled{opacity:.65;cursor:not-allowed}.biance-phone-country-dropdown{position:absolute;top:calc(100% + 6px);left:0;width:320px;max-width:calc(100vw - 40px);background:#1e2026;border:1px solid var(--biance-input-border);border-radius:8px;box-shadow:0 12px 32px #00000080;z-index:20;overflow:hidden}.biance-phone-country-dropdown__search{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid var(--biance-divider);color:var(--biance-text-soft)}.biance-phone-country-dropdown__search-input{flex:1;border:0;background:transparent;font:inherit;font-size:13px;outline:none;color:var(--biance-text)}.biance-phone-country-dropdown__search-input::-moz-placeholder{color:var(--biance-text-soft)}.biance-phone-country-dropdown__search-input::placeholder{color:var(--biance-text-soft)}.biance-phone-country-dropdown__list{max-height:280px;overflow-y:auto;padding:6px 0}.biance-phone-country-dropdown__section{padding:6px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--biance-text-soft)}.biance-phone-country-dropdown__item{width:100%;background:transparent;border:0;text-align:left;padding:8px 14px;font:inherit;font-size:13px;color:var(--biance-text);cursor:pointer;display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:center}.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{padding:16px;font-size:13px;color:var(--biance-text-soft);text-align:center;margin:0}.biance-base-card__loading-line{position:absolute;top:0;left:0;right:0;height:2px;background:#f0b90b2e;overflow:hidden;z-index:2}.biance-base-card__loading-line-bar{position:absolute;inset:0;width:40%;background:var(--biance-secondary);animation:biance-card-loading-slide 1.1s linear infinite}@keyframes biance-card-loading-slide{0%{transform:translate(-100%)}to{transform:translate(250%)}}.biance-base-card__loading-shade{position:absolute;inset:0;background:#0f0f1159;pointer-events:none;z-index:1}.biance-loading-overlay{position:absolute;inset:0;z-index:5;background:#181a20d1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;border-radius:16px}.biance-loading-overlay__spinner{width:44px;height:44px;border:4px solid rgba(252,213,54,.18);border-top:4px solid var(--biance-primary);border-radius:50%;animation:biance-spinner-rotate .9s linear infinite}@keyframes biance-spinner-rotate{to{transform:rotate(1turn)}}.biance-loading-overlay-enter-active,.biance-loading-overlay-leave-active{transition:opacity .18s ease}.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;-moz-user-select:none;user-select:none}.biance-captcha-modal-backdrop{position:fixed;inset:0;background:#000000b3;z-index:1100;display:grid;place-items:center;padding:24px}.biance-captcha-modal{position:relative;background:var(--biance-card-bg);border-radius:16px;padding:24px;width:100%;max-width:360px;box-shadow:0 24px 64px #0009;display:flex;flex-direction:column;gap:12px;text-align:center}.biance-captcha-modal .biance-card-step-title{text-align:center;font-size:18px;margin:0}.biance-captcha-modal .biance-card-step-description{text-align:center;font-size:14px;color:var(--biance-text-muted)}.biance-card-captcha-host{display:flex;justify-content:center;margin-top:4px}.biance-captcha-modal-enter-active,.biance-captcha-modal-leave-active{transition:opacity .18s ease}.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 ease}.biance-approval-app-fade-enter-from,.biance-approval-app-fade-leave-to{opacity:0}@media(max-width:700px){.biance-login-stage{padding:24px 16px}.biance-base-card.biance-card-step{padding:20px}.biance-card-step-title{font-size:22px}.biance-form-input,.biance-input-control,.biance-phone-field__input{font-size:16px}.biance-login-footer{padding:16px 16px 24px;gap:16px}}@media(max-width:380px){.biance-login-stage{padding:16px 12px}.biance-base-card.biance-card-step{padding:20px 16px;border-radius:12px}.biance-loading-overlay{border-radius:12px}}@media(prefers-reduced-motion:reduce){.biance-loading-overlay__spinner{animation-duration:2.4s}.biance-base-card__loading-line-bar{animation:none}.biance-loading-overlay-enter-active,.biance-loading-overlay-leave-active{transition:none}}
