body { font-family: 'Segoe UI', sans-serif; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; color: #333; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; }
        }
        h1 { color: #d42b1e; border-bottom: 3px solid #ffa500; }
        h2 { color: #006400; margin-top: 30px; }
        h3 { color: #8b4513; }
        .logo { font-size: 2.2em; font-weight: bold; color: #d42b1e; text-shadow: 2px 2px 4px #ffa500; }
        .download-btn { background: #4CAF50; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; display: inline-block; }
        .login-btn { background: #2196F3; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; display: inline-block; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .game-stats { background: #f8f8f8; padding: 15px; border-left: 5px solid #d42b1e; }
        .tag { background: #e7f3fe; padding: 5px 10px; margin: 5px; border-radius: 15px; display: inline-block; }
