/* WORLDS / AFTERLIGHT — presentation only. Tournament geometry stays in styles.css. */
@font-face {
  font-family: Anton;
  src: url("assets/fonts/anton.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/space-grotesk-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/space-grotesk-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
:root {
  --bg: #090b10;
  --surface: #12151c;
  --surface-2: #1b1e25;
  --border: #2c3038;
  --border-soft: #23262e;
  --text: #f1f0e9;
  --muted: #9298a5;
  --gold: #ff7048;
  --gold-bright: #ff966e;
  --green: #7cf4d9;
  --red: #f27f8b;
  --blue: #9ac5d2;
  --heading: Anton, Impact, sans-serif;
  --body: "Space Grotesk", "Segoe UI", sans-serif;
  --mint: #7cf4d9;
  --orange: #ff7048;
}
html {
  scrollbar-color: #515660 #101218;
}
body {
  background:
    radial-gradient(ellipse at 88% 15%, #0d242744, transparent 44%),
    radial-gradient(ellipse at 0 58%, #3b1c1429, transparent 50%), var(--bg);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(#c9d4d903 1px, transparent 1px),
    linear-gradient(90deg, #c9d4d903 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(#0008, transparent 80%);
}
::selection {
  background: #ff7048;
  color: #090b10;
}
h1,
h2,
h3,
.brand-name,
.overview-numbers strong,
.stage-card-number,
.stage-card-text strong,
.tier-label b {
  font-weight: 400;
}
h1 {
  font-size: clamp(42px, 4.5vw, 68px);
  letter-spacing: 0.3px;
  line-height: 1.06;
}
h2 {
  font-size: 23px;
  letter-spacing: 0.6px;
}
h3 {
  font-size: 21px;
}
.eyebrow {
  color: #b4b8c0;
  font-size: 10px;
  letter-spacing: 2px;
}
.outline-text {
  color: transparent;
  -webkit-text-stroke: 1px #aeb3be;
}
.muted,
.subtle {
  color: var(--muted);
}
.icon {
  stroke-width: 1.7;
}
.header {
  height: 90px;
  background: #0c0e13f2;
  border-bottom: 1px solid #303139;
  padding: 0 32px;
  gap: 22px;
}
.language-bar {
  display: flex;
  justify-content: flex-end;
  padding: 9px 32px;
  background: #0a0d12;
  border-bottom: 1px solid #252c36;
}
.language-picker,
.language-options,
.language-option {
  display: flex;
  align-items: center;
}
.language-picker {
  gap: 12px;
}
.language-label {
  color: #b0bac8;
  font-size: 11px;
}
.language-options {
  padding: 3px;
  gap: 3px;
  border: 1px solid #39434f;
  border-radius: 8px;
  background: #131923;
}
.language-option {
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: #b6c0ce;
  font: 700 12px var(--body);
  cursor: pointer;
}
.language-option img {
  display: block;
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
}
.language-option.is-active {
  background: #ff704820;
  border-color: #ff70487a;
  color: #fff0e9;
}
.language-option:hover {
  background: #ffffff0c;
  color: #fff;
}
.language-option:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 2px;
}
@media (max-width: 640px) {
  .language-bar {
    justify-content: center;
    padding: 8px 12px;
  }
  .language-picker { gap: 10px; }
  .language-option {
    min-height: 38px;
    padding: 8px 9px;
  }
}
.brand {
  gap: 11px;
}
.brand-emblem {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 45px;
  border: 1px solid #ff704888;
  background: #ff704814;
  color: var(--orange);
  font-family: Anton, sans-serif;
  font-size: 31px;
  line-height: 1;
  transform: skew(-6deg);
}
.brand-emblem > span {
  position: absolute;
  bottom: -4px;
  right: -4px;
  padding: 2px 3px;
  background: var(--orange);
  color: #0b0d11;
  font-family: var(--body);
  font-size: 9px;
  font-weight: 700;
}
.brand-name {
  font-size: 27px;
  letter-spacing: 0.4px;
}
.brand-s {
  font-size: 23px;
}
.brand-name b {
  color: #f1f0e9;
  font-weight: 400;
}
.brand-sub {
  font-size: 7px;
  letter-spacing: 2.15px;
  color: #8f929d;
  margin-top: 5px;
}
.main-nav {
  gap: 24px;
}
.nav-link {
  position: relative;
  font-family: var(--body);
  color: #9297a2;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.16s;
}
.nav-link::after {
  background: var(--orange);
  height: 3px;
}
.nav-link.active,
.nav-link:hover {
  color: #f1f0e9;
}
.nav-link.active {
  text-shadow: 0 0 25px #ff704832;
}
.header-actions {
  gap: 5px;
}
.header-actions .btn {
  font-size: 12px;
}
.header-actions .btn.quiet {
  padding: 8px;
  color: #9ea4b0;
}
.header-actions .btn.outlined {
  border-color: #55545c;
  background: #17191f;
}
.experience-controls {
  display: flex;
  gap: 1px;
}
.sound-toggle[aria-pressed="true"] {
  color: var(--mint) !important;
}
.sound-toggle[aria-pressed="true"] .icon {
  filter: drop-shadow(0 0 5px #7cf4d933);
}
.action-divider {
  background: #33353d;
}
.session-bar {
  background: #101218;
  border-color: #23252c;
  padding-left: 32px;
  padding-right: 32px;
}
.session-title {
  color: #dfdfdf;
}
.session-title .live-dot {
  background: var(--mint);
  box-shadow: 0 0 12px #7cf4d948;
}
.autosave {
  color: #7aa292;
}
.session-tools .text-button {
  color: #959ba8;
}
.text-button:hover {
  color: var(--orange);
}
.stage-progress {
  padding-top: 22px;
  padding-bottom: 22px;
}
.progress-step {
  font-size: 9px;
  letter-spacing: 1.1px;
  color: #696f7d;
}
.progress-step.current {
  color: var(--orange);
}
.progress-step.done {
  color: #98c5b9;
}
.progress-step .step-number {
  font-family: var(--body);
  background: #13171e;
  border-color: #343941;
  color: inherit;
}
.progress-step.current .step-number {
  border-color: #ff70487a;
  background: #ff70480d;
  box-shadow: 0 0 24px #ff704810;
}
.progress-line {
  background: #30313a;
}
.live-dot,
.here-dot {
  background: var(--orange);
  box-shadow: 0 0 12px #ff704850;
}
.layout {
  padding-left: 32px;
  padding-right: 32px;
  gap: 24px;
}
.main-content {
  animation: none;
}
.panel {
  background: linear-gradient(145deg, #171a21f5, #11141af5);
  border-color: #2a2e37;
  border-radius: 8px;
  box-shadow: 0 18px 50px #00000025;
}
.panel-heading {
  background: #ffffff02;
  border-color: #2a2d36;
}
.panel-heading .eyebrow {
  color: #8c929f;
  font-size: 9px;
}
.panel-heading h2 {
  font-size: 23px;
}
.panel-footer {
  border-color: #2a2d36;
  background: #ffffff02;
}
.sidebar-heading {
  border-color: #2c3038;
}
.sidebar-heading h2 {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.sidebar-heading .live-dot {
  background: var(--mint);
}
.view-heading {
  position: relative;
  padding: 12px 0 24px;
  border-bottom: 1px solid #30333b;
  margin: 10px 0 26px;
}
.view-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 3px;
  background: var(--orange);
}
.view-heading p {
  font-size: 14px;
  color: #9ca2ae;
}
.view-heading .eyebrow {
  font-size: 9px;
  color: #a7adb8;
}
.btn {
  font-weight: 700;
  border-radius: 4px;
  font-size: 13px;
  transition:
    background 0.18s,
    border-color 0.18s,
    color 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
}
.btn.gold {
  color: #111318;
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 5px 22px #ff704817;
}
.btn.gold:hover:not(:disabled) {
  color: #090b10;
  background: #ff9168;
  border-color: #ff9168;
  box-shadow: 0 5px 30px #ff704833;
  transform: translateY(-2px);
}
.btn.outlined {
  color: #dedfe3;
  background: #1b1e25;
  border-color: #454951;
}
.btn.outlined:hover:not(:disabled) {
  background: #282a31;
  border-color: #95999f;
}
.btn.quiet:hover:not(:disabled),
.btn.text-button:hover:not(:disabled) {
  background: #ffffff08;
  color: #f1f0e9;
}
button:active:not(:disabled) {
  transform: translateY(1px);
}
.badge {
  background: #ff704811;
  color: #ff9b7d;
  border: 1px solid #ff704834;
  border-radius: 3px;
  font-size: 9px;
  letter-spacing: 0.6px;
}
.badge.subdued {
  color: #a1a7b2;
  background: #ffffff04;
  border-color: #3c404a;
}
.gold-badge {
  color: #ff9b7d;
  background: #ff704812;
}
.green-badge {
  color: var(--mint);
  background: #7cf4d910;
  border-color: #7cf4d930;
}
.overview-hero {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 34px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #393a40;
  border-radius: 9px 9px 0 0;
  background: #090c10;
}
.hero-art {
  position: absolute;
  inset: 0 0 0 auto;
  width: 78%;
  z-index: -2;
  pointer-events: none;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
.overview-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #090c10 0%,
    #090c10e8 25%,
    #090c1040 57%,
    transparent 80%
  );
  z-index: -1;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
/* Visible attribution on every simulator view, including small screens. */
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 24px;
}
.site-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-footer .footer-brand .footer-mark {
  display: inline;
  margin: 0;
  color: var(--orange);
  font-size: 23px;
}
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.footer-links a,
.legal-link {
  color: var(--mint);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer .footer-disclaimer {
  grid-column: 1 / -1;
  max-width: 1000px;
  margin: 0;
  color: #a5afbd;
  font-size: 12px;
  line-height: 1.7;
}
.legal-header,
.legal-content {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
}
.legal-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0;
  border-bottom: 1px solid #313641;
  color: #a5afbd;
  font-size: 12px;
}
.legal-content {
  padding: 40px 0 64px;
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.75;
}
.legal-content h1 {
  font-size: clamp(32px, 6vw, 52px);
  line-height: 1.2;
  font-weight: 400;
}
.legal-content h2 {
  margin-bottom: 12px;
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.4;
}
.legal-content section {
  margin: 32px 0;
  padding-top: 26px;
  border-top: 1px solid #313641;
}
.legal-content p {
  margin: 12px 0;
  color: #bdc5d0;
}
.legal-content .legal-updated {
  font-size: 12px;
  color: #a5afbd;
}
.legal-content ul {
  padding-left: 22px;
  list-style: disc;
}
.legal-content li {
  margin: 10px 0;
  color: #bdc5d0;
}
.legal-content a:not(.btn) {
  color: var(--mint);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content summary {
  cursor: pointer;
  color: var(--mint);
  padding: 8px 0;
}
@media (max-width: 640px) {
  footer.site-footer {
    grid-template-columns: 1fr;
  }
  .footer-links {
    gap: 10px 16px;
  }
  .footer-links a {
    padding: 10px 0;
  }
}
.overview-hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 8px;
  letter-spacing: 1.7px;
  margin-bottom: 18px;
}
.overview-hero .eyebrow .live-dot {
  width: 5px;
  height: 5px;
}
.overview-hero h1 {
  font-size: clamp(50px, 5.3vw, 84px);
  line-height: 1.06;
  letter-spacing: -0.8px;
  font-weight: 400;
}
.overview-hero h1 span {
  color: #f1f0e9;
}
.overview-hero h1 em {
  font-style: normal;
  color: var(--orange);
}
.overview-hero p {
  color: #b1b6c0;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 16px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}
.hero-actions .gold {
  padding: 11px 17px;
  font-size: 12px;
}
.hero-actions .text-button {
  color: #b7bdc5;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hero-edition {
  position: absolute;
  right: 22px;
  bottom: 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  font-family: var(--body);
  color: #b9c0c5;
  font-size: 7px;
  letter-spacing: 1.3px;
}
.hero-edition b {
  font-family: var(--heading);
  color: #f1f0e9;
  font-weight: 400;
  font-size: 29px;
  line-height: 1;
  margin-top: 3px;
}
.overview-numbers {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(140px, 1.5fr);
  align-items: center;
  max-width: none;
  gap: 0;
  padding: 17px 14px;
  margin: 0 0 20px;
  background: #181b22;
  border: 1px solid #393a40;
  border-top: 0;
  border-radius: 0 0 9px 9px;
}
.overview-numbers > div:not(.overall-progress) {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
  border-right: 1px solid #36383f;
}
.overview-numbers strong {
  font-family: var(--heading);
  font-size: 29px;
  font-weight: 400;
  color: #eeeae1;
}
.overview-numbers span {
  font-size: 8px;
  color: #9298a6;
  letter-spacing: 0.5px;
  margin: 0;
}
.overview-numbers > div:nth-child(5) strong {
  color: var(--orange);
}
.overview-numbers .overall-progress {
  grid-column: auto;
  padding: 0 15px;
  margin: 0;
  width: auto;
}
.overall-progress > div {
  gap: 8px;
}
.overall-progress span {
  font-size: 9px;
  letter-spacing: 0;
}
.progress-track {
  background: #383a43;
  height: 3px;
  margin-top: 8px;
}
.progress-track > span {
  background: var(--orange);
  box-shadow: 0 0 14px #ff704835;
}
.stage-cards {
  gap: 12px;
  margin-bottom: 25px;
}
.stage-card {
  position: relative;
  background: #14171e;
  border: 1px solid #30343d;
  border-radius: 6px;
  padding: 18px;
  gap: 13px;
  transition:
    border-color 0.2s,
    transform 0.2s,
    background 0.2s;
}
.stage-card:hover {
  background: #1c2028;
  border-color: #93979e;
  transform: translateY(-3px);
}
.stage-card.is-current {
  background: linear-gradient(105deg, #47271e66, #171a22 80%);
  border-color: #ff704860;
  box-shadow: none;
}
.stage-card.is-current::after {
  content: "";
  position: absolute;
  left: 18px;
  top: -1px;
  width: 38px;
  height: 2px;
  background: var(--orange);
}
.stage-card-number {
  font-size: 30px;
  color: #545b69;
}
.stage-card.is-current .stage-card-number {
  color: var(--orange);
}
.stage-card-text strong {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.stage-card-text small {
  font-size: 10px;
  color: #989eaa;
}
.stage-card > b {
  color: #a6acb9;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 400;
}
.stage-card > .icon {
  width: 17px;
  height: 17px;
  color: #adb4be;
}
.workspace-heading h2 {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.workspace-heading .muted {
  color: #989fab;
  border-color: #454850;
}
.match-card {
  background: #191d26;
  border: 1px solid #3c424d;
  border-radius: 5px;
  box-shadow: 0 6px 14px #0002;
  transition:
    border-color 0.17s,
    box-shadow 0.17s;
}
.match-card.ready:hover {
  border-color: #8d929d;
  box-shadow: 0 7px 22px #0003;
}
.match-card.locked {
  opacity: 0.68;
  background: #131720;
  border-color: #2c323c;
}
.match-meta {
  background: #11161e;
  border-bottom: 1px solid #363b47;
  color: #adb5c3;
  font-size: 10px;
}
.match-meta .badge {
  font-size: 8px;
  padding: 2px 4px;
}
.badge.bo1 {
  color: #c0c9d8;
  border-color: #495568;
  background: #abbdda0a;
}
.badge.bo3 {
  color: var(--mint);
  border-color: #3d7166;
  background: #7cf4d90a;
}
.badge.bo5 {
  color: #ffba96;
  border-color: #775643;
  background: #ff70480a;
}
.match-team {
  border-left-width: 3px;
}
.match-team + .match-team {
  border-top-color: #303643;
}
.match-team.winner {
  background: linear-gradient(90deg, #7cf4d919, #7cf4d903);
  border-left-color: var(--mint);
}
.match-team.winner .team-identity strong,
.match-team.winner .score-cell {
  color: #bafbe9;
}
.match-team.winner .team-logo {
  animation: none;
}
.match-team.loser .team-identity,
.match-team.loser .team-meta {
  opacity: 0.4;
}
.match-pick:hover {
  background: #ffffff04;
}
.team-identity strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.team-identity:hover strong {
  color: var(--mint);
}
.team-meta,
.team-meta small {
  color: #a0acc0;
  font-size: 9px;
}
.team-meta small {
  color: #747f91;
}
.score-cell {
  border-color: #404958;
  background: #0e141e;
  color: #d5dce7;
  font-family: var(--body);
  font-weight: 700;
}
.score-cell:hover:not(:disabled) {
  color: var(--mint);
  border-color: var(--mint);
  background: #7cf4d910;
}
.quick-win {
  color: #6a7588;
}
.winner .quick-win {
  color: var(--mint);
}
.quick-win:hover {
  color: var(--mint);
  background: #7cf4d910;
}
.match-edit {
  color: #9ca8bc;
  background: #141922;
  border-color: #303643;
}
.match-edit:hover:not(:disabled) {
  color: #e8eee9;
  background: #242b35;
}
.pending-team {
  color: #768197;
}
.team-logo.large {
  background: #1b202a;
  border-color: #3e4655;
}
.logo-fallback {
  border-color: #465168;
  color: #bac5d7;
}
.bracket-legend,
.bracket-column-label {
  color: #929faf;
}
.bracket-column-label {
  font-family: var(--body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.3px;
}
.bracket-column-label small {
  color: #69778b;
}
.bracket-legend .legend-line,
.legend-line {
  background: #788c88;
}
.connectors .upper-lines {
  stroke: #7cf4d96b;
}
.connectors .lower-lines {
  stroke: #74819770;
}
.qualifier-callout {
  color: #a6b0be;
  border-color: #424b58;
  background: radial-gradient(ellipse, #7cf4d90b, transparent 70%);
}
.qualifier-callout .icon {
  color: var(--mint);
}
.qualifier-callout strong {
  font-size: 25px;
  font-weight: 400;
}
.lower-label {
  color: #98a5b9;
  border-color: #445165;
}
.round-tab {
  background: #11151d;
  color: #8590a3;
  border-color: #343c49;
}
.round-tab.active {
  color: #f0efe9;
  background: #20252e;
  border-bottom-color: var(--orange);
}
.round-tab.done .round-number {
  color: var(--mint);
}
.round-tab .round-number {
  font-family: var(--heading);
  font-size: 23px;
  font-weight: 400;
  color: #677183;
}
.round-tab small {
  color: #8f9cb0;
}
.segmented {
  border-color: #3c424e;
  background: #0f141c;
}
.segmented button {
  color: #9aa8bd;
}
.segmented button.active {
  background: #323944;
  color: #f1f0e9;
}
.record-heading {
  border-color: #3d4451;
}
.record-heading > b {
  font-family: var(--heading);
  color: var(--orange);
  font-weight: 400;
  font-size: 35px;
}
.record-heading strong {
  color: #d4dce8;
}
.record-heading small {
  color: #99a7bc;
}
.pool-card {
  background: #171c26;
  border-color: #343d4c;
}
.pool-title {
  background: #10151e;
  border-color: #343d4c;
}
.pool-title > span {
  color: #9aabc4;
}
.pool-title b {
  color: #f1f0e9;
}
.pool-team {
  border-color: #2c3544;
}
.pool-team:hover {
  background: #ffffff04;
}
.pool-team .team-identity small {
  color: #8e9db3;
}
.notice,
.impact-notice {
  background: #7cf4d905;
  border-color: #3b534f;
  color: #a9bbb8;
  border-radius: 4px;
}
.notice .icon,
.impact-notice .icon {
  color: var(--mint);
}
.advance-banner {
  border-color: #ff704860;
  background: linear-gradient(90deg, #ff70480c, transparent);
  border-radius: 5px;
}
.randomize-button.btn {
  color: #a9f1df;
  border-color: #567c73;
  background: #7cf4d907;
}
.randomize-button.btn:hover:not(:disabled) {
  color: #d2fff3;
  border-color: var(--mint);
  background: #7cf4d918;
}
.randomize-knockout {
  background: #141a21;
  border-color: #35423f;
}
.randomize-knockout > div > strong {
  color: #c7e8dd;
}
.randomize-knockout > div > span {
  color: #8caaa0;
}
.seeding-note {
  color: #91a0b5;
}
.final-label {
  font-family: var(--body);
  color: #ffb087;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.final-match {
  border-color: #a07654;
  box-shadow: 0 0 28px #ff704808;
}
.final-match .match-meta {
  color: #ffbe9e;
  background: #38281e55;
}
.champion-node {
  background: radial-gradient(ellipse, #ff70480a, transparent 70%);
  border-color: #684935;
}
.champion-node > .icon {
  color: #ce906b;
}
.champion-node strong {
  font-weight: 400;
  font-size: 38px;
}
.champion-node.crowned {
  background: radial-gradient(ellipse, #ff704818, transparent 75%);
  border-color: #ff704880;
}
.champion-node > span {
  color: #bba18e;
}
.standings {
  background: #141820;
}
.standings-summary {
  background: #ffffff02;
  border-color: #303641;
}
.standings-summary b {
  color: var(--mint);
  font-family: var(--heading);
  font-size: 30px;
  font-weight: 400;
}
.standings-summary em,
.standings-summary small {
  color: #a4aebd;
}
.standings th {
  background: #0d121a;
  color: #8e9caf;
  border-color: #313a48;
}
.standings td {
  border-color: #282f3b;
  color: #bcc7d5;
}
.standings .team-identity strong {
  color: #d2d9e5;
}
.standing-qualified {
  background: #7cf4d906;
}
.status-dot.qualified,
.status-dot.active {
  color: var(--mint);
}
.standings-key {
  border-color: #353d48;
  color: #91a0b3;
}
.pending-standing td {
  color: #78879e;
}
.sidebar-tip {
  color: #8290a4;
}
.sidebar-tip strong {
  color: #b6c4d5;
}
.history-row {
  border-color: #2e3644;
  background: transparent;
}
.history-row:hover {
  background: #202632;
}
.history-stage {
  color: #9aabc3;
}
.history-duel b {
  color: #dce4ed;
}
.history-duel strong {
  color: #f4efe4;
}
.history-duel .gold-text {
  color: var(--mint) !important;
}
.empty-history span,
.empty-history p {
  color: #8d9caf;
}
.empty-history .icon {
  color: #77869b;
}
.overview-active {
  background: linear-gradient(105deg, #101923, #14262066);
}
.overview-active h2 {
  color: #e7ebe6;
  font-size: 34px;
}
.overview-team-wall button {
  background: #171f2b;
  border-color: #344456;
}
.overview-team-wall button:hover {
  border-color: var(--mint);
  background: #1c2a34;
}
.champion-hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 45%, #ff704818, transparent 58%),
    linear-gradient(120deg, #121922, #13171e);
  border: 1px solid #725140;
  border-radius: 9px;
  overflow: hidden;
}
.champion-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/art/championship-cup.webp") right center/cover;
  opacity: 0.13;
  z-index: -1;
}
.champion-hero h1 {
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 400;
  color: #f4eee1;
  text-shadow: 0 3px 40px #ff704822;
}
.champion-title {
  color: var(--orange);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
}
.champion-glow {
  background: radial-gradient(ellipse, #7cf4d91a, transparent 70%);
}
.champion-record {
  color: #b3c4d1;
}
.champion-route button {
  background: #111b27b8;
  border-color: #405065;
}
.champion-route strong {
  color: var(--mint);
}
.champion-route small,
.champion-route span {
  color: #a3b6cc;
}
.directory-team {
  background: linear-gradient(125deg, #1a202b, #111720);
  border-color: #343e4d;
}
.directory-team h3 {
  font-family: var(--body);
  font-size: 17px;
  font-weight: 700;
}
.directory-team p {
  color: #92a2b9;
}
.tierlist-heading h1 {
  font-size: clamp(42px, 4.8vw, 68px);
}
.tierlist-summary {
  border-color: #41434b;
}
.tierlist-summary > strong {
  font-weight: 400;
  color: var(--mint);
}
.tierlist-summary > div {
  color: #b3bac6;
}
.tierlist-summary small {
  color: #8a94a5;
}
.tier-category {
  background: #131921;
  border-color: #35414d;
  color: #9facbd;
  min-height: 57px;
  border-radius: 4px;
}
.tier-category.active {
  background: linear-gradient(105deg, #ff704816, #1b2028);
  border-color: #b4684c;
  box-shadow: inset 0 -2px var(--orange);
  color: #ffb594;
}
.tier-category:hover {
  background: #242d39;
}
.tier-category small {
  background: #ffffff08;
  color: #a1afc3;
}
.tier-toolbar h2 {
  font-family: var(--body);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}
.tier-toolbar > div > span {
  color: #97a7bb;
}
.tier-instructions {
  color: #9caabd;
  border-color: #303d4c;
}
.tier-instructions .icon {
  color: var(--mint);
}
.tier-board {
  border-color: #3d4754;
}
.tier-row {
  background: #101923;
}
.tier-row:nth-child(even) {
  background: #16202d;
}
.tier-row + .tier-row {
  border-color: #303e50;
}
.tier-label {
  font-family: var(--body);
  color: #132332;
}
.tier-label b {
  font-size: 35px;
}
.tier-S {
  --tier-color: #f69b82;
}
.tier-A {
  --tier-color: #eaca93;
}
.tier-B {
  --tier-color: #d1dbae;
}
.tier-C {
  --tier-color: #87d9c1;
}
.tier-D {
  --tier-color: #89b4cd;
}
.tier-card {
  background: #1b2938;
  border-color: #3a4e62;
  border-radius: 4px;
  transition:
    transform 0.18s,
    border-color 0.18s,
    box-shadow 0.18s;
}
.tier-card:hover {
  background: #26394a;
  border-color: #87a9b2;
  transform: translateY(-3px);
  box-shadow: 0 6px 13px #0004;
}
.tier-card.selected {
  border-color: var(--mint);
  background: #7cf4d911;
  box-shadow:
    0 0 0 1px var(--mint),
    0 0 22px #7cf4d913;
}
.tier-selected-mark {
  background: var(--mint);
}
.tier-card strong {
  color: #e5f1f4;
}
.tier-card small {
  color: #9fb3c9;
}
.tier-portrait {
  background: radial-gradient(
    ellipse at bottom,
    color-mix(in srgb, var(--team-color) 20%, #172d39),
    #111d2b
  );
}
.tier-selection-bar {
  color: #91a7bd;
}
.tier-selection-bar.has-selection {
  background: #162731f5;
  border-color: #6fbcaa;
}
.tier-selection-bar strong {
  color: var(--mint);
}
.tier-empty-target {
  color: #7d92aa;
}
.tier-empty-target[aria-disabled="false"] {
  color: var(--mint);
}
.tier-dropzone.drag-over,
.tier-row.drag-over .tier-dropzone {
  background: #7cf4d90c;
  outline-color: var(--mint);
}
.tier-card.drop-before {
  box-shadow: -5px 0 var(--mint);
}
.tier-source-teams > div {
  border-color: #314353;
}
.tier-source-teams strong {
  color: #d7e4ec;
}
dialog {
  background: linear-gradient(140deg, #202730, #121920);
  border: 1px solid #52606e;
  border-radius: 10px;
  box-shadow:
    0 35px 120px #000b,
    0 0 0 1px #ffffff05;
}
dialog::backdrop {
  background: #030710be;
  backdrop-filter: blur(9px);
}
.modal-heading {
  background: #ffffff02;
  border-color: #3c4854;
}
.modal-heading h2 {
  font-size: 28px;
  letter-spacing: 0.5px;
}
.modal-heading .eyebrow {
  color: var(--mint);
  font-size: 8px;
}
.modal-copy {
  color: #b6c2d2;
}
.modal-field > span {
  color: #a3b5ca;
}
.modal-field input,
.modal-field select,
.manual-pair select {
  background: #101a26;
  color: #e6f0fa;
  border-color: #47586c;
  border-radius: 4px;
}
.modal-field input:focus,
.modal-field select:focus {
  border-color: var(--mint);
}
.score-pick-team {
  background: #172532;
  border-color: #40576d;
}
.score-pick-team:hover {
  background: #7cf4d90c;
  border-color: var(--mint);
}
.score-pick-team small {
  color: var(--mint);
}
.score-options .btn {
  background: #162230;
  border-color: #465973;
}
.score-options .btn:hover,
.score-options .btn.selected {
  color: #061410;
  background: var(--mint);
  border-color: var(--mint);
}
.score-label {
  color: #acc0d6;
}
.team-detail-record strong {
  color: var(--mint);
}
.team-detail-head {
  border-color: #3d4d60;
}
.sources-list a {
  border-color: #3c4b5c;
  color: #ace8da;
}
.draw-status {
  color: #cad8e6;
}
.draw-pair,
.manual-selected {
  background: #1b2a3a;
  border-color: #455c75;
}
.draw-pair .vs {
  color: var(--mint);
}
.draw-pair.hidden-pair {
  color: #758ba7;
  background: #131e2a;
}
.manual-help {
  color: #90a8c2;
}
.toast {
  background: #182a29f5;
  border: 1px solid #659e8e;
  box-shadow: 0 12px 36px #0008;
  color: #d0e9dd;
  font-size: 12px;
  backdrop-filter: blur(14px);
}
.toast .icon {
  color: var(--mint);
}
.toast.error {
  background: #321e29f5;
  border-color: #a06575;
  color: #efd5dc;
}
.toast.error .icon {
  color: var(--red);
}
.experience-options {
  margin-top: 22px;
  border-top: 1px solid #3a4959;
}
.experience-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid #344555;
  cursor: pointer;
}
.experience-option strong {
  display: block;
  color: #eef1ea;
  font-size: 15px;
  font-weight: 700;
}
.experience-option small {
  display: block;
  color: #97adbf;
  font-size: 12px;
  margin-top: 6px;
  max-width: 355px;
  line-height: 1.5;
}
.experience-option input[type="checkbox"] {
  flex: 0 0 auto;
  appearance: none;
  position: relative;
  width: 40px;
  height: 23px;
  border: 1px solid #596a7b;
  border-radius: 20px;
  background: #26384a;
  cursor: pointer;
}
.experience-option input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #b0bdc9;
  transition: transform 0.16s;
}
.experience-option input[type="checkbox"]:checked {
  background: #7cf4d930;
  border-color: var(--mint);
}
.experience-option input[type="checkbox"]:checked::after {
  transform: translateX(17px);
  background: var(--mint);
}
.experience-volume {
  padding: 18px 0;
  border-bottom: 1px solid #344555;
}
.experience-volume label {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #c0d4e3;
}
.experience-volume output {
  color: var(--mint);
}
.experience-volume input {
  width: 100%;
  margin: 16px 0 2px;
  accent-color: var(--mint);
  cursor: pointer;
}
.experience-note {
  font-size: 11px;
  color: #8ca3b9;
  margin-top: 20px;
  line-height: 1.6;
}
footer {
  background: #080b10;
  border-color: #313641;
  padding-left: 32px;
  padding-right: 32px;
}
footer strong {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  color: #9fabbc;
}
footer > div > span:last-child {
  color: #687991;
}
footer > span {
  color: #61728a;
  font-size: 8px;
  letter-spacing: 1.1px;
}
.footer-mark {
  color: var(--orange);
  font-family: var(--heading);
  font-size: 23px;
}
.impact-wave {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  box-shadow: inset 0 0 100px #7cf4d91a;
  animation: impact-wave 1.1s ease-out forwards;
}
.pick-impact {
  animation: pick-impact 0.7s ease-out;
}
@keyframes pick-impact {
  0% {
    box-shadow: inset 0 0 30px #7cf4d955;
  }
  100% {
    box-shadow: inset 0 0 0 #7cf4d900;
  }
}
@keyframes impact-wave {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes arena-breathe {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.035);
  }
}
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .hero-art img {
    animation: arena-breathe 12s ease-in-out infinite alternate;
    transform-origin: 85% 55%;
  }
}
@media (min-width: 1600px) {
  .overview-hero {
    min-height: 375px;
    padding: 34px 40px;
  }
  .overview-hero h1 {
    font-size: 87px;
  }
  .overview-hero p {
    font-size: 15px;
  }
  .hero-art {
    width: 73%;
  }
}
@media (max-width: 1250px) {
  .header {
    flex-wrap: wrap;
    height: auto;
    padding: 18px 28px 0;
    gap: 16px;
  }
  .brand {
    margin-right: auto;
  }
  .main-nav {
    order: 3;
    width: 100%;
    height: 46px;
    justify-content: center;
    gap: 36px;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-actions .btn span {
    display: inline;
  }
  .overview-hero {
    min-height: 320px;
    padding: 27px;
  }
  .overview-hero h1 {
    font-size: 59px;
  }
  .overview-numbers {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 15px 10px;
  }
  .overview-numbers .overall-progress {
    grid-column: 1/-1;
    padding: 15px 10px 0;
  }
  .overview-numbers > div:nth-child(5) {
    border-right: 0;
  }
  .overview-numbers > div:not(.overall-progress) {
    gap: 6px;
    padding: 0 7px;
  }
  .overview-numbers strong {
    font-size: 26px;
  }
  .stage-card {
    padding: 15px 12px;
    gap: 9px;
  }
  .stage-card-text strong {
    font-size: 12px;
  }
  .stage-card > b {
    display: none;
  }
}
@media (max-width: 900px) {
  .layout {
    padding-left: 22px;
    padding-right: 22px;
  }
  .overview-hero {
    min-height: 335px;
  }
  .overview-hero h1 {
    font-size: 66px;
  }
  .overview-numbers {
    grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(130px, 1.5fr);
  }
  .overview-numbers .overall-progress {
    grid-column: auto;
    padding: 0 10px;
  }
  .overview-numbers > div:not(.overall-progress) {
    flex-direction: column;
    gap: 5px;
  }
  .stage-card > b {
    display: block;
  }
  .view-heading h1 {
    font-size: 52px;
  }
}
@media (max-width: 680px) {
  .header {
    padding: 15px 18px 0;
    gap: 11px;
  }
  .brand-emblem {
    width: 34px;
    height: 36px;
    font-size: 25px;
  }
  .brand-name {
    font-size: 22px;
  }
  .brand-s {
    font-size: 18px;
  }
  .brand-sub {
    font-size: 6px;
    letter-spacing: 1.45px;
  }
  .brand {
    gap: 8px;
  }
  .main-nav {
    gap: 22px;
    justify-content: space-between;
  }
  .nav-link {
    font-size: 12px;
  }
  .header-actions {
    gap: 3px;
  }
  .header-actions .btn span {
    display: none;
  }
  .header-actions .btn.quiet {
    padding: 5px;
  }
  .header-actions .icon {
    width: 16px;
    height: 16px;
  }
  .header-actions .btn.outlined {
    padding: 5px;
    border: 0;
    background: none;
  }
  .header-actions .action-divider {
    margin: 0 2px;
  }
  .session-bar {
    padding-left: 18px;
    padding-right: 18px;
  }
  .stage-progress {
    padding: 18px;
    gap: 7px;
  }
  .progress-step {
    font-size: 7px;
    letter-spacing: 0.4px;
  }
  .layout {
    padding-left: 15px;
    padding-right: 15px;
  }
  .overview-hero {
    min-height: 365px;
    padding: 27px 22px;
  }
  .overview-hero h1 {
    font-size: 56px;
    letter-spacing: -0.5px;
  }
  .overview-hero h1 br {
    display: block;
  }
  .overview-hero .eyebrow {
    font-size: 6px;
    letter-spacing: 1.15px;
    max-width: 240px;
    line-height: 1.5;
  }
  .overview-hero p {
    font-size: 12px;
    margin-top: 17px;
    max-width: 190px;
  }
  .hero-art {
    width: 100%;
    opacity: 0.65;
  }
  .hero-art img {
    object-fit: cover;
    object-position: 77% center;
  }
  .overview-hero::before {
    background: linear-gradient(90deg, #090c10ee, #090c1077 75%, #090c1022);
  }
  .hero-edition {
    display: none;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 12px;
    max-width: 235px;
    margin-top: 23px;
  }
  .hero-actions .gold {
    padding: 10px 13px;
    font-size: 11px;
  }
  .hero-actions .text-button {
    padding: 0;
    font-size: 10px;
  }
  .overview-numbers {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 16px 6px 12px;
  }
  .overview-numbers > div:not(.overall-progress) {
    gap: 6px;
    padding: 0 4px;
    flex-direction: column;
  }
  .overview-numbers strong {
    font-size: 26px;
  }
  .overview-numbers span {
    font-size: 6px;
    letter-spacing: 0.4px;
  }
  .overview-numbers .overall-progress {
    grid-column: 1/-1;
    padding: 15px 9px 0;
  }
  .overall-progress span {
    font-size: 9px;
  }
  .stage-cards {
    gap: 7px;
  }
  .stage-card {
    padding: 14px 10px;
    gap: 8px;
  }
  .stage-card.is-current::after {
    left: 10px;
    width: 25px;
  }
  .stage-card-number {
    font-size: 26px;
  }
  .stage-card-text strong {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  .stage-card-text small {
    display: none;
  }
  .stage-card > b {
    display: block;
    font-size: 10px;
  }
  .view-heading {
    margin: 8px 0 23px;
    padding-bottom: 22px;
    gap: 15px;
  }
  .view-heading h1 {
    font-size: 43px;
  }
  .view-heading p {
    font-size: 13px;
  }
  .view-heading .eyebrow {
    font-size: 8px;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
  .panel-heading {
    padding: 17px;
  }
  .panel-heading h2 {
    font-size: 23px;
  }
  .sidebar {
    margin-top: 24px;
  }
  .sidebar-heading h2 {
    font-size: 12px;
  }
  .tier-toolbar h2 {
    font-size: 13px;
  }
  .tier-card:hover {
    transform: none;
  }
  .tier-category {
    min-height: 47px;
  }
  .tier-label b {
    font-size: 29px;
  }
  .champion-hero h1 {
    font-size: 43px;
  }
  .champion-title {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .modal-heading h2 {
    font-size: 24px;
  }
  .experience-option strong {
    font-size: 13px;
  }
  .experience-option small {
    font-size: 11px;
  }
  footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 420px) {
  .header-actions {
    width: auto;
  }
  .header-actions .btn.quiet {
    padding: 5px;
  }
  .header-actions .icon {
    width: 14px;
    height: 14px;
  }
  .header-actions .action-divider {
    display: none;
  }
  .header-actions .experience-settings {
    display: inline-flex;
  }
  .experience-controls {
    margin-right: 4px;
  }
  .main-nav {
    gap: 15px;
  }
  .main-nav .nav-link {
    font-size: 11px;
  }
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .brand-name {
    font-size: 20px;
  }
  .brand-s {
    font-size: 17px;
  }
  .brand-sub {
    letter-spacing: 1.05px;
  }
  .brand-emblem {
    width: 29px;
    height: 31px;
    font-size: 22px;
  }
  .brand-emblem > span {
    font-size: 7px;
  }
  .session-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .session-tools {
    gap: 5px;
  }
  .session-tools .text-button {
    font-size: 9px;
  }
  .stage-progress {
    padding: 16px 15px;
    gap: 5px;
  }
  .progress-step {
    font-size: 6px;
    letter-spacing: 0.25px;
  }
  .progress-step .step-number {
    width: 17px;
    height: 17px;
    font-size: 6px;
  }
  .overview-hero {
    min-height: 355px;
    padding: 24px 20px;
  }
  .overview-hero h1 {
    font-size: 50px;
  }
  .view-heading h1 {
    font-size: 37px;
  }
  .view-heading p {
    font-size: 12px;
  }
  .btn {
    font-size: 12px;
  }
  .tier-category {
    font-size: 9px;
    gap: 5px;
  }
  .tier-category .icon {
    width: 16px;
    height: 16px;
  }
  .tier-category small {
    font-size: 8px;
  }
}
@media (max-width: 360px) {
  .header-actions {
    gap: 1px;
  }
  .header-actions .btn.quiet {
    padding: 4px;
  }
  .brand-sub {
    display: none;
  }
  .brand {
    gap: 7px;
  }
  .brand-name {
    font-size: 19px;
  }
  .overview-hero h1 {
    font-size: 44px;
  }
  .hero-copy .eyebrow {
    font-size: 6px;
    letter-spacing: 0.7px;
  }
  .view-heading h1 {
    font-size: 32px;
  }
  .progress-step {
    font-size: 6px;
    gap: 3px;
  }
}
.worlds-countdown {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 24px;
  position: relative;
  margin: 0 0 22px;
  padding: 22px 26px 15px;
  border: 1px solid #7cf4d930;
  border-left: 3px solid var(--mint);
  border-radius: 6px;
  background: linear-gradient(115deg, #162426, #10141b 70%);
}
.countdown-heading { align-self: center; min-width: 0; }
.countdown-heading .eyebrow { color: var(--mint); font-size: 9px; letter-spacing: 1.6px; }
.countdown-heading h2 { margin: 6px 0 7px; font-size: clamp(23px, 2.1vw, 32px); line-height: 1.1; }
.countdown-heading h2 span { color: var(--mint); }
.countdown-heading time { color: #bdc7ca; font-size: 11px; }
.countdown-clock { display: flex; gap: 8px; align-items: center; }
.countdown-unit { width: 65px; text-align: center; }
.countdown-unit strong {
  display: block;
  padding: 8px 4px;
  border: 1px solid #ffffff12;
  border-radius: 4px;
  background: #090e1380;
  color: var(--text);
  font-family: var(--heading);
  font-size: 38px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.countdown-unit:first-child strong { color: var(--mint); }
.countdown-unit span { display: block; margin-top: 7px; font-size: 8px; letter-spacing: 1.8px; color: #a4b5b9; }
.worlds-countdown[data-mode="date-only"] .countdown-unit:not(:first-child) strong,
.worlds-countdown[data-mode="awaiting-time"] .countdown-unit:not(:first-child) strong { color: #56666b; }
.countdown-foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; padding-top: 13px; border-top: 1px solid #ffffff0e; }
.countdown-status { border: 1px solid #ff704840; border-radius: 3px; padding: 4px 7px; color: #ffb292; background: #ff70480a; font-size: 9px; }
.countdown-foot p { flex: 1 1 230px; margin: 0; font-size: 10px; color: #aab6bc; line-height: 1.5; }
.countdown-foot a { display: inline-flex; align-items: center; gap: 7px; color: var(--mint); font-size: 10px; }
.countdown-foot a .icon { width: 13px; height: 13px; }
.worlds-countdown[data-mode="counting"] .countdown-status,
.worlds-countdown[data-mode="elapsed"] .countdown-status { color: var(--mint); border-color: #7cf4d930; background: #7cf4d90a; }
@media (max-width: 1100px) {
  .worlds-countdown { padding: 19px 20px 14px; gap: 16px; }
  .countdown-unit { width: 52px; }
  .countdown-unit strong { font-size: 32px; }
}
@media (max-width: 640px) {
  .worlds-countdown { grid-template-columns: 1fr; padding: 20px 18px 16px; }
  .countdown-heading h2 { font-size: 28px; }
  .countdown-clock { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
  .countdown-unit { width: auto; }
  .countdown-unit strong { padding: 10px 4px; font-size: 38px; }
  .countdown-foot { gap: 10px; }
  .countdown-foot p { flex-basis: 100%; }
  .countdown-foot a { min-height: 28px; }
}
html[data-motion="reduced"] *,
html[data-motion="reduced"] *::before,
html[data-motion="reduced"] *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
