/* ============================================================
   ნაკადი რადიო — radio.nakadi.tv
   Web Application Dashboard Panel Studio (Dynamic Pace & Seamless Wave Tiling)
   ============================================================ */

@font-face {
  font-family: 'BPG Glaho WEB';
  src:
    url('/fonts/bpg-glaho-web.woff2') format('woff2'),
    url('/fonts/bpg-glaho-web.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BPG Glaho WEB Caps';
  src:
    url('/fonts/bpg-glaho-web-caps.woff2') format('woff2'),
    url('/fonts/bpg-glaho-web-caps.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Ice-Blue & Midnight Slate Palette */
  --midnight-slate: #0b0f19;
  --ice-obsidian: #080c14;

  --ice-cyan: #38bdf8;
  --ice-cyan-glow: rgba(56, 189, 248, 0.45);
  --frost-blue: #60a5fa;
  --aurora-indigo: #818cf8;

  --panel-bg: rgba(15, 23, 42, 0.72);
  --panel-border: rgba(255, 255, 255, 0.12);
  --panel-border-hover: rgba(56, 189, 248, 0.4);
  --glass-highlight: inset 0 1px 1px rgba(255, 255, 255, 0.25);

  --ink: #ffffff;
  --ink-muted: #94a3b8;
  --ink-faint: rgba(148, 163, 184, 0.45);

  --font-read: 'BPG Glaho WEB', system-ui, -apple-system, sans-serif;
  --font-caps: 'BPG Glaho WEB Caps', system-ui, -apple-system, sans-serif;
}

html {
  color-scheme: dark;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  height: 100dvh;
  max-height: 100dvh;
  background: var(--midnight-slate);
  color: var(--ink);
  font-family: var(--font-read);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
}

/* ------------------------------------------------------------
   Fullscreen Ambient Background
   ------------------------------------------------------------ */

.ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--ice-obsidian);
}

.ambient__img {
  position: absolute;
  inset: -15%;
  width: 130%;
  height: 130%;
  object-fit: cover;
  filter: blur(100px) saturate(190%) brightness(0.8);
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.5s ease;
}

.ambient__img[data-visible='true'] {
  opacity: 0.55;
}

.ambient__aurora {
  position: absolute;
  inset: -20%;
  width: 140%;
  height: 140%;
  filter: blur(110px);
  opacity: 0.6;
  animation: aurora-spin 32s ease-in-out infinite alternate;
}

@keyframes aurora-spin {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.12); }
  100% { transform: rotate(360deg) scale(1); }
}

.ambient__orb {
  position: absolute;
  border-radius: 50%;
}

.ambient__orb--1 {
  top: 10%;
  left: 15%;
  width: 50vw;
  height: 50vw;
  max-width: 600px;
  max-height: 600px;
  background: radial-gradient(circle, var(--ice-cyan) 0%, rgba(56, 189, 248, 0) 70%);
}

.ambient__orb--2 {
  bottom: 10%;
  right: 15%;
  width: 55vw;
  height: 55vw;
  max-width: 650px;
  max-height: 650px;
  background: radial-gradient(circle, var(--aurora-indigo) 0%, rgba(129, 140, 248, 0) 70%);
}

.ambient__orb--3 {
  top: 40%;
  right: 30%;
  width: 40vw;
  height: 40vw;
  max-width: 480px;
  max-height: 480px;
  background: radial-gradient(circle, #1e3a8a 0%, rgba(30, 58, 138, 0) 70%);
}

.ambient__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(130% 90% at 50% 10%, rgba(11, 15, 25, 0.4) 0%, rgba(11, 15, 25, 0.85) 65%, var(--midnight-slate) 100%),
    linear-gradient(180deg, rgba(11, 15, 25, 0.3) 0%, rgba(11, 15, 25, 0.7) 100%);
}

/* ------------------------------------------------------------
   Web Dashboard Application Panel Layout
   ------------------------------------------------------------ */

