:root {
  --bg: #03070e;
  --bg-deep: #000;
  --panel: rgba(12, 20, 35, .72);
  --line: rgba(255, 255, 255, .1);
  --text: #f5f8ff;
  --muted: #8f9bae;
  --cyan: #55d9ff;
  --blue: #3577ff;
  --gold: #e7b650;
  --red: #fb664f;
  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-body);
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 72px 0; }

.page-noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .025;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.site-header { position: fixed; z-index: 15; top: 14px; left: 0; width: 100%; transition: top .3s ease; }
.site-header.scrolled { top: 7px; }
.nav {
  height: 66px; padding: 7px 9px 7px 14px; display: flex; align-items: center; gap: 25px;
  background: rgba(4, 9, 20, .76); border: 1px solid rgba(115, 190, 255, .2); border-radius: 16px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .25); backdrop-filter: blur(18px);
  transition: height .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled .nav { height: 58px; background: rgba(2, 6, 13, .94); border-color: rgba(101, 194, 255, .25); box-shadow: 0 12px 38px rgba(0,0,0,.52); }
.site-header.scrolled .brand img { width: 40px; height: 40px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; }
.brand img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(49, 144, 255, .3)); }
.brand span { font-family: var(--font-display); font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.brand b { color: var(--cyan); }
.nav-menu { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-menu a { padding: 10px 13px; border-radius: 9px; color: #aeb8c9; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: .25s; }
.nav-menu a:hover, .nav-menu a.active { color: #fff; background: rgba(89, 202, 255, .09); }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 12px 17px; border-radius: 10px; background: linear-gradient(135deg, #2fc8ef, #3674ff); box-shadow: 0 7px 25px rgba(48, 146, 255, .25); font-size: 12px; font-weight: 800; }
.nav-cta svg, .button svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; margin-left: auto; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px; background: #fff; transition: .25s; }

.hero {
  min-height: 650px; height: 82svh; max-height: 720px; position: relative; display: flex; align-items: center; overflow: hidden;
  background:
    radial-gradient(ellipse at 76% 38%, rgba(27, 115, 184, .22), transparent 36%),
    radial-gradient(ellipse at 35% 56%, rgba(24, 70, 132, .12), transparent 36%),
    linear-gradient(115deg, #02050a 0%, #07111e 52%, #030913 100%);
}
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #02060c; pointer-events: none; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .64; filter: brightness(.82) contrast(1.16) saturate(1); }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(2,5,11,.78) 0%, rgba(2,7,14,.47) 42%, rgba(2,7,14,.2) 70%, rgba(2,5,11,.45) 100%),
    linear-gradient(180deg, rgba(2,6,13,.12) 0%, transparent 46%, rgba(3,7,14,.62) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; opacity: .1;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 68px 68px; mask-image: linear-gradient(90deg, transparent 3%, #000 75%, transparent);
}
.hero::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 115px; background: linear-gradient(transparent, var(--bg)); }
.hero-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; filter: blur(110px); opacity: .15; }
.hero-glow-one { top: 20%; right: 4%; background: #26c7ff; }
.hero-glow-two { bottom: -20%; left: 28%; background: #1c5cff; }
.hero-emblem { position: absolute; z-index: 1; right: max(6vw, calc((100vw - 1160px)/2)); top: 51%; width: min(41vw, 515px); transform: translateY(-47%); }
.hero-emblem::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(84, 202, 255, .12); border-radius: 50%; box-shadow: 0 0 80px rgba(32, 133, 231, .13), inset 0 0 70px rgba(35, 129, 237, .08); animation: pulse-ring 4s ease-in-out infinite; }
.hero-emblem::after { content: "OMEGA  •  JOGOS  •  OMEGA  •  JOGOS"; position: absolute; top: 10%; right: -8%; width: 94px; color: rgba(130, 204, 255, .36); font: 600 9px/1.7 var(--font-display); letter-spacing: .25em; writing-mode: vertical-rl; }
.hero-emblem img { position: relative; z-index: 1; width: 100%; opacity: .78; filter: drop-shadow(0 26px 65px rgba(0,0,0,.5)) drop-shadow(0 0 35px rgba(35,117,255,.18)); }
@keyframes pulse-ring { 50% { transform: scale(1.07); opacity: .55; } }
.hero-content { position: relative; z-index: 3; padding-top: 58px; }
.eyebrow, .kicker { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
h1, h2, h3 { font-family: var(--font-display); margin: 0; }
h1 { max-width: 720px; margin-top: 15px; font-size: clamp(53px, 5.4vw, 78px); line-height: .98; letter-spacing: -.055em; }
h1 em, h2 em { color: transparent; background: linear-gradient(100deg, #5edbff, #4a82ff 48%, #d7ab58); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-content > p { max-width: 560px; margin: 18px 0 0; color: #aab5c5; font-size: 16px; }
.hero-actions { display: flex; gap: 10px; margin-top: 23px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 47px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s, border-color .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #04101e; background: linear-gradient(135deg, #67e2ff, #4c8dff); box-shadow: 0 12px 35px rgba(45, 145, 255, .2); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.035); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(87, 209, 255, .38); }
.hero-stats { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.hero-stats div { display: flex; align-items: baseline; gap: 9px; }
.hero-stats strong { font: 700 20px var(--font-display); color: #fff; }
.hero-stats span { color: #728096; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-stats i { display: block; width: 1px; height: 25px; background: var(--line); }
.discord-float {
  position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 255px; min-height: 68px;
  display: flex; align-items: center; gap: 11px; padding: 9px 10px;
  border: 1px solid rgba(106, 126, 255, .45); border-radius: 15px;
  background: linear-gradient(105deg, rgba(29, 39, 84, .88), rgba(8, 17, 34, .9));
  box-shadow: 0 15px 45px rgba(0,0,0,.4), 0 0 35px rgba(88,101,242,.1), inset 0 1px rgba(255,255,255,.06);
  backdrop-filter: blur(16px); transition: border-color .25s, box-shadow .25s, transform .25s;
}
.discord-float::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(100deg, rgba(88,101,242,.24), transparent 45%, rgba(77,198,255,.12)); opacity: .65; }
.discord-float:hover { border-color: rgba(116, 137, 255, .75); box-shadow: 0 18px 50px rgba(0,0,0,.5), 0 0 42px rgba(88,101,242,.24), inset 0 1px rgba(255,255,255,.08); transform: translateY(-4px); }
.discord-icon { position: relative; flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(143,155,255,.38); border-radius: 12px; color: #fff; background: linear-gradient(145deg, #7180ff, #5865f2); box-shadow: 0 10px 26px rgba(88,101,242,.34); }
.discord-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.discord-icon i { position: absolute; top: -3px; right: -3px; width: 10px; height: 10px; border: 2px solid #111a31; border-radius: 50%; background: #41e38b; box-shadow: 0 0 10px #41e38b; }
.discord-copy { min-width: 0; display: grid; gap: 1px; }
.discord-copy small { color: #8e9bb3; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.discord-copy strong { font: 600 14px var(--font-display); white-space: nowrap; }
.discord-float-arrow { margin-left: auto; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(139,152,255,.25); border-radius: 8px; color: #7ddfff; background: rgba(99,113,255,.1); font-size: 13px; }
.scroll-cue { position: absolute; z-index: 5; right: 35px; bottom: 36px; display: flex; flex-direction: column; align-items: center; gap: 11px; color: #66758a; font-size: 8px; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.scroll-cue svg { width: 20px; fill: none; stroke: var(--cyan); stroke-width: 1.5; animation: scroll 1.8s infinite; }
@keyframes scroll { 50% { transform: translateY(6px); } }
.hero-tagline { position: absolute; z-index: 5; left: 50%; top: 11px; width: min(760px, calc(100% - 90px)); margin: 0; display: grid; justify-items: center; gap: 5px; transform: translateX(-50%); text-align: center; text-transform: uppercase; }
.hero-tagline::before { content: ""; width: 110px; height: 1px; margin-bottom: 4px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 11px rgba(78,210,255,.45); }
.hero-tagline strong { color: #e7f0fb; font: 700 18px var(--font-display); letter-spacing: .1em; text-shadow: 0 2px 18px rgba(0,0,0,.7); }
.hero-tagline span { color: #58d3ff; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-shadow: 0 2px 15px rgba(0,0,0,.8); }

.poll-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .76fr 1.55fr; align-items: center; gap: 34px; min-height: 184px; margin-top: 25px; padding: 24px 28px; border: 1px solid rgba(83,179,255,.2); border-radius: 17px; background: radial-gradient(circle at 10% 0, rgba(52,128,255,.15), transparent 38%), linear-gradient(115deg, rgba(14,30,53,.94), rgba(5,11,22,.96)); box-shadow: 0 18px 50px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.04); }
.poll-card::after { content: "?"; position: absolute; left: 30%; top: -58%; color: rgba(100,185,255,.035); font: 700 350px var(--font-display); pointer-events: none; }
.poll-intro { position: relative; z-index: 1; }
.poll-intro h2 { margin-top: 8px; font-size: 29px; line-height: 1.08; letter-spacing: -.04em; }
.poll-intro h2 em { color: var(--cyan); font-style: normal; }
.poll-intro p { margin: 10px 0 0; color: #9aa8bb; font-size: 12px; line-height: 1.5; }
.poll-form { position: relative; z-index: 1; }
.poll-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.poll-option { position: relative; min-width: 0; min-height: 96px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 10px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.025); cursor: pointer; transition: transform .22s, border-color .22s, background .22s, box-shadow .22s; }
.poll-option:hover { transform: translateY(-3px); border-color: rgba(84,195,255,.35); background: rgba(69,138,255,.07); }
.poll-option input { position: absolute; opacity: 0; pointer-events: none; }
.poll-option:has(input:focus-visible) { outline: 2px solid var(--cyan); outline-offset: 2px; }
.poll-option:has(input:checked) { border-color: rgba(84,195,255,.62); background: linear-gradient(135deg, rgba(52,129,255,.18), rgba(71,203,255,.06)); box-shadow: inset 0 0 25px rgba(49,134,255,.08), 0 7px 24px rgba(40,119,255,.09); }
.poll-game-name { min-width: 0; display: grid; gap: 3px; padding-right: 24px; }
.poll-game-name small { color: #718199; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.poll-game-name strong { font: 650 16px/1.2 var(--font-display); }
.poll-check { position: absolute; top: 8px; right: 8px; width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: transparent; font-size: 10px; transition: .2s; }
.poll-option:has(input:checked) .poll-check { color: #06101d; border-color: var(--cyan); background: var(--cyan); box-shadow: 0 0 12px rgba(85,217,255,.45); }
.poll-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 12px; }
.poll-message { color: #8998ad; font-size: 12px; }
.poll-message.success { color: #51e39a; }
.poll-submit { min-height: 40px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid rgba(91,196,255,.28); border-radius: 8px; color: #07111e; background: linear-gradient(135deg, #62ddff, #4e8dff); box-shadow: 0 8px 22px rgba(48,140,255,.15); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s, box-shadow .2s, opacity .2s; }
.poll-submit:hover { transform: translateY(-2px); box-shadow: 0 11px 28px rgba(48,140,255,.25); }
.poll-submit:disabled { color: #7e8ba0; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); box-shadow: none; cursor: default; }
.poll-total { display: flex; align-items: baseline; gap: 8px; margin-top: 15px; }
.poll-total[hidden] { display: none; }
.poll-total strong { color: var(--cyan); font: 700 30px var(--font-display); line-height: 1; }
.poll-total span { color: #8291a6; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.option-result { visibility: hidden; opacity: 0; display: grid; gap: 6px; transition: opacity .25s; }
.results-ready .option-result { visibility: visible; opacity: 1; }
.option-result-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #8998ad; font-size: 12px; }
.option-result-meta b { color: #d7e4f5; font-size: 12px; }
.option-result-meta .result-label { color: inherit; }
.result-track { overflow: hidden; width: 100%; height: 6px; border-radius: 9px; background: rgba(255,255,255,.08); }
.result-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #4d8dff, #5ee0ff); box-shadow: 0 0 10px rgba(84,205,255,.38); transition: width .7s ease; }
.result-percent { color: #a9bad0; font-size: 12px; font-weight: 800; text-align: right; }

.games-section { position: relative; padding-bottom: 28px; background: linear-gradient(180deg, #03070e, #050b14 48%, #02060c); }
.games-section::before { content: ""; position: absolute; inset: 10% 0 auto; height: 560px; background: radial-gradient(ellipse at 50% 40%, rgba(30, 99, 172, .12), transparent 65%); pointer-events: none; }
.section-heading { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 50px; }
.section-heading h2, .world-copy h2, .community-box h2 { margin-top: 8px; font-size: clamp(39px, 4.4vw, 62px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 5px; color: #a3afc0; font-size: 15px; line-height: 1.65; }
.games-carousel { position: relative; overflow: hidden; margin-top: 28px; padding-bottom: 8px; }
.games-grid { --card-gap: 13px; position: relative; display: flex; gap: var(--card-gap); }
.carousel-controls { position: absolute; z-index: 5; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; pointer-events: none; }
.carousel-arrow { width: 42px; height: 42px; display: grid; place-items: center; padding: 0 0 4px; border: 1px solid rgba(112, 201, 255, .42); border-radius: 50%; color: #eaf7ff; background: rgba(4, 13, 27, .86); box-shadow: 0 8px 22px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(10px); font: 400 34px/1 Arial, sans-serif; cursor: pointer; opacity: .82; pointer-events: auto; transition: opacity .2s, transform .2s, background .2s, border-color .2s; }
.games-carousel:hover .carousel-arrow, .games-carousel:focus-within .carousel-arrow { opacity: 1; }
.carousel-arrow:hover { transform: scale(1.08); border-color: var(--cyan); background: rgba(19, 70, 112, .95); }
.carousel-arrow:focus-visible { opacity: 1; outline: 2px solid var(--cyan); outline-offset: 3px; }
.game-card { --accent: 80, 175, 255; flex: 0 0 calc((100% - (var(--card-gap) * 2)) / 3); min-height: 550px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 17px; border: 1px solid rgba(var(--accent), .2); border-radius: 18px; background: linear-gradient(180deg, rgba(var(--accent), .08), rgba(6, 11, 22, .96) 62%); box-shadow: 0 18px 60px rgba(0,0,0,.18); transition: transform .35s, border-color .35s, box-shadow .35s; }
.game-card:hover { transform: translateY(-7px); border-color: rgba(var(--accent), .45); box-shadow: 0 25px 75px rgba(0,0,0,.36), 0 0 40px rgba(var(--accent), .06); }
.game-fw { --accent: 229, 75, 46; }
.game-pw { --accent: 227, 177, 62; }
.game-jd { --accent: 68, 150, 255; }
.game-webpw { --accent: 235, 80, 42; }
.card-atmosphere { position: absolute; inset: 0 0 auto; height: 325px; background: radial-gradient(circle at 50% 35%, rgba(var(--accent), .35), transparent 52%), linear-gradient(180deg, rgba(var(--accent), .08), transparent); opacity: .58; }
.card-atmosphere::after { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 40%, transparent 0 45px, rgba(255,255,255,.045) 46px, transparent 47px 77px); }
.game-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.status, .version { padding: 7px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; background: rgba(1,5,12,.58); backdrop-filter: blur(12px); font-size: 9.5px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.status { display: flex; align-items: center; gap: 6px; }
.status i { width: 6px; height: 6px; border-radius: 50%; }
.online i { background: #39e88b; box-shadow: 0 0 9px #28e879; animation: status-pulse 1.6s infinite; }
.soon i { background: #ffc34a; box-shadow: 0 0 8px #f3a927; }
@keyframes status-pulse { 50% { opacity: .45; } }
.version { color: #77869b; }
.game-logo { position: relative; z-index: 1; height: 240px; display: grid; place-items: center; padding: 16px 12px 2px; }
.game-logo::after { content: ""; position: absolute; z-index: -1; bottom: 25px; width: 65%; height: 25px; border-radius: 50%; background: rgba(var(--accent), .35); filter: blur(25px); }
.game-logo img { max-height: 190px; width: 92%; object-fit: contain; filter: drop-shadow(0 15px 18px rgba(0,0,0,.5)); transition: transform .35s; }
.game-fw .game-logo img { width: 124%; max-width: none; max-height: 240px; }
.game-pw .game-logo img { width: 116%; max-width: none; max-height: 230px; }
.game-jd .game-logo img { width: 88%; }
.game-webpw .game-logo img { width: 128%; max-width: none; max-height: 210px; }
.game-card:hover .game-logo img { transform: scale(1.035); }
.game-copy { position: relative; z-index: 1; margin-top: auto; }
.game-type { color: rgba(var(--accent), .95); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.game-copy h3 { margin-top: 5px; font-size: 25px; letter-spacing: -.025em; }
.game-copy p { min-height: 83px; margin: 9px 0 14px; color: #a6b1c1; font-size: 14px; line-height: 1.55; }
.game-webpw .game-copy p { min-height: auto; margin-bottom: 8px; }
.browser-support { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 8px; margin: -4px 0 14px; color: #d8b466; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.browser-icons { flex-basis: 100%; display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 34px; }
.browser-icons img { width: 27px; height: 27px; padding: 5px; border: 1px solid rgba(224, 175, 77, .36); border-radius: 8px; background: linear-gradient(145deg, rgba(96, 47, 27, .8), rgba(27, 17, 21, .88)); box-shadow: inset 0 1px rgba(255,255,255,.13), 0 4px 11px rgba(0,0,0,.25); object-fit: contain; }
.browser-support strong { color: #f2bd4b; }
.browser-support span { padding-left: 8px; border-left: 1px solid rgba(235, 183, 73, .35); color: #aeb9c8; }
.game-footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; }
.card-button { min-width: 0; flex: 1; display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 0 12px; border: 1px solid rgba(var(--accent), .36); border-radius: 9px; color: #fff; background: linear-gradient(110deg, rgba(var(--accent), .2), rgba(var(--accent), .07)); box-shadow: inset 0 1px rgba(255,255,255,.05), 0 7px 22px rgba(var(--accent), .07); font-size: 11px; font-weight: 800; letter-spacing: .06em; white-space: nowrap; text-transform: uppercase; transition: .25s; }
.card-button span { color: rgba(var(--accent), 1); font-size: 15px; }
.card-button:hover { transform: translateY(-2px); background: linear-gradient(110deg, rgba(var(--accent), .3), rgba(var(--accent), .12)); border-color: rgba(var(--accent), .65); box-shadow: 0 10px 26px rgba(var(--accent), .12); }
.card-button.disabled { color: #7d899a; cursor: default; }
.socials { display: flex; flex-shrink: 0; gap: 2px; }
.socials a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; color: #b4c0d1; background: rgba(255,255,255,.025); transition: .2s; }
.socials a svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.socials a svg .fill-icon { fill: currentColor; stroke: none; }
.socials a svg .no-stroke { stroke: none; }
.socials a:hover { color: #fff; transform: translateY(-2px); border-color: rgba(var(--accent), .55); background: rgba(var(--accent), .15); box-shadow: 0 6px 18px rgba(var(--accent), .1); }

.world-section { overflow: hidden; padding-top: 18px; padding-bottom: 20px; background: radial-gradient(ellipse at 28% 48%, rgba(27, 107, 183, .16), transparent 31%), linear-gradient(180deg, #02060c, #050c16 55%, #010409); }
.world-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.world-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.world-visual::before { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle, rgba(36, 140, 255, .19), transparent 65%); filter: blur(5px); }
.world-core { position: relative; z-index: 3; width: 260px; height: 260px; display: grid; place-items: center; border: 1px solid rgba(92,193,255,.18); border-radius: 50%; background: radial-gradient(circle, rgba(18, 54, 101, .55), rgba(4, 9, 18, .7)); box-shadow: inset 0 0 70px rgba(48,131,255,.09), 0 0 80px rgba(25,105,226,.12); }
.world-core img { width: 230px; filter: drop-shadow(0 18px 26px rgba(0,0,0,.5)); }
.orbit { position: absolute; border: 1px solid rgba(107,185,255,.13); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.orbit-one { width: 390px; height: 390px; animation: rotate 17s linear infinite; }
.orbit-two { width: 505px; height: 505px; border-style: dashed; animation: rotate 29s linear infinite reverse; }
@keyframes rotate { to { transform: rotate(360deg); } }
.world-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(120,193,255,.19); border-radius: 10px; background: rgba(4, 12, 24, .94); box-shadow: 0 12px 38px rgba(0,0,0,.38), inset 0 0 20px rgba(51,139,255,.04); backdrop-filter: blur(12px); font: 700 15px var(--font-display); }
.world-chip b { color: #8492a6; font: 800 9px var(--font-body); letter-spacing: .12em; }
.chip-one { top: 18%; right: 0; }
.chip-two { top: 48%; left: -2%; }
.chip-two b { color: #48df94; }
.chip-three { bottom: 15%; right: 5%; }
.world-copy > p { max-width: 550px; margin: 17px 0 22px; color: #a8b3c3; font-size: 15px; line-height: 1.65; }
.world-copy ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.world-copy li { display: flex; align-items: center; gap: 16px; padding: 17px 0; border-top: 1px solid var(--line); }
.world-copy li:last-child { border-bottom: 1px solid var(--line); }
.world-copy li > span { color: var(--cyan); font: 700 12px var(--font-display); }
.world-copy li div { display: grid; gap: 2px; }
.world-copy li strong { font: 600 17px var(--font-display); }
.world-copy li small { color: #929eb0; font-size: 12px; }

.community-section { padding: 8px 0 70px; background: #010308; }
.community-box { position: relative; isolation: isolate; overflow: visible; display: grid; grid-template-columns: 1.25fr .65fr .55fr; align-items: center; gap: 36px; min-height: 330px; padding: 46px 48px; border: 1px solid rgba(81,185,255,.18); border-radius: 22px; background: linear-gradient(125deg, rgba(19,55,98,.36), rgba(9,16,30,.55)), radial-gradient(circle at 84% 54%, rgba(198,91,35,.12), transparent 28%); box-shadow: 0 22px 60px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.03); }
.community-box::before { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: inherit; background: radial-gradient(circle at 86% 58%, rgba(203,100,42,.15), rgba(48,132,255,.06) 24%, transparent 43%); pointer-events: none; }
.community-box::after { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.035); pointer-events: none; }
.community-copy, .community-action { position: relative; z-index: 3; }
.community-copy h2 { font-size: clamp(42px, 4vw, 56px); }
.community-action p { margin: 0 0 19px; color: #a8b3c3; font-size: 14px; line-height: 1.65; }
.community-character { position: absolute; z-index: 4; right: -44px; bottom: -50px; width: auto; height: 410px; pointer-events: none; filter: drop-shadow(-20px 20px 24px rgba(0,0,0,.55)) drop-shadow(0 0 18px rgba(190,86,32,.12)); }

.footer { padding: 50px 0 20px; border-top: 1px solid rgba(255,255,255,.06); background: #000; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, .65fr); gap: 45px; padding-bottom: 48px; }
.footer-brand p { margin: 14px 0 0; color: #8995a6; font-size: 13px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 5px; color: #7e8ba0; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #b3bdcb; font-size: 12px; transition: .2s; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #737f91; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom b { color: #8290a4; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.games-grid .reveal:nth-child(2) { transition-delay: .08s; }
.games-grid .reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 980px) {
  .nav { gap: 10px; }
  .nav-menu a { padding-inline: 8px; font-size: 9px; }
  .hero-emblem { right: -9vw; opacity: .4; width: 65vw; }
  .game-card { flex-basis: calc((100% - var(--card-gap)) / 2); }
  .world-layout { gap: 25px; }
  .world-visual { transform: scale(.85); }
  .community-box { gap: 24px; padding-inline: 34px; }
  .community-character { right: -30px; bottom: -45px; height: 360px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 600px); }
  .section { padding: 62px 0; }
  .games-section { padding-bottom: 38px; }
  .world-section { padding-top: 38px; padding-bottom: 34px; }
  .community-section { padding-top: 12px; }
  .site-header, .site-header.scrolled { top: 7px; }
  .nav { height: 58px; border-radius: 13px; }
  .brand img { width: 39px; height: 39px; }
  .brand span { font-size: 12px; }
  .menu-toggle { position: relative; z-index: 3; display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-menu { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 8px; background: rgba(3, 8, 17, .97); opacity: 0; visibility: hidden; transition: .25s; }
  .nav-menu.open { opacity: 1; visibility: visible; }
  .nav-menu a { padding: 10px 30px; font: 600 24px var(--font-display); letter-spacing: -.02em; text-transform: none; }
  .nav-cta { display: none; }
  .hero { min-height: 700px; height: 100svh; max-height: 790px; align-items: flex-end; padding-bottom: 80px; }
  .hero-emblem { top: 29%; right: -16%; width: 85vw; opacity: .3; }
  .hero-content { padding-top: 80px; }
  h1 { font-size: clamp(45px, 14vw, 68px); }
  .hero-content > p { font-size: 13px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 340px; }
  .hero-stats { gap: 13px; margin-top: 34px; }
  .hero-stats div { display: grid; gap: 2px; }
  .hero-stats span { font-size: 7px; }
  .discord-float { right: 14px; bottom: 14px; width: 60px; min-height: 60px; padding: 6px; border-radius: 18px; }
  .discord-float .discord-icon { width: 46px; height: 46px; }
  .discord-float .discord-copy, .discord-float-arrow { display: none; }
  .scroll-cue { display: none; }
  .hero-tagline { top: 10px; width: calc(100% - 36px); gap: 3px; }
  .hero-tagline::before { width: 72px; margin-bottom: 2px; }
  .hero-tagline strong { font-size: 12px; letter-spacing: .07em; }
  .hero-tagline span { font-size: 9px; letter-spacing: .08em; }
  .poll-card { grid-template-columns: 1fr; gap: 20px; padding: 23px 20px; }
  .poll-intro h2 { font-size: 28px; }
  .poll-intro h2 br { display: none; }
  .poll-options { grid-template-columns: 1fr; }
  .poll-option { min-height: 92px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .section-heading > p { max-width: 500px; }
  .game-card { flex-basis: 100%; }
  .game-card { min-height: 530px; }
  .carousel-controls { padding-inline: 7px; }
  .carousel-arrow { width: 38px; height: 38px; font-size: 30px; }
  .world-layout { grid-template-columns: 1fr; }
  .world-visual { min-height: 440px; margin: -20px 0; transform: scale(.77); }
  .community-box { grid-template-columns: 1fr; gap: 20px; min-height: 570px; padding: 35px 25px 230px; }
  .community-action { max-width: 480px; }
  .community-character { right: 0; bottom: -40px; height: 330px; opacity: .92; }
  .footer-main { grid-template-columns: 1.2fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 15px; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .hero { min-height: 760px; }
  .hero-stats i { display: none; }
  .hero-stats { justify-content: space-between; }
  .poll-footer { align-items: stretch; flex-direction: column; }
  .poll-submit { justify-content: center; width: 100%; min-height: 44px; }
  .game-footer { align-items: flex-start; flex-direction: column; }
  .card-button { flex: none; width: 100%; }
  .world-visual { transform: scale(.65); margin: -55px 0; }
  .world-chip { white-space: nowrap; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero-media video { display: none; }
}
