*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.container{margin:0 auto;max-width:500px;width:100%}.header{color:#fff;margin-bottom:2rem;text-align:center}.title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px #0000001a}.subtitle{font-size:1.1rem;font-weight:300;opacity:.9}.converter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;padding:2rem}.input-section{margin-bottom:1.5rem}.input-group{display:flex;flex-direction:column}.label{color:#4a5568;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.amount-input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-size:1.125rem;font-weight:500;padding:1rem;transition:all .2s ease}.amount-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.amount-input:disabled{cursor:not-allowed;opacity:.6}.currency-section{align-items:end;display:flex;gap:1rem;margin-bottom:2rem}.currency-input{display:flex;flex:1 1;flex-direction:column}.currency-select{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem;transition:all .2s ease}.currency-select:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.currency-select:disabled{cursor:not-allowed;opacity:.6}.swap-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:48px;justify-content:center;transition:all .2s ease;width:48px}.swap-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:rotate(180deg) scale(1.05)}.swap-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.result-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;justify-content:center;min-height:120px;padding:1.5rem;text-align:center}.loading,.result-section{align-items:center;display:flex}.loading{color:#4a5568;flex-direction:column;gap:1rem}.spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:32px;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.result{width:100%}.conversion-display{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:.5rem}.amount-from{color:#2d3748;font-size:1.25rem;font-weight:600}.amount-to,.equals{color:#667eea;font-size:1.5rem;font-weight:700}.rate-info{color:#718096;font-size:.875rem;font-weight:500}.placeholder{color:#a0aec0;font-style:italic}@media (max-width:600px){.app{padding:10px}.title{font-size:2rem}.converter{padding:1.5rem}.currency-section{flex-direction:column;gap:1rem}.swap-button{align-self:center;transform:rotate(90deg)}.swap-button:hover:not(:disabled){transform:rotate(270deg) scale(1.05)}.conversion-display{flex-direction:column;gap:.5rem}}button,input,select{transition:all .2s ease}:focus{outline:2px solid #667eea;outline-offset:2px}
/*# sourceMappingURL=main.27e00a58.css.map*/