:root {
  --concept-ink: #101010;
  --concept-paper: #f4f0e5;
  --concept-paper-deep: #e7e0d0;
  --concept-orange: #ff8000;
  --concept-blue: #47c7fc;
  --concept-green: #0b6b45;
  --concept-red: #e4312b;
  --concept-line: rgba(16, 16, 16, .2);
  --concept-chapter-nav-height: 64px;
}

html.concept-document {
  scroll-behavior: smooth;
  background: var(--concept-paper);
}

.concept-skip-link {
  position: fixed;
  top: max(12px, env(safe-area-inset-top));
  left: 12px;
  z-index: 10050;
  padding: 10px 13px;
  border: 3px solid var(--concept-ink);
  background: var(--concept-orange);
  color: var(--concept-ink);
  box-shadow: 5px 5px 0 var(--concept-blue);
  font: 700 11px/1.2 Iosevka, monospace;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(calc(-100% - 24px));
  transition: transform .16s ease;
}

.concept-skip-link:focus {
  outline: 3px solid #fff;
  outline-offset: 3px;
  transform: translateY(0);
}

#unboxedTicker {
  scroll-margin-top: 24px;
}

body.concept-mode {
  margin: 0;
  color: var(--concept-ink);
  background: var(--concept-paper);
}

html.concept-document.concept-project-birthday-day,
body.concept-mode.concept-project-birthday-day {
  background: #fff9dd;
}

body.concept-mode.concept-project-birthday-day {
  --birthday-yellow: #ffe45c;
  --birthday-pink: #ff5ba8;
  --birthday-purple: #8d63ff;
}

