body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) { 
            .desktop-nav { display: none; }
            .mobile-nav { display: block; position: fixed; bottom: 0; width: 100%; background: #fff; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); }
            .mobile-nav button { width: 100%; padding: 15px; background: #4CAF50; color: white; border: none; }
        }
        h1 { color: #d32f2f; border-bottom: 3px solid #ffc107; padding-bottom: 10px; }
        h2 { color: #388e3c; margin-top: 30px; }
        h3 { color: #1976d2; }
        .logo { font-size: 28px; font-weight: bold; color: #d32f2f; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        .cta-button { display: inline-block; padding: 12px 24px; background: #4CAF50; color: white; text-decoration: none; border-radius: 4px; margin: 10px 0; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .nav-links { margin: 20px 0; }
        .nav-links a { display: inline-block; margin-right: 15px; color: #1976d2; text-decoration: none; }
        .tags { margin: 20px 0; }
        .tags a { display: inline-block; background: #e3f2fd; padding: 5px 10px; margin: 5px; border-radius: 15px; }
