/* Powercable Shop – Erweiterungen Teil 2: Konto, Kasse, Konfigurator, Hilfe, Rechtliches, Einwilligung, Vergleichsleiste, Tab-Leiste, Responsiv */

/* ---------- Kundenkonto ---------- */
.konto-main { display: grid; gap: 18px; min-width: 0; }
.konto-main h2 { font-size: 24px; }
.sub-h { font-size: 17px; margin-top: 8px; }
.ko-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; }
.ko-cards a { display: grid; gap: 4px; padding: 18px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); }
.ko-cards a:hover { box-shadow: var(--shadow); }
.ko-cards svg { color: var(--accent); width: 22px; height: 22px; margin-bottom: 6px; }
.ko-cards b { font-size: 20px; font-weight: 600; }
.ko-cards span { color: var(--muted); font-size: 13px; }
.order { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 0 18px; }
.order + .order { margin-top: 10px; }
.order summary { list-style: none; cursor: pointer; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; padding: 16px 0; }
.order summary::-webkit-details-marker { display: none; }
.order-sum { display: flex; align-items: center; gap: 12px; font-variant-numeric: tabular-nums; }
.order[open] summary { border-bottom: 1px solid var(--line); }
.timeline { list-style: none; margin: 16px 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; font-size: 12px; color: var(--muted); }
.timeline li { display: grid; gap: 6px; }
.timeline span { height: 4px; border-radius: 99px; background: var(--line); }
.timeline .done { color: var(--ink); }
.timeline .done span { background: var(--ok); }
.order-lines { display: grid; gap: 8px; margin-bottom: 14px; }
.order-lines a { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 12px; align-items: center; font-size: 13.5px; }
.order .buyrow { padding-bottom: 16px; }
.addr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.addr { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 18px; display: grid; gap: 8px; align-content: start; text-align: left; font-size: 14px; }
.addr h3 { font-size: 14px; }
.addr.add { border-style: dashed; background: transparent; color: var(--muted); place-items: center; min-height: 150px; font-size: 15px; }
.settings { display: grid; gap: 16px; max-width: 520px; }
.konto-guest { display: grid; place-items: center; padding: 40px 0; }
.konto-card { width: min(560px, 100%); background: var(--surface); border: 1px solid var(--line); border-radius: 28px; padding: 36px; display: grid; gap: 18px; justify-items: start; }
.konto-card > svg { width: 36px; height: 36px; color: var(--accent); }
.konto-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.konto-card li { display: flex; gap: 10px; align-items: center; }
.konto-card li svg { width: 18px; height: 18px; fill: none; stroke: var(--ok); stroke-width: 2.2; }
.modal-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }

