/* ============================================================
   cms-core.css — shared editor chrome styles (Phase A)
   Extracted verbatim from boho-sand/index.html <style> block:
     - lines 96–111 (login card / wizard stepper / rsvp-script / #cmsToggle)
     - lines 141–205 (edit-mode / image overlay / toolbar / popovers /
                       profile / swatch / font / rsvp-mode)
   These rules depend on the template's CSS custom properties
   (--iv-*, --sa-*, --sg-*, --te-*, --in-*, --c-*). The template keeps
   its DESIGN styles (Tailwind, hero, story, .w-input, etc.) inline.
   ============================================================ */

@import url("/wf-chrome.css");   /* toolbar + flyout SHELL — single source, shared with the paper studio */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');   /* chrome heading font — guaranteed in every editor context, independent of the template */

  /* ---------- Chrome neutralisieren (2026-06-21) ----------
     Die Editor-UI (Toolbar, Popovers, Drawer, Dialoge, Welcome) nutzt zwar
     die Theme-Variablen (--iv/--in/--sa …), soll aber IMMER neutral bleiben —
     sonst färben Color-Themes (z.B. Pastell Blush/Almond) die ganze Chrome mit.
     Lösung: feste Graustufen NUR auf den Chrome-Containern setzen → erbt nach
     innen, der Seiteninhalt behält sein Theme. (Atomic-Regel: Chrome neutral.) */
  #cmsToggle, #cmsBar, .cms-pop, .cms-variant-pop, .cms-sec-ctrl,
  .drawer, .drawer-backdrop, #cmsLock, #cmsExportDialog, #cmsPwDialog,
  #cmsConfirm, #cmsRsvpDialog, #cmsWelcome, .cms-welcome {
    --iv-50: 255 255 255;  --iv-100: 245 245 245;  --iv-200: 236 236 236;
    --sa-300: 219 219 219; --sa-400: 150 150 150;  --sa-500: 38 38 38;  --sa-600: 26 26 26;
    --sg-300: 222 222 222; --sg-400: 165 165 165;  --sg-500: 110 110 110;
    --te-400: 90 90 90;    --te-500: 38 38 38;
    --in-400: 140 140 140; --in-500: 110 110 110;  --in-600: 88 88 88;
    --in-700: 64 64 64;    --in-900: 33 33 33;
  }

  /* Chrome-Überschriften = Brand-Heading (Playfair), NICHT die Template-Serife.
     Analog zur Farb-Neutralisierung: Editor-Chrome bleibt über ALLE Templates konsistent.
     (#…-Scope schlägt Tailwinds .font-serif-Utility.) */
  #cmsLock .font-serif, #cmsWelcome .font-serif, #cmsExportDialog .font-serif,
  #cmsPwDialog .font-serif, #cmsConfirm .font-serif, #cmsRsvpDialog .font-serif,
  #cmsIconPicker .font-serif {
    font-family: 'Playfair Display', serif;
  }

  /* ---------- Login-Card sanfte Einblendung ---------- */
  @keyframes loginRise { from { opacity: 0; transform: translateY(10px) scale(0.97); } to { opacity: 1; transform: none; } }
  .cms-login-card { animation: loginRise 0.32s cubic-bezier(0.22, 1, 0.36, 1) both; }
  .cms-login-badge { display: inline-flex; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; border-radius: 9999px; background: rgb(var(--sa-300) / 0.35); margin-bottom: 1.25rem; }
  .cms-login-badge i { font-size: 1.5rem; color: rgb(var(--sa-500)); }
  .rsvp-script { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; line-height: 1.5; color: rgb(var(--in-700)); background: rgb(var(--in-900) / 0.04); border: 1px solid rgb(var(--sa-300) / 0.5); border-radius: 0.375rem; padding: 0.75rem; overflow-x: auto; white-space: pre; margin: 0; tab-size: 2; }
  .wstep-dot { width: 7px; height: 7px; border-radius: 9999px; background: rgb(var(--sa-300)); transition: transform .25s, background .25s; }
  .wstep-dot.is-on { background: rgb(var(--sa-500)); }
  .wstep-dot.is-current { transform: scale(1.5); }
  .wstep-line { width: 26px; height: 1px; background: rgb(var(--sa-300)); }
  /* Edit-Button (für das Brautpaar) — klar sichtbarer Pill mit kurzem Aufmerksamkeits-Puls */
  @keyframes togPulse { 0% { box-shadow: 0 8px 20px rgba(40,36,30,.28), 0 0 0 0 rgba(40,36,30,.4); } 70%, 100% { box-shadow: 0 8px 20px rgba(40,36,30,.28), 0 0 0 16px rgba(40,36,30,0); } }
  #cmsToggle { position: fixed; top: 1.1rem; left: 1.1rem; right: auto; bottom: auto; transform: none; z-index: 100003; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1.15rem 0.7rem 1rem; border-radius: 9999px; background: rgb(var(--in-900)); color: rgb(var(--iv-50)); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(40,36,30,.28), 0 0 0 1.5px rgba(255,255,255,.55); transition: background .2s, transform .2s; animation: togPulse 2.6s ease-out 3; }
  #cmsToggle:hover { background: rgb(var(--sa-600)); transform: translateY(-1px); }
  #cmsToggle.hidden { display: none; }
  /* Toolbar fährt beim Aktivieren von unten herein */
  @keyframes cmsBarIn { from { transform: translateX(-130%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
  #cmsBar.cms-bar-in { animation: cmsBarIn .42s cubic-bezier(.22,1,.36,1) both; }
  @media (prefers-reduced-motion: reduce) { #cmsBar.cms-bar-in { animation: none; } }
  #cmsToggle i { font-size: 1.05rem; }

  /* ---------- Mini-CMS: Edit-Modus ---------- */
  .cms-edit-on [data-cms-text] { cursor: text; min-height: 1em; }
  .cms-edit-on [data-cms-text]:hover { outline: 1.5px dashed rgb(var(--sa-500) / 0.65); outline-offset: 4px; border-radius: 2px; }
  .cms-edit-on [data-cms-text]:focus { outline: 1.5px solid rgb(var(--sa-500)); outline-offset: 4px; border-radius: 2px; }
  /* Bild-Upload-Affordance: klar sichtbarer Kamera-Button unten rechts (statt faintem Vollflächen-Overlay) */
  .cms-img-overlay {
    position: absolute; z-index: 30; right: 0.6rem; bottom: 0.6rem;
    display: inline-flex; align-items: center; gap: 7px;
    padding: 7px 13px 7px 11px; border-radius: 999px;
    background: rgb(var(--in-900) / 0.86); color: rgb(var(--iv-50)); cursor: pointer;
    font-family: 'Jost', sans-serif; font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; white-space: nowrap;
    opacity: 0.9; box-shadow: 0 6px 18px rgb(0 0 0 / 0.3);
    -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
    transition: opacity 0.2s, transform 0.2s, background 0.2s;
  }
  .cms-img-overlay:hover { opacity: 1; transform: translateY(-1px); background: rgb(var(--in-900)); }
  .cms-img-overlay i { font-size: 15px; }
  .cms-img-overlay .cms-img-sub { display: none; }   /* Format-Hinweis steckt im title-Tooltip, hält den Button kompakt */
  /* Leerer Hintergrund-Layer (z.B. Venue „Full Photo"): prominente, zentrierte Upload-CTA statt winziger Eck-Pille */
  .cms-img-cta { right: auto; bottom: auto; left: 50%; top: 1.4rem; transform: translateX(-50%); padding: 12px 22px; font-size: 11.5px; opacity: 1; box-shadow: 0 10px 30px rgb(0 0 0 / 0.4); }
  .cms-img-cta:hover { transform: translateX(-50%) translateY(-1px); }
  .cms-img-cta i { font-size: 18px; }
  /* Atomarer LEER-Platzhalter (Gallery-Stil) — gilt für ALLE Bild-Slots ohne Foto */
  .cms-img-empty {
    position: absolute; inset: 0; z-index: 30;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
    border: 1.5px dashed rgb(var(--sa-400)); background: rgb(var(--iv-100));
    color: rgb(var(--sa-600)); cursor: pointer; text-align: center;
    font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 3px;
    transition: background .2s, border-color .2s;
  }
  .cms-img-empty:hover { background: rgb(var(--sa-300) / 0.3); border-color: rgb(var(--sa-500)); }
  .cms-img-empty i { font-size: 22px; }
  .cms-img-empty .cms-img-emptyhint { font-size: 9px; letter-spacing: 0.03em; text-transform: none; color: rgb(var(--sa-600) / 0.7); margin-top: 2px; }
  /* Drag-to-Reposition: gefüllte Bild-Slots im Edit-Modus per Ziehen positionieren */
  body.cms-edit-on [data-img], body.cms-edit-on .gallery-cell { cursor: move; touch-action: none; }
  .cms-img-drag-hint { position: absolute; z-index: 29; top: 0.6rem; left: 0.6rem; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 999px; background: rgb(var(--in-900) / 0.7); color: rgb(var(--iv-50)); pointer-events: none; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); box-shadow: 0 4px 12px rgb(0 0 0 / 0.25); }
  .cms-img-drag-hint i { font-size: 16px; }
  /* Slider-Slide-Label entfällt — die Leer-Platzhalter zeigen schon „Foto hinzufügen" */
  body.cms-edit-on .hero-slide-label { display: none !important; }

  /* ---------- Countdown · Editorial-Variante (zentral, geteilt über ALLE Templates) ----------
     Sauberes, zentriertes Stack (Monat → Foto → Datum → Tage). Foto ist position:relative,
     damit der Upload-Button korrekt unten rechts AUF dem Foto sitzt (statt am Viewport-Rand).
     Farben/Schrift kommen aus den Token-/Tailwind-Klassen im Markup je Template. */
  /* Sichtbarkeit/Umschaltung der Variante bleibt im Template (wie boxes/ring); hier nur das Detail-Layout. */
  .cd-editorial { flex-direction: column; align-items: center; gap: 1.3rem; }
  .cd-ed-stage { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; min-height: 0; }
  .cd-ed-month { line-height: 1; text-align: center; white-space: nowrap; font-size: clamp(2.2rem, 7vw, 4.6rem); }
  .cd-ed-photo { position: relative; width: 12rem; height: 16rem; border-radius: 0.4rem; overflow: hidden; background-size: cover; background-position: center; background-color: rgb(var(--iv-200)); box-shadow: 0 24px 52px -28px rgb(var(--in-900) / 0.45); }
  .cd-ed-date { font-size: clamp(1.3rem, 4vw, 1.85rem); letter-spacing: 0.08em; text-align: center; }
  .cd-ed-sub { font-size: 0.9rem; letter-spacing: 0.18em; text-transform: uppercase; text-align: center; }
  .cd-ed-sub .cd-days { font-size: 1.05rem; color: rgb(var(--sa-600)); }
  @media (max-width: 520px) { .cd-ed-photo { width: 10rem; height: 13.4rem; } }
  .cms-edit-on [data-icon-edit] { cursor: pointer; }
  .cms-edit-on [data-icon-edit]:hover { outline: 1.5px dashed rgb(var(--sa-500) / 0.65); outline-offset: 5px; border-radius: 4px; }

  /* ---------- FigJam-Toolbar → LEFT VERTICAL RAIL ----------
     Rail geometry (position/left/top/transform/flex-direction/max-height) lives in
     wf-chrome.css (#cmsBar, .paper-bar) so site + paper stay identical. Here we only
     reinforce the bottom/right reset against the Tailwind utility classes on #cmsBar. */
  #cmsBar { box-shadow: 0 12px 44px -12px rgba(0,0,0,0.32); bottom: auto; right: auto; }
  /* .cms-tool (+ :hover/.is-primary/.is-active states) → wf-chrome.css (single source, shared with paper) */
  /* Suite-Chrome-Modus: globale Aktionen (Guide/Settings/Share/Inbox) leben in der Suite Bar oben →
     hier in der Toolbar ausgeblendet, sodass unten nur noch Edit-Werkzeuge stehen.
     Greift NUR mit body.cms-suite (per ?suite=1) — Standalone-Templates unberührt. */
  body.cms-suite #cmsBar [data-tool="guide"],
  body.cms-suite #cmsBar [data-tool="profil"],
  body.cms-suite #cmsBar [data-tool="share"],
  body.cms-suite #cmsBar [data-tool="mailbox"] { display: none; }

  /* ===================================================================
     ATOMIC BUTTON-SYSTEM — Single Source für ALLE Chrome-/Dialog-Buttons.
     Nur diese Klassen verwenden: .wf-btn + Variante (+ .wf-btn--block).
     =================================================================== */
  .wf-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; line-height: 1; padding: 0.95rem 1.25rem; border-radius: 2px; border: 1px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
  .wf-btn--block { width: 100%; }
  .wf-btn i { font-size: 1.15em; }
  .wf-btn--primary { background: rgb(var(--in-900)); color: rgb(var(--iv-50)); border-color: rgb(var(--in-900)); }
  .wf-btn--primary:hover { background: #000; border-color: #000; }
  .wf-btn--outline { background: transparent; color: rgb(var(--in-900)); border-color: rgb(var(--in-900)); }
  .wf-btn--outline:hover { background: rgb(var(--in-900)); color: rgb(var(--iv-50)); }
  .wf-btn--ghost { background: transparent; color: rgb(var(--in-400)); border-color: transparent; }
  .wf-btn--ghost:hover { color: rgb(var(--in-900)); }
  .wf-btn:focus-visible { outline: 2px solid rgb(var(--in-900) / 0.5); outline-offset: 2px; }

  /* Sprach-Umschalter (Profil-Drawer) */
  .cms-lang-row { display: flex; gap: 6px; }
  .cms-lang-btn { flex: 1; padding: 8px 6px; border: 1px solid rgb(var(--in-900) / 0.15); border-radius: 8px; background: transparent; color: rgb(var(--in-700)); font-size: 12px; cursor: pointer; transition: background 0.15s, border-color 0.15s, color 0.15s; }
  .cms-lang-btn:hover { background: rgb(var(--in-900) / 0.04); }
  .cms-lang-btn.is-active { background: #212121; border-color: #212121; color: #fff; font-weight: 500; }
  /* Passive auto-save status (replaces the old Save button) */
  .cms-save-status { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 6px 10px; min-width: 58px; color: rgb(var(--in-400)); user-select: none; }
  .cms-save-status i { font-size: 1.25rem; }
  .cms-save-status span { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
  .cms-save-status.is-saving { color: rgb(var(--sa-600)); }
  /* Share + Profile popovers */
  /* .cms-pop-wide → wf-chrome.css */
  .cms-share-url { font-size: 11px; color: rgb(var(--in-600)); background: rgb(var(--iv-100)); border: 1px solid rgb(var(--sa-300) / 0.5); border-radius: 8px; padding: 9px 10px; margin-bottom: 9px; word-break: break-all; font-family: ui-monospace, 'JetBrains Mono', monospace; text-align: center; }
  .cms-pop-btn { width: 100%; padding: 9px; border: none; border-radius: 9px; background: rgb(var(--in-900)); color: rgb(var(--iv-50)); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
  .cms-pop-btn:hover { background: #000; }
  .cms-pop-btn.is-ghost { background: transparent; color: rgb(var(--in-500)); }
  .cms-pop-btn.is-ghost:hover { background: rgb(var(--iv-100)); color: rgb(var(--in-900)); }
  .cms-profile-row { font-size: 11px; color: rgb(var(--in-500)); text-align: center; margin-bottom: 4px; line-height: 1.4; }
  .cms-profile-row strong { color: rgb(var(--in-800)); font-weight: 500; }
  .cms-profile-tpl { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgb(var(--sa-600)); text-align: center; margin-bottom: 4px; }
  .cms-profile-input { width: 100%; padding: 9px 10px; font-size: 13px; border: 1px solid rgb(var(--sa-300) / 0.6); border-radius: 8px; margin-bottom: 8px; outline: none; font-family: inherit; }
  .cms-profile-input:focus { border-color: rgb(var(--sa-600)); }
  .cms-profile-divider { height: 1px; background: rgb(var(--sa-300) / 0.4); margin: 12px 0; }
  .cms-profile-msg { font-size: 10px; text-align: center; margin-top: 6px; min-height: 12px; }
  .cms-profile-msg.ok { color: #4f7152; }
  .cms-profile-msg.err { color: #c97a4a; }
  /* .cms-divider → wf-chrome.css */

  /* Popovers (Farbe / Typo) → .cms-pop + .cms-pop-label in wf-chrome.css */
  /* Suite: der Share-Button sitzt OBEN RECHTS in der Suite Bar → sein Popover gehört auch dorthin
     (Colour/Font bleiben unten, weil ihre Buttons in der Toolbar bleiben). */
  /* Suite-Modus: Share-Button sitzt in der Suite-Bar (oben, h=60px, z=100000) →
     Flyout UNTER der Bar aufklappen + z-index ÜBER die Bar (sonst verdeckt sie ihn). */
  body.cms-suite #sharePop { top: 4.6rem; right: 1.25rem; bottom: auto; left: auto; transform: none; z-index: 100001; }
  /* .cms-swatch (+dot/hover/active) and .cms-font (+states) → wf-chrome.css (single source, shared with paper) */

  /* Großbuchstaben-Überschriften — Toggle-Zeile im Type-Popover */
  .cms-caps-row { display: flex; align-items: center; gap: 13px; margin-top: 12px; padding: 13px 14px; border-top: 1px solid rgb(var(--sa-300) / 0.5); border-radius: 10px; font-family: 'Jost', sans-serif; font-size: 13px; letter-spacing: 0.01em; color: rgb(var(--in-700)); cursor: pointer; user-select: none; transition: background 0.2s; }
  .cms-caps-row:hover { background: rgb(var(--iv-100)); }
  .cms-caps-row input { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; flex: 0 0 auto; margin: 0; border: 1.5px solid rgb(var(--sa-400)); border-radius: 6px; background: rgb(var(--iv-50)); cursor: pointer; position: relative; transition: background 0.15s, border-color 0.15s; }
  .cms-caps-row input:hover { border-color: rgb(var(--sa-500)); }
  .cms-caps-row input:checked { background: rgb(var(--sa-500)); border-color: rgb(var(--sa-500)); }
  .cms-caps-row input:checked::after { content: ''; position: absolute; left: 6.5px; top: 3px; width: 4px; height: 8px; border: solid rgb(var(--iv-50)); border-width: 0 2px 2px 0; transform: rotate(45deg); }
  .cms-caps-row span { line-height: 1.3; }

  /* Versalien-Modus: nur Content-Überschriften (header/section/footer), NICHT die Editor-Chrome */
  body.cms-caps :is(header, section, footer) :is(h1, h2, h3):not(.font-script) { text-transform: uppercase; letter-spacing: 0.03em; }

  /* RSVP-Modus-Buttons */
  .rsvp-mode { display: flex; align-items: flex-start; gap: 11px; padding: 12px 14px; border-radius: 10px; border: 1.5px solid rgb(var(--sa-300) / 0.5); background: transparent; cursor: pointer; text-align: left; transition: border-color 0.2s, background 0.2s; }
  .rsvp-mode > span { font-family: 'Jost', sans-serif; font-size: 12px; line-height: 1.45; color: rgb(var(--in-500)); }
  .rsvp-mode strong { color: rgb(var(--in-900)); font-weight: 500; }
  .rsvp-mode:hover { background: rgb(var(--iv-100)); }
  .rsvp-mode.is-active { border-color: #212121; background: rgb(var(--iv-100)); }

  /* ============================================================
     NEW chrome — Drawers (profile / inbox / guide)
     Ported from library.html. --accent → --wf-accent (set from
     WF_TEMPLATE.accent); --accent-rgb → --wf-accent-rgb (derived).
     ============================================================ */
  .drawer-backdrop { position: fixed; inset: 0; z-index: 200; background: rgba(40,32,28,0.45); backdrop-filter: blur(3px); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .drawer-backdrop.is-open { opacity: 1; pointer-events: auto; }
  /* Suite-Modus: Drawer ÜBER dem Paper-Panel (z-index 99999) öffnen → Inbox/Guide/Settings im Print-Studio ohne Tab-Wechsel */
  body.cms-suite .drawer-backdrop { z-index: 100001; }
  body.cms-suite .drawer { z-index: 100002; }
  .drawer { position: fixed; top: 0; right: 0; height: 100%; width: 392px; max-width: 92vw; z-index: 201;
    background: #fbf8f3; transform: translateX(100%);
    transition: transform .32s cubic-bezier(.22,1,.36,1); display: flex; flex-direction: column;
    --d-ink: #3a332e; --d-muted: #8a7c6e; --d-border: rgba(224,212,190,0.55); --d-bg2: #f1ece3; }
  .drawer.is-open { transform: none; box-shadow: -28px 0 60px -10px rgba(0,0,0,0.22); }
  /* Alle Drawer auf Desktop breiter (mehr Platz für Text/Statistik/Liste); Mobile bleibt via 92vw */
  @media (min-width: 768px) { .drawer { width: 480px; } #inboxDrawer { width: 560px; } }
  .drawer-head { display: flex; align-items: center; padding: 22px 24px; border-bottom: 1px solid var(--d-border); }
  .drawer-head h3 { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 700; color: var(--d-ink); }
  .drawer-close { margin-left: auto; width: 34px; height: 34px; border-radius: 50%; border: none; background: var(--d-bg2); color: var(--d-muted); font-size: 18px; cursor: pointer; display: grid; place-items: center; transition: background .15s, color .15s; }
  .drawer-close:hover { background: #212121; color: #fff; }
  .drawer-body { flex: 1; overflow-y: auto; padding: 22px 24px; }
  .drawer-identity { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
  .drawer-identity .avatar { flex: none; width: 54px; height: 54px; border-radius: 50%; background: rgba(33,33,33,0.07); color: #212121; display: grid; place-items: center; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; }
  .drawer-identity .id-name { font-size: 16px; font-weight: 600; color: var(--d-ink); }
  .drawer-identity .id-sub { font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--d-muted); margin-top: 2px; }
  .drawer-section { padding: 18px 0; border-top: 1px solid var(--d-border); }
  .drawer-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--d-muted); margin-bottom: 12px; }
  .info-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 7px 0; }
  .info-k { font-size: 12px; color: var(--d-muted); }
  .info-v { font-size: 13px; color: var(--d-ink); font-weight: 500; text-align: right; word-break: break-all; }
  .drawer-input { width: 100%; padding: 11px 12px; font-size: 14px; border: 1px solid var(--d-border); border-radius: 9px; margin-bottom: 10px; outline: none; font-family: inherit; background: #fff; }
  .drawer-input:focus { border-color: #212121; }
  /* All drawer buttons: neutral #212121 outline (no accent/danger colour). */
  .drawer-btn { width: 100%; padding: 0.875rem 1rem; border: 1px solid #212121; border-radius: 2px; background: transparent; color: #212121; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
  .drawer-btn:hover { background: #212121; color: #fff; }
  .drawer-btn i { font-size: 15px; }
  .drawer-btn.is-danger,
  .drawer-btn.is-ghost { background: transparent; color: #212121; border: 1px solid #212121; }
  .drawer-btn.is-danger:hover,
  .drawer-btn.is-ghost:hover { background: #212121; color: #fff; }
  .drawer-hint { font-size: 11.5px; color: var(--d-muted); line-height: 1.5; margin-bottom: 12px; }
  .drawer-foot { padding: 18px 24px; border-top: 1px solid var(--d-border); }

  /* Settings: aufgeräumte Listen-Zeilen statt vieler Buttons */
  .set-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--d-muted); margin: 22px 0 10px; }
  .set-rows { margin-top: 22px; border-top: 1px solid var(--d-border); }
  .set-rows-foot { margin-top: 12px; }
  .set-row { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.95rem 0.1rem; background: transparent; border: none; border-bottom: 1px solid var(--d-border); cursor: pointer; font-family: inherit; text-align: left; transition: background .15s; }
  .set-row:hover { background: rgba(0,0,0,0.025); }
  .set-row-main { display: inline-flex; align-items: center; gap: 0.7rem; }
  .set-row-main > i { font-size: 17px; color: rgb(var(--sa-600)); flex: none; }
  .set-row-label { font-size: 14px; color: var(--d-ink); }
  .set-row-right { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--d-muted); font-size: 12px; }
  .set-row-right i { font-size: 15px; }
  .set-row-expand { padding: 4px 0 14px; }
  .set-delete-link { display: block; width: 100%; text-align: center; margin-top: 22px; padding: 6px; background: none; border: none; cursor: pointer; font-family: inherit; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: #a8554d; opacity: 0.8; transition: opacity .2s; }
  .set-delete-link:hover { opacity: 1; text-decoration: underline; }

  /* Inbox drawer specifics */
  .inbox-note { display: flex; gap: 9px; font-size: 12px; color: var(--d-muted); background: rgba(var(--wf-accent-rgb), 0.07); border: 1px solid rgba(var(--wf-accent-rgb), 0.18); border-radius: 10px; padding: 11px 13px; margin-bottom: 18px; line-height: 1.45; }
  .inbox-note i { color: var(--wf-accent); font-size: 16px; flex: none; margin-top: 1px; }
  .inbox-stats { display: flex; gap: 12px; margin-bottom: 16px; }
  .inbox-stat { flex: 1; background: #fff; border: 1px solid var(--d-border); border-radius: 12px; padding: 16px; text-align: center; }
  .inbox-stat .num { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; color: var(--d-ink); line-height: 1; }
  .inbox-stat .lbl { font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--d-muted); margin-top: 6px; }
  .inbox-actions { display: flex; gap: 10px; margin-bottom: 18px; }
  .inbox-actions .drawer-btn { flex: 1; }
  .reply-item { border: 1px solid var(--d-border); border-radius: 10px; padding: 12px 14px; margin-bottom: 10px; }
  .reply-item .r-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
  .reply-item .r-name { font-size: 14px; font-weight: 600; color: var(--d-ink); }
  .reply-item .r-status { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; white-space: nowrap; }
  .reply-item .r-status.yes { color: #4f7152; } .reply-item .r-status.no { color: #b5524f; }
  .reply-item .r-meta { font-size: 12px; color: var(--d-muted); margin-top: 4px; line-height: 1.5; }
  .reply-item.is-hidden { display: none; }
  /* Inbox search + filter (sticky) */
  .inbox-filter { position: sticky; top: 0; z-index: 3; background: #fbf8f3; padding: 10px 0 12px; margin-bottom: 4px; display: flex; flex-direction: column; gap: 9px; }
  .inbox-search { position: relative; }
  .inbox-search i { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: var(--d-muted); font-size: 15px; }
  .inbox-search input { width: 100%; padding: 9px 12px 9px 34px; font-size: 13px; border: 1px solid var(--d-border); border-radius: 9px; outline: none; background: #fff; font-family: inherit; }
  .inbox-search input:focus { border-color: #212121; }
  .inbox-seg { display: flex; gap: 6px; }
  .inbox-seg button { flex: 1; padding: 7px 5px; border: 1px solid var(--d-border); background: #fff; border-radius: 8px; font-size: 11px; color: var(--d-muted); cursor: pointer; font-family: inherit; transition: background .15s, color .15s, border-color .15s; display: inline-flex; align-items: center; justify-content: center; gap: 5px; }
  .inbox-seg button b { font-weight: 700; }
  .inbox-seg button.is-active { background: #212121; color: #fff; border-color: #212121; }
  .inbox-empty-filter { display: none; text-align: center; color: var(--d-muted); font-size: 13px; padding: 24px 0; }
  /* The drawer's password-update message reuses .cms-profile-msg (already defined above) */

  /* Guide drawer */
  .guide-intro { font-size: 14px; color: #212121; line-height: 1.6; margin-bottom: 4px; }
  .guide-item { display: flex; gap: 13px; padding: 15px 0; border-top: 1px solid var(--d-border); }
  .guide-item:first-of-type { border-top: none; padding-top: 6px; }
  .guide-ico { flex: none; width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; font-size: 20px; background: rgba(33,33,33,0.06); color: rgb(var(--sa-600)); }
  .guide-item h5 { font-size: 15.5px; font-weight: 600; color: #212121; margin-bottom: 3px; }
  .guide-item p { font-size: 14px; color: #212121; line-height: 1.55; }
  /* Guide-Tabs (nur Suite-Modus): Website | Paper. Standalone = keine Tabs, reiner Website-Guide. */
  .guide-tabs { display: none; gap: 6px; margin-bottom: 16px; }
  body.cms-suite .guide-tabs { display: flex; }
  .guide-tab { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 10px; border: 1px solid rgb(var(--sa-300) / 0.6); background: transparent; border-radius: 10px; cursor: pointer; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgb(var(--in-500)); transition: background 0.2s, color 0.2s, border-color 0.2s; }
  .guide-tab i { font-size: 16px; }
  .guide-tab:hover { background: rgb(var(--iv-100)); color: rgb(var(--in-900)); }
  .guide-tab.is-active { background: rgb(var(--in-900)); color: rgb(var(--iv-50)); border-color: rgb(var(--in-900)); }
  .guide-panel[hidden] { display: none; }
  body:not(.cms-suite) .guide-panel[data-guide="paper"] { display: none; }   /* standalone: Paper-Guide nie zeigen */
  .guide-tip { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-size: 11px; font-weight: 500; color: var(--d-muted); background: rgba(33,33,33,0.05); border-radius: 7px; padding: 5px 10px; line-height: 1.35; }
  .guide-tip i { color: rgb(var(--sa-600)); }
  .guide-tip i { font-size: 13px; flex: none; }

  /* ---------- Modulare Sektionen ---------- */
  .cms-section-off { display: none !important; }
  body.cms-edit-on .cms-section-off { display: block !important; }
  /* Inline-Controls pro Sektion (Edit-Modus), oben rechts */
  .cms-sec-ctrl { position: absolute; top: 14px; right: 14px; left: auto; z-index: 60; display: flex; gap: 2px; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(0,0,0,0.06); border-radius: 11px; padding: 3px; box-shadow: 0 6px 20px rgba(0,0,0,0.10); }
  .cms-sec-ctrl button, .cms-sec-lock { position: relative; width: 30px; height: 30px; border: none; background: transparent; border-radius: 8px; cursor: pointer; display: grid; place-items: center; font-size: 15px; color: #6b6b6b; transition: background 0.15s, color 0.15s; }
  .cms-sec-ctrl button:hover:not([disabled]) { background: rgba(33,33,33,0.10); color: #212121; }
  .cms-sec-ctrl button[disabled] { opacity: 0.28; cursor: default; }
  .cms-sec-lock { color: #c9c2b6; cursor: default; }
  /* Eigener Tooltip statt nativem title */
  .cms-sec-ctrl [data-tip]:hover::after { content: attr(data-tip); position: absolute; top: calc(100% + 7px); right: 0; background: #2b2b2b; color: #fff; font-size: 10.5px; letter-spacing: 0.02em; line-height: 1; padding: 5px 8px; border-radius: 6px; white-space: nowrap; pointer-events: none; }
  /* Ausgeblendete Sektion im Edit-Modus: bleibt an Ort, aber gedimmt + markiert */
  .cms-sec-veil { position: absolute; inset: 0; z-index: 30; background: rgba(250, 248, 244, 0.58); pointer-events: none; }
  /* Status-Label „für Gäste ausgeblendet" — zentriert, prominent, aber bewusst KEIN Button-Look (nicht klickbar) */
  .cms-sec-hidden-badge { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 61; pointer-events: none; cursor: default;
    display: inline-flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;
    padding: 18px 26px; border-radius: 4px; border: 1.5px dashed rgb(var(--in-900) / 0.35);
    background: rgba(250, 248, 244, 0.72); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
    color: rgb(var(--in-900)); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; }
  .cms-sec-hidden-badge i { font-size: 26px; opacity: 0.7; }
  /* Varianten-Popover */
  .cms-variant-pop { position: fixed; z-index: 80; display: flex; gap: 8px; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.16); }
  .cms-variant-opt { display: flex; flex-direction: column; align-items: center; gap: 6px; border: 1.5px solid transparent; background: transparent; border-radius: 10px; padding: 6px; cursor: pointer; }
  .cms-variant-opt:hover { background: rgba(33,33,33,0.05); }
  .cms-variant-opt.is-active { border-color: #212121; }
  .cms-variant-opt span { font-size: 11.5px; color: #6b6b6b; }
  .cms-variant-opt.is-active span { color: #212121; font-weight: 500; }
  /* Mini-Wireframe-Thumbs */
  .cms-wf { width: 92px; height: 60px; flex: none; box-sizing: border-box; border-radius: 7px; background: rgba(33, 33, 33, 0.06); border: 1px solid rgba(33, 33, 33, 0.14); padding: 7px; display: flex; overflow: hidden; }
  .cms-wf .wf-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 3px; width: 100%; }
  .cms-wf .wf-cell { background: rgba(33, 33, 33, 0.28); border-radius: 2px; }
  .cms-wf .wf-mason .wf-cell:nth-child(2), .cms-wf .wf-mason .wf-cell:nth-child(4), .cms-wf .wf-mason .wf-cell:nth-child(6) { transform: scaleY(1.5); transform-origin: top; }
  .cms-wf .wf-fill { flex: 1; border-radius: 4px; background: rgba(33, 33, 33, 0.22); }
  .cms-wf .wf-c { align-items: center; justify-content: center; }
  .cms-wf .wf-ln { height: 4px; border-radius: 2px; background: rgba(33, 33, 33, 0.30); width: 100%; }
  .cms-wf .wf-ln.sm { width: 60%; }
  .cms-wf .wf-ln.lt { background: rgba(255, 255, 255, 0.85); }
  .cms-wf .wf-col, .cms-wf .wf-col2 { display: flex; flex-direction: column; gap: 4px; justify-content: center; }
  .cms-wf .wf-col.cc { width: 100%; align-items: center; }
  .cms-wf .wf-split { display: flex; gap: 4px; width: 100%; }
  .cms-wf .wf-half { width: 45%; border-radius: 4px; background: rgba(33, 33, 33, 0.24); }
  .cms-wf .wf-col2 { flex: 1; }
  .cms-wf .wf-pill { width: 40px; height: 9px; border-radius: 999px; background: rgba(33, 33, 33, 0.34); }
  .cms-wf .wf-card { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1.5px solid rgba(33, 33, 33, 0.3); border-radius: 5px; }
  /* Galerie-Lightbox (Gast-Ansicht) */
  .cms-lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; background: rgba(20, 18, 16, 0.92); animation: cmsLbIn 0.2s ease; }
  @keyframes cmsLbIn { from { opacity: 0; } to { opacity: 1; } }
  .cms-lightbox .lb-img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: 2px; box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5); }
  .cms-lightbox button { position: absolute; background: none; border: none; color: #fff; cursor: pointer; line-height: 1; }
  .cms-lightbox .lb-close { top: 18px; right: 26px; font-size: 38px; opacity: 0.85; }
  .cms-lightbox .lb-nav { top: 50%; transform: translateY(-50%); font-size: 54px; padding: 0 20px; opacity: 0.7; }
  .cms-lightbox .lb-prev { left: 6px; }
  .cms-lightbox .lb-next { right: 6px; }
  .cms-lightbox button:hover { opacity: 1; }
  /* Kurze Info-Meldung (z.B. Foto optimiert) */
  .cms-toast { position: fixed; left: 50%; bottom: 96px; transform: translateX(-50%) translateY(8px); z-index: 90; background: rgba(43, 43, 43, 0.94); color: #fff; font-size: 13px; padding: 10px 16px; border-radius: 10px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); opacity: 0; pointer-events: none; transition: opacity 0.25s, transform 0.25s; }
  .cms-toast.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }
  /* Zeichen-Zähler (FAQ-Antwort-Limit im Edit-Modus) */
  #cmsCharCount { position: absolute; z-index: 92; font: 500 11px/1 system-ui, sans-serif; letter-spacing: 0.04em; padding: 4px 9px; background: rgba(43, 43, 43, 0.94); color: #fff; border-radius: 999px; opacity: 0; pointer-events: none; transform: translateY(-4px); transition: opacity 0.2s, transform 0.2s; }
  #cmsCharCount.show { opacity: 0.95; transform: translateY(0); }
  #cmsCharCount.over { background: #c0392b; }
  /* Scroll-Cue: zentrierte Linie + fallender Punkt (global, alle Templates — überschreibt den alten Pfeil/Pulse) */
  .scroll-indicator { position: absolute; left: 50%; bottom: 1.75rem; transform: translateX(-50%); width: 1px; height: 52px; background: currentColor; opacity: 0.35; overflow: visible; animation: none; }
  .scroll-indicator > i, .scroll-indicator > svg { display: none; }
  .scroll-indicator::after { content: ''; position: absolute; left: 50%; top: 0; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: currentColor; opacity: 1; animation: scrollCueDot 2.3s cubic-bezier(0.4, 0, 0.2, 1) infinite; }
  @keyframes scrollCueDot { 0% { transform: translateY(-2px); opacity: 0; } 18% { opacity: 1; } 72% { opacity: 1; } 100% { transform: translateY(46px); opacity: 0; } }
  @media (prefers-reduced-motion: reduce) { .scroll-indicator::after { animation: none; top: 0; opacity: 0.85; } }
  /* Generischer Slider (wiederverwendbar in allen Templates) */
  [data-cms-slider] { position: relative; }
  [data-cms-slider] .cms-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease-in-out; }
  [data-cms-slider] .cms-slide.is-active { opacity: 1; }
  .cms-slider-dots { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 30; display: flex; gap: 9px; }
  .cms-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255, 255, 255, 0.5); cursor: pointer; padding: 0; transition: background 0.2s, transform 0.2s; }
  .cms-dot.is-active { background: #fff; transform: scale(1.25); }
  /* Slider-Indikator: Segment-Linien (Stories-Stil) statt Dots */
  .cms-slider-dots { gap: 7px; }
  .cms-seg { position: relative; width: 30px; height: 2px; padding: 0; border: 0; border-radius: 2px; background: rgba(255, 255, 255, 0.35); cursor: pointer; overflow: hidden; }
  .cms-seg-fill { position: absolute; inset: 0; width: 0; background: rgba(255, 255, 255, 0.95); }
  .cms-seg.is-active .cms-seg-fill { animation: segFill 5s linear forwards; }
  @keyframes segFill { from { width: 0; } to { width: 100%; } }
  @media (prefers-reduced-motion: reduce) { .cms-seg.is-active .cms-seg-fill { width: 100%; animation: none; } }
  /* Scroll-Cue auf der Slider-Variante ausblenden (sonst Überlagerung mit den Segmenten) */
  #top[data-variant="slider"] .scroll-indicator { display: none; }
  /* Story-Collage: mehr Abstand zwischen Fotos und Intro-Text (global, beide Templates) */
  #story[data-variant="collage"] .story-collage .story-vtext { margin-top: 4rem; }
  /* Gallery-Variante „Filmstrip": horizontale Scroll-/Wisch-Reihe (global, beide Templates) */
  #gallery[data-variant="filmstrip"] .gallery-grid { display: flex; column-count: unset; gap: 0.85rem; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 0.85rem; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
  #gallery[data-variant="filmstrip"] .gallery-cell, #gallery[data-variant="filmstrip"] .gallery-slot { flex: 0 0 auto; width: clamp(210px, 60vw, 320px); aspect-ratio: 4 / 5; height: auto; margin: 0; scroll-snap-align: center; }
  #gallery[data-variant="filmstrip"] .gallery-cell img { width: 100%; height: 100%; object-fit: cover; }
  #gallery[data-variant="filmstrip"] .gallery-grid::-webkit-scrollbar { height: 6px; }
  #gallery[data-variant="filmstrip"] .gallery-grid::-webkit-scrollbar-thumb { background: rgb(var(--sa-400) / 0.5); border-radius: 999px; }
  /* Hero-Slider: cinematic Ken-Burns + weicher Scale-Crossfade (global, alle Templates) */
  #top[data-variant="slider"] .hero-v-slider { overflow: hidden; }
  /* Ken-Burns läuft KONTINUIERLICH auf allen Slides (entkoppelt vom is-active-Toggle) → kein Transform-Sprung beim Wechsel; is-active steuert nur die Opacity (Crossfade) */
  #top[data-variant="slider"] .cms-slide { transition: opacity 1.9s ease-in-out; animation: heroKenBurns 18s ease-in-out infinite alternate; will-change: opacity, transform; }
  /* Im Edit-Modus KEIN Ken-Burns/Scale — sonst werden die Slider-Kacheln vergrößert und überlappen */
  body.cms-edit-on #top[data-variant="slider"] .cms-slide,
  body.cms-edit-on #top[data-variant="slider"] .cms-slide.is-active { transform: none !important; animation: none !important; }
  @keyframes heroKenBurns { 0% { transform: scale(1.05); } 100% { transform: scale(1.16); } }
  @media (prefers-reduced-motion: reduce) { #top[data-variant="slider"] .cms-slide, #top[data-variant="slider"] .cms-slide.is-active { animation: none; transform: none; transition: opacity 0.4s; } }
  /* Slider-Text fix weiß (liegt auf dem Foto) — nicht theme-/user-abhängig; im Edit-Modus bleibt er dunkel/lesbar */
  body:not(.cms-edit-on) #top[data-variant="slider"] .hero-slider-content h1,
  body:not(.cms-edit-on) #top[data-variant="slider"] .hero-slider-content h1 span,
  body:not(.cms-edit-on) #top[data-variant="slider"] .hero-slider-content p { color: #fff !important; }
  /* Auto-Nav (Links generiert aus aktiven Sektionen) + Navbar im Edit-Modus ausblenden (bearbeitet wird über das Menü-Popover in der Toolbar) */
  body.cms-edit-on #navbar { display: none !important; }
  [data-cms-nav] { display: none; align-items: center; gap: 2rem; }
  @media (min-width: 768px) { [data-cms-nav] { display: flex; } }
  .cms-nav-link { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: rgb(var(--in-500)); transition: color 0.2s; }
  .cms-nav-link:hover { color: rgb(var(--sa-600)); }
  /* Welcome/Details-Overlay: Schließen-X oben rechts */
  .cms-welcome-x { position: absolute; top: 0.85rem; right: 0.85rem; width: 2rem; height: 2rem; display: inline-flex; align-items: center; justify-content: center; border: none; background: transparent; color: rgb(var(--in-400)); font-size: 1.2rem; cursor: pointer; border-radius: 9999px; transition: color .2s, background .2s; z-index: 1; }
  .cms-welcome-x:hover { color: rgb(var(--in-900)); background: rgb(var(--in-900) / 0.06); }

  /* Menü-Labels umbenennen (Popover in der Toolbar) */
  .cms-navedit-list { display: flex; flex-direction: column; gap: 0.6rem; }
  .cms-navedit-row { display: flex; flex-direction: column; gap: 0.2rem; }
  .cms-navedit-row.is-button { margin-top: 0.45rem; padding-top: 0.75rem; border-top: 1px solid rgb(var(--sa-300) / 0.4); }
  .cms-navedit-def { display: flex; align-items: center; gap: 0.45rem; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: rgb(var(--in-400)); }
  .cms-navedit-tag { letter-spacing: 0.1em; padding: 1px 6px; border-radius: 999px; background: rgb(var(--in-900)); color: rgb(var(--iv-50)); }
  .cms-navedit-input { width: 100%; font-size: 13px; padding: 0.5rem 0.6rem; border: 1px solid rgb(var(--sa-300) / 0.6); border-radius: 6px; background: #fff; color: rgb(var(--in-900)); }
  .cms-navedit-input:focus { outline: none; border-color: rgb(var(--sa-500)); }
  .cms-nav-rsvp { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; padding: 0.625rem 1.25rem; background: rgb(var(--in-900)); color: rgb(var(--iv-50)); border-radius: 2px; transition: background 0.2s; }
  .cms-nav-rsvp:hover { background: rgb(var(--sa-600)); }
  [data-cms-nav-mobile] { display: flex; flex-direction: column; align-items: center; gap: 2rem; }
  .cms-nav-mlink { font-family: var(--font-serif), serif; font-size: 1.5rem; color: rgb(var(--in-900)); }
  .cms-nav-mrsvp { margin-top: 1rem; padding: 1rem 2.5rem; background: rgb(var(--in-900)); color: rgb(var(--iv-50)); font-size: 0.875rem; letter-spacing: 0.25em; text-transform: uppercase; }

  /* Get-Started-Tour: Styles liegen jetzt im Core-Component wf-coachtour.css */
  .guide-tour-btn { margin-bottom: 1.1rem; }
  .guide-tour-btn i { font-size: 16px; }
