body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        h1 { color: #e74c3c; text-align: center; margin: 30px 0; }
        h2 { color: #2980b9; border-bottom: 2px solid #f39c12; padding-bottom: 5px; margin: 25px 0 15px; }
        h3 { color: #27ae60; margin: 20px 0 10px; }
        .logo { font-size: 28px; font-weight: bold; color: #e74c3c; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        .nav { background: #2c3e50; padding: 15px; display: flex; justify-content: space-between; align-items: center; }
        .nav-links { display: flex; gap: 20px; }
        .nav-links a { color: white; text-decoration: none; }
        .mobile-menu { display: none; color: white; cursor: pointer; }
        .download-btn { background: #2ecc71; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 15px 0; display: inline-block; }
        .login-btn { background: #3498db; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 15px 0; display: inline-block; }
        .game-stats { background: #f9f9f9; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .community-tip { background: #fff8e1; padding: 15px; border-left: 4px solid #ffc107; margin: 15px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #3498db; color: white; padding: 5px 10px; border-radius: 3px; margin: 5px; display: inline-block; }
        footer { background: #2c3e50; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-menu { display: block; }
            .nav.active .nav-links { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: #2c3e50; padding: 20px; }
        }
