{
  "gnTimerLayout": 1,
  "name": "Neon Nights",
  "layout": {
    "v": 1,
    "screens": [
      {
        "root": {
          "col": [
            {
              "cell": {
                "text": "TAKE FIVE",
                "size": 9,
                "bold": true,
                "color": "#ff2ec4"
              },
              "weight": 2
            },
            {
              "cell": {
                "text": "<clock>",
                "fit": true,
                "bold": true,
                "color": "#22d3ee"
              },
              "weight": 4
            },
            {
              "cell": {
                "text": "Back with <blinds.next>",
                "size": 3.4,
                "color": "#f8fafc"
              },
              "weight": 1
            },
            {
              "row": [
                {
                  "cell": {
                    "text": "·",
                    "size": 2,
                    "opacity": 0
                  },
                  "weight": 1
                },
                {
                  "cell": {
                    "text": "",
                    "size": 2,
                    "qr": "display"
                  },
                  "weight": 0.9
                },
                {
                  "cell": {
                    "text": "·",
                    "size": 2,
                    "opacity": 0
                  },
                  "weight": 1
                }
              ],
              "weight": 2.6
            }
          ],
          "gap": "1.2vh",
          "pad": "2.5vh 2vw"
        },
        "name": "Break",
        "when": "on_break",
        "bg": {
          "color": "#0a0014",
          "gradient": [
            "#0a0014",
            "#1a0b2e"
          ]
        }
      },
      {
        "root": {
          "col": [
            {
              "row": [
                {
                  "cell": {
                    "text": "<event.name>",
                    "size": 3.4,
                    "bold": true,
                    "color": "#ff2ec4",
                    "align": "left"
                  },
                  "weight": 3
                },
                {
                  "cell": {
                    "text": "",
                    "size": 2,
                    "qr": "display"
                  },
                  "weight": 1
                }
              ],
              "gap": "1vw",
              "weight": 14
            },
            {
              "cell": {
                "text": "<clock>",
                "fit": true,
                "bold": true,
                "clockColors": true,
                "color": "#22d3ee",
                "variants": [
                  {
                    "when": "paused",
                    "color": "#f87171"
                  }
                ]
              },
              "weight": 40,
              "pad": "1vh 2vw",
              "bg": "rgba(34,211,238,0.05)",
              "border": "3px solid rgba(34,211,238,0.6)"
            },
            {
              "row": [
                {
                  "col": [
                    {
                      "cell": {
                        "text": "BLINDS",
                        "size": 2.2,
                        "bold": true,
                        "color": "#ff2ec4"
                      },
                      "weight": 0.8
                    },
                    {
                      "cell": {
                        "text": "<blinds.now>",
                        "size": 7,
                        "bold": true,
                        "color": "#f8fafc"
                      },
                      "weight": 2
                    },
                    {
                      "cell": {
                        "text": "Ante <blinds.ante>",
                        "size": 2.4,
                        "color": "#ff9de2",
                        "when": "hasAnte"
                      },
                      "weight": 0.7
                    }
                  ],
                  "weight": 2,
                  "pad": "1vh 1vw",
                  "bg": "rgba(255,46,196,0.08)",
                  "border": "3px solid rgba(255,46,196,0.6)"
                },
                {
                  "col": [
                    {
                      "cell": {
                        "text": "NEXT",
                        "size": 2.2,
                        "bold": true,
                        "color": "#a78bfa"
                      },
                      "weight": 0.8
                    },
                    {
                      "cell": {
                        "text": "<blinds.next>",
                        "size": 3.6,
                        "bold": true,
                        "color": "#f8fafc"
                      },
                      "weight": 1.4
                    },
                    {
                      "cell": {
                        "text": "Round <round.num> · <players.left> of <players.total> in",
                        "size": 2.2,
                        "color": "#a78bfa"
                      },
                      "weight": 0.8
                    }
                  ],
                  "weight": 1.4,
                  "pad": "1vh 1vw",
                  "bg": "rgba(167,139,250,0.08)",
                  "border": "3px solid rgba(167,139,250,0.5)"
                }
              ],
              "gap": "1vw",
              "weight": 34
            },
            {
              "cell": {
                "text": "<prizes.line>",
                "size": 2.4,
                "color": "#fde047"
              },
              "weight": 9
            }
          ],
          "gap": "1.2vh",
          "pad": "2vh 1.8vw"
        },
        "name": "Main",
        "bg": {
          "color": "#0a0014",
          "gradient": [
            "#0a0014",
            "#1a0b2e"
          ]
        }
      }
    ],
    "triggers": [
      {
        "when": "levelChange",
        "do": [
          {
            "sound": "preset:horn"
          },
          {
            "announce": "Blinds up: <blinds.now>"
          }
        ]
      },
      {
        "when": "clock.seconds <= 60 and running",
        "do": [
          {
            "sound": "preset:tick"
          },
          {
            "flash": "screen"
          }
        ]
      },
      {
        "when": "onBreak",
        "do": [
          {
            "sound": "preset:casino"
          }
        ]
      }
    ]
  }
}