/* Manifest landing-hero.svg palette; a light, deck-only variation. */
:root {
  --bg: #fbf8f8;
  --card: #f7f7f4;
  --ink: #242422;
  --muted: #69636b;
  --line: #24242216;
  --violet: #8d47cb;
  --violet-ink: #7940ad;
  --lavender: #ccade7;
  --orange: #ff4800;
  --cream: #f3ebdd;
  --mist: #a3b3c1;
  --sans:
    "Manrope", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --mono: "Azeret Mono", "SFMono-Regular", Consolas, monospace;
  --chart-line: #8d47cb;
  --chart-point: #8d47cb;
  --chart-quote: #8d47cb77;
  --chart-text: #706875;
  --chart-grid: #2424220d;
  --chart-marker: var(--orange);
  --chart-surface: #f7f7f4;
  --chart-tooltip: #242422;
  --chart-tooltip-ink: #fbf8f8;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  color-scheme: light;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-width: 320px;
  min-height: 100svh;
  isolation: isolate;
}
button,
select {
  font: inherit;
  color: inherit;
}
button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  border: 0;
  background: transparent;
}
button:disabled {
  cursor: default;
  opacity: 0.3;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
button:focus-visible,
a:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--violet-ink);
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  background: var(--card);
  padding: 14px;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.muted {
  color: var(--muted);
  font-size: 0.75rem;
}

/* Soft color fields move on the compositor; grain stays still, with no canvas loop. */
.atmosphere {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  isolation: isolate;
  background: var(--bg);
}
.gradient-field {
  position: absolute;
  /* Overscan the shorter axis too, so rotated corners never enter the viewport. */
  inset: calc(-10% - 20vmax);
  will-change: transform;
}
.gradient-violet {
  background: radial-gradient(
    ellipse at 25% 68%,
    #8d47cb85 0%,
    #ccade789 22%,
    #ccade700 57%
  );
  animation: violet-drift 28s ease-in-out infinite alternate;
}
.gradient-orange {
  background: radial-gradient(
    ellipse at 75% 86%,
    #ff480094 0%,
    #ff480045 18%,
    #f3ebdd33 36%,
    #ff480000 60%
  );
  animation: orange-drift 34s ease-in-out infinite alternate;
}
.gradient-mist {
  background: radial-gradient(
    ellipse at 78% 14%,
    #a3b3c1b3 0%,
    #a3b3c154 24%,
    #f3ebdd00 54%
  );
  animation: mist-drift 38s ease-in-out infinite alternate;
}
.gradient-grain {
  position: absolute;
  inset: 0;
  background: url("/static/grain.svg") repeat;
  opacity: 0.08;
  mix-blend-mode: multiply;
}
@keyframes violet-drift {
  from {
    transform: translate3d(-5%, -4%, 0) scale(1);
  }
  to {
    transform: translate3d(11%, 7%, 0) scale(1.12) rotate(9deg);
  }
}
@keyframes orange-drift {
  from {
    transform: translate3d(8%, 7%, 0) scale(1.08);
  }
  to {
    transform: translate3d(-12%, -9%, 0) scale(1.02) rotate(-12deg);
  }
}
@keyframes mist-drift {
  from {
    transform: translate3d(3%, -5%, 0) scale(1.05);
  }
  to {
    transform: translate3d(-7%, 12%, 0) scale(1.14);
  }
}
.motion-paused .gradient-field,
.motion-paused .source-pulse {
  animation-play-state: paused;
}

