/* =========================================================
   MedMapa — design system (teal + koral, Sora/Inter)
   Świadomie inny od DentoMapy: ciemny hero, ostrzejsze karty,
   układ „kategorie-first", akcent koralowy.
   ========================================================= */

:root {
  --bg:          #F3F6F7;
  --surface:     #FFFFFF;
  --surface-2:   #F8FBFB;

  --teal-50:  #E7F5F5;
  --teal-100: #CBEAEA;
  --teal-200: #9CD8D9;
  --teal-400: #2FA7AE;
  --teal-500: #0E8F98;   /* primary */
  --teal-600: #0B747C;
  --teal-700: #0A5A61;
  --teal-900: #063038;   /* hero deep */

  --coral-50:  #FFEDE8;
  --coral-500: #FF6B54;  /* accent */
  --coral-600: #EE4F37;

  --ink:      #10262E;
  --ink-soft: #45606B;
  --muted:    #7C929C;
  --line:     #E2EAEC;
  --line-2:   #EEF3F4;

  --font-head: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --r-sm: 10px; --r: 14px; --r-lg: 20px;
  --shadow: 0 8px 24px -14px rgba(6,48,56,.35);
  --shadow-lg: 0 18px 44px -20px rgba(6,48,56,.45);

  --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-5: 24px; --sp-6: 32px; --sp-7: 48px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink-soft);
  font-family: var(--font-body); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; margin: 0; font-weight: 600; letter-spacing: -.01em; }
a { color: var(--teal-600); text-decoration: none; }
a:hover { color: var(--teal-700); }
img,svg { max-width: 100%; }
.container { width: 100%; max-width: 1140px; margin-inline: auto; padding-inline: 20px; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px 12px; border-radius: 8px; z-index: 50; }
.ic { display: inline-flex; }
.ic svg { width: 1em; height: 1em; }

