body { font-family: 'Segoe UI', Arial, 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; background: #ff6b35; color: white; padding: 10px; text-align: center; }
            .mobile-nav button { background: none; border: none; color: white; font-size: 18px; }
        }
        h1 { color: #ff6b35; border-bottom: 3px solid #f7931e; }
        h2 { color: #f7931e; }
        h3 { color: #ff9f1c; }
        .logo { font-size: 28px; font-weight: bold; color: #ff6b35; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .download-btn { background: #4CAF50; color: white; padding: 12px 24px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #2196F3; color: white; padding: 12px 24px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 10px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 3px; margin: 5px; display: inline-block; }
