{
 "gnTimerLayout": 1,
 "name": "Watch Party",
 "layout": {
  "v": 1,
  "screens": [
   {
    "root": {
     "col": [
      {
       "cell": {
        "text": "<eventName>",
        "size": 3.4,
        "bold": true,
        "color": "#f8fafc",
        "bg": "#131f38",
        "pad": "0.8vh 2vw",
        "align": "left"
       }
      },
      {
       "row": [
        {
         "col": [
          {
           "cell": {
            "text": "",
            "pad": "0.4vh 0.2vw",
            "video": "https://www.youtube.com/watch?v=jNQXAC9IVRw"
           },
           "weight": 10
          },
          {
           "cell": {
            "text": "\u25cf LIVE",
            "size": 1.8,
            "bold": true,
            "color": "#ef4444",
            "pad": "0.2vh 0.5vw",
            "align": "left"
           },
           "weight": 1
          }
         ],
         "gap": "0.4vh",
         "weight": 11
        },
        {
         "col": [
          {
           "cell": {
            "text": "<clock>",
            "fit": true,
            "bold": true,
            "clockColors": true,
            "color": "#f8fafc",
            "variants": [
             {
              "when": "game_over",
              "text": "GAME OVER",
              "color": "#ef4444"
             },
             {
              "when": "on_break",
              "color": "#fbbf24"
             },
             {
              "when": "paused",
              "color": "#94a3b8"
             }
            ]
           },
           "weight": 5
          },
          {
           "cell": {
            "text": "Level <level>",
            "size": 2.6,
            "color": "#93c5fd"
           },
           "weight": 1
          },
          {
           "cell": {
            "text": "Blinds\n<blinds>",
            "size": 4.4,
            "bold": true,
            "color": "#fbbf24"
           },
           "weight": 3
          },
          {
           "cell": {
            "text": "Ante <ante>",
            "size": 2.4,
            "color": "#fcd34d",
            "when": "has_ante"
           },
           "weight": 1
          },
          {
           "cell": {
            "text": "Next: <nextBlinds>",
            "size": 2.2,
            "color": "#94a3b8"
           },
           "weight": 1
          }
         ],
         "gap": "0.5vh",
         "weight": 8,
         "pad": "0 1vw"
        }
       ],
       "gap": "1vw",
       "weight": 12,
       "pad": "1vh 1.2vw"
      },
      {
       "row": [
        {
         "cell": {
          "text": "Players\n<playersLeft> / <playersTotal>",
          "size": 2.3,
          "color": "#e2e8f0"
         },
         "weight": 1
        },
        {
         "cell": {
          "text": "Avg Stack\n<avgStack>",
          "size": 2.3,
          "color": "#e2e8f0"
         },
         "weight": 1
        },
        {
         "cell": {
          "text": "Total Pot\n<pot>",
          "size": 2.3,
          "color": "#e2e8f0"
         },
         "weight": 1
        },
        {
         "cell": {
          "text": "Next Break\n<nextBreak>",
          "size": 2.3,
          "color": "#e2e8f0"
         },
         "weight": 1
        },
        {
         "cell": {
          "text": "Rebuys\n<rebuys>",
          "size": 2.3,
          "color": "#e2e8f0",
          "when": "has_rebuys"
         },
         "weight": 1
        }
       ],
       "gap": "0.5vw",
       "weight": 3,
       "pad": "0.8vh 1vw",
       "bg": "#131f38"
      }
     ],
     "gap": "0.8vh"
    },
    "name": "Main"
   }
  ],
  "triggers": [
   {
    "when": "levelChange",
    "do": [
     {
      "sound": "preset:chime"
     }
    ]
   },
   {
    "when": "clock.seconds <= 60 and running",
    "do": [
     {
      "sound": "preset:tick"
     }
    ]
   }
  ]
 }
}