:root {
  --bg: #070b10;
  --panel: rgba(15, 22, 30, .62);
  --panel-strong: rgba(17, 24, 34, .84);
  --line: rgba(255,255,255,.10);
  --text: #f4f6f8;
  --muted: #8f9aa8;
  --red: #ff174d;
  --red2: #d9073f;
  --red-soft: rgba(255, 23, 77, .18);
  --mint: #9effd0;
  --shadow: 0 30px 90px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(218, 7, 63,.12), transparent 24rem),
    radial-gradient(circle at 90% 40%, rgba(255, 23, 77,.08), transparent 28rem),
    var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise { position: fixed; inset: 0; z-index: 20; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(255,23,77,.08), transparent 65%); transform: translate(-50%,-50%); }
.glass { background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.025)); border: 1px solid var(--line); box-shadow: inset 0 1px rgba(255,255,255,.06), var(--shadow); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.topbar { position: fixed; z-index: 15; top: 18px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 36px)); min-height: 68px; border-radius: 18px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px 0 14px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Orbitron, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 1.2px; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg, var(--red), #7c0729); box-shadow: 0 0 28px rgba(255,23,77,.35); font-size: 19px; }
.accent { color: var(--red); }
.nav { display: flex; gap: 26px; color: #aab3bd; font-size: 13px; font-weight: 600; }
.nav a { transition: .2s ease; }
.nav a:hover { color: white; }
.youtube-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 12px; background: rgba(255,255,255,.05); font-size: 12px; font-weight: 700; }
.yt-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 12px var(--red); }
.hero { min-height: 100svh; position: relative; display: flex; align-items: center; padding: 130px max(6vw, 24px) 80px; isolation: isolate; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -3; background: url('assets/hero-reference.png') center 35% / cover no-repeat; filter: saturate(.9) contrast(1.08) brightness(.48); transform: scale(1.025); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,8,12,.96) 0%, rgba(5,8,12,.70) 38%, rgba(5,8,12,.28) 65%, rgba(5,8,12,.78) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 35%); }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-content { width: min(720px, 62vw); }
.eyebrow, .kicker { color: #c8d0d7; font-size: 11px; letter-spacing: 2.3px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 2px; background: var(--red); box-shadow: 0 0 14px var(--red); }
h1, h2, h3 { margin: 0; }
h1 { font-family: Orbitron, sans-serif; font-size: clamp(52px, 7.7vw, 110px); line-height: .88; letter-spacing: -5px; margin: 24px 0 26px; text-shadow: 0 12px 35px rgba(0,0,0,.4); }
h1 span { color: transparent; -webkit-text-stroke: 2px #fff; text-shadow: 0 0 50px rgba(255,255,255,.12); }
.hero-content > p { max-width: 620px; color: #adb7c1; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.8; }
.hero-content strong { color: white; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 20px; border-radius: 13px; font-weight: 800; font-size: 13px; letter-spacing: .25px; border: 1px solid transparent; transition: .25s ease; }
.btn-primary { background: linear-gradient(135deg, var(--red), #b50639); color: white; box-shadow: 0 12px 34px rgba(255,23,77,.27); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(255,23,77,.38); }
.btn-ghost { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.13); }
.btn-ghost:hover { background: rgba(255,255,255,.09); }
.hero-panel { position: absolute; right: 6vw; bottom: 11vh; width: 280px; border-radius: 18px; padding: 18px; }
.panel-head { display: flex; justify-content: space-between; font-family: Orbitron, sans-serif; font-size: 10px; letter-spacing: 1.7px; margin-bottom: 17px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 14px var(--mint); animation: pulse 1.7s infinite; }
.stat-row { display: flex; justify-content: space-between; font-size: 10px; color: var(--muted); padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.stat-row strong { color: #e6ebef; font-size: 9px; }
.scanner { height: 32px; margin-top: 14px; border-radius: 8px; overflow: hidden; background: repeating-linear-gradient(90deg, rgba(255,23,77,.12) 0 2px, transparent 2px 7px); position: relative; }
.scanner i { position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--red); box-shadow: 0 0 16px var(--red); animation: scan 2.7s linear infinite; }
.scroll-cue { position: absolute; left: 6vw; bottom: 28px; color: #798491; font-size: 9px; letter-spacing: 2px; font-weight: 700; display: flex; gap: 12px; }
.section { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 110px 20px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 34px; }
.kicker { color: var(--red); margin: 0 0 10px; }
h2 { font-family: Orbitron, sans-serif; font-size: clamp(32px, 4vw, 54px); letter-spacing: -2px; }
.tabs { padding: 6px; border-radius: 14px; display: flex; box-shadow: none; }
.tab { border: 0; cursor: pointer; padding: 10px 15px; border-radius: 10px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; }
.tab.active { background: rgba(255,23,77,.16); color: white; box-shadow: inset 0 0 0 1px rgba(255,23,77,.32); }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 26px; }
.feature-card { min-height: 160px; padding: 24px; border-radius: 20px; display: flex; align-items: center; gap: 20px; overflow: hidden; position: relative; }
.feature-card::after { content:''; position:absolute; width:200px; height:200px; border-radius:50%; filter: blur(10px); opacity:.12; right:-70px; bottom:-100px; background: var(--red); }
.feature-icon { width: 76px; height: 76px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 18px; font-family: Orbitron, sans-serif; font-weight: 900; font-size: 30px; }
.v-icon { background: linear-gradient(145deg, #ff315f, #710927); }
.m-icon { background: linear-gradient(145deg, #7fe194, #1b5d35); }
.feature-card .tag { font-size: 9px; letter-spacing: 2px; color: var(--muted); font-weight: 800; }
.feature-card h3 { font-size: 16px; line-height: 1.45; margin: 7px 0 10px; max-width: 390px; }
.feature-card a { color: #d6dbe0; font-size: 11px; font-weight: 800; }
.updates-meta { display:flex; justify-content:space-between; align-items:center; gap:12px; color:#77828e; font-size:11px; margin:20px 2px 14px; }
.refresh-btn { color:#d5dbe0; background:none; border:0; cursor:pointer; font-weight:800; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.update-card { min-height: 250px; border-radius: 18px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18,26,36,.92), rgba(9,14,20,.88)); overflow: hidden; position: relative; transition: transform .25s ease, border-color .25s ease; }
.update-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.2); }
.card-media { height: 124px; background: radial-gradient(circle at 80% 20%, rgba(255,23,77,.32), transparent 40%), linear-gradient(135deg, #18212b, #090d12); background-size: cover; background-position:center; position:relative; }
.card-media::after { content:''; position:absolute; inset:0; background:linear-gradient(to top, rgba(8,11,16,.95), transparent 70%); }
.game-badge { position:absolute; z-index:1; left:12px; bottom:10px; font-size:8px; font-weight:900; letter-spacing:1.6px; padding:6px 8px; border-radius:7px; background:rgba(4,7,10,.75); border:1px solid rgba(255,255,255,.1); backdrop-filter:blur(8px); }
.card-body { padding: 17px; }
.card-body h3 { font-size: 14px; line-height: 1.5; min-height: 63px; }
.card-body p { color: var(--muted); font-size: 10px; margin: 12px 0 0; }
.card-body a { display:inline-block; margin-top:14px; color:#f2f4f6; font-size:10px; font-weight:900; }
.live-section { padding-top: 80px; }
.live-card { min-height: 380px; border-radius: 26px; padding: 40px; display: grid; grid-template-columns: .85fr 1.3fr .8fr; align-items: center; gap: 36px; overflow: hidden; position: relative; }
.live-card::before { content:''; position:absolute; inset:auto auto -200px -140px; width:480px; height:480px; border-radius:50%; background:rgba(255,23,77,.11); filter:blur(20px); }
.live-visual { display:grid; place-items:center; min-height:260px; position:relative; }
.rings i { position:absolute; inset:50% auto auto 50%; transform:translate(-50%,-50%); border:1px solid rgba(255,23,77,.22); border-radius:50%; animation:ring 3s ease-out infinite; }
.rings i:nth-child(1){width:190px;height:190px}.rings i:nth-child(2){width:240px;height:240px;animation-delay:1s}.rings i:nth-child(3){width:290px;height:290px;animation-delay:2s}
.live-orb { width:140px; height:140px; border-radius:50%; display:grid; place-items:center; background:radial-gradient(circle at 35% 25%, #ff6084, #b4093b 55%, #350713); box-shadow:0 0 80px rgba(255,23,77,.35), inset 0 0 24px rgba(255,255,255,.14); font:800 50px Orbitron; z-index:2; }
.live-orb.is-live { animation: liveGlow 1.6s infinite; }
.live-copy p:not(.kicker) { color: var(--muted); line-height: 1.7; font-size: 14px; max-width: 590px; }
.live-status-line { display:flex; align-items:center; gap:10px; margin:18px 0; }
.status-light { width:10px; height:10px; border-radius:50%; background:#7c8792; box-shadow:0 0 14px rgba(124,135,146,.4); }
.status-light.live { background:var(--red); box-shadow:0 0 18px var(--red); animation:pulse 1s infinite; }
.status-light.offline { background:#8f9aa8; }
.live-code { display:grid; gap:7px; font-family:monospace; font-size:10px; padding:18px; border-left:1px solid rgba(255,255,255,.08); }
.live-code span { color:#66717d; margin-top:10px; }.live-code b{font-weight:600;color:#d0d5da;word-break:break-word}
.about-card { border-radius:26px; padding:44px; }
.about-card > p:not(.kicker) { color:var(--muted); line-height:1.8; max-width:780px; }
.about-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:30px; }
.about-stats div { padding:20px; border:1px solid rgba(255,255,255,.07); border-radius:14px; background:rgba(255,255,255,.025); }
.about-stats strong { display:block; font:700 24px Orbitron; color:white; }.about-stats span{font-size:9px;color:#707b87;letter-spacing:1.5px;font-weight:800}
footer { max-width:1180px; margin:0 auto; padding:34px 20px 44px; border-top:1px solid rgba(255,255,255,.07); display:flex; justify-content:space-between; align-items:center; gap:24px; color:#66717c; font-size:10px; }
.footer-brand { color:white; }
.skeleton { min-height:250px; border-radius:18px; background:linear-gradient(90deg, rgba(255,255,255,.03), rgba(255,255,255,.08), rgba(255,255,255,.03)); background-size:200% 100%; animation:shimmer 1.4s infinite; border:1px solid var(--line); }
@keyframes pulse { 50% { opacity:.45; transform:scale(.8); } }
@keyframes scan { to { transform: translateX(265px); } }
@keyframes ring { 0%{opacity:.5; transform:translate(-50%,-50%) scale(.65)} 100%{opacity:0;transform:translate(-50%,-50%) scale(1.12)} }
@keyframes liveGlow { 50% { box-shadow:0 0 120px rgba(255,23,77,.7), inset 0 0 24px rgba(255,255,255,.18); transform:scale(1.02); } }
@keyframes shimmer { to{background-position:-200% 0} }
@media (max-width: 900px) {
  .nav { display:none; }
  .hero-content { width:100%; max-width:650px; }
  .hero-panel { display:none; }
  h1 { letter-spacing:-3px; }
  .featured-grid, .cards-grid { grid-template-columns:1fr 1fr; }
  .live-card { grid-template-columns:1fr 1.4fr; }.live-code{display:none}
}
@media (max-width: 640px) {
  .topbar { min-height:60px; top:10px; width:calc(100% - 20px); }.youtube-pill{padding:9px 10px}.youtube-pill{font-size:0}.youtube-pill .yt-dot{margin:0}
  .hero { min-height:830px; padding:120px 20px 80px; align-items:flex-start; }.hero-bg{background-position:58% center}.hero-shade{background:linear-gradient(90deg,rgba(5,8,12,.92),rgba(5,8,12,.47)),linear-gradient(0deg,var(--bg),transparent 40%)}
  h1 { font-size:clamp(48px,17vw,75px); letter-spacing:-4px; margin-top:20px; }.hero-content>p{font-size:14px;max-width:92%}.btn{width:100%}.hero-actions{width:100%;max-width:420px}
  .section { padding:82px 14px; }.section-heading{align-items:flex-start;flex-direction:column}.tabs{width:100%}.tab{flex:1;padding:10px 8px}
  .featured-grid,.cards-grid,.about-stats { grid-template-columns:1fr; }.feature-card{min-height:140px;padding:18px}.feature-icon{width:60px;height:60px;font-size:24px}
  .live-card { grid-template-columns:1fr; padding:24px; }.live-visual{min-height:210px}.live-orb{width:115px;height:115px}.rings i:nth-child(1){width:150px;height:150px}.rings i:nth-child(2){width:190px;height:190px}.rings i:nth-child(3){width:230px;height:230px}
  .about-card { padding:26px 20px; } footer { flex-direction:column; align-items:flex-start; }
}
