/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
  resize: none;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9demlr");
  src: url("../fonts/icomoon.eot?9demlr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9demlr") format("truetype"), url("../fonts/icomoon.woff?9demlr") format("woff"), url("../fonts/icomoon.svg?9demlr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-loop:before {
  content: "\e984";
  font-size: 0.9rem;
  margin-right: 10px;
}

.icon-heart:before {
  content: "\e9da";
}

.icon-close:before {
  content: "\ea0f";
}

.icon-play:before {
  content: "\ea1c";
  font-size: 0.9rem;
  margin-right: 10px;
}

/* -----------------------------------------------------------------------------
 *								$LAYOUT
 * ----------------------------------------------------------------------------- */
html {
  min-height: 100%;
  background-color: #14141a;
}

body {
  min-height: 100vh;
  background-color: #f7f8fb;
  color: #1e2430;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.game {
  display: grid;
  min-height: calc(100svh - 44px);
  background-color: #f7f8fb;
}
@media (min-width: 64em) {
  .game {
    grid-template-columns: minmax(0, 1.35fr) minmax(23rem, 0.65fr);
  }
}

.hidden {
  display: none !important;
}

/* Stage
 * ----------------------------------------------------------------------------- */
.circle-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 27rem;
  padding: 2rem 1rem;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 42%), radial-gradient(circle at 50% 50%, #20222d 0, #14141a 64%);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08);
}
@media (min-width: 64em) {
  .circle-container {
    min-height: auto;
    padding: 2rem;
  }
}

.boards-grid {
  display: grid;
  gap: 1rem;
  place-items: center;
  width: 100%;
}
@media (min-width: 40em) {
  .boards-grid {
    gap: 1.25rem;
  }
}
@media (min-width: 64em) {
  .boards-grid[data-count="1"] {
    --circle-size: min(30rem, 52vw, 68vh);
    --item-size: 2.75rem;
    grid-template-columns: minmax(0, 1fr);
  }
  .boards-grid[data-count="2"] {
    --circle-size: min(22rem, 32vw, 55vh);
    --item-size: 2.05rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .boards-grid[data-count="3"], .boards-grid[data-count="4"] {
    --circle-size: min(18rem, 25vw, 38vh);
    --item-size: 1.6rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 63.99em) {
  .boards-grid {
    --circle-size: min(18rem, 76vw);
    --item-size: 1.65rem;
    grid-template-columns: 1fr;
  }
}

.team-board {
  --team-accent: #4f8cff;
  --team-core: rgba(79, 140, 255, .2);
  --team-glow: rgba(79, 140, 255, .26);
  position: relative;
  display: grid;
  justify-items: center;
  width: min-content;
  padding: 0.35rem;
}
.team-board.is-active .circle::before {
  border-color: var(--team-accent);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.32), 0 0 0 3px var(--team-glow), inset 0 0 5rem var(--team-core);
}
.team-board.is-ready .circle::before {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.22), inset 0 0 4rem var(--team-core);
}
.team-board.is-finished {
  opacity: 0.6;
}

