.currencies-section{width:100%;padding:70px 7%;background:#f7f8fa;box-sizing:border-box;direction:rtl}.currencies-container{max-width:1400px;margin:0 auto}.currencies-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-mini-title{display:block;margin-bottom:8px;color:#b89532;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.currencies-section-header h2{margin:0 0 8px;color:#182231;font-size:32px;font-weight:900}.currencies-section-header p{margin:0;color:#7b8796;font-size:14px;line-height:1.8}.currencies-count{display:flex;align-items:baseline;gap:7px;padding:12px 18px;border:1px solid #e5e8ed;border-radius:12px;background:#fff}.currencies-count strong{color:#182231;font-size:22px;font-weight:900}.currencies-count span{color:#8994a2;font-size:12px}.currencies-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.currency-card{position:relative;display:flex;flex-direction:column;min-height:185px;padding:22px;border:1px solid #e6e9ee;border-radius:18px;background:#fff;text-decoration:none;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.currency-card:before{content:"";position:absolute;width:100px;height:100px;top:-55px;left:-45px;border-radius:50%;background:rgba(184,149,50,.06);transition:transform .3s ease}.currency-card:hover{transform:translateY(-5px);border-color:rgba(184,149,50,.3);box-shadow:0 15px 35px rgba(23,34,50,.08)}.currency-card:hover:before{transform:scale(1.5)}.currency-card-top{display:flex;align-items:center;justify-content:space-between}.currency-symbol{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#f5f1e5;color:#a98526;font-size:18px;font-weight:900}.currency-arrow{color:#aeb7c2;font-size:18px;rotate:270deg;transition:color .2s ease,transform .2s ease}.currency-card:hover .currency-arrow{color:#b89532;transform:translate(3px,-3px)}.currency-card-info{display:flex;flex-direction:column;margin-top:22px;gap:5px}.currency-card-info strong{color:#172235;font-size:22px;font-weight:900;letter-spacing:.5px}.currency-card-info span{color:#7f8a99;font-size:12px}.currency-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:18px;border-top:1px solid #eef0f3;color:#929ba7;font-size:11px}.currency-card-arrow{color:#b89532;font-size:15px}.currencies-loading{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.currency-skeleton{height:185px;border-radius:18px;background:linear-gradient(90deg,#eef0f3 25%,#f7f8fa 50%,#eef0f3 75%);background-size:200% 100%;animation:currencySkeleton 1.4s infinite}@keyframes currencySkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.currencies-empty{padding:50px;border:1px dashed #dce1e7;border-radius:16px;background:#fff;text-align:center;color:#8994a2;font-size:14px}@media (max-width:1100px){.currencies-grid,.currencies-loading{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:800px){.currencies-section{padding:55px 5%}.currencies-grid,.currencies-loading{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:550px){.currencies-section{padding:45px 18px}.currencies-section-header{align-items:flex-start}.currencies-section-header h2{font-size:27px}.currencies-count{display:none}.currencies-grid,.currencies-loading{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.currency-card{min-height:165px;padding:16px;border-radius:15px}.currency-symbol{width:42px;height:42px;font-size:15px}.currency-card-info{margin-top:17px}.currency-card-info strong{font-size:19px}}
/*# sourceMappingURL=0e92dc387044a5fd.css.map*/