.CurrencyConverter_converter__ewM61{display:flex;flex-direction:column;gap:20px}.CurrencyConverter_header__lYRuy{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4px}.CurrencyConverter_title__k2rJq{font-size:18px;font-weight:600;color:var(--text);margin:0}.CurrencyConverter_updateTime__zkXgm{font-size:11px;color:var(--text-secondary);opacity:.6;font-weight:500}.CurrencyConverter_errorBanner__Rb_7Y{display:flex;align-items:center;gap:8px;background:rgba(255,76,76,.1);border:1px solid rgba(255,76,76,.2);padding:10px;border-radius:8px;color:#FF4C4C;font-size:12px}.CurrencyConverter_inputGroup__NWril,.CurrencyConverter_selectGroup__7Z4hK{display:flex;flex-direction:column;gap:8px}.CurrencyConverter_label__evYkM{font-size:13px;font-weight:var(--label-weight);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.CurrencyConverter_input__PGRYZ{width:100%;background:#F8F9FA;border:1px solid #e9ecef;border-radius:12px;padding:14px;color:var(--text);font-size:16px;font-weight:500;outline:none;transition:all .3s ease}[data-theme=dark] .CurrencyConverter_input__PGRYZ{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}.CurrencyConverter_input__PGRYZ:focus{border-color:var(--color-green);background:#FFFFFF}[data-theme=dark] .CurrencyConverter_input__PGRYZ:focus{background:rgba(255,255,255,.08)}.CurrencyConverter_selectRow__t_Z0w{display:grid;grid-template-columns:1fr 40px 1fr;align-items:flex-end;gap:8px}.CurrencyConverter_swap__SRNJx{height:44px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;transition:color .2s ease}.CurrencyConverter_swap__SRNJx:hover{color:var(--color-green)}.CurrencyConverter_convertBtn___DHT3{width:100%;background:var(--color-black);color:#FFFFFF;border:none;border-radius:12px;padding:14px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:10px}[data-theme=dark] .CurrencyConverter_convertBtn___DHT3{background:var(--color-green);color:var(--color-black)}.CurrencyConverter_convertBtn___DHT3:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.15)}[data-theme=dark] .CurrencyConverter_convertBtn___DHT3:hover:not(:disabled){box-shadow:0 4px 20px rgba(76,210,1,.3)}.CurrencyConverter_spin__kn4Zd{animation:CurrencyConverter_spin__kn4Zd 1s linear infinite}@keyframes CurrencyConverter_spin__kn4Zd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CurrencyConverter_result__LiY7t{background:#F8F9FA;border:1px solid #e9ecef;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:4px;margin-top:4px}[data-theme=dark] .CurrencyConverter_result__LiY7t{background:rgba(19,86,190,.1);border-color:rgba(19,86,190,.2)}.CurrencyConverter_resultTop__CEWt2{font-size:13px;color:var(--text-secondary);font-weight:500}.CurrencyConverter_resultMain___pggJ{display:flex;align-items:baseline;gap:8px}.CurrencyConverter_resultValue__hX2sl{font-size:28px;font-weight:700;color:var(--text)}.CurrencyConverter_resultCurrency__U_5_f{font-size:18px;font-weight:600;color:var(--color-green)}