.circle {
  position: relative;
  width: var(--circle-size);
  height: var(--circle-size);
  margin: 0 0 calc(var(--item-size) * 0.95);
  padding: 0;
  border-radius: 50%;
  list-style: none;
}
.circle::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 44%), radial-gradient(circle at 50% 55%, var(--team-core), rgba(255, 255, 255, 0.02) 62%);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28), inset 0 0 3.5rem rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.circle > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--item-size);
  height: var(--item-size);
  margin: calc(var(--item-size) / -2);
}
.circle > *:nth-of-type(1) {
  transform: rotate(270deg) translate(calc(var(--circle-size) / 2)) rotate(-270deg);
}
.circle > *:nth-of-type(2) {
  transform: rotate(283.8461538462deg) translate(calc(var(--circle-size) / 2)) rotate(-283.8461538462deg);
}
.circle > *:nth-of-type(3) {
  transform: rotate(297.6923076923deg) translate(calc(var(--circle-size) / 2)) rotate(-297.6923076923deg);
}
.circle > *:nth-of-type(4) {
  transform: rotate(311.5384615385deg) translate(calc(var(--circle-size) / 2)) rotate(-311.5384615385deg);
}
.circle > *:nth-of-type(5) {
  transform: rotate(325.3846153846deg) translate(calc(var(--circle-size) / 2)) rotate(-325.3846153846deg);
}
.circle > *:nth-of-type(6) {
  transform: rotate(339.2307692308deg) translate(calc(var(--circle-size) / 2)) rotate(-339.2307692308deg);
}
.circle > *:nth-of-type(7) {
  transform: rotate(353.0769230769deg) translate(calc(var(--circle-size) / 2)) rotate(-353.0769230769deg);
}
.circle > *:nth-of-type(8) {
  transform: rotate(366.9230769231deg) translate(calc(var(--circle-size) / 2)) rotate(-366.9230769231deg);
}
.circle > *:nth-of-type(9) {
  transform: rotate(380.7692307692deg) translate(calc(var(--circle-size) / 2)) rotate(-380.7692307692deg);
}
.circle > *:nth-of-type(10) {
  transform: rotate(394.6153846154deg) translate(calc(var(--circle-size) / 2)) rotate(-394.6153846154deg);
}
.circle > *:nth-of-type(11) {
  transform: rotate(408.4615384615deg) translate(calc(var(--circle-size) / 2)) rotate(-408.4615384615deg);
}
.circle > *:nth-of-type(12) {
  transform: rotate(422.3076923077deg) translate(calc(var(--circle-size) / 2)) rotate(-422.3076923077deg);
}
.circle > *:nth-of-type(13) {
  transform: rotate(436.1538461538deg) translate(calc(var(--circle-size) / 2)) rotate(-436.1538461538deg);
}
.circle > *:nth-of-type(14) {
  transform: rotate(450deg) translate(calc(var(--circle-size) / 2)) rotate(-450deg);
}
.circle > *:nth-of-type(15) {
  transform: rotate(463.8461538462deg) translate(calc(var(--circle-size) / 2)) rotate(-463.8461538462deg);
}
.circle > *:nth-of-type(16) {
  transform: rotate(477.6923076923deg) translate(calc(var(--circle-size) / 2)) rotate(-477.6923076923deg);
}
.circle > *:nth-of-type(17) {
  transform: rotate(491.5384615385deg) translate(calc(var(--circle-size) / 2)) rotate(-491.5384615385deg);
}
.circle > *:nth-of-type(18) {
  transform: rotate(505.3846153846deg) translate(calc(var(--circle-size) / 2)) rotate(-505.3846153846deg);
}
.circle > *:nth-of-type(19) {
  transform: rotate(519.2307692308deg) translate(calc(var(--circle-size) / 2)) rotate(-519.2307692308deg);
}
.circle > *:nth-of-type(20) {
  transform: rotate(533.0769230769deg) translate(calc(var(--circle-size) / 2)) rotate(-533.0769230769deg);
}
.circle > *:nth-of-type(21) {
  transform: rotate(546.9230769231deg) translate(calc(var(--circle-size) / 2)) rotate(-546.9230769231deg);
}
.circle > *:nth-of-type(22) {
  transform: rotate(560.7692307692deg) translate(calc(var(--circle-size) / 2)) rotate(-560.7692307692deg);
}
.circle > *:nth-of-type(23) {
  transform: rotate(574.6153846154deg) translate(calc(var(--circle-size) / 2)) rotate(-574.6153846154deg);
}
.circle > *:nth-of-type(24) {
  transform: rotate(588.4615384615deg) translate(calc(var(--circle-size) / 2)) rotate(-588.4615384615deg);
}
.circle > *:nth-of-type(25) {
  transform: rotate(602.3076923077deg) translate(calc(var(--circle-size) / 2)) rotate(-602.3076923077deg);
}
.circle > *:nth-of-type(26) {
  transform: rotate(616.1538461538deg) translate(calc(var(--circle-size) / 2)) rotate(-616.1538461538deg);
}
.circle .item {
  display: grid;
  place-items: center;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background-color: #2f3544;
  color: #ffffff;
  font-size: calc(var(--item-size) * 0.42);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: default;
}
.circle .item--active {
  border-color: #ffffff;
  background-color: var(--team-accent);
  box-shadow: 0 0 0 4px var(--team-glow), 0 0 1.5rem var(--team-glow);
}
.circle .item--success {
  border-color: rgba(255, 255, 255, 0.55);
  background-color: #1fa971;
}
.circle .item--failure {
  border-color: rgba(255, 255, 255, 0.55);
  background-color: #d43c3c;
}
.circle .item--skip {
  border-color: rgba(255, 255, 255, 0.55);
  background-color: #d99a1b;
  color: #14141a;
}

