:root {
  --red: #ef3d49;
  --red-dark: #a51f2a;
  --orange: #ec7c20;
  --gold: #f4ca52;
  --ink: #0d0909;
  --ink-soft: #151011;
  --text: #fff8f3;
  --muted: #c7b9b4;
  --line: rgba(255, 255, 255, .11);
  --surface: rgba(255, 255, 255, .055);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: radial-gradient(circle at 82% 7%, rgba(239,61,73,.18), transparent 25%), radial-gradient(circle at 11% 40%, rgba(236,124,32,.09), transparent 28%), linear-gradient(180deg,#0b0808 0%,#120b0c 55%,#0b0808 100%);
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { color: #1b0808; background: var(--gold); }
.page-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.bg-grid { position: fixed; inset: 0; z-index: -2; opacity: .3; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom,black,transparent 84%); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 9px 14px; border-radius: 10px; color: var(--ink); background: var(--gold); font-weight: 900; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.065); background: rgba(13,9,9,.73); backdrop-filter: blur(20px); }
.header-inner { width: min(1180px,calc(100% - 40px)); min-height: 78px; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 11px; font-family: 'Space Grotesk',sans-serif; font-size: 1.22rem; font-weight: 700; letter-spacing: -.04em; }
.brand > span:last-child span { color: var(--gold); }
.brand-logo { width: 48px; height: 48px; flex: 0 0 auto; border: 1px solid rgba(244,202,82,.28); border-radius: 13px; object-fit: cover; box-shadow: 0 8px 24px rgba(239,61,73,.2); }
.brand-logo.large { width: 60px; height: 60px; border-radius: 16px; }
.brand-logo.small { width: 44px; height: 44px; border-radius: 12px; }
.desktop-nav { flex: 1; display: flex; justify-content: center; gap: 4px; }
.desktop-nav a { padding: 9px 13px; border-radius: 10px; color: var(--muted); font-size: .83rem; font-weight: 750; transition: .2s; }
.desktop-nav a:hover { color: white; background: var(--surface); }
.header-cta { min-height: 41px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; border: 1px solid rgba(88,101,242,.38); border-radius: 11px; color: #daddff; background: rgba(88,101,242,.11); font-size: .78rem; font-weight: 850; }
.header-cta:hover { background: rgba(88,101,242,.2); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #62e6a6; box-shadow: 0 0 12px #62e6a6; animation: pulse 1.8s infinite; }
.mobile-menu { display: none; margin-left: auto; }.mobile-menu summary { width: 44px; height: 42px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 11px; list-style: none; cursor: pointer; }.mobile-menu summary::-webkit-details-marker { display: none; }.mobile-menu summary span { width: 18px; height: 2px; background: white; }.mobile-menu nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 1px); display: grid; padding: 12px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: #110c0d; box-shadow: 0 20px 50px #0008; }.mobile-menu nav a { padding: 12px 14px; border-radius: 9px; color: var(--muted); font-weight: 700; }.mobile-menu nav a:last-child { color: white; background: #5865f2; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(48px,7vw,100px); padding-top: 76px; padding-bottom: 88px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: #d0c4bf; font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg,var(--red),var(--gold)); box-shadow: 0 0 16px rgba(239,61,73,.85); }
h1,h2,h3 { font-family: 'Space Grotesk',sans-serif; }
.hero h1,.subpage-hero h1,.detail-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.8rem,7.1vw,6.8rem); line-height: .94; letter-spacing: -.065em; }
em { color: transparent; background: linear-gradient(100deg,var(--red),var(--orange) 60%,var(--gold)); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-intro { max-width: 660px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1rem,1.35vw,1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border: 1px solid var(--line); border-radius: 14px; font-size: .88rem; font-weight: 850; transition: transform .2s,background .2s,border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { border: 0; color: #250a08; background: linear-gradient(115deg,var(--red-dark),var(--red) 27%,var(--orange) 72%,var(--gold)); box-shadow: 0 16px 44px rgba(239,61,73,.2); }.button.primary span { font-size: 1.05rem; }
.button.secondary { background: var(--surface); backdrop-filter: blur(12px); }.button.secondary:hover { border-color: rgba(244,202,82,.4); background: rgba(244,202,82,.08); }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 32px; }.hero-proof p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }.hero-proof strong { color: white; }
.avatar-row { display: flex; }.avatar-row img { width: 40px; height: 40px; border: 2px solid #120b0c; border-radius: 50%; object-fit: cover; }.avatar-row img + img { margin-left: -10px; }
.hell-card { justify-self: end; width: min(100%,460px); padding: 18px; border: 1px solid rgba(239,61,73,.28); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); box-shadow: 0 38px 110px rgba(0,0,0,.48),0 0 70px rgba(239,61,73,.1); transform: rotate(1.2deg); }
.hell-card-top { display: flex; align-items: center; gap: 14px; padding: 4px 4px 18px; }.hell-card-top div { display: grid; }.hell-card-top small,.discord-card-head small { color: var(--gold); font-size: .61rem; font-weight: 900; letter-spacing: .14em; }.hell-card-top strong { font-size: .98rem; }
.hell-window { position: relative; min-height: 395px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 18px; background: radial-gradient(circle at 80% 20%,rgba(239,61,73,.18),transparent 28%),linear-gradient(145deg,#1b1214,#0d0a0b); }
.window-label { position: absolute; top: 22px; left: 22px; color: #78e7ae; font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.channel-list { position: absolute; top: 64px; left: 22px; display: grid; gap: 8px; }.channel-list span { width: 130px; padding: 8px 12px; border-radius: 8px; color: #85787a; background: rgba(255,255,255,.035); font-size: .72rem; font-weight: 700; }.channel-list span:nth-child(2) { color: white; background: rgba(239,61,73,.14); }
.floating-message { position: absolute; right: 20px; display: flex; align-items: center; gap: 10px; width: 265px; padding: 13px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(34,25,27,.9); box-shadow: 0 16px 45px #0006; }.floating-message.one { top: 128px; }.floating-message.two { top: 222px; right: 44px; }.floating-message > img { width: 36px; height: 36px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: #160d0e; object-fit: cover; }.floating-message p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }.floating-message strong { display: block; color: white; }
.hell-card > a { min-height: 52px; margin-top: 14px; display: flex; align-items: center; justify-content: space-between; padding: 0 5px 0 13px; color: #ffd9dc; font-size: .82rem; font-weight: 850; }.hell-card > a span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; color: #1b0909; background: var(--gold); font-size: 1.1rem; }

.current-project-wrap { padding: 120px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 50%,rgba(244,202,82,.08),transparent 30%),rgba(255,255,255,.018); }
.section-heading { max-width: 780px; margin-bottom: 42px; }.section-heading h2,.community-copy h2,.detail-body h2,.detail-cta h2 { margin: 0; font-size: clamp(2.7rem,5.3vw,4.9rem); line-height: .98; letter-spacing: -.055em; }
.project-feature { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)); box-shadow: 0 28px 90px rgba(0,0,0,.3); transition: border-color .25s,transform .25s; }.project-feature:hover { transform: translateY(-4px); border-color: rgba(244,202,82,.3); }
.project-visual { position: relative; min-height: 420px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at center,rgba(244,202,82,.17),transparent 24%),linear-gradient(140deg,#211315,#0d0a0a); }.project-visual::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle,black,transparent 70%); }
.project-orbit { position: absolute; width: 280px; height: 280px; border: 1px solid rgba(244,202,82,.17); border-radius: 50%; }.project-orbit::before,.project-orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px var(--gold); }.project-orbit::before { top: 32px; left: 28px; }.project-orbit::after { right: 1px; bottom: 82px; }.project-orbit.two { width: 410px; height: 410px; border-color: rgba(239,61,73,.14); transform: rotate(45deg); }
.game-mark { position: relative; z-index: 2; display: grid; line-height: .78; text-align: center; transform: rotate(-5deg); }.game-mark small { color: white; font: 800 1rem 'Space Grotesk'; letter-spacing: .42em; }.game-mark strong { color: white; font: 900 clamp(3.2rem,6vw,5.3rem) 'Space Grotesk'; letter-spacing: -.1em; }.game-mark em { font: 900 clamp(3.6rem,7vw,6.2rem) 'Space Grotesk'; letter-spacing: -.11em; }
.project-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px,5vw,64px); }.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(98,230,166,.24); border-radius: 999px; color: #9aebc3; background: rgba(98,230,166,.07); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #62e6a6; box-shadow: 0 0 10px #62e6a6; animation: pulse 1.8s infinite; }
.project-copy h3 { margin: 21px 0 9px; font-size: clamp(2.25rem,4vw,3.7rem); letter-spacing: -.05em; }.project-copy > p { margin: 0; color: var(--muted); }.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }.tag-row span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 8px; color: #d9ceca; font-size: .65rem; font-weight: 800; }
.project-meta { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }.project-meta span { display: grid; font-size: .81rem; font-weight: 800; }.project-meta small { color: #887c79; font-size: .57rem; letter-spacing: .14em; }.project-copy > b { margin-top: 28px; color: var(--gold); font-size: .82rem; }.project-copy > b span { margin-left: 8px; }

.creator-section { padding-top: 130px; padding-bottom: 140px; }.section-heading.with-side { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }.section-heading.with-side > p { max-width: 400px; margin: 0 0 8px; color: var(--muted); }
.live-empty { min-height: 210px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; color: var(--muted); background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02)); }.loading-ring { width: 22px; height: 22px; border: 2px solid #ffffff24; border-top-color: var(--gold); border-radius: 50%; animation: spin 1s linear infinite; }.live-empty.offline { justify-content: flex-start; }.live-empty.offline > div:nth-child(2) { display: grid; }.live-empty.offline strong { color: white; }.live-empty.offline span { font-size: .86rem; }.live-empty.offline > a { margin-left: auto; color: var(--gold); font-size: .8rem; font-weight: 800; }.creator-stack { display: flex; }.creator-stack img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.live-card { overflow: hidden; border: 1px solid rgba(145,71,255,.28); border-radius: 26px; background: linear-gradient(145deg,rgba(145,71,255,.1),rgba(255,255,255,.025)); }.live-preview { position: relative; aspect-ratio: 16/8; background: #080608; }.live-preview iframe { width: 100%; height: 100%; border: 0; }.live-badge { position: absolute; top: 18px; left: 18px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 8px; background: #ef3d49; font-size: .65rem; font-weight: 900; text-transform: uppercase; }.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: white; animation: pulse 1.8s infinite; }.live-info { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; padding: 20px; }.live-info > img { width: 58px; height: 58px; border-radius: 16px; object-fit: cover; }.live-info div > span { color: #cba9ff; font-size: .64rem; font-weight: 900; text-transform: uppercase; }.live-info h3 { margin: 2px 0; font-size: 1.15rem; }.live-info p { margin: 0; color: var(--muted); font-size: .75rem; }.live-info > a { color: var(--gold); font-size: .78rem; font-weight: 850; }.slider-controls { display: flex; justify-content: flex-end; align-items: center; gap: 12px; padding: 0 20px 20px; }.slider-controls button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 10px; color: white; background: var(--surface); cursor: pointer; }.slider-controls span { color: var(--muted); font-size: .72rem; }

.community-wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 15% 45%,rgba(239,61,73,.13),transparent 32%),rgba(255,255,255,.018); }.community-grid { display: grid; grid-template-columns: 1fr minmax(340px,430px); align-items: center; gap: clamp(60px,9vw,130px); padding-top: 110px; padding-bottom: 110px; }.community-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }.community-copy ul { list-style: none; margin: 35px 0 0; padding: 0; display: grid; }.community-copy li { padding: 17px 0; border-top: 1px solid var(--line); }.community-copy li strong { font-family: 'Space Grotesk'; }.community-copy li p { margin: 2px 0 0; color: var(--muted); font-size: .8rem; }
.discord-card { padding: 18px; border: 1px solid rgba(88,101,242,.38); border-radius: 26px; background: linear-gradient(145deg,rgba(88,101,242,.14),rgba(255,255,255,.04)); box-shadow: 0 30px 90px rgba(0,0,0,.38); }.discord-card-head { display: flex; align-items: center; gap: 12px; padding: 4px 4px 16px; }.discord-card-head > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: #5865f2; font-size: .72rem; font-weight: 900; }.discord-card-head div { display: grid; }.discord-card-head small { color: #b6bcff; }.discord-card iframe { width: 100%; min-height: 500px; border: 0; border-radius: 16px; background: #1e1f22; }.discord-card > a { display: flex; justify-content: center; margin-top: 14px; color: #c7ccff; font-size: .82rem; font-weight: 850; }
.partner-section { display: flex; align-items: center; justify-content: center; gap: clamp(30px,6vw,80px); padding-top: 70px; padding-bottom: 70px; }.partner-section > p { color: #706764; font-size: .62rem; font-weight: 900; letter-spacing: .18em; }.partner-section > a { display: flex; align-items: center; gap: 18px; }.partner-section strong { font: 800 2rem 'Space Grotesk'; letter-spacing: -.06em; }.partner-section strong span { color: var(--gold); }.partner-section small { max-width: 150px; color: var(--muted); font-size: .66rem; line-height: 1.4; }

.site-footer { border-top: 1px solid var(--line); }.footer-inner { width: min(1180px,calc(100% - 40px)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; padding: 38px 0 42px; }.footer-brand { display: flex; align-items: center; gap: 13px; }.footer-brand > div { display: grid; }.footer-brand strong { font-family: 'Space Grotesk'; }.footer-brand span { color: var(--muted); font-size: .75rem; }.footer-links { display: flex; gap: 18px; }.footer-links a { color: var(--muted); font-size: .78rem; font-weight: 750; }.footer-links a:hover { color: var(--gold); }.footer-inner > p { grid-column: 1/-1; margin: 0; padding-top: 22px; border-top: 1px solid var(--line); color: #837976; text-align: center; font-size: .75rem; }.footer-inner > p a { color: var(--gold); font-weight: 800; }

.subpage-hero { padding-top: 125px; padding-bottom: 105px; }.subpage-hero h1 { font-size: clamp(4rem,8vw,7.7rem); }.subpage-hero > p:last-child { max-width: 700px; margin: 28px 0 0; color: var(--muted); font-size: 1.08rem; }.project-list-section { padding-top: 85px; padding-bottom: 110px; }.list-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 35px; }.list-heading > div { display: flex; align-items: baseline; gap: 17px; }.list-heading span { color: var(--gold); font: 800 .72rem 'Space Grotesk'; }.list-heading h2 { margin: 0; font-size: 2.6rem; letter-spacing: -.05em; }.list-heading > p { margin: 0; color: var(--muted); font-size: .86rem; }
.project-list { display: grid; gap: 18px; }.project-list-card { position: relative; min-height: 330px; display: grid; grid-template-columns: 38% 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.02)); transition: .25s; }.project-list-card:hover { transform: translateY(-3px); border-color: rgba(244,202,82,.3); }.project-mini-visual { position: relative; min-height: 330px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle,rgba(244,202,82,.14),transparent 30%),#100b0c; }.game-mark.small small { font-size: .65rem; }.game-mark.small strong { font-size: clamp(2.2rem,4vw,3.8rem); }.game-mark.small em { font-size: clamp(2.6rem,4.6vw,4.4rem); }.project-list-card > div:nth-child(2) { align-self: center; padding: 38px; }.project-list-card h3 { margin: 17px 0 7px; font-size: 2.3rem; letter-spacing: -.05em; }.project-list-card p { max-width: 620px; margin: 0; color: var(--muted); }.project-list-card .project-meta { max-width: 360px; }.project-list-card > b { position: absolute; right: 28px; top: 28px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--gold); }.past-wrap { border-top: 1px solid var(--line); background: rgba(255,255,255,.018); }.empty-projects { min-height: 200px; display: flex; align-items: center; gap: 28px; padding: 35px; border: 1px dashed rgba(255,255,255,.14); border-radius: 22px; }.empty-projects > span { width: 75px; height: 75px; display: grid; place-items: center; border-radius: 50%; color: #786e6b; background: rgba(255,255,255,.035); font-size: .57rem; font-weight: 900; letter-spacing: .12em; }.empty-projects strong { font: 700 1.35rem 'Space Grotesk'; }.empty-projects p { margin: 4px 0 0; color: var(--muted); }

