/* FischFit — Light cinematic layout (App Design System) */

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('fonts/PlusJakartaSans-Variable.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --accent: #1D68D9;
  --accent-hover: #1558B0;
  --accent-light: #EFF6FF;
  --bg: #F9FAFB;
  --surface: #FFFFFF;
  --text: #111827;
  --text-2: #6B7280;
  --text-3: #9CA3AF;
  --border: #E5E7EB;
  --shadow: 0 4px 24px rgba(17, 24, 39, 0.06);
  --radius-lg: 28px;
  --radius-pill: 999px;
  --wrap: 1180px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: min(var(--wrap), calc(100% - 48px));
  margin-inline: auto;
}

@supports (padding: env(safe-area-inset-top)) {
  body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}

.wm {
  font-weight: 400;
  letter-spacing: -0.35px;
}

.wm b { font-weight: 800; }

/* Pills */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pill--ghost {
  color: var(--text);
  border-color: var(--border);
  background: var(--surface);
}

.pill--ghost:hover { border-color: #d1d5db; }

.pill--accent {
  color: #fff;
  background: var(--accent);
}

.pill--accent:hover { background: var(--accent-hover); }

.pill__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 11px;
}

/* Hero — dark cinematic (rest of page stays light) */
.cine {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #0c0c0c;
  color: #f5f5f5;
}

.cine__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  transform: scale(1.08);
  will-change: transform;
}

.cine.is-ready .cine__photo {
  animation: cine-ken 22s ease-out forwards;
}

@keyframes cine-ken {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

.cine-in {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 90ms + 120ms);
}

.cine.is-ready .cine-in {
  opacity: 1;
  transform: translateY(0);
}

.cine__fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.35) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(29, 104, 217, 0.82) 82%, var(--accent) 100%);
}

.cine__bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 4vw, 48px);
}

.cine__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #f5f5f5;
}

.cine__logo img {
  width: 40px;
  height: 40px;
  border-radius: 11px;
}

.cine__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: clamp(24px, 5vw, 64px);
  min-height: calc(100svh - 92px);
  padding: 0 clamp(24px, 4vw, 48px) clamp(48px, 8vw, 96px);
  align-items: end;
}

.side-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(245, 245, 245, 0.5);
}

.side-nav a {
  position: relative;
  width: fit-content;
  transition: color 0.25s ease;
}

.side-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.side-nav a:hover,
.side-nav a.is-active {
  color: #f5f5f5;
}

.side-nav a.is-active::after,
.side-nav a:hover::after {
  transform: scaleX(1);
}

.cine__main {
  max-width: 560px;
  margin-left: auto;
  padding-bottom: 12px;
  color: #f5f5f5;
}

