/* FaithKit admin portal */
/* Typefaces — the SAME self-hosted files the public site loads (../css/fonts, SIL OFL,
   credited in ../media/fonts/CREDITS.md). Zero runtime requests off-origin. */
@font-face{font-family:"Fraunces";font-style:normal;font-weight:400;font-display:swap;src:url("../css/fonts/fraunces-latin-400-normal.woff2") format("woff2")}
@font-face{font-family:"Fraunces";font-style:normal;font-weight:500;font-display:swap;src:url("../css/fonts/fraunces-latin-500-normal.woff2") format("woff2")}
@font-face{font-family:"Fraunces";font-style:normal;font-weight:600;font-display:swap;src:url("../css/fonts/fraunces-latin-600-normal.woff2") format("woff2")}
@font-face{font-family:"Fraunces";font-style:italic;font-weight:400;font-display:swap;src:url("../css/fonts/fraunces-latin-400-italic.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("../css/fonts/inter-latin-400-normal.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("../css/fonts/inter-latin-500-normal.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("../css/fonts/inter-latin-600-normal.woff2") format("woff2")}
@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:500;font-display:swap;src:url("../css/fonts/jetbrains-mono-latin-500-normal.woff2") format("woff2")}

* { box-sizing: border-box; }
/* Tokens mirror css/faithkit-ds.css so the admin wears the same "Warm Editorial
   Sanctuary" identity as the marketing site — not a separate dark SaaS language.
   --fk-primary / --fk-accent stay config-driven (a church can retint its chrome);
   they default to the DS navy + gold. The structural navy of the rail is fixed. */
:root {
  --fk-primary: #1e3a5f; --fk-accent: #d4af37;
  /* warm palette — light first */
  --fk-cream:#FAF9F5; --fk-ivory:#F5F3ED; --fk-warm:#F0EDE6; --fk-white:#fff;
  --fk-blue:#1E3A5F; --fk-blue-dark:#152A45; --fk-blue-deep:#0F2138; --fk-blue-light:#2A4F7F;
  --fk-gold:#C8A45C; --fk-gold-dark:#B08F48; --fk-green:#3D6B4E; --fk-error:#A63D3D;
  --fk-ink:#1F2937; --fk-ink-2:rgba(31,41,55,.72); --fk-ink-3:rgba(31,41,55,.5);
  --fk-cream-text:#F6F0E4; --fk-cream-text-2:#e6dcc8;
  --fk-line:rgba(31,41,55,.10); --fk-line-med:rgba(31,41,55,.18); --fk-line-gold:rgba(200,164,92,.5);
  /* on-navy (sidebar) */
  --fk-on-navy:rgba(244,239,228,.74); --fk-on-navy-hi:#F6F0E4; --fk-on-navy-line:rgba(255,255,255,.09);
  /* families */
  --serif:"Fraunces", Georgia, "Times New Roman", serif;
  --sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono:"JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;
  /* depth — soft & low only, like the DS */
  --fk-shadow-sm:0 1px 3px rgba(31,41,55,.05); --fk-shadow:0 6px 24px rgba(31,41,55,.07);
  --fk-shadow-lg:0 18px 48px -22px rgba(21,42,69,.30);
  /* radii */
  --fk-r-sm:9px; --fk-r:14px; --fk-r-lg:22px; --fk-r-pill:100px;
  /* content measure */
  --fk-w:1120px;
}
body { margin: 0; font-family: var(--sans); color: var(--fk-ink); background: var(--fk-cream);
  line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; letter-spacing: -.01em; color: var(--fk-blue); }
:focus-visible { outline: 2px solid var(--fk-gold-dark); outline-offset: 2px; border-radius: 4px; }

/* Shared eyebrow — mono + rule, the marketing site's signature label mark. */
.fk-eyebrow { display: inline-flex; align-items: center; gap: .6em; font-family: var(--mono); font-weight: 500;
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--fk-gold-dark); }
.fk-eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .6; }

/* ─── Sign-in ───────────────────────────────────────────────────────────────
   Two-panel stage: the church's OWN photograph (media.hero_image_mobile →
   hero_image, local-path only) on the left under a navy split-tone scrim with
   the church name; a warm paper panel on the right with the FaithKit mark and
   the form. No photo configured → the navy panel renders alone (never a
   broken box). Under 900px the photo becomes a short band above the panel.
   LEFT INTACT — this screen already meets the studio bar. */
.fk-login { min-height: 100vh; min-height: 100dvh; background: #0f1720; color: #e8edf2; }
.login-stage { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); min-height: 100vh; min-height: 100dvh; }
.login-visual { position: relative; overflow: hidden; background: #14273f; isolation: isolate; }
.login-visual picture, .login-visual img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.login-visual img { object-fit: cover; object-position: 50% 42%; filter: saturate(.86) contrast(1.04); }
.login-visual::before { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(20,39,63,.28) 0%, rgba(20,39,63,.18) 40%, rgba(12,22,36,.86) 100%),
              linear-gradient(90deg, rgba(200,164,92,.10), transparent 55%); mix-blend-mode: normal; }
