body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; }
            .toggle-nav { position: fixed; right: 20px; top: 20px; z-index: 100; }
        }
        h1 { color: #2e7d32; font-size: 2.5em; border-bottom: 3px solid #4caf50; padding-bottom: 10px; }
        h2 { color: #43a047; font-size: 1.8em; margin-top: 30px; }
        h3 { color: #66bb6a; font-size: 1.5em; }
        .game-logo { font-weight: bold; font-size: 2em; color: #2e7d32; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .download-btn { display: inline-block; background: #ff9800; color: white; padding: 12px 24px; margin: 15px 0; border-radius: 30px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #4caf50; color: white; padding: 12px 24px; margin: 15px 0; border-radius: 30px; text-decoration: none; font-weight: bold; }
        .game-image { width: 100%; max-width: 600px; margin: 20px auto; display: block; border-radius: 10px; }
        .tag-cloud { margin: 30px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 20px; }
        .copyright { margin-top: 40px; padding-top: 20px; border-top: 1px solid #ddd; font-size: 0.9em; color: #757575; }
