/* Franchiseland.de — Windows XP Luna / Bliss era (~2001–2006) + light modern polish */
:root {
  /* Luna chrome */
  --xp-blue-deep: #0a246a;
  --xp-blue: #0054e3;
  --xp-blue-mid: #3a6ea5;
  --xp-blue-light: #81a9e2;
  --xp-blue-pale: #c7dcf5;
  --xp-title-a: #0a246a;
  --xp-title-b: #1665ca;
  --xp-title-c: #3a94f0;
  --xp-border: #0054e3;
  --xp-border-dark: #003c74;
  --xp-face: #ece9d8;
  --xp-face-2: #f1efe2;
  --xp-face-hot: #ffffff;
  --xp-silver: #d4d0c8;
  --xp-silver-dark: #aca899;
  --xp-ink: #000000;
  --xp-muted: #555555;
  /* Bliss desktop */
  --bliss-sky: #7ec8e3;
  --bliss-sky-2: #4a9fd8;
  --bliss-horizon: #b8d9a0;
  --bliss-grass: #3d8c40;
  --bliss-grass-2: #2d6b30;
  /* Start green (sparingly) */
  --start-green: #3c8b3c;
  --start-green-hi: #5db85d;
  --start-green-lo: #2a6a2a;
  /* UI */
  --link: #0066cc;
  --link-hover: #003399;
  --select: #316ac5;
  --select-text: #fff;
  --warn: #c00000;
  --ok: #2d7a2d;
  --gold: #f5d76e;
  --shadow-window: 0 6px 18px rgba(0, 40, 100, 0.35), 0 0 28px rgba(58, 148, 240, 0.25);
  --font: "Tahoma", "Verdana", "Segoe UI", system-ui, sans-serif;
  --max: 1100px;
  --radius-win: 8px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  font-size: 13px;
  line-height: 1.5;
  color: var(--xp-ink);
  background: var(--bliss-sky-2);
  overflow-x: hidden;
}

/* Bliss-inspired desktop (subtle sky → grass) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 55% at 50% 18%, rgba(255, 255, 255, 0.45), transparent 58%),
    radial-gradient(ellipse 70% 40% at 70% 35%, rgba(255, 220, 120, 0.18), transparent 50%),
    linear-gradient(180deg,
      #8fd0ea 0%,
      #6bb8e0 28%,
      #a8d4b0 58%,
      #5aa05a 78%,
      #3d8c40 100%);
}

img { max-width: 100%; display: block; }
a { color: var(--link); }
a:hover { color: var(--link-hover); text-shadow: 0 0 10px rgba(58, 148, 240, 0.35); }
h1, h2, h3 { margin: 0 0 0.5em; font-weight: 700; font-family: var(--font); color: var(--xp-blue-deep); }
h1 { font-size: 1.7rem; letter-spacing: -0.01em; }
h2 { font-size: 1.28rem; }
h3 { font-size: 1.05rem; }
p { margin: 0 0 0.85em; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--xp-blue); color: #fff; padding: 0.5rem 1rem; border-radius: 4px;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ——— XP Luna window frame ——— */
.win-frame {
  max-width: 1180px;
  margin: 14px auto 88px;
  background: var(--xp-face);
  border: 3px solid var(--xp-border);
  border-radius: var(--radius-win) var(--radius-win) 0 0;
  box-shadow: var(--shadow-window);
  position: relative;
  animation: frameIn 0.45s ease-out;
  overflow: hidden;
}
@keyframes frameIn {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

.titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg,
    #1a5fc4 0%,
    #1665ca 18%,
    #0f56b8 45%,
    #0a246a 100%);
  /* classic Luna also had L→R lightening on active windows */
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.18), transparent 40%, transparent 70%, rgba(255,255,255,0.12)),
    linear-gradient(180deg, #3990ef 0%, #1665ca 35%, #0a3d9c 70%, #0a246a 100%);
  color: #fff;
  padding: 4px 5px 4px 8px;
  font-weight: 700;
  font-size: 12px;
  user-select: none;
  gap: 8px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  border-radius: 5px 5px 0 0;
  min-height: 26px;
}
.titlebar-left { display: flex; align-items: center; gap: 6px; min-width: 0; }
.titlebar-icon { font-size: 14px; filter: drop-shadow(0 0 2px rgba(0,0,0,0.4)); }
.titlebar-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.titlebar-btns { display: flex; gap: 2px; flex-shrink: 0; }