.workspace {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: max(44px, env(safe-area-inset-top))
    max(24px, env(safe-area-inset-right)) max(36px, env(safe-area-inset-bottom))
    max(24px, env(safe-area-inset-left));
}
.deck-section {
  width: min(100%, 536px);
  min-width: 0;
}
.deck {
  position: relative;
  perspective: 1400px;
  isolation: isolate;
  padding: 12px 0 24px;
  outline: none;
}
.preview-card {
  position: absolute;
  left: 13px;
  right: 13px;
  height: 100px;
  border: 1px solid #2424220d;
  border-radius: 23px;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.preview-card span {
  display: none;
}
.preview-before {
  top: 0;
  background: var(--cream);
  transform: scale(0.96) rotate(-1.5deg);
}
.preview-after {
  bottom: 0;
  background: #e1ceee;
  transform: scale(0.965) rotate(1.5deg);
  box-shadow: 0 12px 25px #38293c0b;
}
.no-previews .preview-card {
  visibility: hidden;
}
.story-card,
.empty-card {
  position: relative;
  background: var(--card);
  border: 1px solid #ffffffdb;
  border-radius: 24px;
  box-shadow:
    0 22px 75px #33234213,
    0 3px 8px #33234208;
}
.story-card {
  padding: 28px 30px 18px;
  transform-origin: 50% 70%;
  backface-visibility: hidden;
  overflow: hidden;
}
.story-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.story-body {
  min-width: 0;
}
.card-top {
  --story-meta-height: 48px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.market-icon {
  grid-column: 1;
  grid-row: 1;
  width: var(--story-meta-height);
  height: var(--story-meta-height);
  border-radius: 12px;
  background: #e8dcef;
  position: relative;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  color: var(--violet-ink);
}
.market-icon > svg {
  width: 25px;
  height: 25px;
}
.market-icon > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manifest-mark {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  flex-shrink: 0;
}
.story-meta {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  min-width: 0;
  min-height: var(--story-meta-height);
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5em;
  font-size: 0.975rem;
  font-weight: 500;
  white-space: nowrap;
  color: var(--muted);
  line-height: 1.5;
}
.story-meta > span,
.story-meta > time {
  min-width: 0;
}
.source-label {
  display: inline-flex;
  flex: 0 1 auto;
  min-width: 0;
  align-items: center;
  max-width: 100%;
}
.story-meta #story-source {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--ink);
  font-weight: 600;
}
.story-meta #story-time,
.meta-separator {
  flex-shrink: 0;
}
.source-pulse {
  display: inline-block;
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--orange);
  animation: source-pulse 2s infinite;
}
@keyframes source-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.meta-separator {
  opacity: 0.45;
}
#story-title {
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.17;
  letter-spacing: -0.04em;
  margin: 0;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}
.heading-link {
  display: block;
  color: inherit;
  text-decoration: none;
  background: transparent;
}
#story-title .heading-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.story-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
}
.story-notes > :not([hidden]) {
  margin-top: 12px;
}
.market-panel {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 17px;
}
.market-panel h2 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
}
#market-link {
  min-width: 0;
}
.market-select-control {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  color: var(--muted);
}
.market-select-control:hover {
  background: #8d47cb0d;
  color: var(--violet-ink);
}
.market-select-control:focus-within {
  outline: 2px solid var(--violet-ink);
  outline-offset: 3px;
}
.market-select-control svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.market-select-control select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: 0;
  font-size: 0.875rem;
  padding: 0;
}
.odds-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 5px;
  gap: 10px;
}
.odds-value {
  display: flex;
  align-items: baseline;
  color: var(--violet-ink);
  white-space: nowrap;
}
#probability {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
}
.percent-sign {
  font-size: 1.75rem;
  padding-left: 1px;
}
.outcome-caption {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-left: 12px;
  align-self: center;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.5;
}
#outcome-select {
  border: 0;
  background: transparent;
  padding: 3px 0;
  color: var(--violet-ink);
  font-size: 0.875rem;
  max-width: 110px;
}
select option {
  background: var(--card);
  color: var(--ink);
}
.chart-shell {
  height: 170px;
  font-size: 12px;
  position: relative;
  margin: 10px -3px 0;
}
#odds-chart {
  width: 100% !important;
  height: 100% !important;
}
.chart-message {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex-direction: column;
  color: var(--muted);
  text-align: center;
  font-size: 0.8125rem;
  background: var(--card);
  padding: 20px;
  line-height: 1.6;
}
.loading-line {
  display: block;
  width: 58px;
  height: 2px;
  position: relative;
  overflow: hidden;
  background: #8d47cb18;
}
.loading-line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 45%;
  background: var(--violet);
  animation: shimmer 1.4s ease-in-out infinite;
}
@keyframes shimmer {
  from {
    transform: translateX(-110%);
  }
  to {
    transform: translateX(330%);
  }
}
.chart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}
.range-tabs {
  display: flex;
  gap: 2px;
}
.range-tabs button {
  font-family: var(--mono);
  font-size: 0.75rem;
  min-width: 42px;
  min-height: 38px;
  color: var(--muted);
  border-radius: 7px;
}
.range-tabs button.active {
  background: #8d47cb0d;
  color: var(--violet-ink);
}
.range-tabs button:hover {
  background: #8d47cb15;
}

