:root {
  --bg: #08090b;
  --bg-soft: #0d0f13;
  --surface: #11141a;
  --surface-2: #151922;
  --line: rgba(232, 194, 91, .17);
  --line-strong: rgba(232, 194, 91, .48);
  --gold: #e8c25b;
  --gold-bright: #f6db83;
  --violet: #9d70d8;
  --text: #f1efe8;
  --muted: #8f929c;
  --display: 'Barlow Condensed', 'Rajdhani', sans-serif;
  --body: 'Manrope', 'Exo 2', sans-serif;
  --radius: 5px;
}

html { background: var(--bg); }
body {
  font-family: var(--body);
  color: var(--text);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 82% 7%, rgba(111, 58, 154, .11), transparent 28%),
    var(--bg);
  background-size: 72px 72px, 72px 72px, auto, auto;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 49.9%, rgba(232,194,91,.035) 50%, transparent 50.1%);
}

/* Header — compact control strip, not a floating SaaS navbar. */
.header {
  height: 72px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 9, 11, .9);
  backdrop-filter: blur(18px);
  box-shadow: none;
}
.header::after {
  display: none;
}
.header-inner { max-width: 1480px; height: 72px; padding: 0 34px; }
.logo { gap: 11px; }
.logo-icon { width: 38px; height: 38px; border-radius: 2px; transform: rotate(-2deg); }
.logo-text { gap: 0; }
.logo-title { font-family: var(--display); font-size: 14px; letter-spacing: .16em; }
.logo-sub { font: 600 8px/1 var(--body); letter-spacing: .32em; color: var(--muted); }
.nav { height: 100%; gap: 3px; }
.nav-link {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  color: #8f9096;
  font: 650 11px/1 var(--body);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-link::after { content: ''; position: absolute; inset: auto 18px 6px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--text); background: transparent; border: 0; box-shadow: none; }