.cine__main h1 {
  margin: 0 0 20px;
  font-size: clamp(42px, 6.5vw, 72px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 0.98;
}

.cine__sub {
  margin: 0 0 28px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: rgba(245, 245, 245, 0.72);
  max-width: 44ch;
}

.cine__meta {
  margin-top: clamp(48px, 10vh, 120px);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.chip {
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(245, 245, 245, 0.72);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(6px);
  box-shadow: none;
}

.cine__meta > p {
  margin: 0;
  font-size: 14px;
  color: rgba(245, 245, 245, 0.5);
}

.cine .pill--ghost {
  color: #f5f5f5;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
}

.cine .pill--ghost:hover { border-color: rgba(255, 255, 255, 0.6); }

.cine .pill--light,
.download .pill--light {
  color: #111827;
  background: rgba(255, 255, 255, 0.92);
}

.cine .pill--light:hover,
.download .pill--light:hover { background: #fff; }

.cine .pill--light .pill__icon {
  background: #111827;
  color: #fff;
}

.download .pill--ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.download .pill--ghost-light:hover { border-color: rgba(255, 255, 255, 0.65); }

/* Content — editorial feature flow */
.page-flow {
  background: var(--bg);
}

.platform-bar {
  display: flex;
  justify-content: center;
  padding: 28px clamp(24px, 5vw, 64px) 0;
  background:
    linear-gradient(180deg, var(--accent) 0%, var(--accent) 2px, transparent 2px),
    linear-gradient(135deg, #EFF6FF 0%, var(--bg) 55%, var(--bg) 100%);
}

.platform-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.platform-switch__btn {
  appearance: none;
  border: 0;
  margin: 0;
  padding: 10px 18px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: var(--text-2);
  background: transparent;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.platform-switch__btn:hover {
  color: var(--text);
}

.platform-switch__btn.is-active {
  color: #fff;
  background: var(--accent);
}

.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  padding: clamp(72px, 10vw, 128px) clamp(24px, 5vw, 64px);
  border-top: 1px solid var(--border);
}

.feature--hero {
  border-top: 0;
  background:
    linear-gradient(135deg, #EFF6FF 0%, var(--bg) 55%, var(--bg) 100%);
  padding-top: clamp(48px, 6vw, 72px);
}

.feature__shot img.is-swapping {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.feature--flip {
  direction: rtl;
}

.feature--flip > * {
  direction: ltr;
}

.feature__tag {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.feature__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.06;
}

.feature__copy p {
  margin: 0;
  max-width: 38ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-2);
}

.detail-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  max-width: 42ch;
}

.detail-list li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-top: 1px solid var(--border);
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-2);
}

.reveal-stagger > li {
  opacity: 0;
  transform: translateX(-10px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 70ms + 180ms);
}

.reveal.is-in .reveal-stagger > li {
  opacity: 1;
  transform: translateX(0);
}

.detail-list li:last-child {
  border-bottom: 1px solid var(--border);
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.detail-list strong {
  color: var(--text);
  font-weight: 700;
}

.feature--hero .detail-list,
.feature--hero .detail-list li:last-child {
  border-color: rgba(29, 104, 217, 0.16);
}

.feature--soft {
  background:
    linear-gradient(135deg, #EFF6FF 0%, var(--bg) 55%, var(--bg) 100%);
}

/* Editorial text bands */
.band {
  padding: clamp(72px, 10vw, 120px) clamp(24px, 5vw, 64px);
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.band__inner {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.band__inner .feature__tag {
  display: inline-block;
}

.band__inner h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 800;
  letter-spacing: -0.9px;
  line-height: 1.08;
}

.band__inner > p {
  margin: 0 auto;
  max-width: 42ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-2);
}

/* FAQ */
.faq {
  margin: 40px auto 0;
  max-width: 640px;
  text-align: left;
}

.faq__item {
  border-top: 1px solid var(--border);
  transition-delay: calc(var(--i, 0) * 60ms);
}

.faq__item:last-child {
  border-bottom: 1px solid var(--border);
}

.faq__item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: var(--text);
  transition: color 0.2s ease;
}

.faq__item summary:hover {
  color: var(--accent);
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent-light);
  color: var(--accent);
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 12px 2px, 2px 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.25s ease,
    color 0.25s ease;
}

.faq__item.is-open summary::after,
.faq__item[open] summary::after {
  background-color: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}

.faq__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__item.is-open .faq__body,
.faq__item[open].is-open .faq__body {
  grid-template-rows: 1fr;
}

.faq__body-inner {
  overflow: hidden;
  min-height: 0;
}

.faq__item p {
  margin: 0 0 20px;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-2);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.35s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
}

.faq__item.is-open p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.12s;
}

/* Discord support */
.band--support {
  background:
    radial-gradient(ellipse 60% 70% at 50% 0%, rgba(29, 104, 217, 0.1), transparent 60%),
    var(--bg);
}

.support-card {
  margin: 36px auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 480px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
  text-align: left;
  transition: border-color 0.2s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.support-card:hover {
  border-color: #c7d2fe;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.support-card__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  overflow: hidden;
}

.support-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.support-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

.support-card__body strong {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.support-card__body span {
  font-size: 13px;
  color: var(--text-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.support-card__cta {
  flex-shrink: 0;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: var(--accent);
  border-radius: var(--radius-pill);
  transition: background 0.2s ease;
}

.support-card:hover .support-card__cta {
  background: var(--accent-hover);
}

.feature__shot {
  margin: 0;
  display: flex;
  justify-content: center;
}

.feature__shot img {
  width: min(100%, 300px);
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.1);
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s ease,
    opacity 0.2s ease;
}

.feature--hero .feature__shot img {
  width: min(100%, 320px);
  box-shadow: 0 24px 56px rgba(29, 104, 217, 0.18);
}

.feature:hover .feature__shot img {
  transform: translateY(-6px);
}

/* Download CTA — cinematic closer */
.download {
  position: relative;
  overflow: hidden;
  min-height: min(72svh, 640px);
  display: grid;
  place-items: end start;
  padding: clamp(72px, 12vw, 120px) clamp(24px, 5vw, 64px);
  background: #0c0c0c;
  color: #f5f5f5;
}

.download__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.06);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.download.is-in .download__photo {
  transform: scale(1);
}

.download__fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.45) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(12, 12, 12, 0.88) 100%);
}