.app-dashboard {
  position: relative;
  z-index: 1;
  height: 100dvh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* Topbar Header */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(3.2rem, 7dvh, 4.2rem);
  flex: none;
  padding:
    max(0.4rem, env(safe-area-inset-top))
    max(1.2rem, env(safe-area-inset-right))
    0
    max(1.2rem, env(safe-area-inset-left));
  background: rgba(11, 15, 25, 0.65);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-bottom: 1px solid var(--panel-border);
}

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

.brand__mark {
  height: clamp(1.5rem, 3.8dvh, 2rem);
  width: auto;
  filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(56, 189, 248, 0.7));
}

.brand__text {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand__name {
  margin: 0;
  font-family: var(--font-caps);
  font-size: clamp(0.95rem, 2.3dvh, 1.15rem);
  font-weight: normal;
  letter-spacing: 0.18em;
  color: var(--ink);
  text-transform: uppercase;
}

.brand__badge {
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: var(--ice-cyan);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

/* Status Badge */
.status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.38rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--panel-border);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ink-muted);
}

@media (min-width: 54.01rem) {
  .status {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
}

.status__dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--ink-faint);
  flex: none;
}

.status[data-state='playing'] {
  color: var(--ice-cyan);
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(56, 189, 248, 0.12);
  box-shadow: 0 0 20px var(--ice-cyan-glow);
}

.status[data-state='playing'] .status__dot {
  background: var(--ice-cyan);
  box-shadow: 0 0 10px var(--ice-cyan);
  animation: ice-pulse 1.8s ease-in-out infinite;
}

.status[data-state='connecting'] {
  color: var(--frost-blue);
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(96, 165, 250, 0.12);
}

.status[data-state='connecting'] .status__dot {
  background: var(--frost-blue);
  box-shadow: 0 0 10px var(--frost-blue);
  animation: ice-pulse 0.8s ease-in-out infinite;
}

@keyframes ice-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.6; }
}

/* ------------------------------------------------------------
   Main Dashboard Grid
   ------------------------------------------------------------ */

.app-grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  max-width: 68rem;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1rem, 2.5dvh, 2rem) clamp(1rem, 2.5vw, 2rem);
  overflow: hidden;
}

/* Player Panel (Left Hero) */
.player-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 0;
}

.art-card {
  position: relative;
  width: min(100%, 22rem, 36dvh);
  aspect-ratio: 1;
  flex: 0 1 auto;
}

/* Smooth Soft Ambient Backlight Glow */
.art-backdrop-glow {
  position: absolute;
  inset: -15px;
  border-radius: 2.8rem;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.4) 0%, rgba(37, 99, 235, 0.2) 60%, transparent 85%);
  filter: blur(28px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.65;
  animation: soft-glow-breathe 4s ease-in-out infinite alternate;
}

@keyframes soft-glow-breathe {
  0% {
    opacity: 0.45;
    filter: blur(24px);
    transform: scale(0.98);
  }
  100% {
    opacity: 0.85;
    filter: blur(36px);
    transform: scale(1.05);
  }
}

/* Static Cover Frame */
.art {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 2.2rem;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid var(--panel-border);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.8),
    0 0 45px var(--ice-cyan-glow),
    var(--glass-highlight);
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.art:hover {
  border-color: var(--ice-cyan);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.85),
    0 0 60px var(--ice-cyan-glow);
}

.art__img,
.art__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.art__img {
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.art__img[data-loaded='true'] {
  opacity: 1;
}

.art__fallback {
  display: grid;
  place-items: center;
  background: radial-gradient(100% 100% at 50% 25%, rgba(56, 189, 248, 0.25) 0%, #0f172a 85%);
}

.art__fallback img {
  width: 46%;
  height: auto;
  opacity: 0.45;
  filter: drop-shadow(0 0 15px var(--ice-cyan));
}

.art__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(11, 15, 25, 0.25) 0%, rgba(11, 15, 25, 0.55) 100%);
  opacity: 0.55;
  pointer-events: none;
  z-index: 2;
}

/* Extra Large Play Button Layered Directly Over Cover Art */
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: grid;
  place-items: center;
  width: clamp(6.2rem, 16dvh, 7.8rem);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
  color: #ffffff;
  cursor: pointer;
  box-shadow:
    0 18px 50px rgba(56, 189, 248, 0.7),
    0 0 70px rgba(37, 99, 235, 0.6),
    inset 0 3px 6px rgba(255, 255, 255, 0.8);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  flex: none;
}