/* ---------- Kasse ---------- */
.field.invalid input, .field.invalid select { border-color: #D03B3B; box-shadow: 0 0 0 3px rgba(208, 59, 59, .12); }
.err { color: #C62F2F; font-size: 12.5px; }
.alert { background: var(--warn-bg); color: var(--warn); border-radius: 14px; padding: 12px 16px; margin-bottom: 16px; font-size: 14px; }
.btn.pp { background: #FFC439; color: #111; }
.btn.pp:hover { opacity: .9; }
.pp-card { text-align: center; justify-items: center; }
.pp-mark { font: italic 700 26px var(--f); letter-spacing: -.02em; color: var(--ink); }
.pp-sum { font-size: 28px; font-weight: 600; font-variant-numeric: tabular-nums; }
.pp-card .btn { width: 100%; }
.tier-hint { color: var(--ok); }
.warn-t { color: var(--warn); }
.cline .p span { display: block; }
.confirm .next { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 20px 24px; max-width: 520px; text-align: left; display: grid; gap: 6px; }
.confirm .next h2 { font-size: 17px; }

/* ---------- Kabel nach Maß ---------- */
.kf { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 32px; align-items: start; }
.kf-steps .step .field { margin-bottom: 4px; }
.kf-sides { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.kf-side { display: grid; gap: 10px; align-content: start; padding: 16px; border-radius: 18px; background: var(--bg); border: 1px solid var(--line); min-width: 0; }
.kf-side h3 { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.kf-chosen { display: flex; align-items: center; gap: 12px; min-width: 0; }
.kf-chosen > div { display: grid; min-width: 0; font-size: 13px; }
.kf-chosen .hint { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kf-chosen .btn { margin-left: auto; }
.end-ic { color: var(--accent); }
.end-ic svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.kf-search input { width: 100%; height: 40px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); padding: 0 12px; font-size: 14px; }
.kf-results { display: grid; gap: 4px; margin-top: 8px; max-height: 320px; overflow-y: auto; }
.kf-results button { display: flex; align-items: center; gap: 10px; text-align: left; border: 0; background: none; padding: 6px; border-radius: 10px; font-size: 13px; }
.kf-results button:hover { background: var(--surface-2); }
.kf-results small { display: block; color: var(--muted); }
.kf-results svg { width: 20px; height: 20px; fill: none; stroke: var(--accent); stroke-width: 1.7; }
.kf-svg { width: 100%; height: auto; background: var(--surface-2); border-radius: 16px; }
.kf-empty { fill: none; stroke: var(--line); stroke-width: 2; stroke-dasharray: 6 5; }
.kf-dim { stroke: var(--muted); stroke-width: 1; }
.kf-dimt { fill: var(--ink-2); font: 500 12px var(--f); }
.kf-lbl { fill: #1D1D1F; font: 600 11px var(--f-mono); }
.swatch-chip i { width: 14px; height: 14px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15); }
.kf-preview { gap: 14px; }

/* ---------- Hilfe, Kontakt, Rechtliches ---------- */
.help-hero { text-align: center; padding: 36px 0 26px; display: grid; justify-items: center; gap: 10px; }
.help-hero h1 { font-size: clamp(34px, 5vw, 52px); font-weight: 700; }
.help-hero input { margin-top: 12px; width: min(600px, 100%); height: 54px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); padding: 0 22px; font-size: 16px; box-shadow: var(--shadow); color: var(--ink); }
.help-topics { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px; margin: 10px 0 32px; }
.help-topics a { display: grid; gap: 6px; padding: 16px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); font-size: 14px; }
.help-topics a.on, .help-topics a:hover { border-color: var(--ink); }
.help-topics svg { color: var(--accent); width: 22px; height: 22px; }
.help-topics small { color: var(--muted); }
.faq { display: grid; gap: 28px; }
.faq h2 { font-size: 20px; margin-bottom: 10px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 0 18px; }
.faq details + details { margin-top: 8px; }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 500; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: "+"; color: var(--muted); font-size: 20px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { padding: 0 0 16px; color: var(--ink-2); max-width: 70ch; }
.help-contact { margin-top: 48px; }
.help-contact h2 { font-size: 22px; margin-bottom: 14px; }
.legal-page { max-width: 820px; }
.legal-body { display: grid; gap: 20px; }
.legal-list { margin: 0; padding-left: 22px; display: grid; gap: 22px; }
.legal-list h2 { font-size: 18px; margin-bottom: 4px; }
.legal-list p { color: var(--ink-2); }
.placeholder { margin-top: 8px; font-size: 12.5px; color: var(--muted); border-left: 3px solid var(--line); padding-left: 10px; font-style: italic; }
.imprint { display: grid; gap: 16px; font-size: 16px; line-height: 1.6; }
.withdraw-fn { margin-top: 12px; background: var(--surface); border: 1.5px solid var(--ink); border-radius: 22px; padding: 24px; display: grid; gap: 12px; scroll-margin-top: 90px; }
.withdraw-fn h2 { font-size: 22px; }
.footer .withdraw { margin-top: 14px; }

/* ---------- Einwilligung ---------- */
.consent { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 75; width: min(580px, calc(100% - 24px)); }
.consent-card { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 24px 60px rgba(0, 0, 0, .25); padding: 22px; display: grid; gap: 12px; }
.consent-card h2 { font-size: 18px; }
.consent-card p { color: var(--ink-2); font-size: 14px; }
.consent-card.in-page { box-shadow: none; margin-top: 24px; }
.ck-opts { display: grid; gap: 12px; }
.ck-opts .switch { align-items: flex-start; }
.ck-opts .switch span { display: grid; gap: 2px; }
.ck-opts small { color: var(--muted); font-size: 12.5px; }
.ck-btns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.ck-btns .btn { padding: 0 10px; font-size: 14px; }

/* ---------- Vergleichsleiste und Tab-Leiste ---------- */
.cmp-tray { position: fixed; left: 0; right: 0; bottom: 0; z-index: 34; background: var(--nav-bg); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); border-top: 1px solid var(--line); }
.tray-in { display: flex; align-items: center; gap: 12px; height: 64px; }
.tray-items { display: flex; gap: 8px; }
.tray-item { position: relative; border: 0; background: none; padding: 0; }
.tray-item .x { position: absolute; top: -6px; right: -6px; width: 18px; height: 18px; border-radius: 50%; background: var(--ink); color: var(--bg); font-size: 12px; line-height: 18px; }
.tray-in .hint { margin-left: auto; }
.tabbar { display: none; }
.toast { display: flex; align-items: center; gap: 14px; }
.toast[hidden] { display: none; }
.toast button { border: 0; background: none; color: var(--accent); font-weight: 600; padding: 0; }

/* ---------- Responsiv ---------- */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .mega-in { grid-template-columns: 220px minmax(0, 1fr); }
  .mega-in .mega-col:last-child { grid-column: 1 / -1; }
  .kf { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .filter-btn { display: inline-flex; }
  .filters { position: fixed; left: 0; right: 0; bottom: 0; top: auto; z-index: 65; max-height: 82vh; overflow-y: auto; background: var(--surface); border-radius: 24px 24px 0 0;
    padding: 18px 20px 24px; box-shadow: 0 -20px 60px rgba(0, 0, 0, .25); transform: translateY(105%); transition: transform .25s ease; grid-template-columns: 1fr; }
  body.sheet-open .filters { transform: none; }
  body.sheet-open::after { content: ""; position: fixed; inset: 0; background: rgba(0, 0, 0, .3); z-index: 60; }
  .sheet-head { display: flex; justify-content: space-between; align-items: center; }
  .sheet-apply { display: inline-flex; width: 100%; }
  .tool-grid { grid-template-columns: 1fr; }
  .b2b { grid-template-columns: 1fr; padding: 30px; }
  .price-grid { grid-template-columns: 1fr; }
  .lists-layout, .konto { grid-template-columns: 1fr; }
  .list-nav { position: static; grid-auto-flow: column; grid-auto-columns: max-content; overflow-x: auto; }
  .ko-cards { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .mega-btn span, #open-lists, .nav-tools .seg { display: none; }
  .mega-btn { width: 34px; padding: 0; justify-content: center; }
  .mega-in { grid-template-columns: 1fr; max-height: 75vh; overflow-y: auto; }
  .mega-cats { grid-template-columns: 1fr; }
  .tabbar { display: grid; grid-template-columns: repeat(5, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 36; height: 62px; background: var(--nav-bg);
    -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom); }
  .tabbar a, .tabbar button { position: relative; display: grid; justify-items: center; align-content: center; gap: 3px; border: 0; background: none; font-size: 10.5px; color: var(--muted); }
  .tabbar svg { width: 22px; height: 22px; }
  .tabbar a[aria-current] { color: var(--accent); }
  .tabbar .badge { top: 6px; right: calc(50% - 20px); }
  body { padding-bottom: 62px; }
  .buybar, .cmp-tray { bottom: 62px; }
  .consent { bottom: 74px; }
  .ck-btns { grid-template-columns: 1fr; }
  .kf-sides, .opt-grid.two { grid-template-columns: 1fr; }
  .timeline { font-size: 10.5px; }
  .tray-in .hint { display: none; }
}

/* ---------- Beschaffungsservice ---------- */
.rfq-steps { list-style: none; margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; counter-reset: schritt; }
.rfq-steps li { counter-increment: schritt; display: grid; gap: 6px; align-content: start; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.rfq-steps li::before { content: counter(schritt); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--bg); font-size: 13px; font-weight: 600; }
.rfq-steps b { font-size: 15px; }
.rfq-steps span { color: var(--muted); font-size: 13.5px; line-height: 1.45; }
.rfq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.rfq-form { display: grid; gap: 16px; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; min-width: 0; }
.rfq-form h2 { font-size: 20px; }
.rfq-lines { display: grid; gap: 8px; }
.rfq-row { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) 100px 110px 32px; gap: 8px; align-items: center; }
.rfq-row.head { font-size: 12px; color: var(--muted); }
.rfq-row input { height: 38px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); color: var(--ink); font: inherit; min-width: 0; width: 100%; }
.rfq-row input[data-f="mpn"] { font-family: "Geist Mono", ui-monospace, monospace; font-size: 13.5px; }
.rfq-row .hit { grid-column: 1 / -1; display: flex; gap: 6px; align-items: center; font-size: 12.5px; color: var(--ok); }
.rfq-row .hit:empty { display: none; }
.rfq-row .hit svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.2; flex: none; }
.rfq-row .hit a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.rfq-paste summary { cursor: pointer; display: inline-flex; gap: 8px; align-items: center; font-size: 14px; color: var(--accent); }
.rfq-paste summary svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rfq-paste[open] { display: grid; gap: 10px; }
.rfq-paste textarea { min-height: 96px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); color: var(--ink); font: 13px/1.5 "Geist Mono", ui-monospace, monospace; resize: vertical; }
.rfq-paste .btn { justify-self: start; }
.rfq-opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.rfq-check { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: start; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.rfq-check input { margin-top: 3px; accent-color: var(--ink); }
.rfq-check span { display: grid; gap: 2px; }
.rfq-check b { font-size: 14px; font-weight: 600; }
.rfq-check small { color: var(--muted); font-size: 12.5px; line-height: 1.4; }
.rfq-check:has(input:checked) { border-color: var(--ink); background: var(--surface-2); }
.rfq-files { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.rfq-send { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.rfq-send .hint, .rfq-side li { display: inline-flex; gap: 8px; align-items: flex-start; }
.rfq-send .hint svg, .rfq-side li svg { width: 16px; height: 16px; fill: none; stroke: var(--ok); stroke-width: 2.2; flex: none; margin-top: 1px; }
.rfq-side { display: grid; gap: 14px; align-content: start; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; position: sticky; top: 90px; min-width: 0; }
.rfq-side h3 { font-size: 14px; }
.rfq-side ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 13.5px; }
.rfq-mini { display: grid; gap: 8px; }
.rfq-mini .rfq-card { padding: 12px 14px; }
.rfq-card { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; padding: 16px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.rfq-card > div:first-child { display: grid; gap: 2px; }
.rfq-card + .rfq-card { margin-top: 10px; }
.rfq-mini .rfq-card + .rfq-card { margin-top: 0; }
.rfq-card:hover { box-shadow: var(--shadow); }
.rfq-card-r { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.rfq-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; }
.rfq-back { font-size: 14px; }
.rfq-detail { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 22px; align-items: start; }
.rfq-thread { display: grid; gap: 16px; min-width: 0; }
.msgs { display: grid; gap: 12px; }
.msg { display: grid; gap: 4px; max-width: min(78%, 560px); justify-items: start; }
.msg.kunde { justify-self: end; justify-items: end; }
.msg .bubble { display: grid; gap: 4px; padding: 12px 14px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); font-size: 14px; line-height: 1.45; }
.msg .bubble b { font-size: 12px; font-weight: 600; color: var(--muted); }
.msg .bubble p { margin: 0; }
.msg.kunde .bubble { background: var(--ink); border-color: var(--ink); color: var(--bg); border-bottom-right-radius: 6px; }
.msg.kunde .bubble b { color: inherit; opacity: .7; }
.msg.einkauf .bubble { border-bottom-left-radius: 6px; }
.msg time { font-size: 11.5px; color: var(--muted); }
.msg.sys { max-width: none; justify-self: center; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); text-align: center; }
.msg.sys svg { width: 14px; height: 14px; fill: none; stroke: var(--ok); stroke-width: 2.2; }
.att { display: inline-flex; gap: 6px; align-items: center; font-size: 12.5px; }
.att svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.rfq-demo { justify-self: start; }
.msg-form { display: grid; gap: 10px; }
.msg-form textarea { min-height: 76px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--ink); font: inherit; resize: vertical; }
.msg-form .buyrow { justify-content: flex-end; align-items: center; }
.offer { display: grid; gap: 12px; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; min-width: 0; }
.offer-head, .offer-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; }
.offer-head h3 { font-size: 17px; }
.offer-foot .total b { margin-left: 8px; font-size: 18px; font-variant-numeric: tabular-nums; }
.offer tr.aus td { opacity: .45; }
.offer td input { accent-color: var(--ink); }
.rfq-asked li { display: grid; gap: 2px; }
.rfq-facts { display: grid; gap: 8px; margin: 0; font-size: 13.5px; }
.rfq-facts div { display: flex; justify-content: space-between; gap: 12px; }
.rfq-facts dt { color: var(--muted); }
.rfq-facts dd { margin: 0; text-align: right; }
.empty .rfq-hint { margin: 16px auto 12px; color: var(--ink-2); max-width: 46ch; }
@media (max-width: 980px) {
  .rfq-layout, .rfq-detail { grid-template-columns: minmax(0, 1fr); }
  .rfq-side { position: static; }
}
@media (max-width: 640px) {
  .rfq-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding: 10px; border: 1px solid var(--line); border-radius: 14px; }
  .rfq-row.head { display: none; }
  .rfq-row input[data-f="mpn"] { grid-column: 1 / -1; }
  .rfq-row .rm { justify-self: end; }
  .msg { max-width: 92%; }
}

