/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .isolate {
    isolation: isolate;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

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

html, body {
  color: #e4e4e7;
  -webkit-text-size-adjust: 100%;
  background: #09090b;
  width: 100%;
  min-height: 100%;
  font-family: ui-monospace, SF Mono, monospace;
}

#auth-gate {
  z-index: 50;
  background: #09090b;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0;
}

.auth-inner {
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.auth-title {
  color: #52525b;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: .85rem;
}

#auth-form {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

#auth-form input[type="password"] {
  color: #e4e4e7;
  -webkit-appearance: none;
  text-align: center;
  background: #18181b;
  border: 1px solid #3f3f46;
  border-radius: 12px;
  outline: none;
  width: 100%;
  padding: 16px;
  font-family: inherit;
  font-size: 1rem;
}

#auth-form input[type="password"]:focus {
  border-color: #71717a;
}

#auth-form button[type="submit"] {
  color: #a1a1aa;
  cursor: pointer;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: #27272a;
  border: 1px solid #3f3f46;
  border-radius: 12px;
  padding: 16px;
  font-family: inherit;
  font-size: .85rem;
}

#auth-form button[type="submit"]:active {
  background: #3f3f46;
}

#auth-error {
  color: #f87171;
  text-align: center;
  font-size: .75rem;
  display: none;
}

.hidden {
  display: none !important;
}

#admin-ui {
  flex-direction: column;
  min-height: 100dvh;
  display: flex;
}

#topbar {
  z-index: 40;
  background: #09090b;
  border-bottom: 1px solid #1c1c1e;
  justify-content: space-between;
  align-items: center;
  min-height: 46px;
  padding: 14px 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.topbar-title {
  color: #52525b;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .7rem;
}

.topbar-right {
  align-items: center;
  gap: 8px;
  display: flex;
}

#session-label {
  color: #3f3f46;
  font-size: .65rem;
}

#conn-dot {
  background: #3f3f46;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  transition: background .3s;
}

#conn-dot.connected {
  background: #4ade80;
}

#audio-warning {
  color: #fcd34d;
  letter-spacing: .05em;
  text-align: center;
  background: #451a03;
  border-bottom: 2px solid #b45309;
  padding: 14px 16px;
  font-size: .78rem;
}

#controls {
  padding: 16px 16px env(safe-area-inset-bottom, 32px);
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
}

#status-header {
  z-index: 39;
  background: #09090b;
  border-bottom: 1px solid #1c1c1e;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 14px 16px 16px;
  display: flex;
  position: sticky;
  top: 46px;
}

#phase-line {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  display: flex;
}

#phase-code {
  color: #4ade80;
  letter-spacing: .04em;
  font-size: 1.5rem;
}

#phase-label {
  color: #e4e4e7;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 1.1rem;
}

#phase-count {
  color: #52525b;
  margin-left: auto;
  font-size: .8rem;
}

#status-chips {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.chip {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .62rem;
}

.chip-ok {
  color: #4ade80;
  background: #0f2417;
  border-color: #14532d;
}

.chip-cyan {
  color: #7dd3fc;
  background: #0c2430;
  border-color: #155e75;
}

.chip-amber {
  color: #fcd34d;
  background: #2b1c02;
  border-color: #78530a;
}

.chip-muted {
  color: #71717a;
  background: #18181b;
  border-color: #27272a;
}

#status-meta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.meta-label {
  color: #52525b;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .68rem;
}

#spectator-count {
  color: #e4e4e7;
  font-size: 1.1rem;
}

#vote-panel {
  background: #18181b;
  border: 1px solid #78530a;
  border-radius: 12px;
  padding: 12px;
}

.vote-tally {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.vote-side {
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 3px;
  min-width: 0;
  display: flex;
}

.vote-opt {
  color: #a1a1aa;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: .68rem;
  overflow: hidden;
}

.vote-num {
  color: #e4e4e7;
  font-size: 1.6rem;
}

.vote-a .vote-num {
  color: #7dd3fc;
}

.vote-b .vote-num {
  color: #fcd34d;
}

.vote-countdown {
  color: #fcd34d;
  align-items: baseline;
  gap: 1px;
  display: flex;
}

.vote-countdown #vote-time {
  font-size: 1.4rem;
}

.vote-time-unit {
  color: #78530a;
  font-size: .7rem;
}

.section-label {
  color: #52525b;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 4px;
  padding: 0 2px;
  font-size: .62rem;
}

.btn-big {
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border: none;
  border-radius: 16px;
  width: 100%;
  padding: 22px 16px;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 500;
  transition: opacity .15s, transform .1s;
}

.btn-big:active {
  opacity: .7;
  transform: scale(.98);
}

.btn-reset {
  color: #e4e4e7;
  background: #27272a;
  border: 1px solid #3f3f46;
}

.btn-clear {
  color: #a1a1aa;
  background: #27272a;
  border: 1px solid #3f3f46;
}

.btn-danger {
  color: #fca5a5;
  background: #3f1212;
  border: 1px solid #7f1d1d;
}

.btn-heartbeat {
  color: #7dd3fc;
  background: #0f172a;
  border: 1px solid #1e3a5f;
}

.btn-qr-on {
  color: #09090b;
  background: #e4e4e7;
}