.team-board__center {
  position: absolute;
  top: calc(50% - 1.8rem);
  left: 50%;
  z-index: 1;
  width: 58%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  text-align: center;
}

.team-board__name {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, var(--circle-size) * 0.09, 2.8rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.38);
}

.team-board__state {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scoreboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  width: min(100%, var(--circle-size) * 0.72);
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
}

.scoreboard__item {
  display: grid;
  min-width: 0;
  padding: 0.62rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.18);
}

.scoreboard__label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.scoreboard__value {
  display: block;
  margin-top: 0.1rem;
  color: #ffffff;
  font-size: clamp(1.15rem, var(--item-size) * 0.72, 2rem);
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

/* Controls
 * ----------------------------------------------------------------------------- */
.controls-container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 24rem;
  padding: 2rem 1.25rem;
  background-color: #f7f8fb;
}
@media (min-width: 64em) {
  .controls-container {
    min-height: auto;
    padding: 3rem;
  }
}
.controls-container .close-button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(212, 60, 60, 0.2);
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 0 0.9rem 1.8rem rgba(212, 60, 60, 0.1);
}
.controls-container .close-button::before, .controls-container .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background-color: #d43c3c;
  transform-origin: center;
}
.controls-container .close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.controls-container .close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.controls-container .close-button:hover, .controls-container .close-button:focus-visible {
  border-color: rgba(212, 60, 60, 0.35);
  background-color: rgba(212, 60, 60, 0.08);
  outline: 0;
  box-shadow: 0 1rem 2rem rgba(212, 60, 60, 0.16);
}
.controls-container .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 8px;
  background-color: #2166e8;
  color: #ffffff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0.75rem 1.5rem rgba(33, 102, 232, 0.18);
}
.controls-container .btn:hover:not(:disabled) {
  background-color: #1747a6;
}
.controls-container .btn:focus-visible {
  outline: 3px solid #dce7ff;
  outline-offset: 3px;
}
.controls-container .btn--primary {
  min-width: 9.5rem;
}
.controls-container .btn--green {
  background-color: #1fa971;
  box-shadow: 0 0.75rem 1.5rem rgba(31, 169, 113, 0.16);
}
.controls-container .btn--green:hover:not(:disabled) {
  background-color: #14764f;
}
.controls-container .btn--red {
  background-color: #d43c3c;
  box-shadow: 0 0.75rem 1.5rem rgba(212, 60, 60, 0.16);
}
.controls-container .btn--red:hover:not(:disabled) {
  background-color: #9f2424;
}
.controls-container .btn--yellow {
  background-color: #d99a1b;
  color: #14141a;
  box-shadow: 0 0.75rem 1.5rem rgba(217, 154, 27, 0.2);
}
.controls-container .btn--yellow:hover:not(:disabled) {
  background-color: #996913;
  color: #ffffff;
}
.controls-container .btn--blue {
  background-color: #20222d;
  box-shadow: 0 0.75rem 1.5rem rgba(20, 20, 26, 0.12);
}
.controls-container .btn--blue:hover:not(:disabled) {
  background-color: #14141a;
}

