._topbar_1sb3h_1 {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background:
    linear-gradient(180deg, rgba(24,28,30,0.78) 0%, rgba(24,28,30,0.62) 100%);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 4px 30px rgba(0,0,0,0.18);
}
._topbar_1sb3h_1::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: rgba(255,255,255,0.14);
}
._topbar_1sb3h_1::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: rgba(255,210,59,0.10);
}

._inner_1sb3h_21 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
  min-height: 78px;
}

._left_1sb3h_30 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

._right_1sb3h_37 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

._actions_1sb3h_44 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._brand_1sb3h_50 {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

._brandLogo_1sb3h_56 {
  height: 62px;
  width: auto;
  display: block;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,0.45));
  transition: transform 250ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 250ms ease;
}
._brand_1sb3h_50:hover ._brandLogo_1sb3h_56 {
  transform: translateY(-2px) scale(1.02);
  filter: drop-shadow(0 14px 24px rgba(0,0,0,0.6)) drop-shadow(0 0 10px rgba(255,210,59,0.35));
}

._nav_1sb3h_68 {
  flex: 0 0 auto;
  display: flex;
  gap: 6px;
  align-items: center;
}

._navLink_1sb3h_75 {
  color: rgba(213,219,220,0.92);
  font-weight: 600;
  letter-spacing: 0.10em;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 12px;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 140ms ease, background 140ms ease, color 140ms ease, border-color 140ms ease;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
._navLink_1sb3h_75:hover,
._navLinkOpen_1sb3h_93 {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,210,59,0.40);
  color: #fff;
  box-shadow: 0 0 14px rgba(255,210,59,0.25);
}

._navCaret_1sb3h_101 {
  font-size: 10px;
  opacity: 0.75;
  transition: transform 140ms ease;
}
._navCaretOpen_1sb3h_106 {
  transform: rotate(180deg);
}

._dropdown_1sb3h_110 {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  background: rgba(48,56,59,0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55);
  overflow: hidden;
  z-index: 80;
  display: flex;
  flex-direction: column;
}

._dropdownItem_1sb3h_127 {
  display: block;
  padding: 10px 14px;
  color: rgba(213,219,220,0.92);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  transition: background 120ms ease, color 120ms ease;
}
._dropdownItem_1sb3h_127:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

._social_1sb3h_142 {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}

._socialLink_1sb3h_148 {
  width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(213,219,220,0.16);
  background: rgba(0,0,0,0.10);
  color: rgba(213,219,220,0.92);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}
._socialLink_1sb3h_148:hover {
  transform: translateY(-2px);
  border-color: rgba(255,210,59,0.40);
  background: rgba(255,255,255,0.08);
  color: #fff;
}
._socialLink_1sb3h_148 svg { width: 18px; height: 18px; display: block; }

._accountLink_1sb3h_165 {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: rgba(213,219,220,0.92);
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, color 140ms ease;
}
._accountLink_1sb3h_165:hover {
  transform: translateY(-2px);
  border-color: rgba(255,210,59,0.40);
  background: rgba(255,255,255,0.06);
  color: #fff;
}

/* Account user menu (logged in) */
._userWrap_1sb3h_183 {
  position: relative;
  display: inline-flex;
}

._userBtn_1sb3h_188 {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: rgba(213,219,220,0.92);
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
  font-family: inherit;
}
._userBtn_1sb3h_188:hover,
._userBtn_1sb3h_188[aria-expanded="true"] {
  transform: translateY(-2px);
  border-color: rgba(255,210,59,0.45);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 0 14px rgba(255,210,59,0.25);
}

._userPop_1sb3h_208 {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 240px;
  background: rgba(48,56,59,0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55);
  overflow: hidden;
  z-index: 80;
  display: flex;
  flex-direction: column;
}

._userPopHeader_1sb3h_225 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}
._userPopHeader_1sb3h_225 strong {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}
._userPopHeader_1sb3h_225 small {
  color: rgba(213,219,220,0.7);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

._userPopLink_1sb3h_245 {
  display: block;
  padding: 10px 14px;
  color: rgba(213,219,220,0.92);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-transform: none;
  letter-spacing: normal;
  transition: background 120ms ease, color 120ms ease;
}
._userPopLink_1sb3h_245:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

._userPopGroupLabel_1sb3h_265 {
  padding: 10px 14px 4px;
  color: rgba(213,219,220,0.55);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

._userPopSubLink_1sb3h_274 {
  padding-left: 26px;
}

._userPopLogout_1sb3h_278 {
  border-top: 1px solid rgba(255,255,255,0.10);
  color: #f87171;
}
._userPopLogout_1sb3h_278:hover {
  background: rgba(248,113,113,0.10);
  color: #fca5a5;
}

/* Pending pill */
._pendingPill_1sb3h_288 {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,210,59,0.16);
  border: 1px solid rgba(255,210,59,0.40);
  color: #ffd23b;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  transition: background 140ms ease, transform 140ms ease;
}
._pendingPill_1sb3h_288:hover {
  background: rgba(255,210,59,0.24);
  transform: translateY(-1px);
}
._pendingDot_1sb3h_305 {
  width: 6px; height: 6px;
  border-radius: 999px;
  background: #ffd23b;
  box-shadow: 0 0 8px rgba(255,210,59,0.7);
}
._pendingLabel_1sb3h_311 {
  line-height: 1;
}

/* Mobile nav — hidden above 980px breakpoint */
._menuBtn_1sb3h_316 {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  color: rgba(213,219,220,0.92);
  transition: border-color 140ms ease, color 140ms ease;
}
._menuBtn_1sb3h_316:hover { border-color: rgba(255,210,59,0.40); color: #fff; }

._mobileMenu_1sb3h_328 {
  display: flex;
  flex-direction: column;
  padding: 12px 0 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

._mobileLink_1sb3h_335 {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(213,219,220,0.92);
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  transition: background 120ms ease, color 120ms ease;
}
._mobileLink_1sb3h_335:hover { background: rgba(255,255,255,0.06); color: #fff; }

._mobileLogout_1sb3h_353 {
  color: #f87171;
}
._mobileLogout_1sb3h_353:hover {
  background: rgba(248,113,113,0.10);
  color: #fca5a5;
}

._mobileUserCard_1sb3h_361 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
._mobileUserMeta_1sb3h_369 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}
._mobileUserName_1sb3h_376 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._mobileUserRole_1sb3h_384 {
  color: rgba(213,219,220,0.7);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

._mobileSectionLabel_1sb3h_391 {
  padding: 14px 16px 4px;
  color: rgba(213,219,220,0.55);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

@media (max-width: 980px) {
  ._nav_1sb3h_68, ._social_1sb3h_142 { display: none; }
  ._menuBtn_1sb3h_316 { display: flex; align-items: center; }
}
._avatar_qjebz_1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-heading, "Khand", sans-serif);
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    user-select: none;
}

._avatar_qjebz_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

._shapeCircle_qjebz_22 { border-radius: 50%; }
._shapeRounded_qjebz_23 { border-radius: 6px; }
._shapeSquare_qjebz_24 { border-radius: 0; }

/* Logo variant: contain instead of cover, no background tint. */
._logo_qjebz_27 {
    background: transparent;
}
._logo_qjebz_27 img {
    object-fit: contain;
}
._footer_n55fm_1 {
  position: relative;
  z-index: 10;
  margin-top: 60px;
  padding: 22px 0;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 14px;
  color: rgba(255,255,255,0.55);
}

._inner_n55fm_14 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._copy_n55fm_22 {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

._sep_n55fm_30 { opacity: 0.3; }

._designer_n55fm_32 {
  color: rgba(255,255,255,0.80);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
._designer_n55fm_32:hover {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(255,210,59,0.4);
}

._links_n55fm_43 {
  display: flex;
  gap: 18px;
}
._links_n55fm_43 a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
._links_n55fm_43 a:hover {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(255,210,59,0.4);
}

@media (max-width: 720px) {
  ._inner_n55fm_14 { flex-direction: column; text-align: center; gap: 10px; }
  ._copy_n55fm_22  { flex-direction: column; gap: 6px; }
  ._sep_n55fm_30   { display: none; }
}
._root_14j33_1 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

._overlay_14j33_9 {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(48,56,59,0.5) 0%, rgba(48,56,59,0.0) 100%);
}

._inner_14j33_15 {
    position: relative;
    height: calc(100vh - 58px);
    padding: 76px 0 34px;
    display: grid;
    grid-template-rows: 1fr auto;
    justify-items: center;
    text-align: center;
}

._copy_14j33_25 {
    align-self: center;
    max-width: 860px;
}

._title_14j33_30 {
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.02;
    margin: 0;
}

._subtitle_14j33_38 {
    margin-top: 10px;
    color: var(--c-primary);
    letter-spacing: 0.18em;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
._subtitle_14j33_38 p { margin: 0; }

._ctas_14j33_48 {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

/* Scroll Cue Animation */
@keyframes _bounce_14j33_1 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(3px); }
}

._scrollCue_14j33_60 {
    align-self: end;
    justify-self: center;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;

    color: rgba(213, 219, 220, 0.92);
    letter-spacing: 0.20em;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

._scrollCueLabel_14j33_76 {
    transition: color 160ms ease, opacity 160ms ease;
    opacity: 0.95;
}
._scrollCue_14j33_60:hover ._scrollCueLabel_14j33_76 {
    color: #ffffff;
    opacity: 1;
}

._chevron_14j33_85 {
    width: 66px;
    height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(213, 219, 220, 0.20);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    color: var(--c-primary);
    transition: border-color 160ms ease, background 160ms ease;
    animation: _bounce_14j33_1 2.1s ease-in-out infinite;
}

._chevronIcon_14j33_103 { display:block; }

._scrollCue_14j33_60:hover ._chevron_14j33_85 {
    border-color: rgba(255, 210, 59, 0.40);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 14px rgba(255, 210, 59, 0.35);
}

@media (prefers-reduced-motion: reduce){
    ._chevron_14j33_85 { animation: none; }
}
._header_6p3ws_1 {
  padding-top: 140px;
  padding-bottom: 36px;
  min-height: 270px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  max-width: var(--container);
}

._kicker_6p3ws_13 {
  min-height: 18px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--c-primary);
  font-weight: 700;
}

._title_6p3ws_22 {
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.04;
  margin: 0;
  color: var(--c-white);
  font-size: clamp(36px, 5vw, 62px);
  text-shadow: 0 4px 18px rgba(0,0,0,0.45);
}

._subtitle_6p3ws_34 {
  min-height: 26px;
  font-size: 18px;
  max-width: 720px;
  margin: 0;
  color: rgba(213,219,220,0.92);
  font-weight: 500;
  line-height: 1.45;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

._accent_6p3ws_45 {
  margin-top: 16px;
  display: block;
  width: 64px;
  height: 3px;
  background: var(--c-primary);
  border-radius: 2px;
}
._banderole_18813_1 {
  position: fixed;
  top: calc(78px + var(--consent-banner-height, 0px));
  left: 0;
  right: 0;
  z-index: 40;
  transition: top 200ms ease;
  display: block;
  padding: 12px 0;
  background:
    linear-gradient(180deg, rgba(255,80,80,0.22) 0%, rgba(255,80,80,0.10) 100%),
    rgba(40,15,15,0.65);
  border-top: 1px solid rgba(255,80,80,0.45);
  border-bottom: 1px solid rgba(255,80,80,0.20);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35), inset 0 0 40px rgba(255,80,80,0.10);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

._hidden_18813_23 {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

._banderole_18813_1:active {
  opacity: 0.8;
}

._radiance_18813_33 {
  position: absolute; inset: 0;
  background: radial-gradient(600px 200px at 50% 50%, rgba(255,210,59,0.20), transparent 70%);
  animation: _livePulseRing_18813_1 2.6s ease-in-out infinite;
  pointer-events: none;
}

._inner_18813_40 {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

._badge_18813_51 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 4px;
  background: var(--c-live-strong);
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.20em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

._dot_18813_65 {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}

._gameIcon_18813_72 {
  width: 20px; height: 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

._gameIconImg_18813_82 {
  width: 20px; height: 20px;
  object-fit: contain;
  display: block;
}

._gameLabel_18813_88 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
}

._sep_18813_94 { opacity: 0.35; }

._score_18813_96 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

._scoreNum_18813_102 {
  margin: 0 10px;
  color: var(--c-primary);
  font-weight: 700;
}

._league_18813_108 {
  font-size: 12px;
  opacity: 0.85;
  font-weight: 600;
}

._stream_18813_114 {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--c-stream-soft);
  color: var(--c-stream);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
}

._cta_18813_124 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--c-primary);
}

@keyframes _banderoleIn_18813_1 {
  from { opacity: 0; transform: translateX(10px); }
  to   { opacity: 1; transform: translateX(0); }
}

._matchContent_18813_136 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  animation: _banderoleIn_18813_1 0.28s ease forwards;
}

._left_18813_144 {
  display: flex;
  align-items: center;
  gap: 10px;
}

._right_18813_150 {
  display: flex;
  align-items: center;
  gap: 14px;
}

._counter_18813_156 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  opacity: 0.45;
  min-width: 2.5ch;
  text-align: right;
}
._subpageMain_1g9lc_1 {
    width: 100%;
}
._banner_ct4zb_1 {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 45;
    padding: 10px 0;
    background:
        linear-gradient(180deg, rgba(255, 210, 59, 0.12) 0%, rgba(255, 210, 59, 0.06) 100%),
        rgba(30, 28, 12, 0.72);
    border-top: 1px solid rgba(255, 210, 59, 0.35);
    border-bottom: 1px solid rgba(255, 210, 59, 0.15);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), inset 0 0 40px rgba(255, 210, 59, 0.06);
    color: rgba(255, 245, 200, 0.92);
    font-size: 0.92rem;
    line-height: 1.4;
    overflow: hidden;
}

._banner_ct4zb_1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(700px 100% at 50% 50%, rgba(255, 210, 59, 0.18), transparent 70%);
    pointer-events: none;
}

._bannerInner_ct4zb_30 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    text-align: center;
}

._icon_ct4zb_39 {
    font-size: 1rem;
    line-height: 1;
    opacity: 0.8;
}

._text_ct4zb_45 {
    flex: 0 1 auto;
}

._confirmBtn_ct4zb_49 {
    flex-shrink: 0;
    padding: 0.42rem 1.1rem;
    background: var(--c-primary, #ffd23b);
    color: #1a1a1a;
    border: none;
    border-radius: 999px;
    font: inherit;
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.06em;
    cursor: pointer;
    text-transform: uppercase;
}

._confirmBtn_ct4zb_49:hover {
    filter: brightness(1.08);
}

._modalBackdrop_ct4zb_68 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1000;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

._modal_ct4zb_68 {
    width: min(520px, 100%);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    background:
        linear-gradient(135deg, rgba(255, 210, 59, 0.07) 0%, transparent 60%),
        var(--glass-bg);
    border: 1px solid var(--c-primary-strong);
    border-radius: var(--glass-radius);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    padding: 1.8rem 2rem;
    box-shadow: var(--glass-shadow);
}

._modalTitle_ct4zb_96 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--c-primary);
    margin: 0 0 0.35rem;
}

._modalIntro_ct4zb_105 {
    margin: 0 0 1.4rem;
    line-height: 1.5;
    font-size: 0.95rem;
    opacity: 0.75;
}

._modalForm_ct4zb_112 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

