.styles-module__VcJpaW__currency-converter{max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem}.styles-module__VcJpaW__tool-header{text-align:center;margin-bottom:2rem}.styles-module__VcJpaW__tool-header h1{color:var(--text-light);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.dark .styles-module__VcJpaW__tool-header h1{color:var(--text-dark)}.styles-module__VcJpaW__tool-header p{color:#6b7280;font-size:1.1rem}.dark .styles-module__VcJpaW__tool-header p{color:#9ca3af}.styles-module__VcJpaW__converter-container{flex-direction:column;gap:2rem;display:flex}.styles-module__VcJpaW__conversion-card{background:var(--card-light);border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 8px 32px #0000001a}.dark .styles-module__VcJpaW__conversion-card{background:var(--card-dark)}.styles-module__VcJpaW__conversion-form{flex-direction:column;gap:1.5rem;display:flex}.styles-module__VcJpaW__amount-section label{color:var(--text-light);margin-bottom:.5rem;font-weight:600;display:block}.dark .styles-module__VcJpaW__amount-section label{color:var(--text-dark)}.styles-module__VcJpaW__amount-input-container{max-width:300px;position:relative}.styles-module__VcJpaW__amount-input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;width:100%;padding:1rem 3rem 1rem 1rem;font-size:1.5rem;font-weight:600;transition:all .2s}.dark .styles-module__VcJpaW__amount-input{color:var(--text-dark);background:#374151;border-color:#4b5563}.styles-module__VcJpaW__amount-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.styles-module__VcJpaW__currency-symbol{color:#6b7280;font-size:1.2rem;font-weight:600;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.styles-module__VcJpaW__currency-selection{grid-template-columns:1fr auto 1fr;align-items:end;gap:1rem;display:grid}.styles-module__VcJpaW__currency-group{flex-direction:column;gap:.5rem;display:flex}.styles-module__VcJpaW__currency-group label{color:var(--text-light);font-size:.9rem;font-weight:600}.dark .styles-module__VcJpaW__currency-group label{color:var(--text-dark)}.styles-module__VcJpaW__currency-select{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.dark .styles-module__VcJpaW__currency-select{color:var(--text-dark);background:#374151;border-color:#4b5563}.styles-module__VcJpaW__currency-select:focus{border-color:#3b82f6;outline:none}.styles-module__VcJpaW__swap-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:50px;padding:.75rem;font-size:1.2rem;transition:all .2s;display:flex}.styles-module__VcJpaW__swap-btn:hover:not(:disabled){background:#2563eb;transform:scale(1.05)}.styles-module__VcJpaW__swap-btn:disabled{cursor:not-allowed;background:#9ca3af;transform:none}.styles-module__VcJpaW__loading-indicator{background:#f0f9ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;display:flex}.dark .styles-module__VcJpaW__loading-indicator{background:#1e3a8a;border-color:#3b82f6}.styles-module__VcJpaW__spinner{border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:20px;height:20px;animation:1s linear infinite styles-module__VcJpaW__spin}@keyframes styles-module__VcJpaW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.styles-module__VcJpaW__loading-indicator span{color:#1e40af;font-weight:500}.dark .styles-module__VcJpaW__loading-indicator span{color:#dbeafe}.styles-module__VcJpaW__error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.dark .styles-module__VcJpaW__error-message{background:#7f1d1d;border-color:#fecaca}.styles-module__VcJpaW__error-message span{color:#dc2626;font-weight:500}.dark .styles-module__VcJpaW__error-message span{color:#fecaca}.styles-module__VcJpaW__retry-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.styles-module__VcJpaW__retry-btn:hover{background:#b91c1c}.styles-module__VcJpaW__conversion-result{background:#f0f9ff;border:2px solid #bfdbfe;border-radius:12px;padding:1.5rem}.dark .styles-module__VcJpaW__conversion-result{background:#1e3a8a;border-color:#3b82f6}.styles-module__VcJpaW__result-main{text-align:center;margin-bottom:1.5rem}.styles-module__VcJpaW__result-amount{color:#3b82f6;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:block}.styles-module__VcJpaW__result-label{color:#6b7280;font-size:.9rem;font-weight:500}.dark .styles-module__VcJpaW__result-label{color:#9ca3af}.styles-module__VcJpaW__conversion-details{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.styles-module__VcJpaW__rate-info,.styles-module__VcJpaW__cache-info{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}:is(.dark .styles-module__VcJpaW__rate-info,.dark .styles-module__VcJpaW__cache-info){border-color:#4b5563}.styles-module__VcJpaW__rate-info:last-child,.styles-module__VcJpaW__cache-info:last-child{border-bottom:none}.styles-module__VcJpaW__rate-label,.styles-module__VcJpaW__cache-label{color:#6b7280;font-weight:500}:is(.dark .styles-module__VcJpaW__rate-label,.dark .styles-module__VcJpaW__cache-label){color:#9ca3af}.styles-module__VcJpaW__rate-value,.styles-module__VcJpaW__cache-value{color:var(--text-light);align-items:center;gap:.5rem;font-weight:600;display:flex}:is(.dark .styles-module__VcJpaW__rate-value,.dark .styles-module__VcJpaW__cache-value){color:var(--text-dark)}.styles-module__VcJpaW__cached-badge{color:#fff;background:#10b981;border-radius:12px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.styles-module__VcJpaW__history-toggle-btn{color:#3b82f6;cursor:pointer;background:0 0;border:2px solid #3b82f6;border-radius:8px;width:100%;padding:.75rem;font-weight:600;transition:all .2s}.styles-module__VcJpaW__history-toggle-btn:hover{color:#fff;background:#3b82f6}.styles-module__VcJpaW__historical-section{border-top:2px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.dark .styles-module__VcJpaW__historical-section{border-color:#4b5563}.styles-module__VcJpaW__historical-section h3{color:#3b82f6;margin-bottom:1rem;font-weight:600}.styles-module__VcJpaW__trend-indicator{background:#f8fafc;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem;display:flex}.dark .styles-module__VcJpaW__trend-indicator{background:#374151}.styles-module__VcJpaW__trend-icon{font-size:1.2rem}.styles-module__VcJpaW__trend-text{color:var(--text-light);font-weight:600}.dark .styles-module__VcJpaW__trend-text{color:var(--text-dark)}.styles-module__VcJpaW__history-chart{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:end;height:200px;margin-bottom:1.5rem;padding:1rem;display:flex}.dark .styles-module__VcJpaW__history-chart{background:#374151;border-color:#4b5563}.styles-module__VcJpaW__history-bar{flex-direction:column;flex:1;align-items:center;height:100%;display:flex;position:relative}.styles-module__VcJpaW__bar-fill{background:#3b82f6;border-radius:4px 4px 0 0;width:20px;min-height:4px;transition:height .3s}.styles-module__VcJpaW__bar-label{text-align:center;color:#6b7280;font-size:.7rem;position:absolute;bottom:-2rem}.styles-module__VcJpaW__history-table{flex-direction:column;gap:.5rem;max-height:200px;display:flex;overflow-y:auto}.styles-module__VcJpaW__history-row{background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.dark .styles-module__VcJpaW__history-row{background:#374151;border-color:#4b5563}.styles-module__VcJpaW__history-date{color:var(--text-light);font-weight:500}.dark .styles-module__VcJpaW__history-date{color:var(--text-dark)}.styles-module__VcJpaW__history-rate{color:#3b82f6;font-weight:600}.styles-module__VcJpaW__no-history{text-align:center;color:#6b7280;padding:2rem}.styles-module__VcJpaW__popular-currencies{background:var(--card-light);border-radius:12px;padding:1.5rem}.dark .styles-module__VcJpaW__popular-currencies{background:var(--card-dark)}.styles-module__VcJpaW__popular-currencies h3{color:#3b82f6;margin-bottom:1rem;font-weight:600}.styles-module__VcJpaW__popular-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.75rem;display:grid}.styles-module__VcJpaW__currency-chip{cursor:pointer;color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem .5rem;font-weight:600;transition:all .2s}.dark .styles-module__VcJpaW__currency-chip{color:#d1d5db;background:#374151;border-color:#4b5563}.styles-module__VcJpaW__currency-chip:hover:not(:disabled){border-color:#3b82f6;transform:translateY(-1px)}.styles-module__VcJpaW__currency-chip.styles-module__VcJpaW__active{color:#fff;background:#3b82f6;border-color:#3b82f6}.styles-module__VcJpaW__currency-chip:disabled{opacity:.6;cursor:not-allowed;transform:none}.styles-module__VcJpaW__currency-list-section{background:var(--card-light);border-radius:12px;padding:1.5rem}.dark .styles-module__VcJpaW__currency-list-section{background:var(--card-dark)}.styles-module__VcJpaW__section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.styles-module__VcJpaW__section-header h3{color:#3b82f6;font-weight:600}.styles-module__VcJpaW__search-box{min-width:250px}.styles-module__VcJpaW__search-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem;font-size:.9rem}.dark .styles-module__VcJpaW__search-input{color:var(--text-dark);background:#374151;border-color:#4b5563}.styles-module__VcJpaW__search-input:focus{border-color:#3b82f6;outline:none}.styles-module__VcJpaW__currency-list{gap:.5rem;max-height:400px;display:grid;overflow-y:auto}.styles-module__VcJpaW__currency-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.dark .styles-module__VcJpaW__currency-item{background:#374151;border-color:#4b5563}.styles-module__VcJpaW__currency-item:hover{border-color:#3b82f6;transform:translate(4px)}.styles-module__VcJpaW__currency-item.styles-module__VcJpaW__selected{background:#f0f9ff;border-color:#3b82f6}.dark .styles-module__VcJpaW__currency-item.styles-module__VcJpaW__selected{background:#1e3a8a}.styles-module__VcJpaW__currency-info{flex-direction:column;gap:.25rem;display:flex}.styles-module__VcJpaW__currency-code{color:var(--text-light);font-weight:600}.dark .styles-module__VcJpaW__currency-code{color:var(--text-dark)}.styles-module__VcJpaW__currency-name{color:#6b7280;font-size:.8rem}.styles-module__VcJpaW__currency-rate{color:#3b82f6;font-size:.9rem;font-weight:600}.styles-module__VcJpaW__tips-section{background:var(--card-light);border-radius:12px;padding:1.5rem}.dark .styles-module__VcJpaW__tips-section{background:var(--card-dark)}.styles-module__VcJpaW__tips-section h3{color:#3b82f6;margin-bottom:1rem;font-weight:600}.styles-module__VcJpaW__tips-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.styles-module__VcJpaW__tip-item{background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:8px;padding:1rem;font-size:.9rem;line-height:1.5}.dark .styles-module__VcJpaW__tip-item{background:#1e3a8a}@media (max-width:768px){.styles-module__VcJpaW__currency-converter{padding:1rem}.styles-module__VcJpaW__conversion-card{padding:1.5rem}.styles-module__VcJpaW__currency-selection{grid-template-columns:1fr;gap:1rem}.styles-module__VcJpaW__swap-btn{order:3;justify-self:center;width:100px}.styles-module__VcJpaW__amount-input{font-size:1.25rem}.styles-module__VcJpaW__result-amount{font-size:2rem}.styles-module__VcJpaW__section-header{flex-direction:column;align-items:stretch}.styles-module__VcJpaW__search-box{min-width:auto}.styles-module__VcJpaW__popular-grid{grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}.styles-module__VcJpaW__tips-list{grid-template-columns:1fr}.styles-module__VcJpaW__history-chart{height:150px}.styles-module__VcJpaW__bar-label{font-size:.6rem}}@media (max-width:480px){.styles-module__VcJpaW__currency-converter{padding:.5rem}.styles-module__VcJpaW__conversion-card{padding:1rem}.styles-module__VcJpaW__tool-header h1{font-size:2rem}.styles-module__VcJpaW__result-amount{font-size:1.75rem}.styles-module__VcJpaW__rate-info,.styles-module__VcJpaW__cache-info{flex-direction:column;align-items:flex-start;gap:.25rem}}
