[data-profile-bg=command-center] { --profile-background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.84) 38%,rgba(255,255,255,.18) 72%),url("/assets/profile-backgrounds/profile-bg-01-command-center.webp") center/cover no-repeat; }
[data-profile-bg=cyber-city] { --profile-background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 38%,rgba(255,255,255,.12) 72%),url("/assets/profile-backgrounds/profile-bg-02-cyber-city.webp") center/cover no-repeat; }
[data-profile-bg=clutch-energy] { --profile-background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 38%,rgba(255,255,255,.1) 72%),url("/assets/profile-backgrounds/profile-bg-03-clutch-energy.webp") center/cover no-repeat; }
[data-profile-bg=orbital-station] { --profile-background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 38%,rgba(255,255,255,.1) 72%),url("/assets/profile-backgrounds/profile-bg-04-orbital-station.webp") center/cover no-repeat; }
[data-profile-bg=arena-tunnel] { --profile-background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 38%,rgba(255,255,255,.1) 72%),url("/assets/profile-backgrounds/profile-bg-05-arena-tunnel.webp") center/cover no-repeat; }
[data-profile-bg=digital-network] { --profile-background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 38%,rgba(255,255,255,.1) 72%),url("/assets/profile-backgrounds/profile-bg-06-digital-network.webp") center/cover no-repeat; }
.profile-background-surface { background-position:center!important; background-size:cover!important; }
.profile-background-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.profile-background-grid button>i { background-position:center!important; background-size:cover!important; height:74px; }
.avatar-picker-grid { grid-template-columns:repeat(5,minmax(0,1fr)); }
.avatar-picker-grid button img { object-fit:cover; object-position:center 22%; }
@media (max-width:760px) { .profile-background-grid,.avatar-picker-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
