.CurrencyPage_container__wpx6X{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#fff;min-height:calc(100vh - 170px)}.CurrencyPage_title__YF8pM{font-size:32px;margin-bottom:40px}.CurrencyPage_grid__e2Aph{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;justify-items:center}@media (max-width:768px){.CurrencyPage_grid__e2Aph{grid-template-columns:repeat(2,1fr)}}@media (max-width:430px){.CurrencyPage_grid__e2Aph{grid-template-columns:repeat(1,1fr);gap:20px}}.CurrencyPage_card__wLHI9{background:#1e1e1e;border-radius:16px;padding:20px;width:220px;height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-align:center;text-decoration:none;color:inherit}.CurrencyPage_card__wLHI9:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.4);background:#2b2b2b}.CurrencyPage_icon__HmVvp{width:80px;height:80px;object-fit:contain;margin-bottom:12px}.CurrencyPage_card__wLHI9 h2{font-size:18px;margin-top:8px}