*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root { --bg: #04080f; --card: #070d1c; --purple: #a855f7; --cyan: #00e5ff; --pink: #ff2070; --yellow: #ffe020; --green: #00ff9d; --text: #e8d8ff; --muted: #5a4a7a; --mono: 'Share Tech Mono', monospace; --display: 'Orbitron', sans-serif; }
body { background: var(--bg); color: var(--text); font-family: var(--mono); overflow-x: hidden; }
canvas#stars { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999; background: repeating-linear-gradient(0deg, rgba(0,0,0,0.025) 0px, rgba(0,0,0,0.025) 1px, transparent 1px, transparent 2px); }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 0.6rem 2rem; background: rgba(4,8,15,0.88); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(168,85,247,0.18); }
.nav-logo-wrap { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.nav-logo-img { height: 38px; width: 38px; object-fit: contain; }
.nav-logo-text { font-family: var(--display); font-weight: 900; font-size: 0.85rem; letter-spacing: 0.14em; color: var(--purple); text-shadow: 0 0 20px rgba(168,85,247,0.6); }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--purple); }
.btn { display: inline-block; padding: 0.65rem 1.7rem; font-family: var(--mono); font-size: 0.73rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 3px; transition: all 0.18s; cursor: pointer; border: none; }
.btn-purple { background: var(--purple); color: #fff; font-weight: 700; }
.btn-purple:hover { background: transparent; color: var(--purple); outline: 2px solid var(--purple); box-shadow: 0 0 18px rgba(168,85,247,0.35); }
.btn-ghost { background: transparent; color: var(--cyan); outline: 2px solid var(--cyan); }
.btn-ghost:hover { background: var(--cyan); color: #000; }
.tag { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.22rem 0.6rem; border-radius: 999px; border: 1px solid; }
.tag-purple { border-color: var(--purple); color: var(--purple); }
.tag-cyan { border-color: var(--cyan); color: var(--cyan); }
.tag-pink { border-color: var(--pink); color: var(--pink); }
.tag-yellow { border-color: var(--yellow); color: var(--yellow); }
.tag-green { border-color: var(--green); color: var(--green); }
.page-wrap { position: relative; z-index: 1; max-width: 960px; margin: 0 auto; padding: 7rem 2rem 4rem; }
.back-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--muted); text-decoration: none; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 2.5rem; transition: color 0.2s; }
.back-link:hover { color: var(--purple); }
.game-eyebrow { font-size: 0.63rem; letter-spacing: 0.32em; color: var(--purple); text-transform: uppercase; margin-bottom: 0.4rem; }
.game-title { font-family: var(--display); font-weight: 900; font-size: clamp(2rem, 6vw, 3.5rem); color: var(--text); line-height: 1; margin-bottom: 0.5rem; }
.game-tagline { font-size: 0.9rem; color: var(--purple); margin-bottom: 1rem; }
.game-tags { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 2rem; }
.embed-wrap { position: relative; width: 100%; background: #000; border: 1px solid rgba(168,85,247,0.2); border-radius: 6px; overflow: hidden; margin-bottom: 2rem; aspect-ratio: 16/9; }
.embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.embed-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; background: rgba(4,4,15,0.9); cursor: pointer; transition: opacity 0.3s; z-index: 10; }
.embed-overlay.hidden { opacity: 0; pointer-events: none; }
.overlay-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.28; }
.play-btn-big { position: relative; z-index: 2; width: 72px; height: 72px; border-radius: 50%; background: var(--purple); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 40px rgba(168,85,247,0.55); transition: transform 0.2s, box-shadow 0.2s; }
.embed-overlay:hover .play-btn-big { transform: scale(1.1); box-shadow: 0 0 60px rgba(168,85,247,0.8); }
.play-btn-big svg { margin-left: 4px; }
.overlay-label { position: relative; z-index: 2; font-family: var(--display); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text); }
.game-desc { font-size: 0.85rem; color: var(--muted); line-height: 2; margin-bottom: 1.8rem; }
.game-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.section-eyebrow { font-size: 0.63rem; letter-spacing: 0.32em; color: var(--purple); text-transform: uppercase; margin-bottom: 0.4rem; }
.section-heading { font-family: var(--display); font-weight: 900; font-size: clamp(1.5rem, 3.5vw, 2.3rem); color: var(--text); margin-bottom: 0.6rem; }
.section-rule { width: 46px; height: 3px; background: linear-gradient(90deg, var(--purple), var(--cyan)); border-radius: 2px; margin-bottom: 3rem; }
hr.divider { position: relative; z-index: 1; border: none; height: 1px; background: linear-gradient(90deg, transparent, rgba(168,85,247,0.15), transparent); margin: 0 2rem; }
footer { position: relative; z-index: 1; text-align: center; padding: 3rem 2rem; border-top: 1px solid rgba(168,85,247,0.09); margin-top: 4rem; }
.footer-logo-wrap { display: flex; align-items: center; justify-content: center; gap: 0.8rem; margin-bottom: 1.2rem; }
.footer-portal { height: 32px; opacity: 0.8; filter: drop-shadow(0 0 8px rgba(168,85,247,0.5)); }
.footer-name { font-family: var(--display); font-weight: 900; font-size: 0.9rem; letter-spacing: 0.18em; color: var(--purple); }
.footer-links { display: flex; justify-content: center; gap: 1.8rem; list-style: none; margin-bottom: 1.4rem; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 0.72rem; letter-spacing: 0.1em; transition: color 0.2s; }
.footer-links a:hover { color: var(--purple); }
.footer-copy { font-size: 0.67rem; color: var(--muted); opacity: 0.5; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 720px) { nav { padding: 0.6rem 1rem; } .nav-links { gap: 1rem; } .nav-logo-text { display: none; } }