html.concept-document.concept-day-preview-active::after {
  position: fixed;
  top: max(12px, env(safe-area-inset-top));
  left: 50%;
  z-index: 9350;
  padding: 7px 10px;
  border: 2px solid var(--concept-ink);
  content: "TEST DATE · " attr(data-concept-preview-date);
  background: var(--birthday-yellow, #ffe45c);
  color: var(--concept-ink);
  box-shadow: 4px 4px 0 var(--birthday-pink, #ff5ba8);
  font: 700 9px/1.2 Iosevka, monospace;
  letter-spacing: .08em;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

body.concept-mode .container[data-v-2707b0c1] {
  min-height: 100vh;
  padding: 0 64px 64px;
  background-color: var(--concept-paper);
  background-image:
    linear-gradient(rgba(16, 16, 16, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 16, .035) 1px, transparent 1px);
  background-size: 32px 32px;
}

body.concept-mode.concept-project-birthday-day .container[data-v-2707b0c1] {
  background-color: #fff9dd;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 91, 168, .2) 0 4px, transparent 5px),
    radial-gradient(circle at 74% 61%, rgba(71, 199, 252, .23) 0 5px, transparent 6px),
    radial-gradient(circle at 43% 82%, rgba(141, 99, 255, .18) 0 4px, transparent 5px),
    linear-gradient(rgba(16, 16, 16, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 16, .035) 1px, transparent 1px);
  background-size: 113px 107px, 139px 131px, 157px 149px, 32px 32px, 32px 32px;
}

body.concept-mode.concept-project-birthday-day .container[data-v-2707b0c1]::before,
body.concept-mode.concept-project-birthday-day .container[data-v-2707b0c1]::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

body.concept-mode.concept-project-birthday-day .container[data-v-2707b0c1]::before {
  width: 5px;
  height: 12px;
  border-radius: 1px;
  box-shadow:
    5vw 9vh 0 var(--birthday-pink),
    15vw 29vh 0 var(--concept-blue),
    24vw 13vh 0 var(--birthday-purple),
    34vw 47vh 0 var(--concept-orange),
    45vw 21vh 0 var(--birthday-yellow),
    56vw 7vh 0 var(--concept-blue),
    67vw 39vh 0 var(--birthday-pink),
    77vw 16vh 0 var(--concept-orange),
    88vw 32vh 0 var(--birthday-purple),
    96vw 11vh 0 var(--birthday-yellow),
    8vw 68vh 0 var(--concept-orange),
    19vw 87vh 0 var(--birthday-yellow),
    31vw 73vh 0 var(--birthday-pink),
    42vw 93vh 0 var(--concept-blue),
    54vw 64vh 0 var(--birthday-purple),
    65vw 82vh 0 var(--birthday-yellow),
    79vw 71vh 0 var(--concept-blue),
    91vw 90vh 0 var(--birthday-pink);
  opacity: .62;
}

body.concept-mode.concept-project-birthday-day .container[data-v-2707b0c1]::after {
  width: 12px;
  height: 5px;
  border-radius: 1px;
  box-shadow:
    10vw 19vh 0 var(--birthday-yellow),
    20vw 5vh 0 var(--concept-orange),
    29vw 34vh 0 var(--concept-blue),
    39vw 12vh 0 var(--birthday-pink),
    50vw 38vh 0 var(--birthday-purple),
    61vw 25vh 0 var(--birthday-yellow),
    72vw 6vh 0 var(--birthday-pink),
    83vw 45vh 0 var(--concept-blue),
    94vw 24vh 0 var(--concept-orange),
    4vw 51vh 0 var(--birthday-purple),
    14vw 78vh 0 var(--birthday-pink),
    25vw 58vh 0 var(--birthday-yellow),
    37vw 84vh 0 var(--concept-orange),
    48vw 69vh 0 var(--concept-blue),
    59vw 96vh 0 var(--birthday-pink),
    70vw 55vh 0 var(--birthday-purple),
    84vw 80vh 0 var(--birthday-yellow),
    97vw 62vh 0 var(--concept-blue);
  opacity: .62;
}

.concept-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.concept-topbar {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px clamp(28px, 5vw, 64px) 14px;
}

.concept-topbar > .nuxt-link-active {
  display: inline-flex;
  width: 96px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.concept-topbar > .nuxt-link-active .site-title[data-v-2707b0c1] {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.concept-preview-mark {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}

.concept-preview-mark::before {
  width: 44px;
  height: 8px;
  content: "";
  background: repeating-linear-gradient(-45deg, var(--concept-ink) 0 6px, var(--concept-orange) 6px 12px);
  border: 2px solid var(--concept-ink);
}

.concept-preview-link {
  color: var(--concept-ink);
  text-decoration-color: var(--concept-orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.concept-preview-link:hover,
.concept-preview-link:focus-visible {
  color: #07556f;
  text-decoration-color: var(--concept-blue);
}

.concept-mode.concept-embedded .concept-topbar {
  justify-content: space-between;
}

.concept-mode.concept-embedded .concept-preview-mark {
  display: flex;
}

.concept-mode.concept-embedded .concept-preview-link {
  display: none;
}

.concept-hero {
  position: relative;
  padding: clamp(28px, 5vw, 64px);
  overflow: hidden;
  border: 3px solid var(--concept-ink);
  background: var(--concept-ink);
  color: #fff;
  box-shadow: 14px 14px 0 var(--concept-orange);
}

.concept-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 12px;
  content: "";
  background: repeating-linear-gradient(-45deg, var(--concept-orange) 0 10px, var(--concept-ink) 10px 20px);
}

.concept-hero::after {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 92px;
  height: 92px;
  content: "04 / 81";
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  color: rgba(255, 255, 255, .38);
  font-size: 11px;
  letter-spacing: .12em;
}

.concept-hero-heading,
.concept-hero > #unboxedTicker,
.concept-case-strip {
  position: relative;
  z-index: 1;
}

.concept-eyebrow,
.concept-section-kicker {
  margin: 0 0 10px;
  color: var(--concept-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.concept-section-kicker {
  color: #07556f;
}

.concept-hero .title[data-v-2707b0c1] {
  position: static;
  display: block;
  width: min(480px, 72%);
  max-width: none;
  margin: 0 0 28px;
}

.concept-hero .concept-hero-title {
  max-width: 760px;
  margin: -8px 0 12px;
  color: #fff;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1;
  text-wrap: balance;
  text-transform: uppercase;
}

.concept-hero .concept-hero-deck {
  max-width: 660px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.55;
}

@media (min-width: 1000px) {
  .concept-hero-heading {
    display: grid;
    grid-template-areas:
      "eyebrow eyebrow"
      "title heading"
      "title deck";
    grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
    align-items: start;
    column-gap: clamp(34px, 4vw, 56px);
    row-gap: 14px;
    margin-bottom: clamp(36px, 4vw, 50px);
  }

  .concept-hero-heading > .concept-eyebrow {
    grid-area: eyebrow;
    margin-bottom: 0;
  }

  .concept-hero-heading > .title[data-v-2707b0c1] {
    grid-area: title;
    width: 100%;
    max-width: 480px;
    height: auto;
    align-self: center;
    margin: 0;
  }

  .concept-hero-heading > .concept-hero-title {
    grid-area: heading;
    max-width: none;
    margin: 0;
    padding-top: 42px;
  }

  .concept-hero-heading > .concept-hero-deck {
    grid-area: deck;
    max-width: none;
    margin: 0;
  }
}

.concept-hero #unboxedTicker.row[data-v-2707b0c1] {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

.concept-hero #unboxedTicker .row-inner {
  box-shadow: 0 0 0 2px #fff, 9px 9px 0 var(--concept-blue);
}

.concept-hero #unboxedTicker .row-title {
  border-radius: 0;
}

.concept-hero #unboxedTicker .desc-wrapper {
  border-radius: 0;
  background: #fff;
}

.concept-case-strip {
  display: grid;
  grid-template-columns: .9fr 1.45fr 1fr;
  gap: 1px;
  margin-top: 28px;
  border: 2px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .28);
}

.concept-case-cell {
  min-width: 0;
  padding: 17px 18px;
  background: #181818;
}

.concept-case-label {
  display: block;
  margin-bottom: 7px;
  color: var(--concept-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.concept-case-value {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

a.concept-case-value {
  overflow: hidden;
  text-decoration-color: var(--concept-orange);
  text-overflow: ellipsis;
  text-underline-offset: 4px;
  white-space: nowrap;
}

a.concept-case-value:hover,
a.concept-case-value:focus-visible {
  color: var(--concept-blue);
}

.concept-case-cell--share {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.concept-case-share-summary {
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 400;
}

.concept-case-share-action {
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  padding: 9px 12px;
  border: 2px solid var(--concept-blue);
  background: var(--concept-blue);
  color: var(--concept-ink);
  box-shadow: 4px 4px 0 var(--concept-orange);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.concept-case-share-action:hover {
  border-color: var(--concept-orange);
  background: var(--concept-orange);
  box-shadow: 4px 4px 0 var(--concept-blue);
}

.concept-case-share-action:active {
  box-shadow: 1px 1px 0 var(--concept-blue);
  transform: translate(3px, 3px);
}

.concept-case-share-action:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.concept-case-share-action:disabled {
  opacity: .58;
  cursor: wait;
  box-shadow: none;
  transform: none;
}

.concept-case-share-feedback {
  min-height: 15px;
  margin-top: 9px;
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.concept-case-share-feedback[data-state="success"] {
  color: var(--concept-blue);
}

.concept-case-share-feedback[data-state="error"] {
  color: #ff8c86;
}

.concept-case-share-feedback[data-state="neutral"] {
  color: var(--concept-orange);
}

.concept-case-action {
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--concept-orange);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.concept-case-action:hover,
.concept-case-action:focus-visible {
  border-color: var(--concept-blue);
  color: var(--concept-blue);
}

.concept-chapter-section {
  scroll-margin-top: calc(var(--concept-chapter-nav-height) + 24px);
}

#main-counter.concept-chapter-section {
  scroll-margin-top: 24px;
}

.concept-chapter-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  margin-top: 30px;
  border: 3px solid var(--concept-ink);
  background: var(--concept-ink);
  box-shadow: 8px 8px 0 var(--concept-blue);
}

.concept-chapter-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: var(--concept-ink);
}

.concept-chapter-item {
  min-width: 0;
}

.concept-chapter-link {
  min-height: var(--concept-chapter-nav-height);
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  background: var(--concept-paper);
  color: var(--concept-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.concept-chapter-number {
  flex: 0 0 auto;
  color: #07556f;
  font-size: 9px;
  letter-spacing: .04em;
}

.concept-chapter-label {
  min-width: 0;
}

.concept-chapter-link:hover {
  background: var(--concept-ink);
  color: #fff;
  box-shadow: inset 0 -6px 0 var(--concept-blue);
}

.concept-chapter-link:hover .concept-chapter-number {
  color: var(--concept-orange);
}

.concept-chapter-link[aria-current="location"] {
  background: var(--concept-orange);
  color: var(--concept-ink);
  box-shadow: inset 0 -6px 0 var(--concept-blue);
}

.concept-chapter-link[aria-current="location"] .concept-chapter-number {
  color: var(--concept-ink);
}

.concept-chapter-link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 4px solid #fff;
  outline-offset: -7px;
  box-shadow: inset 0 -6px 0 var(--concept-blue);
}

.concept-section {
  padding-top: clamp(74px, 10vw, 122px);
}

.concept-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 430px);
  align-items: end;
  gap: 30px;
  margin-bottom: 30px;
  padding-bottom: 19px;
  border-bottom: 3px solid var(--concept-ink);
}

.concept-section-title {
  min-width: 0;
  margin: 0;
  font-size: clamp(31px, 5vw, 62px);
  letter-spacing: -.055em;
  line-height: .94;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.concept-section-copy {
  min-width: 0;
  margin: 0;
  color: #49443d;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.concept-dispatch-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.concept-dispatch {
  grid-column: span 4;
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 22px;
  border: 2px solid var(--concept-ink);
  background: #fff;
  box-shadow: 6px 6px 0 var(--concept-ink);
}

.concept-dispatch:first-child,
.concept-dispatch:nth-child(2) {
  grid-column: span 6;
}

.concept-dispatch:first-child {
  background: var(--concept-orange);
}

.concept-dispatch-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 34px;
  color: #4b453e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.concept-dispatch:first-child .concept-dispatch-topline {
  color: rgba(16, 16, 16, .68);
}

.concept-dispatch-count {
  padding: 4px 7px;
  border: 1px solid currentColor;
}

.concept-dispatch-location {
  margin: 0;
  font-size: clamp(38px, 4.8vw, 64px);
  letter-spacing: -.04em;
  line-height: .95;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.concept-dispatch-events {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 34px;
}

.concept-dispatch-event {
  min-width: 0;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--concept-ink);
  background: var(--concept-paper);
  color: var(--concept-ink);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-align: left;
  text-transform: uppercase;
}

.concept-dispatch-event[data-tone="incident"] {
  background: #ffe5e1;
  color: #8c1712;
}

.concept-dispatch-event:hover,
.concept-dispatch-event:focus-visible {
  background: var(--concept-blue);
  color: var(--concept-ink);
}

.concept-dispatch-age {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
  opacity: .7;
}

.concept-stat-grid,
.concept-archive-grid,
.concept-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.concept-stat-card.row[data-v-2707b0c1] {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}

.concept-stat-card .row-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--concept-ink);
  background: #fff;
  box-shadow: 7px 7px 0 var(--concept-ink);
}

.concept-stat-card:hover .row-inner {
  box-shadow: 7px 7px 0 var(--concept-blue);
}

.concept-stat-card:focus-visible {
  outline: 4px solid var(--concept-blue);
  outline-offset: 4px;
}

.concept-stat-card .row-title {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 5px 18px;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.35;
}

.concept-stat-card .row-title-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 42px;
}

.concept-stat-card .days-since {
  display: block;
  margin: 0 0 4px;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 1.15;
}

.concept-stat-card .row-title-highlight {
  display: block;
  overflow-wrap: break-word;
}

.concept-stat-card .days {
  min-height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: 22px 14px 16px;
  border-right: 0;
  border-left: 0;
  background: #fff;
  color: var(--concept-ink);
  cursor: default;
}

.concept-mode #lastFastestPitStop .days {
  cursor: pointer;
}

.concept-stat-card .days::after {
  align-self: flex-end;
  margin: 0 0 15px 10px;
  content: "DAYS";
  color: #5b554c;
  font-family: Iosevka, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.concept-stat-card .number-wrapper {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  color: var(--concept-ink);
  font-size: clamp(78px, 7.6vw, 108px);
  line-height: .82;
}

.concept-stat-card .number-wrapper-faded {
  display: none;
}

.concept-stat-card .number-wrapper::after {
  display: none;
}

.concept-stat-card .desc-wrapper {
  min-height: 88px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: #f7f4ec;
  font-size: 12px;
  line-height: 1.45;
}

.concept-stat-card .last-text {
  display: none;
}

.concept-stat-card .desc a {
  font-weight: 700;
}

.concept-card-note {
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 2;
  padding: 4px 6px;
  border: 1px solid var(--concept-ink);
  background: var(--concept-blue);
  color: var(--concept-ink);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
}

.concept-stat-card--higher-is-better .desc-wrapper {
  padding-bottom: 46px;
}

#lastMcLarenDnf .concept-card-note {
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-width: 2px;
  box-shadow: 3px 3px 0 var(--concept-ink);
  font-size: 10px;
}

.concept-livery {
  margin-top: clamp(74px, 10vw, 122px);
  padding: clamp(28px, 5vw, 54px);
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.45fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  border: 3px solid var(--concept-ink);
  background:
    linear-gradient(118deg, transparent 0 57%, rgba(255, 255, 255, .08) 57% 59%, transparent 59%),
    var(--concept-green);
  color: #fff;
  box-shadow: 14px 14px 0 var(--concept-orange);
}

.concept-livery .concept-section-kicker {
  color: #b9ffd9;
}

.concept-livery-title {
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  letter-spacing: -.07em;
  line-height: .82;
  text-transform: uppercase;
}

.concept-livery-copy {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.55;
}

.concept-livery-card.row[data-v-2707b0c1] {
  max-width: none;
  margin: 0;
}

.concept-livery-card .row-inner {
  border-color: var(--concept-ink);
  box-shadow: 8px 8px 0 var(--concept-ink);
}

.concept-livery-card .days {
  background: var(--livery-primary, #f5f2e9);
}

.concept-archive {
  border: 3px solid var(--concept-ink);
  background: var(--concept-paper-deep);
  box-shadow: 10px 10px 0 var(--concept-ink);
}

.concept-archive > summary {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  background: var(--concept-orange);
}

.concept-archive > summary::-webkit-details-marker {
  display: none;
}

.concept-archive-summary-title,
.concept-archive-summary-copy {
  display: block;
}

.concept-archive-summary-title {
  font-size: clamp(22px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  text-transform: uppercase;
}

.concept-archive-summary-copy {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}

.concept-archive-chevron {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--concept-ink);
  background: var(--concept-paper);
  font-size: 24px;
  font-weight: 700;
  transition: transform .2s ease;
}

.concept-archive[open] .concept-archive-chevron {
  transform: rotate(45deg);
}

.concept-archive-body {
  padding: clamp(22px, 4vw, 42px);
}

.concept-archive-group + .concept-archive-group {
  margin-top: 46px;
  padding-top: 34px;
  border-top: 2px solid var(--concept-ink);
}

.concept-archive-group-title {
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.concept-archive-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.concept-archive-row .row-title {
  min-height: 82px;
}

.concept-archive-row .days {
  min-height: 100px;
}

.concept-archive-row .number-wrapper {
  font-size: clamp(48px, 6vw, 68px);
}

.concept-project {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.5fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.concept-project-intro {
  position: sticky;
  top: calc(var(--concept-chapter-nav-height) + 24px);
}

.concept-project-title {
  margin: 0;
  font-size: clamp(38px, 6vw, 66px);
  letter-spacing: -.06em;
  line-height: .9;
  text-transform: uppercase;
}

.concept-project-copy {
  margin: 22px 0 0;
  color: #4d473e;
  font-size: 16px;
  line-height: 1.65;
}

.concept-project-grid {
  grid-template-columns: 1fr;
}

.concept-project-card .days {
  background: var(--concept-paper-deep);
}

#additionalStats.concept-stats-sentinel {
  display: none;
}

.concept-footer {
  margin-top: clamp(80px, 12vw, 140px);
  border-top: 3px solid var(--concept-ink);
}

.concept-footer .footer-wrapper {
  padding-top: 32px;
  padding-bottom: 30px;
}

.concept-mode .concept-footer .newsletter-box {
  padding-bottom: 8px;
}

.concept-mode .concept-footer .project-mark {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 34px);
  color: var(--concept-orange);
}

.concept-mode .concept-footer .site-title[data-v-2b1aca38] {
  margin-top: 8px;
}

.concept-mode .concept-footer .logo .border {
  stroke: var(--concept-orange) !important;
}

.concept-mode .concept-footer .logo:hover {
  filter: drop-shadow(0 0 9px rgba(255, 128, 0, .9));
}

.concept-mode .concept-footer .logo .border + .letter {
  fill: transparent !important;
  stroke: var(--concept-ink) !important;
  stroke-width: 7px !important;
  stroke-linejoin: round;
  paint-order: stroke fill;
}

.concept-mode .concept-footer .logo .border + .letter ~ .letter {
  fill: transparent !important;
  stroke: var(--concept-ink) !important;
  stroke-width: 5px !important;
  stroke-linejoin: round;
  paint-order: stroke fill;
}

.concept-mode .modal-wrapper {
  z-index: 10000;
}

.concept-livery-title-trigger,
.concept-dispatch-location-trigger,
.concept-archive-inspection {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.concept-livery-title-trigger {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
}

.concept-livery-title-trigger:hover {
  color: #b9ffd9;
}

.concept-hold-target {
  position: relative;
  cursor: pointer !important;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  user-select: none;
}

.concept-hold-target:focus-visible,
.concept-dispatch-location-trigger:focus-visible,
.concept-archive-inspection:focus-visible,
.concept-pair-light:focus-visible {
  outline: 4px solid var(--concept-blue);
  outline-offset: 4px;
}

.concept-hold-arming {
  outline: 4px dashed var(--concept-orange) !important;
  outline-offset: -9px !important;
  animation: conceptHoldArm .42s steps(2, end) infinite;
}

.concept-livery-title-trigger.concept-hold-arming,
.concept-case-status.concept-hold-arming,
.concept-footer .project-mark.concept-hold-arming {
  outline-offset: 4px !important;
}

.concept-hold-fired {
  filter: saturate(1.4) brightness(1.08);
}

.concept-case-status {
  width: fit-content;
  min-height: 30px;
  display: flex;
  align-items: center;
}

.concept-footer .project-mark.concept-hold-target {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.concept-dispatch-location-trigger {
  position: relative;
  width: 100%;
  min-height: 44px;
  display: block;
  padding: 0;
  cursor: pointer;
  letter-spacing: inherit;
  line-height: inherit;
  overflow-wrap: anywhere;
  text-align: left;
  text-transform: inherit;
  touch-action: manipulation;
}

.concept-dispatch-location-trigger:hover {
  text-decoration: underline;
  text-decoration-color: var(--concept-blue);
  text-decoration-thickness: 5px;
  text-underline-offset: 7px;
}

.concept-passport-stamp {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  margin: 3px 0 0 14px;
  border: 3px double currentColor;
  border-radius: 50%;
  color: #07556f;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  transform: rotate(-12deg);
  vertical-align: middle;
}

.concept-dispatch:first-child .concept-passport-stamp {
  color: var(--concept-ink);
}

.concept-passport-badge {
  appearance: none;
  width: fit-content;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 0 auto;
  padding: 10px 12px 10px 16px;
  border: 2px solid var(--concept-ink);
  background: var(--concept-orange);
  color: var(--concept-ink);
  box-shadow: 5px 5px 0 var(--concept-ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.concept-passport-badge:hover,
.concept-passport-badge:focus-visible {
  background: var(--concept-blue);
  outline: 3px solid var(--concept-ink);
  outline-offset: 3px;
}

.concept-passport-badge strong {
  padding: 5px 7px;
  background: var(--concept-ink);
  color: #fff;
  font-size: 13px;
}

.concept-passport-replay-label {
  padding-left: 14px;
  border-left: 1px solid currentColor;
  font-size: 8px;
  opacity: .72;
}

.concept-pair-light {
  z-index: 5 !important;
  cursor: pointer;
}

.concept-pair-light::after {
  position: absolute;
  inset: -16px;
  content: "";
}

.concept-pair-light.is-armed {
  background: #ffd900 !important;
  box-shadow: 0 0 0 5px rgba(255, 217, 0, .28), 0 0 18px #ffd900;
}

.concept-pair-light.is-wrong {
  background: var(--concept-red) !important;
  animation: conceptLightWrong .2s linear 2;
}

body.concept-mode #lastDoublePoints.concept-points-complete .danger-icon,
body.concept-mode #lastDoublePoints.concept-points-complete .danger-icon-back {
  background: #18c982 !important;
  opacity: 1;
  box-shadow: 0 0 0 5px rgba(24, 201, 130, .22), 0 0 18px rgba(24, 201, 130, .9);
}

#lastDriversTicker.concept-champion-active .row-inner {
  border-color: #9e7412;
  box-shadow: 8px 8px 0 #d9aa2b;
}

#lastDriversTicker.concept-champion-active .days {
  background: linear-gradient(135deg, #fff7be, #d9aa2b 52%, #fff0a1) !important;
  animation: conceptChampionGlow 1s ease-in-out infinite alternate;
}

.concept-chequered-sweep {
  position: fixed;
  top: -15vh;
  bottom: -15vh;
  left: -45vw;
  z-index: 9200;
  width: 38vw;
  border-right: 8px solid var(--concept-orange);
  background:
    repeating-conic-gradient(#fff 0 25%, #111 0 50%) 0 / 64px 64px;
  box-shadow: 24px 0 0 rgba(255, 128, 0, .75);
  opacity: .94;
  pointer-events: none;
  transform: skewX(-8deg);
  animation: conceptChequeredSweep 2.2s cubic-bezier(.5, 0, .2, 1) forwards;
}

.concept-egg-layer {
  position: fixed;
  top: max(22px, env(safe-area-inset-top));
  left: 50%;
  z-index: 9300;
  width: min(620px, calc(100vw - 32px));
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -18px);
  transition: opacity .2s ease, transform .2s ease;
}

.concept-egg-layer.is-active {
  opacity: 1;
  transform: translate(-50%, 0);
}

.concept-egg-notice {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  overflow: hidden;
  border: 3px solid var(--concept-ink);
  background: var(--concept-paper);
  color: var(--concept-ink);
  box-shadow: 9px 9px 0 var(--concept-ink);
  text-align: left;
  text-transform: uppercase;
}

.concept-egg-kicker,
.concept-egg-title,
.concept-egg-copy {
  position: relative;
  z-index: 1;
  display: block;
}

.concept-egg-kicker {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  opacity: .68;
}

.concept-egg-title {
  font-size: clamp(25px, 5vw, 46px);
  letter-spacing: -.04em;
  line-height: .95;
  overflow-wrap: anywhere;
}

.concept-egg-copy {
  max-width: 52ch;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.45;
}

.concept-egg-barcode {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 88px;
  height: 28px;
  background: repeating-linear-gradient(
    90deg,
    currentColor 0 2px,
    transparent 2px 5px,
    currentColor 5px 6px,
    transparent 6px 9px
  );
  opacity: .22;
}

.concept-egg-notice--champion {
  background: linear-gradient(135deg, #fff8c7, #d6a72c 58%, #fff0a3);
}

.concept-egg-notice--sprint {
  border-color: #fff;
  background:
    linear-gradient(90deg, transparent 0 78%, rgba(255, 128, 0, .95) 78%),
    var(--concept-ink);
  color: #fff;
  box-shadow: 9px 9px 0 var(--concept-orange);
}

.concept-egg-notice--passport,
.concept-egg-notice--points {
  background: var(--concept-orange);
}

.concept-egg-notice--credential {
  background:
    linear-gradient(112deg, transparent 0 75%, rgba(71, 199, 252, .4) 75%),
    var(--concept-paper);
}

.concept-egg-notice--scrutineering,
.concept-egg-notice--inspection {
  border-color: #043e29;
  background: #d8ffe9;
  color: #043e29;
  box-shadow: 9px 9px 0 #0b6b45;
}

.concept-egg-notice--livery {
  background:
    linear-gradient(120deg, var(--concept-orange) 0 12px, var(--concept-paper) 12px);
}

.concept-archive-group-title {
  min-height: 44px;
}

.concept-archive-inspection {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  cursor: pointer;
  letter-spacing: inherit;
  text-align: left;
  text-transform: inherit;
}

.concept-archive-inspection:hover > span:first-child {
  text-decoration: underline;
  text-decoration-color: var(--concept-orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.concept-inspection-stamp {
  flex: 0 0 auto;
  padding: 6px 8px;
  border: 2px solid #0b6b45;
  color: #0b6b45;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  opacity: .22;
  transform: rotate(-3deg);
}

.concept-archive-inspection.is-inspected .concept-inspection-stamp {
  background: #d8ffe9;
  opacity: 1;
}

.concept-archive--passed .concept-archive {
  border-color: #0b6b45;
  box-shadow: 10px 10px 0 #0b6b45;
}

.concept-scrutineering-badge {
  width: fit-content;
  display: block;
  margin-top: 10px;
  padding: 5px 7px;
  border: 1px solid #043e29;
  background: #d8ffe9;
  color: #043e29;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.concept-scrutineering-replay {
  appearance: none;
  width: min(100%, 420px);
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0 0 auto;
  padding: 11px 14px;
  border: 2px solid #043e29;
  background: #d8ffe9;
  color: #043e29;
  box-shadow: 6px 6px 0 #0b6b45;
  cursor: pointer;
  font-family: inherit;
  font-size: 9px;
  letter-spacing: .11em;
  text-align: left;
  text-transform: uppercase;
}

.concept-scrutineering-replay strong {
  font-size: 10px;
}

.concept-scrutineering-replay:hover,
.concept-scrutineering-replay:focus-visible {
  background: #b9ffd8;
  outline: 3px solid #043e29;
  outline-offset: 3px;
}

.concept-livery-archive-readout {
  width: fit-content;
  margin: 18px 0 0;
  padding: 7px 9px;
  border: 1px solid currentColor;
  color: rgba(255, 255, 255, .76);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.concept-livery {
  transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.concept-livery[data-livery-archive-active="true"] {
  background:
    linear-gradient(118deg, transparent 0 57%, rgba(255, 255, 255, .1) 57% 59%, transparent 59%),
    var(--concept-livery-shell);
  color: var(--concept-livery-shell-text);
  box-shadow: 14px 14px 0 var(--concept-livery-shell-accent);
}

.concept-livery[data-livery-archive-active="true"] .concept-section-kicker,
.concept-livery[data-livery-archive-active="true"] .concept-livery-copy,
.concept-livery[data-livery-archive-active="true"] .concept-livery-archive-readout {
  color: var(--concept-livery-shell-text);
}

.concept-livery[data-livery-archive-active="true"] .concept-section-kicker {
  color: var(--concept-livery-shell-primary);
}

.concept-livery[data-livery-archive-active="true"] .concept-livery-copy {
  opacity: .78;
}

.concept-livery[data-livery-archive-active="true"] .concept-livery-title-trigger:hover {
  color: var(--concept-livery-shell-accent);
}

.concept-livery[data-livery-archive-active="true"] .concept-livery-card .row-inner {
  box-shadow: 8px 8px 0 var(--concept-livery-shell-accent);
}

.concept-livery[data-livery-archive-active="true"] .concept-livery-card .days {
  background: var(--livery-primary, #f5f2e9) !important;
  color: var(--livery-day-text, var(--concept-ink));
}

.concept-livery[data-livery-archive-active="true"] .concept-livery-card .number-wrapper,
.concept-livery[data-livery-archive-active="true"] .concept-livery-card .days::after {
  color: var(--livery-day-text, var(--concept-ink));
}

body.concept-mode.concept-fia-report-active .fia-panel {
  z-index: 9400;
  border-color: #1ec97f;
  box-shadow: 12px 12px 0 #075638;
}

body.concept-mode.concept-fia-report-active .container {
  animation: none !important;
}

body.concept-mode.concept-scene-active {
  overflow: hidden;
}

.concept-fullscreen-egg {
  position: fixed;
  inset: 0;
  z-index: 9250;
  display: grid;
  align-content: center;
  gap: clamp(18px, 3vh, 34px);
  padding: max(30px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(30px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  overflow-x: hidden;
  overflow-y: auto;
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    #0b0d0e;
  background-size: 44px 44px;
  color: #fff;
  pointer-events: auto;
  isolation: isolate;
}

.concept-fullscreen-egg::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(115deg, rgba(255, 128, 0, .18), transparent 42%, rgba(71, 199, 252, .12));
}

.concept-scene-heading {
  width: min(1040px, 100%);
  display: grid;
  gap: 7px;
  margin: 0 auto;
  text-transform: uppercase;
}

.concept-scene-kicker {
  color: var(--concept-blue);
  font-size: clamp(9px, 1.1vw, 12px);
  font-weight: 700;
  letter-spacing: .18em;
}

.concept-scene-title {
  color: #fff;
  font-size: clamp(34px, 7vw, 88px);
  letter-spacing: -.055em;
  line-height: .88;
}

.concept-scene-copy {
  max-width: 60ch;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(10px, 1.2vw, 14px);
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.45;
}

.concept-pixel-car-graphic {
  --car-body: #ff8000;
  --car-body-light: #ffad24;
  --car-accent: #00a3e0;
  --car-dark: #151515;
  --car-glass: #d9f7ff;
  width: 100%;
  height: auto;
  display: block;
}

.concept-car-fallback {
  display: grid;
  place-items: center;
  border: 5px solid #111;
  background: var(--concept-orange);
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

/* Completed venue passport: credential scan, gate and drive-through. */
.concept-fullscreen-egg--paddock-access {
  grid-template-columns: minmax(260px, 420px) minmax(360px, 680px);
  justify-content: center;
  background-color: #111;
}

.concept-fullscreen-egg--paddock-access .concept-scene-heading {
  grid-column: 1 / -1;
}

.concept-access-credential {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(20px, 3vw, 34px);
  overflow: hidden;
  border: 4px solid #111;
  background: var(--concept-orange);
  color: #111;
  box-shadow: 12px 12px 0 var(--concept-blue);
  transform: rotate(-1.5deg);
}

.concept-access-credential-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.concept-access-credential-top strong {
  padding: 6px 8px;
  background: #111;
  color: #fff;
  font-size: 17px;
}

.concept-access-name {
  font-size: clamp(30px, 5vw, 62px);
  letter-spacing: -.05em;
  line-height: .9;
}

.concept-access-level {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}

.concept-access-barcode {
  width: 62%;
  height: 44px;
  background: repeating-linear-gradient(90deg, #111 0 3px, transparent 3px 7px, #111 7px 9px, transparent 9px 12px);
}

.concept-access-scanline {
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  height: 7px;
  background: #fff;
  box-shadow: 0 0 18px 6px var(--concept-blue);
  opacity: 0;
}

.concept-fullscreen-egg--paddock-access.is-scanning .concept-access-scanline {
  opacity: .92;
  animation: conceptCredentialScan 1.25s linear forwards;
}

.concept-paddock-gate {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 5px solid #fff;
  background:
    linear-gradient(90deg, transparent 49.4%, #fff 49.4% 50.6%, transparent 50.6%),
    #47c7fc;
  box-shadow: 12px 12px 0 var(--concept-orange);
}

.concept-gate-door {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 50.5%;
  border: 12px solid #111;
  background:
    repeating-linear-gradient(-45deg, transparent 0 20px, rgba(255, 255, 255, .14) 20px 40px),
    var(--concept-orange);
  transition: transform .8s cubic-bezier(.65, 0, .2, 1);
}

.concept-gate-door--left { left: 0; }
.concept-gate-door--right { right: 0; }

.concept-fullscreen-egg--paddock-access.is-granted .concept-gate-door--left {
  transform: translateX(-102%);
}

.concept-fullscreen-egg--paddock-access.is-granted .concept-gate-door--right {
  transform: translateX(102%);
}

.concept-gate-status {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 4;
  min-width: min(86%, 360px);
  padding: 10px 14px;
  border: 3px solid #111;
  background: #ffd319;
  color: #111;
  box-shadow: 5px 5px 0 #111;
  font-size: clamp(11px, 1.5vw, 16px);
  letter-spacing: .13em;
  text-align: center;
  transform: translateX(-50%);
}

.concept-fullscreen-egg--paddock-access.is-verified .concept-gate-status,
.concept-fullscreen-egg--paddock-access.is-granted .concept-gate-status {
  background: #1ec97f;
}

.concept-gate-car {
  position: absolute;
  bottom: 30px;
  left: -58%;
  z-index: 3;
  width: clamp(190px, 30vw, 350px);
  filter: drop-shadow(7px 8px 0 rgba(0, 0, 0, .45));
}

.concept-gate-car-number {
  position: absolute;
  top: 41%;
  left: 53%;
  padding: 3px 5px;
  background: #111;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.concept-fullscreen-egg--paddock-access.is-granted .concept-gate-car {
  animation: conceptGateDrive 2.7s .42s cubic-bezier(.35, .04, .16, 1) forwards;
}

/* Archive completion: technical inspection. */
.concept-fullscreen-egg--scrutineering {
  background-color: #061b13;
}

.concept-fullscreen-egg--scrutineering::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  width: 8px;
  content: "";
  background: #54ffad;
  box-shadow: 0 0 34px 13px rgba(84, 255, 173, .45);
  animation: conceptScrutineeringSweep 2.7s linear forwards;
}

.concept-scrutineering-checklist {
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
}

.concept-scrutineering-check {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border: 2px solid rgba(255, 255, 255, .38);
  background: rgba(0, 0, 0, .4);
  color: rgba(255, 255, 255, .7);
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.concept-scrutineering-index {
  color: var(--concept-blue);
  font-size: 10px;
  letter-spacing: .12em;
}

.concept-scrutineering-result {
  padding: 5px 7px;
  border: 1px solid currentColor;
  font-size: 8px;
  letter-spacing: .12em;
}

.concept-scrutineering-check.is-passed {
  border-color: #54ffad;
  background: rgba(84, 255, 173, .13);
  color: #fff;
}

.concept-scrutineering-check.is-passed .concept-scrutineering-result {
  background: #54ffad;
  color: #042a1a;
}

/* One-two formation finish. */
#lastOneTwo.concept-one-two-active .row-inner,
#lastConstructorTicker.concept-trophy-active .row-inner,
#lastGrandSlam.concept-grand-slam-active .row-inner,
#ProjectStart.concept-time-machine-active .row-inner {
  border-color: var(--concept-orange);
  box-shadow: 8px 8px 0 var(--concept-orange);
}

.concept-fullscreen-egg--one-two {
  background-color: #07151d;
}

.concept-formation-track {
  width: min(1120px, 100%);
  display: grid;
  gap: 12px;
  margin: 0 auto;
  padding: 16px;
  border: 3px solid #fff;
  background:
    repeating-linear-gradient(90deg, transparent 0 70px, rgba(255, 255, 255, .055) 70px 72px),
    #101416;
  box-shadow: 12px 12px 0 var(--concept-orange);
}

.concept-formation-lane {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  border-bottom: 3px dashed rgba(255, 255, 255, .24);
}

.concept-formation-lane:last-child { border-bottom: 0; }

.concept-formation-finish {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: clamp(112px, 15vw, 180px);
  display: grid;
  gap: 2px;
  padding: 9px 10px;
  border-left: 8px solid var(--concept-orange);
  background: #fff;
  color: #111;
  transform: translateY(-50%);
}

.concept-formation-finish strong {
  font-size: clamp(26px, 4vw, 48px);
  line-height: .85;
}

.concept-formation-finish span {
  overflow: hidden;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.concept-formation-car {
  position: absolute;
  top: 50%;
  left: -280px;
  width: clamp(170px, 24vw, 260px);
  transform: translateY(-50%);
  filter: drop-shadow(7px 7px 0 rgba(0, 0, 0, .65));
}

.concept-formation-number {
  position: absolute;
  top: 39%;
  left: 54%;
  padding: 2px 5px;
  background: #111;
  color: #fff;
  font-size: 10px;
}

.concept-fullscreen-egg--one-two.is-racing .concept-formation-lane--first .concept-formation-car {
  animation: conceptFormationFirst 2.3s cubic-bezier(.25, .65, .18, 1) forwards;
}

.concept-fullscreen-egg--one-two.is-racing .concept-formation-lane--second .concept-formation-car {
  animation: conceptFormationSecond 2.45s .15s cubic-bezier(.25, .65, .18, 1) forwards;
}

.concept-fullscreen-egg--one-two.is-locked .concept-formation-finish {
  border-color: #1ec97f;
  box-shadow: inset 0 0 0 3px #1ec97f;
}

/* Constructors' trophy room. */
.concept-fullscreen-egg--trophy-room {
  background:
    linear-gradient(90deg, rgba(255, 128, 0, .11), transparent 30% 70%, rgba(255, 128, 0, .11)),
    #080808;
}

.concept-trophy-showcase {
  position: relative;
  width: min(820px, 100%);
  min-height: 310px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, .55);
  background: radial-gradient(circle at 50% 35%, rgba(255, 179, 69, .24), transparent 48%), #111;
  box-shadow: 12px 12px 0 #7a5018;
}

.concept-trophy-spotlight {
  position: absolute;
  top: -50%;
  width: 30%;
  height: 160%;
  background: linear-gradient(to bottom, rgba(255, 174, 56, .48), transparent 77%);
  filter: blur(4px);
  transform-origin: top;
}

.concept-trophy-spotlight--left { left: 17%; transform: rotate(-17deg); }
.concept-trophy-spotlight--right { right: 17%; transform: rotate(17deg); }

.concept-trophy {
  position: relative;
  z-index: 2;
  width: 180px;
  display: grid;
  justify-items: center;
  opacity: 0;
  transform: translateY(30px) scale(.82);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.concept-fullscreen-egg--trophy-room.is-open .concept-trophy {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.concept-trophy-cup {
  position: relative;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border: 12px solid #f6b94d;
  border-top: 0;
  border-radius: 12px 12px 52px 52px;
  background: linear-gradient(115deg, #fff2a6, #c77e13 50%, #ffe78b);
  color: #111;
  box-shadow: inset -12px 0 0 rgba(105, 56, 0, .22);
  font-size: 46px;
  font-weight: 700;
}

.concept-trophy-cup::before,
.concept-trophy-cup::after {
  position: absolute;
  top: 14px;
  width: 48px;
  height: 62px;
  content: "";
  border: 10px solid #f6b94d;
  border-radius: 50%;
}

.concept-trophy-cup::before { right: 92%; border-left: 0; }
.concept-trophy-cup::after { left: 92%; border-right: 0; }

.concept-trophy-stem {
  width: 24px;
  height: 42px;
  background: #e7a52f;
}

.concept-trophy-base {
  width: 176px;
  padding: 9px;
  border-top: 7px solid #f7c15a;
  background: #5c370d;
  color: #fff;
  font-size: 10px;
  letter-spacing: .18em;
  text-align: center;
}

.concept-trophy-banner {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 3;
  padding: 9px;
  background: var(--concept-orange);
  color: #111;
  font-size: 11px;
  letter-spacing: .13em;
  text-align: center;
}

.concept-trophy-years {
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, .3);
}

.concept-trophy-years span {
  padding: 9px 3px;
  border-right: 1px solid rgba(255, 255, 255, .22);
  color: #ffc162;
  font-size: clamp(7px, 1vw, 10px);
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
}

.concept-trophy-years span:last-child { border-right: 0; }

.concept-trophy-confetti {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
}

.concept-trophy-confetti i {
  position: absolute;
  top: -8%;
  left: var(--confetti-x);
  width: 8px;
  height: 18px;
  background: var(--concept-orange);
  animation: conceptTrophyConfetti var(--confetti-speed) var(--confetti-delay) linear infinite;
}

.concept-trophy-confetti i:nth-child(3n) { background: var(--concept-blue); }
.concept-trophy-confetti i:nth-child(3n + 1) { background: #fff; }

/* Grand Slam checklist. */
.concept-fullscreen-egg--grand-slam {
  background-color: #16091d;
}

.concept-grand-slam-list {
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
}

.concept-grand-slam-item {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 17px 20px;
  border: 3px solid rgba(255, 255, 255, .28);
  background: rgba(0, 0, 0, .38);
  color: rgba(255, 255, 255, .55);
  font-size: clamp(14px, 2vw, 24px);
  letter-spacing: .06em;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.concept-grand-slam-box {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 3px solid currentColor;
}

.concept-grand-slam-item.is-confirmed {
  border-color: #d760ff;
  background: rgba(183, 60, 230, .2);
  color: #fff;
}

.concept-grand-slam-item.is-confirmed .concept-grand-slam-box {
  background: #b43ddd;
}

.concept-grand-slam-item.is-confirmed .concept-grand-slam-box::after {
  content: "✓";
  font-size: 24px;
  font-weight: 700;
}

/* Unofficial Driver of the Day vote. */
.concept-fullscreen-egg--driver-vote {
  background-color: #0c1317;
}

.concept-driver-ballot {
  width: min(920px, 100%);
  display: grid;
  gap: 14px;
  margin: 0 auto;
}

.concept-driver-candidate {
  --vote-result: 50%;
  display: grid;
  grid-template-columns: minmax(160px, 240px) 1fr 68px;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  border: 3px solid rgba(255, 255, 255, .32);
  background: rgba(0, 0, 0, .46);
}

.concept-driver-label {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.concept-driver-label strong {
  color: var(--concept-orange);
  font-size: clamp(28px, 4vw, 48px);
}

.concept-driver-label span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
}

.concept-driver-meter {
  height: 24px;
  overflow: hidden;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, .08);
}

.concept-driver-fill {
  width: 45%;
  height: 100%;
  display: block;
  background: repeating-linear-gradient(90deg, var(--concept-orange) 0 18px, #ffad4c 18px 22px);
  animation: conceptVoteCount 1s ease-in-out infinite alternate;
}

.concept-driver-candidate--oscar .concept-driver-fill {
  animation-delay: -.5s;
}

.concept-driver-percent {
  font-size: clamp(22px, 4vw, 38px);
  text-align: right;
}

.concept-vote-spinner {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 11px 14px;
  border-left: 8px solid var(--concept-blue);
  background: #fff;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-align: center;
}

.concept-fullscreen-egg--driver-vote.is-result .concept-driver-fill {
  width: var(--vote-result);
  animation: none;
  transition: width .75s cubic-bezier(.2, .8, .2, 1);
}

.concept-fullscreen-egg--driver-vote[data-vote-winner="lando"] .concept-driver-candidate--lando,
.concept-fullscreen-egg--driver-vote[data-vote-winner="oscar"] .concept-driver-candidate--oscar {
  border-color: var(--concept-orange);
  background: rgba(255, 128, 0, .14);
  box-shadow: 8px 8px 0 var(--concept-orange);
}

/* Project DSMU launch-day rewind. */
.concept-fullscreen-egg--time-machine {
  background:
    repeating-linear-gradient(0deg, rgba(39, 255, 125, .04) 0 1px, transparent 1px 4px),
    #020a06;
  color: #7bffac;
}

.concept-fullscreen-egg--time-machine .concept-scene-title,
.concept-fullscreen-egg--time-machine .concept-scene-copy {
  color: #7bffac;
}

.concept-time-terminal {
  width: min(920px, 100%);
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr minmax(180px, 300px);
  gap: 24px;
  align-items: center;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 40px);
  border: 3px solid #39d877;
  background: rgba(0, 0, 0, .72);
  box-shadow: 12px 12px 0 #0c5e31;
}

.concept-time-log {
  display: grid;
  gap: 15px;
  font-size: clamp(10px, 1.6vw, 15px);
  font-weight: 700;
  letter-spacing: .08em;
}

.concept-time-log span {
  opacity: 0;
  transform: translateX(-10px);
}

.concept-time-log span.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.concept-day-zero {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 3px solid #39d877;
  color: #39d877;
  text-align: center;
  opacity: .18;
  transition: opacity .25s ease, background .25s ease, color .25s ease;
}

.concept-day-zero span {
  font-size: 11px;
  letter-spacing: .17em;
}

.concept-day-zero strong {
  font-size: clamp(48px, 9vw, 92px);
  letter-spacing: -.06em;
  line-height: .82;
}

.concept-fullscreen-egg--time-machine.is-day-zero .concept-day-zero {
  background: #39d877;
  color: #021408;
  opacity: 1;
  animation: conceptDayZeroPulse .7s steps(2, end) 2;
}

/* Q3 front-row lockout. */
#lastFrontRowLockout.concept-front-row-active .row-inner,
#lastDoublePodium.concept-double-podium-active .row-inner,
#raceWinTicker.concept-race-win-active .row-inner {
  border-color: var(--concept-orange);
  box-shadow: 8px 8px 0 var(--concept-orange);
}

.concept-fullscreen-egg--front-row {
  background:
    radial-gradient(circle at 78% 15%, rgba(192, 0, 255, .24), transparent 34%),
    #080b12;
}

.concept-qualifying-board {
  width: min(1040px, 100%);
  margin: 0 auto;
  border: 3px solid #fff;
  background: #0b0d10;
  box-shadow: 12px 12px 0 #7e18a4;
}

.concept-qualifying-header,
.concept-qualifying-row {
  display: grid;
  align-items: center;
}

.concept-qualifying-header {
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 13px 16px;
  border-bottom: 3px solid #fff;
  background: #fff;
  color: #111;
  font-size: 12px;
  letter-spacing: .13em;
}

.concept-qualifying-clock {
  padding: 5px 8px;
  background: #111;
  color: #fff;
}

.concept-qualifying-row {
  grid-template-columns: 64px 58px minmax(150px, 1fr) minmax(180px, .8fr) minmax(95px, auto);
  gap: 13px;
  min-height: 92px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .72);
}

.concept-qualifying-position {
  color: rgba(255, 255, 255, .28);
  font-size: clamp(31px, 5vw, 55px);
}

.concept-qualifying-number {
  color: var(--concept-orange);
  font-size: 13px;
  font-weight: 700;
}

.concept-qualifying-driver {
  font-size: clamp(16px, 2.6vw, 30px);
  letter-spacing: -.02em;
  text-transform: uppercase;
}

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

.concept-qualifying-sectors span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.concept-qualifying-sectors span.is-purple {
  border-color: #d85bff;
  background: #a32cc9;
  color: #fff;
  box-shadow: 0 0 15px rgba(216, 91, 255, .62);
  animation: conceptQualifyingFlash .32s ease;
}

.concept-qualifying-time {
  font-size: clamp(11px, 1.7vw, 17px);
  text-align: right;
}

.concept-qualifying-row.is-classified {
  background: rgba(255, 128, 0, .12);
  color: #fff;
}

.concept-qualifying-row.is-classified .concept-qualifying-position {
  color: var(--concept-orange);
}

.concept-qualifying-footer {
  padding: 10px 16px;
  background: #24112d;
  color: #e79bff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

/* Double-podium ceremony. */
.concept-fullscreen-egg--double-podium {
  background:
    radial-gradient(circle at 50% 15%, rgba(71, 199, 252, .3), transparent 38%),
    #07131a;
}

.concept-podium-stage {
  position: relative;
  width: min(920px, 100%);
  min-height: 360px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  margin: 0 auto;
  padding: 38px 28px 0;
  overflow: hidden;
  border: 3px solid #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px) 0 / 50px 50px,
    #0d1114;
  box-shadow: 12px 12px 0 var(--concept-orange);
}

.concept-podium-place {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  opacity: 0;
  transform: translateY(110%);
}

.concept-podium-place--first { order: 2; }
.concept-podium-place--second { order: 1; }
.concept-podium-place--third { order: 3; }

.concept-fullscreen-egg--double-podium.is-raised .concept-podium-place {
  animation: conceptPodiumRise .75s cubic-bezier(.2, .85, .2, 1) forwards;
}

.concept-fullscreen-egg--double-podium.is-raised .concept-podium-place--first { animation-delay: .1s; }
.concept-fullscreen-egg--double-podium.is-raised .concept-podium-place--third { animation-delay: .2s; }

.concept-podium-driver {
  min-height: 125px;
  display: grid;
  justify-items: center;
  align-content: end;
  gap: 11px;
  padding-bottom: 8px;
  color: #fff;
  text-align: center;
}

.concept-podium-driver strong {
  position: relative;
  z-index: 3;
  width: max-content;
  max-width: calc(100% - 10px);
  min-height: 2.3em;
  display: grid;
  place-items: center;
  padding: 5px 9px;
  border: 2px solid #fff;
  background: #111;
  box-shadow: 4px 4px 0 var(--concept-orange);
  font-size: clamp(9px, 1.4vw, 13px);
  letter-spacing: .08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.concept-podium-place--neutral .concept-podium-driver strong {
  box-shadow: 4px 4px 0 #c9cdd0;
}

.concept-podium-head {
  position: relative;
  width: 42px;
  height: 52px;
  border: 5px solid #111;
  border-radius: 48% 48% 35% 35%;
  background: var(--concept-orange);
  box-shadow: 0 14px 0 8px var(--concept-orange);
}

.concept-podium-place--neutral .concept-podium-head {
  background: #c9cdd0;
  box-shadow: 0 14px 0 8px #c9cdd0;
}

.concept-podium-step {
  display: grid;
  place-items: start center;
  border: 4px solid #111;
  border-bottom: 0;
  background: var(--concept-orange);
  color: #111;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .2);
}

.concept-podium-step strong {
  padding-top: 12px;
  font-size: clamp(38px, 7vw, 72px);
  line-height: .9;
}

.concept-podium-place--first .concept-podium-step {
  height: 168px;
  background: #e8ecee;
}

.concept-podium-place--second .concept-podium-step { height: 128px; }
.concept-podium-place--third .concept-podium-step { height: 96px; }

.concept-champagne-spray {
  position: absolute;
  z-index: 4;
  bottom: 90px;
  width: 44%;
  height: 180px;
  background:
    radial-gradient(circle, #fff 0 2px, transparent 3px) 0 0 / 19px 19px,
    radial-gradient(circle, #47c7fc 0 2px, transparent 3px) 7px 10px / 24px 24px;
  opacity: 0;
  transform: scale(.2) rotate(-16deg);
  transform-origin: bottom;
}

.concept-champagne-spray--left { left: 5%; }
.concept-champagne-spray--right { right: 5%; transform: scale(.2) rotate(16deg); }

.concept-fullscreen-egg--double-podium.is-champagne .concept-champagne-spray--left {
  animation: conceptChampagneLeft 1.6s ease-out forwards;
}

.concept-fullscreen-egg--double-podium.is-champagne .concept-champagne-spray--right {
  animation: conceptChampagneRight 1.6s .14s ease-out forwards;
}

.concept-podium-confetti {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.concept-podium-confetti i {
  position: absolute;
  top: -10%;
  left: var(--podium-x);
  width: 8px;
  height: 15px;
  background: var(--concept-orange);
  animation: conceptPodiumConfetti var(--podium-speed) var(--podium-delay) linear infinite;
}

.concept-podium-confetti i:nth-child(3n) { background: var(--concept-blue); }
.concept-podium-confetti i:nth-child(3n + 1) { background: #fff; }

/* Race-win pit wall. */
.concept-fullscreen-egg--pit-wall-win {
  background:
    linear-gradient(105deg, rgba(255, 128, 0, .18), transparent 42%),
    #080909;
}

.concept-pit-wall-control {
  width: min(1060px, 100%);
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(380px, 1.25fr);
  gap: 18px;
  margin: 0 auto;
}

.concept-win-tower,
.concept-pit-crew {
  border: 3px solid #fff;
  background: #101214;
  box-shadow: 10px 10px 0 var(--concept-orange);
}

.concept-win-lap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  background: #fff;
  color: #111;
  font-size: 9px;
  letter-spacing: .12em;
}

.concept-win-lap-value { font-size: 13px; }

.concept-win-timing {
  min-height: 60px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 9px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .58);
}

.concept-win-timing.is-mclaren {
  background: var(--concept-orange);
  color: #111;
}

.concept-win-position {
  font-size: 30px;
  line-height: 1;
}

.concept-win-driver {
  overflow: hidden;
  font-size: clamp(11px, 1.8vw, 17px);
  font-weight: 700;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.concept-win-team {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.concept-win-date {
  padding: 9px 12px;
  color: var(--concept-blue);
  font-size: 8px;
  letter-spacing: .1em;
  text-align: center;
}

.concept-pit-crew {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 4px;
  padding: 30px 18px 58px;
  overflow: hidden;
}

.concept-pit-crew::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 28px;
  content: "McLAREN PIT WALL · LIVE TELEMETRY";
  padding: 7px 10px;
  background: #050505;
  color: var(--concept-blue);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-align: center;
}

.concept-pit-crew-member {
  position: relative;
  width: clamp(34px, 6vw, 62px);
  height: clamp(105px, 16vw, 150px);
  display: block;
  transform-origin: bottom;
}

.concept-pit-headset {
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  border: 6px solid #111;
  border-radius: 50%;
  background: #e0b28b;
  box-shadow: 0 0 0 4px var(--concept-orange);
  transform: translateX(-50%);
}

.concept-pit-headset::after {
  position: absolute;
  top: 17px;
  left: 23px;
  width: 18px;
  height: 4px;
  content: "";
  background: #111;
  transform: rotate(14deg);
}

.concept-pit-body {
  position: absolute;
  right: 2px;
  bottom: 0;
  left: 2px;
  height: 76%;
  border: 5px solid #111;
  background: var(--concept-orange);
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
}

.concept-pit-wall-message {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 8px;
  background: var(--concept-blue);
  color: #111;
  font-size: 9px;
  letter-spacing: .12em;
  text-align: center;
}

.concept-fullscreen-egg--pit-wall-win.is-chequered .concept-pit-crew-member {
  animation: conceptPitCrewJump .55s ease-in-out 3 alternate;
}

.concept-fullscreen-egg--pit-wall-win.is-chequered .concept-win-lap {
  background:
    repeating-conic-gradient(#fff 0 25%, #111 0 50%) 0 / 22px 22px;
  color: var(--concept-orange);
  text-shadow: 2px 2px 0 #111;
}

/* Creator's Desk behind the NB logo. */
.concept-fullscreen-egg--creators-desk {
  align-content: start;
  overflow-y: auto;
  background:
    linear-gradient(rgba(38, 21, 8, .62), rgba(38, 21, 8, .62)),
    repeating-linear-gradient(90deg, #8a532b 0 74px, #754421 74px 78px);
}

.concept-fullscreen-egg--creators-desk .concept-scene-heading {
  padding-right: 70px;
}

.concept-scene-close {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  z-index: 18;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0 0 4px;
  border: 3px solid #111;
  border-radius: 0;
  background: var(--concept-orange);
  color: #111;
  box-shadow: 6px 6px 0 #111;
  cursor: pointer;
  font: 700 34px/1 Iosevka, monospace;
}

.concept-scene-close:hover {
  background: #fff;
}

.concept-scene-close:focus-visible,
.concept-history-open:focus-visible,
.concept-history-lightbox-close:focus-visible {
  outline: 4px solid var(--concept-blue);
  outline-offset: 4px;
}

.concept-creator-desk {
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: minmax(340px, 1.25fr) minmax(300px, .75fr);
  gap: 24px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(34px) rotateX(4deg);
}

.concept-fullscreen-egg--creators-desk.is-open .concept-creator-desk {
  animation: conceptDeskOpen .7s cubic-bezier(.2, .8, .2, 1) forwards;
}

.concept-creator-blueprint {
  position: relative;
  min-height: 330px;
  display: grid;
  align-content: start;
  gap: 20px;
  padding: clamp(22px, 4vw, 42px);
  overflow: hidden;
  border: 3px solid #d9f4ff;
  background:
    linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px),
    #075b7b;
  background-size: 22px 22px;
  color: #fff;
  box-shadow: 11px 11px 0 rgba(0, 0, 0, .48);
  transform: rotate(-1deg);
}

.concept-blueprint-kicker {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.concept-blueprint-title {
  max-width: 14ch;
  font-size: clamp(28px, 5vw, 58px);
  letter-spacing: -.045em;
  line-height: .9;
}

.concept-blueprint-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.concept-blueprint-field {
  display: grid;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .58);
  background: rgba(0, 0, 0, .12);
}

.concept-blueprint-field span {
  font-size: 7px;
  letter-spacing: .13em;
}

.concept-blueprint-field strong {
  font-size: clamp(9px, 1.3vw, 12px);
}

.concept-blueprint-stamp {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 7px 9px;
  border: 3px double #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  transform: rotate(-7deg);
}

.concept-desk-notes {
  position: relative;
  min-height: 330px;
}

.concept-desk-note {
  position: absolute;
  width: min(210px, 58%);
  min-height: 100px;
  display: grid;
  place-items: center;
  padding: 17px;
  background: #ffe66b;
  color: #111;
  box-shadow: 7px 8px 0 rgba(0, 0, 0, .4);
  font-size: clamp(9px, 1.35vw, 12px);
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.35;
  text-align: center;
}

.concept-desk-note--1 { top: 0; left: 0; transform: rotate(-4deg); }
.concept-desk-note--2 { top: 24px; right: 0; background: #ffae54; transform: rotate(5deg); }
.concept-desk-note--3 { bottom: 30px; left: 5%; background: #a8ebff; transform: rotate(3deg); }
.concept-desk-note--4 { right: 2%; bottom: 8px; transform: rotate(-5deg); }

.concept-desk-can {
  --can-scale: 1;
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 4;
  width: 72px;
  height: 150px;
  display: grid;
  grid-template-rows: 1fr auto auto auto;
  place-items: center;
  gap: 2px;
  padding: 23px 7px 12px;
  overflow: visible;
  border: 3px solid #111;
  border-radius: 12px 12px 17px 17px;
  background:
    linear-gradient(112deg, transparent 0 42%, rgba(255, 255, 255, .52) 46% 51%, transparent 55%),
    linear-gradient(90deg, #5d3e00, #d4ad35 13%, #89610b 28%, #ffeb85 48%, #9c7012 67%, #e7c550 84%, #553700);
  color: #111;
  box-shadow: 8px 10px 0 rgba(0, 0, 0, .45);
  transform: translate(-50%, -50%) rotate(3deg) scale(var(--can-scale));
}

.concept-desk-can::before {
  position: absolute;
  top: -7px;
  right: 3px;
  left: 3px;
  height: 13px;
  content: "";
  border: 3px solid #111;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #746525 0 22%, #d7c56e 24% 58%, #6b5716 60% 100%);
}

.concept-desk-can::after {
  position: absolute;
  inset: 7px 5px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 8px 8px 13px 13px;
}

.concept-can-tab {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 17px;
  height: 7px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #b7a34c;
  transform: translateX(-50%) rotate(-8deg);
}

.concept-can-claw {
  display: flex;
  align-items: center;
  gap: 3px;
  transform: skew(-12deg);
}

.concept-can-claw i {
  width: 8px;
  height: 43px;
  background: #111;
  clip-path: polygon(30% 0, 100% 0, 68% 100%, 0 100%);
}

.concept-can-claw i:nth-child(2) { height: 51px; }
.concept-can-claw i:nth-child(3) { height: 39px; }

.concept-desk-can > strong {
  font-size: 8px;
  letter-spacing: -.03em;
}

.concept-desk-can > small {
  font-size: 5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}

.concept-can-number {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.concept-can-rim {
  position: absolute;
  right: 3px;
  bottom: -5px;
  left: 3px;
  height: 10px;
  border: 3px solid #111;
  border-radius: 50%;
  background: #b69d45;
}

.concept-site-history {
  width: min(1080px, 100%);
  display: grid;
  gap: 12px;
  margin: 0 auto;
  padding: clamp(12px, 2vw, 20px);
  border: 3px solid #111;
  background: #ece6d6;
  color: #111;
  box-shadow: 11px 11px 0 rgba(0, 0, 0, .55);
  opacity: 0;
  transform: translateY(28px) rotateX(3deg);
}

.concept-fullscreen-egg--creators-desk.is-open .concept-site-history {
  animation: conceptDeskOpen .7s .18s cubic-bezier(.2, .8, .2, 1) forwards;
}

.concept-history-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3px 18px;
  border-bottom: 3px solid #111;
  padding-bottom: 9px;
}

.concept-history-header > span {
  grid-column: 1 / -1;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .18em;
}

.concept-history-header > strong {
  font-size: clamp(20px, 3.5vw, 38px);
  letter-spacing: -.035em;
  line-height: .95;
}

.concept-history-header > small {
  max-width: 44ch;
  font-size: clamp(7px, 1vw, 9px);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.35;
  text-align: right;
}

.concept-history-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 9px;
}

.concept-history-frame {
  min-width: 0;
  margin: 0;
  padding: 5px;
  border: 2px solid #111;
  background: #111;
  color: #fff;
}

.concept-history-media {
  height: clamp(78px, 10vw, 112px);
  display: grid;
  overflow: hidden;
  background:
    linear-gradient(rgba(7, 91, 123, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 91, 123, .08) 1px, transparent 1px),
    #fff;
  background-size: 14px 14px;
}

button.concept-history-media {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: zoom-in;
  font: inherit;
  transition: filter .16s ease, transform .16s ease;
}

button.concept-history-media:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

button.concept-history-media:disabled {
  cursor: not-allowed;
}

.concept-history-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.concept-history-placeholder {
  position: relative;
  display: grid;
  place-content: center;
  gap: 4px;
  margin: 8px;
  overflow: hidden;
  border: 2px dashed #075b7b;
  background: #f7f5ee;
  color: #075b7b;
  text-align: center;
}

.concept-history-placeholder::before {
  position: absolute;
  inset: 8px 8px auto;
  height: 7px;
  content: "";
  border-bottom: 2px solid #075b7b;
  background: radial-gradient(circle, var(--concept-orange) 0 2px, transparent 3px) 1px 0 / 10px 7px repeat-x;
  opacity: .75;
}

.concept-history-placeholder::after {
  position: absolute;
  right: 10px;
  bottom: 9px;
  left: 10px;
  height: 18px;
  content: "";
  background: repeating-linear-gradient(#075b7b 0 2px, transparent 2px 6px);
  opacity: .2;
}

.concept-history-placeholder strong,
.concept-history-placeholder span {
  position: relative;
  z-index: 2;
}

.concept-history-placeholder strong {
  font-size: clamp(8px, 1vw, 10px);
  letter-spacing: .11em;
}

.concept-history-placeholder span {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .13em;
}

.concept-history-frame figcaption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px;
  padding: 7px 3px 2px;
  font-size: clamp(6px, .8vw, 8px);
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.25;
}

.concept-history-frame figcaption b {
  color: var(--concept-orange);
}

.concept-history-lightbox[hidden] {
  display: none;
}

.concept-history-lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(0, 0, 0, .92);
  opacity: 0;
}

.concept-history-lightbox.is-open {
  animation: conceptHistoryLightboxIn .18s ease forwards;
}

.concept-history-lightbox-panel {
  position: relative;
  width: min(1180px, 100%);
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: auto;
  border: 4px solid #fff;
  background: #0b0d0e;
  box-shadow: 13px 13px 0 var(--concept-orange);
}

.concept-history-lightbox-image {
  width: 100%;
  max-height: calc(100vh - 150px);
  max-height: calc(100dvh - 150px);
  display: block;
  object-fit: contain;
  background:
    linear-gradient(rgba(71, 199, 252, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 199, 252, .08) 1px, transparent 1px),
    #111;
  background-size: 24px 24px;
}

.concept-history-lightbox-caption {
  display: grid;
  gap: 5px;
  padding: 15px 70px 15px 18px;
  border-top: 3px solid #fff;
  background: var(--concept-orange);
  color: #111;
  text-transform: uppercase;
}

.concept-history-lightbox-caption strong {
  font-size: clamp(15px, 2.5vw, 28px);
  line-height: 1;
}

.concept-history-lightbox-caption span {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
}

.concept-history-lightbox-close {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0 0 4px;
  border: 3px solid #111;
  border-radius: 0;
  background: #fff;
  color: #111;
  cursor: pointer;
  font: 700 31px/1 Iosevka, monospace;
}

.concept-footer .site-title > a.concept-hold-target {
  display: block;
  border-radius: 2px;
}

.concept-footer .site-title > a.concept-hold-arming {
  outline-offset: 7px !important;
}

/* Main-counter unit calibration. */
.concept-calibration-trigger {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.concept-calibration-trigger:focus-visible {
  outline: 3px solid var(--concept-blue);
  outline-offset: 4px;
}

.concept-calibration-trigger[data-calibration-taps="1"]::after,
.concept-calibration-trigger[data-calibration-taps="2"]::after {
  position: absolute;
  top: -12px;
  right: -13px;
  content: "●";
  color: var(--concept-orange);
  font-size: 8px;
  letter-spacing: 2px;
}

.concept-calibration-trigger[data-calibration-taps="2"]::after {
  content: "● ●";
}

.concept-hero #unboxedTicker .days {
  position: relative;
}

#unboxedTicker.concept-calibration-active .days > .number-wrapper {
  opacity: .06;
}

.concept-calibration-readout {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  gap: 4px 18px;
  padding: 12px clamp(18px, 4vw, 38px);
  border: 5px solid #111;
  background:
    linear-gradient(rgba(71, 199, 252, .08) 1px, transparent 1px),
    #f7f5ee;
  background-size: 22px 22px;
  color: #111;
}

.concept-calibration-kicker {
  grid-column: 1 / -1;
  color: #075b7b;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
}

.concept-calibration-value {
  overflow: hidden;
  font-family: DigitalDisplay, Iosevka, monospace;
  font-size: clamp(46px, 10vw, 104px);
  letter-spacing: .02em;
  line-height: .8;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.concept-calibration-readout[data-calibration-compact="true"] .concept-calibration-value {
  font-size: clamp(30px, 8vw, 70px);
}

.concept-calibration-unit {
  align-self: end;
  padding-bottom: 6px;
  color: var(--concept-orange);
  font-size: clamp(13px, 2.4vw, 24px);
  font-weight: 700;
  letter-spacing: .14em;
}

.concept-calibration-scale {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.concept-calibration-scale span {
  min-height: 7px;
  overflow: hidden;
  background: rgba(17, 17, 17, .16);
  color: transparent;
  font-size: 1px;
}

.concept-calibration-scale span.is-active {
  background: var(--concept-orange);
  animation: conceptCalibrationPulse .55s steps(2, end) infinite;
}

/* Scroll-triggered 7 September Project DSMU birthday. */
.concept-project--anniversary {
  --birthday-yellow: #ffe45c;
  --birthday-pink: #ff5ba8;
  --birthday-purple: #8d63ff;
  position: relative;
  isolation: isolate;
  padding: clamp(25px, 4vw, 48px);
  border: 5px solid var(--concept-ink);
  background:
    radial-gradient(circle at 8% 16%, var(--birthday-pink) 0 5px, transparent 6px),
    radial-gradient(circle at 91% 22%, var(--concept-blue) 0 6px, transparent 7px),
    radial-gradient(circle at 24% 88%, var(--birthday-purple) 0 5px, transparent 6px),
    radial-gradient(circle at 78% 82%, var(--concept-orange) 0 6px, transparent 7px),
    linear-gradient(125deg, rgba(255, 228, 92, .45), rgba(255, 91, 168, .16) 45%, rgba(71, 199, 252, .28)),
    #fff9dd;
  background-size: 110px 110px, 145px 145px, 130px 130px, 165px 165px, auto, auto;
  box-shadow: 12px 12px 0 var(--birthday-pink), 22px 22px 0 var(--concept-blue);
}

.concept-project--anniversary::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 19px;
  content: "";
  background: repeating-conic-gradient(from 45deg at 50% 0, var(--concept-orange) 0 12.5%, var(--birthday-yellow) 0 25%, var(--birthday-pink) 0 37.5%, var(--concept-blue) 0 50%) 0 0 / 76px 38px;
}

.concept-project--anniversary::after {
  position: absolute;
  inset: 11px;
  z-index: 1;
  content: "";
  border: 2px dashed rgba(17, 17, 17, .46);
  pointer-events: none;
}

.concept-project--anniversary > .concept-project-intro,
.concept-project--anniversary > .concept-project-grid {
  z-index: 3;
}

.concept-project--anniversary.is-celebrating {
  animation: conceptBirthdayGlow .55s ease-in-out infinite alternate;
}

.concept-anniversary-badge {
  position: relative;
  z-index: 9;
  width: fit-content;
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding: 13px 15px;
  border: 3px solid var(--concept-ink);
  background: linear-gradient(135deg, var(--birthday-yellow), var(--concept-orange) 48%, var(--birthday-pink));
  color: var(--concept-ink);
  box-shadow: 7px 7px 0 var(--birthday-purple), 10px 10px 0 var(--concept-ink);
  text-transform: uppercase;
}

.concept-anniversary-badge span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
}

.concept-anniversary-badge strong {
  font-size: clamp(26px, 4vw, 45px);
  letter-spacing: -.04em;
  line-height: .9;
}

.concept-birthday-song-button {
  width: fit-content;
  margin-top: 8px;
  padding: 8px 10px;
  border: 2px solid var(--concept-ink);
  border-radius: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
  font: 700 8px/1.2 Iosevka, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.concept-birthday-song-button:hover {
  background: var(--concept-blue);
  color: #111;
}

.concept-birthday-song-button:focus-visible {
  outline: 4px solid var(--concept-blue);
  outline-offset: 3px;
}

.concept-anniversary-confetti {
  position: absolute;
  inset: 0;
  z-index: 12;
  overflow: hidden;
  pointer-events: none;
}

.concept-anniversary-confetti i {
  position: absolute;
  top: -10%;
  left: var(--anniversary-x);
  width: 7px;
  height: 15px;
  background: var(--concept-orange);
  animation: conceptAnniversaryFall 2.7s var(--anniversary-delay) linear infinite;
}

.concept-anniversary-confetti i:nth-child(3n) { background: var(--concept-blue); }
.concept-anniversary-confetti i:nth-child(4n + 1) { background: var(--birthday-pink); }
.concept-anniversary-confetti i:nth-child(4n + 2) { background: var(--birthday-yellow); }

.concept-birthday-stage {
  position: absolute;
  inset: 0;
  z-index: 8;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .94), rgba(255, 249, 221, .74) 38%, rgba(255, 91, 168, .14) 72%, transparent);
  pointer-events: none;
}

.concept-birthday-banner {
  position: absolute;
  top: 11%;
  left: 50%;
  width: min(760px, calc(100% - 38px));
  padding: 14px 18px;
  border: 4px solid #111;
  background: var(--birthday-yellow);
  color: #111;
  box-shadow: 9px 9px 0 var(--birthday-pink);
  font-size: clamp(20px, 5vw, 55px);
  letter-spacing: -.04em;
  line-height: .92;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%) rotate(-2deg);
  animation: conceptBirthdayBanner .65s cubic-bezier(.2, .9, .25, 1) both;
}

.concept-birthday-balloons {
  position: absolute;
  inset: 0;
}

.concept-birthday-balloon {
  position: absolute;
  width: clamp(38px, 7vw, 72px);
  height: clamp(50px, 9vw, 92px);
  border: 3px solid #111;
  border-radius: 50% 50% 46% 46%;
  background: var(--concept-orange);
  box-shadow: inset 9px 5px 0 rgba(255, 255, 255, .24);
  animation: conceptBirthdayBalloon 2.2s ease-in-out infinite alternate;
}

.concept-birthday-balloon::before {
  position: absolute;
  top: 96%;
  left: 50%;
  width: 2px;
  height: clamp(70px, 13vw, 130px);
  content: "";
  background: #111;
  transform: rotate(5deg);
  transform-origin: top;
}

.concept-birthday-balloon::after {
  position: absolute;
  top: 94%;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 10px solid #111;
  border-left: 7px solid transparent;
}

.concept-birthday-balloon--1 { top: 18%; left: 4%; background: var(--concept-blue); }
.concept-birthday-balloon--2 { top: 55%; left: 10%; background: var(--birthday-pink); animation-delay: -.7s; }
.concept-birthday-balloon--3 { top: 33%; left: 22%; background: var(--birthday-purple); animation-delay: -1.2s; }
.concept-birthday-balloon--4 { top: 19%; right: 5%; background: var(--concept-orange); animation-delay: -.4s; }
.concept-birthday-balloon--5 { top: 57%; right: 11%; background: var(--birthday-yellow); animation-delay: -1.1s; }
.concept-birthday-balloon--6 { top: 35%; right: 23%; background: var(--concept-blue); animation-delay: -1.6s; }

.concept-birthday-cake {
  position: absolute;
  bottom: 11%;
  left: 50%;
  width: clamp(180px, 31vw, 340px);
  height: clamp(118px, 19vw, 205px);
  display: grid;
  place-content: center;
  gap: 4px;
  border: 5px solid #111;
  border-radius: 22px 22px 7px 7px;
  background:
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(255, 255, 255, .22) 28px 42px),
    var(--birthday-pink);
  color: #111;
  box-shadow: 12px 12px 0 var(--birthday-purple);
  text-align: center;
  transform: translateX(-50%) rotate(1deg);
  animation: conceptBirthdayCake .75s .18s cubic-bezier(.2, .9, .25, 1) both;
}

.concept-birthday-cake > strong {
  position: relative;
  z-index: 1;
  font-size: clamp(46px, 9vw, 92px);
  line-height: .75;
  transform: translateY(clamp(15px, 2.8vw, 27px));
}

.concept-birthday-cake > small {
  position: relative;
  z-index: 1;
  font-size: clamp(7px, 1.2vw, 11px);
  font-weight: 700;
  letter-spacing: .12em;
  transform: translateY(clamp(15px, 2.8vw, 27px));
}

.concept-birthday-frosting {
  position: absolute;
  top: -4px;
  right: -4px;
  left: -4px;
  height: 34%;
  border: 4px solid #111;
  border-radius: 18px 18px 45% 45%;
  background: var(--birthday-yellow);
}

.concept-birthday-candles {
  position: absolute;
  right: 18%;
  bottom: 100%;
  left: 18%;
  display: flex;
  justify-content: space-around;
}

.concept-birthday-candles i {
  position: relative;
  width: 10px;
  height: 42px;
  border: 2px solid #111;
  background: repeating-linear-gradient(45deg, #fff 0 5px, var(--concept-blue) 5px 10px);
}

.concept-birthday-candles i::before {
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  width: 13px;
  height: 19px;
  content: "";
  border: 2px solid #111;
  border-radius: 50% 50% 45% 45%;
  background: var(--concept-orange);
  box-shadow: inset 0 -6px 0 var(--birthday-yellow);
  transform: translateX(-50%);
  animation: conceptBirthdayFlame .25s ease-in-out infinite alternate;
}

@keyframes conceptQualifyingFlash {
  50% { filter: brightness(1.65); transform: scale(1.05); }
}

@keyframes conceptPodiumRise {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes conceptChampagneLeft {
  0% { opacity: 0; transform: scale(.2) rotate(-16deg); }
  35%, 80% { opacity: .9; }
  100% { opacity: 0; transform: scale(1.25) rotate(-8deg); }
}

@keyframes conceptChampagneRight {
  0% { opacity: 0; transform: scale(.2) rotate(16deg); }
  35%, 80% { opacity: .9; }
  100% { opacity: 0; transform: scale(1.25) rotate(8deg); }
}

@keyframes conceptPodiumConfetti {
  from { transform: translateY(-12vh) rotate(0); }
  to { transform: translateY(118vh) rotate(480deg); }
}

@keyframes conceptPitCrewJump {
  to { transform: translateY(-28px) rotate(4deg); }
}

@keyframes conceptDeskOpen {
  to { opacity: 1; transform: translateY(0) rotateX(0); }
}

@keyframes conceptHistoryLightboxIn {
  to { opacity: 1; }
}

@keyframes conceptBirthdayGlow {
  from { filter: saturate(1); }
  to { filter: saturate(1.2) brightness(1.035); }
}

@keyframes conceptBirthdayBanner {
  from { opacity: 0; transform: translateX(-50%) translateY(-35px) scale(.72) rotate(-5deg); }
  to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1) rotate(-2deg); }
}

@keyframes conceptBirthdayCake {
  from { opacity: 0; transform: translateX(-50%) translateY(55px) scale(.7) rotate(4deg); }
  to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1) rotate(1deg); }
}

@keyframes conceptBirthdayBalloon {
  from { transform: translateY(8px) rotate(-4deg); }
  to { transform: translateY(-12px) rotate(5deg); }
}

@keyframes conceptBirthdayFlame {
  from { transform: translateX(-50%) scale(.82) rotate(-4deg); }
  to { transform: translateX(-50%) scale(1.08) rotate(4deg); }
}

@keyframes conceptCalibrationPulse {
  50% { opacity: .35; }
}

@keyframes conceptAnniversaryFall {
  from { transform: translateY(-10vh) rotate(0); }
  to { transform: translateY(115vh) rotate(var(--anniversary-spin, 500deg)); }
}

@keyframes conceptCredentialScan {
  from { top: -10%; }
  to { top: 105%; }
}

@keyframes conceptGateDrive {
  0% { left: -58%; }
  72% { left: 42%; }
  100% { left: 118%; }
}

@keyframes conceptScrutineeringSweep {
  from { left: -10%; }
  to { left: 110%; }
}

@keyframes conceptFormationFirst {
  from { left: -280px; }
  to { left: calc(62% - 115px); }
}

@keyframes conceptFormationSecond {
  from { left: -280px; }
  to { left: calc(38% - 90px); }
}

@keyframes conceptTrophyConfetti {
  from { transform: translateY(-12vh) rotate(0); }
  to { transform: translateY(118vh) rotate(540deg); }
}

@keyframes conceptVoteCount {
  from { width: 22%; }
  to { width: 82%; }
}

@keyframes conceptDayZeroPulse {
  50% { filter: brightness(1.7); }
}

@keyframes conceptHoldArm {
  50% { outline-color: var(--concept-blue); }
}

@keyframes conceptLightWrong {
  25% { transform: translateX(-2px); }
  75% { transform: translateX(2px); }
}

@keyframes conceptChampionGlow {
  from { filter: saturate(1); }
  to { filter: saturate(1.35) brightness(1.08); }
}

@keyframes conceptChequeredSweep {
  from { transform: translateX(0) skewX(-8deg); }
  to { transform: translateX(190vw) skewX(-8deg); }
}

@media (max-width: 900px) {
  .concept-case-strip,
  .concept-section-heading,
  .concept-livery,
  .concept-project {
    grid-template-columns: 1fr;
  }

  .concept-section-heading {
    align-items: start;
  }

  .concept-dispatch,
  .concept-dispatch:first-child,
  .concept-dispatch:nth-child(2) {
    grid-column: span 6;
  }

  .concept-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-livery {
    align-items: stretch;
  }

  .concept-project-intro {
    position: static;
  }

  .concept-chapter-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-color: var(--concept-blue) var(--concept-ink);
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .concept-chapter-list::-webkit-scrollbar {
    height: 6px;
  }

  .concept-chapter-list::-webkit-scrollbar-track {
    background: var(--concept-ink);
  }

  .concept-chapter-list::-webkit-scrollbar-thumb {
    background: var(--concept-blue);
  }

  .concept-chapter-item {
    flex: 0 0 154px;
    scroll-snap-align: start;
  }

  .concept-fullscreen-egg--paddock-access {
    grid-template-columns: 1fr;
  }

  .concept-access-credential {
    min-height: 220px;
  }

  .concept-paddock-gate {
    min-height: 250px;
  }

  .concept-qualifying-row {
    grid-template-columns: 54px 48px minmax(130px, 1fr) minmax(150px, .75fr) auto;
  }

  .concept-pit-wall-control,
  .concept-creator-desk {
    grid-template-columns: 1fr;
  }

  .concept-pit-crew {
    min-height: 250px;
  }

  .concept-desk-notes {
    min-height: 300px;
  }
}

@media (max-width: 825px) {
  body.concept-mode .container[data-v-2707b0c1] {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 620px) {
  body.concept-mode .container[data-v-2707b0c1] {
    padding-right: 10px;
    padding-left: 10px;
    background-size: 24px 24px;
  }

  .concept-topbar {
    min-height: 98px;
    padding: 44px 8px 14px;
  }

  .concept-topbar > .nuxt-link-active {
    width: 82px;
  }

  .concept-preview-mark {
    gap: 7px;
    font-size: 8px;
  }

  .concept-preview-mark::before {
    width: 26px;
  }

  .concept-hero,
  .concept-livery {
    padding: 28px 16px;
    box-shadow: 8px 8px 0 var(--concept-orange);
  }

  .concept-hero::after {
    display: none;
  }

  .concept-hero .title[data-v-2707b0c1] {
    width: min(360px, 92%);
  }

  .concept-hero .concept-hero-title {
    max-width: 100%;
    font-size: clamp(24px, 8vw, 34px);
  }

  .concept-hero #unboxedTicker .row-inner {
    box-shadow: 0 0 0 2px #fff, 5px 5px 0 var(--concept-blue);
  }

  .concept-hero #unboxedTicker .number-wrapper {
    height: 64px;
    padding-left: 2px;
    font-size: clamp(45px, 14vw, 62px);
  }

  .concept-hero #unboxedTicker .number-wrapper::after {
    padding-left: 2px;
    font-size: clamp(45px, 14vw, 62px);
  }

  .concept-case-strip {
    gap: 0;
  }

  .concept-case-cell + .concept-case-cell {
    border-top: 1px solid rgba(255, 255, 255, .25);
  }

  .concept-dispatch-list {
    display: block;
  }

  .concept-dispatch {
    min-height: 230px;
  }

  .concept-dispatch + .concept-dispatch {
    margin-top: 16px;
  }

  .concept-stat-grid,
  .concept-archive-grid {
    grid-template-columns: 1fr;
  }

  .concept-stat-card .row-title {
    min-height: 96px;
    padding: 16px 5px 14px;
  }

  .concept-stat-card .days {
    min-height: 122px;
  }

  .concept-stat-card .number-wrapper {
    font-size: 72px;
  }

  .concept-stat-card .desc-wrapper {
    min-height: 72px;
  }

  .concept-archive > summary {
    min-height: 86px;
    padding: 18px;
  }

  .concept-archive-body {
    padding: 18px;
  }

  .concept-passport-stamp {
    width: 48px;
    height: 48px;
    margin-left: 8px;
    font-size: 7px;
  }

  .concept-passport-badge {
    margin-right: 5px;
  }

  .concept-egg-notice {
    padding: 17px 18px;
    box-shadow: 6px 6px 0 var(--concept-ink);
  }

  .concept-egg-title {
    font-size: clamp(23px, 8vw, 34px);
  }

  .concept-egg-barcode {
    right: 12px;
    bottom: 10px;
    width: 62px;
  }

  .concept-chequered-sweep {
    width: 56vw;
    background-size: 46px 46px;
  }

  .concept-fullscreen-egg {
    align-content: center;
    gap: 14px;
    padding: max(18px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    background-size: 28px 28px;
  }

  .concept-scene-heading {
    gap: 4px;
  }

  .concept-scene-title {
    font-size: clamp(30px, 12vw, 48px);
  }

  .concept-fullscreen-egg--paddock-access {
    grid-template-columns: 1fr;
  }

  .concept-access-credential {
    min-height: 150px;
    padding: 16px;
    box-shadow: 7px 7px 0 var(--concept-blue);
  }

  .concept-access-name {
    font-size: 31px;
  }

  .concept-access-barcode {
    height: 24px;
  }

  .concept-paddock-gate {
    min-height: 190px;
    box-shadow: 7px 7px 0 var(--concept-orange);
  }

  .concept-gate-status {
    top: 10px;
    padding: 7px 9px;
  }

  .concept-gate-car {
    bottom: 12px;
    width: 180px;
  }

  .concept-scrutineering-checklist,
  .concept-grand-slam-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .concept-scrutineering-check {
    min-height: 48px;
    padding: 9px 10px;
  }

  .concept-formation-track {
    padding: 9px;
    box-shadow: 7px 7px 0 var(--concept-orange);
  }

  .concept-formation-lane {
    min-height: 96px;
  }

  .concept-formation-car {
    width: 150px;
  }

  .concept-formation-finish {
    right: 4px;
    width: 94px;
    padding: 6px 7px;
  }

  .concept-formation-finish strong {
    font-size: 25px;
  }

  .concept-trophy-showcase {
    min-height: 235px;
    box-shadow: 7px 7px 0 #7a5018;
  }

  .concept-trophy {
    width: 130px;
    transform: translateY(20px) scale(.72);
  }

  .concept-trophy-cup {
    width: 86px;
    height: 86px;
    border-width: 8px;
    font-size: 32px;
  }

  .concept-trophy-cup::before,
  .concept-trophy-cup::after {
    top: 9px;
    width: 34px;
    height: 44px;
    border-width: 7px;
  }

  .concept-trophy-stem { height: 28px; }
  .concept-trophy-base { width: 126px; }

  .concept-trophy-years {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .concept-trophy-years span:nth-child(5) {
    border-right: 0;
  }

  .concept-trophy-years span:nth-child(-n + 5) {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .concept-grand-slam-item {
    min-height: 52px;
    gap: 11px;
    padding: 9px 11px;
    font-size: 12px;
  }

  .concept-grand-slam-box {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .concept-driver-candidate {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    padding: 10px 11px;
  }

  .concept-driver-label { grid-column: 1; }
  .concept-driver-percent { grid-column: 2; }
  .concept-driver-meter { grid-column: 1 / -1; grid-row: 2; }

  .concept-driver-label strong {
    font-size: 29px;
  }

  .concept-driver-label span {
    font-size: 9px;
  }

  .concept-time-terminal {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 17px;
    box-shadow: 7px 7px 0 #0c5e31;
  }

  .concept-time-log {
    gap: 8px;
  }

  .concept-day-zero {
    padding: 12px;
  }

  .concept-day-zero strong {
    font-size: 50px;
  }

  .concept-qualifying-board,
  .concept-podium-stage,
  .concept-win-tower,
  .concept-pit-crew,
  .concept-creator-blueprint {
    box-shadow: 7px 7px 0 var(--concept-orange);
  }

  .concept-qualifying-header {
    padding: 9px 10px;
  }

  .concept-qualifying-row {
    grid-template-columns: 44px 38px minmax(0, 1fr) auto;
    gap: 7px;
    min-height: 82px;
    padding: 8px 9px;
  }

  .concept-qualifying-sectors {
    grid-column: 3 / -1;
    grid-row: 2;
  }

  .concept-qualifying-time {
    grid-column: 4;
    grid-row: 1;
    font-size: 9px;
  }

  .concept-qualifying-driver {
    font-size: 12px;
  }

  .concept-podium-stage {
    min-height: 270px;
    padding: 18px 9px 0;
  }

  .concept-podium-driver {
    min-height: 96px;
    gap: 7px;
  }

  .concept-podium-driver strong {
    min-height: 2.15em;
    padding: 4px 5px;
    font-size: 8px;
  }

  .concept-podium-head {
    width: 30px;
    height: 37px;
    border-width: 4px;
    box-shadow: 0 10px 0 6px var(--concept-orange);
  }

  .concept-podium-place--neutral .concept-podium-head {
    box-shadow: 0 10px 0 6px #c9cdd0;
  }

  .concept-podium-place--first .concept-podium-step { height: 120px; }
  .concept-podium-place--second .concept-podium-step { height: 94px; }
  .concept-podium-place--third .concept-podium-step { height: 72px; }

  .concept-podium-step strong {
    padding-top: 8px;
    font-size: 36px;
  }

  .concept-pit-wall-control {
    gap: 12px;
  }

  .concept-pit-crew {
    min-height: 205px;
    padding: 34px 8px 50px;
  }

  .concept-pit-crew-member {
    width: 35px;
    height: 100px;
  }

  .concept-pit-headset {
    width: 27px;
    height: 27px;
    border-width: 4px;
  }

  .concept-pit-headset::after {
    top: 13px;
    left: 18px;
    width: 13px;
  }

  .concept-creator-desk {
    gap: 16px;
  }

  .concept-scene-close {
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    width: 44px;
    height: 44px;
    box-shadow: 4px 4px 0 #111;
    font-size: 29px;
  }

  .concept-fullscreen-egg--creators-desk .concept-scene-heading {
    padding-right: 48px;
  }

  .concept-desk-can {
    --can-scale: .82;
  }

  .concept-site-history {
    gap: 8px;
    padding: 9px;
  }

  .concept-history-header {
    grid-template-columns: 1fr;
  }

  .concept-history-header > small {
    text-align: left;
  }

  .concept-history-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .concept-history-frame {
    padding: 3px;
  }

  .concept-history-media {
    height: 72px;
  }

  .concept-history-frame figcaption {
    grid-template-columns: 1fr;
    gap: 2px;
    padding-top: 5px;
  }

  .concept-history-lightbox {
    padding: 8px;
  }

  .concept-history-lightbox-panel {
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    border-width: 3px;
    box-shadow: 7px 7px 0 var(--concept-orange);
  }

  .concept-history-lightbox-image {
    max-height: calc(100vh - 124px);
    max-height: calc(100dvh - 124px);
  }

  .concept-history-lightbox-caption {
    padding: 11px 58px 11px 11px;
  }

  .concept-history-lightbox-close {
    right: 8px;
    bottom: 8px;
    width: 44px;
    height: 44px;
  }

  .concept-creator-blueprint {
    min-height: 285px;
    padding: 19px;
  }

  .concept-blueprint-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .concept-blueprint-field {
    grid-template-columns: 92px 1fr;
    align-items: center;
    padding: 7px;
  }

  .concept-blueprint-stamp {
    position: static;
    width: fit-content;
    margin-left: auto;
  }

  .concept-desk-notes {
    min-height: 285px;
  }

  .concept-desk-note {
    width: 48%;
    min-height: 82px;
    padding: 11px;
  }

  .concept-calibration-readout {
    grid-template-rows: 1fr auto;
    gap: 2px 7px;
    padding: 4px 8px;
    border-width: 2px;
  }

  .concept-calibration-kicker {
    display: none;
  }

  .concept-calibration-value {
    font-size: clamp(32px, 12vw, 50px);
  }

  .concept-calibration-unit {
    padding-bottom: 1px;
    font-size: 9px;
  }

  .concept-calibration-scale span {
    min-height: 4px;
  }

  .concept-calibration-scale {
    gap: 2px;
  }

  .concept-anniversary-badge {
    margin-top: 17px;
  }

  .concept-project--anniversary {
    padding: 28px 17px 22px;
    box-shadow: 7px 7px 0 var(--birthday-pink), 13px 13px 0 var(--concept-blue);
  }

  .concept-birthday-banner {
    top: 7%;
    padding: 10px;
    box-shadow: 6px 6px 0 var(--birthday-pink);
  }

  .concept-birthday-cake {
    bottom: 8%;
  }

  .concept-birthday-balloon--3,
  .concept-birthday-balloon--6 {
    display: none;
  }

  #lastMcLarenDnf .concept-card-note {
    padding: 6px 8px;
    font-size: 9px;
  }
}

@media (max-height: 650px) {
  .concept-fullscreen-egg {
    align-content: start;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .concept-scene-heading {
    gap: 3px;
  }

  .concept-scene-title {
    font-size: clamp(28px, 8vh, 48px);
  }

  .concept-scene-copy {
    display: none;
  }

  .concept-access-credential,
  .concept-paddock-gate {
    min-height: 185px;
  }

  .concept-access-credential {
    padding: 15px;
  }

  .concept-access-name {
    font-size: 30px;
  }

  .concept-access-barcode {
    height: 24px;
  }

  .concept-scrutineering-check {
    min-height: 52px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .concept-formation-lane {
    min-height: 86px;
  }

  .concept-trophy-showcase {
    min-height: 225px;
  }

  .concept-trophy-years span {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .concept-grand-slam-item {
    min-height: 58px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .concept-driver-candidate {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .concept-time-terminal {
    min-height: 230px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .concept-time-log {
    gap: 7px;
  }

  .concept-desk-can {
    --can-scale: .76;
  }

  .concept-qualifying-row {
    min-height: 62px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .concept-podium-stage {
    min-height: 245px;
    padding-top: 10px;
  }

  .concept-podium-driver {
    min-height: 92px;
  }

  .concept-podium-place--first .concept-podium-step { height: 110px; }
  .concept-podium-place--second .concept-podium-step { height: 84px; }
  .concept-podium-place--third .concept-podium-step { height: 64px; }

  .concept-pit-crew {
    min-height: 190px;
  }

  .concept-creator-blueprint,
  .concept-desk-notes {
    min-height: 260px;
  }
}

@media (min-width: 500px) and (max-height: 480px) {
  .concept-fullscreen-egg--paddock-access {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  }

  .concept-fullscreen-egg--paddock-access .concept-scene-heading {
    grid-column: 1 / -1;
  }

  .concept-access-credential,
  .concept-paddock-gate {
    min-height: 150px;
  }

  .concept-gate-car {
    width: 180px;
  }

  .concept-pit-wall-control {
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  }

  .concept-creator-desk {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  }

  .concept-creator-blueprint,
  .concept-desk-notes {
    min-height: 190px;
  }

  .concept-blueprint-title {
    font-size: 28px;
  }

  .concept-blueprint-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html.concept-document {
    scroll-behavior: auto;
  }

  html.concept-document *,
  html.concept-document *::before,
  html.concept-document *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
    animation-duration: .01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
  }

  .concept-skip-link,
  .concept-case-share-action,
  .concept-chapter-link,
  .concept-archive-chevron,
  .concept-scrutineering-check,
  .concept-grand-slam-item,
  button.concept-history-media {
    transition: none;
  }

  .concept-case-share-action:active,
  button.concept-history-media:hover,
  body.concept-mode .modal-close:hover {
    transform: none;
  }

  body.concept-mode .modal-bg,
  body.concept-mode .modal {
    transition: none !important;
  }

  .concept-hold-arming,
  .concept-pair-light.is-wrong,
  #lastDriversTicker.concept-champion-active .days,
  .concept-chequered-sweep {
    animation: none;
  }

  .concept-chequered-sweep {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 18px;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .concept-egg-layer,
  .concept-livery,
  .concept-gate-door,
  .concept-trophy,
  .concept-driver-fill,
  .concept-day-zero {
    transition: none;
  }

  .concept-access-scanline,
  .concept-fullscreen-egg--scrutineering::after,
  .concept-gate-car,
  .concept-formation-car,
  .concept-trophy-confetti i,
  .concept-driver-fill,
  .concept-day-zero,
  .concept-qualifying-sectors span,
  .concept-podium-place,
  .concept-champagne-spray,
  .concept-podium-confetti i,
  .concept-pit-crew-member,
  .concept-creator-desk,
  .concept-site-history,
  .concept-history-lightbox,
  .concept-calibration-scale span,
  .concept-project--anniversary.is-celebrating,
  .concept-anniversary-confetti i,
  .concept-birthday-banner,
  .concept-birthday-cake,
  .concept-birthday-balloon,
  .concept-birthday-candles i::before {
    animation: none !important;
  }

  .concept-fullscreen-egg--paddock-access.is-granted .concept-gate-car {
    left: 44%;
  }

  .concept-fullscreen-egg--one-two.is-racing .concept-formation-lane--first .concept-formation-car {
    left: calc(62% - 115px);
  }

  .concept-fullscreen-egg--one-two.is-racing .concept-formation-lane--second .concept-formation-car {
    left: calc(38% - 90px);
  }

  .concept-trophy-confetti {
    display: none;
  }

  .concept-fullscreen-egg--double-podium.is-raised .concept-podium-place,
  .concept-fullscreen-egg--creators-desk.is-open .concept-creator-desk,
  .concept-fullscreen-egg--creators-desk.is-open .concept-site-history {
    opacity: 1;
    transform: none;
  }

  .concept-podium-confetti,
  .concept-anniversary-confetti {
    display: none;
  }

  .concept-history-lightbox.is-open {
    opacity: 1;
  }

  /* Friday keeps a gentler celebration even when reduced motion is enabled. */
  html.concept-document body.friday-active .container[data-v-2707b0c1] {
    animation: fridayPulse 3.2s ease-in-out infinite alternate !important;
  }

  html.concept-document body.friday-active::before,
  html.concept-document body.friday-active::after {
    animation: fridayConfetti 7.5s linear infinite !important;
  }

  html.concept-document body.friday-active::after {
    animation-duration: 9s !important;
  }
}