/* ---------- Echter Shop (js/live.js) ---------- */
.lv-form { display: grid; gap: 12px; }
.lv-check { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: start; margin: 12px 0; font-size: 13.5px; color: var(--ink-2); line-height: 1.45; cursor: pointer; }
.lv-check input { margin-top: 3px; accent-color: var(--ink); }
.lv-check.invalid span { color: #B42318; }
.lv-link { justify-self: start; background: none; border: 0; padding: 0; color: var(--accent); font: inherit; font-size: 13.5px; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.lv-summe .laden { color: var(--muted); font-size: 13.5px; }
#pp-knoepfe { min-height: 50px; margin-top: 6px; }
.bank { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 16px; margin: 12px auto 0; max-width: 460px; text-align: left; font-size: 14px; }
.bank dt { color: var(--muted); }
.bank dd { margin: 0; font-family: "Geist Mono", ui-monospace, monospace; overflow-wrap: anywhere; }
html.live .rfq-files, html.live .rfq-demo { display: none; }

/* ---------- Demoshop-Hinweis (SHOP_DEMO=1) ---------- */
:root { --demo-bg: #FFF1C2; --demo-ink: #5C4200; --demo-line: #EDD27E; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) { --demo-bg: #3A2E0C; --demo-ink: #F5D98E; --demo-line: #5B4914; } }
:root[data-theme="dark"] { --demo-bg: #3A2E0C; --demo-ink: #F5D98E; --demo-line: #5B4914; }
.demo-bar { margin: 0; padding: 8px 22px; background: var(--demo-bg); color: var(--demo-ink); border-bottom: 1px solid var(--demo-line); font-size: 13.5px; line-height: 1.45; text-align: center; text-wrap: balance; }
.demo-bar b { font-weight: 650; }
.demo-hinweis { margin: 10px 0 12px; padding: 10px 12px; border-radius: 10px; background: var(--demo-bg); color: var(--demo-ink); border: 1px solid var(--demo-line); font-size: 13.5px; line-height: 1.45; }
.confirm .demo-hinweis { max-width: 520px; margin: 16px auto; text-align: left; }
html.live:not(.paypal) [data-pp] { display: none; }
.lv-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Rechtstexte (shop/recht → data/recht.js) ---------- */
.recht { max-width: 74ch; }
.recht h2 { font-size: 19px; margin: 28px 0 8px; }
.recht h3 { font-size: 16px; margin: 20px 0 6px; }
.recht p, .recht ul { margin: 0 0 11px; line-height: 1.62; color: var(--ink-2); }
.recht ul { padding-left: 20px; }
.recht li { margin: 3px 0; }
.recht mark.offen { background: var(--demo-bg); color: var(--demo-ink); border-radius: 4px; padding: 0 3px; }