.login-visual.no-photo::before { background:
  radial-gradient(900px 520px at 20% 0%, rgba(200,164,92,.16), transparent 60%),
  radial-gradient(700px 600px at 90% 100%, rgba(30,58,95,.9), transparent 65%),
  linear-gradient(180deg, #17324f, #0f1f33); }
.login-visual .lv-text { position: absolute; left: clamp(1.4rem, 5vw, 3.6rem); right: clamp(1.4rem, 5vw, 3.6rem);
  bottom: clamp(1.6rem, 5vh, 3.4rem); z-index: 2; color: #f4efe6; }
.login-visual .lv-tag { font-family: var(--mono); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(232,205,150,.9); margin-bottom: .9rem; display: flex; align-items: center; gap: .6rem; }
.login-visual .lv-tag::before { content: ""; width: 22px; height: 1px; background: rgba(232,205,150,.7); }
.login-visual .lv-name { font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1.08; letter-spacing: -.012em; margin: 0; text-wrap: balance; color: #f4efe6; }
.login-visual .lv-tagline { font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1rem, 1.35vw, 1.2rem); color: rgba(244,239,230,.78); margin: .55rem 0 0; }

.login-panel { display: grid; place-items: center; padding: clamp(1.6rem, 5vw, 4rem) clamp(1.2rem, 5vw, 3.5rem);
  background: #f7f3ec; color: #1b2430;
  background-image: radial-gradient(800px 400px at 100% 0%, rgba(200,164,92,.10), transparent 60%); }
.login-card { width: 100%; max-width: 400px; }
.login-mark { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.8rem; text-decoration: none; color: inherit; }
.login-mark svg { display: block; flex: none; box-shadow: 0 6px 18px rgba(30,58,95,.22); border-radius: 10px; }
.login-mark .lm-txt { font-family: var(--mono); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: #6b7684; }
.login-brand { font-family: var(--serif); font-weight: 500; font-size: 1.95rem; line-height: 1.12; letter-spacing: -.012em; color: #1b2430; }
.login-sub { font-family: var(--serif); font-style: italic; color: #5c6774; margin: .35rem 0 1.6rem; font-size: 1.02rem; }
.login-card label { display: block; font-family: var(--mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  color: #5c6774; margin-bottom: .5rem; }
.login-card input { width: 100%; padding: .85rem .95rem; border-radius: 10px; font: inherit; font-size: 1rem;
  border: 1px solid #d9d2c4; background: #fffdf9; color: #1b2430; transition: border-color .18s, box-shadow .18s; }
.login-card input:focus { outline: none; border-color: var(--fk-primary); box-shadow: 0 0 0 3px rgba(30,58,95,.16); }
.login-card button { width: 100%; margin-top: 1.1rem; padding: .9rem; border: 0; border-radius: 10px; font: inherit;
  font-weight: 600; font-size: 1rem; cursor: pointer; color: #fff; background: var(--fk-primary);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.14), 0 8px 22px rgba(30,58,95,.22); transition: transform .18s, box-shadow .18s, background .18s; }
.login-card button:hover { transform: translateY(-1px); box-shadow: inset 0 -2px 0 rgba(0,0,0,.14), 0 12px 26px rgba(30,58,95,.28); }
.login-card button:active { transform: none; }
.login-err { background: #fbe9e7; border: 1px solid #e8b4ad; color: #8a2f25; padding: .65rem .85rem; border-radius: 9px;
  margin-bottom: 1rem; font-size: .92rem; }
.login-foot { margin-top: 1.4rem; color: #6b7684; font-size: .84rem; line-height: 1.55; }
.login-foot b { font-family: var(--mono); font-weight: 500; color: #1b2430; background: rgba(200,164,92,.18);
  padding: .08em .4em; border-radius: 5px; letter-spacing: .02em; }
.login-back { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1.6rem; color: #6b7684;
  text-decoration: none; font-size: .84rem; }
.login-back:hover { color: var(--fk-primary); }
.login-back svg { width: 14px; height: 14px; }
.login-powered { margin-top: 2.2rem; font-family: var(--mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: #9aa4b0; }

@media (max-width: 900px) {
  .login-stage { grid-template-columns: 1fr; grid-template-rows: minmax(38vh, auto) 1fr; }
  .login-visual { min-height: 38vh; }
  .login-visual .lv-text { bottom: 1.3rem; }
  .login-panel { align-content: start; padding-top: 2rem; }
  .login-brand { display: none; } /* the name is already on the photo band */
  .login-sub { margin-top: 0; }
}
@media (prefers-reduced-motion: reduce) { .login-card button { transition: none; } }

/* ══════════════════════════════════════════════════════════════════════════
   APP SHELL — a designed console: a navy branded rail beside a warm cream
   canvas (the same navy/paper split as the sign-in stage), so the whole admin
   reads as one editorial system rather than a wall of stacked forms.
   ══════════════════════════════════════════════════════════════════════════ */
.fk-app { display: grid; grid-template-columns: 264px 1fr; min-height: 100vh; }

/* ── The rail ── */
.fk-side { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column;
  background: linear-gradient(180deg, var(--fk-blue-dark) 0%, var(--fk-blue-deep) 100%);
  border-right: 1px solid rgba(0,0,0,.28); color: var(--fk-on-navy);
  padding: 1.5rem 0 1.1rem; overflow-y: auto; }
/* faint gold light in the top corner — matches the marketing hero's ambient wash */
.fk-side::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(420px 260px at 12% -4%, rgba(200,164,92,.12), transparent 62%); }
.fk-side > * { position: relative; }

.fk-side-head { padding: 0 1.35rem 1.2rem; margin-bottom: .4rem; border-bottom: 1px solid var(--fk-on-navy-line); }
.fk-side-brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: inherit; }
.fk-side-brand svg { display: block; flex: none; border-radius: 9px; box-shadow: 0 6px 16px rgba(0,0,0,.3); }
.fk-side-brand-txt { font-family: var(--serif); font-weight: 600; font-size: 1.28rem; letter-spacing: -.01em; color: var(--fk-on-navy-hi); }
.fk-side-brand-txt b { color: var(--fk-gold); font-weight: 600; }
.fk-side-church { margin-top: .7rem; font-family: var(--mono); font-size: .62rem; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(244,239,228,.5); line-height: 1.5; }
.fk-side-church b { display: block; font-family: var(--serif); font-size: 1rem; font-weight: 500; letter-spacing: -.01em;
  text-transform: none; color: rgba(244,239,228,.86); margin-top: .2rem; }

.fk-nav { display: flex; flex-direction: column; gap: 1px; padding: .3rem .7rem; flex: 1; }
.fk-nav-group { display: flex; flex-direction: column; gap: 1px; }
.fk-nav-group + .fk-nav-group { margin-top: 1.1rem; }
.fk-nav-eyebrow { font-family: var(--mono); font-size: .58rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(200,164,92,.72); padding: .1rem .7rem .45rem; }
.fk-nav-item { display: flex; align-items: center; gap: .7rem; padding: .58rem .7rem; border-radius: 10px;
  color: var(--fk-on-navy); text-decoration: none; font-size: .93rem; font-weight: 500;
  transition: background .18s, color .18s; }
.fk-nav-item:hover { background: rgba(255,255,255,.06); color: var(--fk-on-navy-hi); }
.fk-nav-item.is-active { background: linear-gradient(90deg, rgba(200,164,92,.18), rgba(200,164,92,.03));
  color: #fff; box-shadow: inset 3px 0 0 var(--fk-gold); }
/* Drawn SVG icons — fixed box so every nav row aligns on the same optical grid. */
.fk-nav-ic { flex: 0 0 20px; width: 20px; height: 20px; display: inline-flex;
  align-items: center; justify-content: center; color: rgba(200,164,92,.62); transition: color .18s; }
.fk-nav-ic svg { width: 20px; height: 20px; display: block; }
.fk-nav-item:hover .fk-nav-ic { color: rgba(232,205,150,.95); }
.fk-nav-item.is-active .fk-nav-ic { color: var(--fk-gold); }

.fk-side-foot { padding: .9rem 1.35rem 0; margin-top: .8rem; border-top: 1px solid var(--fk-on-navy-line); }
.fk-logout { display: inline-flex; align-items: center; gap: .4rem; color: rgba(244,239,228,.7);
  text-decoration: none; font-size: .86rem; font-weight: 500; }
.fk-logout:hover { color: #fff; }
.fk-side-telem { margin-top: .8rem; font-family: var(--mono); font-size: .56rem; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(244,239,228,.34); }

/* ── The canvas ── */
.fk-main { min-width: 0; background: var(--fk-cream);
  background-image: radial-gradient(1200px 480px at 100% -6%, rgba(200,164,92,.06), transparent 60%); }
.fk-topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem clamp(1.2rem, 4vw, 2.2rem); border-bottom: 1px solid var(--fk-line); position: sticky; top: 0;
  background: rgba(250,249,245,.86); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); z-index: 5; }
.fk-topbar-title { min-width: 0; }
.fk-topbar-eyebrow { font-family: var(--mono); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--fk-ink-3); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fk-topbar h1 { margin: .15rem 0 0; font-size: 1.4rem; line-height: 1.1; color: var(--fk-blue); }
.fk-view-site { display: inline-flex; align-items: center; gap: .5rem; white-space: nowrap; flex-shrink: 0;
  font-family: var(--sans); font-size: .74rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--fk-blue); text-decoration: none; padding: .55rem .95rem; border-radius: var(--fk-r-pill);
  border: 1px solid var(--fk-line-med); background: var(--fk-white); transition: border-color .2s, color .2s, background .2s, transform .2s; }
.fk-view-site:hover { border-color: var(--fk-gold); color: var(--fk-gold-dark); transform: translateY(-1px); }
.fk-view-site svg { width: 15px; height: 15px; display: block; flex-shrink: 0; }

.fk-panel { max-width: var(--fk-w); margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.6rem) clamp(1.2rem, 4vw, 2.2rem) 3.2rem; }

/* ── Mobile shell controls (hidden on desktop; drawer wiring in @media) ── */
.fk-navtoggle { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.fk-scrim { display: none; }
.fk-hamburger { display: none; }
.fk-side-close { display: none; }
.fk-hamburger span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--fk-blue);
  transition: background .2s; }
.fk-hamburger span + span { margin-top: 4px; }

/* ══════════════════════════════════════════════════════════════════════════
   DASHBOARD — the landing. A welcome band, real stat cards, and clear entry
   points, so the first screen makes the product feel finished.
   ══════════════════════════════════════════════════════════════════════════ */
.fk-dash-hero { position: relative; margin-bottom: 2.2rem; padding-top: .4rem; overflow: hidden; }
.fk-dash-hero .fk-wm { position: absolute; top: -.35em; left: -.02em; z-index: 0; pointer-events: none; user-select: none;
  font-family: var(--serif); font-weight: 500; font-size: clamp(78px, 15vw, 168px); line-height: .82;
  letter-spacing: -.04em; color: rgba(31,41,55,.045); }
.fk-dash-hero > *:not(.fk-wm) { position: relative; z-index: 1; }
.fk-dash-hero .fk-eyebrow { margin-bottom: .9rem; }
.fk-dash-title { font-size: clamp(2rem, 3.6vw, 2.9rem); line-height: 1.05; letter-spacing: -.02em; margin: 0; max-width: 20ch; }
.fk-dash-lead { font-family: var(--serif); font-style: italic; font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  color: var(--fk-ink-2); margin: .8rem 0 0; max-width: 52ch; line-height: 1.5; }

/* Stat cards — icon + big serif number + label, on a soft-shadowed white card. */
.fk-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.1rem; }
.fk-card { display: flex; flex-direction: column; gap: .1rem; padding: 1.4rem 1.5rem 1.5rem; border-radius: var(--fk-r);
  text-decoration: none; background: var(--fk-white); border: 1px solid var(--fk-line); color: var(--fk-ink);
  box-shadow: var(--fk-shadow-sm); position: relative; overflow: hidden;
  transition: transform .3s var(--fk-e, cubic-bezier(.22,1,.36,1)), border-color .3s, box-shadow .3s; }
.fk-card:hover { transform: translateY(-3px); border-color: var(--fk-line-gold); box-shadow: var(--fk-shadow); }
.fk-card-ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; margin-bottom: .9rem;
  background: rgba(200,164,92,.14); color: var(--fk-gold-dark); }
.fk-card-ic svg { width: 21px; height: 21px; display: block; }
.fk-card-n { font-family: var(--serif); font-size: 2.3rem; font-weight: 500; color: var(--fk-blue); line-height: 1;
  font-variant-numeric: tabular-nums; }
.fk-card-l { color: var(--fk-ink-2); font-size: .9rem; margin-top: .35rem; }
.fk-card-go { position: absolute; top: 1.3rem; right: 1.3rem; color: var(--fk-ink-3); opacity: 0;
  transform: translate(-3px,3px); transition: opacity .25s, transform .25s, color .25s; }
.fk-card-go svg { width: 16px; height: 16px; display: block; }
.fk-card:hover .fk-card-go { opacity: 1; transform: none; color: var(--fk-gold-dark); }

/* Lower dashboard: two designed blocks — first steps + jump-to. */
.fk-dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 2.2rem; align-items: start; }
.fk-block { background: var(--fk-white); border: 1px solid var(--fk-line); border-radius: var(--fk-r);
  box-shadow: var(--fk-shadow-sm); padding: 1.5rem 1.6rem 1.6rem; }
.fk-block-h { margin-bottom: 1.1rem; }
.fk-block-h .fk-eyebrow { margin-bottom: .5rem; }
.fk-block-h h2 { font-size: 1.3rem; margin: 0; }

.fk-checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .55rem; }
.fk-checklist li { display: flex; align-items: flex-start; gap: .7rem; color: var(--fk-ink-2); line-height: 1.45; font-size: .95rem; }
.fk-check { flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  margin-top: .05rem; }
.fk-check svg { width: 14px; height: 14px; display: block; }
.fk-check.is-done { background: rgba(61,107,78,.14); color: var(--fk-green); }
.fk-check.is-todo { background: var(--fk-warm); color: var(--fk-ink-3); }
.fk-check.is-todo svg { width: 8px; height: 8px; }
.fk-checklist li.is-done-row { color: var(--fk-ink); }

/* Jump-to entry points — one row per section, arrow on hover. */
.fk-jump { display: flex; flex-direction: column; gap: 2px; }
.fk-jump a { display: flex; align-items: center; gap: .8rem; padding: .7rem .7rem; border-radius: 10px;
  text-decoration: none; color: var(--fk-ink); transition: background .18s; }
.fk-jump a:hover { background: var(--fk-ivory); }
.fk-jump-ic { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center;
  background: var(--fk-ivory); color: var(--fk-blue); transition: background .18s, color .18s; }
.fk-jump-ic svg { width: 18px; height: 18px; display: block; }
.fk-jump a:hover .fk-jump-ic { background: rgba(200,164,92,.16); color: var(--fk-gold-dark); }
.fk-jump-label { flex: 1; font-weight: 500; font-size: .95rem; }
.fk-jump-arw { color: var(--fk-ink-3); opacity: 0; transform: translateX(-4px); transition: opacity .18s, transform .18s; }
.fk-jump-arw svg { width: 15px; height: 15px; display: block; }
.fk-jump a:hover .fk-jump-arw { opacity: 1; transform: none; color: var(--fk-gold-dark); }

/* ── Placeholder panels ── */
.fk-soon { max-width: 620px; background: var(--fk-white); border: 1px solid var(--fk-line); border-radius: var(--fk-r);
  box-shadow: var(--fk-shadow-sm); padding: 2rem 2.1rem; }
.fk-soon h2 { margin-top: 0; }
.fk-soon p { color: var(--fk-ink-2); line-height: 1.6; }
.fk-soon-tag { display: inline-block; margin-top: .6rem; padding: .28rem .8rem; border-radius: 999px;
  background: rgba(200,164,92,.12); color: var(--fk-gold-dark); border: 1px solid var(--fk-line-gold);
  font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }

/* ══════════════════════════════════════════════════════════════════════════
   SECTION SCAFFOLD — one grammar for every panel: a mono note lead, cards on
   the warm canvas, consistent headers and spacing rhythm.
   ══════════════════════════════════════════════════════════════════════════ */
.fk-note { color: var(--fk-ink-2); font-size: .95rem; line-height: 1.55; max-width: 66ch; margin: 0 0 1.4rem; }

.fk-set-group { margin: 0 0 1.4rem; padding: 1.5rem 1.6rem; border: 1px solid var(--fk-line); border-radius: var(--fk-r);
  background: var(--fk-white); box-shadow: var(--fk-shadow-sm); max-width: 780px; }
.fk-set-group h3 { margin: 0 0 1.1rem; font-size: 1.16rem; font-weight: 500; color: var(--fk-blue);
  padding-bottom: .8rem; border-bottom: 1px solid var(--fk-line); }
.fk-set-group dl { display: grid; grid-template-columns: 130px 1fr; gap: .5rem 1rem; margin: 0; }
.fk-set-group dt { color: var(--fk-ink-3); font-size: .9rem; }
.fk-set-group dd { margin: 0; }
.fk-swatch { display: inline-block; width: 14px; height: 14px; border-radius: 4px; margin-right: .5rem;
  vertical-align: -2px; border: 1px solid var(--fk-line-med); }
.fk-toggles { display: flex; flex-wrap: wrap; gap: .5rem; }
.fk-toggle { display: inline-flex; align-items: center; gap: .5rem; padding: .35rem .7rem; border-radius: 999px;
  font-size: .85rem; border: 1px solid var(--fk-line-med); color: var(--fk-ink-2); }
.fk-toggle b { font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; }
.fk-toggle.on b { color: var(--fk-green); }
.fk-toggle.off { opacity: .6; }
.fk-svc { list-style: none; padding: 0; margin: 0; line-height: 1.9; color: var(--fk-ink-2); }

/* ── flash + CRUD panels ── */
.fk-flash { max-width: var(--fk-w); width: calc(100% - 2*clamp(1.2rem, 4vw, 2.2rem)); margin: 1.4rem auto -.4rem;
  padding: .8rem 1.1rem; border-radius: var(--fk-r-sm); font-size: .92rem;
  background: rgba(61,107,78,.1); border: 1px solid rgba(61,107,78,.32); color: #2c5540;
  display: flex; align-items: center; gap: .6rem; }

.fk-crud { display: grid; grid-template-columns: 1fr 330px; gap: 1.8rem; align-items: start; }
.fk-crud-stats { display: flex; gap: 1.6rem; margin-bottom: 1.1rem; color: var(--fk-ink-2); font-size: .9rem; }
.fk-crud-stats span { display: inline-flex; align-items: baseline; gap: .4rem; }
.fk-crud-stats strong { color: var(--fk-blue); font-family: var(--serif); font-size: 1.5rem; font-weight: 500;
  line-height: 1; font-variant-numeric: tabular-nums; }
.fk-crud-h { font-family: var(--mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .16em;
  color: var(--fk-gold-dark); margin: 1.6rem 0 .8rem; display: flex; align-items: center; gap: .6em; }
.fk-crud-h::before { content: ""; width: 24px; height: 1px; background: currentColor; opacity: .5; }
.fk-crud-h--muted { color: var(--fk-ink-3); }
.fk-empty { padding: 2.2rem; text-align: center; color: var(--fk-ink-3); border: 1px dashed var(--fk-line-med);
  border-radius: var(--fk-r); background: var(--fk-ivory); }

.fk-prayer-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .7rem; }
.fk-prayer { display: flex; gap: 1rem; align-items: flex-start; justify-content: space-between;
  padding: 1.1rem 1.2rem; border: 1px solid var(--fk-line); border-radius: var(--fk-r);
  background: var(--fk-white); box-shadow: var(--fk-shadow-sm); transition: border-color .25s, box-shadow .25s; }
.fk-prayer:hover { border-color: var(--fk-line-gold); box-shadow: var(--fk-shadow); }
.fk-prayer.is-answered { background: var(--fk-ivory); box-shadow: none; opacity: .82; }
.fk-prayer.is-answered .fk-prayer-req { text-decoration: line-through; text-decoration-color: var(--fk-ink-3); color: var(--fk-ink-2); }
.fk-prayer-req { color: var(--fk-ink); line-height: 1.5; }
.fk-prayer-meta { color: var(--fk-ink-3); font-size: .8rem; margin-top: .4rem; }
.fk-prayer-actions { display: flex; gap: .45rem; flex-shrink: 0; }
.fk-prayer-actions form { margin: 0; }

/* Row action buttons — two shapes off one base: a labelled pill and a square
   icon-only. Both ≥36px on desktop, ≥44px on a phone. Secondary style. */
.fk-btn-sm { display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  min-height: 36px; padding: .4rem .8rem; border-radius: var(--fk-r-sm); border: 1px solid var(--fk-line-med);
  background: var(--fk-white); color: var(--fk-ink-2); font-size: .82rem; font-family: inherit; font-weight: 500;
  line-height: 1; cursor: pointer; white-space: nowrap; text-decoration: none;
  transition: background .18s, border-color .18s, color .18s, transform .12s; }
.fk-btn-sm svg { width: 15px; height: 15px; display: block; flex-shrink: 0; }
.fk-btn-sm:hover { background: var(--fk-ivory); color: var(--fk-blue); border-color: var(--fk-line-med); }
.fk-btn-sm:focus-visible { outline: 2px solid var(--fk-gold-dark); outline-offset: 2px; }
.fk-btn-sm:active { transform: translateY(1px); }
.fk-btn-ico { width: 36px; min-width: 36px; padding: 0; gap: 0; }
.fk-btn-ico svg { width: 17px; height: 17px; }
.fk-btn-ok:hover { border-color: rgba(61,107,78,.55); color: var(--fk-green); background: rgba(61,107,78,.08); }
.fk-btn-del:hover { border-color: rgba(166,61,61,.5); color: var(--fk-error); background: rgba(166,61,61,.07); }

/* Section heading with a drawn mark (radio auto-slice). */
.fk-h3-ic { display: inline-flex; vertical-align: -3px; margin-right: .45rem; color: var(--fk-gold-dark); }
.fk-h3-ic svg { width: 17px; height: 17px; display: block; }

.fk-crud-aside { position: sticky; top: 96px; }
.fk-form-card { padding: 1.5rem; border: 1px solid var(--fk-line); border-radius: var(--fk-r);
  background: var(--fk-white); box-shadow: var(--fk-shadow-sm); }
.fk-form-card h3 { margin: 0 0 1.1rem; font-size: 1.12rem; font-weight: 500; color: var(--fk-blue);
  padding-bottom: .8rem; border-bottom: 1px solid var(--fk-line); }
.fk-form-card label { display: block; font-family: var(--mono); font-size: .64rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fk-ink-2); margin: 1rem 0 .4rem; }
.fk-form-card .fk-opt { color: var(--fk-ink-3); letter-spacing: .08em; }
.fk-form-card input, .fk-form-card textarea, .fk-form-card select {
  width: 100%; box-sizing: border-box; padding: .7rem .8rem; border-radius: var(--fk-r-sm);
  border: 1.5px solid var(--fk-line-med); background: var(--fk-white); color: var(--fk-ink);
  font-size: .95rem; font-family: inherit; transition: border-color .18s, box-shadow .18s; }
.fk-form-card input::placeholder, .fk-form-card textarea::placeholder { color: rgba(31,41,55,.36); }
.fk-form-card input:focus, .fk-form-card textarea:focus, .fk-form-card select:focus {
  outline: none; border-color: var(--fk-blue); box-shadow: 0 0 0 3px rgba(30,58,95,.12); }
.fk-form-card textarea { resize: vertical; }

/* Primary action — solid gold, dark ink, the one loud button per view. */
.fk-btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  margin-top: 1.3rem; width: 100%; padding: .8rem 1.2rem; border: 0; border-radius: var(--fk-r-sm);
  background: var(--fk-gold); color: #241a08; font-weight: 700; font-size: .92rem; font-family: inherit;
  letter-spacing: .01em; cursor: pointer; box-shadow: 0 10px 26px -14px rgba(200,164,92,.7);
  transition: background .18s, transform .18s, box-shadow .18s; }
.fk-btn-primary:hover { background: var(--fk-gold-dark); transform: translateY(-1px); box-shadow: 0 14px 30px -14px rgba(176,143,72,.75); }
.fk-btn-primary:active { transform: none; }

/* ── members table + editable settings ── */
.fk-table { width: 100%; border-collapse: collapse; background: var(--fk-white); border: 1px solid var(--fk-line);
  border-radius: var(--fk-r); box-shadow: var(--fk-shadow-sm); overflow: hidden; }
.fk-table thead th { text-align: left; font-family: var(--mono); font-size: .64rem; text-transform: uppercase;
  letter-spacing: .12em; color: var(--fk-ink-3); padding: .85rem 1rem; background: var(--fk-ivory);
  border-bottom: 1px solid var(--fk-line); }
.fk-table td { padding: .85rem 1rem; border-bottom: 1px solid var(--fk-line); font-size: .93rem; color: var(--fk-ink-2); }
.fk-table tbody tr:last-child td { border-bottom: 0; }
.fk-table tr:hover td { background: rgba(200,164,92,.05); }
.fk-td-strong { font-weight: 600; color: var(--fk-blue); }
.fk-td-muted { color: var(--fk-ink-3); }
.fk-td-actions { text-align: right; width: 1%; white-space: nowrap; }
.fk-td-actions form { display: inline; margin: 0; }

.fk-settings-form { max-width: 780px; }
.fk-set-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.1rem; }
.fk-set-grid .fk-span2 { grid-column: 1 / -1; }
.fk-set-grid label, .fk-set-row label { display: block; font-family: var(--mono); font-size: .64rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--fk-ink-2); margin-bottom: .4rem; }
.fk-set-grid input, .fk-set-grid textarea, .fk-set-row input, .fk-set-row select {
  width: 100%; box-sizing: border-box; padding: .7rem .8rem; border-radius: var(--fk-r-sm);
  border: 1.5px solid var(--fk-line-med); background: var(--fk-white); color: var(--fk-ink);
  font-size: .95rem; font-family: inherit; transition: border-color .18s, box-shadow .18s; }