._consentBlock_ct4zb_118 {
    padding: 0.9rem 1.1rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

._consentRow_ct4zb_128 {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    line-height: 1.45;
    font-size: 0.95rem;
    cursor: pointer;
}

._consentRow_ct4zb_128 input[type="checkbox"] {
    margin-top: 0.1rem;
    width: 16px;
    height: 16px;
    accent-color: var(--c-primary);
    cursor: pointer;
    flex-shrink: 0;
}

._consentRow_ct4zb_128 a {
    color: var(--c-primary);
    text-decoration: underline;
}

._modalError_ct4zb_151 {
    margin: 0;
    padding: 0.55rem 0.7rem;
    background: rgba(255, 80, 80, 0.1);
    border: 1px solid rgba(255, 80, 80, 0.3);
    border-radius: 6px;
    color: #ff7a7a;
    font-size: 0.88rem;
}

._modalActions_ct4zb_161 {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.2rem;
}

._modalActions_ct4zb_161 > * {
    flex: 1;
    justify-content: center;
}

._modalDanger_ct4zb_172 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    background: rgba(255, 80, 80, 0.06);
    color: #ff9c9c;
    border: 1px solid rgba(255, 122, 122, 0.3);
    transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

._modalDanger_ct4zb_172:hover:not(:disabled) {
    transform: translateY(-2px);
    border-color: rgba(255, 122, 122, 0.5);
    background: rgba(255, 80, 80, 0.12);
}
._hero_dshwg_1 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

._overlay_dshwg_9 {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(48,56,59,0.5) 0%, rgba(48,56,59,0.0) 100%);
}

._inner_dshwg_14 {
  position: relative;
  height: calc(100vh - 58px);
  padding: 76px 0 34px;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  text-align: center;
  width: 100%;
}

._copy_dshwg_25 {
  align-self: center;
  max-width: 860px;
}

._title_dshwg_30 {
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.02;
  margin: 0;
  text-transform: uppercase;
}

._subtitle_dshwg_39 {
  margin-top: 10px;
  color: var(--c-primary);
  letter-spacing: 0.18em;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

._ctas_dshwg_48 {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

._scrollCue_dshwg_54 {
  align-self: end;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: rgba(213,219,220,0.92);
  letter-spacing: 0.20em;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 160ms ease;
}
._scrollCue_dshwg_54:hover { color: #ffffff; }

._chevron_dshwg_71 {
  width: 66px; height: 46px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(213,219,220,0.20);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--c-primary);
  animation: _bounce_dshwg_1 2.1s ease-in-out infinite;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
._scrollCue_dshwg_54:hover ._chevron_dshwg_71 {
  border-color: rgba(255,210,59,0.45);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 14px rgba(255,210,59,0.40);
}
._section_1pr5x_1 { padding: 72px 0 32px; }

._card_1pr5x_3 {
  padding: 36px 40px;
}

._body_1pr5x_7 {
  color: rgba(213,219,220,0.92);
  font-size: 17px;
  margin-top: 0;
}

._stats_1pr5x_13 {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

._stat_1pr5x_13 {
  border-left: 2px solid rgba(255,210,59,0.45);
  padding-left: 16px;
}

._statValue_1pr5x_27 {
  font-family: var(--font-heading);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: var(--c-primary);
}

._statLabel_1pr5x_35 {
  margin-top: 6px;
  color: rgba(213,219,220,0.85);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  ._stats_1pr5x_13 { grid-template-columns: 1fr; }
  ._card_1pr5x_3  { padding: 24px 20px; }
}
._section_smuo6_1 { padding: 48px 0; }

._grid_smuo6_3 {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(var(--game-count, 4), 1fr);
  gap: 14px;
}

._tile_smuo6_11 {
  display: block;
  padding: 22px 18px 20px;
  border-radius: var(--card-radius);
  background: var(--card-bg);
  border: var(--card-border);
  backdrop-filter: var(--card-blur);
  -webkit-backdrop-filter: var(--card-blur);
  box-shadow: var(--card-shadow);
  transition: background 200ms ease, border 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  text-align: center;
}

._tile_smuo6_11:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--game-color) 26%, transparent), transparent 75%), var(--card-bg-hover);
  border: 1px solid color-mix(in srgb, var(--game-color) 40%, transparent);
  box-shadow: 0 18px 40px rgba(0,0,0,0.4), 0 0 28px color-mix(in srgb, var(--game-color) 20%, transparent);
  transform: translateY(-3px);
}

._icon_smuo6_31 {
  width: 56px; height: 56px;
  margin: 0 auto 12px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, color-mix(in srgb, var(--game-color) 40%, transparent), color-mix(in srgb, var(--game-color) 13%, transparent));
  border: 1px solid color-mix(in srgb, var(--game-color) 53%, transparent);
  box-shadow: inset 0 1px 0 var(--c-border-strong), 0 6px 16px rgba(0,0,0,0.35);
  font-family: var(--font-heading);
  font-weight: 700; font-size: 18px;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45); /* pure-black shadow — no token */
}

._iconImg_smuo6_46 {
  background: transparent;
  border: none;
}

._iconImage_smuo6_51 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

._name_smuo6_58 {
  margin-top: 22px;
  font-family: var(--font-heading);
  font-size: 17px; font-weight: 700;
  letter-spacing: 0.02em; text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
._section_d0jq4_1 { padding: 48px 0; }

._grid_d0jq4_3 {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

._card_d0jq4_11 {
  padding: 28px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.45);
}

._icon_d0jq4_21 {
  width: 56px; height: 56px;
  margin-bottom: 18px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,210,59,0.12);
  border: 1px solid rgba(255,210,59,0.30);
  color: var(--c-primary);
}

._title_d0jq4_31 {
  font-family: var(--font-heading);
  font-size: 26px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  margin-bottom: 10px;
}

._body_d0jq4_38 {
  color: rgba(213,219,220,0.90);
  font-size: 16px;
  margin-bottom: 18px;
}

._cta_d0jq4_44 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--c-primary) !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 13px;
  text-transform: uppercase;
  transition: gap 140ms ease;
}
._cta_d0jq4_44:hover,
._card_d0jq4_11:hover ._cta_d0jq4_44 { gap: 10px; }
._section_kozzf_1 { padding: 48px 0; }

._header_kozzf_3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

._allLink_kozzf_12 {
  color: var(--c-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 140ms ease;
}
._allLink_kozzf_12:hover { gap: 10px; }

._list_kozzf_25 {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  gap: 14px;
}
._card_19a03_1 {
  position: relative;
  background: var(--card-bg);
  border: var(--card-border);
  border-radius: var(--card-radius);
  overflow: hidden;
  backdrop-filter: var(--card-blur);
  -webkit-backdrop-filter: var(--card-blur);
  box-shadow: var(--card-shadow);
  cursor: pointer;
}

._accentStripe_19a03_13 {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
}

._gameBanner_19a03_19 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px 9px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--game-color, var(--c-primary)) 70%, transparent),
    color-mix(in srgb, var(--game-color, var(--c-primary)) 12%, transparent)
  );
}

._gameIcon_19a03_32 {
  width: 20px; height: 20px;
  border-radius: 4px;
  background: rgba(0,0,0,0.35);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-size: 12px; font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
}

._gameName_19a03_43 {
  font-family: var(--font-heading);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

._body_19a03_51 {
  display: block;
  padding: 14px 22px 16px;
  color: inherit;
}

._meta_19a03_57 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(213,219,220,0.85);
  margin-bottom: 16px;
}

._metaTime_19a03_69 { font-weight: 700; }

._metaLive_19a03_71 {
  color: var(--c-live);
  font-weight: 700;
  letter-spacing: 0.08em;
}

._pill_19a03_77 {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.75);
  font-weight: 600;
}

._streamPill_19a03_85 {
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--c-stream-soft);
  color: var(--c-stream);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-left: auto;
}

._metaLeague_19a03_95 { opacity: 0.5; }

._contestants_19a03_97 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}

._teamSide_19a03_104 {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

._teamSideRight_19a03_111 {
  flex-direction: row-reverse;
  text-align: right;
}

._teamLogo_19a03_116 {
  width: 36px; height: 36px;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700; font-size: 14px;
  flex-shrink: 0;
  overflow: hidden;
}

._teamLogoImg_19a03_126 {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

._wide_19a03_133 ._teamLogoImg_19a03_126 {
  width: 52px;
  height: 52px;
}

._teamName_19a03_138 {
  font-family: var(--font-heading);
  font-size: 19px; font-weight: 600;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

._scoreBox_19a03_144 {
  font-family: var(--font-heading);
  font-size: 26px; font-weight: 700;
  text-align: center;
  min-width: 80px;
  display: flex; gap: 6px;
  justify-content: center; align-items: center;
}

._scoreVs_19a03_153 {
  font-size: 15px;
  opacity: 0.5;
  letter-spacing: 0.1em;
}

._scoreSep_19a03_159 { opacity: 0.5; }

._wide_19a03_133 ._gameBanner_19a03_19 { padding: 11px 28px; }
._wide_19a03_133 ._gameIcon_19a03_32   { width: 26px; height: 26px; font-size: 14px; }
._wide_19a03_133 ._gameName_19a03_43   { font-size: 15px; }
._wide_19a03_133 ._body_19a03_51       { padding: 20px 28px 24px; }
._wide_19a03_133 ._teamLogo_19a03_116   { width: 52px; height: 52px; font-size: 17px; border-radius: 10px; }
._wide_19a03_133 ._teamName_19a03_138   { font-size: 24px; }
._wide_19a03_133 ._scoreBox_19a03_144   { font-size: 38px; min-width: 110px; gap: 8px; }
._wide_19a03_133 ._scoreVs_19a03_153    { font-size: 18px; }

/* Live card state */
._cardLive_19a03_171 {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--c-live) 15%, transparent),
    color-mix(in srgb, var(--c-live) 4%, transparent) 70%
  ), var(--card-bg);
  border: 1px solid color-mix(in srgb, var(--c-live) 40%, transparent);
  animation: _livePulseRing_19a03_1 2s ease-in-out infinite;
}

/* Accent stripe states */
._accentStripe_19a03_13[data-state="live"]  { background: var(--c-live); }
._accentStripe_19a03_13[data-state="win"]   { background: var(--c-success); }
._accentStripe_19a03_13[data-state="loss"]  { background: var(--c-danger); }
._accentStripe_19a03_13[data-state="none"]  { background: transparent; }

/* Team logo backgrounds */
._teamLogoUs_19a03_188   { background: var(--c-primary-soft); }
._teamLogoThem_19a03_189 {
  background: var(--c-surface);
  color: var(--c-text-secondary);
  font-size: 12px;
}

/* Score outcome colours */
._scoreWin_19a03_196  { color: var(--c-success); }
._scoreLoss_19a03_197 { color: var(--c-danger); }

/* Game icon image */
._gameIconImg_19a03_200 {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
._card_1qdmr_1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

._card_1qdmr_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
}

._cardLive_1qdmr_17 {
    border-color: color-mix(in srgb, var(--c-live) 40%, transparent);
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--c-live) 15%, transparent), color-mix(in srgb, var(--c-live) 4%, transparent) 70%),
        var(--card-bg);
    animation: _livePulseRing_1qdmr_1 2s ease-in-out infinite;
}
._cardLive_1qdmr_17::before { background: var(--c-live); }

._cardWin_1qdmr_26::before { background: var(--c-success); }
._cardCancelled_1qdmr_27 { opacity: 0.55; }

._link_1qdmr_29 {
    display: block;
    padding: 14px 22px 16px 22px;
    color: inherit;
    text-decoration: none;
}

._header_1qdmr_36 {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.85;
}

._dateTime_1qdmr_47 { font-weight: 600; }

._liveBadge_1qdmr_49 {
    color: var(--c-live);
    font-weight: 700;
    letter-spacing: 0.08em;
}

._cancelBadge_1qdmr_55 {
    color: color-mix(in srgb, white 55%, transparent);
    font-weight: 600;
    text-decoration: line-through;
}

._kindBadge_1qdmr_61 {
    background: color-mix(in srgb, var(--game-color, var(--c-primary)) 28%, transparent);
    color: #fff;
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

._formatBadge_1qdmr_70 {
    background: var(--c-surface-strong);
    color: color-mix(in srgb, white 75%, transparent);
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    font-weight: 600;
}

._streamBadge_1qdmr_78 {
    background: var(--c-stream-soft);
    color: var(--c-stream);
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

._streamInline_1qdmr_87 {
    margin-left: auto;
    color: var(--c-stream);
    font-weight: 700;
    text-decoration: none;
}
._streamInline_1qdmr_87:hover { text-decoration: underline; }

._gameStrip_1qdmr_95 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: -14px -22px 10px -22px;
    padding: 9px 18px 9px 22px;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--game-color, var(--c-surface-strong)) 70%, transparent),
        color-mix(in srgb, var(--game-color, var(--c-surface-strong)) 12%, transparent)
    );
    border-bottom: 1px solid var(--c-border-subtle);
}

._gameStripIcon_1qdmr_109 {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.35);
}

