.wallet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:start}.wallet-card{position:relative;background:#171511;border:1px solid #30291e;border-radius:12px;padding:20px 18px 18px;min-height:220px;display:flex;flex-direction:column}.wallet-card h3{font-size:28px;color:#d8ba70;margin:42px 0 18px}.dashboard-wallet-balance{display:grid;grid-gap:5px;gap:5px}.dashboard-wallet-balance>span{color:#8f8678;font-size:11px}.dashboard-wallet-balance strong{color:#eee4d2;font-size:20px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-wallet-balance small{color:#a99f90;font-size:.58em}.dashboard-wallet-link{margin-top:auto;padding-top:13px;border-top:1px solid #30291e;display:flex;align-items:center;justify-content:space-between;color:#c9a75d;text-decoration:none;font-size:12px;font-weight:800}.dashboard-wallet-link span:last-child{font-size:17px;transition:transform .18s ease}.dashboard-wallet-link:hover span:last-child{transform:translateX(4px)}.dashboard-wallet-status{position:absolute;right:14px;top:14px;padding:6px 9px;border:1px solid #4b3f29;background:#0e0d0a;display:inline-flex;align-items:center;gap:7px;color:#dfc576;font-size:10px;font-weight:800;border-radius:7px}.dashboard-wallet-status i{width:7px;height:7px;border-radius:50%;background:#68b486;box-shadow:0 0 0 3px #68b48618}.dashboard-wallet-status.status-frozen i{background:#d6a957}.dashboard-wallet-status.status-disabled i{background:#8d8374}.portal-light .wallet-card{background:#fffaf1;border-color:#cfc1a7}.portal-light .dashboard-wallet-link{border-color:#d8cdbb}.portal-light .dashboard-wallet-balance strong{color:#251f17}.portal-light .dashboard-wallet-status{background:#fffdf8;border-color:#bda77e;color:#6d5423}.section-title a{color:#c9a75d;text-decoration:none;font-weight:700}.lower{grid-template-columns:1fr}.lower>div:last-child{display:none}@media(max-width:760px){.wallet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.wallet-grid{grid-template-columns:1fr}.wallet-card{min-height:205px}}.wallet-card{min-height:178px;padding:16px}.wallet-card h3{margin:27px 0 11px;font-size:24px}.dashboard-wallet-balance{gap:3px}.dashboard-wallet-balance strong{font-size:18px}.dashboard-wallet-link{padding-top:10px}.dashboard-wallet-status{top:11px;right:11px;padding:5px 8px}@media(max-width:520px){.wallet-card{min-height:170px}}