.download__inner {
  position: relative;
  max-width: 28rem;
}

.download__mark {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.8px;
}

.download__inner h2 {
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.02;
}

.download__inner p {
  margin: 0 0 28px;
  max-width: 28ch;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(245, 245, 245, 0.78);
}

.store-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.store-badge {
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.store-badge:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.store-badge img {
  display: block;
  height: clamp(40px, 5.5vw, 48px);
  width: auto;
  max-width: none;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal--right {
  transform: translateY(18px) translateX(28px);
}

.reveal--scale {
  transform: translateY(18px) scale(0.96);
}

.reveal--delay {
  transition-delay: 0.12s;
}

.reveal--delay-2 {
  transition-delay: 0.22s;
}

.reveal--delay-3 {
  transition-delay: 0.32s;
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .cine__photo,
  .download__photo,
  .cine-in,
  .reveal,
  .reveal--delay,
  .reveal--delay-2,
  .reveal--delay-3,
  .reveal--right,
  .reveal--scale,
  .reveal-stagger > li,
  .faq__item p,
  .faq__body,
  .faq__item summary::after {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .cine.is-ready .cine__photo {
    animation: none;
  }

  .feature:hover .feature__shot img {
    transform: none;
  }

  .faq__body {
    display: block;
  }

  .faq__item[open] .faq__body,
  .faq__item.is-open .faq__body {
    display: block;
  }
}

/* Footer */
.site-foot {
  position: relative;
  padding: 64px 0 40px;
  color: #f5f5f5;
  background:
    radial-gradient(ellipse 80% 60% at 12% 0%, rgba(29, 104, 217, 0.35) 0%, transparent 55%),
    linear-gradient(165deg, #0f172a 0%, #111827 48%, #0c1a36 100%);
  overflow: hidden;
}

.site-foot::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.site-foot__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 40px 32px;
  padding-bottom: 48px;
}

.site-foot__brand p {
  margin: 14px 0 0;
  max-width: 28ch;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(245, 245, 245, 0.62);
}

.site-foot__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #f5f5f5;
}

.site-foot__logo img {
  width: 40px;
  height: 40px;
  border-radius: 11px;
}

.site-foot__nav,
.site-foot__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.site-foot__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.42);
}

.site-foot__nav a,
.site-foot__contact > a {
  font-size: 15px;
  color: rgba(245, 245, 245, 0.78);
  transition: color 0.2s ease;
}

.site-foot__nav a:hover,
.site-foot__contact > a:hover {
  color: #fff;
}

.site-foot__stores {
  margin-top: 8px;
}

.site-foot__bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(245, 245, 245, 0.45);
}

.site-foot__bar p { margin: 0; }

.site-foot__bar a {
  color: rgba(245, 245, 245, 0.62);
  transition: color 0.2s ease;
}

.site-foot__bar a:hover { color: #fff; }

/* Legal */
.ff-legal-body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
}

.ff-legal {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 24px 48px;
}

.ff-legal__back {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
}

.ff-legal__mark {
  display: block;
  margin: 20px 0;
  font-size: 20px;
}

.ff-legal h1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.6px;
  margin: 0 0 12px;
}

.ff-legal h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 28px 0 8px;
}

.ff-legal p,
.ff-legal li {
  color: var(--text-2);
  line-height: 1.65;
}

.ff-legal a { color: var(--accent); }

.ff-legal ul { padding-left: 1.2em; }

.ff-legal__note { font-size: 14px; margin: 0 0 20px; }

.ff-legal__placeholder {
  background: #FEF9C3;
  border: 1px solid #FDE68A;
  color: #854D0E;
  padding: 14px 16px;
  border-radius: 12px;
  margin: 0 0 24px;
}