._gameStripIconFallback_1qdmr_118 {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

._gameStripName_1qdmr_133 {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    line-height: 1;
}

._body_1qdmr_144 {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    margin-top: 0.7rem;
}

._titleBlock_1qdmr_152 { min-width: 0; }

._title_1qdmr_152 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

._subtitle_1qdmr_166 {
    margin-top: 0.3rem;
    font-size: 0.78rem;
    opacity: 0.7;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

._subtitle_1qdmr_166 span:not(:last-child)::after {
    content: "·";
    margin-left: 0.6rem;
    opacity: 0.6;
}

._highlight_1qdmr_181 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    font-family: var(--font-heading);
    text-align: right;
}

._highlightPlacement_1qdmr_190 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

._highlightMedal_1qdmr_199 { font-size: 1.4rem; }
._highlightGold_1qdmr_200 { color: #ffcd3c; }
._highlightSilver_1qdmr_201 { color: #d6dde4; }
._highlightBronze_1qdmr_202 { color: #d68b3c; }

._highlightCaption_1qdmr_204 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.7;
}

._highlightVs_1qdmr_211 {
    font-size: 0.85rem;
    opacity: 0.55;
    letter-spacing: 0.1em;
    font-family: var(--font-heading);
}

/* Compact variant */
._compact_1qdmr_219 ._link_1qdmr_29 {
    padding: 10px 16px 12px 16px;
}

._compact_1qdmr_219 ._title_1qdmr_152 {
    font-size: 1.02rem;
}

._compact_1qdmr_219 ._highlightPlacement_1qdmr_190 {
    font-size: 1.15rem;
}

._compact_1qdmr_219 ._header_1qdmr_36 {
    font-size: 0.68rem;
}

._compact_1qdmr_219 ._gameStrip_1qdmr_95 {
    margin: -10px -16px 8px -16px;
    padding: 6px 14px 6px 16px;
    gap: 8px;
}

._compact_1qdmr_219 ._gameStripIcon_1qdmr_109,
._compact_1qdmr_219 ._gameStripIconFallback_1qdmr_118 {
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

._compact_1qdmr_219 ._gameStripName_1qdmr_133 {
    font-size: 0.7rem;
}
._section_bcnh0_1 { padding: 48px 0; }

._mainRow_bcnh0_3 {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

._grid_bcnh0_9 {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

._allLink_bcnh0_17 {
  text-align: center;
  margin-top: 28px;
}

._allLink_bcnh0_17 a {
  color: var(--c-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 140ms ease;
}
._allLink_bcnh0_17 a:hover { gap: 10px; }
._card_1rd79_1 {
  position: relative;
  border-radius: var(--card-radius);
  background: var(--card-bg);
  border: var(--card-border);
  backdrop-filter: var(--card-blur);
  -webkit-backdrop-filter: var(--card-blur);
  box-shadow: var(--card-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

._tierLabel_1rd79_15 {
  position: absolute;
  top: 10px; left: 12px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(213,219,220,0.6);
  font-weight: 700;
}

._logoImg_1rd79_25 {
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}

._cardLink_1rd79_31 {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: var(--card-radius);
}

._logoPlaceholder_1rd79_38 {
  border-radius: 8px;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.06) 8px, rgba(255,255,255,0.02) 8px, rgba(255,255,255,0.02) 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.5);
}
._section_ti0rf_1 { padding: 60px 0 80px; }

._panel_ti0rf_3 {
  position: relative;
  border-radius: 22px;
  padding: 50px 56px;
  background: linear-gradient(135deg, rgba(255,210,59,0.10), rgba(255,255,255,0.04) 60%, rgba(255,255,255,0.02));
  border: 1px solid rgba(255,210,59,0.20);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), inset 0 0 60px rgba(255,210,59,0.05);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

._glow_ti0rf_17 {
  position: absolute;
  right: -120px; top: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,210,59,0.30), transparent 70%);
  pointer-events: none;
}

._copy_ti0rf_26 { position: relative; }

._body_ti0rf_28 {
  margin-top: 12px;
  color: rgba(213,219,220,0.92);
  max-width: 600px;
  font-size: 17px;
}

._actions_ti0rf_35 {
  position: relative;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  ._panel_ti0rf_3 {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
  ._actions_ti0rf_35 { justify-content: flex-start; }
}
._grid_15uz2_1 {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

._card_15uz2_9 {
  overflow: hidden;
}

._link_15uz2_13 {
  display: block;
  color: inherit;
  text-decoration: none;
}

._heroImg_15uz2_19 {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  object-fit: cover;
}

._placeholder0_15uz2_26 { background: repeating-linear-gradient(135deg, var(--c-surface), var(--c-surface) 10px, transparent 10px, transparent 20px), var(--news-placeholder-0); }
._placeholder1_15uz2_27 { background: repeating-linear-gradient(135deg, var(--c-surface), var(--c-surface) 10px, transparent 10px, transparent 20px), var(--news-placeholder-1); }
._placeholder2_15uz2_28 { background: repeating-linear-gradient(135deg, var(--c-surface), var(--c-surface) 10px, transparent 10px, transparent 20px), var(--news-placeholder-2); }
._placeholder3_15uz2_29 { background: repeating-linear-gradient(135deg, var(--c-surface), var(--c-surface) 10px, transparent 10px, transparent 20px), var(--news-placeholder-3); }
._placeholder4_15uz2_30 { background: repeating-linear-gradient(135deg, var(--c-surface), var(--c-surface) 10px, transparent 10px, transparent 20px), var(--news-placeholder-4); }
._placeholder5_15uz2_31 { background: repeating-linear-gradient(135deg, var(--c-surface), var(--c-surface) 10px, transparent 10px, transparent 20px), var(--news-placeholder-5); }

._heroImgLabel_15uz2_33 {
  color: rgba(255,255,255,0.45);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
}

._body_15uz2_40 { padding: 1.2rem 1.5rem 1.5rem; }

._date_15uz2_42 {
  font-size: 0.85rem;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

._title_15uz2_49 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  margin: 0.4rem 0 0.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

._excerpt_15uz2_58 {
  margin: 0;
  opacity: 0.85;
  line-height: 1.55;
}
._root_19d2x_1 {
    color: inherit;
    line-height: 1.7;
    font-size: 1.05rem;
}

._root_19d2x_1 h1,
._root_19d2x_1 h2,
._root_19d2x_1 h3,
._root_19d2x_1 h4 {
    font-family: var(--font-heading);
    line-height: 1.15;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    letter-spacing: 0.01em;
}

._root_19d2x_1 h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
._root_19d2x_1 h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
._root_19d2x_1 h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
._root_19d2x_1 h4 { font-size: 1.15rem; }

._root_19d2x_1 p {
    margin: 0.8em 0;
}

._root_19d2x_1 ul,
._root_19d2x_1 ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

._root_19d2x_1 li {
    margin: 0.3em 0;
}

._root_19d2x_1 a {
    color: var(--c-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

._root_19d2x_1 a:hover {
    text-decoration: none;
}

._root_19d2x_1 strong {
    font-weight: 700;
}

._root_19d2x_1 blockquote {
    border-left: 3px solid var(--c-primary);
    padding: 0.4em 1em;
    margin: 1.2em 0;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.85);
}

._root_19d2x_1 code {
    background: rgba(255, 255, 255, 0.08);
    padding: 0.1em 0.4em;
    border-radius: 3px;
    font-size: 0.9em;
}

._root_19d2x_1 pre {
    background: rgba(0, 0, 0, 0.4);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
}

._root_19d2x_1 table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

._root_19d2x_1 th,
._root_19d2x_1 td {
    padding: 0.5em 0.8em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    text-align: left;
}

._root_19d2x_1 th {
    font-weight: 700;
    font-family: var(--font-heading);
}

._root_19d2x_1 hr {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 2em 0;
}

._root_19d2x_1 img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
._card_3cf9y_1 {
  overflow: hidden;
  position: relative;
}

._topAccent_3cf9y_6 {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
}

._link_3cf9y_12 {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.4rem;
  color: inherit;
  height: 100%;
}

._header_3cf9y_21 {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

._logo_3cf9y_27 {
  width: 64px; height: 64px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700; color: #fff;
  font-size: 1.4rem; flex-shrink: 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}

._info_3cf9y_37 { flex: 1; min-width: 0; }

._name_3cf9y_39 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

._roster_3cf9y_47 {
  margin: 0;
  font-size: 0.82rem;
  opacity: 0.65;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

._desc_3cf9y_55 {
  margin: 0;
  opacity: 0.78;
  font-size: 0.92rem;
  line-height: 1.5;
  flex: 1;
}

._footer_3cf9y_63 {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 0.85rem;
}

._captainAvatar_3cf9y_73 {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--c-primary-soft);
  color: var(--c-primary);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700; font-size: 13px;
}

._captainInfo_3cf9y_83 {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

._captainLabel_3cf9y_89 {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  color: var(--c-primary);
}

._captainName_3cf9y_100 { font-size: 0.92rem; font-weight: 600; }
._chip_1kdqb_1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

._dot_1kdqb_7 {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--game-color);
  box-shadow: 0 0 10px color-mix(in srgb, var(--game-color) 53%, transparent);
}
._gameGroup_1fwmi_1 {
    margin-top: 2.5rem;
}

._gameHeader_1fwmi_5 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

._gameIcon_1fwmi_14 {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

._gameTitle_1fwmi_21 {
    font-family: var(--font-display, "Khand", sans-serif);
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--c-primary, #ffd23b);
    margin: 0;
}

._gameCount_1fwmi_30 {
    margin-left: auto;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.55;
}

._filterPanel_1fwmi_38 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 2.5rem;
  padding: 14px 16px;
}

._filterChips_1fwmi_47 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

._filterLabel_1fwmi_54 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.55;
}

._emptyAll_1fwmi_61 {
    padding: 3rem 1.5rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}
._badge_l1m6z_1 {
    --tier-color: #888;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--tier-color) 50%, transparent);
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--tier-color) 22%, transparent),
        color-mix(in srgb, var(--tier-color) 8%, transparent));
    color: #fff;
    text-transform: uppercase;
}

._compact_l1m6z_18 {
    padding: 3px 10px 3px 6px;
    font-size: 0.7rem;
}

._compact_l1m6z_18 ._tierDot_l1m6z_23 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tier-color);
    box-shadow: 0 0 6px color-mix(in srgb, var(--tier-color) 70%, transparent);
    flex-shrink: 0;
}

._compact_l1m6z_18 ._tierName_l1m6z_32 {
    color: #fff;
}

._compact_l1m6z_18 ._lp_l1m6z_36 {
    color: color-mix(in srgb, #fff 70%, transparent);
    font-weight: 500;
}

._full_l1m6z_41 {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    font-family: inherit;
    letter-spacing: normal;
    text-transform: none;
}

._full_l1m6z_41 ._header_l1m6z_52 {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

._full_l1m6z_41 ._tierDotLarge_l1m6z_58 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--tier-color);
    box-shadow: 0 0 10px color-mix(in srgb, var(--tier-color) 70%, transparent);
    flex-shrink: 0;
}

._full_l1m6z_41 ._headerText_l1m6z_67 {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

._full_l1m6z_41 ._tierName_l1m6z_32 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

._full_l1m6z_41 ._queue_l1m6z_82 {
    font-size: 0.72rem;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

._full_l1m6z_41 ._lpLarge_l1m6z_89 {
    margin-left: auto;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    color: var(--tier-color);
}

._full_l1m6z_41 ._stats_l1m6z_97 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    font-size: 0.82rem;
    opacity: 0.85;
}

._full_l1m6z_41 ._hot_l1m6z_105 {
    color: #ffc555;
}
._card_17luj_1 {
    margin-top: 2.5rem;
    padding: 1.3rem 1.5rem;
    background: var(--card-bg, rgba(255, 255, 255, 0.04));
    border: var(--card-border, 1px solid rgba(255, 255, 255, 0.08));
    border-radius: var(--card-radius, 12px);
    backdrop-filter: var(--card-blur);
    -webkit-backdrop-filter: var(--card-blur);
}
._title_17luj_10 {
    margin: 0 0 0.2rem;
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--c-primary, #ffd23b);
}
._subtitle_17luj_18 {
    margin: 0 0 0.9rem;
    font-size: 0.78rem;
    opacity: 0.65;
}
._grid_17luj_23 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0.5rem;
}
._cell_17luj_28 {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.55rem 0.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    text-align: center;
}
._cellLabel_17luj_37 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.6;
}
._cellValue_17luj_43 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: #fff;
}
._cellSub_17luj_48 {
    font-size: 0.7rem;
    opacity: 0.5;
}
._row_yv6kz_1 {
    position: relative;
    background: var(--glass-bg, rgba(255, 255, 255, 0.05));
    border: var(--glass-border, 1px solid rgba(255, 255, 255, 0.1));
    border-left-width: 3px;
    border-radius: 8px;
    backdrop-filter: var(--glass-blur, blur(10px));
    -webkit-backdrop-filter: var(--glass-blur, blur(10px));
    transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
    overflow: hidden;
}
._row_yv6kz_1 + ._row_yv6kz_1 {
    margin-top: 0.5rem;
}
._row_yv6kz_1._win_yv6kz_15 {
    border-left-color: #43b581;
}
._row_yv6kz_1._loss_yv6kz_18 {
    border-left-color: #ff7a7a;
}
._row_yv6kz_1:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
._row_yv6kz_1._win_yv6kz_15:hover {
    border-color: #43b581;
}
._row_yv6kz_1._loss_yv6kz_18:hover {
    border-color: #ff7a7a;
}
._row_yv6kz_1._expanded_yv6kz_31 {
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

._toggleArea_yv6kz_36 {
    display: grid;
    grid-template-columns: 24px 36px minmax(0, 1.6fr) minmax(110px, 1fr) repeat(2, minmax(60px, 1fr)) auto;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 0.65rem 1rem;
    background: transparent;
    border: none;
    color: inherit;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

._icon_yv6kz_51 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.25);
}
._iconFallback_yv6kz_59 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    font-size: 0.85rem;
}

._placementBadge_yv6kz_69 {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
._placementGold_yv6kz_82   { background: linear-gradient(140deg, #f5c542, #b07c0f); color: #1a1208; }
._placementSilver_yv6kz_83 { background: linear-gradient(140deg, #c7d2db, #6b7682); color: #1a1d22; }
._placementBronze_yv6kz_84 { background: linear-gradient(140deg, #cd7f32, #7a4d1d); color: #1a1208; }
._placementOther_yv6kz_85  { background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.65); }

._identity_yv6kz_87 {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    min-width: 0;
}
._name_yv6kz_93 {
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
._sub_yv6kz_100 {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.78rem;
    opacity: 0.65;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
._dot_yv6kz_110 { opacity: 0.5; }

._kdaBlock_yv6kz_112 {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    align-items: flex-start;
    min-width: 110px;
}
._kdaNumbers_yv6kz_119 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: #fff;
    font-variant-numeric: tabular-nums;
}
._slash_yv6kz_125 {
    margin: 0 0.15rem;
    opacity: 0.45;
}
._kdaRatio_yv6kz_129 {
    font-size: 0.72rem;
    opacity: 0.65;
    letter-spacing: 0.04em;
}

._headlineCells_yv6kz_135 {
    display: contents;
}
._headlineCell_yv6kz_135 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
._headlineLabel_yv6kz_143 {
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.5;
    line-height: 1;
    margin-bottom: 0.2rem;
}
._headlineValue_yv6kz_151 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

._pill_yv6kz_158 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
._pillPlaceholder_yv6kz_169 {
    width: 24px;
    height: 24px;
}
._pillWin_yv6kz_173 { background: rgba(67, 181, 129, 0.18); color: #43b581; }
._pillLoss_yv6kz_174 { background: rgba(255, 122, 122, 0.18); color: #ff7a7a; }

._chevron_yv6kz_176 {
    display: inline-block;
    transition: transform 180ms ease;
    opacity: 0.5;
    font-size: 0.95rem;
    line-height: 1;
}
._chevronOpen_yv6kz_183 {
    transform: rotate(180deg);
    opacity: 0.85;
}

._details_yv6kz_188 {
    padding: 0.6rem 0.9rem 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
._detailRow_yv6kz_195 {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.85rem;
}
._detailLabel_yv6kz_202 {
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.72rem;
}
._detailBarTrack_yv6kz_208 {
    height: 6px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    overflow: hidden;
}
._detailBar_yv6kz_208 {
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 210, 59, 0.35), rgba(255, 210, 59, 0.7));
    border-radius: 3px;
    transition: width 200ms ease;
}
._detailValue_yv6kz_220 {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    color: #fff;
    font-variant-numeric: tabular-nums;
    text-align: right;
    min-width: 60px;
}
._confidenceHint_yv6kz_228 {
    margin: 0.3rem 0 0;
    font-size: 0.74rem;
    opacity: 0.65;
    font-style: italic;
}

@media (max-width: 720px) {
    ._toggleArea_yv6kz_36 {
        grid-template-columns: 32px 1fr auto auto;
        gap: 0.5rem;
        row-gap: 0.3rem;
    }
    ._icon_yv6kz_51, ._placementBadge_yv6kz_69 {
        width: 32px;
        height: 32px;
    }
    ._kdaBlock_yv6kz_112 {
        grid-column: 2 / -1;
        flex-direction: row;
        gap: 0.6rem;
        align-items: baseline;
    }
    ._headlineCells_yv6kz_135 {
        display: flex;
        grid-column: 1 / -1;
        gap: 1.2rem;
    }
    ._headlineCell_yv6kz_135 {
        align-items: flex-start;
    }
    ._pill_yv6kz_158 {
        grid-row: 1;
    }
    ._detailRow_yv6kz_195 {
        grid-template-columns: 90px 1fr auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    ._row_yv6kz_1, ._chevron_yv6kz_176, ._detailBar_yv6kz_208 {
        transition: none;
    }
}
._section_1i56r_1 {
    margin-bottom: 2rem;
}

._heading_1i56r_5 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--c-primary, #ffd23b);
    margin: 0 0 1rem;
}

._block_1i56r_14 {
    margin-bottom: 1.6rem;
}
._block_1i56r_14 + ._block_1i56r_14 {
    margin-top: 1.6rem;
}

._blockHeader_1i56r_21 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
._blockLabel_1i56r_30 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
._blockMap_1i56r_37 {
    font-size: 0.85rem;
    color: var(--c-primary, #ffd23b);
    opacity: 0.85;
    padding: 0.05rem 0.5rem;
    background: rgba(255, 210, 59, 0.1);
    border-radius: 4px;
}
._blockMetaWrap_1i56r_45 {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-left: auto;
    flex-wrap: wrap;
}
._blockMeta_1i56r_45 {
    font-size: 0.78rem;
    opacity: 0.65;
}

._scoreBadge_1i56r_57 {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    padding: 0.15rem 0.6rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: #fff;
    font-variant-numeric: tabular-nums;
}
._scoreSep_1i56r_70 {
    opacity: 0.45;
}

._subSection_1i56r_74 + ._subSection_1i56r_74 {
    margin-top: 1rem;
}
._subHeader_1i56r_77 {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    margin: 0 0 0.45rem;
}
._subLabel_1i56r_83 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
._subLabelUs_1i56r_90 { color: #6ad79f; }
._subLabelThem_1i56r_91 { color: #ff9a8a; }
._subCount_1i56r_92 {
    font-size: 0.72rem;
    opacity: 0.55;
}

._list_1i56r_97 {
    display: flex;
    flex-direction: column;
}
._bucket_1euxl_1 {
  margin-bottom: 2rem;
  scroll-margin-top: 80px;
}

._bucketTitle_1euxl_6 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
  margin: 0 0 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--c-border-subtle);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--c-text-primary);
}

._bucketTitleLive_1euxl_20 ._bucketCount_1euxl_20 {
  background: var(--c-live-soft);
  color: var(--c-danger);
}

._liveBadge_1euxl_25 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 4px;
  background: var(--c-live-strong);
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.20em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

._liveDot_1euxl_39 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}

._bucketCount_1euxl_20 {
  font-size: 0.78rem;
  background: var(--c-surface-strong);
  color: var(--c-text-secondary);
  padding: 0.05rem 0.55rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

._list_1euxl_57 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 480px), 1fr));
  grid-auto-rows: 149px;
}

._listLive_1euxl_67 {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}

._placeholder_1euxl_72 {
  border-radius: var(--card-radius);
  background: var(--card-bg);
  border: var(--card-border);
  box-shadow: var(--card-shadow);
  backdrop-filter: var(--card-blur);
  -webkit-backdrop-filter: var(--card-blur);
  pointer-events: none;
}

._pagination_1euxl_82 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

._pageIndicator_1euxl_90 {
  font-size: 0.85rem;
  opacity: 0.7;
  min-width: 3.5rem;
  text-align: center;
}
._section_27hw6_1 {
  padding: 20px 0 80px;
}

._filterPanel_27hw6_5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 2rem;
  padding: 14px 16px;
  background: var(--card-bg);
  border: var(--card-border);
  border-radius: var(--card-radius);
  backdrop-filter: var(--card-blur);
  -webkit-backdrop-filter: var(--card-blur);
  box-shadow: var(--card-shadow);
}

._filterTopRow_27hw6_19 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

._filterDivider_27hw6_27 {
  height: 1px;
  background: var(--c-surface-strong);
}

._filterRow_27hw6_32 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

._filterGameRow_27hw6_39 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

._filterChips_27hw6_46 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

._filterLabel_27hw6_53 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.55;
}

._skeleton_27hw6_60 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

._skeletonItem_27hw6_68 {
  height: 120px;
  background: var(--c-surface-strong);
  border-radius: var(--card-radius);
  opacity: 0.35;
}

._empty_27hw6_75 {
  opacity: 0.7;
  margin-top: 2rem;
}
._btn_qvkrr_1 {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: inherit;
    font: inherit;
    font-size: 0.85rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.12s ease, border-color 0.12s ease;
}
._btn_qvkrr_1:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
}

._icon_qvkrr_21 {
    font-size: 1rem;
    line-height: 1;
}
._wrap_13t0s_1 {
    background: var(--glass-bg);
    border: var(--glass-border);
    border-radius: 10px;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
    overflow: hidden;
}

._table_13t0s_11 {
    width: 100%;
    border-collapse: collapse;
}

._table_13t0s_11 th {
    text-align: left;
    padding: 0.55rem 0.85rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: rgba(0, 0, 0, 0.18);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    border-bottom: 1px solid var(--c-border-subtle);
}

._table_13t0s_11 td {
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid var(--c-border-subtle);
    vertical-align: middle;
}

._table_13t0s_11 tr:last-child td {
    border-bottom: none;
}

._placementCol_13t0s_38 { width: 70px; }
._numCol_13t0s_39 { text-align: right; font-variant-numeric: tabular-nums; }
._rightCol_13t0s_40 { text-align: right; }

._placement_13t0s_38 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

._placementGold_13t0s_51 { color: #ffcd3c; }
._placementSilver_13t0s_52 { color: #d6dde4; }
._placementBronze_13t0s_53 { color: #d68b3c; }
._placementOpen_13t0s_54 { opacity: 0.45; font-style: italic; font-weight: 500; font-size: 0.9rem; }

._player_13t0s_56 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}

._avatar_13t0s_63 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

._avatarFallback_13t0s_71 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--c-surface-strong);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    color: #fff;
    font-size: 0.85rem;
    flex-shrink: 0;
}

._playerName_13t0s_86 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._guestTag_13t0s_93 {
    margin-left: 0.4rem;
    font-size: 0.7rem;
    opacity: 0.55;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
}

._notesCell_13t0s_102 {
    font-size: 0.85rem;
    opacity: 0.75;
    max-width: 30ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._emptyHint_13t0s_111 {
    padding: 1.2rem 1rem;
    font-style: italic;
    opacity: 0.65;
    text-align: center;
}

._rowFinal_13t0s_118 td:first-child {
    border-left: 3px solid transparent;
}

._rowGold_13t0s_122 td:first-child { border-left-color: #ffcd3c; }
._rowSilver_13t0s_123 td:first-child { border-left-color: #d6dde4; }
._rowBronze_13t0s_124 td:first-child { border-left-color: #d68b3c; }

._publicNotice_13t0s_126 {
    margin: 0.7rem 0 0;
    font-size: 0.78rem;
    opacity: 0.6;
}
._page_vbkh6_1 {
    padding: 20px 0 80px;
}

/* ---------- MetaBar ---------- */

._metaBar_vbkh6_7 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.8rem;
    align-items: center;
    margin-bottom: 1.2rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.92;
}

._metaDate_vbkh6_19 {
    font-weight: 700;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: none;
    opacity: 1;
}

._pill_vbkh6_28 {
    background: var(--c-surface-strong);
    color: rgba(255, 255, 255, 0.78);
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    font-weight: 600;
}

._pillKind_vbkh6_36 {
    background: color-mix(in srgb, var(--game-color, var(--c-primary)) 35%, transparent);
    color: #fff;
    font-weight: 700;
}

/* ---------- Hero-Card ---------- */

._heroCard_vbkh6_44 {
    border: 1px solid var(--c-border-subtle);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
    background: var(--c-surface);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
}

._heroCardCancelled_vbkh6_54 {
    filter: grayscale(0.5);
    opacity: 0.7;
}

._gameStrip_vbkh6_59 {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.8rem 1.4rem;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--game-color, var(--c-surface-strong)) 75%, transparent),
        color-mix(in srgb, var(--game-color, var(--c-surface-strong)) 15%, transparent)
    );
    border-bottom: 1px solid var(--c-border-subtle);
}

._gameStripIcon_vbkh6_72 {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

._gameStripIconFallback_vbkh6_79 {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

._gameStripName_vbkh6_94 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    line-height: 1;
}

._heroBody_vbkh6_105 {
    padding: 2.2rem 2rem;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--game-color, transparent) 25%, transparent),
        transparent 70%
    );
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

._heroTitle_vbkh6_117 {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

._heroSubtitle_vbkh6_127 {
    font-size: 0.95rem;
    opacity: 0.85;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

._heroSubtitle_vbkh6_127 > span:not(:last-child)::after {
    content: "·";
    margin-left: 0.6rem;
    opacity: 0.5;
}

/* ---------- Race-Info ---------- */

._raceInfo_vbkh6_143 {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.7rem;
}

._raceInfoItem_vbkh6_152 {
    background: var(--c-surface);
    border: 1px solid var(--c-border-subtle);
    border-radius: 8px;
    padding: 0.65rem 0.9rem;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
}

._raceInfoLabel_vbkh6_161 {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.55;
    font-weight: 700;
}

._raceInfoValue_vbkh6_169 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 0.15rem;
}

/* ---------- Generic section ---------- */

._section_vbkh6_178 {
    margin-bottom: 2rem;
}

._sectionTitle_vbkh6_182 {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--c-primary);
    margin: 0 0 1rem;
    font-size: 1.15rem;
}

/* ---------- Recap / Notes ---------- */

._markdownBlock_vbkh6_193 {
    line-height: 1.65;
    background: var(--c-surface);
    border-left: 3px solid var(--c-primary-strong);
    padding: 0.9rem 1.1rem;
    border-radius: 0 6px 6px 0;
}

/* ---------- Screenshots ---------- */

._shotsGrid_vbkh6_203 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

._shotItem_vbkh6_212 {
    border-radius: 6px;
    overflow: hidden;
    background: var(--c-surface);
    border: 1px solid var(--c-border-subtle);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
}

._shotImg_vbkh6_221 {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

._shotCaption_vbkh6_228 {
    padding: 0.5rem 0.7rem;
    font-size: 0.85rem;
    opacity: 0.85;
}

/* ---------- Back-Nav ---------- */

._backNav_vbkh6_236 {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid var(--c-border-subtle);
    display: flex;
    gap: 0.6rem;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

._backNav_vbkh6_236 a { color: var(--c-primary); }
._backNav_vbkh6_236 a:hover { text-decoration: underline; }

._backNavSep_vbkh6_250 { opacity: 0.4; }
._wrap_14rob_1 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

._blur_14rob_7 {
  display: grid;
  gap: 0.8rem;
  filter: blur(5px) saturate(0.6);
  pointer-events: none;
}

._row_14rob_14 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  padding: 1.2rem 1.4rem;
  height: 120px;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

._line_14rob_25 {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  height: 0.9rem;
}

._overlay_14rob_31 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(20, 25, 30, 0.55) 0%, rgba(20, 25, 30, 0.85) 100%);
  backdrop-filter: blur(2px);
}

._icon_14rob_45 {
  font-size: 2rem;
  line-height: 1;
}

._title_14rob_50 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin: 0;
}

