html, body { height: 100%; }

body {
  background-image: url('../assets/bg/balloonsbg.png');
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
  color: black;
  font-family: "Comic Sans MS", "Comic Sans", "Chalkboard", "Marker Felt", cursive;
  image-rendering: auto;
}

.marq {
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
  background: repeating-linear-gradient(90deg, #ff66cc 0 40px, #66ccff 40px 80px, #ffff66 80px 120px, #66ff99 120px 160px);
  border-top: 4px double #000;
  border-bottom: 4px double #000;
  text-shadow: 1px 1px #fff, -1px -1px #fff;
}

.center { text-align: center; }

.box {
  display: inline-block;
  max-width: 820px;
  margin: 26px auto;
  padding: 20px 22px;
  background: rgba(255,255,255,0.88);
  border: 6px ridge #ff66cc;
  box-shadow:
    0 0 0 4px #66ccff,
    0 0 0 8px #ffff66,
    8px 8px 0 0 #0006;
}

.rnbw {
  font-size: 48px;
  margin: 12px 0 6px;
  line-height: 1.05;
  background: linear-gradient(90deg, #ff2d95, #ffb200, #ffee00, #35f296, #3ec6ff, #a85bff, #ff2d95);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 300% 100%;
  animation: slide 6s linear infinite;
}

.glow { text-shadow: 2px 2px 0 #fff, 4px 4px 0 #0005; }

@keyframes slide { to { background-position: 300% 0; } }

.blink { animation: bl 1s steps(1, start) infinite; }
@keyframes bl { 50% { visibility: hidden; } }

.tag {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.btns { margin: 12px 0 18px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block;
  padding: 10px 18px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  background: linear-gradient(#fff, #ffd1f0);
  border: 4px outset #ff66cc;
  box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #ffb5e6, 3px 3px 0 #0005;
}

.btn:active {
  border-style: inset;
  box-shadow: inset 0 -2px 0 #fff, inset 0 2px 0 #ffb5e6, 1px 1px 0 #0005;
  transform: translate(2px,2px);
}

.hrz {
  height: 10px;
  border: none;
  margin: 18px 0;
  background: linear-gradient(90deg, #0000, #0008 20%, #000, #0008 80%, #0000), repeating-linear-gradient(90deg, #ff66cc 0 12px, #66ccff 12px 24px, #ffff66 24px 36px, #66ff99 36px 48px);
}

.panel {
  padding: 12px 14px;
  margin: 10px 0 14px;
  background: repeating-linear-gradient(45deg, #fff 0 8px, #fbe9ff 8px 16px);
  border: 5px groove #66ccff;
}

.panel h2 {
  margin: 0 0 8px;
  font-size: 26px;
  color: #000;
}

.list {
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
}

.counter {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.seg {
  display: inline-block;
  padding: 0 6px;
  border: 2px inset #000;
  background: #fff;
  box-shadow: inset 0 -2px 0 #ddd, inset 0 2px 0 #eee;
  font-family: "Courier New", monospace;
}
