body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 2em; font-weight: bold; color: #2e8b57; text-decoration: none; }
        nav { background: #f8f8f8; padding: 10px; margin-bottom: 20px; }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; }
        nav li { margin: 0 15px; }
        nav a { text-decoration: none; color: #2e8b57; font-weight: bold; }
        .mobile-menu { display: none; }
        h1 { color: #2e8b57; border-bottom: 2px solid #eee; padding-bottom: 10px; }
        h2 { color: #4a90e2; margin-top: 30px; }
        h3 { color: #555; }
        .download-btn { display: inline-block; background: #2e8b57; color: white; padding: 10px 20px; margin: 15px 0; border-radius: 5px; text-decoration: none; }
        .login-btn { display: inline-block; background: #4a90e2; color: white; padding: 10px 20px; margin: 15px 0; border-radius: 5px; text-decoration: none; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .game-types { margin: 30px 0; }
        .tags { margin: 20px 0; }
        footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; }
        @media (max-width: 768px) {
            nav ul { display: none; }
            .mobile-menu { display: block; text-align: center; background: #2e8b57; color: white; padding: 10px; cursor: pointer; }
            .active { display: block; }
        }
