body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{font-family:Poppins,sans-serif}.currency-card{background:linear-gradient(145deg,#fff,#f5f7fa);border:1px solid #ffffff2e;border-radius:15px;box-shadow:0 4px 20px #00000026;margin:2rem auto;max-width:800px;padding:2.5rem}.card-header{margin-bottom:2.5rem;text-align:center}.card-title{align-items:center;color:#2d3748;display:flex;gap:.75rem;justify-content:center}.logo-image{height:80px;object-fit:contain;width:auto}.input-section{background:#fff;border-radius:12px;box-shadow:inset 0 2px 4px #0000000f;margin-bottom:2rem;padding:1.5rem}.amount-input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;font-size:1.2rem;padding:.75rem 1rem;transition:all .3s ease}.amount-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.currency-label{background:#edf2f7;border-radius:6px;color:#4a5568;font-size:1.2rem;font-weight:600;padding:.5rem 1rem}.submit-button{align-items:center;background:linear-gradient(45deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem;transition:all .3s ease;width:100%}.submit-button:hover{box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.submit-button:active{transform:translateY(1px)}.submit-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.loading{padding:2rem 0}.error,.loading{text-align:center}.error{background:#fee2e2;border-radius:8px;color:#dc2626;margin:1rem 0;padding:1rem}.currencies-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.currency-item{border-radius:12px;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease;-webkit-user-select:none;user-select:none}.currency-item:before{background:linear-gradient(145deg,#fff,#f0f4f8);border:1px solid #e2e8f0;border-radius:12px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.currency-item:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-3px)}.currency-code{align-items:center;color:#4a5568;display:flex;font-size:1.1rem;font-weight:700;justify-content:space-between;margin-bottom:.75rem}.copy-icon{opacity:.5;transition:opacity .2s ease}.currency-item:hover .copy-icon{opacity:1}.copy-feedback{background:#10b981;bottom:0;color:#fff;left:0;padding:.5rem;position:absolute;right:0;text-align:center;transform:translateY(100%);transition:transform .3s ease}.copy-feedback.show{transform:translateY(0)}.currency-item.copied:before{background:linear-gradient(145deg,#fff,#f0fff4)}.currency-value{color:#2d3748;font-size:1.5rem;font-weight:700;text-shadow:1px 1px 2px #0000000d}.currency-item.EUR:before{background:linear-gradient(145deg,#fff,#e8f4ff)}.currency-item.GBP:before{background:linear-gradient(145deg,#fff,#ffe8e8)}.currency-item.JPY:before{background:linear-gradient(145deg,#fff,#fff3e8)}.currency-item.CAD:before{background:linear-gradient(145deg,#fff,#ffe8ec)}.currency-item.AUD:before{background:linear-gradient(145deg,#fff,#e8fff0)}.currency-item.CHF:before{background:linear-gradient(145deg,#fff,#f0e8ff)}.spin{animation:spin 1s linear infinite}.currency-select{-webkit-appearance:none;appearance:none;background-color:#f8fafc;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234a5568'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:1.2rem;min-width:180px;padding:.75rem 2.5rem .75rem 1rem;transition:all .3s ease}.currency-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.currency-select:hover{border-color:#3b82f6}.input-container{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.amount-input{flex:1 1}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.currency-card{margin:.5rem;padding:1rem}.card-title{flex-direction:column;gap:.5rem}.card-title span{font-size:2rem!important}.logo-image{height:60px}.input-section{padding:1rem}.input-container{flex-direction:column;gap:.75rem}.amount-input,.currency-select{font-size:1.1rem;width:100%}.currency-select{min-width:0;min-width:auto}.currencies-grid{gap:1rem;grid-template-columns:1fr}.currency-item{padding:1.25rem}.currency-code{font-size:1rem}.currency-value{font-size:1.25rem}.sharable-url{background-color:#eee;border-radius:8px;font-size:.9rem;margin-top:30px;padding:8px;text-align:center}.submit-button{font-size:1rem;padding:.75rem}}@media (max-width:380px){.card-title span{font-size:1.75rem!important}.logo-image{height:50px}}.App{background-color:#f0f2f5;min-height:100vh;padding:20px}
/*# sourceMappingURL=main.d990ba5f.css.map*/