[data-theme="dark"] {
  color-scheme: dark;
  --void: #03070e;
  --void-deep: #020409;
  --panel: #070c14;
  --panel-solid: #070c14;
  --panel-2: #0b1220;
  --edge: rgba(120, 160, 210, 0.1);
  --edge-strong: rgba(140, 180, 230, 0.16);
  --ink: #e9eef8;
  --muted: #8b9bb3;
  --iridium: #4da3ff;
  --ion: #3ee0c4;
  --gold: #e8c36a;
  --gain: #3ee0a0;
  --loss: #ff6b7a;
  --link-lis: #ff7200;
  --link-tm: #4da3ff;
  --success: #3ee0a0;
  --error: #ff6b7a;
  --glow: rgba(40, 100, 180, 0.08);
  --row-hover: rgba(77, 163, 255, 0.05);
  --row-selected: rgba(77, 163, 255, 0.09);
  --shadow: none;
  --chart-line: #4da3ff;
  --chart-fill: rgba(77, 163, 255, 0.1);
  --chart-grid: rgba(140, 180, 230, 0.1);
  --chart-week: rgba(150, 175, 205, 0.055);
  --chart-week-line: rgba(160, 185, 215, 0.22);
  --chart-tip-bg: #122036;
  --chart-tip-border: rgba(160, 200, 255, 0.2);
  --chart-tip-text: #8b9bb3;
}

[data-theme="light"] {
  color-scheme: light;
  --void: #eef3f8;
  --void-deep: #e4ebf3;
  --panel: #ffffff;
  --panel-solid: #ffffff;
  --panel-2: #f4f7fb;
  --edge: rgba(30, 60, 100, 0.1);
  --edge-strong: rgba(30, 60, 100, 0.18);
  --ink: #122033;
  --muted: #5d6f86;
  --iridium: #1f6fe0;
  --ion: #0a8f78;
  --gold: #9a6b12;
  --gain: #128a58;
  --loss: #c12648;
  --link-lis: #ff7200;
  --link-tm: #1888b8;
  --success: #128a58;
  --error: #c12648;
  --glow: rgba(31, 111, 224, 0.1);
  --row-hover: rgba(31, 111, 224, 0.05);
  --row-selected: rgba(31, 111, 224, 0.08);
  --shadow: 0 18px 50px rgba(18, 40, 70, 0.08);
  --chart-line: #1f6fe0;
  --chart-fill: rgba(31, 111, 224, 0.08);
  --chart-grid: rgba(30, 60, 100, 0.1);
  --chart-week: rgba(30, 60, 100, 0.04);
  --chart-week-line: rgba(30, 60, 100, 0.16);
  --chart-tip-bg: #ffffff;
  --chart-tip-border: rgba(30, 60, 100, 0.16);
  --chart-tip-text: #5d6f86;
}

:root {
  --display: "Space Grotesk", system-ui, sans-serif;
  --body: "Space Grotesk", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --radius: 16px;
  --radius-sm: 10px;
}

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

html, body { min-height: 100%; }

body {
  font-family: var(--body);
  font-size: 14px;
  background: var(--void-deep);
  color: var(--ink);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--iridium) 70%, transparent);
  outline-offset: 2px;
}

.app {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  min-height: 100vh;
}

.app__glow {
  display: none;
}

.app > *:not(.app__glow) { position: relative; z-index: 1; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  padding: 0.85rem 1.35rem;
  background: var(--void);
  border-bottom: 1px solid var(--edge);
}

.topbar__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mark {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 0 1px var(--edge);
}

.topbar__title {
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.topbar__title span {
  color: var(--iridium);
  font-weight: 600;
}

.nav {
  display: flex;
  gap: 0.2rem;
  padding: 0.18rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--panel-2) 70%, transparent);
  border: 1px solid var(--edge);
}

.nav__link {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  transition: color 0.15s ease, background 0.15s ease;
}

.nav__link:hover { color: var(--ink); }
.nav__link.is-active {
  background: var(--panel-solid);
  color: var(--ink);
  box-shadow: 0 0 0 1px var(--edge);
}

.table th[data-sort] { cursor: pointer; }
.table th[data-sort]:hover { color: var(--ink); }
.table th.is-sort { color: var(--ink); }

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 0.15rem 0 0.35rem;
}

