/* Ortsprofil (/ort/{key}) — EIN Stylesheet für die Seite UND das Detail-Sheet der
   Karte (entdecken.html lädt es im Head). Seit 2026-09-09 ist das Profil das
   einzige Ortsdetail: das Sheet zeigt dasselbe Fragment (_place_body.html).
   Seit 2026-09-11 (Entwurf E): Titelbild . Kopf mit Faktenraster . Registerkarten
   (Bewertungen/Menü/Info) . Inhalt . untere Leiste mit Reservierungs-Sheet. */
.pp { max-width: 720px; margin: 0 auto; padding-bottom: 2rem; }
/* Auf der Seite schwebt unten die Aktionsleiste (fix, über dem Dock). Der Inhalt
   braucht darunter Luft, damit die letzte Zeile (Melde-Hinweis) nicht darunter
   klebt — main liefert nur den Dock-Freiraum. */
.pp:has(.pp-bottombar) { padding-bottom: calc(var(--dock-reserve, 74px) + 4.5rem); }
/* Icon-Größe für die eigenen monoline SVGs (base.html liefert .ico für die Chrome) */
.pp .ic, .pp-sheetbox .ic { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
/* Hero-Galerie: randlos, wischbar, Punkte-Pager */
.pp-hero { position: relative; margin: -1rem -1rem 0; background: var(--surface2); overflow: hidden; }
.pp-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; touch-action: pan-x; }
.pp-track::-webkit-scrollbar { display: none; }
/* position:relative + absolutes Bild: ein Hochformat-Foto darf die Slide-Höhe
   nicht aufblähen (aspect-ratio ist nur eine Vorgabe, Inhalt gewinnt sonst). */
.pp-slide { flex: 0 0 100%; scroll-snap-align: center; aspect-ratio: 4 / 3; max-height: 42vh; position: relative; overflow: hidden; }
.pp-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
/* Tippfläche über dem Titelbild: öffnet die Foto-Ansicht (echtes <button>, damit
   Tastatur/Enter über a11y.js greift — kein nacktes div mit onclick). */
