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; background: #ff6b35; color: white; padding: 10px; text-align: center; cursor: pointer; }
            .nav-links { display: none; background: #ff8c66; padding: 10px; }
            .nav-links.active { display: block; }
        }
        h1 { color: #ff4500; border-bottom: 3px solid #ff8c66; padding-bottom: 10px; }
        h2 { color: #e67e22; margin-top: 30px; }
        h3 { color: #2980b9; }
        .logo { font-size: 28px; font-weight: bold; color: #ff4500; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .download-btn { background: #27ae60; color: white; padding: 12px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #3498db; color: white; padding: 12px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 10px; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #f8f9fa; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        .footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; }