.deck-controls {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 13px 7px 0;
}
.view-tabs,
.playback-controls {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 3px;
  background: #fbf8f870;
  border: 1px solid #ffffff65;
  border-radius: 28px;
}
.view-tab {
  font-size: 0.875rem;
  min-height: 40px;
  padding: 0 17px;
  border-radius: 22px;
  color: #5b515e;
}
.view-tab.active {
  background: var(--card);
  color: var(--ink);
  box-shadow: 0 1px 5px #24242208;
}
.view-tab:hover,
.round-button:hover:not(:disabled) {
  background: #fbf8f8a6;
  color: var(--violet-ink);
}
.round-button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition:
    background 160ms,
    color 160ms;
}
.round-button svg {
  width: 19px;
  height: 19px;
}
.controls-divider {
  width: 1px;
  height: 15px;
  background: var(--line);
  margin: 0 3px;
}
.progress-track {
  grid-column: 1 / -1;
  height: 2px;
  background: #2424220e;
  overflow: hidden;
  border-radius: 2px;
}
#rotation-progress {
  height: 100%;
  width: 100%;
  background: #7940ad80;
  transform: scaleX(0);
  transform-origin: left;
}
.deck-status {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin: 12px 7px 0;
  font-size: 0.75rem;
  color: #615166;
  line-height: 1.4;
}
#story-position {
  font-family: var(--mono);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.empty-card {
  min-height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  gap: 18px;
}
.empty-card h2 {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin: 5px 0 0;
}
.empty-card p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 280px;
  margin: 0 0 6px;
}
.empty-symbol {
  margin-bottom: 14px;
  opacity: 0.8;
}
.retry-button {
  background: var(--ink);
  color: var(--card);
  border-radius: 22px;
  padding: 12px 22px;
  font-size: 0.875rem;
}
.noscript-message {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  background: var(--card);
  padding: 16px;
  border-radius: 12px;
}

/* Landscape display mode. Units follow both viewport dimensions, so Full HD
   and 4K have the same proportions, including on a scaled desktop display. */
