body.hub { position: static; overflow: hidden; --accent: #ffcf33; --accent-2: #ff6a3d; --accent-ink: #231600; background: #070918; }
.hub-bg { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hub-scroll { position: fixed; inset: 0; overflow-y: auto; overflow-x: hidden; z-index: 1; -webkit-overflow-scrolling: touch; padding: 0 calc(18px + var(--sar)) calc(40px + var(--sab)) calc(18px + var(--sal)); }
.hub-scroll > * { max-width: 1180px; margin-left: auto; margin-right: auto; }

.hub-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: calc(18px + var(--sat)) 0 10px; }
.hub-brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.hub-logo {
  flex: none; width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center;
  background: conic-gradient(from 200deg, #ffcf33, #ff6a3d, #ff4fa3, #8b7bff, #4aa8ff, #2ee59d, #ffcf33);
  box-shadow: 0 6px 0 #6b2a12, 0 12px 30px rgba(255, 106, 61, .45), inset 0 2px 0 rgba(255, 255, 255, .5);
  animation: hub-logo 8s linear infinite;
}
.hub-logo__p { font-family: var(--font-display); font-weight: 700; font-size: 36px; color: #fff; text-shadow: 0 3px 0 rgba(0, 0, 0, .3); animation: hub-logo 8s linear infinite reverse; }
@keyframes hub-logo { to { transform: rotate(360deg); } }
.hub-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 5.5vw, 38px); letter-spacing: .06em; line-height: 1; }
.hub-title span { margin-left: .3em; background: linear-gradient(90deg, #ffcf33, #ff6a3d 50%, #ff4fa3); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hub-sub { color: var(--muted); font-size: 14px; margin-top: 4px; }

.hub-profile {
  display: flex; align-items: center; gap: 10px; padding: 7px 14px 7px 7px; border-radius: 18px; border: 0; cursor: pointer; text-align: left;
  background: rgba(16, 21, 52, .7); box-shadow: inset 0 0 0 1.5px var(--line); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: transform .15s, box-shadow .15s;
}
.hub-profile:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1.5px var(--accent); }
.hub-profile__name { font-weight: 700; font-size: 15px; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hub-profile__lvl { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.hub-profile__bar { width: 90px; height: 7px; }
.hub-profile__badge { font-family: var(--font-display); font-weight: 700; color: var(--accent); }

.hub-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: center; padding: 34px 0 26px; }
.hub-hero h1 { margin: 0; font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 7vw, 72px); line-height: .98; letter-spacing: -.01em; }
.hub-hero h1 em { font-style: normal; background: linear-gradient(90deg, #2ee59d, #4aa8ff 45%, #c36bff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 22px rgba(74, 168, 255, .5)); }
.hub-hero p { color: var(--muted); font-size: clamp(16px, 2.2vw, 19px); max-width: 520px; margin: 14px 0 0; }
.hub-tierpick .pa-tiers { animation: none; }

.hub-join { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 14px 18px; margin-bottom: 30px; border-radius: 20px; }
.hub-join__label { display: flex; gap: 12px; align-items: center; }
.hub-join__label span { color: var(--muted); font-size: 14px; }
.hub-join__icon { font-size: 26px; }
.hub-join__form { display: flex; gap: 10px; }
.hub-join__form .pa-input { width: 150px; min-height: 50px; }

.hub-section { margin-bottom: 36px; }
.hub-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.hub-section__head h2 { margin: 0; font-family: var(--font-display); font-size: clamp(26px, 4vw, 34px); }
.hub-section__head span { color: var(--muted); font-size: 14px; }
.hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }

.hub-card {
  --ga: #ffcf33; --gb: #ff6a3d;
  position: relative; display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; text-decoration: none; color: var(--text);
  background: #11163a; box-shadow: 0 0 0 1.5px rgba(255, 255, 255, .08), 0 20px 40px rgba(0, 0, 0, .45);
  transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--ty, 0));
  transition: transform .25s cubic-bezier(.2, .9, .3, 1.2), box-shadow .25s;
  animation: pa-rise .5s ease both;
}
.hub-card:hover { --ty: -6px; box-shadow: 0 0 0 2px var(--ga), 0 26px 60px color-mix(in srgb, var(--ga) 35%, rgba(0, 0, 0, .5)); }
.hub-card__art { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, color-mix(in srgb, var(--ga) 40%, #0b0f2a), color-mix(in srgb, var(--gb) 40%, #0b0f2a)); }
.hub-card__art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .9, .3, 1); }
.hub-card:hover .hub-card__art img { transform: scale(1.06); }
.hub-card__art::after { content: ''; position: absolute; top: 0; bottom: 0; width: 40%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent); transform: translateX(-160%) skewX(-20deg); }
.hub-card:hover .hub-card__art::after { animation: pa-shine .9s ease; }
.hub-card__fallback { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 34px; color: rgba(255, 255, 255, .85); text-shadow: 0 4px 0 rgba(0, 0, 0, .3); }
.hub-card__tags { position: absolute; left: 12px; top: 12px; display: flex; gap: 6px; z-index: 1; }
.hub-tag { padding: 4px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: rgba(8, 10, 26, .72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15); }
.hub-tag--mp { background: color-mix(in srgb, var(--ga) 85%, #000); color: #120a00; box-shadow: none; }
.hub-card__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.hub-card__title { font-family: var(--font-display); font-weight: 700; font-size: 24px; line-height: 1.05; }
.hub-card__pitch { color: var(--muted); font-size: 14.5px; line-height: 1.4; flex: 1; }
.hub-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.hub-card__best { font-size: 13px; color: var(--dim); }
.hub-card__best b { color: var(--text); }
.hub-card__play {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 12px; font-family: var(--font-display); font-weight: 600;
  background: linear-gradient(180deg, color-mix(in srgb, var(--ga) 80%, #fff), var(--ga)); color: #140c00; box-shadow: 0 4px 0 color-mix(in srgb, var(--ga) 50%, #000);
}
.hub-card__play svg { width: 16px; height: 16px; }

.hub-foot { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--dim); font-size: 13px; padding: 10px 0 20px; }
.hub-foot b { color: var(--muted); }

@media (max-width: 820px) {
  .hub-hero { grid-template-columns: 1fr; padding: 20px 0 20px; gap: 18px; }
  .hub-sub { display: none; }
}
@media (max-width: 520px) {
  .hub-scroll { padding-left: calc(12px + var(--sal)); padding-right: calc(12px + var(--sar)); }
  .hub-logo { width: 46px; height: 46px; border-radius: 14px; }
  .hub-logo__p { font-size: 28px; }
  .hub-profile__lvl .hub-profile__bar { display: none; }
  .hub-profile__name { max-width: 90px; }
  .hub-grid { grid-template-columns: 1fr; gap: 14px; }
  .hub-join__form { width: 100%; }
  .hub-join__form .pa-input { flex: 1; }
}