.play:hover {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow:
    0 22px 60px rgba(56, 189, 248, 0.85),
    0 0 85px rgba(37, 99, 235, 0.75);
}

.play:active {
  transform: translate(-50%, -50%) scale(0.95);
}

.play__icon {
  width: 52%;
  height: 52%;
  fill: currentColor;
  stroke: currentColor;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}

.play__icon--pause,
.play[aria-pressed='true'] .play__icon--play {
  display: none;
}

.play[aria-pressed='true'] .play__icon--pause {
  display: block;
}

.play__ring {
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 2.5px solid var(--ice-cyan);
  opacity: 0;
  pointer-events: none;
}

.play[data-connecting='true'] .play__ring {
  animation: ice-ring 1.3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes ice-ring {
  0% { opacity: 0.9; transform: scale(1); box-shadow: 0 0 12px var(--ice-cyan); }
  100% { opacity: 0; transform: scale(1.55); box-shadow: 0 0 30px var(--ice-cyan); }
}

/* Console Panel (Right Panel) */
.console-panel {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.4dvh, 1.8rem);
  padding: clamp(1.4rem, 3.2dvh, 2.2rem);
  border-radius: 2rem;
  background: var(--panel-bg);
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(45px);
  border: 1px solid var(--panel-border);
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.6),
    0 0 35px rgba(56, 189, 248, 0.1),
    var(--glass-highlight);
  transition: border-color 0.3s ease;
  min-height: 0;
}

.console-panel:hover {
  border-color: var(--panel-border-hover);
}

/* Track Metadata Display */
.meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.meta__chip {
  align-self: flex-start;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--ice-cyan);
  text-transform: uppercase;
}