@media (min-width: 1100px) and (min-aspect-ratio: 4/3) {
  :root {
    --tv-unit: min(1vw, 1.7777778vh);
  }
  .workspace {
    padding: max(2.5vh, env(safe-area-inset-top))
      max(3vw, env(safe-area-inset-right))
      max(2.5vh, env(safe-area-inset-bottom))
      max(3vw, env(safe-area-inset-left));
  }
  .deck-section {
    width: min(100%, calc(var(--tv-unit) * 94));
  }
  .deck {
    padding: calc(var(--tv-unit) * 0.65) 0 calc(var(--tv-unit) * 1.2);
    perspective: calc(var(--tv-unit) * 120);
  }
  .preview-card {
    left: calc(var(--tv-unit) * 1.2);
    right: calc(var(--tv-unit) * 1.2);
    height: calc(var(--tv-unit) * 10);
    border-radius: calc(var(--tv-unit) * 1.7);
  }
  .story-card,
  .empty-card {
    min-height: 74vh;
    border-radius: calc(var(--tv-unit) * 1.8);
    padding: calc(var(--tv-unit) * 2.8);
  }
  .story-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: calc(var(--tv-unit) * 3.4);
  }
  .story-content {
    gap: calc(var(--tv-unit) * 1.7);
  }
  .story-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }
  .card-top {
    --story-meta-height: calc(var(--tv-unit) * 5);
    gap: calc(var(--tv-unit) * 1.1);
    margin-bottom: calc(var(--tv-unit) * 1.7);
  }
  .market-icon {
    border-radius: calc(var(--tv-unit) * 1);
  }
  .market-icon > svg {
    width: calc(var(--tv-unit) * 2.5);
    height: calc(var(--tv-unit) * 2.5);
  }
  .story-meta {
    font-size: calc(var(--tv-unit) * 1.755);
    gap: calc(var(--tv-unit) * 0.65);
  }
  #story-title {
    font-size: calc(var(--tv-unit) * 3.55);
    line-height: 1.12;
  }
  .story-notes {
    gap: calc(var(--tv-unit) * 0.5);
  }
  .story-notes > :not([hidden]) {
    margin-top: calc(var(--tv-unit) * 1);
  }
  .muted {
    font-size: calc(var(--tv-unit) * 1.1);
  }
  .market-panel {
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-top: 0;
    border-left: 1px solid var(--line);
    margin-top: 0;
    padding: 0 0 0 calc(var(--tv-unit) * 3.4);
  }
  .market-panel h2 {
    font-size: calc(var(--tv-unit) * 1.75);
    line-height: 1.3;
    gap: calc(var(--tv-unit) * 0.5);
  }
  .market-select-control {
    flex-basis: calc(var(--tv-unit) * 2.7);
    width: calc(var(--tv-unit) * 2.7);
    height: calc(var(--tv-unit) * 2.7);
  }
  .market-select-control svg {
    width: calc(var(--tv-unit) * 1.5);
    height: calc(var(--tv-unit) * 1.5);
  }
  .market-select-control select {
    font-size: calc(var(--tv-unit) * 1.3);
  }
  .odds-row {
    margin: calc(var(--tv-unit) * 1.2) 0 calc(var(--tv-unit) * 0.5);
    gap: calc(var(--tv-unit) * 1);
  }
  #probability {
    font-size: calc(var(--tv-unit) * 6.4);
  }
  .percent-sign {
    font-size: calc(var(--tv-unit) * 3.2);
  }
  .outcome-caption {
    margin-left: calc(var(--tv-unit) * 1.2);
    font-size: calc(var(--tv-unit) * 1.25);
  }
  #outcome-select {
    max-width: calc(var(--tv-unit) * 12);
    font-size: calc(var(--tv-unit) * 1.45);
  }
  .chart-shell {
    flex: 1 0 28vh;
    height: 28vh;
    margin: calc(var(--tv-unit) * 0.8) 0 0;
    /* Canvas uses this resolved size for axes, markers and tooltip scaling. */
    font-size: clamp(18px, calc(var(--tv-unit) * 1.15), 48px);
  }
  .chart-message {
    font-size: calc(var(--tv-unit) * 1.25);
    gap: calc(var(--tv-unit) * 1);
  }
  .chart-bottom {
    margin-top: calc(var(--tv-unit) * 0.7);
  }
  .range-tabs {
    gap: calc(var(--tv-unit) * 0.25);
  }
  .range-tabs button {
    min-width: calc(var(--tv-unit) * 3.1);
    min-height: calc(var(--tv-unit) * 2.6);
    font-size: calc(var(--tv-unit) * 1.15);
  }
  .deck-controls {
    margin: calc(var(--tv-unit) * 0.7) calc(var(--tv-unit) * 0.5) 0;
    gap: calc(var(--tv-unit) * 0.8);
  }
  .view-tabs,
  .playback-controls {
    padding: calc(var(--tv-unit) * 0.25);
    border-radius: calc(var(--tv-unit) * 2);
  }
  .view-tab {
    min-height: calc(var(--tv-unit) * 3);
    padding: 0 calc(var(--tv-unit) * 1.2);
    border-radius: calc(var(--tv-unit) * 1.7);
    font-size: calc(var(--tv-unit) * 1.15);
  }
  .round-button {
    width: calc(var(--tv-unit) * 3);
    height: calc(var(--tv-unit) * 3);
  }
  .round-button svg {
    width: calc(var(--tv-unit) * 1.5);
    height: calc(var(--tv-unit) * 1.5);
  }
  .controls-divider {
    height: calc(var(--tv-unit) * 1.2);
    margin: 0 calc(var(--tv-unit) * 0.3);
  }
  .progress-track {
    height: max(2px, calc(var(--tv-unit) * 0.13));
  }
  .deck-status {
    margin: calc(var(--tv-unit) * 0.7) calc(var(--tv-unit) * 0.5) 0;
    font-size: calc(var(--tv-unit) * 1);
  }
  .loading-line {
    width: calc(var(--tv-unit) * 6);
    height: max(2px, calc(var(--tv-unit) * 0.18));
  }
  .empty-card h2 {
    font-size: calc(var(--tv-unit) * 3);
  }
  .empty-card p {
    max-width: calc(var(--tv-unit) * 38);
    font-size: calc(var(--tv-unit) * 1.5);
  }
  .empty-symbol {
    width: calc(var(--tv-unit) * 5);
    height: calc(var(--tv-unit) * 5);
  }
  .retry-button {
    font-size: calc(var(--tv-unit) * 1.25);
    padding: calc(var(--tv-unit) * 0.75) calc(var(--tv-unit) * 1.5);
    border-radius: calc(var(--tv-unit) * 2);
  }
}

