.game-page{background:linear-gradient(180deg,var(--bg-dark) 0%,#0d0d12 50%,var(--bg-dark) 100%)}.game-hero{min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8rem 2rem 4rem;text-align:center}.game-hero-content{margin-bottom:3rem}.game-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:.05em;margin-bottom:1rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.game-tagline{font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--text-secondary);font-weight:400}.game-hero-image{max-width:900px;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 4px 60px #00000080,0 0 100px #4a9eff1a}.game-hero-image img{width:100%;height:auto;display:block}.game-overview,.game-features,.game-vision,.game-cta{padding:6rem 2rem}.game-section-content{max-width:800px;margin:0 auto}.game-section-content h2{font-size:1.75rem;margin-bottom:1.5rem;color:var(--text-primary)}.game-section-content p{color:var(--text-secondary);font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem}.game-section-content p.lead{font-size:1.2rem;color:var(--text-primary);line-height:1.7}.game-features{background:var(--bg-card)}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2.5rem}.feature-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;padding:2rem;transition:border-color .2s,transform .2s}.feature-card:hover{border-color:var(--accent);transform:translateY(-2px)}.feature-card h3{font-size:1.1rem;margin-bottom:.75rem;color:var(--accent)}.feature-card p{font-size:.95rem;margin-bottom:0;color:var(--text-secondary);line-height:1.7}.game-cta{text-align:center;background:linear-gradient(180deg,transparent 0%,var(--bg-card) 30%,var(--bg-card) 70%,transparent 100%)}.game-cta p{max-width:500px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;font-family:Space Mono,monospace;font-size:.95rem;font-weight:700;padding:1rem 2.5rem;background:var(--accent);color:var(--bg-dark);text-decoration:none;border-radius:4px;margin-top:1.5rem;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #4a9eff66}.early-access-form{max-width:500px;margin:2rem auto 0;text-align:left}.early-access-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.early-access-form .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.early-access-form label{font-size:.85rem;color:var(--text-secondary);font-weight:500}.early-access-form input,.early-access-form textarea{font-family:inherit;font-size:1rem;padding:.8rem 1rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);transition:border-color .2s,box-shadow .2s}.early-access-form input:focus,.early-access-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4a9eff33}.early-access-form textarea{resize:vertical;min-height:80px}.early-access-form .submit-btn{width:100%;font-family:Space Mono,monospace;font-size:.95rem;font-weight:700;padding:1rem 2rem;background:var(--accent);border:none;border-radius:4px;color:var(--bg-dark);cursor:pointer;transition:transform .2s,box-shadow .2s}.early-access-form .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #4a9eff66}.early-access-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.early-access-form .submit-btn .btn-loading,.early-access-form .submit-btn.loading .btn-text{display:none}.early-access-form .submit-btn.loading .btn-loading{display:inline}.early-access-form .form-status{text-align:center;font-size:.9rem;margin-top:1rem;min-height:1.5rem}.early-access-form .form-status.success{color:var(--success)}.early-access-form .form-status.error{color:var(--error)}@media(max-width:500px){.early-access-form .form-row{grid-template-columns:1fr}}.nav-links a.active{color:var(--accent)}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.game-hero{padding-top:6rem}}
