:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#141414;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-glow{0%,to{opacity:.15;transform:scale(1)}50%{opacity:.25;transform:scale(1.05)}}.navbar{position:sticky;top:0;z-index:50;width:100%;height:64px;background:#111;border-bottom:1px solid #1e1e1e;display:flex;align-items:center}.navbar-inner{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.navbar-logo{width:58px;height:58px;padding:2px}.navbar-title{font-size:1rem;font-weight:600;background:linear-gradient(135deg,#f5d97a,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.01em}.navbar-secure{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;color:#d4af37}.app{display:flex;flex-direction:column;min-height:100vh;background:#141414}.page-layout{display:flex;flex:1}.main-content{flex:1;min-width:0;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center}.form-sections{display:flex;flex-direction:column;gap:1.25rem}.form-container{width:100%;max-width:580px;display:flex;flex-direction:column;gap:1.25rem}.form-section{background:#242424;border:1px solid #383838;border-radius:16px;padding:1.5rem;box-shadow:0 2px 16px #0006}.section-header{display:flex;align-items:center;gap:.65rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #2c2c2c}.section-number{width:28px;height:28px;border-radius:50%;background:#d4af371a;border:1px solid rgba(212,175,55,.3);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#d4af37;flex-shrink:0}.section-title{font-size:.78rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.06em}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem}.form-grid-2col{grid-template-columns:1fr 1fr}.field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.field-label{font-size:.72rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em}.field-label .required{color:#d4af37;margin-left:.15rem}.field-input{height:44px;padding:0 .85rem;background:#1a1a1a;border:1px solid #303030;border-radius:10px;font-size:.875rem;color:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%;min-width:0;box-sizing:border-box;font-family:inherit}.field-input::placeholder{color:#555}.field-input:hover{border-color:#383838}.field-input:focus{border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a}.field-hint{font-size:.72rem;color:#4b5563}.field-amount{position:relative;display:flex;align-items:center}.field-amount .field-input{font-size:1.35rem;font-weight:600;height:52px;padding-right:4.5rem;letter-spacing:-.02em;width:100%}.field-amount .amount-suffix{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);font-size:.78rem;font-weight:700;color:#d4af37;background:#d4af371a;border:1px solid rgba(212,175,55,.25);padding:.25rem .6rem;border-radius:6px;letter-spacing:.04em;pointer-events:none}.field-input.phone-input{padding:0;display:flex;align-items:center;gap:0;overflow:hidden}.field-input.phone-input .PhoneInputCountry{display:flex;align-items:center;gap:.4rem;padding:0 .75rem;height:100%;background:#141414;border-right:1px solid #303030;position:relative;cursor:pointer}.field-input.phone-input .PhoneInputCountryIcon{width:22px;height:16px;display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none;overflow:hidden;border-radius:2px}.field-input.phone-input .PhoneInputCountryIcon img,.field-input.phone-input .PhoneInputCountryIcon svg{width:100%;height:100%;object-fit:cover;display:block}.field-input.phone-input .PhoneInputCountryIconUnicode{font-size:1rem;line-height:1}.field-input.phone-input .PhoneInputCountrySelectArrow{width:6px;height:6px;margin-left:.15rem;border-style:solid;border-color:#9ca3af;border-top-width:0;border-left-width:0;border-right-width:1.5px;border-bottom-width:1.5px;opacity:1;transform:rotate(45deg);transition:border-color .15s ease}.field-input.phone-input .PhoneInputCountry:hover .PhoneInputCountrySelectArrow{border-color:#d4af37}.field-input.phone-input .PhoneInputCountrySelect{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:1}.field-input.phone-input .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon{box-shadow:0 0 0 2px #d4af3766;border-radius:2px}.field-input.phone-input .PhoneInputInput{flex:1;height:100%;padding:0 .85rem;background:transparent;border:0;outline:none;color:#fff;font-size:.875rem;font-family:inherit;min-width:0}.field-input.phone-input .PhoneInputInput::placeholder{color:#555}.field-input.phone-input:focus-within{border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a}.alert{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-radius:12px;font-size:.82rem;animation:slideDown .25s ease;margin-bottom:.5rem}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.alert span{flex:1}.alert-dismiss{background:none;border:none;font-size:1.2rem;cursor:pointer;color:inherit;opacity:.5;padding:0 .25rem;line-height:1}.alert-dismiss:hover{opacity:1}.btn-submit{width:100%;height:48px;background:linear-gradient(135deg,#f5d97a,#d4af37);color:#0a0a0a;border:none;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer;transition:opacity .15s ease,transform .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;margin-top:.5rem}.btn-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-submit:disabled{opacity:.3;cursor:not-allowed;transform:none}.btn-submit .spinner{width:18px;height:18px;border:2.5px solid rgba(10,10,10,.2);border-top-color:#0a0a0a;border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}.result-page{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#141414}.result-card{width:100%;max-width:420px;background:#222;border:1px solid #383838;border-radius:20px;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;box-shadow:0 8px 32px #0006;animation:fadeIn .6s ease-out}.result-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:scaleIn .5s ease-out}.result-icon-glow{position:absolute;inset:0;border-radius:50%;animation:pulse-glow 2s ease-in-out infinite}.result-icon-success{background:#d4af371a;box-shadow:0 8px 24px #d4af3733;color:#d4af37}.result-icon-success .result-icon-glow{background:#d4af3726}.result-icon-cancel{background:#ef44441a;box-shadow:0 8px 24px #ef444426;color:#ef4444}.result-icon-cancel .result-icon-glow{background:#ef44441a}.result-divider{width:64px;height:2px;background:linear-gradient(90deg,transparent,#D4AF37,transparent);border-radius:1px}.result-divider-error{background:linear-gradient(90deg,transparent,#ef4444,transparent)}.result-title{font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:-.01em}.result-text{font-size:.95rem;color:#9ca3af;line-height:1.6;max-width:320px}.btn-result{height:44px;padding:0 2rem;background:linear-gradient(135deg,#f5d97a,#d4af37);color:#0a0a0a;border:none;border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;transition:opacity .15s ease,transform .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;margin-top:.5rem}.btn-result:hover{opacity:.9;transform:translateY(-1px)}.legal-section{width:100%;max-width:580px;margin-top:1.5rem;padding:1.5rem;background:#1a1a1a;border-top:1px solid #2c2c2c;border-radius:12px}.legal-text{font-size:.7rem;color:#6b7280;line-height:1.7}.legal-text strong{color:#9ca3af;font-weight:600}.legal-divider{border:none;border-top:1px solid #2c2c2c;margin:1rem 0}.legal-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem}.legal-copyright{font-size:.7rem;color:#4b5563}.legal-link{font-size:.7rem;color:#d4af37;text-decoration:none;display:flex;align-items:center;gap:.35rem;transition:opacity .15s ease}.legal-link:hover{opacity:.8;text-decoration:underline}@media(min-width:640px){.form-grid-2col{grid-template-columns:1fr 1fr}}@media(max-width:639px){.form-grid-2col{grid-template-columns:1fr}}@media(min-width:1024px){.main-content{padding:2.5rem 3rem}.navbar-inner{padding:0 2.5rem}}@media(max-width:1023px){.main-content{padding:1.5rem 1rem}}@media(max-width:639px){.main-content{padding:1.25rem .875rem 2rem}.form-sections,.form-container{gap:1rem}.form-section{padding:1.1rem 1rem;border-radius:12px}.section-header{margin-bottom:1rem;padding-bottom:.6rem}.form-grid{gap:.85rem}.field-amount .field-input{font-size:1.2rem;height:48px;padding-right:4.25rem}.field-amount .amount-currency{height:32px}.btn-submit{height:50px;font-size:.92rem}}@media(max-width:480px){.navbar-title{font-size:.9rem}.navbar-secure{display:none}.main-content{padding:1rem .75rem 1.75rem}.form-section{padding:1rem .9rem;border-radius:12px}.result-card{padding:2rem 1.5rem}.modal-overlay{padding:.75rem}.field-amount .field-input{font-size:1.1rem;padding-right:4rem}}.method-tabs-sidebar{display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem 1.5rem;background:#1a1a1a;border:1px solid #2c2c2c;border-radius:16px;align-self:flex-start;position:sticky;top:5rem}.method-tabs-label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#9ca3af;margin:0 0 .25rem}.method-tabs{display:flex;flex-direction:column;gap:.85rem}.method-tab{display:flex;align-items:center;gap:1rem;padding:1.1rem;background:#242424;border:1px solid #383838;border-radius:12px;cursor:pointer;font-family:inherit;color:inherit;text-align:left;width:100%;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.method-tab:hover:not(.method-tab-active):not(.method-tab-disabled){border-color:#d4af3799;background:#2a2a2a}.method-tab-active{border-color:#d4af37;background:#d4af3714;box-shadow:0 6px 18px #d4af371f}.method-tab-icon{width:40px;height:40px;border-radius:11px;background:#d4af371a;border:1px solid rgba(212,175,55,.3);color:#d4af37;display:flex;align-items:center;justify-content:center;flex-shrink:0}.method-tab-icon svg{width:18px;height:18px}.method-tab-body{display:flex;flex-direction:column;min-width:0}.method-tab-title{font-size:.95rem;font-weight:600;color:#fff;letter-spacing:-.01em;line-height:1.35}.method-tab-desc{font-size:.78rem;color:#9ca3af;margin-top:.35rem;line-height:1.45}.method-tab-disabled{opacity:.55;cursor:not-allowed}.page-layout-gateway{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:1024px){.page-layout-gateway{grid-template-columns:280px 1fr;gap:0;max-width:1100px;margin:1.5rem auto;padding:0 1.5rem;align-items:stretch}.page-layout-gateway .method-tabs-sidebar{border-radius:16px 0 0 16px;border-right:none;position:static}.page-layout-gateway .main-content{background:#1a1a1a;border:1px solid #2c2c2c;border-radius:0 16px 16px 0;padding:2rem 2.5rem}}@media(max-width:1023px){.method-tabs-sidebar{position:static}}.back-link{align-self:flex-start;background:none;border:none;color:#9ca3af;font-size:.82rem;cursor:pointer;padding:.25rem 0;font-family:inherit}.back-link:hover{color:#d4af37}.bank-instructions{font-size:.78rem;color:#9ca3af;line-height:1.5;margin-bottom:.7rem}.currency-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.3rem;background:#1a1a1a;border:1px solid #2c2c2c;border-radius:10px;padding:.25rem;margin-bottom:.7rem}.currency-tab{background:transparent;border:none;color:#9ca3af;font-family:inherit;font-size:.8rem;font-weight:600;letter-spacing:.04em;padding:.4rem 1rem;border-radius:7px;cursor:pointer;transition:background .15s ease,color .15s ease}.currency-tab:hover:not(.currency-tab-active){color:#d4af37}.currency-tab-active{background:#d4af371f;color:#d4af37;border:1px solid rgba(212,175,55,.35)}.bank-grid{display:flex;flex-direction:column;gap:.4rem}.bank-row{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:.6rem;padding:.45rem .7rem;background:#1a1a1a;border:1px solid #2c2c2c;border-radius:9px;font-size:.82rem}.bank-label{color:#9ca3af;font-weight:500;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em}.bank-value{color:#fff;font-weight:500;word-break:break-all}.bank-copy{background:#d4af3714;border:1px solid rgba(212,175,55,.25);color:#d4af37;border-radius:7px;padding:.25rem .55rem;font-size:.68rem;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;min-width:46px;height:26px;transition:background .15s ease}.bank-copy:hover{background:#d4af3726}@media(max-width:480px){.bank-row{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.25rem .5rem}.bank-label{grid-column:1 / -1}.bank-value{grid-column:1}.bank-copy{grid-column:2;grid-row:2}}.proof-input{padding:.55rem .85rem;height:auto;font-size:.82rem}.proof-input::file-selector-button{background:#d4af371a;color:#d4af37;border:1px solid rgba(212,175,55,.3);border-radius:8px;padding:.35rem .75rem;font-size:.78rem;font-weight:600;cursor:pointer;margin-right:.75rem;font-family:inherit}.proof-input::file-selector-button:hover{background:#d4af372e}.proof-status{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.82rem}.proof-status-uploading{color:#d4af37}.proof-status-uploading .spinner{width:14px;height:14px;border:2px solid rgba(212,175,55,.25);border-top-color:#d4af37;border-radius:50%;animation:spin .6s linear infinite}.proof-status-done{color:#4ade80}.method-badge{display:inline-block;align-self:flex-start;margin-top:.4rem;padding:.22rem .6rem;border-radius:999px;background:#d4af371f;border:1px solid rgba(212,175,55,.35);color:#d4af37;font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.method-tab-body .method-badge+.method-tab-desc{margin-top:.5rem}.stepper{display:flex;align-items:center;gap:.75rem;padding:.5rem .25rem .25rem}.stepper-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;flex-shrink:0}.stepper-num{width:26px;height:26px;border-radius:50%;background:#1a1a1a;border:1px solid #303030;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#6b7280;flex-shrink:0;transition:background .15s ease,color .15s ease,border-color .15s ease}.stepper-label{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.stepper-line{flex:1;height:1px;background:#2c2c2c;transition:background .15s ease}.stepper-line-done{background:#d4af3780}.stepper-active .stepper-num{background:#d4af371f;border-color:#d4af3773;color:#d4af37}.stepper-active .stepper-label{color:#fff}.stepper-done .stepper-num{background:#d4af372e;border-color:#d4af378c;color:#d4af37}.stepper-done .stepper-label{color:#d1d5db}@media(max-width:480px){.stepper-label{display:none}}.bank-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;background:#1a1a1a;border:1px solid #2c2c2c;border-radius:12px}.bank-summary-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.bank-summary-line{display:flex;align-items:center;gap:.45rem;color:#fff;font-size:.85rem;flex-wrap:wrap}.bank-summary-line strong{font-weight:600}.bank-summary-dot{color:#4b5563}.bank-summary-sub{font-size:.72rem;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bank-summary-edit{background:#d4af3714;border:1px solid rgba(212,175,55,.3);color:#d4af37;font-family:inherit;font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:.4rem .85rem;border-radius:8px;cursor:pointer;flex-shrink:0;transition:background .15s ease}.bank-summary-edit:hover{background:#d4af372e}.field-span-2{grid-column:1 / -1}.bank-details-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.bank-details-button{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:#1a1a1a;border:1px solid #303030;border-radius:12px;color:#fff;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease;min-height:56px}.bank-details-button:hover{border-color:#d4af37;background:#1f1f1f;transform:translateY(-1px)}.bank-details-button-currency{font-size:.72rem;font-weight:700;letter-spacing:.06em;color:#d4af37;background:#d4af371f;border:1px solid rgba(212,175,55,.3);padding:.3rem .55rem;border-radius:8px;flex-shrink:0}.bank-details-button-label{flex:1;min-width:0}.bank-details-button-arrow{display:flex;color:#9ca3af;flex-shrink:0;transition:color .15s ease,transform .15s ease}.bank-details-button:hover .bank-details-button-arrow{color:#d4af37;transform:translate(2px)}.bank-details-button-arrow svg{width:14px;height:14px}@media(max-width:639px){.bank-details-buttons{grid-template-columns:1fr;gap:.6rem}.bank-details-button{padding:.8rem .95rem;min-height:54px}.bank-details-button-label{font-size:.85rem}}.field-amount .amount-currency-wrap{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center}.field-amount .amount-currency-wrap:after{content:"";position:absolute;right:.55rem;top:50%;width:5px;height:5px;border-style:solid;border-color:#d4af37;border-top-width:0;border-left-width:0;border-right-width:1.5px;border-bottom-width:1.5px;transform:translateY(-70%) rotate(45deg);pointer-events:none}.field-amount .amount-currency{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:34px;padding:0 1.4rem 0 .6rem;background:#d4af371a;border:1px solid rgba(212,175,55,.25);border-radius:6px;font-size:.78rem;font-weight:700;color:#d4af37;font-family:inherit;cursor:pointer;letter-spacing:.04em;outline:none;transition:background .15s ease,border-color .15s ease}.field-amount .amount-currency:hover{background:#d4af372e}.field-amount .amount-currency:focus{border-color:#d4af378c;box-shadow:0 0 0 3px #d4af3726}.field-amount .amount-currency option{background:#1a1a1a;color:#fff}.modal-overlay{position:fixed;inset:0;background:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.modal-content{width:100%;max-width:480px;max-height:calc(100vh - 2rem);overflow-y:auto;background:#1c1c1c;border:1px solid #383838;border-radius:16px;padding:1.5rem;box-shadow:0 20px 60px #0009;animation:scaleIn .2s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.modal-title{font-size:1.05rem;font-weight:600;color:#fff;letter-spacing:-.01em}.modal-close{width:32px;height:32px;border-radius:8px;background:transparent;border:1px solid #303030;color:#9ca3af;font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;transition:background .15s ease,color .15s ease,border-color .15s ease;flex-shrink:0}.modal-close:hover{background:#242424;color:#fff;border-color:#d4af37}@media(max-width:480px){.modal-content{padding:1.25rem;border-radius:14px}}
