/* ============================================================================
   PALARID PREMIUM LAYER — v4.31.0
   ----------------------------------------------------------------------------
   Loaded LAST, on purpose: this file is pure override. It removes nothing,
   renames nothing, and adds no markup requirements — deleting it returns the
   previous design intact. Every rule targets classes that already exist.

   The premium grammar, in one paragraph: deeper blacks so the surfaces read
   as material rather than grey; ONE metallic accent (champagne gold) used
   only as hairlines and moments — never for text blocks, because gold text
   is how premium turns into casino; more air around the type; gradients as
   light, not paint; and motion measured in transform+shadow, 160ms, nothing
   bouncy.

   Dark tokens are scoped :root:not([data-theme="light"]) so the audited
   light theme keeps every contrast value it was measured for.
   ========================================================================= */

:root {
  --gold: #D8B45E;
  --gold-soft: rgba(216, 180, 94, .32);
  --gold-faint: rgba(216, 180, 94, .14);
  --grad-brand: linear-gradient(135deg, #A78BFA 0%, #7C6CF2 55%, #4E8EF7 100%);
  --grad-gold: linear-gradient(135deg, #EAD9A0, #B98F3E);
  --ease-premium: cubic-bezier(.22, .61, .36, 1);
}

:root:not([data-theme="light"]) {
  --bg: #07070C;
  --bg-2: #0A0A12;
  --surface-1: #0E0E17;
  --card: #10101B;
  --muted: #B4B4C0;
  --border: #23233A;
  --shadow-1: 0 1px 2px rgba(0, 0, 0, .5), 0 8px 28px rgba(0, 0, 0, .45);
  --shadow-2: 0 2px 4px rgba(0, 0, 0, .55), 0 18px 48px rgba(0, 0, 0, .5);
}

/* ------------------------------------------------------------- surfaces */
:root:not([data-theme="light"]) body {
  background:
    radial-gradient(1100px 500px at 18% -10%, rgba(124, 108, 242, .10), transparent 60%),
    radial-gradient(900px 460px at 92% 0%, rgba(78, 142, 247, .07), transparent 55%),
    radial-gradient(700px 700px at 50% 115%, rgba(216, 180, 94, .045), transparent 60%),
    var(--bg);
  background-attachment: fixed;
}

.card, .panel-pane .card {
  border-radius: 16px;
  border: 1px solid var(--border);
  background:
    linear-gradient(var(--card, #10101B), var(--card, #10101B)) padding-box,
    linear-gradient(160deg, rgba(216, 180, 94, .22), rgba(139, 124, 246, .16) 34%, transparent 72%) border-box;
  box-shadow: var(--shadow-1, 0 8px 28px rgba(0, 0, 0, .35));
  transition: transform .16s var(--ease-premium), box-shadow .16s var(--ease-premium), border-color .16s var(--ease-premium);
}
.card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-2, 0 18px 48px rgba(0, 0, 0, .4));
}

/* ----------------------------------------------------------------- type */
.page-title {
  letter-spacing: -0.022em;
  font-weight: 650;
  background: linear-gradient(92deg, var(--text, #F2F2F5) 55%, rgba(216, 180, 94, .85) 130%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-sub { letter-spacing: -0.004em; }

/* ------------------------------------------------------- hero (homepage) */
.ph-hero { padding-top: 8px; }
.ph-hero .deck-label {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11.5px;
  color: var(--gold);
}
.ph-hero .deck-pip { background: var(--grad-gold); box-shadow: 0 0 10px var(--gold-soft); }
.ph-h1 {
  font-size: clamp(34px, 5.4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.028em;
  font-weight: 680;
  background: linear-gradient(94deg, #FFFFFF 0%, #DDD9F0 45%, #A78BFA 78%, #4E8EF7 105%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ph-sub { font-size: clamp(15.5px, 1.6vw, 18px); max-width: 58ch; }

.deck-cta, .btn.deck-cta {
  background: var(--grad-brand);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .18) inset, 0 10px 26px rgba(124, 108, 242, .35);
  transition: transform .16s var(--ease-premium), box-shadow .16s var(--ease-premium), filter .16s var(--ease-premium);
}
.deck-cta:hover { transform: translateY(-1px); filter: saturate(1.08); box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 14px 34px rgba(124, 108, 242, .45); }
.deck-cta:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.ph-proof li::marker { color: var(--gold); }

/* The wiring row: homepage → every public page, styled as an understated
   index line rather than a button bar. */
.ph-wire {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid var(--gold-faint);
  font-size: 13.5px;
  letter-spacing: .01em;
}
.ph-wire a { color: var(--muted, #B4B4C0); text-decoration: none; transition: color .16s var(--ease-premium); }
.ph-wire a:hover { color: var(--gold); }
.ph-wire .sep { color: var(--gold-soft); margin: 0 10px; }

/* ------------------------------------------------------------ navigation */
.tab { border-radius: 10px; transition: background .16s var(--ease-premium), color .16s var(--ease-premium); }
.tab.active {
  background: linear-gradient(135deg, rgba(139, 124, 246, .16), rgba(78, 142, 247, .12));
  box-shadow: inset 0 0 0 1px rgba(139, 124, 246, .35), 0 0 0 1px var(--gold-faint);
}

/* ------------------------------------------------------------- controls */
.btn { border-radius: 11px; transition: transform .16s var(--ease-premium), box-shadow .16s var(--ease-premium), border-color .16s var(--ease-premium); }
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none;
  border-color: rgba(139, 124, 246, .6) !important;
  box-shadow: 0 0 0 3px rgba(139, 124, 246, .18), 0 0 0 1px var(--gold-faint);
}

/* ------------------------------------------------------------- details */
::selection { background: rgba(139, 124, 246, .32); }
:root:not([data-theme="light"]) ::-webkit-scrollbar { width: 10px; height: 10px; }
:root:not([data-theme="light"]) ::-webkit-scrollbar-thumb { background: #222236; border-radius: 8px; border: 2px solid var(--bg); }
:root:not([data-theme="light"]) ::-webkit-scrollbar-thumb:hover { background: #2E2E4A; }

hr { border: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-faint), transparent); }

/* --------------------------------------------------- the arrival moment */
/* Aurora: one very slow ambient drift behind everything. GPU-cheap (two
   composited gradients on a fixed pseudo-element), invisible on light theme,
   frozen entirely under reduced-motion. */
:root:not([data-theme="light"]) body::before {
  content: '';
  position: fixed;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(42% 34% at 24% 22%, rgba(124, 108, 242, .13), transparent 70%),
    radial-gradient(36% 30% at 78% 12%, rgba(78, 142, 247, .09), transparent 70%),
    radial-gradient(30% 30% at 60% 88%, rgba(216, 180, 94, .05), transparent 70%);
  animation: pal-aurora 26s ease-in-out infinite alternate;
}
@keyframes pal-aurora {
  from { transform: translate3d(-2%, -1%, 0) scale(1); }
  to   { transform: translate3d(2%, 1.5%, 0) scale(1.06); }
}

/* Staged reveal: eyebrow → headline → sub → CTAs → pillars → proof → wire.
   Runs once per render, 60ms apart — arrival, not fireworks. */
@keyframes pal-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.ph-reveal > * { animation: pal-rise .55s var(--ease-premium) backwards; }
.ph-reveal > *:nth-child(1) { animation-delay: .05s; }
.ph-reveal > *:nth-child(2) { animation-delay: .12s; }
.ph-reveal > *:nth-child(3) { animation-delay: .19s; }
.ph-reveal > *:nth-child(4) { animation-delay: .26s; }
.ph-reveal > *:nth-child(5) { animation-delay: .34s; }
.ph-reveal > *:nth-child(6) { animation-delay: .42s; }
.ph-reveal > *:nth-child(7) { animation-delay: .50s; }

/* The platform pillars */
.ph-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
  margin: 30px 0 6px;
}
.ph-pillar {
  display: block;
  padding: 18px 18px 16px;
  border-radius: 15px;
  border: 1px solid var(--border, #23233A);
  background:
    linear-gradient(var(--card, #10101B), var(--card, #10101B)) padding-box,
    linear-gradient(165deg, rgba(216, 180, 94, .28), rgba(139, 124, 246, .18) 40%, transparent 75%) border-box;
  text-decoration: none;
  color: inherit;
  transition: transform .16s var(--ease-premium), box-shadow .16s var(--ease-premium);
}
.ph-pillar:hover { transform: translateY(-2px); box-shadow: var(--shadow-2, 0 18px 48px rgba(0, 0, 0, .45)); }
.ph-pillar b { display: block; font-size: 15.5px; letter-spacing: -0.012em; margin: 10px 0 6px; color: var(--text, #F2F2F5); }
.ph-pillar > span:last-child { font-size: 13.5px; line-height: 1.55; color: var(--muted, #B4B4C0); }
.ph-pillar-dot {
  display: block;
  width: 26px; height: 3px;
  border-radius: 2px;
  background: var(--grad-gold);
  box-shadow: 0 0 12px var(--gold-soft);
}

/* The tab strip becomes glass: content slides beneath it like a surface. */
:root:not([data-theme="light"]) nav.tabs {
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  background: rgba(7, 7, 12, .72);
  border-bottom: 1px solid var(--gold-faint);
}

/* ---------------------------------------------- the hub (returning users) */
/* The 1,400 people who already live here never see the hero — the hub IS
   their homepage, so it gets the same materials: gradient-hairline panels,
   a command bar that feels like a command palette, gold as timing accents. */
.deck-panel, .ph-card {
  border-radius: 16px;
  border: 1px solid var(--border, #23233A);
  background:
    linear-gradient(var(--card, #10101B), var(--card, #10101B)) padding-box,
    linear-gradient(160deg, rgba(216, 180, 94, .2), rgba(139, 124, 246, .14) 36%, transparent 72%) border-box;
  box-shadow: var(--shadow-1, 0 8px 28px rgba(0, 0, 0, .35));
  transition: transform .16s var(--ease-premium), box-shadow .16s var(--ease-premium);
}
.deck-panel:hover, .ph-card:hover { transform: translateY(-1px); box-shadow: var(--shadow-2, 0 18px 48px rgba(0, 0, 0, .45)); }

.ph-date { color: var(--gold); letter-spacing: .02em; }

.ph-command {
  border-radius: 14px;
  border: 1px solid var(--border, #23233A);
  background:
    linear-gradient(var(--card, #0E0E17), var(--card, #0E0E17)) padding-box,
    linear-gradient(150deg, rgba(216, 180, 94, .3), rgba(139, 124, 246, .22) 45%, transparent 80%) border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 14px 40px rgba(0, 0, 0, .35);
}
.ph-command:focus-within {
  box-shadow: 0 0 0 3px rgba(139, 124, 246, .16), 0 0 0 1px var(--gold-faint), 0 14px 40px rgba(0, 0, 0, .4);
}
.ph-cmd-icon { color: var(--gold); }
.ph-results {
  border-radius: 14px;
  border: 1px solid var(--border, #23233A);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: var(--shadow-2, 0 18px 48px rgba(0, 0, 0, .5));
}
.ph-result-active {
  background: linear-gradient(135deg, rgba(139, 124, 246, .18), rgba(78, 142, 247, .12)) !important;
  box-shadow: inset 2px 0 0 var(--gold);
}

.ph-section-h {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted, #B4B4C0);
  display: flex;
  align-items: center;
  gap: 10px;
}
.ph-section-h::before { content: ''; width: 26px; height: 3px; border-radius: 2px; background: var(--grad-gold); box-shadow: 0 0 10px var(--gold-soft); }

.ph-tile { border-radius: 14px; position: relative; transition: transform .16s var(--ease-premium), box-shadow .16s var(--ease-premium), border-color .16s var(--ease-premium); }
.ph-tile:hover { transform: translateY(-2px); box-shadow: var(--shadow-1, 0 8px 28px rgba(0, 0, 0, .4)); border-color: rgba(216, 180, 94, .4); }
.ph-tile-yours { border-color: var(--gold-soft); }
.ph-tile-pip {
  position: absolute; top: 10px; right: 10px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--grad-gold);
  box-shadow: 0 0 8px var(--gold-soft);
}

/* ----------------------------------------------- the life pulse (v4.34) */
.ph-pulse { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 2px 0 18px; }
.ph-chip {
  display: inline-flex; align-items: baseline; gap: 7px;
  padding: 8px 15px; border-radius: 999px;
  border: 1px solid var(--border, #23233A);
  background:
    linear-gradient(var(--card, #10101B), var(--card, #10101B)) padding-box,
    linear-gradient(150deg, rgba(216, 180, 94, .22), rgba(139, 124, 246, .16) 50%, transparent 85%) border-box;
  text-decoration: none; color: var(--muted, #B4B4C0); font-size: 13px;
  transition: transform .16s var(--ease-premium), border-color .16s var(--ease-premium), box-shadow .16s var(--ease-premium);
}
.ph-chip b { font-size: 15.5px; color: var(--text, #F2F2F5); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.ph-chip:hover { transform: translateY(-1px); border-color: rgba(216, 180, 94, .45); box-shadow: 0 6px 20px rgba(0, 0, 0, .35); }
.ph-chip-hot { border-color: var(--gold-soft); }
.ph-chip-hot b { color: var(--gold); }
.ph-pulse-next {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 15px; border-radius: 999px;
  font-size: 13.5px; color: var(--muted, #B4B4C0); text-decoration: none;
  border: 1px solid transparent;
  transition: color .16s var(--ease-premium), border-color .16s var(--ease-premium);
}
.ph-pulse-next b { color: var(--text, #F2F2F5); }
.ph-pulse-next:hover { color: var(--text, #F2F2F5); border-color: var(--gold-faint); }
.ph-pulse-dash { width: 18px; height: 3px; border-radius: 2px; background: var(--grad-gold); box-shadow: 0 0 8px var(--gold-soft); }
.ph-pulse-empty { font-size: 13.5px; color: var(--muted, #B4B4C0); }
.ph-pulse-empty a { color: var(--gold); text-decoration: none; }

/* ------------------------------------------------------ machined details */
.btn:active, .deck-cta:active, .ph-btn:active { transform: translateY(0) scale(.985); }
.deck-metric { font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }

/* ============================================================================
   LIGHT THEME COMPLETION FOR THE PREMIUM LAYER — v4.44.0
   ----------------------------------------------------------------------------
   THE BUG THIS FIXES (found by auditing the light path as a user)
   Every premium component was written with `var(--card, #10101B)` — and
   `--card` was only ever declared inside the dark-scoped block. In light mode
   the variable did not exist, so the fallback won and every card, chip,
   pillar, deck cell and console panel rendered NEAR-BLACK on a white page.
   The command bar was worse: hardcoded rgba(14,14,23,.9).
   And champagne gold (#D8B45E) on white measures about 2:1 — invisible.

   Light mode therefore needs its own material palette, not a tint of the
   dark one: paper-white surfaces, a deeper "antique" gold that actually
   passes contrast as ink, and shadows measured in grey rather than black.
   ========================================================================== */
:root[data-theme="light"] {
  --card: #FFFFFF;
  --muted: #55555F;
  /* Antique gold: ~4.7:1 on white, so it may carry text and hairlines. */
  --gold: #8A6A1F;
  --gold-soft: rgba(138, 106, 31, .30);
  --gold-faint: rgba(138, 106, 31, .16);
  --grad-gold: linear-gradient(135deg, #B8933F, #6F5417);
  --shadow-1: 0 1px 2px rgba(16, 16, 30, .06), 0 6px 18px rgba(16, 16, 30, .07);
  --shadow-2: 0 2px 6px rgba(16, 16, 30, .08), 0 16px 40px rgba(16, 16, 30, .10);
}
:root[data-theme="light"] .ph-command {
  background:
    linear-gradient(#FFFFFF, #FFFFFF) padding-box,
    linear-gradient(150deg, rgba(138, 106, 31, .34), rgba(94, 92, 230, .26) 45%, transparent 80%) border-box;
  box-shadow: 0 1px 2px rgba(16, 16, 30, .05), 0 10px 30px rgba(16, 16, 30, .07);
}
:root[data-theme="light"] .ph-results { background: rgba(255, 255, 255, .92); }
:root[data-theme="light"] nav.tabs { background: rgba(255, 255, 255, .8); }
:root[data-theme="light"] .ph-deckbar {
  background: linear-gradient(180deg, rgba(16, 16, 30, .022), rgba(16, 16, 30, 0));
}
:root[data-theme="light"] .ph-h1 {
  background: linear-gradient(94deg, #16161F 0%, #3B3560 45%, #5E5CE6 78%, #2F6BD6 105%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
:root[data-theme="light"] .page-title {
  background: linear-gradient(92deg, var(--text, #16161F) 60%, #8A6A1F 130%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
:root[data-theme="light"] .deck-cta {
  box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset, 0 8px 22px rgba(94, 92, 230, .28);
}
:root[data-theme="light"] ::selection { background: rgba(94, 92, 230, .20); }

/* ============================================================================
   THE COMMAND DECK — v4.41.0
   The homepage as an instrument, not a brochure. The grammar borrowed from
   serious operational software: a dense status line, hairline rules instead
   of boxes-in-boxes, tabular monospace numerals so figures line up and never
   jitter, uppercase micro-labels, and colour used only to mean something
   (gold = attention, violet = brand, everything else greyscale).
   ========================================================================== */

.ph-deckbar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin: 0 0 22px;
  border: 1px solid var(--border, #23233A);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .022), rgba(255, 255, 255, 0));
}
.ph-deckcell {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 16px;
  flex: 1 1 auto;
  min-width: 92px;
  border-right: 1px solid var(--border, #23233A);
}
.ph-deckcell:last-child { border-right: 0; }
.ph-deckcell .k {
  font-size: 9.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-3, #8A8A99);
  white-space: nowrap;
}
.ph-deckcell .v {
  font-size: 14px;
  font-weight: 620;
  letter-spacing: -0.01em;
  color: var(--text, #F2F2F5);
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum' 1;
  white-space: nowrap;
}
.ph-deckcell.hot .v { color: var(--gold); }
.ph-deckcell.hot::before {
  content: '';
  position: absolute;
  margin-top: -9px;
  margin-left: -16px;
  width: 2px; height: 100%;
  background: var(--grad-gold);
}
.ph-deckcell { position: relative; }

/* Console panels: hairline headers, numbers that behave like instruments. */
.ph-console .ph-card-h {
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--text-2, #B4B4C0);
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--border, #23233A);
  display: flex;
  align-items: center;
  gap: 8px;
}
.ph-console .deck-metric,
.ph-console .ph-big-sm,
.ph-console .ph-chip b {
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum' 1;
}
.ph-console .deck-metric { font-size: clamp(30px, 4vw, 40px); letter-spacing: -0.03em; font-weight: 640; }
.ph-console .ph-h1-sm { font-size: clamp(24px, 3.4vw, 34px); letter-spacing: -0.024em; }

/* ------------------------------------------------- the phone form (v4.37.1)
   Everything above was designed at desktop widths. On a phone the premium
   grammar changes shape, not character: the pulse becomes a swipeable rail
   (chips never cramp, never wrap into a wall), pillars stack with breathing
   room, and every tap target clears 44px. Same materials, pocket-sized. */
@media (max-width: 760px) {
  .ph-pulse {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    padding-bottom: 4px;
    margin-right: -16px;   /* let the rail bleed to the screen edge — the
                              half-visible next chip says "swipe me" */
    padding-right: 16px;
  }
  .ph-pulse::-webkit-scrollbar { display: none; }
  .ph-chip { flex: 0 0 auto; scroll-snap-align: start; min-height: 40px; }
  .ph-pulse-next {
    flex: 1 0 100%;
    scroll-snap-align: start;
    min-height: 40px;
    padding-left: 0;
  }
  .ph-pillars { grid-template-columns: 1fr; gap: 10px; margin: 22px 0 4px; }
  .ph-pillar { padding: 15px 16px 13px; }
  .ph-wire { font-size: 13px; line-height: 2; }
  .ph-wire .sep { margin: 0 7px; }
  .ph-command { border-radius: 13px; }
  .ph-hero { padding-top: 2px; }
  .ph-h1 { letter-spacing: -0.024em; }
  /* The aurora costs more than it gives on small GPUs: one gradient, still. */
  :root:not([data-theme="light"]) body::before { animation: none; }

  /* The deck bar becomes a two-column instrument panel — every cell stays
     readable at 360px instead of collapsing into a smear. */
  .ph-deckbar { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .ph-deckcell { min-width: 0; padding: 8px 12px; border-bottom: 1px solid var(--border, #23233A); }
  .ph-deckcell:nth-child(2n) { border-right: 0; }
  .ph-deckcell:nth-last-child(-n+2) { border-bottom: 0; }
  .ph-deckcell .v { font-size: 13.5px; overflow: hidden; text-overflow: ellipsis; }
  .ph-console .ph-card-h { font-size: 10.5px; }
}

/* Very small phones (360px and under): one column, nothing clipped. */
@media (max-width: 380px) {
  .ph-deckbar { grid-template-columns: 1fr; }
  .ph-deckcell { border-right: 0; }
  .ph-deckcell:last-child { border-bottom: 0; }
}

/* Wide desktops: the deck can breathe into a single instrument row. */
@media (min-width: 1200px) {
  .ph-deckbar { flex-wrap: nowrap; }
  .ph-deckcell { padding: 10px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .card, .btn, .deck-cta, .tab, .deck-panel, .ph-card, .ph-tile { transition: none; }
  .card:hover, .btn:hover, .deck-cta:hover, .ph-pillar:hover, .deck-panel:hover, .ph-card:hover, .ph-tile:hover { transform: none; }
  .ph-reveal > * { animation: none; }
  :root:not([data-theme="light"]) body::before { animation: none; }
}