._text_14rob_56 {
  margin: 0;
  max-width: 36rem;
  line-height: 1.5;
  opacity: 0.85;
}

._actions_14rob_63 {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}
._toolbar_11aqu_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 14px 16px;
}

._filterGroup_11aqu_11 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

._filterLabel_11aqu_18 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.55;
}

._section_11aqu_25 {
  margin-bottom: 3rem;
}

._sectionHeader_11aqu_29 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

._sectionTitleAccent_11aqu_38 {
  color: var(--c-primary);
  margin: 0;
}

._sectionCount_11aqu_43 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.6;
}

._eventList_11aqu_50 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

._eventCard_11aqu_58 {
  padding: 1.1rem 1.4rem;
}

._eventMeta_11aqu_62 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

._eventDate_11aqu_73 {
  font-weight: 600;
  opacity: 0.85;
  margin-right: auto;
}

._eventTypeBadge_11aqu_79 {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

._membersBadge_11aqu_87 {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: var(--c-primary-soft);
  color: var(--c-primary);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

._eventBody_11aqu_97 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

._eventInfo_11aqu_105 {
  flex: 1 1 60%;
  min-width: 240px;
}

._eventTitle_11aqu_110 {
  margin: 0 0 0.3rem;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  line-height: 1.2;
}

._eventLocation_11aqu_117 {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.7;
}

._eventDesc_11aqu_123 {
  margin-top: 0.7rem;
  line-height: 1.55;
  font-size: 0.95rem;
  opacity: 0.92;
}

._calBtn_11aqu_130 {
  padding: 0.45rem 0.9rem;
  border-radius: 4px;
  background: var(--c-surface-strong);
  color: inherit;
  font: inherit;
  font-size: 0.85rem;
  border: 1px solid var(--c-border-subtle);
  cursor: pointer;
  white-space: nowrap;
}

._calBtn_11aqu_130:hover {
  background: color-mix(in srgb, white 10%, transparent);
}

._empty_11aqu_146 {
  padding: 2rem 1rem;
  text-align: center;
  opacity: 0.55;
  font-size: 0.95rem;
  background: color-mix(in srgb, white 2%, transparent);
  border: 1px dashed var(--c-surface-strong);
  border-radius: 6px;
}

._tierTitle_o61on_1 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-primary);
  margin: 0 0 1rem;
}

._grid_o61on_10 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

._gridMain_o61on_19 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  ._grid_o61on_10 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._gridMain_o61on_19 {
    grid-template-columns: 1fr;
  }
}

/* hoverCard overrides for sponsor aspect-ratio */
._grid_o61on_10 > li,
._gridMain_o61on_19 > li {
  background: var(--card-bg);
  border: var(--card-border);
  border-radius: var(--card-radius);
  backdrop-filter: var(--card-blur);
  -webkit-backdrop-filter: var(--card-blur);
  box-shadow: var(--card-shadow);
  padding: 0.75rem;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

._gridMain_o61on_19 > li {
  aspect-ratio: 32 / 9;
}

._sponsorInner_o61on_57 {
  width: 94%;
  height: 88%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._sponsorLogoImg_o61on_65 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

._cardLink_o61on_73 {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: var(--card-radius);
}

._sponsorLogoFallback_o61on_80 {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.06) 6px,
    rgba(255, 255, 255, 0.02) 6px,
    rgba(255, 255, 255, 0.02) 12px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
}
._grid_sdq86_1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

._card_sdq86_10 {
  padding: 1.6rem 1.6rem 1.8rem;
  text-align: left;
}

._portraitImg_sdq86_15 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

._portrait_sdq86_15 {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  background: repeating-linear-gradient(
    135deg,
    var(--c-surface-strong),
    var(--c-surface-strong) 8px,
    var(--c-surface) 8px,
    var(--c-surface) 16px
  );
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, white 40%, transparent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

._role_sdq86_43 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-primary);
  margin: 0 0 0.3rem;
  font-weight: 700;
}

._name_sdq86_53 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.8rem;
}

._bio_sdq86_60 {
  margin: 0 0 0.9rem;
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.88;
}

._email_sdq86_67 {
  color: var(--c-primary);
  font-size: 0.88rem;
  text-decoration: none;
}

._email_sdq86_67:hover {
  text-decoration: underline;
}
._sectionTitle_1wvn1_1 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-primary);
  margin: 0 0 1rem;
}

._memberNote_1wvn1_10 {
  font-size: 0.92rem;
  opacity: 0.7;
  margin-bottom: 1rem;
}

._docList_1wvn1_16 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

._docItem_1wvn1_24 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.2rem;
  background: var(--card-bg);
  border: var(--card-border);
  border-radius: var(--card-radius);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

._docIcon_1wvn1_37 {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: var(--c-primary-soft);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ui-monospace, monospace;
  font-weight: 700;
  font-size: 11px;
}

._docName_1wvn1_51 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
}

._docMeta_1wvn1_57 {
  font-size: 13px;
  opacity: 0.65;
  margin-top: 2px;
}

._downloadBtn_1wvn1_63 {
  color: var(--c-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--c-primary-strong);
  border-radius: 6px;
  white-space: nowrap;
}

._downloadBtn_1wvn1_63:hover {
  background: var(--c-primary-soft);
}