.pager__btn {
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--edge);
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.pager__btn:hover:not(:disabled) {
  border-color: var(--edge-strong);
  background: var(--panel-2);
}

.pager__btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.pager__info {
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--muted);
}

.topbar__sub {
  font-size: 0.7rem;
  color: var(--muted);
  margin-top: 0.14rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbar__control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.28rem 0.55rem 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--edge);
  background: color-mix(in srgb, var(--panel-2) 55%, transparent);
}

.label {
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.segmented {
  display: flex;
  gap: 0.15rem;
}

.segmented__btn {
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.3rem 0.55rem;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.segmented__btn:hover { color: var(--ink); }

.segmented__btn.is-active {
  background: var(--panel-2);
  color: var(--ink);
}

.topbar__meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.theme-btn {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid var(--edge);
  border-radius: 50%;
  background: color-mix(in srgb, var(--panel-2) 60%, transparent);
  color: var(--muted);
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.theme-btn:hover {
  color: var(--ink);
  border-color: var(--edge-strong);
}

.theme-btn__icon { display: none; }
[data-theme="dark"] .theme-btn__icon--sun { display: block; }
[data-theme="light"] .theme-btn__icon--moon { display: block; }

.live {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  color: var(--muted);
  padding: 0.28rem 0.65rem 0.28rem 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--edge);
  background: color-mix(in srgb, var(--panel-2) 50%, transparent);
}

.live__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--muted);
}

.live__dot.is-on {
  background: var(--ion);
}

.count {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.count__value {
  font-family: var(--mono);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.count__label {
  font-size: 0.7rem;
  color: var(--muted);
}

.workspace {
  padding: 0.95rem 1.35rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.toolbar {
  display: flex;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 1rem;
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid var(--edge);
  background: var(--panel);
}

.filters__group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.filters__label {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.filters__input {
  width: 4.6rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  padding: 0.38rem 0.5rem;
  border: 1px solid var(--edge);
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--void-deep) 55%, transparent);
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.filters__input:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--iridium) 55%, var(--edge));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--iridium) 16%, transparent);
}

.filters__sep { color: var(--muted); opacity: 0.45; }

.filters__checks {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
}

.check {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--muted);
  cursor: pointer;
  user-select: none;
}

.filters__checks .check { margin-left: 0; }

.check input { accent-color: var(--iridium); }
.check:has(input:checked) { color: var(--ink); }

.rules {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.rules__item {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--muted);
  padding: 0.22rem 0.55rem;
  border: 1px solid var(--edge);
  border-radius: 999px;
  background: var(--panel);
}

.fee-input {
  width: 4.8rem;
  background: transparent;
  border-color: transparent;
  padding: 0.18rem 0.25rem;
}

.fee-input:focus {
  border-color: transparent;
  box-shadow: none;
}

.board { min-width: 0; }

.summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: var(--panel);
  overflow: hidden;
}

.summary__item {
  flex: 1;
  min-width: 8.5rem;
  padding: 0.65rem 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.summary__item + .summary__item {
  border-left: 1px solid var(--edge);
}

.summary__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.summary__value {
  font-family: var(--mono);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.summary__value.is-high { color: var(--gain); }
.summary__value.is-up { color: var(--gold); }
.summary__value.is-down { color: var(--loss); }

.table-wrap {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 188px);
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  background: var(--panel);
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--panel-solid);
}

.table th {
  text-align: left;
  padding: 0.7rem 0.85rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--edge);
}

.table th.num { text-align: right; }

.table td {
  padding: 0.42rem 0.85rem;
  border-bottom: 1px solid color-mix(in srgb, var(--edge) 70%, transparent);
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.2;
}

.table td.num {
  text-align: right;
  font-family: var(--mono);
  font-size: 0.8rem;
  font-variant-numeric: tabular-nums;
}

.table tbody tr { cursor: pointer; }
.table tbody tr:not(.chart-row):hover { background: var(--row-hover); }

.table tbody tr.is-selected {
  background: var(--row-selected);
  box-shadow: inset 3px 0 0 var(--iridium);
}

.table tbody tr.is-new { animation: printIn 0.55s ease; }

