body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; }
        .container { max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #2c3e50; margin-top: 30px; }
        h1 { font-size: 2.5em; border-bottom: 3px solid #e74c3c; padding-bottom: 10px; }
        h2 { font-size: 1.8em; border-left: 4px solid #3498db; padding-left: 10px; }
        h3 { font-size: 1.5em; color: #2980b9; }
        .logo { font-size: 2em; font-weight: bold; color: #e74c3c; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .mobile-nav { display: none; background: #2c3e50; color: white; padding: 10px; text-align: center; }
        .desktop-nav { display: flex; justify-content: space-between; align-items: center; background: #2c3e50; padding: 15px; }
        .desktop-nav a { color: white; text-decoration: none; margin: 0 15px; }
        .download-btn { display: inline-block; background: #2ecc71; 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: #ecf0f1; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .community-post { background: white; padding: 15px; border-radius: 8px; margin: 20px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
        .tags { margin: 20px 0; }
        .tags a { background: #95a5a6; color: white; padding: 5px 10px; border-radius: 3px; margin: 5px; text-decoration: none; display: inline-block; }
        footer { background: #2c3e50; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; }
            h1 { font-size: 2em; }
            h2 { font-size: 1.5em; }
        }