.fk-set-grid input::placeholder, .fk-set-grid textarea::placeholder, .fk-set-row input::placeholder { color: rgba(31,41,55,.36); }
.fk-set-grid textarea { line-height: 1.45; min-height: 2.8rem; resize: vertical; display: block; }
.fk-set-grid input[type="color"] { height: 46px; padding: .25rem; cursor: pointer; }
.fk-set-row { display: grid; grid-template-columns: 1.6fr 1.1fr .9fr .9fr; gap: .9rem 1.1rem; margin-bottom: .9rem; }
.fk-set-row:last-of-type { margin-bottom: 0; }
.fk-set-row input, .fk-set-row select { min-height: 44px; }
.fk-set-row select { appearance: none; -webkit-appearance: none; padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%235c6774' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .75rem center; }
.fk-set-row input[type="time"] { color-scheme: light; }
.fk-set-grid input:focus, .fk-set-grid textarea:focus, .fk-set-row input:focus, .fk-set-row select:focus {
  outline: none; border-color: var(--fk-blue); box-shadow: 0 0 0 3px rgba(30,58,95,.12); }
.fk-set-note { margin: -.1rem 0 1rem; font-size: .88rem; line-height: 1.55; color: var(--fk-ink-2); max-width: 64ch; }
.fk-set-note code { font-family: var(--mono); font-size: .8rem; color: var(--fk-blue); background: var(--fk-ivory);
  border: 1px solid var(--fk-line); border-radius: 5px; padding: .06rem .38rem; }

.fk-feat-toggles { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .7rem 1.1rem; }
.fk-switch { display: flex; align-items: center; gap: .65rem; cursor: pointer; user-select: none;
  padding: .7rem .9rem; border: 1px solid var(--fk-line); border-radius: var(--fk-r-sm); background: var(--fk-ivory);
  transition: border-color .18s, background .18s; }
.fk-switch:hover { border-color: var(--fk-line-med); }
.fk-switch:has(input:checked) { border-color: var(--fk-line-gold); background: rgba(200,164,92,.08); }
.fk-switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.fk-switch-track { width: 38px; height: 22px; border-radius: 999px; background: #cdc6b6; position: relative;
  transition: background .2s; flex-shrink: 0; }
.fk-switch-track::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--fk-white); box-shadow: 0 1px 2px rgba(0,0,0,.2); transition: transform .2s; }
.fk-switch input:checked + .fk-switch-track { background: var(--fk-gold); }
.fk-switch input:checked + .fk-switch-track::after { transform: translateX(16px); }
.fk-switch input:focus-visible + .fk-switch-track { outline: 2px solid var(--fk-gold-dark); outline-offset: 2px; }
.fk-switch-label { font-size: .92rem; color: var(--fk-ink); font-weight: 500; }
.fk-settings-actions { display: flex; align-items: center; gap: 1rem; margin-top: 1.9rem; flex-wrap: wrap; }
.fk-chip-audio { display: inline-flex; align-items: center; gap: .25rem; font-family: var(--mono); font-size: .62rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--fk-gold-dark);
  border: 1px solid var(--fk-line-gold); border-radius: 5px; padding: .12rem .4rem; margin-left: .4rem; vertical-align: middle; }