@keyframes printIn {
  from { background: color-mix(in srgb, var(--iridium) 16%, transparent); }
}

.cell-time {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.74rem;
}

.cell-name {
  max-width: 420px;
  padding: 0 0.85rem 0 0.15rem;
}

.skin {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.skin__img {
  width: 56px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.skin__img.is-empty { visibility: hidden; }

.skin__text {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.skin__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.hold-badge {
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 500;
  padding: 0.12rem 0.38rem;
  border: 1px solid color-mix(in srgb, var(--gold) 35%, var(--edge));
  border-radius: 999px;
  color: var(--gold);
  background: color-mix(in srgb, var(--gold) 10%, transparent);
}

.price-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.38rem;
  font-weight: 500;
  text-decoration: none;
}

.site-logo {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.92;
}

.site-logo--lis {
  width: 16px;
  height: 14px;
}

.price-link:hover { text-decoration: underline; }
.price-link--lis { color: var(--link-lis); }
.price-link--tm { color: var(--link-tm); }
.price-link.is-empty { color: var(--muted); pointer-events: none; }

.cell-profit { white-space: nowrap; font-weight: 600; }
.cell-profit.is-up { color: var(--gold); }
.cell-profit.is-high { color: var(--gain); }
.cell-profit.is-down { color: var(--loss); }
.cell-profit.is-neutral { color: var(--muted); }

.profit-pill { font-weight: 600; letter-spacing: -0.02em; }

.cell-vol { color: var(--muted); font-size: 0.74rem; }
.cell-vol.is-hot { color: var(--ink); font-weight: 600; }

.empty { padding: 4.2rem 1.25rem; text-align: center; }
.empty.hidden { display: none; }

.empty__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.empty__text {
  font-size: 0.84rem;
  color: var(--muted);
  margin-top: 0.35rem;
}

.chart-row td {
  padding: 0 !important;
  border-bottom: 1px solid var(--edge);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--iridium) 6%, transparent), transparent 28%),
    var(--panel-2);
}

.inline-chart { padding: 0.9rem 1rem 1.1rem; }

.inline-chart__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
  gap: 1rem;
}

.inline-chart__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.inline-chart__sub {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--muted);
}

.inline-chart__body { position: relative; height: 200px; }

.inline-chart__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--muted);
  background: color-mix(in srgb, var(--panel-2) 88%, transparent);
}

.inline-chart__loading.hidden { display: none; }

.tip {
  position: fixed;
  z-index: 100;
  min-width: 176px;
  padding: 0.7rem 0.8rem;
  background: var(--panel-solid);
  border: 1px solid var(--edge-strong);
  border-radius: 12px;
  font-size: 0.75rem;
  pointer-events: none;
}

.tip.hidden { display: none; }

.tip.tip--stack {
  min-width: 248px;
  pointer-events: auto;
}

.tip__title {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--edge);
}

.tip__row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  line-height: 1.75;
}

.tip__row span:first-child { color: var(--muted); }
.tip__row span:last-child {
  font-family: var(--mono);
  color: var(--ink);
}

.table-wrap,
.stack {
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--muted) 42%, transparent) transparent;
}

.table-wrap::-webkit-scrollbar,
.stack::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.table-wrap::-webkit-scrollbar-track,
.stack::-webkit-scrollbar-track {
  background: transparent;
}

.table-wrap::-webkit-scrollbar-thumb,
.stack::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--muted) 38%, transparent);
  border-radius: 99px;
}

.table-wrap::-webkit-scrollbar-thumb:hover,
.stack::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--muted) 62%, transparent);
}

.table-wrap::-webkit-scrollbar-corner,
.stack::-webkit-scrollbar-corner {
  background: transparent;
}

.tip.tip--stack { position: fixed; }

.stack__miss {
  position: absolute;
  top: 0.62rem;
  right: 0.62rem;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--loss);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--loss) 22%, transparent);
}

.stack {
  max-height: 248px;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin: 0 -0.35rem;
  padding: 0 0.15rem 0.1rem;
}

.stack__row {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr) 3.5rem;
  align-items: center;
  gap: 0.4rem;
  min-height: 1.38rem;
}

