body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF6F00; text-align: center; margin-bottom: 30px; }
        h2 { color: #E65100; border-bottom: 2px solid #FFB74D; padding-bottom: 5px; }
        h3 { color: #BF360C; }
        .logo { font-size: 2.5em; font-weight: bold; color: #FF6F00; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .nav-mobile { display: none; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; }
            .toggle-nav { display: block; }
        }
        .btn { display: inline-block; padding: 10px 20px; background: #FF6F00; color: white; border-radius: 5px; text-decoration: none; margin: 10px 0; }
        .game-stats { background: #FFF3E0; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .community { background: #EFEBE9; padding: 15px; border-radius: 8px; }
        img { max-width: 100%; height: auto; border-radius: 8px; margin: 15px 0; }
        footer { margin-top: 50px; padding: 20px; background: #333; color: white; text-align: center; }