.detail-hero { padding-top: 70px; padding-bottom: 115px; }.back-link { display: inline-flex; margin-bottom: 65px; color: var(--muted); font-size: .78rem; font-weight: 800; }.back-link:hover { color: var(--gold); }.detail-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(50px,8vw,110px); }.detail-grid .status-pill { margin-bottom: 28px; }.detail-grid .eyebrow { margin-bottom: 18px; }.detail-hero h1 { font-size: clamp(4rem,7vw,7rem); }.detail-lead { margin: 24px 0 0; color: var(--muted); font-size: 1.15rem; }.project-visual.detail { min-height: 480px; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 30px 90px #0007; transform: rotate(1deg); }
.detail-body-wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }.detail-body { display: grid; grid-template-columns: 1fr 340px; gap: clamp(60px,10vw,130px); padding-top: 110px; padding-bottom: 110px; }.detail-body h2 { font-size: clamp(2.6rem,4.5vw,4.1rem); }.detail-body article > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }.detail-body aside { align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }.detail-body aside > div { display: grid; padding: 17px 4px; border-bottom: 1px solid var(--line); }.detail-body aside > div:last-child { border: 0; }.detail-body aside small { color: #887c79; font-size: .58rem; font-weight: 900; letter-spacing: .14em; }.detail-body aside strong,.detail-body aside span { margin-top: 3px; font-size: .85rem; }.detail-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-top: 105px; padding-bottom: 115px; }.detail-cta h2 { max-width: 720px; }.detail-cta p:not(.eyebrow) { color: var(--muted); }

@keyframes pulse { 50% { opacity: .35; transform: scale(.8); } }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 950px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 90px; }.hell-card { justify-self: center; width: min(100%,560px); }.project-feature,.community-grid,.detail-grid,.detail-body { grid-template-columns: 1fr; }.project-feature { min-height: auto; }.project-visual { min-height: 450px; }.community-grid { gap: 70px; }.discord-card { width: min(100%,500px); }.detail-grid .project-visual { width: min(100%,560px); justify-self: center; }.detail-body aside { width: min(100%,500px); }.section-heading.with-side { align-items: flex-start; flex-direction: column; gap: 20px; }
}
@media (max-width: 760px) {
  .page-shell,.header-inner,.footer-inner { width: min(100% - 28px,1180px); }.header-inner { min-height: 70px; }.desktop-nav,.header-cta { display: none; }.mobile-menu { display: block; }.hero { padding-top: 68px; }.hero h1,.subpage-hero h1,.detail-hero h1 { font-size: clamp(3.2rem,15vw,5.6rem); }.hell-window { min-height: 360px; }.floating-message { width: 235px; }.current-project-wrap,.creator-section { padding-top: 90px; padding-bottom: 90px; }.project-visual { min-height: 360px; }.project-meta { grid-template-columns: 1fr; }.section-heading.with-side > p { max-width: none; }.live-empty.offline { align-items: flex-start; flex-direction: column; }.live-empty.offline > a { margin: 0; }.community-grid { padding-top: 85px; padding-bottom: 85px; }.partner-section { flex-direction: column; text-align: center; }.footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }.footer-links { justify-content: center; flex-wrap: wrap; }.footer-inner > p { grid-column: auto; width: 100%; }.subpage-hero { padding-top: 90px; padding-bottom: 65px; }.project-list-section { padding-top: 65px; padding-bottom: 80px; }.list-heading { align-items: flex-start; flex-direction: column; gap: 8px; }.project-list-card { grid-template-columns: 1fr; }.project-mini-visual { min-height: 300px; }.project-list-card > div:nth-child(2) { padding: 28px; }.detail-hero { padding-top: 45px; padding-bottom: 85px; }.back-link { margin-bottom: 48px; }.detail-body { padding-top: 80px; padding-bottom: 80px; }.detail-cta { align-items: flex-start; flex-direction: column; padding-top: 80px; padding-bottom: 85px; }
}
@media (max-width: 480px) {
  .hero-actions .button { width: 100%; }.hero h1 { font-size: 3.35rem; }.hell-card { padding: 12px; border-radius: 21px; }.hell-card-top { padding: 4px 4px 14px; }.floating-message { right: 12px; width: 220px; }.floating-message.two { right: 25px; }.project-feature { border-radius: 22px; }.project-copy { padding: 28px 24px 34px; }.project-visual { min-height: 310px; }.project-orbit.two { width: 330px; height: 330px; }.section-heading h2,.community-copy h2 { font-size: 2.65rem; }.live-info { grid-template-columns: auto 1fr; }.live-info > a { grid-column: 1/-1; }.discord-card { padding: 12px; }.discord-card iframe { min-height: 480px; }.partner-section > a { flex-direction: column; }.empty-projects { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.menu-toggle { display: none; width: 44px; height: 42px; margin-left: auto; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 11px; color: white; background: var(--surface); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 18px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.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); }
.live-slider .live-card { display: none; }
.live-slider .live-card.is-active { display: block; }
.project-logo { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center; }
.project-title-mark { position: relative; z-index: 2; max-width: 82%; color: white; font: 900 clamp(2.2rem,5vw,4.8rem)/.95 'Space Grotesk',sans-serif; letter-spacing: -.065em; text-align: center; overflow-wrap: anywhere; }
.project-meta.single { grid-template-columns: 1fr; }
@media (max-width: 760px) {
  .header-inner { position: relative; }
  .menu-toggle { display: flex; }
  .desktop-nav.is-open { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: flex; align-items: stretch; flex-direction: column; padding: 12px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: rgba(13,9,9,.98); box-shadow: 0 20px 50px #0008; }
  .desktop-nav.is-open a { padding: 12px 14px; }
}