.fk-chip-audio svg { width: 10px; height: 10px; display: block; flex-shrink: 0; }

/* ── radio playlist ── */
.fk-radio-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .7rem; }
.fk-radio-track { display: flex; align-items: center; gap: 1rem; padding: .9rem 1.1rem; border: 1px solid var(--fk-line);
  border-radius: var(--fk-r); background: var(--fk-white); box-shadow: var(--fk-shadow-sm); transition: border-color .2s, box-shadow .2s; }
.fk-radio-track:hover { border-color: var(--fk-line-gold); box-shadow: var(--fk-shadow); }
.fk-radio-num { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(200,164,92,.16); color: var(--fk-gold-dark); font-family: var(--mono); font-size: .76rem;
  font-weight: 500; flex-shrink: 0; }
.fk-radio-body { flex: 1; min-width: 0; }
.fk-radio-rename { display: flex; align-items: center; gap: .4rem; margin: 0 0 .35rem -.4rem; }
.fk-radio-title { flex: 1; min-width: 0; width: 100%; box-sizing: border-box; margin: 0; padding: .25rem .4rem;
  border: 0; border-bottom: 1px solid transparent; border-radius: 6px 6px 0 0; background: transparent;
  color: var(--fk-blue); font: inherit; font-family: var(--serif); font-weight: 500; font-size: 1.02rem; line-height: 1.3;
  transition: border-color .18s, background .18s; }