.btn-qr-off {
  color: #71717a;
  background: #27272a;
  border: 1px solid #3f3f46;
}

.btn-row {
  gap: 8px;
  display: flex;
}

.btn-row .btn-big {
  flex: 1;
  padding: 20px 10px;
  font-size: .78rem;
}

.btn-group {
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
}

.btn-group-btn {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #52525b;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: none;
  border: none;
  border-right: 1px solid #27272a;
  flex: 1;
  padding: 18px 10px;
  font-family: inherit;
  font-size: .8rem;
  transition: background .15s, color .15s;
}

.btn-group-btn:last-child {
  border-right: none;
}

.btn-group-btn:active {
  color: #a1a1aa;
  background: #27272a;
}

.btn-group-btn.active {
  color: #e4e4e7;
  background: #27272a;
}

.qr-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  display: grid;
}

.qr-cell {
  aspect-ratio: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 10px;
  transition: background .15s, border-color .15s;
}

.qr-cell:active {
  background: #27272a;
}

.qr-cell.active {
  background: #27272a;
  border-color: #52525b;
  box-shadow: inset 0 0 0 2px #52525b;
}

.ctrl-block {
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 14px;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  display: flex;
}

.ctrl-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ctrl-label {
  color: #a1a1aa;
  font-size: .8rem;
}

.ctrl-value {
  color: #e4e4e7;
  text-align: right;
  min-width: 44px;
  font-size: .8rem;
}

input[type="range"] {
  appearance: none;
  cursor: pointer;
  background: #3f3f46;
  border-radius: 2px;
  outline: none;
  width: 100%;
  height: 4px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  background: #e4e4e7;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

input[type="range"]::-moz-range-thumb {
  background: #e4e4e7;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.preset-grid {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.btn-preset {
  color: #a1a1aa;
  letter-spacing: .05em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 12px;
  padding: 16px 10px;
  font-family: inherit;
  font-size: .72rem;
  transition: background .15s, color .15s;
}

.btn-preset:active {
  color: #e4e4e7;
  background: #27272a;
}

.btn-preset.active {
  color: #e4e4e7;
  background: #27272a;
  border-color: #52525b;
}

.transport-row {
  gap: 8px;
  display: flex;
}

.transport-btn {
  color: #a1a1aa;
  letter-spacing: .05em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 12px;
  flex: 1;
  padding: 16px 8px;
  font-family: inherit;
  font-size: .82rem;
  transition: background .15s, color .15s;
}

.transport-btn:active {
  color: #e4e4e7;
  background: #27272a;
}

.transport-restart {
  color: #7dd3fc;
  border-color: #1e3a5f;
}

.phase-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  display: grid;
}

.phase-cell {
  aspect-ratio: 1.35;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 4px;
  transition: background .15s, border-color .15s;
  display: flex;
}

.phase-cell:active {
  background: #27272a;
}

.phase-cell.active {
  background: #0f2417;
  border-color: #4ade80;
  box-shadow: inset 0 0 0 1px #4ade80;
}

.phase-cell-code {
  color: #e4e4e7;
  letter-spacing: .04em;
  font-size: .95rem;
}

.phase-cell.active .phase-cell-code {
  color: #4ade80;
}

.phase-cell-label {
  color: #52525b;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  font-size: .5rem;
  line-height: 1.1;
}

.chip-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  display: grid;
}

.chip-btn {
  color: #71717a;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 10px;
  padding: 14px 4px;
  font-family: inherit;
  font-size: .66rem;
  transition: background .15s, color .15s, border-color .15s;
}

.chip-btn:active {
  color: #a1a1aa;
  background: #27272a;
}

.chip-btn.active {
  color: #e4e4e7;
  background: #27272a;
  border-color: #52525b;
}

.vote-inputs {
  background: #18181b;
  border: 1px solid #78530a;
  border-radius: 12px;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  display: flex;
}

.btn-vote {
  color: #fcd34d;
  background: #2b1c02;
  border: 1px solid #78530a;
}

.btn-shot {
  color: #7dd3fc;
  background: #0f172a;
  border: 1px solid #1e3a5f;
}

.text-input-wrap {
  flex: 1;
  min-width: 0;
}

.text-input {
  color: #e4e4e7;
  -webkit-appearance: none;
  background: #09090b;
  border: 1px solid #3f3f46;
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 14px 12px;
  font-family: inherit;
  font-size: .9rem;
}

.text-input:focus {
  border-color: #71717a;
}

.text-row {
  align-items: stretch;
  gap: 8px;
  display: flex;
}

.btn-small {
  color: #a1a1aa;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #27272a;
  border: 1px solid #3f3f46;
  border-radius: 10px;
  padding: 0 18px;
  font-family: inherit;
  font-size: .75rem;
}

.btn-small:active {
  color: #e4e4e7;
  background: #3f3f46;
}

.advanced {
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 14px;
  overflow: hidden;
}

.advanced summary {
  color: #52525b;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 18px 16px;
  font-size: .66rem;
  list-style: none;
}

.advanced summary::-webkit-details-marker {
  display: none;
}

.advanced summary:after {
  content: " ▾";
  color: #3f3f46;
}

.advanced[open] summary:after {
  content: " ▴";
}

.advanced-inner {
  flex-direction: column;
  gap: 12px;
  padding: 0 12px 14px;
  display: flex;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
