body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #0a3d62; text-align: center; border-bottom: 3px solid #ff9f1c; padding-bottom: 10px; }
        h2 { color: #2c3e50; margin-top: 30px; }
        h3 { color: #e67e22; }
        .logo { font-size: 2.5em; font-weight: bold; color: #e74c3c; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); margin: 20px 0; }
        .nav-mobile { display: none; background: #2c3e50; color: white; padding: 10px; text-align: center; cursor: pointer; }
        .download-btn { display: inline-block; background: #27ae60; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #3498db; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #f8f9fa; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #ecf0f1; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 20px; }
        .copyright { text-align: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; color: #7f8c8d; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; }
            body { padding: 10px; }
        }