.fk-radio-title:hover { border-bottom-color: var(--fk-line-med); }
.fk-radio-title:focus { outline: none; background: var(--fk-ivory); border-bottom-color: var(--fk-gold); }
.fk-radio-rename .fk-btn-sm { opacity: 0; pointer-events: none; transition: opacity .18s, background .18s, border-color .18s, color .18s; }
.fk-radio-track:hover .fk-radio-rename .fk-btn-sm,
.fk-radio-rename:focus-within .fk-btn-sm { opacity: 1; pointer-events: auto; }
.fk-radio-body audio { width: 100%; height: 34px; }
.fk-radio-ctl { display: flex; gap: .4rem; flex-shrink: 0; }
.fk-radio-ctl form { margin: 0; }
.fk-form-card input[type="file"] { padding: .55rem; font-size: .85rem; border-style: dashed; background: var(--fk-ivory); }
.fk-slice-card { border-color: var(--fk-line-gold); background: linear-gradient(180deg, rgba(200,164,92,.08), var(--fk-white)); }
.fk-crud-aside .fk-form-card + .fk-form-card { margin-top: 1.1rem; }
.fk-card-lead { margin: -.4rem 0 1rem; font-size: .88rem; line-height: 1.55; color: var(--fk-ink-2); }
.fk-card-hint { margin-top: .7rem; font-size: .8rem; line-height: 1.5; color: var(--fk-ink-3); }
.fk-card-lead code, .fk-card-hint code { font-family: var(--mono); font-size: .78rem; color: var(--fk-blue);
  background: var(--fk-ivory); border: 1px solid var(--fk-line); border-radius: 5px; padding: .05rem .38rem; }
