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: 28px; font-weight: bold; color: #ff5722; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        nav { background: #f8f8f8; padding: 15px; margin-bottom: 30px; border-radius: 8px; }
        .mobile-nav-toggle { display: none; }
        @media (max-width: 768px) {
            .mobile-nav-toggle { display: block; }
            nav ul { display: none; }
            .mobile-nav-toggle.active + ul { display: block; }
        }
        h1 { color: #2c3e50; border-bottom: 3px solid #ff5722; padding-bottom: 10px; }
        h2 { color: #34495e; margin-top: 40px; }
        h3 { color: #7f8c8d; }
        .btn { display: inline-block; background: #ff5722; color: white; padding: 12px 25px; border-radius: 6px; margin: 15px 0; text-decoration: none; font-weight: bold; }
        .btn:hover { background: #e64a19; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #f1f8fe; padding: 20px; border-radius: 8px; margin: 25px 0; }
        footer { margin-top: 50px; padding: 20px; background: #2c3e50; color: white; border-radius: 8px; }
