.baseModal{width:min(500px,100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);background:#1a1a1e;border:1px solid rgba(255,255,255,.05);border-radius:20px;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,system-ui,Avenir,sans-serif}.baseModal__header{position:relative;flex-shrink:0;padding:20px;margin:0 0 20px}.baseModal__title{margin:0;text-align:center;font-family:Inter,system-ui,Avenir,sans-serif;font-size:20px;line-height:100%;font-weight:600;color:#fff}.baseModal__close{position:absolute;top:22px;right:20px;width:16px;height:16px;padding:0;border:none;background:transparent;font-size:0;cursor:pointer}.baseModal__close:before,.baseModal__close:after{content:"";position:absolute;top:50%;left:50%;width:24px;height:2px;border-radius:999px;background-color:#fff;transform-origin:center;transition:opacity .2s ease}.baseModal__close:before{transform:translate(-50%,-50%) rotate(45deg)}.baseModal__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.baseModal__close:hover:before,.baseModal__close:hover:after{opacity:.8}.baseModal__body{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;padding:0 20px;overflow-y:auto}.baseModal__footer{display:flex;flex-shrink:0;justify-content:flex-end;width:100%;gap:12px;padding:12px 20px;border-top:1px solid rgba(255,255,255,.05);background:#242429}.baseModal .input__field,.baseModal .input__label{font-size:16px}.baseModal .input__field:focus+.input__label,.baseModal .input__field:not(:placeholder-shown)+.input__label{font-size:12px}.baseModal .input-error,.baseModal .otp__error,.baseModal .otp__resend{font-size:14px}.baseModal .otp__cell{font-size:16px}@media(max-width:834px){.baseModal{max-width:calc(100vw - 28px);max-height:calc(100vh - 28px)}.baseModal__header{padding:18px 52px 18px 18px;margin-bottom:18px}.baseModal__body{padding:0 18px}.baseModal__footer{padding:12px 18px 18px}}@media(max-width:480px){.baseModal{max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);border-radius:16px}.baseModal__header{padding:18px 48px 16px 16px;margin-bottom:16px}.baseModal__title{font-size:18px;line-height:1.15}.baseModal__close{top:18px;right:16px;width:20px;height:20px}.baseModal__close:before,.baseModal__close:after{width:20px}.baseModal__body{padding:0 16px}.baseModal__footer{padding:12px 16px 16px}}@media(max-width:390px){.baseModal{max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);border-radius:14px}.baseModal__header{padding:16px 44px 14px 14px;margin-bottom:14px}.baseModal__title{font-size:16px}.baseModal__close{top:15px;right:14px;width:18px;height:18px}.baseModal__close:before,.baseModal__close:after{width:18px}.baseModal__body{padding:0 14px}.baseModal__footer{gap:10px;padding:10px 14px 14px}}.paymentMethodModal{width:min(500px,100vw - 32px);max-width:calc(100vw - 32px)}.paymentMethodModal .baseModal__header{padding:20px;margin:0}.paymentMethodModal .baseModal__body{display:block;padding:20px}.paymentMethodModal .baseModal__footer{padding:0}.paymentMethodModal__content,.paymentMethodModal__methods{display:flex;flex-direction:column;min-width:0}.paymentMethodModal__content{gap:12px}.paymentMethodModal__methods{gap:10px}.paymentMethodModal__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-family:Inter,system-ui,Avenir,sans-serif;font-size:14px;font-weight:500;text-align:left;box-sizing:border-box;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,opacity .2s ease}.paymentMethodModal__method:hover{border-color:#29a1f63d}.paymentMethodModal__method:disabled{cursor:not-allowed}.paymentMethodModal__method--active{border-color:#29a1f666}.paymentMethodModal__method--disabled{background:#242429a6;opacity:.55}.paymentMethodModal__methodInner{display:flex;flex-direction:column;gap:10px;width:100%;min-width:0}.paymentMethodModal__methodTitleRow{display:flex;align-items:center;gap:10px;min-width:0}.paymentMethodModal__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}.paymentMethodModal__method--active .paymentMethodModal__methodRadio{border-color:#29a1f6;background:radial-gradient(circle,#29a1f6 0,#29a1f6 46%,#16161af5 47%,#16161af5);box-shadow:0 0 0 3px #29a1f61f}.paymentMethodModal__methodText{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.paymentMethodModal__methodLabel{color:#fff;font-size:14px;font-weight:600;line-height:1.25}.paymentMethodModal__methodMeta,.paymentMethodModal__methodDescription{color:#ffffff8c;font-size:13px;font-weight:500;line-height:1.2}.paymentMethodModal__methodDescription{padding-left:28px;overflow-wrap:anywhere}.paymentMethodModal__methodGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%}.paymentMethodModal__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}.paymentMethodModal__methodIconTile img{width:auto;max-width:100%;max-height:20px;object-fit:contain}.paymentMethodModal__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}.paymentMethodModal__footer{display:flex;flex-direction:column;gap:12px;width:100%;padding:12px 20px}.paymentMethodModal__total,.paymentMethodModal__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.paymentMethodModal__total{color:#ffffffc7;font-size:15px;line-height:1.3}.paymentMethodModal__total strong{color:#fff;font-size:16px;font-weight:700;white-space:nowrap}.paymentMethodModal__actions{justify-content:flex-end}.paymentMethodModal__button{display:inline-flex;align-items:center;justify-content:center;min-width:112px;min-height:44px;padding:12px 22px;border-radius:10px;color:#fff;font-size:15px;font-weight:600;line-height:1;transition:opacity .2s ease}.paymentMethodModal__button:hover{opacity:.8}.paymentMethodModal__button:disabled{opacity:.55;cursor:not-allowed}.paymentMethodModal__button--cancel{border:1px solid rgba(255,255,255,.05);background:#1a1a1e}.paymentMethodModal__button--primary{border:1px solid #29a1f6;background:#29a1f6}@media(max-width:480px){.paymentMethodModal .baseModal__header{padding:16px 48px 16px 16px}.paymentMethodModal .baseModal__body{padding:16px}.paymentMethodModal__methodGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.paymentMethodModal__methodIconTile{height:34px}.paymentMethodModal__footer,.paymentMethodModal__actions{align-items:stretch}.paymentMethodModal__total,.paymentMethodModal__actions{flex-direction:column}.paymentMethodModal__button{width:100%}}