.ff-legal__steps {
  margin: 0 0 12px;
  padding-left: 1.2em;
  color: var(--text-2);
  line-height: 1.65;
}

.ff-legal__steps li { margin: 0 0 6px; }

.ff-source {
  margin: 16px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  background: #fff;
}

.ff-source + .ff-source { margin-top: 12px; }

.ff-source__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted, #6b7280);
  margin: 0 0 6px;
}

.ff-source__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 6px;
  line-height: 1.4;
}

.ff-source p {
  margin: 0 0 10px;
  font-size: 14px;
}

.ff-source__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.ff-delete-form {
  margin: 20px 0 8px;
  display: grid;
  gap: 16px;
}

.ff-delete-form__field {
  display: grid;
  gap: 8px;
}

.ff-delete-form__field label {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.ff-delete-form__optional {
  font-weight: 500;
  color: var(--text-3);
}

.ff-delete-form input[type="email"],
.ff-delete-form textarea {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 15px;
  line-height: 1.45;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ff-delete-form textarea {
  resize: vertical;
  min-height: 108px;
}

.ff-delete-form input[type="email"]::placeholder,
.ff-delete-form textarea::placeholder {
  color: var(--text-3);
}

.ff-delete-form input[type="email"]:focus,
.ff-delete-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(29, 104, 217, 0.15);
}

.ff-delete-form input.is-invalid,
.ff-delete-form textarea.is-invalid {
  border-color: #DC2626;
}

.ff-delete-form__check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-2);
  cursor: pointer;
}

.ff-delete-form__check input {
  margin: 3px 0 0;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--accent);
}

.ff-delete-form__submit {
  justify-self: start;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.ff-delete-form__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.ff-delete-form__hint {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-2);
}

.ff-delete-form__hint.is-error { color: #B91C1C; }
.ff-delete-form__hint.is-ok { color: #047857; }

.ff-delete-form__alt {
  margin: 0;
  font-size: 14px;
}

/* Responsive — tablet */
@media (max-width: 900px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 40px));
  }

  .cine__photo {
    object-position: 48% center;
  }

  .cine__fade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.45) 70%, rgba(29, 104, 217, 0.88) 90%, var(--accent) 100%);
  }

  .cine__bar {
    padding: 22px clamp(20px, 4vw, 36px);
  }

  .cine__layout {
    grid-template-columns: 1fr;
    align-items: end;
    min-height: calc(100svh - 84px);
    padding: 0 clamp(20px, 4vw, 36px) clamp(36px, 6vw, 64px);
  }

  .side-nav {
    display: none;
  }

  .cine__main {
    margin-left: 0;
    max-width: 36rem;
  }

  .cine__main h1 {
    font-size: clamp(36px, 9vw, 56px);
    letter-spacing: -1.4px;
  }

  .cine__meta {
    margin-top: clamp(36px, 8vh, 72px);
  }

  .feature {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
    padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 48px);
  }

  .feature--flip { direction: ltr; }

  .feature__copy p {
    margin-inline: auto;
  }

  .feature__shot img,
  .feature--hero .feature__shot img {
    width: min(100%, 280px);
  }

  .detail-list {
    margin-inline: auto;
    text-align: left;
  }

  .band {
    padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 48px);
  }

  .download {
    place-items: end center;
    text-align: center;
    min-height: min(60svh, 520px);
    padding: clamp(56px, 10vw, 96px) clamp(20px, 5vw, 48px);
  }

  .download__photo {
    object-position: 50% center;
  }

  .download__fade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(12, 12, 12, 0.92) 100%);
  }

  .download__inner {
    max-width: 100%;
  }

  .download__inner p {
    margin-inline: auto;
  }

  .store-row {
    justify-content: center;
  }

  .site-foot {
    padding: 48px 0 32px;
  }

  .site-foot__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    padding-bottom: 36px;
  }

  .site-foot__brand {
    grid-column: 1 / -1;
  }

  .ff-legal {
    padding: 40px 20px 40px;
  }
}