/* Like manifest-website's hero, mobile paints the background across the page
   itself, including the space revealed when Safari's browser bars collapse. */
@media (hover: none) and (pointer: coarse) {
  :root {
    /* Paint the browser's underlying page canvas too, not only .atmosphere.
       A coloured fallback also serves browsers that sample a solid UI tint. */
    background-color: #d8c9e1;
    background-image: linear-gradient(
      145deg,
      #e9e3ef 0%,
      #cbd2d8 35%,
      #ccade7 70%,
      #ffc6b3 100%
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  body {
    position: relative;
    min-height: 100vh;
    min-height: 100lvh;
  }
  .atmosphere {
    position: absolute;
    z-index: 0;
    container-type: size;
  }
  .gradient-field {
    /* Rotated layers must overscan the full page, not just the phone screen. */
    inset: calc(-10% - 20cqmax);
  }
  .workspace {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 560px) {
  .workspace {
    padding: max(24px, env(safe-area-inset-top))
      max(16px, env(safe-area-inset-right))
      max(24px, env(safe-area-inset-bottom))
      max(16px, env(safe-area-inset-left));
  }
  .story-card {
    padding: 23px 22px 15px;
    border-radius: 21px;
  }
  .card-top {
    margin-bottom: 20px;
  }
  .story-meta {
    gap: 0.25em;
  }
  .chart-shell {
    height: 155px;
  }
  .deck-controls {
    margin-top: 9px;
    gap: 13px;
  }
  .view-tab {
    padding: 0 14px;
  }
  .round-button {
    width: 40px;
    height: 40px;
  }
  .empty-card {
    min-height: 500px;
    padding: 28px;
  }
}
@media (max-width: 360px) {
  .workspace {
    padding-left: 12px;
    padding-right: 12px;
  }
  .story-card {
    padding-left: 19px;
    padding-right: 19px;
  }
  .card-top {
    --story-meta-height: 42px;
  }
  .story-meta {
    font-size: clamp(0.8125rem, 4.1vw, 0.975rem);
  }
  .view-tab {
    padding: 0 10px;
  }
  .deck-controls {
    margin-left: 0;
    margin-right: 0;
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .gradient-field {
    will-change: auto;
  }
}