.control-view {
  width: min(100%, 31rem);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.control-title {
  margin: 0;
  color: #1e2430;
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 900;
  line-height: 0.95;
  white-space: nowrap;
  text-transform: uppercase;
}

.lead {
  max-width: 27rem;
  margin: 1rem 0 1.5rem;
  color: #6b7280;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.45;
}

.section-title {
  margin: 0 0 1rem;
  color: #1e2430;
  font-size: clamp(1.8rem, 6vw, 2.7rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.menu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Config
 * ----------------------------------------------------------------------------- */
.config-row,
.config-field {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.config-field--inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.field-label {
  color: #1e2430;
  font-size: 0.82rem;
  font-weight: 800;
}

.select-input,
.text-input,
.time-input {
  width: 100%;
  height: 3rem;
  padding: 0 0.85rem;
  border: 1px solid #d9deea;
  border-radius: 8px;
  background-color: #ffffff;
  color: #1e2430;
  font-size: 1rem;
  font-weight: 800;
}
.select-input:focus,
.text-input:focus,
.time-input:focus {
  border-color: #2166e8;
  outline: 3px solid #dce7ff;
}

.time-input {
  width: 8rem;
}

.color-input {
  width: 3rem;
  height: 3rem;
  padding: 0.2rem;
  border: 1px solid #d9deea;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.color-input::-webkit-color-swatch-wrapper {
  padding: 0;
}
.color-input::-webkit-color-swatch {
  border: 0;
  border-radius: 50%;
}
.color-input::-moz-color-swatch {
  border: 0;
  border-radius: 50%;
}
.color-input:focus {
  border-color: #2166e8;
  outline: 3px solid #dce7ff;
}

.teams-config {
  display: grid;
  max-height: min(52vh, 34rem);
  margin: 0 0 1.25rem;
  gap: 0.75rem;
  overflow: auto;
  padding-right: 0.3rem;
}

.team-config {
  border: 1px solid #d9deea;
  border-radius: 8px;
  background-color: #ffffff;
}

.team-config__summary {
  padding: 0.85rem 1rem;
  color: #1e2430;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
}

.team-config__fields {
  padding: 0 1rem 1rem;
}

.definitions-list {
  display: grid;
  gap: 0.65rem;
}

.definition-field {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
}

.definition-field__letter {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #20222d;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
}

.definition-field__input {
  min-height: 4.7rem;
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid #d9deea;
  border-radius: 8px;
  background-color: #ffffff;
  color: #1e2430;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  resize: vertical;
}
.definition-field__input:focus {
  border-color: #2166e8;
  outline: 3px solid #dce7ff;
}

/* Questions
 * ----------------------------------------------------------------------------- */
.question-controls .hint {
  display: block;
  margin: 0.1rem 0 0.35rem;
  color: #2166e8;
  font-size: clamp(6rem, 20vw, 10rem);
  font-weight: 900;
  line-height: 0.82;
}
.question-controls .definition {
  min-height: 6rem;
  margin: 0 0 1.75rem;
  color: #6b7280;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
}
.question-controls .definition--empty {
  min-height: 0;
  margin-bottom: 1rem;
}

.answer-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 28em) {
  .answer-buttons {
    grid-template-columns: 1fr;
  }
}

/* Results
 * ----------------------------------------------------------------------------- */
.pa-controls .title {
  margin: 0;
  color: #1e2430;
  font-size: clamp(2rem, 8vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.pa-controls .subtitle {
  margin: 1rem 0 1.5rem;
  color: #6b7280;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
}

/* Footer
 * ----------------------------------------------------------------------------- */
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem 1rem;
  background: linear-gradient(180deg, rgba(20, 20, 26, 0.98), rgb(20, 20, 26));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
footer a,
footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 600;
}
footer a {
  color: #8bb6ff;
  font-weight: 800;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
}
