.no-scroll{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;overflow-y:auto}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.modal__content{position:relative;z-index:1;width:fit-content;max-width:100%;display:flex;align-items:center;justify-content:center}@media(max-height:720px){.modal{align-items:flex-start}}.changePasswordModal{width:500px}.changePasswordModal__form{display:flex;flex-direction:column;gap:20px;padding-bottom:20px;width:100%;max-width:500px;min-width:0}.changePasswordModal__form--code{align-items:center}.changePasswordModal__step{display:flex;flex-direction:column;gap:20px;width:100%;min-width:0}.changePasswordModal__step--code{align-items:center;justify-content:center}.changePasswordModal__group{display:flex;flex-direction:column;gap:13px}.changePasswordModal__field{display:flex;flex-direction:column;gap:10px;width:100%;min-width:0}.changePasswordModal__field .input{width:100%;max-width:none}.changePasswordModal__text,.changePasswordModal__codeText{margin:0;font-size:18px;line-height:122%;font-weight:500;color:#fff}.changePasswordModal__codeText{text-align:center;max-width:420px}.changePasswordModal__link{display:inline-flex;width:fit-content;max-width:100%;padding:0;border:none;background:transparent;font-size:14px;line-height:122%;font-weight:600;color:#2ea7ff;cursor:pointer;transition:opacity .2s ease;text-decoration:underline;text-align:left;white-space:normal}.changePasswordModal__link:hover{opacity:.8}.changePasswordModal__otp{margin-top:6px;width:100%;max-width:344px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.changePasswordModal__otp .otp__cell{width:100%;min-width:0}.changePasswordModal__submit{min-width:150px;max-width:100%;height:44px;padding:12px;border:none;border-radius:10px;background:#29a1f6;font-size:16px;line-height:122%;font-weight:600;color:#fff;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.changePasswordModal__submit:hover{opacity:.7}.changePasswordModal__submit:active{transform:translateY(1px)}.changePasswordModal__submit:disabled{opacity:.5;cursor:not-allowed}.changePasswordModal .otp__error,.changePasswordModal .otp__resend{width:100%;max-width:344px;line-height:1.35}@media(max-width:480px){.changePasswordModal__form{gap:18px;padding-bottom:16px}.changePasswordModal__step{gap:16px}.changePasswordModal__field{gap:8px}.changePasswordModal__text,.changePasswordModal__codeText{font-size:16px;line-height:1.3}.changePasswordModal__link{font-size:13px}.changePasswordModal__otp{max-width:100%;gap:8px}.changePasswordModal__otp .otp__cell{height:40px;border-radius:8px;font-size:15px}.changePasswordModal__submit{width:100%;min-width:0}.changePasswordModal .otp__error,.changePasswordModal .otp__resend{max-width:100%;margin-top:0}}@media(max-width:390px){.changePasswordModal__form{gap:16px}.changePasswordModal__text,.changePasswordModal__codeText{font-size:15px}.changePasswordModal__otp{gap:6px}.changePasswordModal__otp .otp__cell{height:36px;font-size:14px}.changePasswordModal__submit{font-size:15px;padding:12px 16px}}.billingDepositModal{width:min(500px,100vw - 32px);max-width:calc(100vw - 32px)}.billingDepositModal .baseModal__header{padding:20px;margin:0}.billingDepositModal .baseModal__body{display:block;padding:20px}.billingDepositModal .baseModal__footer{padding:12px 20px}.billingDepositModal__content{display:flex;flex-direction:column;gap:16px;min-width:0}.billingDepositModal__field{width:100%;min-width:0}.billingDepositModal__label{display:block;margin-bottom:8px;color:#fff;font-size:16px;font-weight:500;line-height:122%}.billingDepositModal__amountRow{display:flex;align-items:center;gap:8px;min-width:0}.billingDepositModal__inputWrap{display:flex;align-items:center;gap:6px;flex:1 0 0;min-width:0;min-height:44px;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.05);background-color:#29292d;box-sizing:border-box}.billingDepositModal__symbol{color:#29a1f6;font-size:20px;font-weight:600}.billingDepositModal__input{flex:1;min-width:0;height:20px;background:transparent;border:none;outline:none;color:#fff;font-size:16px;font-weight:500}.billingDepositModal__input::-webkit-outer-spin-button,.billingDepositModal__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.billingDepositModal__selectWrap{position:relative;width:140px;flex:0 0 140px;z-index:2}.billingDepositModal__select{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:44px;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.05);background-color:#29292d;color:#fff;box-sizing:border-box;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.billingDepositModal__select:hover{border-color:#29a1f659}.billingDepositModal__select:focus-visible{outline:none;border-color:#29a1f6b3;box-shadow:0 0 0 3px #29a1f624}.billingDepositModal__select:disabled{opacity:.55;cursor:not-allowed}.billingDepositModal__selectWrap--open .billingDepositModal__select{border-color:#29a1f699;box-shadow:0 12px 30px #070b1347}.billingDepositModal__selectValue{display:flex;align-items:center;gap:8px;min-width:0}.billingDepositModal__selectCode{font-size:15px;font-weight:700;letter-spacing:.08em}.billingDepositModal__selectSymbol{display:none}.billingDepositModal__selectSymbol,.billingDepositModal__selectOptionSymbol{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#29a1f61f;color:#29a1f6;font-size:14px;font-weight:700;line-height:1;box-sizing:border-box}.billingDepositModal__selectIcon{flex-shrink:0;color:#82838b;transition:transform .2s ease,color .2s ease}.billingDepositModal__selectIcon--open{transform:rotate(180deg);color:#29a1f6}.billingDepositModal__selectOptions{position:absolute;top:calc(100% + 4px);left:0;z-index:3;width:100%;margin:0;padding:8px;list-style:none;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#2a2a30fa,#18181cfa);box-shadow:0 18px 50px #050a1273;box-sizing:border-box}.billingDepositModal__selectOption{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px;border:none;border-radius:10px;background:transparent;color:#fff;text-align:left;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.billingDepositModal__selectOption:hover,.billingDepositModal__selectOption:focus-visible{outline:none;background:#29a1f61a}.billingDepositModal__selectOption:active{transform:translateY(1px)}.billingDepositModal__selectOption--active{background:#29a1f629}.billingDepositModal__selectOptionCode{font-size:14px;font-weight:700;letter-spacing:.08em}.billingDepositModal__methods{display:flex;flex-direction:column;gap:12px}.billingDepositModal__method{display:flex;width:100%;min-width:0;padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:#242429;color:#fff;font-size:14px;font-weight:500;text-align:left;box-sizing:border-box;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.billingDepositModal__method:hover{border-color:#29a1f63d}.billingDepositModal__method:disabled{opacity:1;cursor:not-allowed}.billingDepositModal__method--disabled{border-color:#ffffff0a}.billingDepositModal__methodInner{display:flex;flex-direction:column;gap:10px;width:100%;min-width:0}.billingDepositModal__methodHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-width:0}.billingDepositModal__methodTitleRow{display:flex;align-items:center;gap:10px;width:100%;min-width:0}.billingDepositModal__methodText{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.billingDepositModal__methodRadio{width:18px;height:18px;flex:0 0 18px;border-radius:50%;border:2px solid rgba(255,255,255,.18);background:#16161ae0;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.billingDepositModal__method--active .billingDepositModal__methodRadio{border-color:#29a1f6;background:radial-gradient(circle,#29a1f6 0,#29a1f6 46%,#16161af5 47%,#16161af5);box-shadow:0 0 0 3px #29a1f61f}.billingDepositModal__methodLabel{font-size:14px;font-weight:600;line-height:1.25}.billingDepositModal__methodMeta{color:#ffffff8c;font-size:13px;font-weight:500;line-height:1.2}.billingDepositModal__methodBadge{padding:3px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#ffffffb8;font-size:11px;font-weight:600;line-height:1.15}.billingDepositModal__methodGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%;padding:0}.billingDepositModal__methodIconTile{display:flex;align-items:center;justify-content:center;min-width:0;height:40px;padding:6px;border-radius:8px;border:1px solid rgba(255,255,255,.04);background:#29292d;box-sizing:border-box;width:100%}.billingDepositModal__methodIconTile img{width:auto;max-width:100%;max-height:20px;object-fit:contain}.billingDepositModal__method--disabled .billingDepositModal__methodLabel,.billingDepositModal__method--disabled .billingDepositModal__methodMeta{color:#ffffffd1}.billingDepositModal__method--disabled .billingDepositModal__methodRadio{border-color:#ffffff1a}.billingDepositModal__method--disabled .billingDepositModal__methodIconTile{background:#ffffff06}.billingDepositModal__method--disabled .billingDepositModal__methodIconTile img{opacity:.88}.billingDepositModal__error{padding:12px;border-radius:10px;background:#f759591a;border:1px solid rgba(247,89,89,.3);color:#f75959;font-size:14px;font-weight:500;line-height:1.35;overflow-wrap:anywhere}.billingDepositModal__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:100%}.billingDepositModal__button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-width:156px;height:44px;border-radius:10px;padding:12px 24px;font-size:16px;font-weight:600;line-height:122%;text-align:center;color:#fff}.billingDepositModal__button:disabled{opacity:.5;cursor:not-allowed}.billingDepositModal__button:hover{opacity:.7}.billingDepositModal__button--cancel{border:1px solid rgba(255,255,255,.05);background:#1a1a1e}.billingDepositModal__button--primary{border:1px solid rgb(41,161,246);background:#29a1f6}@media(max-width:834px){.billingDepositModal{width:min(500px,100vw - 28px)}.billingDepositModal .baseModal__body{padding:18px}.billingDepositModal .baseModal__footer{padding:12px 18px 18px}.billingDepositModal__methodGrid{gap:8px}.billingDepositModal__methodIconTile{height:38px}}@media(max-width:480px){.billingDepositModal .baseModal__header{padding:16px 48px 16px 16px}.billingDepositModal .baseModal__body{padding:16px}.billingDepositModal__content{gap:14px}.billingDepositModal__label{margin-bottom:6px;font-size:15px}.billingDepositModal__inputWrap{min-height:44px;padding:10px 12px}.billingDepositModal__symbol{font-size:18px}.billingDepositModal__input,.billingDepositModal__selectCode,.billingDepositModal__selectOptionCode{font-size:15px}.billingDepositModal__select{min-height:44px;padding:10px 12px}.billingDepositModal__selectSymbol,.billingDepositModal__selectOptionSymbol{min-width:26px;height:26px;font-size:13px}.billingDepositModal__method{gap:10px;font-size:13px}.billingDepositModal__methodText{gap:6px}.billingDepositModal__methodBadge{font-size:11px}.billingDepositModal__selectOptions{padding:6px;border-radius:12px}.billingDepositModal__selectOption{padding:9px 10px}.billingDepositModal__methodGrid{gap:6px;grid-template-columns:repeat(3,minmax(0,1fr))}.billingDepositModal__methodIconTile{height:34px;padding:5px}.billingDepositModal__methodIconTile img{max-height:16px}.billingDepositModal__error{padding:10px 12px;font-size:13px}.billingDepositModal__actions{flex-direction:column-reverse;align-items:stretch}.billingDepositModal__button{width:100%}}@media(max-width:390px){.billingDepositModal .baseModal__body{padding:14px}.billingDepositModal .baseModal__footer{padding:12px 14px 14px}.billingDepositModal__content{gap:12px}.billingDepositModal__method{padding:10px;border-radius:8px}.billingDepositModal__methodTitleRow{gap:8px}.billingDepositModal__select{min-height:42px;padding:9px 10px;border-radius:8px}.billingDepositModal__selectOption{padding:8px;border-radius:8px}.billingDepositModal__methodRadio{width:14px;height:14px;flex-basis:14px}.billingDepositModal__methodGrid{gap:5px}.billingDepositModal__methodIconTile{height:28px;border-radius:7px}.billingDepositModal__methodIconTile img{max-height:15px}.billingDepositModal__button{height:42px;padding:10px 16px;font-size:15px}}.editProfileModal__content{display:flex;gap:18px;align-items:center;width:100%;min-width:0;margin-bottom:20px}.editProfileModal__avatarWrapper{width:130px;height:130px;flex:0 0 130px}.editProfileModal__avatar{display:block;background-position:center;background-size:cover;background-repeat:no-repeat;width:130px;height:130px;border-radius:50px;object-fit:cover}.editProfileModal__avatar--placeholder{background-image:url(https://i.imgur.com/YWUj98S.png)}.editProfileModal__info{display:flex;flex-direction:column;gap:14px;width:100%}.editProfileModal__avatarInfo{display:flex;flex-direction:column;gap:10px}.editProfileModal__title{font-weight:600;font-size:20px;line-height:100%}.editProfileModal__subtitle{font-weight:500;font-size:16px;line-height:122%;color:#82838b}.editProfileModal__settings{display:flex;width:100%;min-width:0;gap:20px}.editProfileModal__btn-settings{flex-grow:1;display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-width:140px;height:44px;border-radius:10px;padding:12px 8px;font-size:16px;font-weight:600;line-height:122%;text-align:center;color:#fff}.editProfileModal__btn-settings:disabled{opacity:.5;cursor:not-allowed}.editProfileModal__btn-settings:hover{opacity:.7}.editProfileModal__btn-settings--danger{color:#ff3b30}.editProfileModal__btn-settings--primary{border:1px solid rgb(41,161,246);background:#29a1f6}.editProfileModal__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:100%}.editProfileModal__button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-width:88px;height:44px;border-radius:10px;padding:12px;font-size:16px;font-weight:600;line-height:122%;text-align:center;color:#fff}.editProfileModal__button:disabled{opacity:.5;cursor:not-allowed}.editProfileModal__button:hover{opacity:.7}.editProfileModal__button--cancel{border:1px solid rgba(255,255,255,.05);background:#1a1a1e}.editProfileModal__button--primary{border:1px solid rgb(41,161,246);background:#29a1f6}.editProfileModal__fileInput{display:none}.editProfileModal__error{margin:12px 0 0;font-size:14px;line-height:120%;color:#ff4d4f}@media(max-width:834px){.editProfileModal__content{gap:16px;margin-bottom:18px}.editProfileModal__avatarWrapper{width:112px;height:112px;flex-basis:112px}.editProfileModal__avatar{width:112px;height:112px;border-radius:36px}.editProfileModal__info{gap:12px}.editProfileModal__avatarInfo{gap:8px}.editProfileModal__title{font-size:18px}.editProfileModal__subtitle{font-size:15px}.editProfileModal__settings{gap:12px}.editProfileModal__btn-settings{min-width:0;padding-inline:10px;font-size:15px}}@media(max-width:480px){.editProfileModal__content{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:16px}.editProfileModal__avatarWrapper{width:96px;height:96px;flex-basis:96px;margin:0 auto}.editProfileModal__avatar{width:96px;height:96px;border-radius:28px}.editProfileModal__info{gap:12px}.editProfileModal__avatarInfo{align-items:center;text-align:center}.editProfileModal__title{font-size:18px;line-height:1.1}.editProfileModal__subtitle{font-size:14px;line-height:1.3}.editProfileModal__settings{flex-direction:column;gap:10px}.editProfileModal__btn-settings{width:100%;height:42px;padding:10px 12px;font-size:15px}.editProfileModal__actions{justify-content:stretch}.editProfileModal__button{flex:1 1 0;min-width:0}.editProfileModal__error{margin-top:2px;text-align:center}}@media(max-width:390px){.editProfileModal__content{gap:14px;margin-bottom:14px}.editProfileModal__avatarWrapper{width:88px;height:88px;flex-basis:88px}.editProfileModal__avatar{width:88px;height:88px;border-radius:24px}.editProfileModal__title{font-size:16px}.editProfileModal__subtitle{font-size:13px}.editProfileModal__btn-settings{height:40px;font-size:14px}.editProfileModal__actions{flex-direction:column;gap:8px}.editProfileModal__button{width:100%;height:40px;font-size:14px}.editProfileModal__error{font-size:13px}}.logoutModal__content{margin-bottom:20px;font-weight:600;font-size:18px;line-height:100%}.logoutModal__button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-width:88px;height:44px;border-radius:10px;padding:12px;font-size:16px;font-weight:600;line-height:122%;text-align:center;color:#fff}.logoutModal__button:disabled{opacity:.5;cursor:not-allowed}.logoutModal__button:hover{opacity:.7}.logoutModal__button--cancel{border:1px solid rgba(255,255,255,.05);background:#29292d}.logoutModal__button--primary{background:#f75959}.changeEmailModal{width:500px}.changeEmailModal__form{display:flex;flex-direction:column;gap:20px;padding-bottom:20px;width:100%;max-width:500px;min-width:0}.changeEmailModal__form--code{align-items:center}.changeEmailModal__step{display:flex;flex-direction:column;gap:20px;width:100%;min-width:0}.changeEmailModal__step--code{align-items:center;justify-content:center}.changeEmailModal__group{display:flex;flex-direction:column;gap:13px}.changeEmailModal__field{display:flex;flex-direction:column;gap:10px;width:100%;min-width:0}.changeEmailModal__field .input{width:100%;max-width:none}.changeEmailModal__text,.changeEmailModal__codeText{margin:0;font-size:18px;line-height:122%;font-weight:500;color:#fff}.changeEmailModal__codeText{text-align:center;max-width:420px}.changeEmailModal__link{display:inline-flex;width:fit-content;max-width:100%;padding:0;border:none;background:transparent;font-size:14px;line-height:122%;font-weight:600;color:#2ea7ff;cursor:pointer;transition:opacity .2s ease;text-decoration:underline;text-align:left;white-space:normal}.changeEmailModal__link:hover{opacity:.8}.changeEmailModal__otp{margin-top:6px;width:100%;max-width:344px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.changeEmailModal__otp .otp__cell{width:100%;min-width:0}.changeEmailModal__submit{min-width:150px;max-width:100%;height:44px;padding:12px;border:none;border-radius:10px;background:#29a1f6;font-size:16px;line-height:122%;font-weight:600;color:#fff;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.changeEmailModal__submit:hover{opacity:.7}.changeEmailModal__submit:active{transform:translateY(1px)}.changeEmailModal__submit:disabled{opacity:.5;cursor:not-allowed}.changeEmailModal .otp__error,.changeEmailModal .otp__resend{width:100%;max-width:344px;line-height:1.35}@media(max-width:480px){.changeEmailModal__form{gap:18px;padding-bottom:16px}.changeEmailModal__step{gap:16px}.changeEmailModal__field{gap:8px}.changeEmailModal__text,.changeEmailModal__codeText{font-size:16px;line-height:1.3}.changeEmailModal__link{font-size:13px}.changeEmailModal__otp{max-width:100%;gap:8px}.changeEmailModal__otp .otp__cell{height:40px;border-radius:8px;font-size:15px}.changeEmailModal__submit{width:100%;min-width:0}.changeEmailModal .otp__error,.changeEmailModal .otp__resend{max-width:100%;margin-top:0}}@media(max-width:390px){.changeEmailModal__form{gap:16px}.changeEmailModal__text,.changeEmailModal__codeText{font-size:15px}.changeEmailModal__otp{gap:6px}.changeEmailModal__otp .otp__cell{height:36px;font-size:14px}.changeEmailModal__submit{font-size:15px;padding:12px 16px}}.twoFactorModal{width:fit-content}.twoFactorModal__content{display:flex;flex-direction:column;width:100%;min-width:0;padding-bottom:20px}.twoFactorModal__step{display:flex;flex-direction:column;gap:20px;width:100%;min-width:0}.twoFactorModal__step--email,.twoFactorModal__step--app{align-items:center;justify-content:center}.twoFactorModal__step--qr{align-items:center;gap:13px}.twoFactorModal__step--backup{width:100%}.twoFactorModal__text,.twoFactorModal__subtext,.twoFactorModal__backupText{margin:0;font-size:16px;line-height:122%;font-weight:500;color:#fff}.twoFactorModal__subtext{text-align:center;max-width:460px}.twoFactorModal__text{text-align:center;width:460px}.twoFactorModal__subtext{font-size:16px;line-height:122%;font-weight:500}.twoFactorModal__otp{width:100%;max-width:344px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.twoFactorModal__resend{width:100%;max-width:344px;line-height:100%;font-size:14px;font-weight:500;color:#82838b;text-align:center}.twoFactorModal__qr{display:flex;align-items:center;justify-content:center;width:180px;height:180px;border-radius:18px;background:#fff;overflow:hidden}.twoFactorModal__qrImage{display:block;width:100%;height:100%;object-fit:contain}.twoFactorModal__qrPlaceholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:20px;font-weight:700;color:#111}.twoFactorModal__secret{width:100%;max-width:460px;padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.05);background:#29292d;font-size:16px;line-height:122%;font-weight:500;color:#fff;word-break:break-word}.twoFactorModal__footer{display:flex;justify-content:flex-end;align-items:center;gap:12px;width:100%}.twoFactorModal__button{min-width:150px;max-width:100%;height:44px;padding:12px 18px;border:none;border-radius:10px;font-size:16px;line-height:122%;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.twoFactorModal__button:hover{opacity:.7}.twoFactorModal__button:active{transform:translateY(1px)}.twoFactorModal__button:disabled{opacity:.5;cursor:not-allowed}.twoFactorModal__button--primary{background:#29a1f6;color:#fff}.twoFactorModal__button--secondary{background:#29292d;color:#fff;border:1px solid rgba(255,255,255,.05)}.twoFactorModal__backupWrap{display:flex;padding:20px;gap:20px;width:100%;min-width:0;border-radius:20px;background-color:#242429}.twoFactorModal__backupList{flex:0 0 205px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 20px;padding:20px;border-radius:20px;background:#2a2d36;border:1px solid rgba(255,255,255,.02)}.twoFactorModal__backupItem{font-size:13px;line-height:1.3;font-weight:500;color:#fff}.twoFactorModal__backupInfo{display:flex;flex-direction:column;gap:14px;min-width:0;flex:1 1 auto;max-width:294px}.twoFactorModal__backupText{font-size:14px;line-height:110%;font-weight:600;text-align:left}.twoFactorModal__backupActions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:auto}.twoFactorModal__backupAction{display:flex;align-items:center;justify-content:center;gap:10px;padding:0;border:none;background:transparent;font-size:16px;line-height:122%;font-weight:600;color:#fff;cursor:pointer;transition:opacity .2s ease;width:100%;max-width:137px;height:44px;border:1px solid rgba(255,255,255,.05);background-color:#242429;border-radius:10px}.twoFactorModal__backupAction:hover{opacity:.7}.twoFactorModal__error{text-align:center;font-size:13px;font-weight:700;color:#ff4848f2}.twoFactorModal__resend-link{color:#2d9cff;cursor:pointer;text-decoration:none;transition:opacity .15s ease,filter .15s ease}.twoFactorModal .otp__error{margin-top:10px;width:100%;max-width:344px;line-height:1.35}@media(max-width:480px){.twoFactorModal{width:100%}.twoFactorModal__content{padding-bottom:16px}.twoFactorModal__step{gap:16px}.twoFactorModal__text,.twoFactorModal__subtext{width:100%;max-width:100%;font-size:16px;line-height:1.3}.twoFactorModal__subtext{font-size:13px}.twoFactorModal__otp{max-width:100%;gap:8px}.twoFactorModal__otp .otp__cell{height:40px;border-radius:8px;font-size:15px}.twoFactorModal__resend{max-width:100%}.twoFactorModal__qr{width:160px;height:160px}.twoFactorModal__secret{max-width:100%;font-size:12px}.twoFactorModal__footer{gap:10px}.twoFactorModal__button{min-width:0;flex:1 1 auto}.twoFactorModal__backupWrap{flex-direction:column;gap:16px}.twoFactorModal__backupList{flex:none;width:100%}.twoFactorModal__backupText{font-size:12px}.twoFactorModal__backupActions{gap:12px}.twoFactorModal .otp__error{max-width:100%;margin-top:0}}@media(max-width:390px){.twoFactorModal__text{font-size:15px}.twoFactorModal__subtext{font-size:12px}.twoFactorModal__otp{gap:6px}.twoFactorModal__otp .otp__cell{height:36px;font-size:14px}.twoFactorModal__button{font-size:15px;padding:12px 16px}.twoFactorModal__backupList{padding:14px;gap:8px 10px}.twoFactorModal__backupItem,.twoFactorModal__backupText,.twoFactorModal__backupAction{font-size:12px}}.statusModal__content{width:100%;margin-bottom:20px;color:#fff;font-size:16px;line-height:1.5;text-align:center;white-space:pre-wrap}.statusModal__actions{display:flex;justify-content:flex-end;width:100%}.statusModal__button{display:inline-flex;align-items:center;justify-content:center;min-width:100px;height:44px;border-radius:10px;padding:12px 16px;font-size:16px;font-weight:600;line-height:1.2;color:#fff}.statusModal__button:hover{opacity:.8}.statusModal__button--primary{background:#2897ea}.statusCardModal{width:min(500px,100vw - 32px);max-width:calc(100vw - 32px);background:#1a1a1e;border:1px solid rgba(255,255,255,.05);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;font-family:Inter,system-ui,Avenir,sans-serif}.statusCardModal__content{display:flex;flex-direction:column;align-items:center;gap:20px;padding:30px 20px;text-align:center}.statusCardModal__icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;flex-shrink:0}.statusCardModal__iconSvg{width:80px;height:80px}.statusCardModal__text{display:flex;flex-direction:column;align-items:center;gap:12px}.statusCardModal__title{margin:0;color:#fff;font-family:Inter,system-ui,Avenir,sans-serif;font-size:20px;font-weight:600;line-height:normal}.statusCardModal__subtitle{margin:0;color:#ffffffb3;font-size:16px;line-height:1.42}.statusCardModal__subtitleLine{display:block}.statusCardModal__amount{padding:10px 16px;border-radius:999px;background:#29a1f61f;color:#29a1f6;font-size:14px;font-weight:600;line-height:1.2}.statusCardModal__actions{display:flex;justify-content:flex-end;gap:10px;padding:12px 20px;border-top:1px solid rgba(255,255,255,.05);background:#242429}.statusCardModal__button{display:inline-flex;align-items:center;justify-content:center;min-width:112px;padding:12px 24px;border-radius:10px;font-size:16px;font-weight:600;line-height:1.22;transition:opacity .2s ease-in-out,background .2s ease-in-out}.statusCardModal__button:hover,.statusCardModal__button:focus-visible{opacity:.85}.statusCardModal__button--primary{background:#2897ea;color:#fff}.statusCardModal__button--secondary{background:#ffffff0d;color:#fff}@media(max-width:640px){.statusCardModal{max-width:calc(100vw - 24px);border-radius:16px}.statusCardModal__content{padding:24px 16px}.statusCardModal__actions{flex-direction:column-reverse;padding:12px 16px 16px}.statusCardModal__button{width:100%}}.offTwoFactorModal{width:fit-content}.offTwoFactorModal__field{width:100%}.offTwoFactorModal__link{padding:0;border:none;background:transparent;font-size:14px;line-height:1.2;color:#7f8498;cursor:pointer;text-decoration:underline}.offTwoFactorModal__link:hover{color:#29a1f6}.offTwoFactorModal__confirmText{text-align:center;font-size:18px;line-height:100%;font-weight:600;color:#fff;margin:0 68px}.offTwoFactorModal__footer--confirm{justify-content:flex-end;gap:16px}.offTwoFactorModal__button--danger{background:#ff5a5f;color:#fff}.offTwoFactorModal__otp--backup{display:flex;gap:2px;justify-content:center}.offTwoFactorModal__content{display:flex;flex-direction:column;width:100%;min-width:0;padding-bottom:20px}.offTwoFactorModal__step{display:flex;flex-direction:column;gap:20px;width:100%;min-width:0}.offTwoFactorModal__step--email,.offTwoFactorModal__step--app{align-items:center;justify-content:center}.offTwoFactorModal__step--qr{align-items:center;gap:13px}.offTwoFactorModal__step--backup{width:100%}.offTwoFactorModal__step--password{align-items:center;justify-content:center}.offTwoFactorModal__step--password .offTwoFactorModal__field{width:fit-content}.offTwoFactorModal__text,.offTwoFactorModal__subtext,.offTwoFactorModal__backupText{margin:0;font-size:16px;line-height:122%;font-weight:500;color:#fff}.offTwoFactorModal__subtext{text-align:center;max-width:460px}.offTwoFactorModal__text{text-align:center;width:460px}.offTwoFactorModal__subtext{font-size:16px;line-height:122%;font-weight:500}.offTwoFactorModal__otp{width:100%;max-width:344px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.offTwoFactorModal__otp--backup{display:flex;gap:8px;justify-content:center;align-items:center;margin:0 auto}.offTwoFactorModal__resend{width:100%;max-width:344px;line-height:100%;font-size:14px;font-weight:500;color:#82838b;text-align:center}.offTwoFactorModal__qr{display:flex;align-items:center;justify-content:center;width:180px;height:180px;border-radius:18px;background:#fff;overflow:hidden}.offTwoFactorModal__qrImage{display:block;width:100%;height:100%;object-fit:contain}.offTwoFactorModal__qrPlaceholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:20px;font-weight:700;color:#111}.offTwoFactorModal__secret{width:100%;max-width:460px;padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.05);background:#29292d;font-size:16px;line-height:122%;font-weight:500;color:#fff;word-break:break-word}.offTwoFactorModal__footer{display:flex;justify-content:flex-end;align-items:center;gap:12px;width:100%}.offTwoFactorModal__button{min-width:150px;max-width:100%;height:44px;padding:12px 18px;border:none;border-radius:10px;font-size:16px;line-height:122%;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.offTwoFactorModal__button:hover{opacity:.7}.offTwoFactorModal__button:active{transform:translateY(1px)}.offTwoFactorModal__button:disabled{opacity:.5;cursor:not-allowed}.offTwoFactorModal__button--primary{background:#29a1f6;color:#fff}.offTwoFactorModal__button--secondary{background:#29292d;color:#fff;border:1px solid rgba(255,255,255,.05)}.offTwoFactorModal__backupWrap{display:flex;padding:20px;gap:20px;width:100%;min-width:0;border-radius:20px;background-color:#242429}.offTwoFactorModal__backupList{flex:0 0 205px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 20px;padding:20px;border-radius:20px;background:#2a2d36;border:1px solid rgba(255,255,255,.02)}.offTwoFactorModal__backupItem{font-size:13px;line-height:1.3;font-weight:500;color:#fff}.offTwoFactorModal__backupInfo{display:flex;flex-direction:column;gap:14px;min-width:0;flex:1 1 auto;max-width:294px}.offTwoFactorModal__backupText{font-size:14px;line-height:110%;font-weight:600;text-align:left}.offTwoFactorModal__backupActions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:auto}.offTwoFactorModal__backupAction{display:flex;align-items:center;justify-content:center;gap:10px;padding:0;border:none;background:transparent;font-size:16px;line-height:122%;font-weight:600;color:#fff;cursor:pointer;transition:opacity .2s ease;width:100%;max-width:137px;height:44px;border:1px solid rgba(255,255,255,.05);background-color:#242429;border-radius:10px}.offTwoFactorModal__backupAction:hover{opacity:.7}.offTwoFactorModal__error{text-align:center;font-size:13px;font-weight:700;color:#ff4848f2}.offTwoFactorModal__resend-link{color:#2d9cff;cursor:pointer;text-decoration:underline;transition:opacity .15s ease,filter .15s ease}.offTwoFactorModal__resend-link:hover{opacity:.7}.offTwoFactorModal .otp__error{margin-top:10px;width:100%;max-width:344px;line-height:1.35}@media(max-width:480px){.offTwoFactorModal{width:100%}.offTwoFactorModal__content{padding-bottom:16px}.offTwoFactorModal__step{gap:16px}.offTwoFactorModal__text,.offTwoFactorModal__subtext{width:100%;max-width:100%;font-size:16px;line-height:1.3}.offTwoFactorModal__subtext{font-size:13px}.offTwoFactorModal__otp{max-width:100%;gap:8px}.offTwoFactorModal__otp .otp__cell{height:40px;border-radius:8px;font-size:15px}.offTwoFactorModal__resend{max-width:100%}.offTwoFactorModal__qr{width:160px;height:160px}.offTwoFactorModal__secret{max-width:100%;font-size:12px}.offTwoFactorModal__footer{gap:10px}.offTwoFactorModal__button{min-width:0;flex:1 1 auto}.offTwoFactorModal__backupWrap{flex-direction:column;gap:16px}.offTwoFactorModal__backupList{flex:none;width:100%}.offTwoFactorModal__backupText{font-size:12px}.offTwoFactorModal__backupActions{gap:12px}.offTwoFactorModal .otp__error{max-width:100%;margin-top:0}}@media(max-width:390px){.offTwoFactorModal__text{font-size:15px}.offTwoFactorModal__subtext{font-size:12px}.offTwoFactorModal__otp{gap:6px}.offTwoFactorModal__otp .otp__cell{height:36px;font-size:14px}.offTwoFactorModal__button{font-size:15px;padding:12px 16px}.offTwoFactorModal__backupList{padding:14px;gap:8px 10px}.offTwoFactorModal__backupItem,.offTwoFactorModal__backupText,.offTwoFactorModal__backupAction{font-size:12px}}.auroriumUpgradeModal{width:min(740px,100vw - 32px);position:relative}.auroriumUpgradeModal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#2424290a,#24242914);opacity:1}.auroriumUpgradeModal .baseModal__header{padding:26px 70px 18px;margin-bottom:0}.auroriumUpgradeModal .baseModal__title{font-size:20px;line-height:1.2;font-weight:700}.auroriumUpgradeModal .baseModal__body{align-items:stretch;justify-content:stretch;padding:0 20px}.auroriumUpgradeModal .baseModal__footer{justify-content:space-between;align-items:flex-end;padding:18px 20px 20px;background:#29292d}.auroriumUpgradeModal__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px;width:100%;padding:6px 0 0}.auroriumUpgradeModal__topRow{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.auroriumUpgradeModal__headingBlock{min-width:0}.auroriumUpgradeModal__bodyRow{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:14px;width:100%}.auroriumUpgradeModal__overview{min-width:0}.auroriumUpgradeModal__brand{color:#29a1f6;font-size:18px;font-weight:700;line-height:22px}.auroriumUpgradeModal__priceRow{display:flex;align-items:flex-end;gap:4px;margin-top:5px;font-family:Inter,system-ui,Avenir,sans-serif;color:#ffffff8c;font-size:16px;font-weight:600}.auroriumUpgradeModal__priceValue{color:#fff;font-size:35px;line-height:1;font-weight:700;letter-spacing:-.03em}.auroriumUpgradeModal__priceSuffix{margin-bottom:1px;color:#ffffff8c;font-size:16px;font-weight:600}.auroriumUpgradeModal__sections{display:flex;flex-direction:column;gap:14px}.auroriumUpgradeModal__section{padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.auroriumUpgradeModal__section:first-child{padding-top:0;border-top:none}.auroriumUpgradeModal__section:nth-child(2){margin-bottom:8px}.auroriumUpgradeModal__sectionHeader{display:flex;align-items:center;gap:14px}.auroriumUpgradeModal__sectionIcon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#ffffff0f;color:#ffffffb8}.auroriumUpgradeModal__sectionIcon svg{width:24px;height:24px}.auroriumUpgradeModal__sectionTitle{color:#fff;font-size:17px;font-weight:700}.auroriumUpgradeModal__sectionItems{display:flex;flex-direction:column;gap:14px;margin-top:18px}.auroriumUpgradeModal__featureRow{display:flex;align-items:center;gap:10px;color:#fffffff5;font-size:15px;font-weight:500;line-height:1.35}.auroriumUpgradeModal__featureCheck{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.auroriumUpgradeModal__controls{min-width:0}.auroriumUpgradeModal__periods{gap:10px;display:flex;flex-direction:row;align-items:center;padding:4px;background:#242429;border:1px solid rgba(255,255,255,.05);border-radius:30px}.auroriumUpgradeModal__servicesTitleWrap{display:flex;align-items:center;gap:16px;width:100%;justify-content:center}.auroriumUpgradeModal__servicesLine{flex:1 1 auto;max-width:none;height:1px;background:#ffffff24}.auroriumUpgradeModal__servicesTitle{color:#ffffff8f;font-size:16px;font-weight:700;white-space:nowrap;text-align:center}.auroriumUpgradeModal__servicesList{display:flex;flex-direction:column;gap:0px;margin-top:4px}.auroriumUpgradeModal__serviceCard{display:flex;flex-direction:column;gap:10px}.auroriumUpgradeModal__serviceLabel{color:#fff;font-family:Inter,system-ui,Avenir,sans-serif;font-size:14px;line-height:1;font-weight:700;padding:0}.auroriumUpgradeModal__counterRow{position:relative;display:flex;align-items:center;min-height:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#29292d}.auroriumUpgradeModal__counterInput{width:100%;height:100%;min-width:0;padding:10px 100px 10px 14px;border:none;background:transparent;color:#fff;font-family:Inter,system-ui,Avenir,sans-serif;font-size:18px;line-height:1;font-weight:700;outline:none;box-sizing:border-box}.auroriumUpgradeModal__counterActions{position:absolute;top:50%;right:14px;transform:translateY(-50%);display:flex;align-items:center;gap:6px;pointer-events:auto;z-index:1}.auroriumUpgradeModal__counterButton{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:transparent;cursor:pointer;position:relative;flex-shrink:0;transition:opacity .2s ease}.auroriumUpgradeModal__counterButton:hover,.auroriumUpgradeModal__counterButton:focus-visible{opacity:.8}.auroriumUpgradeModal__counterButton:disabled{opacity:.45;cursor:default}.auroriumUpgradeModal__counterMinus,.auroriumUpgradeModal__counterPlus{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:20px;background:#29a1f6}.auroriumUpgradeModal__counterButton:disabled .auroriumUpgradeModal__counterMinus,.auroriumUpgradeModal__counterButton:disabled .auroriumUpgradeModal__counterPlus{background:#ffffff59}.auroriumUpgradeModal__counterMinus{width:12px;height:2px}.auroriumUpgradeModal__counterPlus{width:2px;height:12px;z-index:1}.auroriumUpgradeModal__serviceCaption{margin-top:0;color:#ffffff7a;font-family:Inter,system-ui,Avenir,sans-serif;font-size:14px;line-height:1;font-weight:400}.auroriumUpgradeModal__loading,.auroriumUpgradeModal__error{padding:14px 16px;border-radius:14px;background:#ffffff09;color:#fffc;font-size:14px;line-height:1.45}.auroriumUpgradeModal__error{margin-top:18px;background:#f7595914;color:#ff9d9d}.auroriumUpgradeModal__footer{display:flex;flex-direction:column;align-items:stretch;gap:20px;width:100%}.auroriumUpgradeModal__summary{width:100%}.auroriumUpgradeModal__summaryTitle{color:#fff;font-size:16px;font-weight:700}.auroriumUpgradeModal__summaryMeta{margin-top:10px;color:#ffffff7a;font-size:14px;font-weight:600}.auroriumUpgradeModal__summaryRow{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:8px}.auroriumUpgradeModal__summaryLabel{color:#ffffff8f;font-size:16px;font-weight:700}.auroriumUpgradeModal__summaryValues{display:flex;align-items:center;gap:12px;justify-content:flex-end;margin-left:auto}.auroriumUpgradeModal__summaryOldPrice{position:relative;display:inline-flex;align-items:center;padding:0 2px;color:#ffffff6b;font-size:18px;font-weight:600}.auroriumUpgradeModal__summaryOldPrice:after{content:"";position:absolute;left:-2px;right:-2px;top:50%;height:2px;border-radius:999px;background:#f95d5d;box-shadow:0 0 12px #f95d5d47;transform:translateY(-50%) rotate(-14deg);transform-origin:center;pointer-events:none}.auroriumUpgradeModal__summaryPrice{color:#fff;font-size:22px;font-weight:700}.auroriumUpgradeModal__payButton{display:inline-flex;align-items:center;justify-content:center;min-width:192px;min-height:50px;padding:0 28px;border-radius:14px;background:linear-gradient(180deg,#39a6f4,#2997ea);color:#fff;font-size:18px;font-weight:700;transition:opacity .2s ease;align-self:flex-end}.auroriumUpgradeModal__payButton:hover,.auroriumUpgradeModal__payButton:focus-visible{opacity:.9}.auroriumUpgradeModal__payButton:disabled{opacity:.55;cursor:default}@media(max-width:980px){.auroriumUpgradeModal{width:min(700px,100vw - 24px)}.auroriumUpgradeModal .baseModal__header{padding:22px 56px 18px}.auroriumUpgradeModal .baseModal__body{padding:0 16px}.auroriumUpgradeModal .baseModal__footer{padding:16px}.auroriumUpgradeModal__sectionIcon{width:36px;height:36px}.auroriumUpgradeModal__sectionIcon svg{width:20px;height:20px}.auroriumUpgradeModal__content{gap:14px}.auroriumUpgradeModal__topRow,.auroriumUpgradeModal__bodyRow{display:flex;gap:18px;flex-direction:row;justify-content:space-between}.auroriumUpgradeModal__periods{justify-content:flex-start}}@media(max-width:640px){.auroriumUpgradeModal{width:calc(100vw - 20px)}.auroriumUpgradeModal .baseModal__header{padding:18px 46px 16px}.auroriumUpgradeModal .baseModal__footer{align-items:stretch}.auroriumUpgradeModal__topRow{display:flex;flex-direction:column}.auroriumUpgradeModal__bodyRow{display:flex;flex-direction:column;gap:16px}.auroriumUpgradeModal__controls{width:100%}.auroriumUpgradeModal__periods{display:flex;flex-direction:row}.auroriumUpgradeModal__periods .period__btn{min-width:92px;min-height:38px;gap:6px;padding-inline:10px;font-size:14px;line-height:1.15}.auroriumUpgradeModal__periods .tag{padding:2px 5px;font-size:12px;line-height:1.1}.auroriumUpgradeModal__footer{flex-direction:column;align-items:stretch}.auroriumUpgradeModal__summaryRow{gap:16px}.auroriumUpgradeModal__summaryRow{justify-content:space-between}.auroriumUpgradeModal__payButton{width:auto;min-width:172px;min-height:46px;padding:0 22px;font-size:16px;align-self:flex-end}.auroriumUpgradeModal__counterRow{max-width:none}.auroriumUpgradeModal__counterInput{padding:10px 84px 10px 12px;font-size:16px}.auroriumUpgradeModal__counterActions{right:12px;gap:5px}.auroriumUpgradeModal__counterButton{width:24px;height:24px}}@media(max-width:480px){.auroriumUpgradeModal .baseModal__header{padding:16px 42px 14px}.auroriumUpgradeModal__priceSuffix,.auroriumUpgradeModal__sectionTitle,.auroriumUpgradeModal__serviceLabel,.auroriumUpgradeModal__summaryLabel,.auroriumUpgradeModal__summaryTitle{font-size:15px}.auroriumUpgradeModal__periods{gap:8px;width:100%;justify-content:space-between}.auroriumUpgradeModal__periods .period__btn{min-width:84px;min-height:34px;gap:5px;padding:10px;font-size:14px}.auroriumUpgradeModal__periods .tag{padding:2px 4px;font-size:11px}.auroriumUpgradeModal__priceValue{font-size:35px}.auroriumUpgradeModal__featureRow,.auroriumUpgradeModal__serviceCaption,.auroriumUpgradeModal__summaryMeta,.auroriumUpgradeModal__loading,.auroriumUpgradeModal__error{font-size:13px}.auroriumUpgradeModal__summaryPrice{font-size:20px}.auroriumUpgradeModal__counterRow{max-width:none;min-height:38px;height:38px}.auroriumUpgradeModal__counterInput{padding:9px 76px 9px 12px;font-size:15px}.auroriumUpgradeModal__serviceCaption{font-size:12px}.auroriumUpgradeModal__payButton{width:100%;min-width:0;min-height:42px;padding:0 18px;font-size:15px;align-self:stretch}}.promocodeModal{width:min(500px,100vw - 32px);max-width:calc(100vw - 32px);font-family:Inter,system-ui,Avenir,sans-serif;border:1px solid rgba(255,255,255,.05);background:#1a1a1e}.promocodeModal .baseModal__body{overflow:hidden}.promocodeModal .baseModal__header{padding:16px 0 10px;margin-bottom:0}.promocodeModal .baseModal__footer{padding:16px}.promocodeModal .baseModal__title{font-size:18px;font-weight:400;line-height:1.4}.promocodeModal--status .baseModal__header{display:none}.promocodeModal__body{display:flex;flex-direction:column;width:100%}.promocodeModal__body--input{padding:20px 0}.promocodeModal__body--status{align-items:center;padding:20px 0;text-align:center}.promocodeModal__input{box-sizing:border-box;width:100%;padding:11px 16px;border-radius:10px;background:#29292d;color:#fff;font-family:Inter,system-ui,Avenir,sans-serif;font-size:16px;font-weight:400;line-height:1.4;transition:border-color .2s ease,background .2s ease}.promocodeModal__input::placeholder{color:#ffffff59;letter-spacing:.04em}.promocodeModal__input:focus{outline:none;border-color:#2897ea99;background:#ffffff12}.promocodeModal__statusIcon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;flex-shrink:0}.promocodeModal__statusTitle{margin:20px 0 0;color:#fff;font-family:Inter,system-ui,Avenir,sans-serif;font-weight:800;font-size:24px;line-height:1.2}.promocodeModal__statusCaption{margin:10px 0 0;color:#fff9;font-size:16px;line-height:1.4;font-weight:400}.promocodeModal__actions{display:flex;justify-content:flex-end;width:100%}.promocodeModal__button{display:inline-flex;align-items:center;justify-content:center;min-width:141px;padding:17px 20px;border-radius:10px;font-size:16px;font-weight:500;line-height:1.1;letter-spacing:0;font-family:Inter,system-ui,Avenir,sans-serif;cursor:pointer;transition:opacity .2s ease,background .2s ease;margin-left:auto}.promocodeModal__button:disabled{opacity:.5;cursor:not-allowed}.promocodeModal__button:hover:not(:disabled),.promocodeModal__button:focus-visible:not(:disabled){opacity:.85}.promocodeModal__button--primary{background:#2897ea;color:#fff;border:none}@media(max-width:640px){.promocodeModal{max-width:calc(100vw - 24px)}.promocodeModal__statusTitle{font-size:18px}.promocodeModal__actions{justify-content:stretch}}
