@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/barlow-condensed-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/barlow-condensed-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/barlow-condensed-800.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/dm-sans-400.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/dm-sans-500.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/dm-sans-600.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/dm-sans-700.ttf) format('truetype');
}

:root{color-scheme:dark;--bg:#101512;--surface:#19201b;--line:#303a32;--text:#f1f4ed;--muted:#a5afa6;--green:#c0f476;--purple:#c5a3ff}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--green);outline-offset:6px}a:hover{color:var(--green)}.wrap{width:min(1180px,calc(100% - 80px));margin-inline:auto}.header{min-height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;letter-spacing:1.2px}.brand-logo{display:block;width:96px;height:auto;flex:0 0 96px;object-fit:contain;border-radius:4px}.year{color:var(--muted);font-size:13px;letter-spacing:0;margin-left:2px}nav{display:flex;align-items:center;gap:30px;font-size:14px}.official{border:1px solid var(--line);padding:9px 15px;border-radius:6px}.official span{margin-left:14px}.hero{display:grid;grid-template-columns:1.25fr 1fr;gap:80px;padding-block:72px 76px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.9px;font-weight:700;color:var(--muted);margin:0 0 20px;display:flex;gap:12px;align-items:center}.short-line{height:2px;width:24px;background:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:clamp(52px,5.5vw,76px);line-height:1.02;letter-spacing:-.6px;font-weight:700;margin-bottom:24px}h1 em{font-style:normal;color:var(--green)}.intro{max-width:475px;color:var(--muted);font-size:17px;line-height:1.7;margin-bottom:26px}.hero-actions{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;padding:13px 21px;border-radius:5px;font-weight:700;font-size:15px}.primary{background:var(--green);color:var(--bg)}.primary:hover{background:#d3ff98;color:var(--bg)}.text-link{display:inline-flex;gap:15px;align-items:center;font-size:14px;font-weight:600}.fan-note{font-size:12px;color:var(--muted);margin:24px 0 0}.prize{align-self:stretch;min-height:385px;background:var(--green);color:var(--bg);border-radius:8px;padding:27px 30px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.prize:after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent,transparent 38px,#10151208 38px,#10151208 39px);pointer-events:none}.prize-top{display:flex;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:auto}.prize-label{font-size:15px;margin:38px 0 6px}.amount{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:clamp(48px,5.7vw,80px);line-height:1.05;font-weight:700;white-space:nowrap;letter-spacing:-1.3px;margin-bottom:36px}.amount span{display:block;font-family:'DM Sans',sans-serif;font-size:22px;font-weight:500;letter-spacing:0;margin-top:8px}.prize-bottom{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #10151240;padding-top:20px;font-size:14px;line-height:1.5}.prize-arrow{font-size:40px;line-height:1}.streams{padding-block:36px 60px;border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:25px}.section-heading .eyebrow{margin-bottom:9px}h2{font-size:32px;letter-spacing:-1.1px;line-height:1.2;margin-bottom:0;font-weight:600}.stream-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.stream-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--surface)}.video-stage{aspect-ratio:16/9;position:relative;background:#222f25;overflow:hidden;display:grid;place-items:center;isolation:isolate}.twitch-card .video-stage{background:#282033}.stage-top{position:absolute;top:20px;left:20px;right:20px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:1}.tag{font-size:11px;letter-spacing:1.1px;font-weight:700;padding:5px 9px;background:#10151288;border:1px solid #ffffff1c;border-radius:4px}.platform{font-size:13px;color:#cbd2cb}.stage-watermark{position:absolute;bottom:-16px;left:20px;font-family:'Barlow Condensed',sans-serif;font-size:clamp(65px,8.8vw,124px);line-height:1;font-weight:800;letter-spacing:1px;color:#ffffff07;z-index:-1;white-space:nowrap}.play-button{color:var(--text);border:0;background:transparent;cursor:pointer;display:flex;align-items:center;flex-direction:column;gap:11px;font-size:14px;font-weight:500;padding:15px}.play-icon{display:grid;place-items:center;border:1px solid #c0f47655;background:#c0f47610;color:var(--green);border-radius:50%;width:56px;height:56px;font-size:18px;padding-left:3px;transition:transform .2s,background .2s}.twitch-card .play-icon{border-color:#c5a3ff55;background:#c5a3ff10;color:var(--purple)}.play-button:hover .play-icon{transform:scale(1.08);background:#ffffff15}.video-stage iframe{width:100%;height:100%;border:0;background:#000}.stream-info{padding:20px;display:flex;gap:12px;align-items:center}.avatar{flex:0 0 40px;width:40px;height:40px;display:grid;place-items:center;border-radius:8px;font-weight:700}.horde-avatar{background:var(--green);color:var(--bg)}.twitch-avatar{background:#40304f;color:var(--purple)}h3{font-size:17px;line-height:1.3;margin:0 0 5px}.stream-info p{color:var(--muted);font-size:13px;margin:0}.icon-link{margin-left:auto;padding:4px 8px;font-size:23px;color:var(--muted)}.stream-note{font-size:12px;color:var(--muted);margin:18px 0 0}.about{border-top:1px solid var(--line);padding-block:58px;display:grid;grid-template-columns:1fr 1.4fr;gap:110px}.about h2{font-size:38px;margin-bottom:20px}.about-intro>p:not(.eyebrow){font-size:15px;color:var(--muted)}.about .text-link{color:var(--green)}.steps{display:flex;flex-direction:column;justify-content:center}.step{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.step:first-child{padding-top:0}.step:last-child{border:0;padding-bottom:0}.step-number{font-family:'Barlow Condensed',sans-serif;color:var(--green);font-size:30px;line-height:1;flex:0 0 32px}.step p{font-size:15px;color:var(--muted);margin:6px 0 0}.source-line{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px;padding-bottom:25px}.footer{border-top:1px solid var(--line);min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer .brand{font-size:13px}.footer .brand-logo{width:76px;flex-basis:76px}.footer p{font-size:13px;margin:0;color:var(--muted)}.footer>span{font-size:12px;color:var(--muted)}.skip{position:fixed;top:-100px;left:20px;background:var(--green);color:#101512;padding:12px;z-index:10}.skip:focus{top:10px}
@media(min-width:1600px){.hero{padding-block:85px}}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.hero{gap:36px}h1{font-size:60px}.amount{font-size:65px}.prize{padding:24px}.about{gap:50px}.footer{flex-wrap:wrap;padding-block:25px}.footer p{display:none}}
@media(max-width:720px){.wrap{width:calc(100% - 36px)}.header{min-height:82px;flex-wrap:wrap;gap:14px;padding-block:18px}.brand{font-size:14px}nav{gap:20px;width:100%;justify-content:space-between}.official{padding:5px 11px}.hero{grid-template-columns:1fr;gap:34px;padding-block:42px}h1{font-size:60px}.intro{font-size:16px}.prize{min-height:310px;padding:24px}.prize-label{margin-top:30px}.amount{font-size:74px;margin-bottom:27px}.section-heading{display:block}.section-heading>.text-link{margin-top:16px}h2{font-size:28px}.stream-grid{grid-template-columns:1fr;gap:20px}.stage-watermark{font-size:100px}.streams{padding-bottom:36px}.about{grid-template-columns:1fr;gap:32px;padding-block:36px}.about h2 br{display:none}.about h2{font-size:32px}.about-intro>p:not(.eyebrow){max-width:500px}.source-line{flex-direction:column;gap:8px}.footer{align-items:flex-start;flex-direction:column;gap:14px}.hero-actions{gap:22px}.stream-note{line-height:1.7}.stage-top{top:15px;left:15px;right:15px}}
@media(max-width:370px){h1{font-size:51px}.amount{font-size:64px}.hero-actions{gap:20px}.text-link{font-size:13px}.stream-info{padding:15px}.stream-info p{font-size:12px}}
.footer-rights{max-width:650px;padding-block:20px}
@media(min-width:1100px){.stream-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stream-card .stage-watermark{font-size:84px}.stream-card .video-stage{min-height:200px}.stream-info{padding:16px;gap:10px}}
@media(min-width:721px){.stream-card.is-expanded{grid-column:span 2}}
.stream-heading{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:5px}.stream-heading h3{margin:0}.live-badge{display:inline-block;padding:3px 8px;border-radius:4px;background:#303832;color:#bec7c0;font-size:12px;font-weight:700;line-height:1.4}.twitch-card[data-live-status="live"] .live-badge{background:var(--green);color:var(--bg)}.twitch-card[data-live-status="live"]{border-color:#779b4b}.stream-info>div{min-width:0}.status-note{margin-top:12px;color:var(--muted);font-size:13px}.status-note a{text-decoration:underline;text-underline-offset:3px}
.live-badge{display:inline-flex;align-items:center;gap:6px}
.twitch-card[data-live-status="live"] .live-badge{background:#153b24;color:#b8f7c4;border:1px solid #3d8752}
.twitch-card[data-live-status="live"] .live-badge::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#6bee8a;animation:live-ping 2s ease-out infinite}
@keyframes live-ping{0%{box-shadow:0 0 0 0 #6bee8a80;opacity:1}65%{box-shadow:0 0 0 6px #6bee8a00;opacity:.6}100%{box-shadow:0 0 0 0 #6bee8a00;opacity:1}}
@media(prefers-reduced-motion:reduce){.twitch-card[data-live-status="live"] .live-badge::before{animation:none}}
.twitch-card[data-live-status="offline"] .live-badge{background:#7b2027;color:#fff0f0;border:1px solid #d66770}
.streamer-avatar{object-fit:contain;background:#101512;display:block}
.horde-logo{display:block;object-fit:contain;flex-basis:76px;width:76px;height:auto;aspect-ratio:1400/750;background:#100b30}
.video-stage:has(iframe[src*="player.twitch.tv"]){min-height:300px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

@media(max-width:370px){.header .brand{font-size:12px;gap:8px;letter-spacing:.8px}.header .brand-logo{width:80px;flex-basis:80px}}