._empty_1wvn1_80 {
  padding: 2rem 1rem;
  text-align: center;
  opacity: 0.55;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

._badge_1ebj4_1 {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 210, 59, 0.15);
    border: 1px solid rgba(255, 210, 59, 0.4);
    color: var(--c-primary, #ffd23b);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    line-height: 1.2;
}

._star_1ebj4_18 {
    font-size: 0.78rem;
    line-height: 1;
}

._compact_1ebj4_23 {
    padding: 0.1rem 0.45rem;
    font-size: 0.65rem;
    gap: 0.2rem;
}

._compact_1ebj4_23 ._star_1ebj4_18 {
    font-size: 0.7rem;
}
._badge_2wizr_1 {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    line-height: 1.2;
}

._icon_2wizr_15 {
    flex: 0 0 auto;
}

._captain_2wizr_19 {
    background: rgba(255, 156, 56, 0.16);
    border: 1px solid rgba(255, 156, 56, 0.45);
    color: #ffb364;
}

._vorstand_2wizr_25 {
    background: rgba(143, 124, 255, 0.16);
    border: 1px solid rgba(143, 124, 255, 0.5);
    color: #b9aaff;
}

._compact_2wizr_31 {
    padding: 0.1rem 0.45rem;
    font-size: 0.65rem;
    gap: 0.2rem;
}
/* -- Status / info boxes -- */

._infoBox_1lgbr_3 {
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: var(--c-surface, rgba(255, 255, 255, 0.05));
    backdrop-filter: var(--glass-blur, blur(10px));
    -webkit-backdrop-filter: var(--glass-blur, blur(10px));
    margin-bottom: 1.5rem;
}

._hint_1lgbr_13 {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 210, 59, 0.2);
    border-radius: 6px;
    background: rgba(255, 210, 59, 0.07);
    font-size: 0.9rem;
    line-height: 1.5;
}

._feeBox_1lgbr_22 {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.95rem;
}

/* -- Step wizard -- */

._stepper_1lgbr_32 {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8rem;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

._stepItem_1lgbr_41 {
    flex: 1 1 100px;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.32);
    transition: background 200ms, border-color 200ms, color 200ms;
    user-select: none;
}

._stepDone_1lgbr_60 {
    border-color: rgba(67, 181, 129, 0.28);
    background: rgba(67, 181, 129, 0.07);
    color: rgba(67, 181, 129, 0.8);
    cursor: pointer;
}

._stepDone_1lgbr_60:hover {
    background: rgba(67, 181, 129, 0.13);
}

._stepActive_1lgbr_71 {
    border-color: var(--c-primary-strong, rgba(255, 200, 0, 0.55));
    background: var(--c-primary-soft, rgba(255, 200, 0, 0.09));
    color: var(--c-primary, #ffd43b);
}

._stepNum_1lgbr_77 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
}

._stepDone_1lgbr_60 ._stepNum_1lgbr_77 {
    background: rgba(67, 181, 129, 0.55);
    color: #1a1f22;
}

._stepActive_1lgbr_71 ._stepNum_1lgbr_77 {
    background: var(--c-primary, #ffd43b);
    color: #1a1f22;
}

._stepLabel_1lgbr_100 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

/* -- Panel -- */

._form_1lgbr_109 {
    display: block;
}

._panel_1lgbr_113 {
    padding: 1.8rem 2rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: var(--glass-blur, blur(10px));
    -webkit-backdrop-filter: var(--glass-blur, blur(10px));
}

._panelTitle_1lgbr_122 {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #fff;
}

._panelDesc_1lgbr_132 {
    font-size: 1rem;
    opacity: 0.6;
    margin: 0 0 1.4rem;
    line-height: 1.5;
}

._panelFields_1lgbr_139 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

._nav_1lgbr_145 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.6rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* -- Form fields -- */

._row_1lgbr_156 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

._field_1lgbr_162 {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

._label_1lgbr_168 {
    font-size: 0.88rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

._field_1lgbr_162 input,
._field_1lgbr_162 textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    color: inherit;
    font: inherit;
}

._field_1lgbr_162 input:focus,
._field_1lgbr_162 textarea:focus {
    outline: none;
    border-color: var(--c-primary);
    background: rgba(255, 255, 255, 0.09);
}

._field_1lgbr_162 input:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

._checkboxes_1lgbr_199 {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

._checkLabel_1lgbr_205,
._consent_1lgbr_206 {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    cursor: pointer;
    line-height: 1.4;
    font-size: 1rem;
}

._consent_1lgbr_206 a {
    color: var(--c-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

._checkLabel_1lgbr_205 input,
._consent_1lgbr_206 input {
    margin-top: 0.2rem;
    width: 17px;
    height: 17px;
    accent-color: var(--c-primary);
    flex-shrink: 0;
    opacity: 0.55;
    cursor: pointer;
}

._checkLabel_1lgbr_205 input:checked,
._consent_1lgbr_206 input:checked {
    opacity: 1;
}

._form_1lgbr_109 input[type="radio"] {
    accent-color: var(--c-primary);
    opacity: 0.55;
    cursor: pointer;
}

._form_1lgbr_109 input[type="radio"]:checked {
    opacity: 1;
}

._toggleBtn_1lgbr_247 {
    align-self: flex-start;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    opacity: 0.72;
    padding: 0.35rem 0.75rem;
    transition: opacity 150ms, background 150ms;
}

._toggleBtn_1lgbr_247:hover {
    background: rgba(255, 255, 255, 0.07);
    opacity: 1;
}

._mandateText_1lgbr_266 {
    white-space: pre-wrap;
    font-size: 0.8rem;
    line-height: 1.6;
    opacity: 0.68;
    padding: 0.75rem 0.9rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-family: inherit;
    margin: 0;
}

._error_1lgbr_279 {
    color: #ff6060;
    font-size: 0.88rem;
}

/* -- Responsive -- */

@media (max-width: 560px) {
    ._row_1lgbr_156 { grid-template-columns: 1fr; }
    ._panel_1lgbr_113 { padding: 1.2rem 1rem; }
    ._stepLabel_1lgbr_100 { display: none; }
    ._stepItem_1lgbr_41 { flex: 0 0 auto; padding: 8px; }
}
._tabStrip_1464u_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--card-bg);
  border: var(--card-border);
  border-radius: var(--card-radius);
  padding: 4px;
  margin-bottom: 18px;
  backdrop-filter: var(--card-blur);
  -webkit-backdrop-filter: var(--card-blur);
}

._tab_1464u_1 {
  padding: 10px 14px;
  border-radius: 8px;
  background: transparent;
  color: var(--c-text-primary);
  border: none;
  font: inherit;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

._tab_1464u_1:hover:not([data-active]) {
  background: var(--c-surface-strong);
}

._tab_1464u_1[data-active] {
  background: var(--c-primary);
  color: #1f2629;
}

._panel_1464u_38 {
  padding: 1.8rem 2rem;
  background: var(--card-bg);
  border: var(--card-border);
  border-radius: var(--card-radius);
  backdrop-filter: var(--card-blur);
  -webkit-backdrop-filter: var(--card-blur);
}

._discordBtn_1464u_47 {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  background: #5865F2;
  color: #fff;
  border: 1px solid var(--c-border-strong);
  font: inherit;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.15s;
}

._discordBtn_1464u_47:hover {
  opacity: 0.88;
}


._divider_1464u_73 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  color: color-mix(in srgb, white 45%, transparent);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._dividerLine_1464u_84 {
  flex: 1;
  height: 1px;
  background: color-mix(in srgb, white 12%, transparent);
}

._nameRow_1464u_90 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

._fieldLabel_1464u_97 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.85;
  margin-bottom: 12px;
}

._fieldInput_1464u_109 {
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--c-border-subtle);
  color: inherit;
  font: inherit;
  font-size: 14px;
}

._fieldInput_1464u_109:focus {
  outline: none;
  border-color: var(--c-primary-strong);
}

._checkboxLabel_1464u_124 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  font-size: 13px;
  opacity: 0.85;
  line-height: 1.5;
}

._checkbox_1464u_124 {
  margin-top: 3px;
  flex-shrink: 0;
}

._submitBtn_1464u_139 {
  margin-top: 16px;
  width: 100%;
}

._switchText_1464u_144 {
  margin-top: 16px;
  font-size: 13px;
  opacity: 0.65;
  line-height: 1.55;
  text-align: center;
}

._joinNotice_1464u_152 {
  margin-bottom: 1.4rem;
  padding: 0.85rem 1rem;
  background: color-mix(in srgb, var(--c-primary) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-primary) 30%, transparent);
  border-radius: 6px;
  font-size: 0.9rem;
  line-height: 1.55;
}

._link_1464u_162 {
  color: var(--c-primary);
  text-decoration: none;
}

._link_1464u_162:hover {
  text-decoration: underline;
}

/* ── Section wrapper ── */
._sectionWrap_1464u_172 {
  padding: 20px 0 80px;
  max-width: 520px;
}

/* ── Consent fieldset ── */
._consentFieldset_1464u_178 {
  border: 1px solid var(--c-primary-strong);
  border-radius: 10px;
  padding: 1.1rem 1.2rem;
  margin: 0 0 1.4rem;
  background: color-mix(in srgb, var(--c-primary) 5%, transparent);
  transition: border-color 0.2s, background 0.2s;
}

._consentFieldset_1464u_178[data-ready] {
  border-color: var(--c-border-subtle);
  background: var(--c-surface);
}

._consentLegend_1464u_192 {
  padding: 0 6px;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-heading);
  color: color-mix(in srgb, var(--c-primary) 90%, transparent);
  transition: color 0.2s;
}

._consentFieldset_1464u_178[data-ready] ._consentLegend_1464u_192 {
  color: var(--c-text-secondary);
}

._checkboxSpan_1464u_207 {
  font-size: 0.85rem;
}

._checkboxLabelGap_1464u_211 {
  margin-top: 8px;
}

/* ── Consent required notice ── */
._consentRequired_1464u_216 {
  margin-top: 12px;
  margin-bottom: 0;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  background: color-mix(in srgb, var(--c-live-strong) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-live-strong) 45%, transparent);
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}

/* ── Magic-link "sent" confirmation box ── */
._sentBox_1464u_230 {
  padding: 1rem 1.1rem;
  background: var(--c-surface);
  border: 1px solid var(--c-border-subtle);
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.6;
}

._sentBoxBody_1464u_239 {
  margin: 0 0 0.5rem;
}

._sentBoxHint_1464u_243 {
  margin: 0 0 1rem;
  opacity: 0.6;
  font-size: 0.82rem;
}

._sentBoxActions_1464u_249 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

._resendBtn_1464u_255 {
  padding: 7px 14px;
  border-radius: 6px;
  background: var(--c-surface-strong);
  border: 1px solid var(--c-border-strong);
  color: inherit;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: opacity 0.14s;
}

._resendBtn_1464u_255:disabled {
  opacity: 0.5;
  cursor: default;
}

._otherEmailBtn_1464u_272 {
  padding: 7px 14px;
  border-radius: 6px;
  background: transparent;
  border: none;
  color: var(--c-primary);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

/* ── Auth error alert ── */
._errorAlert_1464u_284 {
  margin-top: 0.9rem;
  padding: 0.7rem 1rem;
  background: color-mix(in srgb, var(--c-danger) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-danger) 35%, transparent);
  border-radius: 6px;
  font-size: 0.88rem;
  color: #fca5a5;
}

/* ── Footer note (Account ≠ Vereinsmitgliedschaft) ── */
._footerNote_1464u_295 {
  margin-top: 1.2rem;
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.85;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  background: var(--c-surface-strong);
  border: 1px solid var(--c-border-strong);
}
._backdrop_qxcuo_1 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 9999;
    animation: _fadeIn_qxcuo_1 0.15s ease-out;
}

._dialog_qxcuo_14 {
    background: #161618;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1.5rem 1.5rem 1.2rem;
    max-width: 460px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: _pop_qxcuo_1 0.15s ease-out;
}