/* Responsive — phone */
@media (max-width: 600px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }

  .cine {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .cine__bar {
    padding: calc(16px + env(safe-area-inset-top, 0px)) 16px 16px;
  }

  .cine__logo {
    gap: 10px;
    font-size: 16px;
  }

  .cine__logo img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .cine .pill--ghost {
    padding: 10px 16px;
    font-size: 13px;
  }

  .cine__layout {
    min-height: calc(100svh - 76px);
    min-height: calc(100dvh - 76px);
    padding: 0 16px calc(28px + env(safe-area-inset-bottom, 0px));
  }

  .cine__main {
    max-width: none;
    padding-bottom: 0;
  }

  .cine__main h1 {
    margin-bottom: 14px;
    font-size: clamp(34px, 10vw, 44px);
    letter-spacing: -1.2px;
  }

  .cine__sub {
    margin-bottom: 22px;
    font-size: 15px;
    max-width: none;
  }

  .cine__meta {
    margin-top: 36px;
  }

  .chips {
    gap: 8px;
  }

  .store-row {
    gap: 8px;
    justify-content: flex-start;
  }

  .store-badge img {
    height: 40px;
  }

  .feature {
    gap: 28px;
    padding: 56px 16px;
  }

  .feature--hero {
    padding-top: 64px;
  }

  .feature__copy h2 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .feature__copy p,
  .band__inner > p {
    font-size: 15px;
  }

  .feature__shot img,
  .feature--hero .feature__shot img {
    width: min(100%, 240px);
  }

  .band {
    padding: 56px 16px;
  }

  .band__inner h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .faq {
    margin-top: 28px;
  }

  .faq__item summary {
    padding: 16px 0;
    font-size: 16px;
    gap: 12px;
  }

  .support-card {
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px;
  }

  .support-card__cta {
    width: 100%;
    text-align: center;
  }

  .download {
    min-height: min(56svh, 460px);
    padding: 56px 16px calc(40px + env(safe-area-inset-bottom, 0px));
  }

  .download__inner h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .download .store-row {
    justify-content: center;
  }

  .site-foot {
    padding: 40px 0 calc(28px + env(safe-area-inset-bottom, 0px));
  }

  .site-foot__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 28px;
  }

  .site-foot__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ff-legal {
    padding: 32px 16px 40px;
  }

  .ff-legal h1 {
    font-size: 28px;
  }
}

/* Very small phones — keep store badges side by side */
@media (max-width: 380px) {
  .cine .pill--ghost {
    padding: 9px 12px;
    font-size: 12px;
  }

  .store-badge img {
    height: 36px;
  }

  .cine__main h1 {
    font-size: 32px;
  }
}

/* Large desktop polish */
@media (min-width: 1200px) {
  .feature__shot img {
    width: min(100%, 320px);
  }

  .feature--hero .feature__shot img {
    width: min(100%, 340px);
  }
}

/* Cookie consent */
.ff-cookie {
  position: fixed;
  inset: auto 16px 16px;
  z-index: 1000;
  max-width: 440px;
  margin-inline: auto;
  padding: 22px 22px 20px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--surface);
  box-shadow:
    0 18px 48px rgba(17, 24, 39, 0.14),
    0 2px 8px rgba(17, 24, 39, 0.04);
  color: var(--text);
  transform: translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ff-cookie.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ff-cookie__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent);
}

.ff-cookie__brand img {
  width: 22px;
  height: 22px;
  border-radius: 6px;
}

.ff-cookie h2 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.35px;
  line-height: 1.25;
}

.ff-cookie__text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-2);
}

.ff-cookie__text a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ff-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ff-cookie__actions .pill {
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
}

.ff-cookie__actions .pill--ghost {
  background: var(--bg);
}

.ff-cookie__actions .pill--link {
  padding: 12px 14px;
  border: none;
  background: transparent;
  color: var(--text-2);
  font-weight: 600;
}

.ff-cookie__actions .pill--link:hover {
  color: var(--text);
}

.ff-cookie__panel[hidden] {
  display: none;
}

.ff-cookie__cats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 16px;
}

.ff-cookie__cat {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg);
}

.ff-cookie__cat strong {
  font-size: 14px;
  font-weight: 700;
}

.ff-cookie__cat span {
  grid-column: 1;
  font-size: 12px;
  line-height: 1.45;
  color: var(--text-2);
}

.ff-cookie__toggle {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  position: relative;
  width: 44px;
  height: 26px;
  border: none;
  border-radius: var(--radius-pill);
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.ff-cookie__toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.2);
  transition: transform 0.2s ease;
}

