/* Virtual-currency page: align with the shared platform header and improve content rhythm. */
.currency-main{padding:52px 0 72px}.currency-hero{position:relative;overflow:hidden;margin-bottom:26px;padding:34px 36px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(120deg,rgba(49,102,139,.18),rgba(19,43,60,.48) 48%,rgba(33,59,79,.72));box-shadow:0 18px 42px rgba(13,31,43,.14)}.currency-hero:after{position:absolute;right:-38px;top:-86px;width:250px;height:250px;border:1px solid rgba(174,205,224,.26);border-radius:50%;content:""}.currency-hero .eyebrow{margin:0 0 7px}.currency-hero h1{position:relative;z-index:1;margin:0;font-size:clamp(30px,4vw,40px);line-height:1.2}.currency-hero p:last-child{position:relative;z-index:1;max-width:620px;margin:10px 0 0;color:var(--muted)}.currency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.currency-card{display:grid;grid-template-columns:126px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:148px;padding:22px 24px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(145deg,var(--surface),var(--surface-raised));box-shadow:0 8px 22px rgba(13,31,43,.07);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.currency-card:hover,.currency-card:focus-visible{border-color:var(--gold);background:var(--surface-raised);outline:none;box-shadow:0 16px 30px rgba(13,31,43,.15);transform:translateY(-4px)}.currency-logo{display:grid;width:126px;height:76px;place-items:center;border:1px solid rgba(174,205,224,.28);border-radius:12px;background:#fff}.currency-logo img{display:block;max-width:106px;max-height:52px;object-fit:contain}.currency-name{font-size:20px;font-weight:800}.currency-action{color:var(--gold);font-size:14px;font-weight:700;white-space:nowrap}.currency-action b{margin-left:5px;font-size:20px;font-weight:400}.binance:hover{border-color:#f0b90b}.okx:hover{border-color:#9bc4ef}.bitop:hover{border-color:#75b7ae}.pexpay:hover{border-color:#7b61ff}@media(max-width:800px){.currency-main{padding:34px 0 50px}.currency-grid{grid-template-columns:1fr}.currency-hero{padding:26px}.currency-hero h1{font-size:30px}}@media(max-width:520px){.currency-main{padding-top:24px}.currency-hero{margin-bottom:18px;padding:22px;border-radius:14px}.currency-card{grid-template-columns:88px minmax(0,1fr);gap:14px;min-height:118px;padding:16px;border-radius:14px}.currency-logo{width:88px;height:60px}.currency-logo img{max-width:72px;max-height:40px}.currency-name{font-size:18px}.currency-action{grid-column:2;font-size:13px}}