._title_qxcuo_26 {
    margin: 0 0 0.6rem;
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

._description_qxcuo_34 {
    margin: 0 0 1.4rem;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.85;
}

._actions_qxcuo_41 {
    display: flex;
    gap: 0.6rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

._btn_qxcuo_48 {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: inherit;
    font: inherit;
    font-size: 0.92rem;
    cursor: pointer;
}
._btn_qxcuo_48:hover { background: rgba(255, 255, 255, 0.1); }

._btnPrimary_qxcuo_60 {
    background: var(--c-primary, #ffd23b);
    color: #0a0a0a;
    border-color: transparent;
    font-weight: 600;
}
._btnPrimary_qxcuo_60:hover { filter: brightness(1.05); background: var(--c-primary, #ffd23b); }

._btnDanger_qxcuo_68 {
    background: rgba(255, 80, 80, 0.18);
    color: #ff7a7a;
    border-color: rgba(255, 80, 80, 0.35);
    font-weight: 600;
}
._btnDanger_qxcuo_68:hover { background: rgba(255, 80, 80, 0.28); border-color: rgba(255, 100, 100, 0.5); }

@keyframes _fadeIn_qxcuo_1 { from { opacity: 0; } to { opacity: 1; } }
@keyframes _pop_qxcuo_1 {
    from { opacity: 0; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 480px) {
    ._dialog_qxcuo_14 { padding: 1.2rem; }
    ._actions_qxcuo_41 { flex-direction: column-reverse; }
    ._actions_qxcuo_41 > ._btn_qxcuo_48 { width: 100%; }
}
._discordBtn_17opn_1 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.9rem 1.2rem;
    background: #5865f2;
    color: white;
    border: none;
    border-radius: 999px;
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

._discordBtn_17opn_1:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(88, 101, 242, 0.4);
    filter: brightness(1.05);
}

._discordBtn_17opn_1:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

._consentBlock_17opn_31 {
    margin: 0 0 1.5rem;
    padding: 0.9rem 1.1rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

._consentLegend_17opn_42 {
    padding: 0 0.4rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

._consentRow_17opn_50 {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    line-height: 1.45;
    font-size: 0.9rem;
    cursor: pointer;
}

._consentRow_17opn_50 input[type="checkbox"] {
    margin-top: 0.2rem;
    width: 16px;
    height: 16px;
    accent-color: var(--c-primary, #ffd23b);
    cursor: pointer;
    flex-shrink: 0;
}

._consentRow_17opn_50 a {
    color: var(--c-primary, #ffd23b);
    text-decoration: underline;
}

._consentHint_17opn_73 {
    margin: 0.8rem 0 0;
    text-align: center;
    font-size: 0.82rem;
    opacity: 0.7;
}

._divider_17opn_80 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0 1.5rem;
    opacity: 0.5;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

._divider_17opn_80::before,
._divider_17opn_80::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

._form_17opn_99 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

._field_17opn_105 {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

._label_17opn_111 {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.85;
}

._field_17opn_105 input {
    width: 100%;
    padding: 0.7rem 0.9rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: inherit;
    font: inherit;
    font-family: inherit;
}

._field_17opn_105 input:focus {
    outline: none;
    border-color: var(--c-primary, #ffd23b);
    background: rgba(255, 255, 255, 0.1);
}

._notice_17opn_136 {
    padding: 1.2rem 1.4rem;
    background: rgba(67, 181, 129, 0.1);
    border: 1px solid rgba(67, 181, 129, 0.3);
    border-radius: 6px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

._notice_17opn_136 p {
    margin: 0;
}

._noticeSmall_17opn_151 {
    font-size: 0.85rem;
    opacity: 0.85;
}

._noticeActions_17opn_156 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.3rem;
}

._secondaryBtn_17opn_163 {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
}

._secondaryBtn_17opn_163:hover:not(:disabled) {
    border-color: rgba(255, 255, 255, 0.4);
}

._secondaryBtn_17opn_163:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

._linkBtn_17opn_183 {
    padding: 0.5rem 0.6rem;
    background: transparent;
    color: var(--c-primary, #ffd23b);
    border: none;
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    text-decoration: underline;
    text-underline-offset: 2px;
}

._spinner_17opn_195 {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: _loginSpin_17opn_1 700ms linear infinite;
}

@keyframes _loginSpin_17opn_1 {
    to { transform: rotate(360deg); }
}

._error_17opn_209 {
    margin-top: 1rem;
    color: #ff6464;
    font-size: 0.9rem;
}

._hint_17opn_215 {
    margin-top: 2rem;
    text-align: center;
    opacity: 0.7;
    font-size: 0.9rem;
}

._hint_17opn_215 a {
    color: var(--c-primary, #ffd23b);
}

._hint_17opn_215 a:hover { text-decoration: underline; }
._sectionTitleAccent_szkbi_1 {
  color: var(--c-primary);
  margin: 0 0 1rem;
}

._grid_szkbi_6 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

._card_szkbi_15 {
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

._avatar_szkbi_23 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

._avatarFallback_szkbi_31 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 210, 59, 0.15);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  flex-shrink: 0;
}

._info_szkbi_46 {
  min-width: 0;
}

._role_szkbi_50 {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-primary);
  margin: 0 0 0.35rem;
  font-weight: 700;
}

._name_szkbi_60 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
  word-break: break-word;
}
._card_12tmw_1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    margin: 1rem auto;
    max-width: 720px;
    background: rgba(255, 210, 59, 0.06);
    border: 1px solid rgba(255, 210, 59, 0.25);
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}
._card_12tmw_1:hover {
    background: rgba(255, 210, 59, 0.1);
    border-color: rgba(255, 210, 59, 0.4);
}

._icon_12tmw_20 {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.06);
}

._iconFallback_12tmw_28 {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 210, 59, 0.18);
    color: var(--c-primary, #ffd23b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

._body_12tmw_41 {
    flex: 1;
    min-width: 0;
}

._label_12tmw_46 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
}

._versus_12tmw_53 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.1rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

._opponent_12tmw_61 {
    color: var(--c-primary, #ffd23b);
}

._countdown_12tmw_65 {
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--c-primary, #ffd23b);
    text-align: right;
    white-space: nowrap;
}

._arrow_12tmw_74 {
    opacity: 0.6;
    margin-left: 0.4rem;
}

@media (max-width: 540px) {
    ._card_12tmw_1 { padding: 0.8rem 1rem; gap: 0.8rem; }
    ._icon_12tmw_20, ._iconFallback_12tmw_28 { width: 32px; height: 32px; }
    ._versus_12tmw_53 { font-size: 1rem; }
    ._countdown_12tmw_65 { font-size: 1.1rem; }
    ._arrow_12tmw_74 { display: none; }
}
._card_1timn_1 {
    background: var(--glass-bg);
    border: var(--glass-border);
    border-radius: 8px;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}

._card_1timn_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--game-color, transparent);
    transition: background 0.2s;
}

._cardCancelled_1timn_24 {
    opacity: 0.55;
}

._cardCompleted_1timn_28::before {
    background: rgba(67, 181, 129, 0.55);
}

._cardLink_1timn_32 {
    display: block;
    padding: 1rem 1.4rem 1rem 1.6rem;
    color: inherit;
    text-decoration: none;
}

a._cardLink_1timn_32:hover {
    background: rgba(255, 255, 255, 0.02);
}

._gameStrip_1timn_43 {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: -1rem -1.4rem 0.7rem -1.6rem;
    padding: 0.35rem 1rem 0.35rem 1.6rem;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--game-color, var(--c-surface-strong)) 70%, transparent),
        color-mix(in srgb, var(--game-color, var(--c-surface-strong)) 12%, transparent)
    );
    border-bottom: 1px solid var(--c-border-subtle);
}

._gameStripIcon_1timn_57 {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

._gameStripIconFallback_1timn_64 {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

._gameStripName_1timn_79 {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    line-height: 1;
}

._header_1timn_90 {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.85;
}

._dateTime_1timn_101 { font-weight: 600; }

._durationBadge_1timn_103,
._completedBadge_1timn_104 {
    background: var(--c-surface-strong);
    color: rgba(255, 255, 255, 0.75);
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    font-weight: 600;
}

._completedBadge_1timn_104 {
    background: rgba(67, 181, 129, 0.18);
    color: #6ad79f;
}

._cancelBadge_1timn_117 {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 600;
    text-decoration: line-through;
}

._rsvpBadge_1timn_123 {
    margin-left: auto;
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.7rem;
}

._rsvp_yes_1timn_131 { background: rgba(67, 181, 129, 0.22); color: #6ad79f; }
._rsvp_maybe_1timn_132 { background: rgba(255, 210, 59, 0.22); color: var(--c-primary, #ffd23b); }
._rsvp_no_1timn_133 { background: rgba(255, 80, 80, 0.2); color: #ff7a7a; }

._title_1timn_135 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0.7rem 0 0.4rem;
    text-transform: none;
    letter-spacing: 0;
}

._metaRow_1timn_144 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    font-size: 0.85rem;
    opacity: 0.85;
}

._metaItem_1timn_152 {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

._focusText_1timn_158 {
    margin: 0.6rem 0 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    border-top: 1px solid var(--c-border-subtle);
    padding-top: 0.6rem;
}

/* Compact variant — used in Dashboard / TeamPage */
._compact_1timn_168 ._cardLink_1timn_32 {
    padding: 0.7rem 1rem 0.7rem 1.2rem;
}

._compact_1timn_168 ._gameStrip_1timn_43 {
    margin: -0.7rem -1rem 0.5rem -1.2rem;
    padding: 0.28rem 0.8rem 0.28rem 1.2rem;
    gap: 0.45rem;
}

._compact_1timn_168 ._gameStripIcon_1timn_57,
._compact_1timn_168 ._gameStripIconFallback_1timn_64 {
    width: 16px;
    height: 16px;
}

._compact_1timn_168 ._gameStripName_1timn_79 {
    font-size: 0.7rem;
}

._compact_1timn_168 ._header_1timn_90 {
    font-size: 0.68rem;
}

._compact_1timn_168 ._title_1timn_135 {
    font-size: 1rem;
    margin: 0.5rem 0 0.3rem;
}

._compact_1timn_168 ._metaRow_1timn_144 {
    font-size: 0.78rem;
}

._compact_1timn_168 ._focusText_1timn_158 {
    display: none;
}
/* ---- Welcome card ---- */

._welcomeCard_1uq14_3 {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.3rem 1.5rem;
    background:
        linear-gradient(
            135deg,
            rgba(255, 210, 59, 0.08),
            rgba(255, 255, 255, 0.03) 70%
        ),
        var(--c-surface);
    border: 1px solid rgba(255, 210, 59, 0.18);
    border-radius: 12px;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    margin-bottom: 1.5rem;
}

._welcomeAvatar_1uq14_22,
._welcomeAvatarFallback_1uq14_23 {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

._welcomeAvatarFallback_1uq14_23 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 210, 59, 0.18);
    color: var(--c-primary, #ffd23b);
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 2.4rem;
    font-weight: 600;
}

._welcomeBody_1uq14_42 {
    flex: 1;
    min-width: 0;
}

._welcomeTopRow_1uq14_47 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
}

._welcomeTopLeft_1uq14_55 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}


._discordTag_1uq14_63 {
    color: #7289da;
    background: rgba(114, 137, 218, 0.12);
    border: 1px solid rgba(114, 137, 218, 0.3);
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
}

._pendingPill_1uq14_73 {
    background: rgba(255, 159, 64, 0.14);
    color: #ffb968;
    border: 1px solid rgba(255, 159, 64, 0.3);
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

._memberSinceLine_1uq14_85 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.6rem;
    padding: 0.35rem 0.8rem;
    background: rgba(67, 181, 129, 0.1);
    border: 1px solid rgba(67, 181, 129, 0.28);
    border-radius: 6px;
    font-size: 0.9rem;
    color: #b8efd1;
}

._memberSinceLine_1uq14_85 strong {
    color: #6ad79f;
    font-weight: 700;
}

._memberSinceIcon_1uq14_103 {
    color: var(--c-primary, #ffd23b);
    font-size: 1rem;
    line-height: 1;
}

@media (max-width: 540px) {
    ._welcomeCard_1uq14_3 {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.1rem 1.2rem;
    }
}

/* ---- Stat cards (inside welcome card) ---- */

._statsRow_1uq14_119 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-top: 0.6rem;
}

._statCard_1uq14_126 {
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-decoration: none;
    color: inherit;
    transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

._statCard_1uq14_126:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 210, 59, 0.45);
    transform: translateY(-2px);
}

._statCardHot_1uq14_145 {
    background: rgba(255, 210, 59, 0.10);
    border-color: rgba(255, 210, 59, 0.35);
}
._statCardHot_1uq14_145:hover {
    background: rgba(255, 210, 59, 0.15);
    border-color: rgba(255, 210, 59, 0.6);
}

._statVal_1uq14_154 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: var(--c-primary, #ffd23b);
}

._statLabel_1uq14_162 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.65;
}

/* ---- Section title (reused below feed/teams/quick) ---- */

._sectionTitle_1uq14_171 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--c-primary, #ffd23b);
    margin: 0 0 1rem;
}

/* ---- Activity feed ---- */

._feed_1uq14_182 {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

._feedItem_1uq14_189 {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 1.1rem;
    background: var(--c-surface);
    border: 1px solid var(--c-border-subtle);
    border-radius: 8px;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    color: inherit;
    text-decoration: none;
    transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

._feedItem_1uq14_189:hover {
    background: rgba(255, 255, 255, 0.07);
}

._feedItemHot_1uq14_208 {
    background:
        linear-gradient(135deg, rgba(255, 210, 59, 0.10), rgba(255, 210, 59, 0.03) 70%),
        var(--c-surface);
    border-color: rgba(255, 210, 59, 0.3);
}
._feedItemHot_1uq14_208:hover {
    background: rgba(255, 210, 59, 0.12);
    border-color: rgba(255, 210, 59, 0.5);
}

._feedIcon_1uq14_219 {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 1.2rem;
}

._feedItemHot_1uq14_208 ._feedIcon_1uq14_219 {
    background: rgba(255, 210, 59, 0.18);
}

._feedBody_1uq14_235 {
    flex: 1;
    min-width: 0;
}

._feedLabel_1uq14_240 {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.65;
}

._feedTitle_1uq14_247 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: 0.1rem;
}

._feedSub_1uq14_256 {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 0.15rem;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

._feedArrow_1uq14_267 {
    opacity: 0.5;
    flex-shrink: 0;
    transition: opacity 140ms ease, transform 140ms ease;
}
._feedItem_1uq14_189:hover ._feedArrow_1uq14_267 {
    opacity: 1;
    transform: translate(2px, -2px);
}

/* ---- My teams grid ---- */

._teamGrid_1uq14_279 {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

._teamCard_1uq14_288 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    background: var(--c-surface);
    border: 1px solid var(--c-border-subtle);
    border-radius: 8px;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    color: inherit;
    text-decoration: none;
    transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

._teamCard_1uq14_288:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: var(--c-primary, #ffd23b);
    transform: translateY(-1px);
}

._teamLogo_1uq14_309 {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

._teamLogoFallback_1uq14_316 {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading, "Khand", sans-serif);
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.1rem;
    flex-shrink: 0;
}

._teamCardBody_1uq14_330 {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

._teamName_1uq14_338 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.1;
}

._teamRolePill_1uq14_346 {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

._teamRole_captain_1uq14_357 {
    background: rgba(255, 210, 59, 0.18);
    color: var(--c-primary, #ffd23b);
}

._teamRole_player_1uq14_362 {
    background: rgba(67, 181, 129, 0.18);
    color: #6ad79f;
}

._teamRole_sub_1uq14_367 {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

._teamArrow_1uq14_372 {
    opacity: 0.5;
    flex-shrink: 0;
    transition: opacity 140ms ease, transform 140ms ease;
}
._teamCard_1uq14_288:hover ._teamArrow_1uq14_372 {
    opacity: 1;
    transform: translate(2px, -2px);
}

/* ---- Quick access tiles ---- */

._quickAccess_1uq14_384 {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

._quickTile_1uq14_390 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.1rem 1rem;
    background: var(--c-surface);
    border: 1px solid var(--c-border-subtle);
    border-radius: 10px;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    color: inherit;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

._quickTile_1uq14_390:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: var(--c-primary, #ffd23b);
    transform: translateY(-2px);
}

._quickIcon_1uq14_417 {
    font-size: 1.6rem;
    line-height: 1;
}

._quickTileVorstand_1uq14_422 {
    background:
        linear-gradient(135deg, rgba(255, 210, 59, 0.10), rgba(255, 210, 59, 0.03) 70%),
        var(--c-surface);
    border-color: rgba(255, 210, 59, 0.3);
}
._quickTileVorstand_1uq14_422:hover {
    background: rgba(255, 210, 59, 0.14);
    border-color: rgba(255, 210, 59, 0.5);
}

/* === Verfügbarkeits-Nudge === */
._availabilityNudge_1uq14_434 {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1.25rem;
    margin: 1rem 0;
    background: var(--c-primary-soft);
    border: 1px solid var(--c-primary-strong);
    border-radius: var(--radius-sm);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    color: inherit;
    text-decoration: none;
    transition: background 140ms ease, transform 140ms ease;
}

._availabilityNudge_1uq14_434:hover {
    background: rgba(255, 210, 59, 0.22);
    transform: translateY(-1px);
}

._availabilityNudgeIcon_1uq14_455 {
    font-size: 1.4rem;
    line-height: 1;
}

._availabilityNudgeTitle_1uq14_460 {
    font-weight: 700;
    color: var(--c-white);
    font-size: 0.95rem;
}

._availabilityNudgeSub_1uq14_466 {
    color: var(--c-muted);
    font-size: 0.82rem;
    margin-top: 2px;
}

._availabilityNudgeArrow_1uq14_472 {
    margin-left: auto;
    color: var(--c-primary);
    flex-shrink: 0;
}
._card_1gi6g_1 {
    background: var(--glass-bg);
    border: var(--glass-border);
    border-radius: var(--glass-radius, 12px);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
    overflow: hidden;
    position: relative;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

._card_1gi6g_1:hover,
._card_1gi6g_1:focus-within {
    border-color: color-mix(in srgb, var(--game-color, var(--c-primary)) 60%, transparent);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.55),
        0 0 0 1px color-mix(in srgb, var(--game-color, var(--c-primary)) 35%, transparent);
}

/* Header strip: Game-Banner-Pattern (siehe CLAUDE.md §5) */
._header_1gi6g_22 {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1.3rem;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--game-color, var(--c-primary)) 70%, transparent),
        color-mix(in srgb, var(--game-color, var(--c-primary)) 12%, transparent) 60%,
        transparent
    );
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

._icon_1gi6g_36 {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

._iconFallback_1gi6g_45 {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

._gameName_1gi6g_60 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    margin: 0;
}

._body_1gi6g_70 {
    padding: 1.3rem 1.4rem 2.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

/* Subsection (Account / Rollen) */
._subsection_1gi6g_78 {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

._subHeader_1gi6g_84 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    flex-wrap: wrap;
}

._subTitle_1gi6g_92 {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
    margin: 0;
}

._pillPublic_1gi6g_101 {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: var(--c-primary-soft);
    color: var(--c-primary);
    border: 1px solid var(--c-primary-strong);
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
}

._pillInternal_1gi6g_113 {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
}

/* Inputs */
._input_1gi6g_126,
._select_1gi6g_127 {
    width: 100%;
    padding: 0.65rem 0.85rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: inherit;
    font: inherit;
    font-family: inherit;
}

._input_1gi6g_126:focus,
._select_1gi6g_127:focus {
    outline: none;
    border-color: var(--c-primary, #ffd23b);
    background: rgba(255, 255, 255, 0.1);
}

._hint_1gi6g_145 {
    font-size: 0.78rem;
    opacity: 0.65;
    line-height: 1.5;
    margin: 0;
}

._error_1gi6g_152 {
    color: #ff6464;
    font-size: 0.88rem;
    margin: 0;
}

/* Account row — header + inputs/verified info all on one line */
._accountRow_1gi6g_159 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

._verifyInline_1gi6g_166 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    flex-wrap: wrap;
}

._inputFlex_1gi6g_175 {
    flex: 1;
    min-width: 120px;
}

._selectCompact_1gi6g_180 {
    width: 80px;
    flex-shrink: 0;
}

._verifiedInfo_1gi6g_185 {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    flex-wrap: wrap;
}

._actionsEnd_1gi6g_194 {
    margin-left: auto;
}

._verifiedId_1gi6g_198 {
    font-weight: 600;
    word-break: break-all;
}

._verifiedMeta_1gi6g_203 {
    font-size: 0.75rem;
    opacity: 0.65;
}

/* Rollen-Pair */
._rolePair_1gi6g_209 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}

@media (max-width: 540px) {
    ._rolePair_1gi6g_209 {
        grid-template-columns: 1fr;
    }
}

/* Buttons row */
._actions_1gi6g_194 {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    align-items: center;
}

/* Dirty indicator — absolutely positioned at card bottom, no layout impact */
._dirtyBar_1gi6g_230 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 1.4rem;
    background: color-mix(in srgb, var(--game-color, var(--c-primary)) 18%, rgba(30, 35, 38, 0.92));
    border-top: 1px solid color-mix(in srgb, var(--game-color, var(--c-primary)) 40%, transparent);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: _dirtyBarIn_1gi6g_1 180ms ease-out;
}

._dirtyBarDot_1gi6g_246 {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--game-color, var(--c-primary));
    box-shadow: 0 0 6px var(--game-color, var(--c-primary));
    flex-shrink: 0;
}

._dirtyBarLabel_1gi6g_255 {
    flex: 1;
    font-size: 0.82rem;
    opacity: 0.85;
}

._dirtyBarError_1gi6g_261 {
    flex: 1;
    font-size: 0.82rem;
    color: #ff6464;
}

@keyframes _dirtyBarIn_1gi6g_1 {
    from { opacity: 0; transform: translateY(100%); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    ._dirtyBar_1gi6g_230 { animation: none; }
}

._unlinkBtn_1gi6g_276 {
    padding: 0.5rem 0.95rem;
    background: rgba(255, 80, 80, 0.12);
    color: #ff7a7a;
    border: 1px solid rgba(255, 80, 80, 0.35);
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    transition: background 140ms ease;
}

._unlinkBtn_1gi6g_276:hover:not(:disabled) {
    background: rgba(255, 80, 80, 0.2);
}

._unlinkBtn_1gi6g_276:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
._card_2duet_1 {
    padding: 1.4rem 1.6rem;
    background: var(--glass-bg, rgba(255, 255, 255, 0.04));
    border: var(--glass-border, 1px solid rgba(255, 255, 255, 0.1));
    border-radius: var(--glass-radius, 12px);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
}

._title_2duet_11 {
    margin: 0 0 1rem;
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--c-primary, #ffd23b);
}

._empty_2duet_20 {
    margin: 0;
    opacity: 0.65;
    font-size: 0.9rem;
}

._headline_2duet_26 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
._headlineMain_2duet_36 {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}
._headlineNum_2duet_41 {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
._headlineLabel_2duet_48 {
    font-size: 0.85rem;
    opacity: 0.75;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
._headlineSplit_2duet_54 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
}
._win_2duet_60 { color: #43b581; font-weight: 600; }
._loss_2duet_61 { color: #ff7a7a; font-weight: 600; }
._placement_2duet_62 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: #fff;
}
._winRate_2duet_67 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: var(--c-primary, #ffd23b);
    margin-left: 0.4rem;
}

._statsGrid_2duet_74 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.6rem;
    margin-bottom: 1.2rem;
}
._statCell_2duet_80 {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.6rem 0.8rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    text-align: center;
}
._statLabel_2duet_89 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.6;
}
._statValue_2duet_95 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: #fff;
}

._topBlock_2duet_101 { margin-top: 1rem; }
._topTitle_2duet_102 {
    margin: 0 0 0.6rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;
    font-family: var(--font-heading);
}
._topList_2duet_110 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
._topItem_2duet_118 {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 0.75rem;
    background: var(--glass-bg, rgba(255, 255, 255, 0.05));
    border: var(--glass-border, 1px solid rgba(255, 255, 255, 0.1));
    border-radius: 8px;
    backdrop-filter: var(--glass-blur, blur(10px));
    -webkit-backdrop-filter: var(--glass-blur, blur(10px));
    overflow: hidden;
}
._topItem_2duet_118::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--wr, 0%);
    background: linear-gradient(90deg, rgba(255, 210, 59, 0.18), rgba(255, 210, 59, 0.04));
    pointer-events: none;
    z-index: 0;
}
._topItem_2duet_118 > * {
    position: relative;
    z-index: 1;
}
._topIcon_2duet_145 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}
._topIconFallback_2duet_153 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.78rem;
    flex-shrink: 0;
}
._topBody_2duet_166 {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}
._topName_2duet_172 {
    font-weight: 600;
    font-size: 0.92rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
._topMeta_2duet_179 {
    font-size: 0.75rem;
    opacity: 0.65;
    font-variant-numeric: tabular-nums;
}
._topTrailing_2duet_184 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
    font-variant-numeric: tabular-nums;
}
._topWr_2duet_191 {
    font-family: var(--font-heading);
    font-size: 1rem;
    color: #fff;
}
._topWrSub_2duet_196 {
    font-size: 0.7rem;
    opacity: 0.55;
    letter-spacing: 0.04em;
}
._card_hcify_1 {
    background: var(--glass-bg);
    border: var(--glass-border);
    border-radius: var(--glass-radius, 12px);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
    padding: 1.4rem 1.6rem;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

._card_hcify_1:hover {
    border-color: rgba(255, 210, 59, 0.65);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 210, 59, 0.25);
}

._cardDanger_hcify_19:hover {
    border-color: rgba(255, 80, 80, 0.55);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 80, 80, 0.2);
}

._identityCard_hcify_26 {
    border-color: rgba(255, 210, 59, 0.38);
    position: relative;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

._identityCard_hcify_26:hover {
    border-color: rgba(255, 210, 59, 0.65);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 210, 59, 0.25);
}

._dirtyBar_hcify_40 {
    margin: 0.8rem -1.6rem -1.4rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 1.6rem;
    background: color-mix(in srgb, var(--c-primary, #ffd23b) 14%, rgba(30, 35, 38, 0.92));
    border-top: 1px solid rgba(255, 210, 59, 0.38);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: _dirtyBarIn_hcify_1 180ms ease-out;
}

._dirtyBarDot_hcify_53 {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--c-primary, #ffd23b);
    box-shadow: 0 0 6px var(--c-primary, #ffd23b);
    flex-shrink: 0;
}

._dirtyBarLabel_hcify_62 {
    flex: 1;
    font-size: 0.82rem;
    opacity: 0.85;
}

._dirtyBarError_hcify_68 {
    flex: 1;
    font-size: 0.82rem;
    color: #ff6464;
}

@keyframes _dirtyBarIn_hcify_1 {
    from { opacity: 0; transform: translateY(100%); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    ._dirtyBar_hcify_40 { animation: none; }
}

._cardDanger_hcify_19 {
    border: 1px solid rgba(255, 80, 80, 0.35);
}

._cardBody_hcify_87 {
    opacity: 0.85;
    margin: 0 0 1.2rem;
    line-height: 1.55;
}

/* Danger pill button — mirrors .btnPrimary shape but in red */
._btnDanger_hcify_94 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 12px 22px;
    background: rgba(255, 80, 80, 0.15);
    color: #ff7a7a;
    border: 1px solid rgba(255, 80, 80, 0.4);
    border-radius: 999px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease, border-color 140ms ease;
}

._btnDanger_hcify_94:hover:not(:disabled) {
    transform: translateY(-2px);
    background: rgba(255, 80, 80, 0.25);
    border-color: rgba(255, 80, 80, 0.6);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35), 0 0 20px rgba(255, 80, 80, 0.3);
}

._btnDanger_hcify_94:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Delete confirm form */
._deleteForm_hcify_126 {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.1rem 1.3rem;
    background: rgba(255, 80, 80, 0.06);
    border: 1px solid rgba(255, 80, 80, 0.25);
    border-radius: var(--radius-sm, 14px);
}

._deleteWarning_hcify_136 {
    color: #ff7a7a;
}

._deleteHint_hcify_140 {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.85;
}

._deleteInput_hcify_146 {
    padding: 0.7rem 0.9rem;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: inherit;
    font-family: ui-monospace, Menlo, monospace;
    letter-spacing: 0.1em;
}

._deleteInput_hcify_146:focus {
    outline: none;
    border-color: rgba(255, 80, 80, 0.5);
    background: rgba(255, 255, 255, 0.09);
}

._deleteError_hcify_163 {
    margin: 0;
    color: #ff7a7a;
    font-size: 0.88rem;
    padding: 0.5rem 0.8rem;
    background: rgba(255, 80, 80, 0.08);
    border-radius: 6px;
}

._deleteActions_hcify_172 {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

._cardTitle_hcify_178 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--c-primary, #ffd23b);
    margin: 0 0 1rem;
}

._cardTitleDanger_hcify_187 {
    color: #ff7a7a;
}

/* ---- Profile card: 2-col grid (avatar | form) ---- */

._profileGrid_hcify_193 {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 2rem;
    align-items: start;
}

@media (max-width: 600px) {
    ._profileGrid_hcify_193 {
        grid-template-columns: 1fr;
    }
}

._avatarCol_hcify_206 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

/* ---- Meta strip below the profile grid ---- */

._metaStrip_hcify_215 {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

._metaItem_hcify_225 {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    word-break: break-all;
}

._metaItem_hcify_225 strong {
    font-weight: 700;
    opacity: 0.55;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.68rem;
}

._metaItem_hcify_225:not(strong) {
    font-size: 0.82rem;
    opacity: 0.9;
}

/* ---- Avatar ---- */

._avatar_hcify_206 {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

._avatarPlaceholder_hcify_255 {
    background: rgba(255, 210, 59, 0.15);
    color: var(--c-primary, #ffd23b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 700;
}

._uploadBtn_hcify_266 {
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: border-color 0.2s;
}

._uploadBtn_hcify_266:hover {
    border-color: var(--c-primary, #ffd23b);
}

/* ---- Form ---- */

._form_hcify_282 {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

._field_hcify_288 {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

._label_hcify_294 {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.85;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

._publicTag_hcify_305 {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: var(--c-primary-soft);
    color: var(--c-primary);
    border: 1px solid var(--c-primary-strong);
    padding: 0.05rem 0.45rem;
    border-radius: 999px;
}

._hint_hcify_317 {
    font-size: 0.78rem;
    opacity: 0.7;
    line-height: 1.5;
    margin-top: 0.15rem;
}

._hint_hcify_317 a {
    color: var(--c-primary);
    text-decoration: underline;
}

._field_hcify_288 input,
._field_hcify_288 textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: inherit;
    font: inherit;
    font-family: inherit;
}

._field_hcify_288 textarea {
    resize: vertical;
    min-height: 5.5rem;
    max-height: 11rem;
}

._field_hcify_288 input:focus,
._field_hcify_288 textarea:focus {
    outline: none;
    border-color: var(--c-primary, #ffd23b);
    background: rgba(255, 255, 255, 0.1);
}

._consent_hcify_354 {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    cursor: pointer;
    line-height: 1.4;
}

._consent_hcify_354 input {
    margin-top: 0.2rem;
    width: 18px;
    height: 18px;
    accent-color: var(--c-primary, #ffd23b);
    flex-shrink: 0;
}

._success_hcify_370 { color: #43b581; font-size: 0.95rem; }
._error_hcify_371 { color: #ff6464; font-size: 0.95rem; }

/* ---- 2FA active badge ---- */

._mfaActive_hcify_375 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.1rem;
    background: rgba(67, 181, 129, 0.1);
    border: 1px solid rgba(67, 181, 129, 0.28);
    border-radius: var(--radius-sm, 14px);
}

._mfaActiveBody_hcify_385 {
    flex: 1;
}

._mfaActiveText_hcify_389 {
    margin: 0.25rem 0 0;
    opacity: 0.8;
    font-size: 0.88rem;
}

/* ---- Modal overlay ---- */

._modalOverlay_hcify_397 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

._modal_hcify_397 {
    background:
        linear-gradient(135deg, rgba(255, 210, 59, 0.07) 0%, transparent 60%),
        var(--glass-bg);
    border: 1px solid var(--c-primary-strong);
    border-radius: var(--glass-radius, 12px);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
    padding: 1.6rem 1.8rem;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

._modalTitle_hcify_427 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--c-primary, #ffd23b);
    margin: 0;
}

._modalTitleDanger_hcify_436 {
    color: #ff7a7a;
}

/* ---- 2FA form elements (used inside modal) ---- */

._mfaQrSection_hcify_442 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    text-align: center;
}

._mfaQr_hcify_442 {
    background: #fff;
    padding: 0.4rem;
    border-radius: 4px;
    flex-shrink: 0;
}

._mfaSecretLabel_hcify_457 {
    margin: 0;
    font-size: 0.82rem;
    opacity: 0.7;
}

._mfaSecret_hcify_457 {
    display: block;
    width: 100%;
    padding: 0.5rem 0.8rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-family: ui-monospace, Menlo, monospace;
    font-size: 0.82rem;
    word-break: break-all;
    text-align: center;
    box-sizing: border-box;
}

._mfaForm_hcify_477 {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

._mfaModalActions_hcify_483 {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

._mfaCodeLabel_hcify_490 {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.8;
}

._mfaCodeInput_hcify_500 {
    padding: 0.7rem 0.9rem;
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: inherit;
    font-family: ui-monospace, Menlo, monospace;
    width: 100%;
}

._mfaCodeInput_hcify_500:focus {
    outline: none;
    border-color: var(--c-primary, #ffd23b);
    background: rgba(255, 255, 255, 0.1);
}

/* ---- Settings row: security + delete side by side ---- */

._settingsRow_hcify_521 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}

._settingsRow_hcify_521 ._card_hcify_1 {
    display: flex;
    flex-direction: column;
}

._settingsRow_hcify_521 ._cardBody_hcify_87 {
    flex: 1;
}

@media (max-width: 640px) {
    ._settingsRow_hcify_521 {
        grid-template-columns: 1fr;
    }
}

/* ---- Games section ---- */

._sectionHeading_hcify_544 {
    font-family: var(--font-heading, "Khand", sans-serif);
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--c-primary, #ffd23b);
    margin: 0;
}

._gamesSection_hcify_553 {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding-top: 0.8rem;
}

._verwaltungSection_hcify_560 {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding-top: 0.8rem;
}

._gamesGrid_hcify_567 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    gap: 1rem;
    align-items: start;
}
._notice_1uyad_1 {
    padding: 1rem 1.2rem;
    background: rgba(255, 210, 59, 0.08);
    border: 1px solid rgba(255, 210, 59, 0.25);
    border-radius: 4px;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    margin-bottom: 2rem;
}

._notice_1uyad_1 a { color: var(--c-primary, #ffd23b); text-decoration: underline; }

._filterPanel_1uyad_13 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 2rem;
    padding: 14px 16px;
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: var(--card-radius);
    backdrop-filter: var(--card-blur);
    -webkit-backdrop-filter: var(--card-blur);
    box-shadow: var(--card-shadow);
}

._filterRow_1uyad_27 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

._filterLabel_1uyad_34 {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.55;
}

._filterDivider_1uyad_41 {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

._roleDot_1uyad_46 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

._grid_1uyad_53 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

._card_1uyad_62 {
    background: var(--c-surface);
    border: 1px solid var(--c-border-subtle);
    border-radius: 6px;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    padding: 1.5rem;
    text-align: center;
    transition: border-color 180ms ease, box-shadow 180ms ease;
    cursor: pointer;
}

._card_1uyad_62:hover {
    border-color: var(--hover-color, rgba(255, 255, 255, 0.18));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px var(--hover-glow, rgba(255, 255, 255, 0.07));
}

._avatar_1uyad_79 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    display: block;
}

._avatarPlaceholder_1uyad_88 {
    background: rgba(255, 210, 59, 0.15);
    color: var(--c-primary, #ffd23b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
}

._name_1uyad_99 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    margin: 0 0 0.3rem;
}

._role_1uyad_46 {
    margin: 0 0 0.4rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.6;
}

._badgeRow_1uyad_113 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
    margin: 0 0 0.6rem;
}

._discord_1uyad_121 {
    margin: 0 0 0.6rem;
    font-size: 0.9rem;
    color: var(--c-primary, #ffd23b);
}

._bio_1uyad_127 {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.8;
    line-height: 1.5;
}

/* ---- Member modal ---- */

._modalOverlay_1uyad_136 {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

._modal_1uyad_136 {
    position: relative;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--modal-color, var(--c-primary-strong)) 30%, transparent) 0%, transparent 60%),
        rgba(38, 45, 50, 0.82);
    border: 1px solid var(--modal-color, var(--c-primary-strong));
    border-radius: var(--glass-radius, 12px);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    box-shadow: var(--glass-shadow);
    padding: 1.8rem 2rem;
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

._modalClose_1uyad_164 {
    position: absolute;
    top: 0.8rem;
    right: 0.9rem;
    background: none;
    border: none;
    color: inherit;
    opacity: 0.5;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
    line-height: 1;
    transition: opacity 140ms ease;
}

._modalClose_1uyad_164:hover {
    opacity: 1;
}

._modalHeader_1uyad_183 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-align: center;
}

._modalAvatar_1uyad_191 {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0.4rem;
}

._modalName_1uyad_200 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
}

._modalDiscord_1uyad_208 {
    font-size: 0.9rem;
    color: var(--c-primary, #ffd23b);
    margin: 0;
}

._modalBio_1uyad_214 {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.82;
    margin: 0;
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

._modalSection_1uyad_225 {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

._modalSectionLabel_1uyad_233 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.5;
    margin: 0;
}

._modalTeams_1uyad_242 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

._modalTeamLink_1uyad_251 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: inherit;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 140ms ease;
}

._modalTeamLink_1uyad_251:hover { opacity: 1; text-decoration: underline; }

._modalTeamCaptain_1uyad_265 {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(255, 179, 100, 0.15);
    color: #ffb364;
    border: 1px solid rgba(255, 179, 100, 0.35);
    padding: 0.05rem 0.5rem;
    border-radius: 999px;
    flex-shrink: 0;
}

._modalGames_1uyad_278 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

._modalGameRow_1uyad_287 {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.88rem;
}

._modalGameName_1uyad_295 {
    opacity: 0.9;
}

._gameRoles_1uyad_299 {
    list-style: none;
    margin: 0.9rem 0 0;
    padding: 0.7rem 0 0;
    border-top: 1px solid var(--c-border-subtle, rgba(255, 255, 255, 0.1));
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-align: left;
}

._gameRoleRow_1uyad_310 {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.78rem;
}

._gameIcon_1uyad_318 {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    object-fit: contain;
}

._gameIconFallback_1uyad_325 {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: rgba(255, 210, 59, 0.12);
    color: var(--c-primary, #ffd23b);
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

._gameName_1uyad_338 {
    opacity: 0.85;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._gameRoleText_1uyad_345 {
    opacity: 0.7;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
._wrap_1rb2c_1 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    color: #f5f5f5;
    background-color: var(--c-bg, #30383b);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

._wrap_1rb2c_1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(48, 56, 59, 0.72) 100%);
    pointer-events: none;
}

._card_1rb2c_23 {
    position: relative;
    z-index: 1;
    max-width: 560px;
    width: 100%;
    padding: 2rem;
    background: var(--glass-bg, rgba(255, 255, 255, 0.05));
    border: var(--glass-border, 1px solid rgba(255, 255, 255, 0.10));
    border-radius: var(--glass-radius, 12px);
    backdrop-filter: var(--glass-blur, blur(10px));
    -webkit-backdrop-filter: var(--glass-blur, blur(10px));
    box-shadow: var(--glass-shadow, 0 24px 80px rgba(0, 0, 0, 0.55));
    text-align: center;
}

._title_1rb2c_38 {
    margin: 0 0 0.6rem;
    font-family: var(--font-heading, inherit);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

._lead_1rb2c_46 {
    margin: 0 0 1.5rem;
    color: rgba(245, 245, 245, 0.78);
    font-size: 0.98rem;
    line-height: 1.5;
}

._actions_1rb2c_53 {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
}


._details_1rb2c_61 {
    margin-top: 1.4rem;
    text-align: left;
    font-size: 0.82rem;
    color: rgba(245, 245, 245, 0.55);
}

._details_1rb2c_61 summary {
    cursor: pointer;
    user-select: none;
}

._details_1rb2c_61 pre {
    margin: 0.5rem 0 0;
    padding: 0.6rem 0.8rem;
    overflow: auto;
    max-height: 200px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    font-size: 0.78rem;
    white-space: pre-wrap;
    word-break: break-word;
}
/* =========================================================
   Münster Esports — Global Design Tokens & Shared Utilities
   ========================================================= */

@font-face { font-family: "Khand"; src: url("/assets/Khand-Regular-g50U1t86.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Khand"; src: url("/assets/Khand-Medium-CweC3QnN.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Khand"; src: url("/assets/Khand-SemiBold-1FRUtbtW.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Khand"; src: url("/assets/Khand-Bold-DVw3iCHS.ttf") format("truetype"); font-weight: 700; font-display: swap; }

:root {
  --font-heading: "Khand", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  --font-body:    "Khand", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;

  /* core palette */
  --c-bg:         #30383b;
  --c-primary:    #ffd23b;
  --c-white:      #ffffff;
  --c-muted:      #d5dbdc;
  --c-muted2:     #606464;

  /* glass surface */
  --c-surface:        rgba(255,255,255,0.05);
  --c-surface-strong: rgba(255,255,255,0.08);
  --c-border-subtle:  rgba(255,255,255,0.10);
  --c-border-strong:  rgba(255,255,255,0.18);

  --glass-bg:     rgba(255,255,255,0.05);
  --glass-border: 1px solid rgba(255,255,255,0.10);
  --glass-blur:   blur(10px);
  --glass-shadow: 0 24px 80px rgba(0,0,0,0.55);
  --glass-radius: 12px;

  /* yellow accents */
  --c-primary-soft:   rgba(255,210,59,0.15);
  --c-primary-strong: rgba(255,210,59,0.40);

  /* state */
  --c-live:        #ff6464;
  --c-live-strong: #d8332f;
  --c-live-soft:   rgba(255,80,80,0.18);
  --c-success:     #6ad79f;
  --c-success-soft: rgba(67,181,129,0.18);
  --c-danger:      #ff7a7a;
  --c-stream:      #b794ff;
  --c-stream-soft: rgba(145,70,255,0.18);

  --shadow:    0 24px 80px rgba(0,0,0,0.55);
  --radius:    18px;
  --radius-sm: 14px;
  --container: 1120px;

  /* unified card surface */
  --card-bg:          rgba(255,255,255,0.05);
  --card-bg-hover:    rgba(255,255,255,0.08);
  --card-border:      1px solid rgba(255,255,255,0.10);
  --card-border-hover: 1px solid rgba(255,210,59,0.45);
  --card-radius:      12px;
  --card-blur:        blur(10px);
  --card-shadow:      0 16px 40px rgba(0,0,0,0.35);

  /* text opacity ramp */
  --c-text-primary:   rgba(255,255,255,0.85);
  --c-text-secondary: rgba(255,255,255,0.70);

  /* news card placeholder backgrounds */
  --news-placeholder-0: #4a3f2e;
  --news-placeholder-1: #3a3f4a;
  --news-placeholder-2: #3a4a3f;
  --news-placeholder-3: #3f3a4a;
  --news-placeholder-4: #4a3a3f;
  --news-placeholder-5: #3a4a4a;
}

/* =========================================================
   Reset
   ========================================================= */
* { box-sizing: border-box; }

html {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-white);
  font-family: var(--font-heading);
  font-weight: 500;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-height: 100vh;
  /* body bg transparent so .pageBg (z-index:-1) shows through */
  background: transparent;
  color: var(--c-white);
  font-family: var(--font-heading);
  font-weight: 500;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding-bottom: var(--save-bar-spacer, 0);
}

a { color: inherit; text-decoration: none; }
p { margin: 0; line-height: 1.65; }

h1, h2, h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* =========================================================
   Layout utilities
   ========================================================= */
.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.muted { color: rgba(213, 219, 220, 0.92); }

/* =========================================================
   Page background — fixed radial glow + parallax photo
   ========================================================= */
.pageBg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(1100px 500px at 15% 12%, rgba(255,210,59,0.22), transparent 60%),
    radial-gradient(900px 500px at 78% 12%, rgba(213,219,220,0.14), transparent 58%),
    var(--c-bg);
}

.pageBgImg {
  position: absolute;
  top: -30px; left: 0; right: 0; bottom: -30px;
  background-size: cover;
  background-position: center center;
  filter: saturate(1.05) contrast(1.06);
  will-change: transform;
}

.pageBgTint {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 520px at 65% 18%, rgba(255,210,59,0.08), transparent 75%),
    linear-gradient(180deg, rgba(48,56,59,0.30), rgba(48,56,59,0.55));
}

/* =========================================================
   Shared card chrome
   ========================================================= */
.card {
  border-radius: var(--card-radius);
  border: var(--card-border);
  background: var(--card-bg);
  backdrop-filter: var(--card-blur);
  -webkit-backdrop-filter: var(--card-blur);
  box-shadow: var(--card-shadow);
}

/* =========================================================
   Buttons
   ========================================================= */
.btnPrimary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--c-primary);
  color: var(--c-bg);
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease, border-color 140ms ease;
}
.btnPrimary:hover {
  transform: translateY(-2px);
  border-color: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.35), 0 0 20px rgba(255,210,59,0.45);
  filter: brightness(1.05);
}

.btnPrimarySm {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--c-primary);
  color: var(--c-bg);
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease, border-color 140ms ease;
}
.btnPrimarySm:hover {
  transform: translateY(-2px);
  border-color: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.35), 0 0 20px rgba(255,210,59,0.45);
  filter: brightness(1.05);
}

.btnGhost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.20);
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}
.btnGhost:hover {
  transform: translateY(-2px);
  border-color: rgba(255,210,59,0.45);
  background: rgba(255,255,255,0.08);
}

/* =========================================================
   Hover card — universal card hover treatment.
   Set --accent on the element for game/logo color, otherwise
   falls back to brand yellow.
   ========================================================= */
.hoverCard {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}
.hoverCard:hover {
  transform: translateY(-3px);
  background: var(--card-bg-hover) !important;
  border-color: color-mix(in srgb, var(--accent, var(--c-primary)) 70%, transparent) !important;
  box-shadow:
    0 18px 40px rgba(0,0,0,0.45),
    0 0 24px color-mix(in srgb, var(--accent, var(--c-primary)) 30%, transparent);
}
.hoverCard, .hoverCard a { color: inherit; text-decoration: none; }

/* =========================================================
   Filter / chip buttons
   ========================================================= */
.filterBtn {
  padding: 8px 16px;
  background: var(--card-bg);
  border: var(--card-border);
  color: rgba(255,255,255,0.85);
  font: inherit;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  border-radius: 6px;
  cursor: pointer;
  transition:
    transform 140ms ease,
    background 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}
.filterBtn:hover {
  transform: translateY(-1px);
  background: var(--card-bg-hover);
  border-color: rgba(255,210,59,0.45);
  color: #ffffff;
  box-shadow: 0 0 14px rgba(255,210,59,0.25);
}
.filterBtn[aria-pressed="true"],
.filterBtn.is-active {
  background: var(--c-primary);
  color: #1f2629;
  border-color: var(--c-primary);
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(255,210,59,0.30);
}
.filterBtn[aria-pressed="true"]:hover,
.filterBtn.is-active:hover {
  background: var(--c-primary);
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.chipBtn {
  padding: 7px 14px;
  background: var(--card-bg);
  border: var(--card-border);
  color: rgba(255,255,255,0.85);
  font: inherit;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  transition:
    transform 140ms ease,
    background 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}
.chipBtn:hover {
  transform: translateY(-1px);
  background: var(--card-bg-hover);
  border-color: color-mix(in srgb, var(--accent, var(--c-primary)) 60%, transparent);
  color: #ffffff;
  box-shadow: 0 0 12px color-mix(in srgb, var(--accent, var(--c-primary)) 30%, transparent);
}
.chipBtn[aria-pressed="true"],
.chipBtn.is-active {
  background: color-mix(in srgb, var(--accent, var(--c-primary)) 18%, transparent);
  border-color: var(--accent, var(--c-primary));
  color: var(--accent, var(--c-primary));
  font-weight: 700;
}
.chipBtn[aria-pressed="true"]:hover,
.chipBtn.is-active:hover {
  background: color-mix(in srgb, var(--accent, var(--c-primary)) 26%, transparent);
}
.chipBtn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* =========================================================
   Section heading rhythm
   ========================================================= */
.kicker {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--c-primary);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.sectionTitle {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  text-wrap: balance;
}

.sectionHeader { margin-bottom: 28px; }
.sectionHeaderCenter { text-align: center; margin-bottom: 36px; }

/* =========================================================
   Keyframes
   ========================================================= */
@keyframes livePulseRing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,80,80,0); }
  50%       { box-shadow: 0 0 24px 0 rgba(255,80,80,0.25); }
}

@keyframes livePulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.85); }
}

@keyframes pendingPulse {
  0%, 100% { opacity: 0.4; }
  50%       { opacity: 1; }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(3px); }
}

/* =========================================================
   Live banderole — hover with child selector needs global scope
   ========================================================= */
.liveBanderole {
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), opacity 700ms ease 150ms, background 200ms ease, box-shadow 200ms ease;
}
.liveBanderole:hover {
  background:
    linear-gradient(180deg, rgba(255,80,80,0.32) 0%, rgba(255,80,80,0.16) 100%),
    rgba(40,15,15,0.78) !important;
  box-shadow:
    0 12px 30px rgba(0,0,0,0.35),
    inset 0 0 50px rgba(255,80,80,0.20) !important;
}
.liveBanderole .liveArrow {
  display: inline-block;
  transition: transform 180ms ease;
}
.liveBanderole:hover .liveArrow {
  transform: translateX(4px);
}

/* =========================================================
   Scroll-to-top — hover with nth-child needs global scope
   ========================================================= */
.scrollTop:hover span:last-child {
  border-color: rgba(255,210,59,0.35) !important;
  background: rgba(255,255,255,0.08) !important;
  box-shadow: 0 0 14px rgba(255,210,59,0.35);
}
.scrollTop:hover { color: #ffffff; }
@media (prefers-reduced-motion: reduce) {
  .scrollTop span:last-child { animation: none !important; }
  .chevron { animation: none !important; }
}