.pp-zoom { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.pp-empty { aspect-ratio: 16 / 9; max-height: 32vh; display: flex; align-items: center; justify-content: center; font-size: 4rem; background: linear-gradient(160deg, var(--surface2), rgba(255,255,255,.04)); color: var(--border2); }
.pp-empty img { max-width: 45%; max-height: 60%; object-fit: contain; border-radius: 14px; }
.pp-back { position: absolute; top: .8rem; left: .8rem; width: 44px; height: 44px; border-radius: 50%; border: none; background: rgba(0,0,0,.55); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 3; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.pp-dots { position: absolute; left: 0; right: 0; bottom: 10px; display: flex; gap: 5px; justify-content: center; pointer-events: none; }
.pp-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.45); }
.pp-dot.on { background: #fff; }
/* Galerie-Knopf oben rechts im Titelbild (Entwurf E, a-cover-gal) */
.pp-gallery { position: absolute; top: .8rem; right: .8rem; z-index: 3; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(15,15,15,.78); color: #fff; font-size: 13px; font-weight: 700; cursor: pointer; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.pp-gallery:hover { border-color: rgba(255,255,255,.55); }
.pp-del { position: absolute; top: .6rem; left: 50%; transform: translateX(-50%); z-index: 2; display: inline-flex; align-items: center; gap: 5px; border: none; border-radius: 999px; padding: .35rem .7rem; min-height: 34px; background: rgba(0,0,0,.6); color: #fff; font-size: 13px; cursor: pointer; }
/* Titelblock */
.pp-head { padding: 1rem 0 .4rem; }
.pp-name { font-size: 1.45rem; font-weight: 900; line-height: 1.15; margin: 0; }
.pp-meta { color: var(--text-muted); font-size: .85rem; margin-top: .3rem; display: flex; flex-wrap: wrap; gap: .3rem .5rem; align-items: center; }
.pp-pill { display: inline-block; padding: .12rem .55rem; border-radius: 999px; font-size: 13px; font-weight: 800; }
.pp-pill.open { background: rgba(74,222,128,.15); color: var(--ok-fg); }
.pp-pill.closed { background: rgba(248,113,113,.15); color: var(--danger-bg); }
.pp-pill.sig { background: rgba(249,115,22,.15); color: #fb923c; }
.pp-pill.community { background: rgba(96,165,250,.12); color: var(--info-fg); }
.pp-desc { font-size: .9rem; line-height: 1.5; margin-top: .65rem; white-space: pre-line; }
/* ── Faktenraster (a-facts): 2 Spalten, 1px Fugen, Label 10px uppercase ──
   Zellen ohne Datenquelle entfallen — das Raster bleibt auch mit drei Zellen lesbar. */
.pp-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--r-2); overflow: hidden; margin-top: .8rem; }
.pp-fact { background: var(--surface); padding: .5rem .7rem; min-width: 0; }
.pp-fact .k { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); font-weight: 800; }
.pp-fact .v { display: block; font-size: 14px; margin-top: 2px; font-variant-numeric: tabular-nums; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pp-fact .v.ok { color: var(--ok-fg); font-weight: 800; }
.pp-fact .v .s { color: #fb923c; }
/* ── Registerkarten (a-tabs). Genau EIN orangefarbener Zustand pro Screen. ── */
.pp-tabs { display: flex; gap: 6px; margin: .9rem 0 0; }
.pp-tab { flex: 1; min-height: 44px; border: 1px solid var(--border2); border-radius: var(--r-2); background: var(--surface2); color: var(--text-muted); font-size: 14px; font-weight: 800; cursor: pointer; }
.pp-tab:hover { color: var(--text); }
.pp-tab.on { background: var(--accent); border-color: var(--accent); color: #fff; }
.pp-panes { padding-top: .2rem; }
.pp-pane[hidden] { display: none; }
.pp-sec { margin: .8rem 0; }
.pp-sech { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); font-weight: 800; margin: 0 0 .45rem; display: flex; align-items: center; gap: .5rem; }
.pp-sub2 { font-size: 12px; font-weight: 600; text-transform: none; letter-spacing: 0; color: var(--text-dim); }
.pp-sub { background: none; border: none; padding: 0; color: var(--accent); font-size: 13px; font-weight: 700; cursor: pointer; }
/* Top-Gerichte (a-topdish) */
.pp-topdish { display: flex; justify-content: space-between; gap: .6rem; align-items: baseline; padding: .5rem 0; border-top: 1px solid var(--border); font-size: 14px; }
.pp-topdish:first-of-type { border-top: 0; }
.pp-topdish .nm { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pp-rate { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: var(--text-muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.pp-rate .s { color: #fb923c; }
.pp-rate b { color: var(--text); font-weight: 800; }
/* Menü-Reiter: Abschnitts-Karte (Entwurf), Gerichtszeile mit Miniatur und Varianten-Chips.
   Der Kopf (Speisekarte . Quelle) steht frei auf dem Hintergrund, jeder Abschnitt ist
   eine eigene Karte — wie in der Vorlage (designs/Menue_rework). */
.pp-menu { margin: .7rem 0; }
.pp-menu h2 { font-size: 1rem; font-weight: 800; margin: 0 0 .35rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.pp-menu h2 .sub { font-size: 13px; font-weight: 600; color: var(--text-dim); }
/* Gesamtwertung der Karte (Schnitt aller beurteilten Gerichte) — bewusst NICHT die
   Ortsnote: Gerichtsurteile bleiben von der Besuchs-Bewertung getrennt. */
.pp-menu-rate { display: inline-flex; align-items: baseline; gap: .3rem; margin: .1rem 0 .2rem; font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; }
.pp-menu-rate .s { color: #fb923c; }
.pp-menu-rate b { font-weight: 800; }
.pp-fold { border: 1px solid var(--border); border-radius: var(--r-3); background: var(--surface); margin: 0 0 .6rem; overflow: hidden; }
/* NUR das direkte Summary des Abschnitts: die verschachtelten Details in der
   Gerichtszeile (Aktualität, Gericht beurteilen) erbten sonst min-height 54px
   und den fehlenden Marker — sie standen als 54px-Textzeilen mit großen Lücken
   da („Design weit weg von der Vorlage", Prod-Bug 2026-09-14). */
.pp-fold > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: .6rem; min-height: 54px; padding: .55rem .9rem; }
.pp-fold > summary::-webkit-details-marker { display: none; }
/* Abschnitts-Kopf zweizeilig wie im Entwurf: Name über „N Gerichte" (Varianten
   angehängt), Chevron rechts. */
.pp-fttl { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.pp-ftitle { font-weight: 800; font-size: 15px; }
.pp-fsub { color: var(--text-muted); font-size: 12px; }
.pp-fold .chev { color: var(--text-dim); font-size: 18px; transition: transform .2s; }
.pp-fold[open] .chev { transform: rotate(90deg); }
.pp-fold-body { padding: 0 .9rem .55rem; }
.pp-dishrow { display: flex; gap: .8rem; padding: .6rem 0; border-top: 1px solid var(--border); align-items: flex-start; }
.pp-fold-body .pp-dishrow:first-child { border-top: 0; }
.pp-dishmain { flex: 1 1 auto; min-width: 0; }
.pp-dishrow-head { display: flex; justify-content: space-between; gap: .7rem; align-items: baseline; }
.pp-dishrow-head .nm { min-width: 0; }
.pp-dishrow-head .pr { white-space: nowrap; font-weight: 700; font-variant-numeric: tabular-nums; }
.pp-dishdesc { margin: .25rem 0; font-size: 14px; line-height: 1.45; }
.pp-dishmeta { display: flex; flex-wrap: wrap; gap: .5rem; font-size: 13px; color: var(--text-muted); }
.pp-vars { display: flex; flex-wrap: wrap; gap: 6px; margin: .35rem 0 .1rem; }
.pp-varchip { font-size: 12px; color: var(--text-muted); border: 1px solid var(--border); border-radius: 999px; padding: 2px 9px; font-variant-numeric: tabular-nums; }
.pp-thumb { flex: 0 0 auto; width: 52px; height: 52px; border: 1px solid var(--border2); border-radius: var(--r-2); background: var(--surface2); display: grid; place-items: center; color: var(--text-dim); }
.pp-thumb svg { width: 18px; height: 18px; }
.pp-contribute { display: block; width: 100%; box-sizing: border-box; min-height: 44px; margin-top: .8rem; padding: .7rem; border: 1px dashed var(--border2); border-radius: var(--r-2); background: transparent; color: var(--text-muted); font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; }
.pp-contribute:hover { border-color: var(--accent); color: var(--accent); }
/* Gericht-Auswahl (Bewertungen-Reiter → „Gericht bewerten"): Liste im Sheet, ein
   Tipp öffnet das Gericht-Sheet mit Aktualität + Urteil. */
.pp-dishpick { display: flex; flex-direction: column; }
.pp-dishpick-sec { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); font-weight: 800; margin: .6rem 0 .25rem; }
.pp-dishpick-row { display: flex; align-items: baseline; justify-content: space-between; gap: .7rem; width: 100%; min-height: 44px; padding: .5rem .2rem; border: 0; border-bottom: 1px solid var(--border); background: transparent; color: var(--text); font: inherit; font-size: 15px; text-align: left; cursor: pointer; }
.pp-dishpick-row:hover { color: var(--accent); }
.pp-dishpick-row .pr { color: var(--text-muted); font-variant-numeric: tabular-nums; }
/* Info-Reiter: Öffnungszeiten als Tag/Zeit-Zeilen, Steckbrief (a-owner) */
.pp-hours { border: 1px solid var(--border); border-radius: var(--r-2); background: var(--surface); overflow: hidden; }
.pp-hours-row { display: flex; justify-content: space-between; gap: .8rem; padding: 10px 14px; font-size: 14px; border-top: 1px solid var(--border); }
.pp-hours-row:first-child { border-top: 0; }
.pp-hours-row .d { color: var(--text-muted); }
.pp-hours-row .t { font-variant-numeric: tabular-nums; }
.pp-hours-row.today .d { color: var(--text); font-weight: 700; }
.pp-hours-row.today .t { font-weight: 700; }
.pp-hours-row .t.ok { color: var(--ok-fg); }
.pp-note { color: var(--text-muted); font-size: 14px; margin: .4rem 0 0; line-height: 1.5; }
.pp-dist { color: var(--text-muted); font-size: 13px; margin: 2px 0 0; }
.pp-owner { display: flex; gap: .8rem; align-items: flex-start; border: 1px solid var(--border); border-radius: var(--r-2); background: var(--surface); padding: .8rem; }
.pp-owner-main { min-width: 0; }
.pp-avatar { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 999px; border: 1px solid var(--border2); background: var(--surface2); display: grid; place-items: center; font-size: 16px; font-weight: 800; color: var(--text-muted); }
.pp-oname { font-size: 15px; font-weight: 800; }
.pp-orole { font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.pp-oquote { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin-top: 6px; }
.pp-ometa { display: flex; flex-wrap: wrap; gap: .5rem; font-size: 13px; color: var(--text-muted); margin-top: 6px; }
/* Website-Block (Info-Reiter): Globus + Domain + Hinweis */
.pp-website { display: flex; align-items: center; gap: .6rem; }
.pp-website .ic { width: 18px; height: 18px; color: var(--accent); flex: 0 0 auto; }
.pp-website-main { min-width: 0; }
.pp-website .pp-link { display: inline-block; color: var(--accent); font-size: 15px; font-weight: 700; text-decoration: none; }
.pp-website .pp-sub2 { font-size: 13px; color: var(--text-muted); margin-top: 2px; }
/* ── Untere Leiste (a-sticky). Reservieren ist die EINZIGE Primäraktion.
   Fix über dem schwebenden Dock (base.html) statt sticky am Scrollende: sticky
   kann seinen Versatz dort nicht halten und würde im Dock landen. Breite und
   Zentrierung folgen der Spalte (.pp), der Dock bleibt darunter sichtbar. ── */
.pp-bottombar { position: fixed; left: 50%; transform: translateX(-50%); width: min(720px, 100%); box-sizing: border-box; bottom: calc(var(--dock-reserve, 74px) + env(safe-area-inset-bottom, 0px)); z-index: 5; display: flex; gap: 8px; padding: 10px; margin: 0; background: color-mix(in oklch, var(--bg) 92%, transparent); border: 1px solid var(--border); border-radius: var(--r-3); box-shadow: var(--shadow-dock, 0 10px 30px rgba(0,0,0,.45)); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.pp-btn { flex: 1 1 0; min-width: 0; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; border-radius: var(--r-2); border: 1px solid var(--border2); background: var(--surface2); color: var(--text); font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; }
.pp-btn:hover { background: var(--surface); border-color: var(--text-muted); }
.pp-btn.prim { flex: 1.5 1 0; background: var(--accent); border-color: var(--accent); color: #fff; }
.pp-btn.prim:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; }
.pp-btn span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pp-block { width: 100%; }
/* Sekundärzeile: Foto/Speichern/Ausblenden/Interesse/Teilen. */
.pp-tools { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-top: .6rem; }
.pp-sheet .pp-tools { justify-content: space-between; }
.pp-quiet { min-height: 44px; padding: 0 .9rem; border: 1px solid var(--border2); border-radius: 999px; background: transparent; color: var(--text-muted); font-size: 13px; font-weight: 700; cursor: pointer; }
.pp-quiet:hover { color: var(--text); border-color: var(--text-muted); }
.pp-quiet.on { color: #60a5fa; border-color: rgba(37,99,235,.6); }
/* ── Reservierungs-Sheet (a-sheet). Der Auslöser liegt in der unteren Leiste. ── */
.pp-sheet-wrap { position: fixed; inset: 0; z-index: 1200; display: flex; align-items: flex-end; }
.pp-sheet-wrap[hidden] { display: none; }
.pp-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.6); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.pp-sheetbox { position: relative; width: 100%; max-width: 720px; margin: 0 auto; box-sizing: border-box; background: var(--bg); border-top: 1px solid var(--border2); border-radius: 18px 18px 0 0; padding: 4px 14px calc(14px + env(safe-area-inset-bottom, 0px)); box-shadow: 0 -18px 44px rgba(0,0,0,.55); max-height: 88vh; overflow-y: auto; }
.pp-sheetbox .grab { width: 38px; height: 4px; border-radius: 999px; background: var(--border2); margin: 8px auto 4px; }
.pp-sheethead { display: flex; align-items: center; gap: .6rem; min-height: 48px; }
.pp-sheethead .pp-ftitle { font-size: 15px; margin: 0; }
.pp-sheetclose { margin-left: auto; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--border2); border-radius: var(--r-2); background: transparent; color: var(--text-muted); cursor: pointer; }
.pp-sheetclose:hover { color: var(--text); border-color: var(--text-muted); }
.pp-sheetbody { padding-top: .2rem; }
.pp-slotlabel { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); font-weight: 800; margin: .6rem 0 .3rem; }
.pp-slots { display: flex; flex-wrap: wrap; gap: 6px; }
.pp-slot { min-height: 44px; padding: 0 13px; border: 1px solid var(--border2); border-radius: 999px; background: transparent; color: var(--text-muted); font-size: 13px; font-variant-numeric: tabular-nums; cursor: pointer; }
.pp-slot:hover { color: var(--text); border-color: var(--text-muted); }
/* Ausgewählte Chips sind NEUTRAL, nicht orange — der Akzent gehört dem Tab und
   „Tisch anfragen". Orange darf nur zweimal pro Screen vorkommen. */
.pp-slot.on { background: var(--surface2); border-color: var(--text-muted); color: var(--text); font-weight: 700; }
/* Galerie-Sheet: die Fotos groß, 2-spaltig */
.pp-gallerygrid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding-bottom: .4rem; }
.pp-gallerygrid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-2); background: var(--surface2); display: block; }
.pp-party { display: flex; align-items: center; gap: .8rem; margin: .9rem 0; }
.pp-step { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--border2); border-radius: var(--r-2); background: transparent; color: var(--text); font-size: 18px; line-height: 1; cursor: pointer; }
.pp-step:hover { border-color: var(--text-muted); }
.pp-num { font-size: 14px; font-variant-numeric: tabular-nums; min-width: 78px; }
.pp-chip .own { font-size: 13px; color: #fbbf24; font-weight: 800; }
.pp-chip .guest { font-size: 13px; color: var(--text-dim); font-weight: 600; }
.pp-reply { margin-top: .5rem; padding: .55rem .8rem; border-left: 3px solid var(--accent); background: rgba(249,115,22,.06); border-radius: 0 10px 10px 0; font-size: .85rem; line-height: 1.45; }
.pp-reply .h { font-size: 13px; font-weight: 800; color: #fb923c; margin-bottom: .15rem; }
/* Karten/Sektionen */
.pp-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-3); padding: .9rem 1rem; margin: .7rem 0; }
.pp-card h2 { font-size: 1rem; font-weight: 800; margin: 0 0 .5rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.pp-card h2 .sub { font-size: 13px; font-weight: 600; color: var(--text-dim); }
/* Veröffentlichte Menükarte */
.ppm-section h3 { font-size:.9rem; margin:.9rem 0 .35rem; color:var(--text-muted); }
.ppm-dish { border-top:1px solid var(--border); padding:.65rem 0; }
.ppm-head { display:flex; justify-content:space-between; gap:.7rem; }
.ppm-head span { white-space:nowrap; font-weight:700; }
.ppm-dish > p { margin:.3rem 0; font-size:.86rem; line-height:1.45; }
.ppm-history summary,.ppm-review summary,.ppm-freshness summary { cursor:pointer; font-size:13px; color:var(--text-dim); margin-top:.45rem; }
.ppm-history ul { color:var(--text-muted); font-size:13px; padding-left:1.2rem; }
.ppm-review-form { display:grid; gap:.55rem; padding-top:.55rem; }
.ppm-review-form label:not(.ppm-ate) { display:grid; gap:.25rem; font-size:13px; color:var(--text-muted); }
.ppm-review-form select,.ppm-review-form textarea { width:100%; box-sizing:border-box; background:var(--surface2); color:var(--text); border:1px solid var(--border2); border-radius:10px; padding:.55rem; font:inherit; font-size:16px; }
.ppm-ate { display:flex; gap:.45rem; align-items:flex-start; font-size:13px; }
/* Bewertung */
.pp-rating { display: flex; gap: 1rem; align-items: center; }
.pp-avg { font-size: 2.2rem; font-weight: 900; line-height: 1; white-space: nowrap; }
.pp-avg small { font-size: .9rem; color: var(--text-muted); font-weight: 700; }
.pp-stars { color: #fb923c; letter-spacing: .05em; font-size: 1rem; }
.pp-levels { font-size: 13px; color: var(--text-muted); margin-top: .25rem; line-height: 1.5; }
.pp-levels b { color: var(--ok-fg); }
.pp-crit { display: grid; grid-template-columns: auto 1fr auto; gap: .3rem .6rem; align-items: center; font-size: 13px; margin-top: .7rem; }
.pp-bar { height: 6px; border-radius: 3px; background: var(--surface2); overflow: hidden; }
.pp-bar i { display: block; height: 100%; background: var(--accent); }
.pp-kv { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .6rem; }
.pp-tag { background: var(--surface2); border: 1px solid var(--border2); border-radius: 999px; padding: .2rem .6rem; font-size: 13px; font-weight: 700; color: var(--text-muted); }
/* Öffnungszeiten */
.pp-oh summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: .9rem; }
.pp-oh summary::-webkit-details-marker { display: none; }
.pp-oh ul { margin: .5rem 0 0; padding: 0; list-style: none; font-size: .85rem; color: var(--text-muted); }
.pp-oh li { padding: .15rem 0; border-top: 1px solid var(--border); }
/* Link-Reihe (Info-Reiter): Textlinks statt der alten Kreis-Knöpfe */
.pp-links { display: flex; gap: 1rem; margin: .5rem 0 0; }
.pp-link { color: var(--accent); text-decoration: none; font-size: 14px; font-weight: 700; }
.pp-link:hover { color: var(--accent-dark); }
/* Ausstattung-Chips: Pills mit Icon + Titel + Wert (Serving/Services-Muster) */
.pp-chips { display: flex; flex-wrap: wrap; gap: .45rem; }
.pp-chip { flex: 0 0 auto; display: inline-flex; flex-wrap: wrap; align-items: center; gap: 2px 7px; padding: 7px 12px; border-radius: 999px; background: var(--surface2); border: 1px solid var(--border2); font-size: 13px; font-weight: 700; color: var(--text); cursor: default; }
.pp-chip .ic { font-size: 1rem; }
.pp-chip .val { color: var(--text-muted); font-weight: 600; font-size: 13px; }
.pp-chip .own, .pp-chip .guest { flex-basis: 100%; font-size: 11px; font-weight: 600; color: var(--text-dim); }
.pp-chip.unknown { border-style: dashed; color: var(--text-dim); cursor: pointer; }
.pp-chip.unknown .val { color: var(--accent); }
.pp-ask { margin-top: .6rem; background: rgba(249,115,22,.06); border: 1px solid rgba(249,115,22,.3); border-radius: 12px; padding: .7rem .8rem; }
.pp-ask .q { font-weight: 700; font-size: .9rem; margin-bottom: .5rem; }
.pp-ask .rp-hint { margin-top: .4rem; }
.pp-opts { display: flex; flex-wrap: wrap; gap: .4rem; }
.pp-opt { padding: .4rem .75rem; border-radius: 999px; border: 1px solid var(--border2); background: var(--surface); color: var(--text); font-size: 13px; font-weight: 700; cursor: pointer; }
.pp-opt:hover { border-color: var(--text-muted); }
.pp-opt.skip { color: var(--text-dim); }
.pp-select { width: 100%; padding: .5rem; border-radius: 10px; border: 1px solid var(--border2); background: var(--surface); color: var(--text); font-size: 16px; }
/* Kurator + Fazit */
.pp-verdict { background: rgba(251,191,36,.08); border: 1px solid rgba(251,191,36,.28); border-radius: 12px; padding: .6rem .8rem; }
.pp-verdict .h { font-size: .82rem; font-weight: 800; color: #fcd34d; }
.pp-verdict .h span { color: #fbbf24; letter-spacing: .05em; margin-left: .4rem; }
.pp-verdict .t { font-size: .85rem; margin-top: .3rem; line-height: 1.45; }
.pp-fazit { background: rgba(96,165,250,.08); border: 1px solid rgba(96,165,250,.28); border-radius: 12px; padding: .6rem .8rem; margin-top: .6rem; font-size: .85rem; line-height: 1.45; }
.pp-fazit .h { font-size: 13px; font-weight: 800; color: var(--info-fg); margin-bottom: .2rem; }
.pp-critics { margin-top: .7rem; border-top: 1px solid var(--border); padding-top: .5rem; }
.pp-critics .h { font-size: 13px; font-weight: 800; display: flex; justify-content: space-between; }
.pp-critics .h a { color: var(--accent); text-decoration: none; font-weight: 700; font-size: 13px; }
.pc { padding: .45rem 0; border-top: 1px solid var(--border); }
.pc:first-of-type { border-top: none; }
.pc-top { display: flex; justify-content: space-between; gap: .5rem; }
.pc-top a { color: var(--text); font-weight: 800; text-decoration: none; }
.pc-stars { color: #fb923c; font-size: .85rem; }
.pc-meta { font-size: 13px; color: var(--text-dim); }
.pc-report { background: none; border: 0; padding: 0; color: var(--text-dim); font-size: 13px; cursor: pointer; }
.pc-follow { background: none; border: 1px solid var(--border2); border-radius: 999px; padding: .05rem .5rem; color: var(--accent); font-size: 13px; font-weight: 700; cursor: pointer; }
.pc-follow.on { border-color: var(--accent); }
/* Perspektiven („Brille"): Schnitt pro Esser-Tag, eigene Sicht hervorgehoben */
.pp-lens { margin-top: .5rem; display: flex; flex-direction: column; gap: .35rem; }
.pl-mine { font-size: .85rem; background: rgba(134,239,172,.08); border: 1px solid rgba(134,239,172,.3); border-radius: 10px; padding: .45rem .7rem; }
.pl-mine b { font-size: 1rem; }
.pl-all { display: flex; flex-wrap: wrap; gap: .35rem; }
.pc-text { font-size: .85rem; line-height: 1.45; margin-top: .25rem; white-space: pre-line; }
/* Bewertungsformular (Muster aus reveal.html) */
.rp-row { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .25rem 0; }
.rp-label { font-size: .88rem; font-weight: 600; }
.rp-stars { display: inline-flex; gap: .15rem; }
.rp-stars .star { font-size: 1.45rem; color: rgba(255,255,255,.22); cursor: pointer; user-select: none; line-height: 1; }
.rp-stars .star.filled { color: #fb923c; }
.rp-diet, .rp-return { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; margin: .55rem 0; font-size: .85rem; }
.rp-chip, .rp-yn { padding: .35rem .7rem; border-radius: 999px; border: 1px solid var(--border2); background: var(--surface2); color: var(--text); font-size: 13px; font-weight: 700; cursor: pointer; }
.rp-chip.selected { background: rgba(234,88,12,.25); border-color: #ea580c; color: #fff; }
.rp-yn.selected { background: rgba(34,197,94,.2); border-color: #22c55e; color: #fff; }
/* Preisniveau: zwei schmale Felder (Ausgegeben/Personen), beide freiwillig */
.rp-price { display: flex; gap: .5rem; margin: .5rem 0 .15rem; }
.rp-pricef { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: .25rem; font-size: 13px; color: var(--text-muted); }
.rp-pricef input { width: 100%; box-sizing: border-box; font-size: 16px; padding: .5rem .6rem; border-radius: 10px; border: 1px solid var(--border2); background: var(--surface2); color: var(--text); }
.rp-review { width: 100%; box-sizing: border-box; font-size: 16px; padding: .55rem .7rem; border-radius: 10px; border: 1px solid var(--border2); background: var(--surface2); color: var(--text); margin-top: .4rem; resize: vertical; }
.rp-hint { font-size: 13px; color: var(--text-muted); margin-top: .45rem; line-height: 1.4; }
.rp-submit { width: 100%; margin-top: .7rem; padding: .75rem; border-radius: 12px; border: none; background: var(--accent); color: #fff; font-weight: 800; font-size: .95rem; cursor: pointer; }
.rp-submit:disabled { opacity: .5; cursor: default; }
.rp-level { display: inline-flex; align-items: center; gap: .35rem; font-size: 13px; font-weight: 700; padding: .25rem .6rem; border-radius: 999px; background: var(--surface2); border: 1px solid var(--border2); }
.rp-level.visit { color: var(--ok-fg); border-color: rgba(74,222,128,.4); }
.rp-level.nearby { color: var(--info-fg); border-color: rgba(147,197,253,.4); }
.rp-photos { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .6rem; }
.rp-photos .ph { position: relative; width: 84px; height: 84px; border-radius: 10px; overflow: hidden; background: var(--surface2); }
.rp-photos .ph img { width: 100%; height: 100%; object-fit: cover; }
.rp-photos .ph.pending { outline: 2px dashed var(--accent); outline-offset: -2px; opacity: .85; }
.rp-photos .ph button { position: absolute; top: 2px; right: 2px; width: 22px; height: 22px; border-radius: 50%; border: none; background: rgba(0,0,0,.6); color: #fff; font-size: 13px; cursor: pointer; }
.rp-photos .add { width: 84px; height: 84px; border-radius: 10px; border: 1px dashed var(--border2); background: transparent; color: var(--text-muted); font-size: 1.4rem; cursor: pointer; }
.pp-login { text-align: center; padding: .4rem 0; }
.pp-login a { display: inline-block; margin-top: .5rem; padding: .6rem 1.2rem; border-radius: 10px; background: var(--accent); color: #fff; font-weight: 800; text-decoration: none; }
.pp-outdated { text-align: center; font-size: 13px; color: var(--text-muted); margin: 1rem 0; }
.pp-outdated button { background: none; border: none; color: var(--accent); font-weight: 700; cursor: pointer; font-size: 13px; }

/* ── Im Karten-Sheet (entdecken.html #sheet) ── */
.pp-sheet { padding-bottom: .5rem; }
.pp-sheet .pp-hero { margin: 0 -1rem 0; border-radius: 12px; }
/* Hero-Höhe in BEIDEN Stufen gleich (Vorschau 58 % ↔ voll): sonst springt der
   Bild-Viewport beim Umschalten und das Sheet ruckelt. */
.pp-sheet .pp-slide { max-height: 40vh; }
/* aspect-ratio:auto — sonst schrumpft die Breite mit der gedeckelten Höhe mit
   (16:9 bei 28vh = 400px breit, der Platzhalter klebte links) */
.pp-sheet .pp-empty { aspect-ratio: auto; height: 28vh; font-size: 3rem; }
.pp-sheet .pp-head { padding-top: .8rem; }
/* Keine untere Leiste im Sheet (sie doppelte das Sheet): die Symbolzeile im Kopf
   trägt Route/Reservieren/Anrufen. Die Fakten bleiben 2-spaltig, die Schrift
   etwas kleiner, damit im hochgezogenen Sheet mehr Inhalt sichtbar ist. */
.pp-sheet .pp-facts { margin-top: .6rem; }
.pp-sheet .pp-tabs { margin-top: .7rem; }

/* ── Titelbild-Werkzeuge (a-cover-tools): Favorit + Ausblenden, nur auf der Seite.
   Oben rechts liegen sie, darum rutscht der Galerie-Knopf dort nach unten rechts. ── */
.pp-cover-tools { position: absolute; top: .8rem; right: .8rem; z-index: 3; display: flex; gap: 6px; }
.pp-coverbtn { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(15,15,15,.78); color: #fff; font-size: 13px; font-weight: 700; cursor: pointer; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.pp-coverbtn:hover { border-color: rgba(255,255,255,.55); }
.pp-coverbtn.on { border-color: var(--accent); color: var(--accent); }
.pp:not(.pp-sheet) .pp-gallery { top: auto; bottom: .8rem; }

/* ── Einklappbares Bewerten (a-ratefold): Standard zu, Anker #bewerten bleibt ── */
.pp-ratefold { padding: 0; overflow: hidden; }
.pp-ratefold-h { list-style: none; display: flex; align-items: center; gap: .6rem; padding: .8rem .9rem; cursor: pointer; min-height: 56px; }
.pp-ratefold-h::-webkit-details-marker { display: none; }
.pp-ratefold-tt { flex: 1; min-width: 0; }
.pp-ratefold-h .t { display: block; font-size: 17px; font-weight: 800; }
.pp-ratefold-h .s { display: block; font-size: 13px; color: var(--text-muted); margin-top: 1px; }
.pp-ratefold-h .chev { width: 16px; height: 16px; color: var(--text-dim); transition: transform .2s; flex: 0 0 auto; }
.pp-ratefold[open] .pp-ratefold-h .chev { transform: rotate(90deg); }
.pp-ratefold-body { padding: .7rem .9rem .9rem; border-top: 1px solid var(--border); }

/* ── Kritiker-Karussell: wischbar (scroll-snap) + Pfeile/Punkte ── */
.pp-critics-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; touch-action: pan-x; }
.pp-critics-track::-webkit-scrollbar { display: none; }
.pp-critics-track .pc { flex: 0 0 100%; min-width: 100%; scroll-snap-align: center; padding: .55rem .1rem; border-top: 0; }
.pp-critic-nav { display: flex; align-items: center; justify-content: center; gap: .6rem; margin-top: .4rem; }
.pp-critic-arrow { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--border2); background: transparent; color: var(--text); font-size: 18px; line-height: 1; cursor: pointer; display: grid; place-items: center; }
.pp-critic-arrow:hover { border-color: var(--text-muted); }
.pp-critic-dots { display: flex; gap: 6px; }
.pp-critic-dot { width: 7px; height: 7px; padding: 0; border: none; border-radius: 999px; background: var(--border2); cursor: pointer; }
.pp-critic-dot.on { background: var(--accent); }

/* ── Ausblenden-Overlay (Seite): bestätigt und bietet Rückgängig ── */
.pp-hidden { position: fixed; inset: 0; z-index: 2200; background: rgba(12,12,13,.94); display: flex; align-items: center; justify-content: center; padding: 40px; text-align: center; }
.pp-hidden[hidden] { display: none; }
.pp-hidden-box { display: flex; flex-direction: column; align-items: center; gap: .8rem; max-width: 320px; }
.pp-hidden-box .ic { width: 34px; height: 34px; color: var(--text-muted); }
.pp-hidden-title { font-size: 17px; font-weight: 800; }
.pp-hidden-text { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.pp-hidden .pp-btn { flex: 0 0 auto; padding: 0 1.2rem; }
/* „Angebot ergänzen" (Info-Reiter): gestrichelter Chip, öffnet die offene Frage */
.pp-addfact { margin-top: .5rem; display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 14px; border: 1px dashed var(--border2); border-radius: 999px; background: transparent; color: var(--text-muted); font-size: 13px; font-weight: 700; cursor: pointer; }
.pp-addfact:hover { color: var(--text); border-color: var(--text-muted); }