/* ---------- Buttons ---------- */
.btn {
  --h: 48px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: var(--h); padding: 0 22px; border-radius: 999px; border: 1px solid transparent;
  font-family: var(--font-head); font-weight: 600; font-size: .98rem; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn--sm { --h: 40px; padding: 0 16px; font-size: .9rem; }
.btn--lg { --h: 54px; padding: 0 30px; font-size: 1.05rem; }
.btn--block { display: flex; width: 100%; margin-top: var(--sp-3); }
.btn--accent { background: var(--coral-500); color: #fff; box-shadow: 0 8px 20px -10px var(--coral-600); }
.btn--accent:hover { background: var(--coral-600); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; border-color: var(--teal-200); color: var(--teal-700); }
.btn--ghost:hover { border-color: var(--teal-500); color: var(--teal-700); background: var(--teal-50); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.9); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--font-head); font-size: 1.25rem; font-weight: 600; letter-spacing: -.02em; }
.brand strong { color: var(--teal-500); font-weight: 700; }
.brand__mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--teal-500), var(--teal-700)); color: #fff; }
.brand__mark svg { width: 20px; height: 20px; }
.brand--light .brand__text { color: #EAF6F6; }
.nav { display: flex; align-items: center; gap: var(--sp-5); }
.nav a { color: var(--ink-soft); font-weight: 500; font-size: .96rem; }
.nav a:hover, .nav a.is-active { color: var(--teal-700); }
.nav .btn { color: #fff; }

/* ---------- Hero (ciemny teal) ---------- */
.hero { position: relative; background: radial-gradient(120% 140% at 85% -10%, var(--teal-600), var(--teal-900) 60%); color: #DCEFEF; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 22px 22px; opacity: .5; pointer-events: none; }
.hero__inner { position: relative; z-index: 1; padding-block: var(--sp-7) var(--sp-7); max-width: 820px; }
.hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 700; margin-bottom: var(--sp-4); }
.hero h1 em { font-style: normal; color: var(--coral-500); }
.hero .lead { font-size: 1.12rem; color: #BFE0E0; margin-bottom: var(--sp-5); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-600); margin-bottom: var(--sp-3); }
.eyebrow--light { color: var(--coral-500); }

.searchbar { display: flex; gap: 8px; background: #fff; padding: 8px; border-radius: 16px; box-shadow: var(--shadow-lg); }
.searchbar__field { position: relative; flex: 1; display: flex; align-items: center; }
.searchbar__field--sel { flex: 0 0 240px; border-left: 1px solid var(--line); }
.searchbar__ic { position: absolute; left: 14px; color: var(--teal-500); font-size: 20px; pointer-events: none; }
.searchbar input, .searchbar select {
  width: 100%; border: 0; background: transparent; font: inherit; color: var(--ink);
  padding: 12px 12px 12px 44px; border-radius: 12px; outline: none; min-width: 0; appearance: none;
}
.searchbar input::placeholder { color: var(--muted); }
.searchbar .btn { flex: none; }
.hero__chips { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: var(--sp-4); font-size: .9rem; }
.hero__chips > span { color: #9FC9C9; }
.hero__chips a { background: rgba(255,255,255,.1); color: #EAF6F6; padding: 5px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); }
.hero__chips a:hover { background: rgba(255,255,255,.2); color: #fff; }

/* ---------- Sections ---------- */
.section { padding-block: var(--sp-7); }
.section--soft { background: var(--surface-2); border-block: 1px solid var(--line-2); }
.section-head { margin-bottom: var(--sp-5); }
.section-head h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }

/* ---------- Kategorie ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-4); }
.cat-card {
  position: relative; display: flex; align-items: center; gap: var(--sp-4);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  padding: var(--sp-4) var(--sp-5); color: var(--ink); overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cat-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--teal-500); transform: scaleY(0); transform-origin: bottom; transition: transform .2s ease; }
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--teal-200); color: var(--ink); }
.cat-card:hover::before { transform: scaleY(1); }
.cat-card__ic { display: grid; place-items: center; width: 48px; height: 48px; flex: none; border-radius: 12px; background: var(--teal-50); color: var(--teal-600); }
.cat-card__ic svg { width: 24px; height: 24px; }
.cat-card__body { display: flex; flex-direction: column; min-width: 0; }
.cat-card__name { font-family: var(--font-head); font-weight: 600; }
.cat-card__count { font-size: .85rem; color: var(--muted); }
.cat-card__arrow { margin-left: auto; color: var(--teal-400); font-size: 20px; opacity: 0; transform: translateX(-4px); transition: .2s ease; }
.cat-card:hover .cat-card__arrow { opacity: 1; transform: translateX(0); }

/* ---------- Placówki (karty) ---------- */
.fac-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-4); }
.fac-grid--2 { grid-template-columns: repeat(2, 1fr); }
.fac-card {
  display: flex; flex-direction: column; gap: var(--sp-3);
  background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--teal-500);
  border-radius: var(--r); padding: var(--sp-5); transition: transform .18s ease, box-shadow .18s ease;
}
.fac-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.fac-card__top { display: flex; align-items: center; gap: 8px; }
.fac-card__type { font-family: var(--font-head); font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--teal-700); background: var(--teal-50); padding: 4px 10px; border-radius: 999px; }
.pill-nfz { font-size: .72rem; font-weight: 700; letter-spacing: .04em; color: var(--coral-600); background: var(--coral-50); padding: 4px 9px; border-radius: 999px; }
.fac-card__name { font-size: 1.18rem; }
.fac-card__name a { color: var(--ink); }
.fac-card__name a:hover { color: var(--teal-600); }
.fac-card__addr { display: flex; align-items: flex-start; gap: 8px; margin: 0; font-size: .92rem; color: var(--ink-soft); }
.fac-card__addr .ic { color: var(--teal-500); margin-top: 2px; font-size: 18px; }
.fac-card__desc { margin: 0; font-size: .92rem; color: var(--muted); }
.fac-card__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { font-size: .78rem; color: var(--teal-700); background: var(--teal-50); border: 1px solid var(--teal-100); padding: 3px 9px; border-radius: 8px; }
.fac-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: var(--sp-3); border-top: 1px solid var(--line-2); }
.fac-card__tel { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .92rem; color: var(--ink); }
.fac-card__tel .ic { color: var(--teal-500); font-size: 17px; }
.link-arrow { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--coral-600); }
.link-arrow svg { width: 16px; height: 16px; transition: transform .18s ease; }
.link-arrow:hover { color: var(--coral-600); }
.link-arrow:hover svg { transform: translateX(3px); }

/* ---------- Województwa ---------- */
.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-3); }
.region-card { display: flex; align-items: center; justify-content: space-between; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 14px 16px; color: var(--ink); font-weight: 500; transition: .16s ease; }
.region-card:hover { color: var(--ink); border-color: var(--teal-400); background: var(--teal-50); }
.region-card__count { font-family: var(--font-head); font-weight: 600; font-size: .85rem; color: var(--teal-600); }

