/* Photo-only backgrounds preserve the existing destinations, layout and icon system. */
body.sc-network[data-net-page=home] #features .ex-hub-link {
 position:relative;isolation:isolate;overflow:hidden;
 --hub-accent:#86ccef;--hub-photo-position:65% center;
 --action-border:color-mix(in srgb,var(--hub-accent) 32%,#344551);
 --action-hover-border:var(--hub-accent);
}
body.sc-network[data-net-page=home] #features .ex-hub-link[href="/panel"] {
 --hub-photo:url('/assets/player-hub-20260912/panel.webp');
}
body.sc-network[data-net-page=home] #features .ex-hub-link[href="/unboxing/"] {
 --hub-photo:url('/assets/player-hub-20260912/unboxing.webp');--hub-accent:#f0c766;
}
body.sc-network[data-net-page=home] #features .ex-hub-link[href="/profilis.html"] {
 --hub-photo:url('/assets/player-hub-20260912/account.webp');--hub-accent:#80d9ba;
}
body.sc-network[data-net-page=home] #features .ex-hub-link[href^="https://discord.gg/"] {
 --hub-photo:url('/assets/player-hub-20260912/community.webp');--hub-accent:#dfa5d9;
}
body.sc-network[data-net-page=home] #features .ex-hub-link::before {
 /* The shared action stylesheet hides legacy decorative pseudo-elements. */
 display:block!important;content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;
 border-radius:inherit;
 background-image:linear-gradient(90deg,#05121bdb,#07121a99 64%,#06111c66),var(--hub-photo);
 background-position:center,var(--hub-photo-position);background-size:cover;background-repeat:no-repeat;
 filter:blur(2px);clip-path:inset(0);
}
body.sc-network[data-net-page=home] #features .ex-hub-link .ex-hub-copy>span { color:#d0d9e2; }
body.sc-network[data-net-page=home] #features .ex-hub-link>.ex-icon:first-child { color:var(--hub-accent); }
@media(max-width:700px) {
 body.sc-network[data-net-page=home] #features .ex-hub-link { --hub-photo-position:76% center; }
 body.sc-network[data-net-page=home] #features .ex-hub-link::before {
  background-image:linear-gradient(180deg,#06111c66,#06121ace 65%,#06121ae6),var(--hub-photo);
 }
}