.meta__title {
  margin: 0;
  font-size: clamp(1.3rem, 3.5dvh, 1.8rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meta__artist {
  margin: 0;
  font-size: clamp(0.95rem, 2.3dvh, 1.15rem);
  color: var(--ink-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

/* Controls Deck */
.controls {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2dvh, 1.5rem);
}

.controls__wave-box {
  width: 100%;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  border-radius: 1.1rem;
  background: rgba(11, 15, 25, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 4px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.wave {
  width: 100%;
  height: 2.5rem;
  opacity: 0.5;
  filter: drop-shadow(0 0 8px var(--ice-cyan-glow));
  transition: opacity 0.5s ease, filter 0.5s ease;
}

.wave[data-active='true'] {
  opacity: 1;
  filter: drop-shadow(0 0 14px var(--ice-cyan));
}

.wave svg {
  width: 125%;
  height: 100%;
  overflow: visible;
}

.wave__line {
  fill: none;
  stroke: var(--ice-cyan);
  stroke-width: 2.8;
  stroke-linecap: round;
  opacity: 0.95;
}

.wave__line--2 {
  stroke: var(--aurora-indigo);
  opacity: 0.75;
}

/* Dynamic Pace (3.8s / 5s) with 100% Continuous Seamless Wave Tiling */
.wave[data-active='true'] .wave__line--1 {
  animation: wave-glide-seamless 3.8s linear infinite;
}

.wave[data-active='true'] .wave__line--2 {
  animation: wave-glide-seamless-reverse 5s linear infinite;
}

@keyframes wave-glide-seamless {
  0% { transform: translateX(0); }
  100% { transform: translateX(-20%); }
}

@keyframes wave-glide-seamless-reverse {
  0% { transform: translateX(-20%); }
  100% { transform: translateX(0); }
}

/* Volume Panel */
.volume-panel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 0.85rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--panel-border);
}

.tool {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  background: transparent;
  color: var(--ink-muted);
  cursor: pointer;
  transition: all 0.2s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.tool svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: currentColor;
  stroke: currentColor;
}

.tool svg [fill='none'] {
  fill: none;
}

.tool:hover {
  color: var(--ink);
  background: rgba(56, 189, 248, 0.15);
  border-color: var(--panel-border-hover);
  box-shadow: 0 0 15px var(--ice-cyan-glow);
  transform: translateY(-2px);
}

.tool[data-active='true'] {
  color: var(--ice-cyan);
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(56, 189, 248, 0.15);
}

.tool__icon--off,
.tool[data-muted='true'] .tool__icon--on {
  display: none;
}

.tool[data-muted='true'] .tool__icon--off {
  display: block;
}

/* Volume Slider */
.volume {
  flex: 1;
  height: 2.5rem;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.volume::-webkit-slider-runnable-track {
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.volume::-moz-range-track {
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: -0.31rem;
  border-radius: 50%;
  background: var(--ice-cyan);
  border: none;
  box-shadow: 0 0 10px var(--ice-cyan), 0 0 18px var(--ice-cyan-glow);
}

.volume::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--ice-cyan);
  border: none;
  box-shadow: 0 0 10px var(--ice-cyan), 0 0 18px var(--ice-cyan-glow);
}

/* Bottom Bar Footer */
.bottom-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(2rem, 4.5dvh, 2.8rem);
  flex: none;
  padding: 0 1.2rem max(0.2rem, env(safe-area-inset-bottom));
  background: rgba(11, 15, 25, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--panel-border);
}

.bottom-bar__text {
  font-size: 0.74rem;
  color: var(--ink-muted);
  letter-spacing: 0.08em;
}

/* Toast Notification */
.toast {
  position: fixed;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  transform: translateX(-50%) translateY(10px);
  z-index: 10;
  margin: 0;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--ice-cyan);
  box-shadow: 0 0 20px var(--ice-cyan-glow), 0 4px 20px rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast[data-visible='true'] {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Focus */
:focus-visible {
  outline: 2px solid var(--ice-cyan);
  outline-offset: 4px;
}

/* ------------------------------------------------------------
   Responsive Mobile Adaptations (Spacious Zero-Scroll Layout)
   ------------------------------------------------------------ */

/* Mobile Portrait */
@media (max-width: 54rem) {
  .topbar {
    height: auto;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }

  .brand__badge {
    display: none;
  }

  .brand__name {
    font-size: 0.92rem;
  }

  .app-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: clamp(0.8rem, 2.2dvh, 1.4rem);
    padding: 0.8rem 1.2rem;
  }

  .player-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
  }

  .status {
    position: static;
    transform: none;
    align-self: center;
    margin-bottom: 0.2rem;
    padding: 0.32rem 0.85rem;
    font-size: 0.74rem;
  }

  .art-card {
    width: min(100%, 13.5rem, 21dvh);
  }

  .art {
    border-radius: 1.8rem;
  }

  .play {
    width: clamp(4.2rem, 9.5dvh, 4.8rem);
  }

  .console-panel {
    width: 100%;
    max-width: 25rem;
    padding: clamp(1.1rem, 2.5dvh, 1.5rem);
    gap: clamp(0.7rem, 1.8dvh, 1.1rem);
    border-radius: 1.8rem;
    text-align: center;
    align-items: center;
  }

  .meta {
    align-items: center;
    gap: 0.3rem;
  }

  .meta__chip {
    align-self: center;
  }

  .meta__title {
    font-size: clamp(1.15rem, 2.8dvh, 1.35rem);
  }

  .bottom-bar {
    height: 2.4rem;
  }

  .bottom-bar__text {
    font-size: 0.72rem;
  }
}

/* Mobile Landscape Mode */
@media (orientation: landscape) and (max-height: 32rem) {
  .topbar {
    height: 2.6rem;
    padding: 0.2rem 1rem;
  }

  .brand__badge {
    display: none;
  }

  .app-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 0.4rem 1.2rem;
  }

  .player-panel {
    align-items: center;
  }

  .status {
    position: static;
    transform: none;
    align-self: center;
  }

  .art-card {
    width: min(22dvh, 8rem);
  }

  .console-panel {
    flex: 1;
    max-width: 28rem;
    padding: 0.8rem 1.2rem;
    gap: 0.5rem;
    text-align: left;
    align-items: flex-start;
  }

  .meta {
    align-items: flex-start;
  }

  .meta__chip {
    align-self: flex-start;
  }

  .bottom-bar {
    height: 2rem;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
