body { font-family: 'Arial', sans-serif; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; color: #333; }
        h1 { color: #FF4500; border-bottom: 3px solid #FFD700; padding-bottom: 10px; }
        h2 { color: #008080; margin-top: 30px; }
        h3 { color: #20B2AA; }
        .logo { font-size: 28px; font-weight: bold; color: #FF4500; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .nav { background: #FFD700; padding: 10px; position: sticky; top: 0; z-index: 100; }
        .mobile-toggle { display: none; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-toggle { display: block; background: #FF4500; color: white; border: none; padding: 10px; }
            .nav.active .nav-links { display: block; }
        }
        .download-btn { background: #FF4500; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; display: inline-block; margin: 15px 0; }
        .login-btn { background: #008080; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; display: inline-block; margin: 15px 10px; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #f0f8ff; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
