:root {
  --bg: #090a10;
  --bg-soft: #11131d;
  --panel: rgba(255,255,255,.045);
  --panel-border: rgba(255,255,255,.11);
  --text: #f7f7fa;
  --muted: #adb0bd;
  --purple: #8b2bf1;
  --orange: #ff6a0a;
  --green: #9ed600;
  --header-height: 78px;
  --radius: 28px;
  --max-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 16%, rgba(139,43,241,.12), transparent 32rem),
    radial-gradient(circle at 90% 36%, rgba(255,106,10,.08), transparent 30rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.site-header {
  min-height: var(--header-height);
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px max(22px, calc((100vw - var(--max-width)) / 2));
  background: rgba(8,9,14,.88);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 50px; height: 50px; object-fit: contain; }
.brand-name { color: #fff; font-size: .95rem; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.brand-name strong { color: var(--green); }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { position: relative; color: #c4c6d0; font-weight: 750; font-size: .95rem; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--purple), var(--orange), var(--green)); transition: right .2s ease; }
.main-nav a:hover { color: white; }
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--panel-border); border-radius: 13px; background: rgba(255,255,255,.05); cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; display: block; margin: 4px auto; background: white; border-radius: 999px; }
.hero {
  width: min(var(--max-width), calc(100% - 44px));
  min-height: 100svh;
  margin: 0 auto;
  padding: calc(var(--header-height) + 72px) 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
  position: relative;
}
.hero::after { content: ""; position: absolute; inset: auto 8% 8% auto; width: 38%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent); }
.hero-copy-wrap { position: relative; z-index: 2; }
.hero h1 { margin: 0 0 24px; font-size: clamp(4.2rem, 8vw, 7.6rem); line-height: .84; letter-spacing: -.07em; }
.hero h1 span { display: block; background: linear-gradient(100deg, #fff 5%, #d9d5e5 40%, #fff 75%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { max-width: 660px; margin: 0 0 34px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .22em; }
.primary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border-radius: 15px; color: white; background: linear-gradient(110deg, var(--purple), var(--orange)); box-shadow: 0 14px 42px rgba(139,43,241,.22); font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 50px rgba(139,43,241,.31); }
.text-button { color: #d7d8df; font-weight: 780; }
.text-button:hover { color: white; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 520px; }
.hero-mark-shell { width: min(420px, 82vw); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 38% 62% 54% 46% / 42% 42% 58% 58%; background: radial-gradient(circle at 32% 26%, rgba(139,43,241,.25), transparent 34%), radial-gradient(circle at 76% 72%, rgba(157,214,0,.12), transparent 34%), rgba(255,255,255,.022); box-shadow: inset 0 0 80px rgba(255,255,255,.02), 0 50px 100px rgba(0,0,0,.35); animation: float 7s ease-in-out infinite; }
.hero-mark-shell img { width: 68%; filter: drop-shadow(0 24px 34px rgba(0,0,0,.45)); }
.hero-orbit { display: none; }
.orbit-one { width: 460px; height: 460px; right: -30px; top: 22%; }
.orbit-two { width: 560px; height: 560px; right: -80px; top: 16%; border-color: rgba(139,43,241,.08); }
.accent-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; box-shadow: 0 0 24px currentColor; }
.accent-dot.purple { color: var(--purple); background: currentColor; left: 8%; top: 28%; }
.accent-dot.orange { color: var(--orange); background: currentColor; right: 9%; top: 18%; }
.accent-dot.green { color: var(--green); background: currentColor; right: 3%; bottom: 24%; }
.section { width: min(var(--max-width), calc(100% - 44px)); margin: 0 auto; padding: 110px 0; scroll-margin-top: var(--header-height); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 5.5vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
h3 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p:last-child, .body-copy, .mixoria-content p, .store-panel p, .support-panel p, .gallery-heading > p { color: var(--muted); font-size: 1.04rem; }
.mixoria-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); min-height: 590px; overflow: hidden; border: 1px solid rgba(255,255,255,.10); border-radius: 32px; background: #101118; box-shadow: 0 38px 110px rgba(0,0,0,.34); }
.mixoria-art { position: relative; min-height: 590px; overflow: hidden; background: #191928; }
.mixoria-background { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; }
.mixoria-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(16,17,24,.35)), linear-gradient(0deg, rgba(8,9,14,.25), transparent 45%); }
.mixoria-logo-wrap { position: absolute; z-index: 2; left: 24px; bottom: 24px; width: min(300px, 46%); padding: 14px; border-radius: 22px; background: rgba(255,255,255,.80); box-shadow: 0 16px 50px rgba(0,0,0,.28); backdrop-filter: blur(8px); }
.mixoria-content { padding: clamp(38px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 100% 0, rgba(139,43,241,.10), transparent 34%), #101118; }
.card-kicker { margin-bottom: 13px !important; color: var(--orange) !important; font-size: .76rem !important; font-weight: 900; letter-spacing: .18em; }
.mixoria-lead { margin-bottom: 28px; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.feature-chips span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.035); color: #d7d9e0; font-size: .82rem; font-weight: 780; }
.game-status { display: inline-flex; align-items: center; gap: 10px; color: #f0f1f4; font-weight: 800; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px rgba(157,214,0,.75); }
.gallery-heading { margin: 72px 0 26px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.gallery-heading h3 { margin-bottom: 0; }
.gallery-heading > p { margin-bottom: 8px; }
.game-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 240px; gap: 16px; }
.gallery-card { position: relative; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: #11131b; cursor: zoom-in; text-align: left; }
.gallery-card-wide { grid-row: span 2; grid-column: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-card:not(.gallery-card-wide) img { object-fit: contain; padding: 18px; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,5,9,.88), transparent 46%); }
.gallery-card span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 15px; color: white; font-weight: 820; font-size: .88rem; }
.gallery-card:hover img { transform: scale(1.035); filter: brightness(1.06); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 120px); align-items: start; border-top: 1px solid rgba(255,255,255,.07); }
.body-copy { padding-top: 32px; }
.body-copy p { margin-bottom: 18px; }
.store-panel, .support-panel { padding: clamp(38px, 6vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 42px; border: 1px solid var(--panel-border); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: 0 28px 90px rgba(0,0,0,.22); }
.store-panel { border-color: rgba(157,214,0,.18); }
.support-panel { border-color: rgba(139,43,241,.22); }
.store-status { flex: 0 0 auto; padding: 13px 16px; border: 1px solid rgba(157,214,0,.30); border-radius: 999px; color: var(--green); font-weight: 900; letter-spacing: .1em; font-size: .76rem; }
.site-footer { width: min(var(--max-width), calc(100% - 44px)); margin: 0 auto; padding: 38px 0 48px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--muted); font-size: .9rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 42px; height: 42px; object-fit: contain; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links span { color: #858895; }
.back-to-top {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 45;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, rgba(139,43,241,.96), rgba(255,106,10,.92));
  box-shadow: 0 14px 38px rgba(0,0,0,.38), 0 0 24px rgba(139,43,241,.18);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { transform: translateY(-2px); box-shadow: 0 18px 46px rgba(0,0,0,.44), 0 0 28px rgba(139,43,241,.24); }
.back-to-top:focus-visible { outline: 3px solid rgba(157,214,0,.85); outline-offset: 3px; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 72px 24px 24px; background: rgba(3,4,7,.92); backdrop-filter: blur(14px); }
.lightbox[hidden] { display: none; }
.lightbox-image { max-width: min(1100px, 94vw); max-height: 86vh; border-radius: 22px; box-shadow: 0 40px 130px rgba(0,0,0,.65); }
.lightbox-close { position: fixed; right: 24px; top: 20px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.07); color: white; font-size: 2rem; line-height: 1; cursor: pointer; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: calc(var(--header-height) + 90px); text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-copy { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 410px; }
  .orbit-one, .orbit-two { left: 50%; right: auto; transform: translateX(-50%); }
  .mixoria-card { grid-template-columns: 1fr; }
  .mixoria-art { min-height: 580px; }
  .game-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-card-wide { grid-column: span 2; }
}
@media (max-width: 720px) {
  :root { --header-height: 70px; }
  .site-header { padding: 8px 16px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: .78rem; letter-spacing: .1em; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 10px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; border: 1px solid var(--panel-border); border-radius: 17px; background: rgba(12,13,20,.98); box-shadow: 0 24px 80px rgba(0,0,0,.48); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 12px; }
  .main-nav a::after { display: none; }
  .hero, .section, .site-footer { width: min(100% - 28px, var(--max-width)); }
  .hero { padding-top: calc(var(--header-height) + 68px); gap: 28px; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
  .hero-visual { min-height: 340px; }
  .hero-mark-shell { width: min(310px, 78vw); }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 410px; height: 410px; }
  .section { padding: 78px 0; }
  .mixoria-card { min-height: 0; border-radius: 24px; }
  .mixoria-art { min-height: 510px; }
  .mixoria-logo-wrap { width: 54%; left: 16px; bottom: 16px; }
  .mixoria-content { padding: 34px 24px 38px; }
  .gallery-heading { margin-top: 56px; align-items: flex-start; flex-direction: column; gap: 4px; }
  .game-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: 12px; }
  .gallery-card-wide { grid-column: span 2; grid-row: span 2; }
  .gallery-card span { font-size: .78rem; }
  .split-section { grid-template-columns: 1fr; gap: 8px; }
  .body-copy { padding-top: 0; }
  .store-panel, .support-panel { align-items: flex-start; flex-direction: column; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  .back-to-top { left: 14px; bottom: 14px; width: 48px; height: 48px; border-radius: 14px; font-size: 1.5rem; }
}
@media (max-width: 460px) {
  .brand-name strong { display: none; }
  .hero h1 { font-size: clamp(3.6rem, 21vw, 5rem); }
  .hero-visual { min-height: 300px; }
  .game-gallery { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-card-wide { grid-column: auto; grid-row: span 2; }
  .mixoria-art { min-height: 440px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-mark-shell { animation: none; }
  * { transition: none !important; }
}

/* Social networks: the grid wraps automatically, so more networks can be added later without redesigning the page. */
.support-copy { flex: 1 1 52%; }
.support-copy .primary-button { margin-top: 10px; }
.social-panel {
  flex: 1 1 420px;
  max-width: 500px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 22px;
  background: rgba(7,8,13,.46);
}
.social-kicker {
  margin: 0 0 8px !important;
  color: var(--orange) !important;
  font-size: .72rem !important;
  font-weight: 900;
  letter-spacing: .18em;
}
.social-panel h3 { margin-bottom: 18px; font-size: 1.55rem; letter-spacing: -.025em; }
.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.social-link {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 15px;
  background: rgba(255,255,255,.035);
  color: #e9eaf0;
  font-size: .88rem;
  font-weight: 820;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.social-link svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-link[data-social="facebook"] svg path { fill: currentColor; stroke: none; }
.social-link[data-social="x"] svg path { stroke-width: 2.1; }
.social-link[data-social="youtube"] svg .social-play { fill: currentColor; stroke: none; }
.social-link .social-dot { fill: currentColor; stroke: none; }
.social-link:not(.is-pending):hover {
  transform: translateY(-2px);
  border-color: rgba(157,214,0,.4);
  background: rgba(255,255,255,.06);
}
.social-link.is-pending { color: #a9abb6; cursor: default; }
.social-soon { margin-left: 5px; color: var(--orange); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.social-note { margin: 14px 0 0 !important; color: #7f828e !important; font-size: .78rem !important; }
.social-links-extra { display: contents; }

@media (max-width: 720px) {
  .social-panel { width: 100%; max-width: none; padding: 22px; }
  .social-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 390px) {
  .social-links { grid-template-columns: 1fr; }
}
