:root{--bg:#141414;--panel:#1c1c1c;--accent:#e8b04b;--text:#fff;--muted:#9a9a9a}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,sans-serif}.center-msg{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--muted)}.map-screen{position:relative;height:100dvh}.toolbar{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;align-items:center;gap:8px;padding:8px;background:linear-gradient(#141414ee,#14141400)}.chips{display:flex;align-items:center;gap:6px;overflow-x:auto;flex:1 1 auto;min-width:0}.chip{flex:0 0 auto;font-size:13px;padding:5px 10px;border-radius:14px;border:none;background:#2e2e2e;color:#ddd}.chip.on{background:var(--accent);color:#1a1a1a;font-weight:600}.chip-select{flex:0 0 auto;font-size:13px;padding:5px 8px;border-radius:14px;border:none;background:#2e2e2e;color:#ddd}.chip-select:disabled{opacity:.5}.chip-input{flex:0 0 auto;font-size:13px;padding:5px 10px;border-radius:14px;border:none;background:#2e2e2e;color:#fff;min-width:120px}.btn-add-toolbar{flex:0 0 auto;font-size:13px;font-weight:700;padding:7px 14px;border-radius:14px;border:none;background:var(--accent);color:#1a1a1a;white-space:nowrap}.drawer{position:absolute;left:0;right:0;bottom:0;max-height:45dvh;overflow-y:auto;background:var(--panel);border-top-left-radius:16px;border-top-right-radius:16px;z-index:4}.drawer-head{display:flex;justify-content:space-between;padding:10px 14px;font-size:13px;color:var(--muted)}.place-list{list-style:none;margin:0;padding:0}.place-row{padding:10px 14px;border-top:1px solid #262626}.pr-title{font-weight:600}.pr-meta{font-size:12px;color:var(--muted)}.pr-meta .stale{font-style:italic}.detail-sheet{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;background:var(--bg)}.detail-scroll{flex:1;overflow-y:auto;padding:0 16px 16px}.hero{width:100%;height:180px;object-fit:cover}.detail-sheet h2{margin:12px 0 4px}.meta{color:var(--muted);font-size:13px}.verif{color:#6fbf73;font-size:12px;margin-top:6px}.last-checked{color:var(--muted);font-size:12px;margin-top:6px}.btn-verify{margin-top:10px;padding:9px 14px;border-radius:8px;border:1px solid var(--accent);background:#2e260f;color:var(--accent);font-weight:700;font-size:13px}.sched summary{cursor:pointer}.exp{color:#7fd1ff;font-size:12px}.foot-btns{display:flex;gap:8px;padding:8px;border-top:1px solid #2a2a2a}.btn{flex:1;text-align:center;padding:10px;border-radius:8px;background:var(--accent);color:#1a1a1a;font-weight:700;text-decoration:none;font-size:13px}.btn.g{background:#2b2b2b;color:#ddd}.close{position:absolute;top:10px;right:12px;z-index:11;background:#0008;color:#fff;border:none;border-radius:50%;width:32px;height:32px}.add-sheet-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:flex-end;justify-content:center}.add-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000a}.add-sheet-panel{position:relative;z-index:21;width:100%;max-height:85dvh;overflow-y:auto;background:var(--panel);border-top-left-radius:16px;border-top-right-radius:16px;padding:18px 16px}.add-form{display:flex;flex-direction:column;margin-top:8px}.add-photo-cta{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;padding:18px 14px;border-radius:12px;border:2px solid var(--accent);background:#2e260f;color:var(--accent);font-weight:700;font-size:16px;cursor:pointer}.add-photo-cta input[type=file]{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.add-photo-filename{margin-top:8px;font-size:12px;color:var(--muted);text-align:center}.add-divider{display:flex;align-items:center;gap:10px;margin:16px 0;color:var(--muted);font-size:12px}.add-divider:before,.add-divider:after{content:"";flex:1;height:1px;background:#333}.add-url{width:100%;box-sizing:border-box;padding:10px 12px;margin:0 0 12px;border-radius:8px;border:1px solid #333;background:#111;color:#fff;font-size:14px}.add-name{margin-bottom:14px}.add-name label{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}.add-name input{width:100%;box-sizing:border-box;padding:10px 12px;border-radius:8px;border:1px solid #333;background:#111;color:#fff;font-size:14px}.add-form>button{padding:10px 16px;border-radius:8px;border:none;background:var(--accent);color:#1a1a1a;font-weight:700;font-size:14px}.add-form>button:disabled{opacity:.6}.add-confirm h3{margin-top:0}.err{color:#e06060;font-size:13px;margin-top:8px}.load-error-banner{position:absolute;left:8px;right:8px;top:56px;z-index:6;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-radius:10px;background:#3a1f1f;border:1px solid #5c2b2b;color:#f2b3b3;font-size:13px}.load-error-banner button{flex:0 0 auto;background:none;border:none;color:#f2b3b3;font-size:14px}@media (min-width: 900px){.map-screen{display:grid;grid-template-columns:360px 1fr;grid-template-rows:auto 1fr}.toolbar{position:static;grid-column:1 / 3}.drawer{position:static;max-height:none;grid-column:1;grid-row:2;border-radius:0}.gmap,.map-screen>:nth-child(2){grid-column:2;grid-row:2}.detail-sheet{position:absolute;width:420px;inset:auto;box-shadow:-8px 0 24px #0006}.add-sheet-panel{max-width:420px;margin:0 auto 24px;border-radius:16px}}
