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: 2rem; font-weight: bold; color: #FF6B35; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        nav { background: #2C3E50; padding: 15px; border-radius: 8px; margin-bottom: 25px; }
        nav ul { display: flex; justify-content: space-between; list-style: none; padding: 0; }
        nav li a { color: white; text-decoration: none; }
        .mobile-menu { display: none; }
        h1 { color: #2C3E50; border-bottom: 3px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #34495E; margin-top: 30px; }
        h3 { color: #E67E22; }
        .download-btn { background: #27AE60; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #3498DB; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tag { background: #ECF0F1; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        footer { margin-top: 50px; padding: 20px; background: #2C3E50; color: white; border-radius: 8px; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; }
            .mobile-menu { display: block; background: #FF6B35; color: white; padding: 10px; text-align: center; cursor: pointer; }
            .nav-links { display: none; }
            .nav-links.active { display: flex; flex-direction: column; }
        }