/* ---------- Kroki ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: var(--sp-5); }
.step__n { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--teal-900); color: #fff; font-family: var(--font-head); font-weight: 700; margin-bottom: var(--sp-3); }
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { margin: 0; font-size: .95rem; color: var(--muted); }

/* ---------- CTA ---------- */
.cta { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-5); flex-wrap: wrap; background: linear-gradient(120deg, var(--teal-700), var(--teal-900)); color: #DCEFEF; border-radius: var(--r-lg); padding: var(--sp-6) var(--sp-7); }
.cta h2 { color: #fff; margin-bottom: 6px; }
.cta p { margin: 0; color: #B7DADA; }

/* ---------- Page hero (widoki wewn.) ---------- */
.page-hero { background: linear-gradient(180deg, var(--teal-50), var(--bg)); border-bottom: 1px solid var(--line); }
.page-hero .container { padding-block: var(--sp-6); }
.page-hero h1 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); margin-block: 6px; }
.page-hero .lead { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); margin: 0; }
.page-hero .lead .ic { color: var(--teal-500); }
.page-hero .eyebrow { color: var(--teal-600); }
.page-hero--detail .lead { font-size: 1rem; }
.detail-head { display: flex; gap: 8px; align-items: center; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { background: var(--surface-2); border-bottom: 1px solid var(--line-2); font-size: .88rem; color: var(--muted); }
.breadcrumbs .container { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding-block: 10px; }
.breadcrumbs__sep { color: var(--line); }

/* ---------- Listing ---------- */
.listing { display: grid; grid-template-columns: 260px 1fr; gap: var(--sp-6); align-items: start; }
.listing__side { position: sticky; top: 84px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: var(--sp-5); }
.listing__side h4 { margin-bottom: var(--sp-3); font-size: 1rem; }
.side-cats { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.side-cats a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 9px; color: var(--ink-soft); font-size: .93rem; }
.side-cats a:hover { background: var(--teal-50); color: var(--teal-700); }
.side-cats .ic { color: var(--teal-500); font-size: 18px; }
.side-cats b { margin-left: auto; font-family: var(--font-head); font-weight: 600; font-size: .8rem; color: var(--muted); }
.listing__hint { margin-top: var(--sp-4); font-size: .85rem; color: var(--muted); font-style: italic; }

/* ---------- Detail ---------- */
.detail { display: grid; grid-template-columns: 1fr 340px; gap: var(--sp-6); align-items: start; }
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: var(--sp-5); margin-bottom: var(--sp-4); }
.panel h2 { font-size: 1.25rem; margin-bottom: var(--sp-3); }
.svc-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.svc-list li { position: relative; padding-left: 24px; color: var(--ink); }
.svc-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 12px; border-radius: 4px; background: var(--teal-100); border: 1px solid var(--teal-200); }
.panel--contact { position: sticky; top: 84px; }
.contact-row { display: flex; gap: 12px; padding-block: var(--sp-3); border-top: 1px solid var(--line-2); }
.contact-row:first-of-type { border-top: 0; }
.contact-row .ic { color: var(--teal-500); font-size: 20px; margin-top: 2px; }
.contact-row span { display: block; font-size: .78rem; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-900); color: #A9CFCF; margin-top: var(--sp-7); }
.site-footer a { color: #A9CFCF; }
.site-footer a:hover { color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: var(--sp-6); padding-block: var(--sp-7) var(--sp-5); }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: var(--sp-3); }
.site-footer__grid a { display: block; padding: 4px 0; font-size: .93rem; }
.site-footer__note { font-size: .9rem; color: #85B4B4; margin-top: var(--sp-3); max-width: 44ch; }
.site-footer__bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; padding-block: var(--sp-4); border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; color: #7FAcac; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .fac-grid, .fac-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .region-grid { grid-template-columns: repeat(3, 1fr); }
  .listing, .detail { grid-template-columns: 1fr; }
  .listing__side, .panel--contact { position: static; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav a:not(.btn) { display: none; }
  .searchbar { flex-wrap: wrap; }
  .searchbar__field--sel { flex-basis: 100%; border-left: 0; border-top: 1px solid var(--line); }
  .searchbar .btn { width: 100%; }
  .fac-grid, .fac-grid--2, .steps, .cat-grid { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-list { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
}

/* ---------- Mapa województw ---------- */
.map-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: var(--sp-6); align-items: start; }
.geo-map {
  position: relative;
  background:
    radial-gradient(60% 70% at 30% 20%, rgba(14,143,152,.12), transparent 70%),
    radial-gradient(60% 70% at 85% 90%, rgba(255,107,84,.08), transparent 70%),
    var(--surface);
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--sp-5); box-shadow: var(--shadow);
}
.geo-map svg { width: 100%; height: auto; display: block; overflow: visible; }
.geo-map .pw { fill: var(--teal-100); stroke: var(--surface); stroke-width: 1; cursor: pointer; transition: fill .18s ease; outline: none; }
.geo-map .pw:nth-of-type(even) { fill: #B7E2E2; }
.geo-map .pw:hover, .geo-map .pw:focus-visible, .geo-map .pw.is-active { fill: var(--teal-500); stroke: var(--surface); stroke-width: 1.5; }
.geo-map .pw:focus-visible { filter: drop-shadow(0 2px 6px rgba(14,143,152,.5)); }
.map-tooltip {
  position: fixed; z-index: 500; pointer-events: none;
  background: var(--teal-900); color: #fff; padding: 8px 12px; border-radius: var(--r-sm);
  font-size: .85rem; font-weight: 600; line-height: 1.35; box-shadow: var(--shadow-lg);
  opacity: 0; transform: translate(-50%, -120%); transition: opacity .12s ease; white-space: nowrap;
}
.map-tooltip.is-visible { opacity: 1; }
.map-tooltip span { display: block; font-weight: 500; color: var(--teal-200); font-size: .78rem; }
.map-list { columns: 2; column-gap: var(--sp-5); }
.map-list a { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 7px 10px; border-radius: 9px; color: var(--ink-soft); font-size: .93rem; break-inside: avoid; }
.map-list a:hover, .map-list a.is-active { background: var(--teal-50); color: var(--teal-700); }
.map-list a b { color: var(--muted); font-weight: 600; font-size: .82rem; }
.map-legend { display: flex; align-items: center; gap: var(--sp-4); flex-wrap: wrap; margin-top: var(--sp-4); color: var(--muted); font-size: .85rem; }
.map-legend .sw { display: inline-block; width: 14px; height: 14px; border-radius: 4px; vertical-align: -2px; margin-right: 6px; }
@media (max-width: 900px) { .map-layout { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .map-list { columns: 1; } }

/* ---------- Paginacja / stany ---------- */
.pager { display: flex; align-items: center; justify-content: center; gap: var(--sp-4); margin-top: var(--sp-6); }
.pager__info { color: var(--muted); font-size: .9rem; }
.empty { text-align: center; padding: var(--sp-7) var(--sp-4); color: var(--muted); }
.empty h3 { color: var(--ink); margin-bottom: 6px; }
.text-muted { color: var(--muted); }

/* ---------- Chipy przekroju (miasto × rodzaj) ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: var(--sp-5); }
.chips a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--ink-soft); font-size: .9rem; font-weight: 500; transition: .15s ease; }
.chips a:hover { border-color: var(--teal-400); color: var(--teal-700); }
.chips a.is-active { background: var(--teal-500); border-color: var(--teal-500); color: #fff; }
.chips a b { font-weight: 700; opacity: .7; font-size: .82em; }

/* ---------- Bogaty opis placówki (sekcje) ---------- */
.desc-panel h2 { margin-bottom: var(--sp-3); }
.desc-panel > p { color: var(--ink-soft); }
.desc-h3 { font-family: var(--font-head); font-size: 1.05rem; color: var(--ink); margin: var(--sp-5) 0 var(--sp-3); }
.desc-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px var(--sp-5); }
@media (max-width: 560px) { .desc-list { grid-template-columns: 1fr; } }
.desc-list li { position: relative; padding-left: 24px; color: var(--ink); }
.desc-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 12px; border-radius: 4px; background: var(--teal-100); border: 1px solid var(--teal-200); }
.desc-source { margin-top: var(--sp-5); font-size: .82rem; color: var(--muted); font-style: italic; }

/* ---------- Formularz zgłoszeń + notka o źródle ---------- */
.form { display: grid; gap: var(--sp-4); }
.form-field { display: grid; gap: 6px; }
.form-field label { font-weight: 600; font-size: .9rem; color: var(--ink); }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--r-sm); font: inherit; background: var(--surface); color: var(--ink); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--teal-400); }
.form-field input[readonly] { background: var(--surface-2); color: var(--ink-soft); }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; color: var(--ink-soft); }
.form-error { background: var(--coral-50); color: var(--coral-600); padding: 10px 14px; border-radius: var(--r-sm); font-size: .92rem; margin-bottom: var(--sp-4); }
.provenance { margin-top: var(--sp-4); padding: var(--sp-4); border: 1px dashed var(--line); border-radius: var(--r); background: var(--surface-2); color: var(--muted); font-size: .85rem; }
.provenance a { color: var(--teal-700); font-weight: 600; }

/* ---------- Prose (regulamin) ---------- */
.prose h2 { font-size: 1.3rem; color: var(--ink); margin: var(--sp-6) 0 var(--sp-3); }
.prose h3 { font-size: 1.05rem; color: var(--ink); margin: var(--sp-5) 0 var(--sp-3); }
.prose p { color: var(--ink-soft); margin: 0 0 var(--sp-3); }
.prose a { color: var(--teal-700); font-weight: 500; }
.bullets { margin: 0 0 var(--sp-4); padding-left: 20px; display: grid; gap: 8px; }
.bullets li { color: var(--ink-soft); }

/* ---------- Panel moderacji ---------- */
.mod-item { padding: var(--sp-4) 0; border-top: 1px solid var(--line-2); }
.mod-item:first-of-type { border-top: 0; }
.mod-item h3 { font-size: 1.05rem; margin-bottom: 4px; }
.mod-item p { margin: 2px 0; }
.mod-actions { display: flex; gap: 8px; margin-top: var(--sp-3); }
