.currency-selector{display:flex;flex-direction:column;gap:.5rem;width:100%}.currency-selector__label{font-size:.875rem;font-weight:500;color:var(--text-primary);display:flex;align-items:center;gap:.25rem}.currency-selector__required{color:var(--danger);font-weight:600}.currency-selector__select{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--text-primary);background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:.5rem;outline:none;transition:all .2s ease-in-out;cursor:pointer}.currency-selector__select:hover:not(:disabled){border-color:var(--primary)}.currency-selector__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-alpha-10)}.currency-selector__select:disabled{opacity:.6;cursor:not-allowed;background-color:var(--bg-disabled)}.currency-selector__select--error{border-color:var(--danger)}.currency-selector__select--error:focus{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-alpha-10)}.currency-selector__select option{padding:.5rem;background-color:var(--bg-secondary);color:var(--text-primary)}.currency-selector__select option:disabled{color:var(--text-tertiary)}.currency-selector__error{font-size:.875rem;color:var(--danger);margin-top:.25rem;display:block}.currency-selector__helper{font-size:.875rem;color:var(--text-tertiary);margin-top:.25rem;display:block}.currency-selector__select:disabled:after{content:"Loading..."}@media (prefers-color-scheme: dark){.currency-selector__select{background-color:var(--bg-secondary);border-color:var(--border-dark)}.currency-selector__select option{background-color:var(--bg-primary)}}@media (max-width: 640px){.currency-selector__select{font-size:16px}}
