/* Публичный шапка + каталог площадок. */
.pub-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.pub-header .in{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:14px;padding:13px 20px}
.pub-wrap{max-width:1100px;margin:0 auto;padding:22px 20px 60px}
.cats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.grid-venues{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.vcard{border:1px solid var(--line);background:var(--surface);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);transition:transform .12s,box-shadow .18s;cursor:pointer}
.vcard:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.vcard .ph{height:120px;position:relative;display:grid;place-items:center;font-size:44px}
.ph-gal{position:absolute;inset:0;display:flex}
.ph-cell{flex:1}
.ph-emoji{position:relative;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.35)}
.vcard .bd{padding:14px 15px 16px}
.vcard h3{font-size:16px}
.vcard .meta{color:var(--ink-soft);font-size:12.5px;margin-top:3px}
.vcard .foot{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:12.5px}
.vcard .stars{color:var(--hold);font-weight:600}