/* XP caption buttons */
.tb-btn {
  width: 21px;
  height: 21px;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  font-family: "Tahoma", sans-serif;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 3px;
  background: linear-gradient(180deg, #6db0ff 0%, #2b6fd4 45%, #1a4fa8 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
  text-shadow: 0 1px 0 rgba(0,0,0,0.35);
}
.tb-btn:hover {
  filter: brightness(1.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 0 8px rgba(120, 190, 255, 0.7);
}
.tb-btn:active { filter: brightness(0.92); }
.tb-close {
  background: linear-gradient(180deg, #e88a7a 0%, #d04430 40%, #a01808 100%);
  border-color: rgba(255, 200, 180, 0.5);
}
.tb-close:hover {
  background: linear-gradient(180deg, #ff9a8a 0%, #e05038 40%, #b02010 100%);
  color: #fff;
}

.menubar {
  display: flex;
  gap: 0;
  padding: 2px 6px;
  background: linear-gradient(180deg, #f8f6ec, var(--xp-face));
  border-bottom: 1px solid var(--xp-silver-dark);
  position: relative;
  flex-wrap: wrap;
}
.menu-item {
  background: none;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: var(--font);
  font-size: 12px;
  padding: 3px 9px;
  cursor: pointer;
  color: var(--xp-ink);
}
.menu-item:hover,
.menu-item[aria-expanded="true"] {
  background: var(--select);
  color: var(--select-text);
  border-color: var(--xp-blue-mid);
}
.menu-dropdown {
  position: absolute;
  top: 100%;
  left: 4px;
  z-index: 40;
  min-width: 190px;
  background: var(--xp-face-hot);
  border: 1px solid var(--xp-border-dark);
  border-radius: 0 0 4px 4px;
  box-shadow: 3px 4px 12px rgba(0, 40, 100, 0.28);
  padding: 3px 0;
}
.menu-dropdown[hidden] { display: none !important; }
.menu-dropdown a,
.menu-dropdown button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 18px;
  background: none;
  border: none;
  font-family: var(--font);
  font-size: 12px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.menu-dropdown a:hover,
.menu-dropdown button:hover {
  background: var(--select);
  color: #fff;
}
.menu-dropdown hr {
  border: none;
  border-top: 1px solid var(--xp-silver-dark);
  margin: 4px 8px;
}
#menu-ansicht { left: 48px; }
#menu-hilfe { left: 100px; }

.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  background: linear-gradient(180deg, #f5f3e8, #e8e4d4);
  border-bottom: 1px solid var(--xp-silver-dark);
}
.tool-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: var(--font);
  font-size: 11px;
  padding: 4px 9px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  transition: box-shadow 0.15s, background 0.15s, border-color 0.15s;
}
.tool-btn:hover {
  border-color: var(--xp-blue-light);
  background: linear-gradient(180deg, #fff, #d6e8fc);
  box-shadow: 0 0 0 1px rgba(58, 148, 240, 0.25), 0 0 10px rgba(58, 148, 240, 0.2);
}
.tool-btn:active {
  background: linear-gradient(180deg, #c5daf5, #e8f2ff);
  transform: translateY(1px);
}
.tool-btn.is-disabled,
.tool-btn[aria-disabled="true"] {
  opacity: 0.42;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.tool-sep {
  width: 1px;
  height: 22px;
  margin: 0 5px;
  background: linear-gradient(var(--xp-silver-dark), transparent);
  border-left: 1px solid #fff;
}
.address-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 160px;
  font-size: 11px;
  color: var(--xp-muted);
}
.address-bar input {
  flex: 1;
  min-width: 0;
  font-family: var(--font);
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.08);
}

/* Site header / nav — Luna beige + blue accents */
.site-header {
  background: linear-gradient(180deg, #faf8f0, var(--xp-face));
  border-bottom: 1px solid var(--xp-silver-dark);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
  min-width: 0;
}
.logo:hover { color: inherit; text-shadow: none; }
.logo-badge {
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 48px;
}
.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  line-height: 1.12;
  min-width: 0;
}
.logo-text .name {
  display: block;
  font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #0a246a;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
}
.logo-text .name-land {
  font-weight: 700;
  color: #0a246a;
}
.logo-text .name-tld {
  color: #2ea043;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
}
.logo-text .tag {
  display: block;
  font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #666;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.2;
}
.menu-toggle {
  display: none;
  font-family: var(--font);
  font-size: 12px;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--xp-silver-dark);
  background: linear-gradient(180deg, #fff, #e4e0d4);
}
.nav { display: flex; flex-wrap: wrap; gap: 4px; align-items: center; }
.nav a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 11px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background 0.15s, box-shadow 0.15s, border-color 0.15s;
}
.nav a:hover {
  border-color: var(--xp-blue-light);
  background: linear-gradient(180deg, #fff, #dceafc);
  box-shadow: 0 0 10px rgba(58, 148, 240, 0.22);
}
.nav a[aria-current="page"] {
  border-color: var(--xp-blue-mid);
  background: linear-gradient(180deg, #e8f2ff, #c5daf5);
  color: var(--xp-blue-deep);
}
.nav a.nav-cta {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.35);
  border: 1px solid var(--start-green-lo);
  background: linear-gradient(180deg, var(--start-green-hi) 0%, var(--start-green) 55%, var(--start-green-lo) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}
.nav a.nav-cta:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 0 14px rgba(93, 184, 93, 0.55);
  filter: brightness(1.05);
}
.nav a.nav-cta.nav-cta-gold {
  color: #000;
  text-shadow: none;
  border: 1px solid #9a7a12;
  background: linear-gradient(180deg, #e8c43a 0%, #d4a61c 48%, #b8860b 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.nav a.nav-cta.nav-cta-gold:hover,
.nav a.nav-cta.nav-cta-gold[aria-current="page"] {
  color: #000;
  text-shadow: none;
  border-color: #8a6a0c;
  background: linear-gradient(180deg, #f0cc44 0%, #dcaf20 52%, #c49210 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 12px rgba(184, 134, 11, 0.45);
  filter: none;
}
.nav a.nav-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  padding: 4px 10px 4px 6px;
  color: var(--xp-blue-deep);
}
.nav a.nav-cart:hover {
  color: var(--xp-blue-deep);
}
.nav a.nav-cta.nav-cta-gold .laufschrift {
  color: #000;
  -webkit-text-fill-color: #000;
}
.nav a.nav-cta.nav-cta-gold .laufschrift::after {
  background-image: linear-gradient(
    100deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.2) 47%,
    #fff 50%,
    rgba(255, 255, 255, 0.2) 53%,
    transparent 58%,
    transparent 100%
  );
}
.nav a.nav-cart .cart-icon {
  display: block;
  width: 18px;
  height: 18px;
  transform-origin: 50% 80%;
  animation: cart-wiggle 1.7s ease-in-out infinite;
}
@keyframes cart-wiggle {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  22% { transform: rotate(-12deg) translateY(-1px); }
  48% { transform: rotate(10deg) translateY(0); }
  72% { transform: rotate(-6deg) translateY(-1px); }
}
@media (prefers-reduced-motion: reduce) {
  .nav a.nav-cart .cart-icon { animation: none; }
}
.nav a.nav-cart .cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ee6a6a 0%, #c00000 55%, #8b0000 100%);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,0.35);
  border: 1px solid #8b0000;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.25);
}
.nav a.nav-cart .cart-count.is-empty {
  background: linear-gradient(180deg, #d4d0c4 0%, #9a9688 100%);
  border-color: #7a7668;
  color: #fff;
  text-shadow: none;
}

.main-pane {
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  margin: 6px;
  min-height: 420px;
  padding: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #fff;
}
.wrap { max-width: var(--max); margin: 0 auto; padding: 16px 18px; }
.section { padding: 8px 0 20px; }
.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--xp-blue);
  font-weight: 700;
  margin: 0 0 4px;
}
.lead { font-size: 14px; color: #333; max-width: 62ch; }

/* XP glossy buttons */
.win-btn, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 4px;
  background: linear-gradient(180deg, #ffffff 0%, #f0ede3 40%, #dcd8c8 100%);
  box-shadow: inset 0 1px 0 #fff;
  transition: box-shadow 0.15s, filter 0.15s, transform 0.1s;
}
.win-btn:hover, .btn:hover {
  border-color: var(--xp-blue-light);
  box-shadow: inset 0 1px 0 #fff, 0 0 12px rgba(58, 148, 240, 0.35);
  filter: brightness(1.03);
}
.win-btn:active, .btn:active {
  background: linear-gradient(180deg, #d4d0c4, #eeebe0);
  transform: translateY(1px);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.35);
  border-color: var(--xp-border-dark);
  background: linear-gradient(180deg, #7eb6f8 0%, #3a8ae0 40%, #1665ca 70%, #0a3d9c 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}
.btn-primary:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 0 14px rgba(58, 148, 240, 0.55);
}
.btn-danger {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.35);
  border-color: #6a1a1a;
  background: linear-gradient(180deg, #e08080 0%, #c04040 45%, #8b1a1a 100%);
}
.btn-danger:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 0 10px rgba(180,40,40,0.4);
}
.bo-subhead { font-size: 13px; margin: 16px 0 8px; color: #0a246a; }
.bo-brand-block { margin-bottom: 8px; }
.bo-brand-edit {
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-top: none;
  padding: 10px;
  margin: -6px 0 8px;
  border-radius: 0 0 4px 4px;
}
.bo-edit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}
.bo-edit-grid label, .bo-slot-card label {
  display: flex; flex-direction: column; gap: 3px;
  font-size: 11px; font-weight: 700;
}
.bo-edit-grid input, .bo-edit-grid select, .bo-edit-grid textarea,
.bo-slot-card input[type="number"] {
  font-family: var(--font); font-size: 12px; font-weight: 400;
  padding: 4px 6px; border: 1px solid var(--xp-silver-dark);
}
.bo-edit-span { grid-column: 1 / -1; }
.bo-edit-grid label.bo-edit-check {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.bo-edit-grid input[type="checkbox"],
.bo-brand-row input[type="checkbox"] {
  width: auto;
  height: 14px;
  margin: 0;
  padding: 0;
  accent-color: #0a246a;
}
.bo-brand-row .bo-check {
  padding: 5px 8px;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 4px;
  background: linear-gradient(180deg, #fff, #ece9d8);
  cursor: pointer;
  user-select: none;
}
.bo-brand-row .bo-check.is-on,
.bo-brand-row .bo-check:has(input:checked) {
  background: linear-gradient(180deg, #fff4cc, #e8c43a);
  border-color: #b8860b;
}
.bo-timer {
  display: block;
  width: fit-content;
  margin: 4px 0 0;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 700;
  color: #0a246a;
  background: #e8f2ff;
  border: 1px solid #81a9e2;
  border-radius: 3px;
}
.bo-timer.is-warn {
  color: #7a3d00;
  background: #fff3d0;
  border-color: #c9a020;
}
.bo-timer.is-expired {
  color: #7a0000;
  background: #f8d0d0;
  border-color: #c04040;
}
.bo-brand-row.is-deleted { opacity: 0.75; background: #f4f0e8; }
.bo-check {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600;
}
.bo-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}
.bo-slot-card {
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 4px;
  padding: 10px;
}
.bo-slot-card h3 { margin: 0 0 4px; font-size: 13px; }
.bo-slot-preview {
  margin-top: 8px;
  min-height: 70px;
  border: 1px dashed #888;
  background: #faf8f0;
}
.bo-ad-card {
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.bo-ad-head { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; margin-bottom: 8px; }
.ad-creative-img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 0 8px;
  border: 1px solid var(--xp-silver-dark);
  background: #fff;
}
.xp-ad-body .ad-creative-img { max-height: 56px; margin: 0 8px 0 0; }
.btn-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }

/* Panels / cards — Luna group boxes */
.panel {
  background: linear-gradient(180deg, #faf8f0, var(--xp-face));
  border: 1px solid var(--xp-silver-dark);
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 40, 80, 0.08);
}
.panel-inset {
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 4px;
  padding: 12px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.brand-card {
  --brand: #1665ca;
  position: relative;
  background: var(--xp-face);
  border: 1px solid var(--xp-silver-dark);
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  transition: transform 0.15s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0, 40, 80, 0.1);
}
.brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 18px rgba(58, 148, 240, 0.4), 0 6px 14px rgba(0, 40, 80, 0.18);
  border-color: var(--xp-blue-light);
}
/* Apple Intelligence / Siri glow — iridescent aurora rim, tinted per brand.color */
@property --fl-aurora {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.brand-card.is-verified {
  isolation: isolate;
  overflow: visible;
  border: 2px solid transparent;
  background:
    linear-gradient(#fafafa, #fafafa) padding-box,
    conic-gradient(
      from var(--fl-aurora),
      var(--brand),
      color-mix(in srgb, var(--brand) 40%, #fff) 16%,
      #fff 28%,
      color-mix(in srgb, var(--brand) 55%, #7eb6f8) 42%,
      var(--brand) 58%,
      color-mix(in srgb, var(--brand) 35%, #f5d76e) 74%,
      #fff 86%,
      var(--brand)
    ) border-box;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--brand) 30%, transparent),
    0 0 16px color-mix(in srgb, var(--brand) 42%, transparent),
    0 2px 6px rgba(0, 40, 80, 0.12);
  animation: fl-aurora-spin 6.5s linear infinite;
}
.brand-card.is-verified::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 10px;
  background: conic-gradient(
    from var(--fl-aurora),
    color-mix(in srgb, var(--brand) 80%, transparent),
    #fff8,
    color-mix(in srgb, var(--brand) 50%, #3a94f0),
    color-mix(in srgb, var(--brand) 40%, #fff),
    var(--brand),
    transparent
  );
  filter: blur(9px);
  opacity: 0.55;
  z-index: -1;
  pointer-events: none;
  animation: fl-aurora-spin 6.5s linear infinite;
}
.brand-card.is-verified .brand-card-head {
  border-radius: 4px 4px 0 0;
}
.brand-card.is-verified:hover {
  border-color: transparent;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--brand) 40%, transparent),
    0 0 22px color-mix(in srgb, var(--brand) 55%, transparent),
    0 6px 14px rgba(0, 40, 80, 0.16);
}
@keyframes fl-aurora-spin {
  to { --fl-aurora: 360deg; }
}
@media (prefers-reduced-motion: reduce) {
  .brand-card.is-verified,
  .brand-card.is-verified::before {
    animation: none;
  }
}
.brand-card-head {
  background: linear-gradient(180deg, #3990ef 0%, #1665ca 50%, #0a246a 100%);
  color: #fff;
  padding: 9px 11px;
  font-weight: 700;
  font-size: 13px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.35);
}
.brand-card-body { padding: 10px; flex: 1; background: #fafafa; }
.brand-card-body p { font-size: 12px; margin: 0 0 8px; color: #222; }
.brand-meta { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 8px; }
.tag {
  display: inline-block;
  font-size: 10px;
  padding: 2px 7px;
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 3px;
}
.tag-partner {
  background: #e8f8e8;
  border-color: var(--ok);
  color: var(--ok);
  font-weight: 700;
}
.tag-featured {
  background: #fff8d8;
  border-color: #c9a020;
}
.brand-card-foot {
  padding: 8px 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  border-top: 1px solid var(--xp-silver-dark);
  background: linear-gradient(180deg, #f5f3e8, var(--xp-face));
}
.brand-card-foot .btn,
.brand-card-foot .win-btn {
  flex: 1;
  min-width: 90px;
  font-size: 11px;
  padding: 5px 8px;
}

/* Hero — soft Bliss sky accents */
.hero {
  background:
    radial-gradient(ellipse at 85% 10%, rgba(255, 230, 140, 0.28), transparent 42%),
    radial-gradient(ellipse at 10% 80%, rgba(90, 170, 90, 0.12), transparent 45%),
    linear-gradient(180deg, #dff0fa 0%, #f5fafc 45%, #fff 100%);
  border-bottom: 1px solid var(--xp-silver-dark);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 18px;
  align-items: start;
}
.hero h1 em {
  font-style: normal;
  color: var(--xp-blue);
  text-shadow: 0 0 22px rgba(58, 148, 240, 0.35);
}
.hero-aside .panel { margin: 0; }

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(180deg, var(--xp-face), #e4e0d0);
  border-bottom: 1px solid var(--xp-silver-dark);
}
.stat {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 10px 8px;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 5px;
  background: linear-gradient(180deg, #fff, #f3f0e6);
  box-shadow: inset 0 1px 0 #fff;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
a.stat:hover,
a.stat:focus {
  border-color: var(--xp-blue-mid);
  background: linear-gradient(180deg, #fff, #dceafc);
  box-shadow: 0 0 10px rgba(58, 148, 240, 0.22);
  outline: none;
}
.stat strong { display: block; font-size: 17px; color: var(--xp-blue); }
a.stat:hover strong,
a.stat:focus strong { color: var(--xp-blue-deep); }
.stat span { font-size: 10px; color: var(--xp-muted); }

.win-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  background: #fff;
}
.win-table th,
.win-table td {
  border: 1px solid var(--xp-silver-dark);
  padding: 7px 9px;
  text-align: left;
}
.win-table th {
  background: linear-gradient(180deg, #f8f6ec, var(--xp-face));
  font-weight: 700;
  color: var(--xp-blue-deep);
}
.win-table tr:hover td { background: #e8f2ff; }
.win-table a { font-weight: 600; }

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  isolation: isolate;
}
.step {
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 1px 4px rgba(0, 40, 80, 0.08);
  overflow: visible;
}
.step-num {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, #5aa0f0, #0a246a);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 6px;
  border: 1px solid var(--xp-border-dark);
  box-shadow: 0 0 0 0 rgba(58, 148, 240, 0.35);
  transform-origin: center;
  animation: ws-num-seq 3s ease-in-out infinite;
}
.step:nth-child(2) .step-num { animation-delay: 0.75s; }
.step:nth-child(3) .step-num { animation-delay: 1.5s; }
.step:nth-child(4) .step-num { animation-delay: 2.25s; }
@media (prefers-reduced-motion: reduce) {
  .step-num { animation: none; }
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: end;
  margin-bottom: 14px;
  padding: 12px;
  background: linear-gradient(180deg, #faf8f0, var(--xp-face));
  border: 1px solid var(--xp-silver-dark);
  border-radius: 6px;
}
.filters label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 11px;
  font-weight: 600;
  color: var(--xp-blue-deep);
}
.filters select,
.filters input:not([type="checkbox"]):not([type="radio"]),
.field input:not([type="checkbox"]):not([type="radio"]),
.field select,
.field textarea {
  font-family: var(--font);
  font-size: 12px;
  padding: 5px 7px;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 3px;
  background: #fff;
  min-width: 140px;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.06);
}
.filters input[type="checkbox"],
.filters input[type="radio"],
.field input[type="checkbox"],
.field input[type="radio"] {
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  flex: none;
  accent-color: var(--xp-blue);
}
.filters .filter-check {
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding-bottom: 4px;
  white-space: nowrap;
}
.laufschrift {
  position: relative;
  display: inline-block;
  color: var(--xp-blue-deep);
  -webkit-text-fill-color: var(--xp-blue-deep);
  background: none;
  animation: none;
  transform: none;
}
/* Light band over static glyphs — the letters never translate. */
.laufschrift::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    100deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.2) 47%,
    #e8f2ff 50%,
    rgba(255, 255, 255, 0.2) 53%,
    transparent 58%,
    transparent 100%
  );
  background-size: 280% 100%;
  background-repeat: no-repeat;
  background-position: 140% 0;
  -webkit-background-clip: text;
  background-clip: text;
  animation: laufschrift-sweep 7.5s ease-in-out infinite;
  transform: none;
}
@keyframes laufschrift-sweep {
  0%, 22% { background-position: 140% 0; }
  78%, 100% { background-position: -40% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .laufschrift::after {
    content: none;
    animation: none;
  }
}
.btn .laufschrift {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}
.btn-gold .laufschrift::after {
  background-image: linear-gradient(
    100deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.25) 47%,
    #fffef6 50%,
    rgba(255, 255, 255, 0.25) 53%,
    transparent 58%,
    transparent 100%
  );
}
.field { margin-bottom: 10px; }
.field label { display: block; font-weight: 600; margin-bottom: 3px; font-size: 12px; }
.field-hint {
  font-weight: 400;
  font-size: 11px;
  color: var(--xp-muted);
}
.brand-picks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 10px;
  max-height: 14rem;
  overflow: auto;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.06);
}
.brand-picks label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 4px 6px;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
}
.brand-picks label:hover,
.brand-picks label:focus-within {
  background: var(--select);
  color: #fff;
}
.brand-picks input[type="checkbox"] {
  width: auto;
  min-width: 0;
  margin: 0;
  flex: none;
  accent-color: var(--xp-blue);
}
.field.error .brand-picks {
  border-color: var(--warn);
  background: #fff5f5;
}
@media (max-width: 800px) {
  .brand-picks { grid-template-columns: 1fr; max-height: 12rem; }
}
.field.error input,
.field.error select,
.field.error textarea {
  border-color: var(--warn);
  background: #fff5f5;
}
.field .err-msg { color: var(--warn); font-size: 11px; display: none; }
.field.error .err-msg { display: block; }

.wizard-steps {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: nowrap;
  position: relative;
  overflow: visible;
  width: 100%;
  isolation: isolate;
}
.wizard-steps .ws {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 8px 10px;
  background: linear-gradient(180deg, #fff, var(--xp-face));
  border: 1px solid var(--xp-silver-dark);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: var(--xp-muted);
  background-color: var(--xp-face);
  animation: ws-pill-seq 3s ease-in-out infinite;
}
.wizard-steps .ws[data-step="2"] { animation-delay: 0.75s; }
.wizard-steps .ws[data-step="3"] { animation-delay: 1.5s; }
.wizard-steps .ws-num {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  color: #0a246a;
  background: linear-gradient(180deg, #fff, #dfe8f8);
  border: 1px solid #7aa4d8;
  box-shadow: 0 0 0 0 rgba(58, 148, 240, 0.35);
  animation: ws-num-seq 3s ease-in-out infinite;
}
.wizard-steps .ws[data-step="2"] .ws-num { animation-delay: 0.75s; }
.wizard-steps .ws[data-step="3"] .ws-num { animation-delay: 1.5s; }
.wizard-steps .ws-label { min-width: 0; }
.wizard-steps .ws:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 18px;
  font-weight: 800;
  color: #1665ca;
  opacity: 0.28;
  pointer-events: none;
  text-shadow: 0 0 6px rgba(255, 226, 122, 0.6);
  animation: ws-arrow-seq 3s ease-in-out infinite;
}
.wizard-steps .ws[data-step="1"]::after { animation-delay: 0.38s; }
.wizard-steps .ws[data-step="2"]::after { animation-delay: 1.13s; }
.wizard-steps .ws.active {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  background: linear-gradient(180deg, #3990ef, #0a246a);
  border-color: var(--xp-border-dark);
  box-shadow: 0 0 10px rgba(58, 148, 240, 0.4);
  background-color: #0a246a;
  animation-name: ws-pill-seq-active;
}
.wizard-steps .ws.active[data-step="2"] { animation-delay: 0.75s; }
.wizard-steps .ws.active[data-step="3"] { animation-delay: 1.5s; }
.wizard-steps .ws.active .ws-num {
  color: #3a2800;
  background: linear-gradient(180deg, #ffe27a, #e0a800);
  border-color: #c9a227;
  box-shadow: 0 0 10px rgba(255, 210, 70, 0.75);
  animation-name: ws-num-seq-gold;
}
.wizard-steps .ws.done {
  background: linear-gradient(180deg, #e8f8e8, #c8e8c8);
  border-color: var(--ok);
  color: var(--ok);
  background-color: #c8e8c8;
  animation-name: ws-pill-seq-done;
}
.wizard-steps .ws.done[data-step="2"] { animation-delay: 0.75s; }
.wizard-steps .ws.done[data-step="3"] { animation-delay: 1.5s; }
.wizard-steps .ws.done .ws-num {
  color: #fff;
  background: linear-gradient(180deg, #5ec86a, #2e8a3a);
  border-color: var(--ok);
  animation-name: ws-num-seq-green;
}
.wizard-steps .ws.ws-arrive::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 3px rgba(255, 210, 70, 0.85);
  animation: ws-arrive-ring 0.5s ease-out;
}
@keyframes ws-num-seq {
  0%, 22%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(58, 148, 240, 0); }
  10% { transform: scale(1.42); box-shadow: 0 0 0 8px rgba(58, 148, 240, 0.42); }
}
@keyframes ws-num-seq-gold {
  0%, 22%, 100% { transform: scale(1); box-shadow: 0 0 10px rgba(255, 210, 70, 0.75); }
  10% { transform: scale(1.42); box-shadow: 0 0 0 8px rgba(255, 210, 70, 0.5), 0 0 18px rgba(255, 210, 70, 0.9); }
}
@keyframes ws-num-seq-green {
  0%, 22%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(46, 138, 58, 0); }
  10% { transform: scale(1.42); box-shadow: 0 0 0 8px rgba(94, 200, 106, 0.45); }
}
@keyframes ws-pill-seq {
  0%, 22%, 100% { transform: translateY(0); }
  10% { transform: translateY(-3px); }
}
@keyframes ws-pill-seq-active {
  0%, 22%, 100% { transform: translateY(0); box-shadow: 0 0 10px rgba(58, 148, 240, 0.4); }
  10% { transform: translateY(-3px); box-shadow: 0 0 16px rgba(255, 210, 70, 0.7); }
}
@keyframes ws-pill-seq-done {
  0%, 22%, 100% { transform: translateY(0); }
  10% { transform: translateY(-3px); }
}
@keyframes ws-arrow-seq {
  0%, 100% { opacity: 0.22; transform: translateY(-50%) translateX(0) scale(1); }
  16% { opacity: 1; transform: translateY(-50%) translateX(5px) scale(1.28); }
  32% { opacity: 0.22; transform: translateY(-50%) translateX(0) scale(1); }
}
@keyframes ws-arrive-ring {
  0% { opacity: 1; transform: scale(0.92); }
  100% { opacity: 0; transform: scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  .wizard-steps .ws,
  .wizard-steps .ws-num,
  .wizard-steps .ws:not(:last-child)::after,
  .wizard-steps .ws.ws-arrive::before { animation: none; }
}
.wizard-pane[hidden] { display: none !important; }
.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px 18px;
  align-items: start;
}
.form-grid .field { margin-bottom: 0; }
.form-grid .field-span { grid-column: 1 / -1; }
.wizard-pane .field input:not([type="checkbox"]):not([type="radio"]),
.wizard-pane .field select,
.wizard-pane .field textarea,
#brand-submit-form .field input:not([type="checkbox"]):not([type="radio"]),
#brand-submit-form .field select,
#brand-submit-form .field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.wizard-pane textarea {
  min-height: 8.5rem;
  resize: vertical;
}
.wizard-pane .btn-row { margin-top: 16px; }
.success-box {
  background: linear-gradient(180deg, #f0fff0, #e0f5e0);
  border: 1px solid var(--ok);
  border-radius: 6px;
  padding: 16px;
  text-align: center;
}
.success-box h2 { color: var(--ok); }

.detail-hero { display: grid; grid-template-columns: 1fr 280px; gap: 16px; }
.detail-side .panel { position: sticky; top: 8px; }
.kv { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; font-size: 12px; }
.kv dt { font-weight: 700; color: #444; }
.kv dd { margin: 0 0 6px; }

.bo-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 10px;
  min-height: 480px;
}
.bo-list {
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 4px;
  overflow: auto;
  max-height: 560px;
}
.bo-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 9px 11px;
  border: none;
  border-bottom: 1px solid var(--xp-silver);
  background: #fff;
  font-family: var(--font);
  font-size: 12px;
  cursor: pointer;
}
.bo-item:hover { background: #e8f2ff; }
.bo-item.active { background: var(--select); color: #fff; }
.bo-item.active .bo-meta { color: #cde; }
.bo-meta { font-size: 10px; color: #666; margin-top: 2px; }
.bo-detail {
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 4px;
  padding: 12px;
}
.status-pill {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border: 1px solid #888;
  border-radius: 3px;
}
.status-Neu { background: #ffe0e0; }
.status-In\ Bearbeitung { background: #fff3c4; }
.status-Entwurf { background: #e0e8ff; }
.status-Freigabe { background: #d4edda; }

.site-footer {
  background: linear-gradient(180deg, var(--xp-face), #e0dcc8);
  padding: 12px 14px;
  font-size: 11px;
  border-top: 1px solid #fff;
  color: #333;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-links a { color: var(--link); }
.footer-links a.footer-cta {
  color: #0066cc;
  text-decoration: underline;
  text-shadow: none;
  background: none;
  font-weight: 400;
}
.footer-links a.footer-cta:hover {
  color: #003399;
  text-decoration: underline;
}

.statusbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 5px;
  font-size: 11px;
  background: linear-gradient(180deg, #f0ede3, var(--xp-face));
  border-top: 1px solid #fff;
}
.sb-left, .sb-mid, .sb-right {
  padding: 3px 9px;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.sb-left { flex: 1; }
.sb-mid strong {
  display: inline-block;
  min-width: 6ch;
  color: var(--xp-blue);
}
.sb-mid strong.laufschrift {
  color: var(--xp-blue);
  -webkit-text-fill-color: var(--xp-blue);
}
.sb-mid strong.laufschrift::after {
  background-image: linear-gradient(
    100deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.25) 47%,
    #fff 50%,
    rgba(255, 255, 255, 0.25) 53%,
    transparent 58%,
    transparent 100%
  );
}
.sb-mid strong.is-ticking {
  animation: hitPulse 0.6s ease;
}
@keyframes hitPulse {
  0% { transform: scale(1.35); color: var(--xp-title-c); }
  100% { transform: scale(1); }
}

/* Chat — XP tool window */
.bot-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  border: 1px solid var(--xp-border-dark);
  background: linear-gradient(180deg, #5aa0f0 0%, #1665ca 55%, #0a246a 100%);
  box-shadow: 0 4px 12px rgba(0, 40, 100, 0.35), 0 0 16px rgba(58, 148, 240, 0.4);
  transition: transform 0.15s, box-shadow 0.15s;
}
.bot-fab:hover {
  transform: scale(1.07);
  box-shadow: 0 6px 16px rgba(0, 40, 100, 0.4), 0 0 22px rgba(58, 148, 240, 0.55);
}
.fl-xp-taskbar .fl-xp-tray .bot-fab.fl-xp-tray-helper,
.fl-xp-taskbar .fl-xp-tray-helper {
  all: unset;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  inset: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  top: auto !important;
  z-index: auto !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 16px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  border-radius: 3px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 1px solid #9ad0ff !important;
  background: linear-gradient(180deg, #6eb8ff 0%, #1a73e8 55%, #0d47b8 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
  transform: none !important;
  filter: none !important;
}
.fl-xp-taskbar .fl-xp-tray .bot-fab.fl-xp-tray-helper:hover,
.fl-xp-taskbar .fl-xp-tray-helper:hover {
  transform: none !important;
  filter: brightness(1.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}
.fl-xp-taskbar .fl-xp-tray .fl-xp-tray-helper svg {
  display: block;
  width: 12px;
  height: 12px;
  pointer-events: none;
}
.bot-root {
  position: fixed;
  right: 8px;
  bottom: 38px;
  z-index: 450;
  width: min(340px, calc(100vw - 24px));
}
.bot-root[hidden] { display: none !important; }
.bot-window {
  background: var(--xp-face);
  border: 3px solid var(--xp-border);
  border-radius: 8px 8px 4px 4px;
  box-shadow: var(--shadow-window);
  display: flex;
  flex-direction: column;
  max-height: 420px;
  overflow: hidden;
}
.bot-titlebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.15), transparent 50%),
    linear-gradient(180deg, #3990ef 0%, #1665ca 50%, #0a246a 100%);
  color: #fff;
  padding: 5px 6px;
  font-weight: 700;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.bot-body {
  background: #fff;
  height: 220px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--xp-silver-dark);
  margin: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.bot-msg { margin-bottom: 8px; max-width: 92%; }
.bot-msg.bot {
  background: #e8f2ff;
  padding: 6px 8px;
  border: 1px solid #a0c0e8;
  border-radius: 4px;
}
.bot-msg.user {
  background: #f5f3e8;
  padding: 6px 8px;
  margin-left: auto;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 4px;
  text-align: right;
}
.bot-msg .who {
  font-size: 10px;
  font-weight: 700;
  color: #555;
  display: block;
  margin-bottom: 2px;
}
.bot-quick { display: flex; flex-wrap: wrap; gap: 4px; padding: 0 6px 4px; }
.bot-quick button {
  font-family: var(--font);
  font-size: 10px;
  padding: 3px 7px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid var(--xp-silver-dark);
  background: linear-gradient(180deg, #fff, var(--xp-face));
}
.bot-quick button:hover { background: #e8f2ff; border-color: var(--xp-blue-light); }
.bot-form { display: flex; gap: 4px; padding: 4px 6px 6px; }
.bot-form input {
  flex: 1;
  font-family: var(--font);
  font-size: 12px;
  padding: 5px;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 3px;
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.1), transparent 30%),
    linear-gradient(180deg, #3990ef 0%, #1665ca 40%, #0a246a 100%);
  color: #fff;
  padding: 22px 18px;
  text-align: center;
  box-shadow: inset 0 0 40px rgba(0,0,0,0.15);
}
.cta-band h2 { color: #fff; margin-bottom: 8px; text-shadow: 0 1px 2px rgba(0,0,0,0.35); }
.cta-band p { color: #dcecff; }
.cta-band .btn { margin: 4px; }

.legal-box { font-size: 13px; line-height: 1.6; }
.legal-box address { font-style: normal; }
.empty-state { padding: 24px; text-align: center; color: #555; }

@media (max-width: 800px) {
  html, body { overflow-x: hidden; }
  .win-frame {
    margin: 0;
    border-width: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: none;
  }
  .titlebar { border-radius: 0; }
  .hero-grid, .detail-hero, .bo-layout, .form-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-toggle { display: inline-block; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a.nav-cart { align-self: flex-start; }
  .titlebar-text { font-size: 11px; }
  .toolbar .address-bar { width: 100%; order: 99; }
  .menubar { display: flex; flex-wrap: wrap; }
  .logo-badge { width: 44px; height: 44px; max-width: 44px; }
  .logo-text .name { font-size: 16px; }
  .wrap { padding: 12px 10px; }
  .header-inner { padding: 10px; }
  .filters { flex-direction: column; align-items: stretch; }
  .filters label { width: 100%; }
  .filters select,
  .filters input:not([type="checkbox"]):not([type="radio"]),
  .field input:not([type="checkbox"]):not([type="radio"]),
  .field select,
  .field textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .wizard-steps { gap: 10px; }
  .wizard-steps .ws { padding: 8px 6px; font-size: 10px; gap: 5px; }
  .wizard-steps .ws-num { width: 18px; height: 18px; font-size: 11px; }
  .wizard-steps .ws:not(:last-child)::after { right: -9px; font-size: 14px; }
  .card-grid { grid-template-columns: 1fr; }
  .wizard-pane .btn-row,
  #anfrage-form .btn-row,
  #brand-submit-form .btn-row {
    flex-direction: column;
    align-items: stretch;
  }
  .wizard-pane .btn-row .btn,
  .wizard-pane .btn-row a.btn,
  #anfrage-form .btn-row .btn,
  #anfrage-form .btn-row a.btn,
  #brand-submit-form .btn-row .btn,
  #brand-submit-form .btn-row a.btn {
    width: 100%;
    text-align: center;
  }
  .panel-inset { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .win-table { min-width: 28rem; }
}


/* ——— Brand logos ——— */
.brand-logo {
  display: none; /* großes Karten-Logo entfernt — nur kleines Inline-Logo */
}
.brand-logo-sm {
  width: 48px;
  height: 28px;
  object-fit: contain;
  border-radius: 3px;
  border: 1px solid var(--xp-silver-dark);
  vertical-align: middle;
  margin-right: 6px;
  background: #fff;
}
.brand-logo-lg {
  width: 160px;
  max-width: 100%;
  height: 96px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--xp-silver-dark);
  box-shadow: 0 2px 8px rgba(0,40,100,0.12);
  margin-bottom: 12px;
  background: #fff;
}
.brand-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-card-head .brand-logo-inline {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,0.4);
  background: #fff;
  flex-shrink: 0;
}
.fl-logo-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.win-table .logo-cell {
  white-space: nowrap;
  vertical-align: middle;
}

/* ——— Mini-browser (Adresse / Gehe zu) ——— */
.main-pane { position: relative; }
.browser-viewport {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 20;
  flex-direction: column;
  background: var(--xp-face);
}
.browser-viewport.active { display: flex; }
.browser-chrome-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 6px 8px;
  background: linear-gradient(180deg, #f8f6ec, var(--xp-face));
  border-bottom: 1px solid var(--xp-silver-dark);
  font-size: 11px;
}
.browser-chrome-bar .bb-url {
  flex: 1;
  min-width: 120px;
  font-family: var(--font);
  color: var(--xp-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.browser-chrome-bar .bb-status {
  color: var(--xp-blue-deep);
  font-weight: 700;
}
.browser-frame-wrap {
  flex: 1;
  position: relative;
  min-height: 360px;
  background: #fff;
}
.browser-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
.browser-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(236, 233, 216, 0.92);
  z-index: 2;
  font-weight: 700;
  color: var(--xp-blue-deep);
}
.browser-loading[hidden] { display: none !important; }

/* XP dialog */
.xp-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 40, 80, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.xp-dialog-backdrop[hidden] { display: none !important; }
.xp-dialog {
  width: min(420px, 100%);
  background: var(--xp-face);
  border: 3px solid var(--xp-border);
  border-radius: 8px;
  box-shadow: var(--shadow-window);
  overflow: hidden;
  animation: frameIn 0.2s ease-out;
}
.xp-dialog-title {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.15), transparent 50%),
    linear-gradient(180deg, #3990ef 0%, #1665ca 50%, #0a246a 100%);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 8px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.xp-dialog-body {
  display: flex;
  gap: 12px;
  padding: 16px;
  font-size: 12px;
  align-items: flex-start;
}
.xp-dialog-icon {
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
}
.xp-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  padding: 0 12px 12px;
}
#addr:focus {
  outline: 2px solid var(--xp-blue-light);
  outline-offset: 1px;
}
.main-pane.browser-mode > :not(.browser-viewport) { visibility: hidden; }
@media (max-width: 800px) {
  .browser-frame-wrap { min-height: 50vh; }
  .brand-logo { height: 64px; }
}


/* Backoffice tabs + brand live */
.bo-tabs {
  display: flex; gap: 4px; margin-top: 12px; flex-wrap: wrap;
}
.bo-tab {
  font-family: var(--font); font-size: 12px; font-weight: 700;
  padding: 7px 14px; cursor: pointer; border-radius: 4px 4px 0 0;
  border: 1px solid var(--xp-silver-dark); border-bottom: none;
  background: linear-gradient(180deg, #fff, var(--xp-face));
  color: var(--xp-muted);
}
.bo-tab.active {
  color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.3);
  background: linear-gradient(180deg, #3990ef, #0a246a);
  border-color: var(--xp-border-dark);
}
.main-pane.is-paging { opacity: 0.72; }
.main-pane.is-paging { cursor: progress; }
.bo-tab-panel[hidden] { display: none !important; }
.bo-brand-row, .bo-sub-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  padding: 8px 10px; margin-bottom: 6px;
  background: #fff; border: 1px solid var(--xp-silver-dark); border-radius: 4px;
}
.bo-brand-row .meta, .bo-sub-row .meta { flex: 1; min-width: 160px; font-size: 12px; }
.bo-live-on {
  background: linear-gradient(180deg, #5db85d, #2a6a2a) !important;
  color: #fff !important; border-color: #1e4e1e !important;
}
.bo-live-off {
  background: linear-gradient(180deg, #eee, #ccc) !important;
  color: #444 !important;
}
.logo-preview {
  width: 40px; height: 24px; object-fit: cover; border-radius: 3px;
  border: 1px solid var(--xp-silver-dark); background: #fff;
}

.bo-sub-card {
  background: #fff;
  border: 1px solid var(--xp-silver-dark);
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 10px;
}
.bo-sub-card .field input,
.bo-sub-card .field select,
.bo-sub-card .field textarea { width: 100%; min-width: 0; }

/* Smart matcher (home) */
.smart-matcher-section { padding-top: 4px; }
.smart-matcher h2 { color: var(--xp-blue-deep); }
.sm-results { margin-top: 12px; }
.sm-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  padding: 8px 10px; margin-bottom: 6px;
  background: #fff; border: 1px solid var(--xp-silver-dark); border-radius: 4px;
}
.sm-row .sm-meta { flex: 1; min-width: 140px; font-size: 12px; }
.sm-row .sm-meta strong { color: var(--xp-blue-deep); }
.sm-empty { font-size: 12px; color: #555; padding: 8px; }
#anfrage-prefill-note:not([hidden]) { display: block; }

.pricing-strip {
  font-size: 12px;
  text-align: center;
  background: linear-gradient(180deg, #e8f2ff, #faf8f0) !important;
  border-color: var(--xp-blue-light) !important;
}
.fl-lock-line { white-space: nowrap; }
.fl-lock-band { font-weight: 700; }
.fl-lock-exact {
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
  color: #666;
  letter-spacing: 0.04em;
}
.fl-lock-block {
  position: relative;
  margin-top: 10px;
  min-height: 110px;
  border: 1px solid var(--xp-silver-dark);
  background: #f3f0e4;
  overflow: hidden;
}
.fl-lock-blur {
  filter: blur(6px);
  user-select: none;
  pointer-events: none;
  padding: 12px;
  color: #444;
  font-size: 12px;
}
.fl-lock-veil {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  background: linear-gradient(180deg, rgba(236,233,216,0.55), rgba(236,233,216,0.92));
  border-top: 1px solid #fff;
}
.fl-lock-veil strong {
  font-size: 12px;
  color: #0a246a;
}
.fl-lock-veil p { margin: 0; font-size: 11px; }
.fl-lock-mini {
  font-size: 10px;
  font-weight: 700;
  color: #0a246a;
  text-decoration: none;
  border-bottom: 1px dotted #0a246a;
}
.tag-free { background: #e8f8e8; border-color: #2d7a2d; color: #2d7a2d; font-weight: 700; }
.tag-verified { background: #e0ecff; border-color: #0054e3; color: #0a246a; font-weight: 700; }
.claim-hint {
  margin: 8px 0 0;
  font-size: 11px;
  color: #444;
  line-height: 1.35;
}
.claim-hint a {
  font-weight: 700;
  color: var(--xp-blue-deep);
}
.claim-panel {
  margin-top: 12px;
  background: linear-gradient(180deg, #fff8e0, #faf8f0);
  border-color: #c9a020;
}
.claim-panel p { margin: 0; font-size: 12px; }
.claim-banner {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.claim-banner .brand-logo-inline {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid var(--xp-silver-dark);
  background: #fff;
  object-fit: cover;
}
#bs-dup-hint:not([hidden]) { display: block; margin-top: 8px; }
.tag-pending-pay { background: #fff3c4; border-color: #c9a020; color: #6b5500; font-weight: 700; }
.tag-featured-paid { background: #ffe0f0; border-color: #c02070; color: #801040; font-weight: 700; }
.price-grid .price-tag {
  font-size: 22px; font-weight: 800; color: var(--xp-blue-deep); margin: 0 0 8px;
}
.price-grid .price-tag span { font-size: 12px; font-weight: 600; color: #555; }
.price-list { margin: 0; padding-left: 18px; font-size: 12px; }
.xp-ad-banner {
  border: 2px solid var(--xp-border);
  border-radius: 6px;
  overflow: hidden;
  margin: 4px 0 10px;
  box-shadow: 0 2px 8px rgba(0,40,100,0.15);
  background: var(--xp-face);
}
.xp-ad-title {
  background: linear-gradient(180deg, #3990ef, #0a246a);
  color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 8px; text-shadow: 0 1px 1px rgba(0,0,0,.35);
}
.xp-ad-body {
  padding: 10px 12px; font-size: 12px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  background: linear-gradient(180deg, #fff8e0, #f5f3e8);
}

.pay-box {
  margin-top: 10px; padding: 10px;
  background: #fff; border: 1px solid var(--xp-silver-dark); border-radius: 4px;
  font-size: 12px; text-align: left;
}
.pay-hint { color: #a06000; font-size: 11px; font-weight: 700; }
.pay-qr { display: block; margin: 10px auto 4px; border: 1px solid #ccc; background: #fff; }

/* ——— Address-bar search results ——— */
.search-page .eyebrow { margin-bottom: 4px; }
.search-root { margin-top: 10px; }
.search-banner {
  background: #fff8d0;
  border: 1px solid #c4a000;
  padding: 8px 10px;
  margin: 0 0 12px;
  font-size: 12px;
  box-shadow: inset 1px 1px 0 #fff, 1px 1px 0 #808080;
}
.panel-inset, .search-banner.panel-inset { /* alias */ }
.search-section { margin: 14px 0 18px; }
.search-section-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  border-bottom: 2px solid #1665ca;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
.search-section-head h2 {
  margin: 0;
  font-size: 16px;
  color: #0a246a;
}
.search-count {
  font-size: 11px;
  background: #ece9d8;
  border: 1px solid #888;
  padding: 1px 6px;
  color: #333;
}
.search-hint { font-size: 12px; color: #333; margin: 0 0 8px; }
.search-grid { margin-top: 8px; }
.search-card.is-hit {
  outline: 2px solid #1665ca;
  box-shadow: 2px 2px 0 #89bae0;
}
.search-card.is-newcomer {
  border-color: #c4a000;
}
.search-fl-note {
  font-size: 11px;
  color: #555;
  background: #f0f4fa;
  border-left: 3px solid #1665ca;
  padding: 4px 8px;
  margin: 6px 0 0;
}
.tag-newcomer {
  background: #fff3c4;
  border-color: #c4a000;
  color: #6b5500;
  font-weight: 700;
}
.tag-hit {
  background: #d0e4ff;
  border-color: #1665ca;
  color: #0a246a;
  font-weight: 700;
}
.search-ad-slot {
  margin: 16px 0;
  padding: 12px 14px;
  background: linear-gradient(180deg, #f7f3ff 0%, #efe8ff 100%);
  border: 1px dashed #6b5b95;
}
.search-ad-slot.search-ad-free {
  background: linear-gradient(180deg, #f4f7ea 0%, #e8f0d4 100%);
  border-color: #6b8e23;
}
.search-ad-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5a4a7a;
  font-weight: 700;
  margin-bottom: 4px;
}
.search-ad-slot h3 { margin: 0 0 6px; font-size: 14px; }
.search-ad-slot p { margin: 0 0 10px; font-size: 12px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 8px; }

/* ——— Unauffälliger Zugang in der XP-Statusleiste ——— */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sb-quiet {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.sb-quiet:hover,
.sb-quiet:focus {
  text-decoration: underline;
  cursor: pointer;
}
.sb-error { color: #7a0000; }
.bo-actions [data-fl-logout] {
  margin-left: auto;
}
.sb-right {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sb-logout {
  margin-left: 0;
  padding: 1px 8px;
  font-size: 11px;
  font-family: inherit;
  color: #000;
  background: linear-gradient(180deg, #fff, #ece9d8);
  border: 1px solid var(--xp-silver-dark);
  border-radius: 3px;
  cursor: pointer;
}
.sb-logout:hover {
  border-color: var(--xp-blue-mid);
  background: linear-gradient(180deg, #fff, #dceafc);
}

/* Login: Bliss desktop inside the window + compact XP Anmeldung card */
.fl-auth-page .win-frame {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 110px);
}
.fl-auth-page .main-pane,
.fl-locked .main-pane {
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse 80% 50% at 50% 12%, rgba(255, 255, 255, 0.28), transparent 55%),
    linear-gradient(180deg, #7ec8e3 0%, #6bb8e0 32%, #a8d4b0 62%, #4c964c 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.fl-login-scene {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px 32px;
  min-height: 280px;
  flex: 1;
}
.fl-login-card {
  width: min(360px, 100%);
  background: var(--xp-face);
  border: 3px solid var(--xp-border);
  border-radius: 8px;
  box-shadow: var(--shadow-window);
  overflow: hidden;
}
.fl-login-card .xp-dialog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.fl-login-card-form {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 8px 10px;
  align-items: center;
  margin-top: 6px;
}
.fl-login-card-form label {
  font-size: 12px;
}
.fl-login-card-form input {
  width: 100%;
  font-family: inherit;
  font-size: 12px;
  padding: 4px 6px;
  border: 1px solid var(--xp-silver-dark);
  background: #fff;
}
.fl-login-card-form input:focus { outline: 1px dotted #0a246a; }
.fl-login-card .xp-dialog-actions {
  grid-column: 1 / -1;
  justify-content: flex-end;
  padding: 4px 0 0;
}
.fl-login-card .fl-auth-error {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 11px;
  color: #7a0000;
}
.fl-login-hint {
  margin: 0;
  font-size: 12px;
}

/* Working XP window chrome: maximize / minimize / close */
body.fl-win-max {
  margin: 0;
  overflow: hidden;
}
body.fl-win-max .win-frame {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  border-radius: 0;
  min-height: 0;
  box-sizing: border-box;
  animation: none;
  transform: none;
}
body.fl-win-max .titlebar { border-radius: 0; }
html.fk-desk-start .win-frame {
  display: none !important;
}
body.fl-win-min .win-frame,
body.fl-win-closed .win-frame {
  display: none !important;
}
button.bot-fab:not(.fl-xp-tray-helper) {
  display: none !important;
}

.fl-xp-desktop {
  display: none;
  position: fixed;
  inset: 0 0 30px 0;
  z-index: 300;
  padding: 0;
  overflow: auto;
}
body.fl-win-closed .fl-xp-desktop,
body.fl-win-min .fl-xp-desktop {
  display: block;
}

.fl-desk-icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 88px;
  padding: 6px 4px 4px;
  background: transparent;
  border: 1px dotted transparent;
  color: #fff;
  font-family: var(--font);
  text-shadow: 1px 1px 2px #000, 0 0 3px #000;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  cursor: grab;
  touch-action: none;
}
.fl-desk-icon:hover,
.fl-desk-icon:focus {
  background: rgba(49, 106, 197, 0.28);
  border-color: rgba(255, 255, 255, 0.55);
  outline: none;
}
.fl-desk-icon.is-dragging {
  cursor: grabbing;
  z-index: 40;
  opacity: 0.94;
  background: rgba(49, 106, 197, 0.4);
  border-color: #fff;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.35);
}
.fl-desk-icon.is-selected,
.fl-desk-icon.is-selected:hover {
  background: rgba(10, 36, 106, 0.42);
  border-color: #fff;
}
.fl-desk-home {
  z-index: 2;
}
.fl-desk-icon-img,
.fl-desk-icon-label,
.fl-desk-icon img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.fl-desk-icon-img {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(180deg, #3990ef, #0a246a);
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.fl-desk-icon-img img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}
.fl-desk-icon-logo {
  background: linear-gradient(180deg, #fff, #e8e4d4);
}
.fl-desk-icon-tile {
  color: #fff;
  text-shadow: none;
  font-size: 20px;
}
.fl-desk-icon-label {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  max-width: 86px;
  overflow-wrap: anywhere;
}

.fl-desk-home-beacon {
  z-index: 5;
  width: 104px;
}
.fl-desk-home-beacon .fl-desk-icon-img {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2a1418, #12080c);
  border: 1px solid rgba(244, 226, 160, 0.7);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.35);
}
.fl-desk-home-beacon .fl-desk-icon-img::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 16px;
  padding: 3px;
  background: conic-gradient(
    from var(--fl-aurora, 0deg),
    #fff8dc 0%,
    #d4af37 18%,
    #fff 32%,
    transparent 48%,
    #c9a227 68%,
    #8a6a12 82%,
    #fff8dc 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  animation: fl-aurora-spin 1.8s linear infinite;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.85));
}
.fl-desk-home-beacon .fl-desk-icon-img::after {
  content: "";
  position: absolute;
  inset: -11px;
  border-radius: 18px;
  border: 1px solid rgba(244, 226, 160, 0.28);
  pointer-events: none;
  animation: fk-home-pulse 1.8s ease-in-out infinite;
}
.fl-desk-home-beacon .fl-desk-icon-label {
  color: #fff8dc;
  font-size: 12px;
  max-width: 100px;
  text-shadow: 0 1px 0 #000, 0 0 8px rgba(212, 175, 55, 0.55);
  animation: fk-label-glow 1.8s ease-in-out infinite;
}
@keyframes fk-home-pulse {
  0%, 100% { opacity: 0.28; transform: scale(1); }
  50% { opacity: 0.95; transform: scale(1.05); }
}
@keyframes fk-label-glow {
  0%, 100% { opacity: 0.82; }
  50% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .fl-desk-home-beacon .fl-desk-icon-img::before,
  .fl-desk-home-beacon .fl-desk-icon-img::after,
  .fl-desk-home-beacon .fl-desk-icon-label {
    animation: none;
  }
}
@media (max-width: 800px) {
  .fl-xp-desktop {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .fl-xp-taskbar {
    height: calc(30px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .fl-desk-home-beacon {
    width: 120px;
  }
  .fl-desk-home-beacon .fl-desk-icon-img {
    width: 58px;
    height: 58px;
  }
  .fl-desk-home-beacon .fl-desk-icon-label {
    font-size: 13px;
    max-width: 118px;
  }
}

.fl-xp-taskbar {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  height: 30px;
  padding: 0 4px 0 0;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, #1e8aef 0%, #1658c7 10%, #0e3fa0 100%);
  border-top: 1px solid #7ec0ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.fl-xp-tasks {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  gap: 3px;
  overflow-x: auto;
  overflow-y: hidden;
  height: 22px;
  align-items: center;
}
button.fl-xp-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 30px;
  margin: 0;
  padding: 0 10px 0 8px;
  cursor: pointer;
  font-family: var(--font);
  color: #fff;
  background: linear-gradient(180deg, #6ec86e 0%, #3c9a3c 38%, #2a7a2a 100%);
  border: 0;
  border-right: 1px solid #1a4d1a;
  border-radius: 0 16px 16px 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 1px 0 0 rgba(0, 0, 0, 0.2);
}
button.fl-xp-start:hover {
  background: linear-gradient(180deg, #86d886 0%, #48a848 38%, #328432 100%);
}
button.fl-xp-start[aria-expanded="true"],
button.fl-xp-start:active {
  background: linear-gradient(180deg, #2a7a2a 0%, #3c9a3c 100%);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
}
.fl-xp-start-crowns {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.fl-xp-start-crowns svg { display: block; }
.fl-xp-start-label { display: none; }
.fl-xp-task {
  height: 22px;
  min-width: 72px;
  flex: 0 1 140px;
  max-width: 160px;
  text-align: left;
  padding: 0 8px;
  font-family: var(--font);
  font-size: 11px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: linear-gradient(180deg, #3a8de0, #1658c7);
  border: 1px solid #7db6f0;
  border-radius: 3px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.25);
}
.fl-xp-task:hover { filter: brightness(1.08); }
.fl-xp-task.is-active {
  background: linear-gradient(180deg, #f4e2a0, #d4af37);
  color: #1a1210;
  border-color: #fff8dc;
  font-weight: 700;
}
.fl-xp-tray {
  margin-left: auto;
  flex: 0 0 auto;
  height: 22px;
  min-width: 72px;
  padding: 0 8px 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #2a9adf, #0e6ec4);
  border: 1px solid #7db6f0;
  border-radius: 2px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.22), inset -1px -1px 0 rgba(255, 255, 255, 0.18);
}
.fl-xp-clock {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.fl-xp-start-menu {
  position: fixed;
  left: 0;
  bottom: 30px;
  z-index: 500;
  width: 380px;
  max-width: calc(100vw - 8px);
  max-height: calc(100vh - 38px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  font-family: var(--font);
  color: #000;
  background: #fff;
  border: 1px solid #003c74;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.45);
}
.fl-xp-start-menu[hidden] { display: none !important; }
.fl-xp-sm-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  background: linear-gradient(180deg, #3a94f0 0%, #1665ca 45%, #0a246a 100%);
  border-bottom: 1px solid #003c74;
}
.fl-xp-sm-head img {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
}
.fl-xp-sm-cols {
  display: flex;
  min-height: 280px;
  max-height: min(420px, calc(100vh - 120px));
}
.fl-xp-sm-left {
  flex: 1 1 52%;
  padding: 6px 0;
  background: #fff;
  overflow: auto;
}
.fl-xp-sm-right {
  flex: 1 1 48%;
  padding: 10px 0 8px;
  background: linear-gradient(180deg, #d6e6f7 0%, #b9d0ee 55%, #9bb8e0 100%);
  border-left: 1px solid #7ba0cc;
}
.fl-xp-sm-entry {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  border: 0;
  background: transparent;
  color: #000;
  text-decoration: none;
  font-family: var(--font);
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.fl-xp-sm-right .fl-xp-sm-entry {
  font-weight: 700;
  color: #0a246a;
  padding: 8px 14px;
}
.fl-xp-sm-left .fl-xp-sm-entry:hover,
.fl-xp-sm-left .fl-xp-sm-entry:focus,
.fl-xp-sm-right .fl-xp-sm-entry:hover,
.fl-xp-sm-right .fl-xp-sm-entry:focus,
.fl-xp-sm-flyout .fl-xp-sm-entry:hover,
.fl-xp-sm-flyout .fl-xp-sm-entry:focus,
.fl-xp-sm-has-sub.is-open > .fl-xp-sm-entry {
  background: #316ac5;
  color: #fff;
  outline: none;
}
.fl-xp-sm-sep {
  height: 1px;
  margin: 6px 10px;
  background: #d6d3ce;
  border-top: 1px solid #fff;
}
.fl-xp-sm-item {
  position: relative;
}
.fl-xp-sm-arrow {
  margin-left: auto;
  font-size: 9px;
  opacity: 0.8;
}
.fl-xp-sm-has-sub.opens-left > .fl-xp-sm-entry .fl-xp-sm-arrow {
  transform: scaleX(-1);
}
.fl-xp-sm-ico {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
}
.fl-xp-sm-ico-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
}
.fl-xp-sm-flyout {
  display: none;
  position: fixed;
  z-index: 620;
  min-width: 196px;
  max-width: min(280px, calc(100vw - 16px));
  max-height: min(360px, calc(100vh - 40px));
  overflow: visible;
  padding: 3px 0;
  background: #fff;
  border: 1px solid #003c74;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}
.fl-xp-sm-flyout-brands {
  overflow-x: hidden;
  overflow-y: auto;
}
.fl-xp-sm-has-sub.is-open > .fl-xp-sm-flyout {
  display: block;
}
.fl-xp-sm-fly-label {
  display: block;
  padding: 4px 12px 6px;
  font-size: 10px;
  font-weight: 700;
  color: #0a246a;
  border-bottom: 1px solid #c5d5ea;
  margin-bottom: 2px;
}
.fl-xp-sm-brand {
  gap: 8px;
}
.fl-xp-sm-brand .fl-xp-sm-ico {
  width: 16px;
  height: 16px;
}
.fl-xp-sm-foot {
  display: flex;
  justify-content: flex-end;
  padding: 6px 10px;
  background: linear-gradient(180deg, #1e6ad4 0%, #0a3a9a 100%);
  border-top: 1px solid #003c74;
}
.fl-xp-sm-off {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-family: var(--font);
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #6aa4e8, #2458b0);
  border: 1px solid #7db6f0;
  border-radius: 3px;
}
.fl-xp-sm-off:hover { filter: brightness(1.08); }
.fl-xp-sm-off::before {
  content: "";
  width: 16px;
  height: 16px;
  background:
    radial-gradient(circle at 50% 50%, #c44 0 35%, transparent 36%),
    conic-gradient(from 210deg, #ddd 0 40%, #888 41% 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333;
}

@media (max-width: 640px) {
  .fl-xp-start-menu { width: min(380px, calc(100vw - 8px)); }
  .fl-xp-start-label { display: none; }
  button.fl-xp-start { padding-right: 12px; }
  .fl-xp-task { max-width: 120px; flex: 0 1 110px; }
  .fl-xp-sm-cols { flex-direction: column; max-height: min(70vh, 520px); overflow: auto; }
  .fl-xp-sm-right {
    display: block;
    border-left: 0;
    border-top: 1px solid #7ba0cc;
  }
  .fl-xp-sm-flyout {
    position: static !important;
    left: auto !important;
    top: auto !important;
    min-width: 0;
    max-width: none;
    max-height: none;
    margin: 0 0 0 12px;
    border: 0;
    border-left: 1px solid #aca899;
    box-shadow: none;
    background: #f7f7f4;
    overflow: visible;
  }
}

.fl-check h1 { color: var(--xp-blue-deep); }
.fl-check-form { margin-top: 12px; }
.fl-check-out { margin-top: 16px; display: grid; gap: 12px; }
.fl-check-out[hidden] { display: none; }
.fl-check-q { margin: 8px 0 12px 18px; font-size: 13px; }
.fl-check-q li { margin: 6px 0; }
.fl-check-guide h2,
.fl-check-mlm h2 { color: var(--xp-blue-deep); font-size: 16px; }
@media print {
  body.fl-check-printing .titlebar,
  body.fl-check-printing .menubar,
  body.fl-check-printing .toolbar,
  body.fl-check-printing .site-header,
  body.fl-check-printing .site-footer,
  body.fl-check-printing .statusbar,
  body.fl-check-printing .fl-xp-taskbar,
  body.fl-check-printing .fl-xp-desktop,
  body.fl-check-printing .fl-xp-start-menu,
  body.fl-check-printing .bot-fab,
  body.fl-check-printing .bot-root,
  body.fl-check-printing .skip-link,
  body.fl-check-printing .fl-check-form {
    display: none !important;
  }
  body.fl-check-printing .win-frame {
    box-shadow: none;
    border: 0;
  }
}

/* ——— FranchiseKing palace skin (Luna chrome stays, colours change) ——— */
:root {
  --xp-blue-deep: #1a0c10;
  --xp-blue: #6b1d2a;
  --xp-blue-mid: #8a2a3a;
  --xp-blue-light: #c9a227;
  --xp-blue-pale: #ead9a8;
  --xp-title-a: #1a1210;
  --xp-title-b: #4a1c24;
  --xp-title-c: #8a2a3a;
  --xp-border: #8a6a12;
  --xp-border-dark: #3a2418;
  --xp-face: #f7f4ee;
  --xp-face-2: #efe8dc;
  --xp-face-hot: #fffdf8;
  --xp-silver: #d8cbb0;
  --xp-silver-dark: #a89470;
  --xp-ink: #14110e;
  --xp-muted: #5c5348;
  --bliss-sky: #1a1420;
  --bliss-sky-2: #120e14;
  --bliss-horizon: #3a2418;
  --bliss-grass: #2a1814;
  --bliss-grass-2: #1a1010;
  --start-green: #6b1d2a;
  --start-green-hi: #a03344;
  --start-green-lo: #3a1018;
  --link: #7a1c28;
  --link-hover: #c9a227;
  --select: #6b1d2a;
  --select-text: #fff8e8;
  --warn: #a01818;
  --ok: #3d6b2d;
  --gold: #d4af37;
  --shadow-window: 0 8px 28px rgba(20, 8, 8, 0.55), 0 0 40px rgba(201, 162, 39, 0.18);
  --font: "Segoe UI", Tahoma, Verdana, system-ui, sans-serif;
  --font-royal: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

body {
  background: #120e14;
  color: var(--xp-ink);
}
body::before {
  background:
    linear-gradient(180deg, rgba(12, 8, 10, 0.28) 0%, rgba(12, 8, 10, 0.12) 42%, rgba(20, 10, 12, 0.55) 100%),
    url("assets/fk-night-gate.png") center / cover no-repeat,
    #120e14;
}
h1, h2, h3 {
  font-family: var(--font-royal);
  color: #1a1210;
  letter-spacing: 0.01em;
}
.win-frame {
  background: linear-gradient(180deg, #fbf8f2 0%, var(--xp-face) 48%, #f3eee4 100%);
  border-color: #c9a227;
  box-shadow: var(--shadow-window);
}
.titlebar {
  background-image:
    linear-gradient(90deg, rgba(244, 226, 160, 0.18), transparent 38%, transparent 70%, rgba(244, 226, 160, 0.12)),
    linear-gradient(180deg, #6b1d2a 0%, #4a141c 42%, #1a0c10 100%);
}
.tb-btn {
  background: linear-gradient(180deg, #d4af37 0%, #8a6a12 55%, #4a3810 100%);
  border-color: rgba(255, 236, 180, 0.45);
  color: #1a1210;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.tb-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 0 8px rgba(212, 175, 55, 0.7);
}
.tb-close {
  background: linear-gradient(180deg, #e88a7a 0%, #a01818 40%, #5a0808 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.35);
}
.menubar {
  background: linear-gradient(180deg, #fff8e8, var(--xp-face));
}
.site-header {
  background:
    linear-gradient(180deg, rgba(26, 12, 16, 0.92), rgba(42, 16, 20, 0.95)),
    url("assets/pattern-stone.svg");
  border-bottom: 2px solid #c9a227;
}
.logo-text .name {
  font-family: var(--font-royal);
  color: #f4e2a0;
  text-shadow: 0 1px 0 #1a0c10, 0 0 12px rgba(212, 175, 55, 0.35);
}
.logo-text .name-land,
.logo-text .name-tld {
  color: #d4af37;
  text-shadow: 0 1px 0 #1a0c10;
}
.logo-text .tag {
  color: #ead9a8;
  font-family: var(--font);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nav a { color: #f4ead4; }
.nav a:hover,
.nav a[aria-current="page"] { color: #d4af37; }
.nav a.nav-cart,
.nav a.nav-cart:hover {
  color: #f4e2a0;
}
.nav a[aria-current="page"] {
  background: rgba(212, 175, 55, 0.16);
  border-color: #c9a227;
}
.hero {
  background:
    linear-gradient(90deg, rgba(20, 10, 12, 0.72) 0%, rgba(20, 10, 12, 0.42) 48%, rgba(20, 10, 12, 0.2) 100%),
    url("assets/fk-throne-hall.png") center / cover no-repeat;
  color: #fff8e8;
  border-bottom: 2px solid #c9a227;
  min-height: 280px;
}
.hero h1,
.hero .lead,
.hero .eyebrow { color: #fff8e8; }
.hero h1 em {
  color: #d4af37;
  text-shadow: 0 0 22px rgba(212, 175, 55, 0.45);
}
.hero-aside .panel {
  background: rgba(244, 234, 212, 0.92);
  border: 1px solid #c9a227;
}
.stat-grid {
  background: linear-gradient(180deg, #2a1814, #1a1010);
  border-bottom: 1px solid #c9a227;
}
.stat { color: #ead9a8; }
.stat strong { color: #d4af37; font-family: var(--font-royal); }
.cta-band {
  background:
    linear-gradient(90deg, rgba(244, 226, 160, 0.12), transparent 30%),
    linear-gradient(180deg, #6b1d2a 0%, #3a1018 55%, #1a0c10 100%);
}
.cta-band p { color: #ead9a8; }
.site-footer {
  background: #1a1010;
  color: #ead9a8;
  border-top: 2px solid #c9a227;
}
.site-footer a,
.footer-links a {
  color: #f4e2a0;
}
.site-footer a:hover,
.footer-links a:hover {
  color: #fff8dc;
}
.site-footer .footer-links a.footer-cta {
  color: #4d9fff;
  text-decoration: underline;
  text-shadow: none;
}
.site-footer .footer-links a.footer-cta:hover {
  color: #9ad0ff;
  text-decoration: underline;
}
.statusbar {
  background: linear-gradient(180deg, #4a1c24, #1a0c10);
  color: #ead9a8;
}
.fl-xp-taskbar {
  background-image: linear-gradient(180deg, #6b1d2a 0%, #3a1018 18%, #1a0c10 100%);
  border-top: 1px solid #c9a227;
}
button.fl-xp-start {
  background: linear-gradient(180deg, #d4af37 0%, #8a6a12 45%, #5a4810 100%);
  color: #1a1210;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
  border-right-color: #3a2418;
}
button.fl-xp-start:hover {
  background: linear-gradient(180deg, #f4e2a0 0%, #d4af37 45%, #8a6a12 100%);
}
.fl-xp-task,
.fl-xp-tray {
  background: linear-gradient(180deg, #8a2a3a, #4a141c);
  border-color: #c9a227;
}
.fl-xp-task.is-active {
  background: linear-gradient(180deg, #f4e2a0, #d4af37);
  color: #1a1210;
  border-color: #fff8dc;
}
.fl-xp-start-menu { border-color: #c9a227; }
.fl-xp-sm-head {
  background: linear-gradient(180deg, #6b1d2a 0%, #3a1018 100%);
}
.fk-gate-banner {
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  z-index: 1;
  padding: 8px 28px 10px;
  font-family: var(--font-royal);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f4e2a0;
  text-shadow: 0 2px 0 #1a0c10, 0 0 18px rgba(212, 175, 55, 0.45);
  background:
    linear-gradient(180deg, rgba(26, 12, 16, 0.55), rgba(26, 12, 16, 0.2));
  border: 1px solid rgba(201, 162, 39, 0.65);
  border-radius: 2px;
  pointer-events: none;
}
@media (max-width: 800px) {
  .fk-gate-banner {
    top: 118px;
    font-size: 20px;
    letter-spacing: 0.06em;
    padding: 6px 16px 8px;
    max-width: calc(100vw - 24px);
  }
}
.price-card,
.pay-box.fk-gold-edict {
  background: linear-gradient(180deg, #fffdf8, #f4ead4);
  border: 1px solid #c9a227;
  box-shadow: inset 0 0 0 4px rgba(201, 162, 39, 0.18), 0 8px 18px rgba(26, 12, 16, 0.12);
}
.pay-box.fk-gold-edict {
  padding: 12px 14px;
  margin-top: 8px;
}
.iban-copy {
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI", monospace;
  font-weight: 700;
  color: #6b1d2a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.iban-copy:hover { color: #c9a227; }
.brand-card {
  background: linear-gradient(180deg, #fff8e8, #f3e4c4);
  border-color: #c9a227;
}
.brand-card-head {
  background: linear-gradient(180deg, #6b1d2a, #3a1018);
  color: #f4e2a0;
}
.tag-hit {
  background: #d4af37;
  color: #1a1210;
}
.tag-newcomer {
  background: #ead9a8;
  color: #3a1818;
}
.search-card.is-hit {
  box-shadow: 0 0 0 2px #d4af37, 0 8px 18px rgba(26, 12, 16, 0.18);
}
.btn-gold,
.nav-cta-gold {
  background: linear-gradient(180deg, #f4e2a0, #d4af37 55%, #8a6a12);
  color: #1a1210;
  border-color: #8a6a12;
}
.btn-primary {
  background: linear-gradient(180deg, #8a2a3a, #6b1d2a 55%, #3a1018);
  border-color: #1a0c10;
  color: #fff8e8;
}
.panel {
  border-color: #c9a227;
  background: rgba(255, 248, 232, 0.94);
}
.steps .step {
  background: linear-gradient(180deg, #fff8e8, #f3e4c4);
  border-color: #c9a227;
}
.logo-badge {
  background: #1a1010;
  border: 1px solid #c9a227;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.35);
}
.fl-desk-icon-logo {
  background: linear-gradient(180deg, #fff8e8, #ead9a8);
  border: 1px solid #c9a227;
}
.fl-desk-icon:hover,
.fl-desk-icon:focus {
  background: rgba(107, 29, 42, 0.38);
}
.menu-item:hover,
.menu-item[aria-expanded="true"] {
  background: var(--select);
  color: var(--select-text);
}
.main-pane {
  background: #fbf8f2;
}
.wizard-steps .ws.active {
  background: linear-gradient(180deg, #8a2a3a, #6b1d2a 55%, #3a1018);
  background-color: #6b1d2a;
  border-color: #c9a227;
  box-shadow: 0 0 10px rgba(201, 162, 39, 0.35);
}
.wizard-steps .ws::after { color: #c9a227; }
.xp-ad-title {
  background: linear-gradient(180deg, #6b1d2a, #3a1018);
}
.xp-ad-banner {
  border-color: #c9a227;
  box-shadow: 0 2px 8px rgba(26, 12, 16, 0.18);
}

/* King glitter follows the mouse — canvas overlay, never a custom cursor */
#fk-king-glitter {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2147483000;
}

/* Wappenhalle — heater shields, not rectangular XP cards */
.wappen-hall {
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr)) !important;
  gap: 28px 18px !important;
  align-items: start;
  padding: 22px 16px 28px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(212, 175, 55, 0.16), transparent 52%),
    url("assets/pattern-stone.svg"),
    #241618;
  border: 1px solid #c9a227;
  box-shadow: inset 0 0 48px rgba(10, 6, 8, 0.45);
}
.brand-card.brand-wappen {
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
  align-items: center;
  padding: 4px 2px 0;
}
.brand-card.brand-wappen:hover {
  transform: translateY(-8px);
  box-shadow: none;
  border-color: transparent;
}
.brand-card.brand-wappen.is-verified {
  border: none;
  background: transparent;
  box-shadow: none;
}
.brand-card.brand-wappen.is-verified::before {
  display: none;
}
.brand-card.brand-wappen .brand-card-head {
  display: none;
}
.wappen-shield {
  position: relative;
  width: 152px;
  height: 188px;
  flex-shrink: 0;
  filter: drop-shadow(0 10px 12px rgba(12, 6, 8, 0.42));
}
.brand-card.brand-wappen.is-verified .wappen-shield {
  filter:
    drop-shadow(0 0 10px color-mix(in srgb, var(--brand, #d4af37) 75%, #fff4b0))
    drop-shadow(0 10px 12px rgba(12, 6, 8, 0.42));
}
.wappen-metal,
.wappen-field {
  position: absolute;
  inset: 0;
  clip-path: polygon(
    8% 0%,
    92% 0%,
    100% 12%,
    100% 52%,
    78% 80%,
    50% 100%,
    22% 80%,
    0% 52%,
    0% 12%
  );
}
.wappen-metal {
  background:
    linear-gradient(145deg, #fff6c8 0%, #e8c547 28%, #a67c18 62%, #f4e2a0 100%);
}
.wappen-field {
  inset: 7px 8px 9px;
  background:
    radial-gradient(ellipse at 50% 22%, #fffef6, #f6ead0 48%, #e4d2aa 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 10px 42px;
  box-sizing: border-box;
}
.wappen-logo,
.brand-card.brand-wappen .wappen-logo.brand-logo-inline {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(166, 124, 24, 0.55);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
  margin-top: 6px;
}
.wappen-name {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.15;
  text-align: center;
  color: #1a1210;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.wappen-ribbon {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 22%;
  z-index: 2;
  background: linear-gradient(180deg, #9a3244, #6b1d2a 55%, #3a1018);
  color: #f4e2a0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 5px 10px 6px;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  box-shadow: 0 3px 6px rgba(12, 6, 8, 0.28);
  text-shadow: 0 1px 0 #1a0c10;
}
.brand-card.brand-wappen .brand-card-body {
  background: transparent;
  padding: 8px 4px 0;
  text-align: center;
}
.wappen-hall .brand-card.brand-wappen .brand-card-body,
.wappen-hall .brand-card.brand-wappen .brand-card-body p,
.wappen-hall .brand-card.brand-wappen .brand-card-body .claim-hint {
  color: #ead9a8;
}
.wappen-hall .brand-card.brand-wappen .fl-lock-mini,
.wappen-hall .brand-card.brand-wappen .claim-go,
.wappen-hall .brand-card.brand-wappen .claim-hint a {
  color: #1a1210 !important;
  background: linear-gradient(180deg, #fff4c4, #d4af37);
  border: 1px solid #f4e2a0;
  text-decoration: none;
  padding: 2px 8px 3px;
  border-radius: 3px;
  font-weight: 800;
  text-shadow: none;
  box-shadow: 0 1px 0 #8a6a12;
  display: inline-block;
}
.wappen-hall .brand-card.brand-wappen .claim-go,
.wappen-hall .brand-card.brand-wappen .claim-hint a {
  display: block;
  width: fit-content;
  margin: 6px auto 0;
}
.wappen-hall .brand-card.brand-wappen .fl-lock-mini:hover,
.wappen-hall .brand-card.brand-wappen .claim-go:hover,
.wappen-hall .brand-card.brand-wappen .claim-hint a:hover {
  color: #1a1210 !important;
  filter: brightness(1.08);
}
.detail-hero .fl-lock-mini,
.detail-side .fl-lock-mini {
  color: #1a1210;
  background: linear-gradient(180deg, #fff4c4, #d4af37);
  border: 1px solid #c9a227;
  text-decoration: none;
  padding: 1px 8px 2px;
  border-radius: 3px;
  font-weight: 800;
  display: inline-block;
}
.wappen-hall .brand-card.brand-wappen .tag {
  color: #1a1210;
  background: #fff8e8;
  border-color: #c9a227;
}
.wappen-hall .brand-card.brand-wappen .tag-modell {
  background: #ead9a8;
  color: #1a1210;
}
.wappen-hall .brand-card.brand-wappen .tag-free {
  background: #d8f0d8;
  border-color: #2d7a2d;
  color: #145214;
}
.wappen-hall .brand-card.brand-wappen .tag-featured,
.wappen-hall .brand-card.brand-wappen .tag-featured-paid {
  background: #d4af37;
  border-color: #8a6a12;
  color: #1a1210;
}
.wappen-hall .brand-card.brand-wappen .tag-partner {
  background: #d4e8c8;
  border-color: #3d6b2d;
  color: #1e4a18;
}
  justify-content: center;
}
.brand-card.brand-wappen .brand-card-foot {
  background: transparent;
  border: none;
  justify-content: center;
  padding: 6px 0 8px;
  width: 100%;
}
.brand-card.brand-wappen .brand-card-foot .btn {
  min-width: 0;
  flex: 0 1 auto;
}
.wappen-hall .empty-state,
.wappen-empty {
  color: #f4e2a0;
  grid-column: 1 / -1;
  text-align: center;
  padding: 24px 8px;
}
@media (prefers-reduced-motion: reduce) {
  #fk-king-glitter { display: none; }
}

