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: #8B4513; font-size: 2.5em; }
        h2 { color: #A0522D; border-bottom: 2px solid #8B4513; padding-bottom: 5px; }
        h3 { color: #CD853F; }
        .nav-container { background-color: #8B4513; padding: 15px; position: sticky; top: 0; z-index: 100; }
        .nav-mobile { display: none; }
        .nav-links { display: flex; justify-content: space-between; }
        .nav-links a { color: white; text-decoration: none; font-weight: bold; }
        .logo { font-size: 1.8em; font-weight: bold; }
        .download-btn, .login-btn { display: inline-block; padding: 10px 20px; margin: 10px 0; background-color: #4CAF50; color: white; text-decoration: none; border-radius: 5px; }
        .login-btn { background-color: #2196F3; }
        img { max-width: 100%; height: auto; margin: 15px 0; }
        .game-type { margin: 20px 0; }
        .tags { margin: 20px 0; }
        .footer { margin-top: 30px; padding-top: 20px; border-top: 1px solid #ddd; }
        @media (max-width: 768px) {
            .nav-links { flex-direction: column; }
            .nav-mobile { display: block; text-align: right; }
            .nav-content { display: none; }
            .nav-content.active { display: block; }
        }