.ff-cookie__toggle[aria-checked="true"] {
  background: var(--accent);
}

.ff-cookie__toggle[aria-checked="true"]::after {
  transform: translateX(18px);
}

.ff-cookie__toggle[aria-disabled="true"] {
  background: var(--accent);
  opacity: 0.55;
  cursor: not-allowed;
}

.ff-cookie__toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .ff-cookie {
    inset: auto 24px 24px auto;
    margin-inline: 0;
  }
}

@media (max-width: 480px) {
  .ff-cookie {
    inset: auto 12px 12px;
    padding: 18px 16px 16px;
    border-radius: 18px;
  }

  .ff-cookie__actions {
    flex-direction: column;
  }

  .ff-cookie__actions .pill {
    width: 100%;
  }

  .ff-cookie__actions .pill--link {
    order: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ff-cookie {
    transition: none;
  }
}

/* Status page (Discord + FischFit) */
.ff-status-body {
  position: relative;
  min-height: 100dvh;
  isolation: isolate;
  background: var(--bg);
}

.ff-status-body.is-guest .ff-status {
  min-height: calc(100dvh - 56px);
  display: flex;
  flex-direction: column;
}

.ff-status-body.is-guest .ff-status__panel--guest {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 8vh;
}

.ff-status-body.is-guest .ff-status__top-brand {
  display: none;
}

.ff-status-body.is-auth .ff-status__mark {
  display: none;
}

.ff-status-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 55% at 8% -8%, rgba(29, 104, 217, 0.18), transparent 58%),
    radial-gradient(ellipse 70% 45% at 92% 8%, rgba(15, 118, 110, 0.08), transparent 52%),
    linear-gradient(180deg, #EFF6FF 0%, var(--bg) 42%, var(--bg) 100%);
}

.ff-status-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(29, 104, 217, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 104, 217, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
}

.ff-status {
  padding: 28px 0 80px;
  max-width: 560px;
}

.ff-status__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.ff-status__back {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-2);
  transition: color 0.2s ease;
}

.ff-status__back:hover { color: var(--accent); }

.ff-status__top-brand {
  font-size: 15px;
  letter-spacing: -0.03em;
  color: var(--text);
}

.ff-status__mark {
  margin: 0 0 18px;
  font-size: clamp(2rem, 7vw, 2.75rem);
  letter-spacing: -0.06em;
  line-height: 1;
  color: var(--text);
}

.ff-status__mark--sm {
  margin-bottom: 28px;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
  color: var(--text-2);
}