.stack__qty {
  font-family: var(--mono);
  font-size: 0.68rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.stack__bar-wrap {
  height: 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--link-lis) 14%, transparent);
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.stack__bar {
  height: 100%;
  background: var(--link-lis);
  border-radius: 999px;
  min-width: 3px;
}

.stack__px {
  font-family: var(--mono);
  font-size: 0.7rem;
  text-align: right;
  color: var(--link-lis);
  font-variant-numeric: tabular-nums;
}

.stack__row.is-more .stack__bar {
  width: 100% !important;
  opacity: 0.4;
}

.stack__row.is-more .stack__px { color: var(--muted); }

.stack__row.is-hit .stack__px {
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--link-lis);
  border-radius: 3px;
  padding: 0.08rem 0.22rem;
  background: color-mix(in srgb, var(--link-lis) 14%, transparent);
}

.stack__row.is-hit .stack__bar {
  background: var(--ink);
}

@media (max-width: 900px) {
  .topbar, .workspace { padding-left: 0.8rem; padding-right: 0.8rem; }
  .topbar { gap: 0.5rem 0.7rem; padding-top: 0.7rem; padding-bottom: 0.7rem; }
  .topbar__sub { display: none; }
  #feeLabel { display: none; }
  .topbar__control { gap: 0.3rem; }
  .table-wrap { max-height: calc(100vh - 232px); }
  .check { margin-left: 0; }
}

@media (max-width: 720px) {
  .topbar__title { font-size: 0.95rem; }
  .mark { width: 30px; height: 30px; }
  .filters { gap: 0.55rem 0.75rem; padding: 0.65rem 0.7rem; }
  .filters__input { width: 3.6rem; }
  .fee-input { width: 4.2rem; }

  .summary__item + .summary__item { border-left: 0; border-top: 1px solid var(--edge); }
  .summary__value { font-size: 0.95rem; }

  .table-wrap {
    overflow-x: hidden;
    max-height: none;
    border-left: 0;
    border-right: 0;
    border-radius: 12px;
  }

  .table thead { display: none; }
  .table,
  .table tbody { display: block; width: 100%; }

  .table tbody tr:not(.chart-row) {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) max-content;
    grid-template-areas:
      "name name name name lis"
      "name name name name tm"
      "time v1   v2   v3   profit";
    align-items: start;
    column-gap: 0.35rem;
    row-gap: 0.1rem;
    padding: 0.7rem 0.65rem;
    border-bottom: 1px solid var(--edge);
  }

  .table tbody tr:not(.chart-row) td {
    border: 0;
    padding: 0;
    width: auto;
    max-width: none;
  }

  .cell-name { grid-area: name; min-width: 0; padding-right: 0.35rem; }
  .cell-lis { grid-area: lis; }
  .cell-time {
    grid-area: time;
    align-self: end;
  }
  .cell-tm { grid-area: tm; }
  .cell-profit {
    grid-area: profit;
    justify-self: end;
    text-align: right;
    font-size: 0.74rem;
    white-space: nowrap;
  }
  .cell-vol:nth-child(6) { grid-area: v1; }
  .cell-vol:nth-child(7) { grid-area: v2; }
  .cell-vol:nth-child(8) { grid-area: v3; }
  .cell-vol { text-align: center; }

  .cell-lis,
  .cell-tm { justify-self: end; }

  .cell-lis .price-link,
  .cell-tm .price-link {
    justify-content: flex-end;
    width: 100%;
    min-height: 1.35rem;
  }

  .cell-vol::before {
    content: attr(data-label);
    display: block;
    font-size: 0.58rem;
    color: var(--muted);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.08rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .skin { align-items: flex-start; gap: 0.45rem; }
  .skin__img { width: 40px; height: 28px; }
  .skin__text { flex-wrap: wrap; align-items: flex-start; }
  .skin__name {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .table tbody tr.chart-row,
  .table tbody tr.chart-row td { display: block; width: 100%; }

  .inline-chart { padding: 0.65rem 0.55rem 0.85rem; }
  .inline-chart__head { flex-wrap: wrap; gap: 0.25rem; }
  .inline-chart__sub { word-break: break-word; }
  .inline-chart__body { height: 160px; }

  .pager { padding-bottom: 0.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