.nav-link.active::after { transform: scaleX(1); }
.header-actions { gap: 4px; }
.header-actions-divider { width: 1px; height: 18px; margin: 0 5px; background: rgba(255,255,255,.1); }
.header-actions:not(:has(.header-plus-pill:not([hidden]),.header-jc-pill:not([hidden]))) .header-actions-divider { display:none; }
.header-plus-pill,
.header-jc-pill { height: 32px; min-height: 32px; padding-inline: 8px; border-radius: 3px; box-shadow: none; }
.header-plus-pill { gap: 6px; border-color: rgba(212,160,23,.2); background: rgba(212,160,23,.065); }
.header-plus-pill-icon { width: 16px; height: 16px; filter: none; }
.header-plus-pill-text { font: 700 11px/1 var(--body); letter-spacing: .04em; }
.header-jc-pill { gap: 4px; border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.025); }
.header-jc-pill-icon { width: 17px; height: 17px; filter: none; }
.header-jc-pill-value { font: 750 13px/1 var(--body); }
.lang-switch { height: 32px; padding: 0; gap: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.lang-switch::before,.lang-switch::after { display: none; }
.lang-switch-btn { min-width: 29px; height: 32px; padding: 0 6px; border: 0; border-radius: 2px; font: 650 10px/1 var(--body); letter-spacing: .04em; overflow: visible; }
.lang-switch-btn::after { inset:auto 6px 2px; height:1px; border-radius:0; background:var(--gold); transform:scaleX(0); opacity:0; }
.lang-switch-btn.active { color:#e5c15a; text-shadow:none; }
.lang-switch-btn.active::after { opacity:1; transform:scaleX(1); }
.lang-switch-btn:hover { border:0; background:rgba(255,255,255,.035); transform:none; }
.search-btn,
.header-actions .community-notifications-button { width:32px; height:32px; border:1px solid transparent; border-radius:2px; background:transparent; }
.search-btn:hover,
.header-actions .community-notifications-button:hover,
.header-actions .community-notifications-button[aria-expanded="true"] { border-color:rgba(255,255,255,.08); background:rgba(255,255,255,.035); transform:none; }
.main { margin-top: 72px; }

/* Home hero — editorial composition with a single focal asset. */
.hero-section { min-height: 680px; height: calc(100vh - 72px); max-height: 870px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-bg {
  inset: 0 0 0 42%;
  opacity: .72;
  background-position: 58% 22%;
  filter: saturate(.7) contrast(1.08);
  mask-image: linear-gradient(90deg, transparent 0, #000 28%, #000 100%);
}
.hero-bg::before { background: linear-gradient(90deg, var(--bg) 0%, rgba(8,9,11,.73) 35%, transparent 68%), linear-gradient(0deg, var(--bg), transparent 42%); }
.hero-section::before { display: none; }
.hero-section::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 8%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, var(--line-strong) 20%, var(--line) 82%, transparent);
}
.hero-system-visual { position: absolute; z-index: 2; top: 50%; right: max(48px, calc((100vw - 1380px) / 2)); width: 470px; height: 470px; transform: translateY(-50%); pointer-events: none; }
.tech-grid { position: absolute; inset: 22px; opacity: .34; background: linear-gradient(rgba(232,194,91,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(232,194,91,.08) 1px, transparent 1px); background-size: 38px 38px; clip-path: polygon(12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%); }
.tech-grid::before, .tech-grid::after { content: ''; position: absolute; background: var(--gold); opacity: .55; }
.tech-grid::before { top: 0; left: 0; width: 86px; height: 1px; }
.tech-grid::after { right: 0; bottom: 0; width: 1px; height: 86px; }
.tech-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(232,194,91,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.tech-orbit::before { content: ''; position: absolute; left: 50%; top: -3px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
.tech-orbit.orbit-a { width: 290px; height: 290px; border-style: dashed; animation: tech-spin 28s linear infinite; }
.tech-orbit.orbit-b { width: 205px; height: 205px; border-color: rgba(157,112,216,.32); animation: tech-spin 19s linear infinite reverse; }
.tech-core { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 130px; height: 130px; transform: translate(-50%,-50%) rotate(45deg); border: 1px solid rgba(232,194,91,.45); background: rgba(11,12,16,.92); box-shadow: 0 0 55px rgba(157,112,216,.12), inset 0 0 30px rgba(232,194,91,.05); }
.tech-core img { width: 58px; height: 58px; object-fit: contain; transform: rotate(-45deg); filter: drop-shadow(0 0 12px rgba(232,194,91,.22)); }
.tech-core span { position: absolute; bottom: -28px; color: var(--gold); font: 700 8px/1 var(--body); letter-spacing: .18em; transform: rotate(-45deg); white-space: nowrap; }
.tech-node { position: absolute; display: grid; grid-template-columns: 44px auto; grid-template-rows: 1fr 1fr; column-gap: 10px; align-items: center; min-width: 135px; padding: 7px; border: 1px solid rgba(255,255,255,.1); background: rgba(10,11,14,.88); }
.tech-node img { grid-row: 1 / 3; width: 44px; height: 44px; object-fit: cover; filter: saturate(.72); }
.tech-node b { align-self: end; color: var(--gold); font: 700 9px/1 var(--display); }
.tech-node span { align-self: start; color: #777b84; font: 650 7px/1 var(--body); letter-spacing: .12em; }
.tech-node::after { content: ''; position: absolute; top: 50%; width: 32px; height: 1px; background: rgba(232,194,91,.28); }
.node-one { left: 3px; top: 54px; }.node-one::after { right: -33px; }
.node-two { right: -2px; top: 92px; }.node-two::after { left: -33px; }
.node-three { right: 24px; bottom: 58px; }.node-three::after { left: -33px; }
.tech-modes { position: absolute; left: 20px; bottom: 30px; display: flex; align-items: center; gap: 10px; color: #c8c5ba; font: 650 11px/1 var(--display); letter-spacing: .08em; }
.tech-modes i { width: 18px; height: 1px; background: rgba(232,194,91,.35); }
.tech-caption { position: absolute; right: 14px; top: 18px; display: flex; align-items: center; gap: 11px; }
.tech-caption b { color: rgba(157,112,216,.8); font: 500 18px/1 serif; }
.tech-caption span { color: #6f727a; font: 650 7px/1 var(--body); letter-spacing: .15em; }
@keyframes tech-spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
.hero-content { z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(1440px, calc(100% - 68px)); height: 100%; padding: 0 49% 0 2%; text-align: left; }
.hero-content > * { margin-left: 0; }
.hero-badge {
  margin-bottom: 22px;
  padding: 0 0 0 42px;
  border: 0;
  background: transparent;
  color: var(--gold);
  font: 700 10px/1 var(--body);
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero-badge::before { display: none; }
.hero-title { max-width: 720px; margin-bottom: 24px; color: var(--text); font: 750 clamp(34px, 3.5vw, 58px)/.9 var(--display); letter-spacing: .01em; text-align: left; text-transform: uppercase; text-shadow: none; }
.hero-title span { display: block; margin-top: 8px; color: var(--gold-bright); font-size: clamp(58px, 5.7vw, 92px); line-height: .82; letter-spacing: -.025em; -webkit-text-fill-color: currentColor; background: none; filter: none; }
.hero-desc { max-width: 650px; margin-bottom: 30px; color: #a9a9ae; font-size: 14px; line-height: 1.75; text-align: left; }
.hero-socials { position: absolute; right: 34px; bottom: 32px; flex-direction: column; gap: 7px; }
.social-btn { width: 36px; height: 36px; border-radius: 2px; background: rgba(8,9,11,.72); border-color: rgba(255,255,255,.13); }
.social-btn:hover { color: var(--gold); border-color: var(--gold); background: #111318; transform: translateX(-3px); }
.hero-cta { justify-content: flex-start; gap: 9px; }
.btn-primary, .btn-secondary {
  min-height: 44px;
  padding: 0 21px;
  border-radius: 3px;
  font: 750 11px/1 var(--body);
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: none;
}
.btn-primary { color: #0a0a0b; background: var(--gold); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(232,194,91,.13); }
.btn-secondary { background: rgba(13,15,19,.7); border-color: rgba(255,255,255,.16); }
.btn-secondary:hover { border-color: var(--gold); background: #111318; transform: translateY(-2px); }
.hero-survey-card { width: 100%; max-width: 620px; margin: 26px 0 0; padding: 17px 20px; border-radius: 3px; border: 1px solid rgba(157,112,216,.3); border-left: 3px solid var(--violet); background: rgba(13, 12, 18, .64); box-shadow: none; text-align: left; }
.hero-survey-card:hover { transform: translateX(5px); border-color: rgba(157,112,216,.6); box-shadow: none; }

/* Numbers become a data rail rather than six isolated cards. */
#page-home > .container { max-width: 1440px; padding-top: 58px; padding-bottom: 100px; }
.quick-stats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 0 0 74px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-card { min-height: 112px; padding: 25px 21px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; text-align: left; }
.stat-card:last-child { border-right: 0; }
.stat-card:hover { transform: none; background: rgba(232,194,91,.025); border-color: var(--line); box-shadow: none; }
.stat-num { font: 650 clamp(22px, 2vw, 34px)/1 var(--display); color: var(--text); letter-spacing: -.05em; }
.stat-label { margin-top: 12px; color: var(--muted); font: 650 9px/1.35 var(--body); letter-spacing: .11em; text-transform: uppercase; }

/* Navigation index — asymmetrical and typographic, emojis replaced by SVG. */
.sections-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.section-card { grid-column: span 4; min-height: 220px; padding: 30px; border: 0; border-radius: 0; background: #0d0f13; box-shadow: none; }
.section-card[data-page="wiki"], .section-card[data-page="donate"] { grid-column: span 5; }
.section-card[data-page="updates"], .section-card[data-page="profile"] { grid-column: span 7; }
.section-card[data-page="ladder"], .section-card[data-page="stats"], .section-card[data-page="play"] { grid-column: span 4; }
.section-card-admin { grid-column: 1 / -1; }
.section-card-admin[hidden] { display: none !important; }
.section-card::before { inset: 0; border-radius: 0; opacity: 0; background: linear-gradient(135deg, rgba(232,194,91,.065), transparent 58%); }
.section-card::after { display: none; }
.section-card:hover { z-index: 2; transform: translateY(-4px); background: #12151b; box-shadow: 0 18px 36px rgba(0,0,0,.28); }
.section-card-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 35px; color: var(--gold); border: 1px solid var(--line-strong); border-radius: 2px; font-size: 0; }
.section-card-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.section-card h3 { font: 620 19px/1.15 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.section-card p { max-width: 460px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.section-card-arrow { right: 27px; bottom: 24px; color: var(--gold); font-size: 19px; }

/* Shared page language. */
.page.active { animation: redesign-page-in .34s cubic-bezier(.2,.8,.2,1); }
@keyframes redesign-page-in { from { opacity: 0; transform: translate3d(0, 8px, 0); } }
.container { max-width: 1440px; }
.page-header { position: relative; margin: 0 0 34px; padding: 48px 0 25px; border-bottom: 1px solid var(--line); }
.page-header::before { display: none; }
.page-title { font: 650 clamp(30px, 4vw, 54px)/1 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.page-sub { color: var(--muted); }
.wiki-tabs, .mode-tabs, .mode-tabs-small { border-radius: 3px; background: #0d0f13; border: 1px solid rgba(255,255,255,.08); }
.wiki-tab, .mode-tab, .mtab { border-radius: 2px; font-family: var(--body); text-transform: uppercase; letter-spacing: .08em; }
.filter-bar { gap: 6px; padding: 10px; border: 1px solid rgba(255,255,255,.07); border-radius: 3px; background: #0c0e12; }
.filter-btn { border-radius: 2px; background: transparent; }

/* Wiki cards let the existing character art carry the identity. */
.hero-attribute-section { margin-top: 42px; }
.attr-header { margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.attr-badge { border-radius: 0; background: transparent !important; border: 0 !important; padding-left: 0; font-family: var(--display); letter-spacing: .12em; }
.heroes-grid { gap: 8px; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); }
.hero-card { overflow: hidden; border-radius: 2px; border: 1px solid rgba(255,255,255,.08); background: #0d0f13; box-shadow: none; }
.hero-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 18px 35px rgba(0,0,0,.38); }
.hero-card-img { height: auto; border-radius: 0; }
.hero-card-img::after { display: none; }
.hero-card-name { position: relative; margin-top: 0; z-index: 2; padding: 5px 6px; color: #b7b8bd; font: 700 9px/1.3 var(--body); letter-spacing: .025em; text-align: center; text-transform: uppercase; }
.ability-grid-uraume-extra .ability-card-id-uraume_icefall_field { grid-column: 2; }
.creep-card, .item-card-ability, .update-card, .donate-card { border-radius: 3px !important; background: #0e1015 !important; border-color: rgba(255,255,255,.08) !important; box-shadow: none !important; }
.update-teaser-epilogue { position: relative; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(232,194,91,.1); }
.update-teaser-epilogue::before { content: ''; position: absolute; top: -1px; left: 50%; width: 96px; height: 1px; background: linear-gradient(90deg, transparent, rgba(232,194,91,.72), transparent); transform: translateX(-50%); }
.update-teaser-epilogue .update-dota-lines { padding: 0; list-style: none; }
.update-dota-line-teaser { margin: 0; padding: 18px 22px !important; border: 1px solid rgba(232,194,91,.16); background: linear-gradient(90deg, transparent, rgba(232,194,91,.035), transparent); list-style: none; }
.update-dota-line-teaser::marker { content: ''; }
.update-dota-line-teaser::before { display: none; }
.update-dota-line-teaser .update-dota-line-row { display: flex; width: 100%; justify-content: center; }
.update-dota-line-teaser .update-dota-line-text { color: rgba(232,194,91,.76); font: 650 11px/1.5 var(--body); letter-spacing: .14em; text-align: center; text-transform: uppercase; }

/* Item families stay in the regular grid; variants live quietly on the icon. */
.item-variant-block { position: absolute; z-index: 3; left: 4px; bottom: 4px; max-width: calc(100% - 8px); }
.item-variant-label { display: none; }
.item-variant-list { display: flex; gap: 2px; padding: 2px; border: 1px solid rgba(255,255,255,.1); border-radius: 3px; background: rgba(6,7,10,.82); box-shadow: 0 3px 10px rgba(0,0,0,.35); backdrop-filter: blur(4px); }
.item-card-ability:has(.item-variant-block) .item-card-cost { top: 4px; right: 4px; bottom: auto; }
.item-variant { width: 18px; height: 18px; flex: 0 0 18px; padding: 0; border: 1px solid transparent; border-radius: 2px; background: transparent; cursor: pointer; opacity: .58; transition: opacity .16s ease, border-color .16s ease, transform .16s ease; }
.item-variant:hover { opacity: 1; transform: translateY(-1px); }
.item-variant.active { opacity: 1; border-color: rgba(232,194,91,.9); box-shadow: 0 0 0 1px rgba(0,0,0,.7); }
.item-variant img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 1px; }
.item-variant span { display: none; }

/* Tables and dashboards. */
.ladder-table-wrap, .stats-table-wrap { overflow: hidden; border-radius: 3px; border: 1px solid rgba(255,255,255,.08); background: #0d0f13; box-shadow: none; }
.ladder-table thead, .stats-table thead { background: #151820; }
.ladder-table th, .stats-table th { color: #9b9da5; font: 700 9px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.ladder-table td, .stats-table td { border-color: rgba(255,255,255,.055); }
.ladder-table tbody tr:hover, .stats-table tbody tr:hover { background: rgba(232,194,91,.035); }
.rank-pos { font-family: var(--display); }

/* Profile — tighter competitive dashboard. */
.profile-auth-bar { margin-top: 32px; border-radius: 3px; border: 1px solid rgba(255,255,255,.08); border-left: 2px solid var(--gold); background: #0d0f13; box-shadow: none; }
.profile-layout { gap: 9px; grid-template-columns: minmax(300px, 360px) minmax(0, 1fr); }
.profile-card, .profile-section-card { border-radius: 3px; border-color: rgba(255,255,255,.08); background: #0d0f13; box-shadow: none; }
.profile-card { position: relative; overflow: hidden; }
.profile-card::after { display: none; }
.profile-avatar, .profile-rank-badge, .rating-rank-badge { border-radius: 2px; }
.profile-name { font-family: var(--display); letter-spacing: -.04em; }
.psec-header { border-color: var(--line); font-family: var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.rating-card { border-radius: 2px; background: linear-gradient(135deg, #151820, #0c0e12); box-shadow: none; }
.progress-track { border-radius: 1px; }
.progress-bar { border-radius: 1px; background: linear-gradient(90deg, var(--violet), var(--gold)); }
.profile-loading-stage { border-radius: 4px; background: rgba(10,11,15,.97); }

/* Modals and forms. */
.modal-content, .search-box, .cookie-banner, .profile-plus-lock-card { border-radius: 4px !important; background: #0d0f13 !important; border-color: rgba(255,255,255,.1) !important; box-shadow: 0 30px 90px rgba(0,0,0,.6) !important; }
input, select, textarea, .select-styled { border-radius: 2px !important; font-family: var(--body) !important; }
.site-footer { border-top-color: var(--line); background: #08090b; }

/* Donate header — keep copy and primary action on one intentional grid. */
#page-donate .donate-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 54px;
  align-items: end;
  padding: 48px 0 30px;
}
#page-donate .donate-header::before { display: none; }
#page-donate .donate-header > div::before { display: none; }
#page-donate .donate-header .page-title { margin: 0; }
#page-donate .donate-header .page-sub {
  max-width: 820px;
  margin: 13px 0 0;
  color: #90939c;
  font-size: 13px;
  line-height: 1.7;
}
#page-donate .donate-open-bot {
  min-width: 220px;
  min-height: 46px;
  padding-inline: 20px;
  align-self: end;
}
#page-donate .donate-boosty-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 220px;
  min-height: 48px;
  padding: 0 8px 0 18px;
  border: 1px solid rgba(255, 157, 99, .28);
  border-radius: 3px;
  color: #f2dfd2;
  background: rgba(20, 17, 17, .72);
  box-shadow: none;
  font: 750 10px/1 var(--body);
  letter-spacing: .1em;
  text-transform: uppercase;
}
#page-donate .donate-boosty-link::after {
  content: '↗';
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-left: 1px solid rgba(255, 157, 99, .2);
  color: #e89a6b;
  font-size: 16px;
}
#page-donate .donate-boosty-link:hover,
#page-donate .donate-boosty-link:focus-visible {
  color: #fff3ea;
  border-color: rgba(255, 172, 112, .55);
  background: rgba(39, 25, 22, .86);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .nav-link { padding-inline: 9px; font-size: 9px; }
  .quick-stats { grid-template-columns: repeat(3, 1fr); }
  .stat-card:nth-child(3) { border-right: 0; }
  .profile-layout { grid-template-columns: 1fr; }
  .hero-content { padding-right: 44%; }
  .hero-system-visual { right: 8px; transform: translateY(-50%) scale(.82); transform-origin: right center; opacity: .72; }
}
@media (max-width: 760px) {
  .header, .header-inner { height: 62px; }
  .header-inner { padding-inline: 16px; }
  .main { margin-top: 62px; }
  .hero-section { min-height: 720px; height: auto; padding: 100px 0 65px; }
  .hero-bg { inset: 0; opacity: .35; mask-image: linear-gradient(0deg, transparent, #000 35%, #000); }
  .hero-system-visual { top: 38%; right: -190px; opacity: .12; transform: translateY(-50%) scale(.9); }
  .hero-content { width: calc(100% - 34px); height: auto; padding: 0; }
  .hero-content > * { margin-left: 0; }
  .hero-title { font-size: clamp(34px, 10vw, 48px); }
  .hero-title span { font-size: clamp(54px, 16vw, 78px); }
  .hero-socials { position: static; flex-direction: row; margin-top: 24px; }
  .hero-survey-card { width: 100%; }
  #page-home > .container { padding-top: 35px; }
  .quick-stats { grid-template-columns: repeat(2, 1fr); margin-bottom: 40px; }
  .stat-card:nth-child(odd) { border-right: 1px solid var(--line); }
  .stat-card:nth-child(even) { border-right: 0; }
  .sections-grid { display: block; background: transparent; border: 0; }
  .section-card { min-height: 180px; margin-bottom: 1px; border: 1px solid var(--line); }
  .heroes-grid { grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); }
  .page-header { padding-top: 34px; }
  #page-donate .donate-header { grid-template-columns: 1fr; gap: 20px; padding-top: 34px; }
  #page-donate .donate-open-bot { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .page.active, .section-card, .hero-card { animation: none !important; transition: none !important; }
}

/* Hero concept lab — temporary comparison controls for choosing the final direction. */
@font-face {
  font-family: 'Jujutsu Kaisen Display';
  src: url('/assets/fonts/Jujutsu-Kaisen.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.hero-title {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  max-width: 640px;
  color: #d9d8d3;
  font-family: 'Barlow Condensed', 'Rajdhani', sans-serif;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: .16em;
  text-align: left;
}
.hero-title .hero-brand {
  display: block;
  width: max-content;
  min-width: 0;
  margin-top: 15px;
  color: var(--gold-bright);
  font-family: 'Jujutsu Kaisen Display', 'Barlow Condensed', sans-serif;
  font-size: clamp(66px, 5.25vw, 90px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: .025em;
  text-wrap: balance;
  text-align: left;
}
.hero-title .hero-dota {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 15px;
  color: #d9d8d3;
  font-family: 'Barlow Condensed', 'Rajdhani', sans-serif;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: .16em;
  text-align: center;
  -webkit-text-fill-color: currentColor;
}
.hero-title .hero-badge {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
  color: var(--gold);
  font: 700 12px/1 var(--body);
  letter-spacing: .19em;
  text-align: center;
  -webkit-text-fill-color: currentColor;
}
.hero-section::before { display: none; }
.hero-concepts { height: 400px; }
.concept-dashboard { box-shadow: 0 30px 75px rgba(0,0,0,.28); }
.dash-title { max-width: 340px; }
.hero-concepts { position: absolute; z-index: 2; top: 50%; right: max(48px, calc((100vw - 1380px) / 2)); width: 500px; height: 420px; transform: translateY(-50%); pointer-events: none; }
.concept-visual { position: absolute; inset: 0; opacity: 0; transform: translate3d(14px,0,0); transition: opacity .28s ease, transform .35s ease; }
[data-hero-concept="dashboard"] .concept-dashboard, [data-hero-concept="atmosphere"] .concept-atmosphere { opacity: 1; transform: none; }
.concept-switcher { position: absolute; z-index: 8; left: 50%; bottom: 22px; display: flex; align-items: center; gap: 5px; transform: translateX(-50%); padding: 5px; border: 1px solid rgba(255,255,255,.09); border-radius: 3px; background: rgba(9,10,13,.9); backdrop-filter: blur(12px); }
.concept-switcher > span { padding: 0 9px; color: #6f727a; font: 650 8px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.concept-switch-btn { height: 30px; padding: 0 11px; border: 1px solid transparent; border-radius: 2px; color: #8f9299; background: transparent; font: 700 9px/1 var(--body); text-transform: uppercase; cursor: pointer; }
.concept-switch-btn:hover { color: var(--text); background: rgba(255,255,255,.04); }
.concept-switch-btn.active { color: #0a0b0d; border-color: var(--gold); background: var(--gold); }

/* A — typography only. */
[data-hero-concept="minimal"] .hero-content { width: min(1120px, calc(100% - 68px)); padding-right: 32%; }
[data-hero-concept="minimal"] .hero-section::before { display: none; }
[data-hero-concept="minimal"] .hero-section { background: radial-gradient(circle at 72% 48%, rgba(232,194,91,.035), transparent 24%); }
[data-hero-concept="minimal"] .hero-section .hero-bg::after { content: '呪'; position: absolute; right: 13%; top: 50%; color: rgba(232,194,91,.025); font: 400 420px/1 serif; transform: translateY(-52%); }

/* B — practical game dashboard. */
.concept-dashboard { display: flex; flex-direction: column; justify-content: center; padding: 44px; border: 1px solid rgba(255,255,255,.09); background: linear-gradient(145deg, rgba(16,18,23,.94), rgba(9,10,13,.86)); clip-path: polygon(0 0, 93% 0, 100% 8%, 100% 100%, 7% 100%, 0 92%); }
.concept-dashboard::before { content: ''; position: absolute; inset: 0; opacity: .3; background: linear-gradient(rgba(232,194,91,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(232,194,91,.06) 1px, transparent 1px); background-size: 42px 42px; }
.dash-kicker, .dash-title, .dash-modes, .dash-footer { position: relative; }
.dash-kicker { color: var(--gold); font: 700 9px/1 var(--body); letter-spacing: .2em; }
.dash-title { margin: 20px 0 32px; color: var(--text); font: 700 48px/.86 var(--display); letter-spacing: .015em; }
.dash-modes { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dash-modes span { padding: 19px 12px; border-right: 1px solid var(--line); }
.dash-modes span:last-child { border-right: 0; }
.dash-modes b, .dash-modes small { display: block; }
.dash-modes b { color: var(--gold-bright); font: 700 24px/1 var(--display); }
.dash-modes small { margin-top: 6px; color: #747780; font: 650 7px/1 var(--body); letter-spacing: .1em; }
.dash-footer { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: #777a82; font: 650 7px/1 var(--body); letter-spacing: .12em; }
.dash-footer i { flex: 1; height: 1px; background: var(--line); }

/* C — quiet collage of actual game assets. */
.concept-atmosphere { overflow: hidden; border-left: 1px solid var(--line); }
.concept-atmosphere::before { content: ''; position: absolute; inset: 9% 0; background: radial-gradient(circle at 54% 50%, rgba(157,112,216,.13), transparent 36%), linear-gradient(120deg, transparent 35%, rgba(232,194,91,.035)); }
.atmo-mark { position: absolute; left: 50%; top: 50%; width: 180px; height: 180px; object-fit: contain; opacity: .13; transform: translate(-50%,-50%) rotate(-8deg); filter: grayscale(1); }
.atmo-icons { position: absolute; inset: 34px 18px; }
.atmo-icons img { position: absolute; width: 68px; height: 68px; object-fit: cover; border: 1px solid rgba(232,194,91,.25); filter: grayscale(.75) saturate(.6); opacity: .68; }
.atmo-icons img:nth-child(1) { left: 8%; top: 10%; }.atmo-icons img:nth-child(2) { right: 7%; top: 23%; }.atmo-icons img:nth-child(3) { left: 19%; bottom: 6%; }.atmo-icons img:nth-child(4) { right: 22%; bottom: 2%; }
.atmo-icons img::after { content: ''; }
.atmo-word { position: absolute; right: 30px; top: 50%; color: rgba(232,194,91,.12); font: 700 82px/.76 var(--display); text-align: right; transform: translateY(-50%); }

@media (max-width: 900px) {
  .concept-switcher { bottom: 10px; width: calc(100% - 24px); justify-content: center; }
  .concept-switcher > span { display: none; }
  .concept-switch-btn { flex: 1; padding-inline: 5px; font-size: 8px; }
  .hero-concepts { right: -230px; opacity: .15; }
  [data-hero-concept="minimal"] .hero-content { width: calc(100% - 34px); padding-right: 0; }
  .hero-title .hero-brand { min-width: 0; width: auto; font-size: clamp(58px, 17vw, 82px); }
  .hero-title .hero-dota { width: 100%; }
}