.ff-status__panel--guest h1,
.ff-status__name {
  margin: 0 0 12px;
  font-size: clamp(1.85rem, 5vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.1;
  color: var(--text);
}

.ff-status__lead {
  margin: 0 0 32px;
  max-width: 34ch;
  color: var(--text-2);
  font-size: 1.05rem;
  line-height: 1.55;
}

.ff-status__login {
  min-height: 52px;
  padding-inline: 26px;
  font-size: 15px;
  box-shadow: 0 10px 28px rgba(29, 104, 217, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ff-status__login:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(29, 104, 217, 0.34);
}

.ff-status__discord-icon {
  flex-shrink: 0;
}

.ff-status__hint {
  margin: 22px 0 0;
  max-width: 38ch;
  color: var(--text-3);
  font-size: 13.5px;
  line-height: 1.5;
}

.ff-status__hint code {
  font-family: inherit;
  font-weight: 700;
  color: var(--text-2);
}

.ff-status__banner {
  margin: 0 0 24px;
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  background: var(--accent-light);
  color: var(--accent);
  animation: ff-status-in 0.35s ease both;
}

.ff-status__banner--ok {
  background: #ecfdf5;
  color: #047857;
}

.ff-status__banner--err {
  background: #fef2f2;
  color: #b91c1c;
}

.ff-status__loading {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text-2);
  font-size: 15px;
  font-weight: 500;
}

.ff-status__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(29, 104, 217, 0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: ff-status-spin 0.7s linear infinite;
}

.ff-status__loading[hidden],
.ff-status__panel[hidden],
.ff-status__block[hidden],
.ff-status__banner[hidden],
.ff-status__form-error[hidden],
.ff-status__avatar[hidden],
.ff-status__avatar-fallback[hidden] {
  display: none !important;
}

.ff-status__panel {
  animation: ff-status-in 0.45s ease both;
}

.ff-status__panel h2 {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
}

.ff-status__profile {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.ff-status__avatar,
.ff-status__avatar-fallback {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  background:
    linear-gradient(145deg, #dbeafe, #bfdbfe);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9), 0 8px 24px rgba(29, 104, 217, 0.18);
}

.ff-status__avatar-fallback {
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
}

.ff-status__identity {
  min-width: 0;
}

.ff-status__eyebrow {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #059669;
}

.ff-status__name {
  margin-bottom: 4px;
  font-size: clamp(1.55rem, 4vw, 2rem);
}

.ff-status__meta {
  margin: 0;
  color: var(--text-2);
  font-size: 14px;
  font-weight: 500;
}

.ff-status__membership {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  width: fit-content;
  max-width: 100%;
}

.ff-status__membership.is-on {
  background: rgba(5, 150, 105, 0.1);
  color: #047857;
}

.ff-status__membership.is-on::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.ff-status__membership.is-off {
  background: rgba(17, 24, 39, 0.05);
  color: var(--text-2);
}

.ff-status__linked-account {
  margin: 18px 0 4px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(29, 104, 217, 0.16);
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.8));
}

.ff-status__linked-label {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.ff-status__linked-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.ff-status__linked-email {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-2);
  word-break: break-word;
}

.ff-status__linked-account[hidden] {
  display: none !important;
}

.ff-status__block {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ff-status__who {
  margin: 0 0 16px;
  color: var(--text-2);
  font-size: 14px;
}

.ff-status__unlink-hint {
  margin: 0 0 14px;
  max-width: 40ch;
  color: var(--text-3);
  font-size: 13px;
  line-height: 1.45;
}

.ff-status__unlink {
  color: #b91c1c;
  border-color: rgba(185, 28, 28, 0.28);
}

.ff-status__unlink:hover {
  border-color: rgba(185, 28, 28, 0.5);
  background: #fef2f2;
}

.ff-status__unlink:disabled {
  opacity: 0.6;
  cursor: wait;
}

.ff-status__roles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ff-status__roles li {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--role-color, var(--accent)) 14%, #fff);
  color: var(--text);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--role-color, var(--accent)) 32%, transparent);
}

.ff-status__roles li.is-muted {
  font-weight: 500;
  color: var(--text-3);
  background: rgba(17, 24, 39, 0.03);
  box-shadow: inset 0 0 0 1px var(--border);
}

.ff-status__stats {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  margin: 0 0 20px;
  font-size: 14px;
}

.ff-status__stats dt,
.ff-status__stats dd {
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.ff-status__stats dt {
  color: var(--text-2);
  font-weight: 500;
}

.ff-status__stats dd {
  font-weight: 700;
  text-align: right;
  letter-spacing: -0.02em;
}

.ff-status__linkbox {
  padding: 22px 20px 20px;
  border: 1px solid rgba(29, 104, 217, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.72));
}

.ff-status__linkbox h2 {
  color: var(--accent);
}

.ff-status__linkbox p {
  margin: 0 0 18px;
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.5;
}

.ff-status__form {
  display: grid;
  gap: 14px;
  max-width: 380px;
}

.ff-status__form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

.ff-status__form input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.85);
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ff-status__form input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(29, 104, 217, 0.15);
}

.ff-status__form-error {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #b91c1c;
}

.ff-status__form .pill,
.ff-status__actions .pill {
  justify-self: start;
}

.ff-status__actions {
  margin-top: 32px;
  padding-top: 8px;
}

@keyframes ff-status-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ff-status-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .ff-status__panel,
  .ff-status__banner,
  .ff-status__login,
  .ff-status__spinner {
    animation: none;
    transition: none;
  }
}

@media (max-width: 480px) {
  .ff-status {
    padding-top: 20px;
  }

  .ff-status__profile {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .ff-status__stats {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ff-status__stats dt {
    padding-bottom: 2px;
    border-bottom: 0;
  }

  .ff-status__stats dd {
    text-align: left;
    padding-top: 0;
    margin-bottom: 4px;
  }
}