/* Host can't slice (no /usr/bin/ffmpeg): same card, gold rule dropped, said plainly. */
.fk-slice-card.is-off { border-color: var(--fk-line); background: var(--fk-white); }
.fk-slice-card.is-off .fk-h3-ic { color: var(--fk-ink-3); }
.fk-slice-card.is-off .fk-card-lead { margin-bottom: .7rem; }
.fk-slice-card.is-off .fk-card-hint { margin-top: 0; }

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — the phone. Nav becomes an off-canvas drawer; the content is the
   page; tables reflow to cards; every tap target grows to 44px.
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 820px) {
  .fk-app { display: block; }

  .fk-topbar { gap: .9rem; padding: .85rem 1.1rem; }
  .fk-topbar h1 { font-size: 1.12rem; }
  .fk-topbar-eyebrow { font-size: .56rem; }
  .fk-hamburger { display: inline-grid; place-items: center; flex-shrink: 0;
    width: 44px; height: 44px; border-radius: 11px; border: 1px solid var(--fk-line-med);
    background: var(--fk-white); cursor: pointer; box-shadow: var(--fk-shadow-sm); }
  .fk-hamburger:hover { background: var(--fk-ivory); }

  /* Drawer — the navy rail slides in over a scrim. */
  .fk-side { position: fixed; top: 0; left: 0; bottom: 0; z-index: 40;
    width: 288px; max-width: 86vw; height: 100%; overflow-y: auto;
    transform: translateX(-100%); transition: transform .28s ease;
    box-shadow: 0 0 60px rgba(4,9,15,.5); padding: 1.4rem 0 1.1rem; }
  .fk-nav-item { padding: .8rem .9rem; font-size: 1rem; }

  /* Backdrop */
  .fk-scrim { display: block; position: fixed; inset: 0; z-index: 30;
    background: rgba(4,9,15,.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
    opacity: 0; pointer-events: none; transition: opacity .28s ease; }

  /* Open state (CSS-only; each nav tap is a page load, so it resets closed) */
  #fk-navtoggle:checked ~ .fk-side { transform: none; }
  #fk-navtoggle:checked ~ .fk-scrim { opacity: 1; pointer-events: auto; }
  /* The page must not scroll away under an open drawer. */
  html:has(#fk-navtoggle:checked), html:has(#fk-navtoggle:checked) body { overflow: hidden; }

  /* A visible way out, inside the drawer — top-right of the head, 44px. */
  .fk-side-head { position: relative; padding-right: 4rem; }
  .fk-side-close { display: inline-grid; place-items: center; position: absolute; top: -.35rem; right: 1rem;
    width: 44px; height: 44px; border-radius: 11px; color: var(--fk-on-navy); cursor: pointer;
    border: 1px solid var(--fk-on-navy-line); background: rgba(255,255,255,.04); transition: background .18s, color .18s; }
  .fk-side-close:hover { background: rgba(255,255,255,.09); color: var(--fk-on-navy-hi); }
  .fk-side-close svg { width: 20px; height: 20px; display: block; }

  .fk-panel { padding: 1.4rem 1.15rem 2.6rem; }
  .fk-crud { grid-template-columns: 1fr; gap: 1.4rem; }
  .fk-crud-aside { position: static; }
  .fk-dash-grid { grid-template-columns: 1fr; }

  /* Nothing may inflate the document. Grid/flex items default to min-width:auto,
     which lets a wide child push the whole page sideways. */
  .fk-main, .fk-crud, .fk-crud-main, .fk-crud-aside { min-width: 0; }

  /* Rows become cards. A four-column table on a 375px screen is a sideways
     swipe with the delete button parked off-screen; the same data as a card
     reads top-to-bottom with the control under the thumb. Markup stays a real
     <table> — this is presentation only, and desktop is untouched. */
  .fk-table { display: block; width: 100%; overflow: visible; white-space: normal;
    border: 0; box-shadow: none; background: none; border-radius: 0; }
  .fk-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden;
    clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .fk-table tbody, .fk-table tr, .fk-table td { display: block; }
  .fk-table tr { position: relative; padding: 1rem 1.1rem; margin-bottom: .7rem;
    border: 1px solid var(--fk-line); border-radius: var(--fk-r);
    background: var(--fk-white); box-shadow: var(--fk-shadow-sm); }
  .fk-table tr:hover td { background: none; }
  .fk-table td { border: 0; padding: .3rem 0; font-size: .93rem;
    display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
  .fk-table td::before { content: attr(data-label); flex: 0 0 auto;
    font-family: var(--mono); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: var(--fk-ink-3); }

  /* Card title: full width, no label, cleared of the pinned action button. */
  .fk-table .fk-td-strong { display: block; font-family: var(--serif); font-size: 1.1rem; line-height: 1.35;
    padding: 0 52px .55rem 0; }
  .fk-table .fk-td-strong::before { display: none; }

  /* The row's control pins to the card's top-right corner. */
  .fk-table .fk-td-actions { position: absolute; top: .9rem; right: .9rem;
    width: auto; padding: 0; display: block; }
  .fk-table .fk-td-actions::before { display: none; }

  /* 44px minimum tap target — the phone is where these get pressed. */
  .fk-btn-sm { min-height: 44px; padding: .5rem .9rem; font-size: .88rem; }
  .fk-btn-ico { width: 44px; min-width: 44px; padding: 0; }
  .fk-btn-ico svg { width: 19px; height: 19px; }
  .fk-btn-sm svg { width: 16px; height: 16px; }

  /* Stack the prayer row: request gets full width, controls sit under it. */
  .fk-prayer { flex-direction: column; align-items: stretch; gap: .8rem; }
  .fk-prayer-actions { gap: .5rem; padding-top: .8rem; border-top: 1px solid var(--fk-line); }
  .fk-prayer-actions form { flex: 1; }
  .fk-prayer-actions form .fk-btn-sm:not(.fk-btn-ico) { width: 100%; }
  .fk-prayer-actions form:has(.fk-btn-ico) { flex: 0 0 auto; }

  /* Radio row reflow. */
  .fk-radio-ctl { gap: .5rem; }
  .fk-radio-track { flex-wrap: wrap; }
  .fk-radio-body { flex: 1 1 100%; order: 2; }
  .fk-radio-ctl { order: 3; margin-left: auto; }
  .fk-radio-rename .fk-btn-sm { opacity: 1; pointer-events: auto; }

  /* Settings fields stack — side-by-side pairs truncate the church name at 375px. */
  .fk-set-grid { grid-template-columns: 1fr; }
  .fk-feat-toggles { grid-template-columns: 1fr; }
  /* Service rows: name and day full width, starts | ends paired. */
  .fk-set-row { grid-template-columns: 1fr 1fr; gap: .7rem; margin-bottom: 1.2rem; padding-bottom: 1rem;
    border-bottom: 1px solid var(--fk-line); }
  .fk-set-row:last-of-type { border-bottom: 0; padding-bottom: 0; }
  .fk-set-row > div:nth-child(-n+2) { grid-column: 1 / -1; }
}

/* Narrow phones: the topbar's 340px must hold hamburger + title + link; the link becomes its icon. */
@media (max-width: 480px) {
  .fk-view-site { width: 44px; height: 44px; padding: 0; justify-content: center; gap: 0; }
  .fk-view-site span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .fk-view-site svg { width: 17px; height: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .fk-card, .fk-card-go, .fk-prayer, .fk-radio-track, .fk-view-site, .fk-btn-primary, .fk-btn-sm, .fk-jump-arw, .fk-jump-ic { transition: none; }
  .fk-card:hover, .fk-view-site:hover, .fk-btn-primary:hover { transform: none; }
}
