:root{--bg:#f2f2f2;--surface:#ffffff;--surface-muted:#f7f7f7;--surface-soft:#ededed;--border:#d6d6d6;--border-strong:#bdbdbd;--text:#111111;--text-muted:#666666;--text-soft:#7a7a7a;--shadow-light:rgba(0,0,0,0.06);--shadow-medium:rgba(0,0,0,0.12);--shadow-strong:rgba(0,0,0,0.18)}body,html{height:100%;margin:0;padding:0;font-family:var(--font-body),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}body{overflow:hidden}.new-page{height:100vh;overflow-y:auto;overflow-x:hidden}*{box-sizing:border-box}a{color:inherit}.place-sheet-title,h1,h2,h3,h4,h5,h6{font-family:var(--font-heading),Georgia,serif;font-weight:400}button,input,select,textarea{font:inherit}button{cursor:pointer}.page{padding:1.25rem}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-toolbar-links{display:inline-flex;align-items:center;gap:.85rem;flex-wrap:wrap}.admin-toolbar-button{border:0;background:transparent;padding:0}.panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem;box-shadow:0 8px 24px var(--shadow-light)}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{background:var(--surface-muted);border-radius:14px;padding:.9rem;border:1px solid var(--border)}.stat .label{font-size:.85rem;color:var(--text-muted)}.stat .value{margin-top:.4rem;font-size:1.75rem;font-weight:700}.button-row{display:flex;gap:.75rem;flex-wrap:wrap}.button{border:0;border-radius:999px;padding:.7rem 1rem;background:var(--text);color:var(--surface)}.button.secondary{background:var(--surface-soft);color:var(--text)}.button.warn{background:#444444}.button:disabled{opacity:.55;cursor:wait}.muted{color:var(--text-muted)}.error-list,.log-list{display:grid;gap:.65rem}.error-item,.log-item,.place-item,.review-card{border:1px solid var(--border);border-radius:14px;padding:.9rem;background:var(--surface)}.field-grid,.review-card .actions,.review-card form{display:grid;gap:.75rem}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid.full{grid-template-columns:1fr}.field{display:grid;gap:.35rem}.field-label-row{display:inline-flex;align-items:center;gap:.5rem}.field-text-button{text-decoration:underline}.field-icon-button,.field-text-button{border:0;background:transparent;padding:0;color:var(--text-muted)}.field-icon-button{display:inline-flex;align-items:center;justify-content:center}.field-text-button:disabled{opacity:.5;cursor:default;text-decoration:none}.field-icon-button:disabled{opacity:.5;cursor:default}.missing-action-button{border:0;background:transparent;padding:0;display:inline-flex;color:inherit}.field input,.field select,.field textarea{width:100%;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface);padding:.65rem .75rem}.field textarea{min-height:88px}.map-canvas{height:100%;width:100%}.map-marker{display:block;width:18px;height:18px;border-radius:999px;border:1.5px solid var(--surface);box-shadow:0 2px 12px rgba(0,0,0,.28);background:#0b5fff}.map-marker-button{border:0;background:transparent;padding:0}.fullscreen-map{width:100vw;height:100vh}.map-filter-button{position:fixed;bottom:14px;left:50%;transform:translateX(-50%);z-index:2100;min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:0;border-radius:999px;background:var(--surface);color:var(--text);box-shadow:0 12px 28px var(--shadow-strong);padding:0 .85rem}.map-filter-button-count,.map-filter-button-count-total{color:var(--text-soft)}.missing-page{height:100vh;overflow:auto}.map-loading{display:grid;place-items:center;text-align:center}.map-throbber{animation:map-throbber-spin .9s linear infinite}.flag-page{min-height:100vh;padding:1.5rem;background:var(--bg)}.flag-card{max-width:900px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem;box-shadow:0 8px 24px var(--shadow-light)}.login-card{max-width:440px}.login-message{margin:0}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;background:var(--surface-soft);color:var(--text-muted);font-size:.8rem}.split{display:flex;justify-content:space-between;gap:.75rem;align-items:start}.place-sheet-backdrop{background:transparent!important;pointer-events:none!important}.place-sheet-panel{background:var(--surface)!important;color:var(--text)!important;border:1px solid rgba(0,0,0,.12)!important;box-shadow:0 20px 60px rgba(0,0,0,.16)!important}.place-sheet-panel [data-stacksheet-handle]{color:var(--text-soft)!important;-webkit-tap-highlight-color:transparent}.place-sheet-header{display:flex;flex:0 0 auto;align-items:stretch;justify-content:space-between;gap:1rem;height:auto;min-height:fit-content;padding:1rem;border-bottom:1px solid var(--border)}.place-sheet-heading{min-width:0;flex:1 1 auto}.place-sheet-intro{display:grid;gap:0}.place-sheet-hero{width:100%;height:auto;display:block;margin-bottom:1rem;border-radius:1.25rem}.place-sheet-hero-mobile{display:none}.place-sheet-copy{min-width:0}.place-sheet-title{margin:0;font-size:1.65rem;line-height:1.2}.place-sheet-meta{margin-top:.35rem;color:var(--text-muted);font-size:1rem}.place-sheet-meta a{color:var(--text-soft);text-decoration:none;border-bottom:0;transition:color .25s ease}.place-sheet-meta a:hover{color:var(--text-muted)}.place-sheet-close{appearance:none;flex:0 0 auto;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);padding:0;color:var(--text)}.place-sheet-close:disabled{opacity:1}.place-sheet-header-actions{flex:0 0 auto;display:inline-flex;align-items:flex-start;gap:.5rem}.place-sheet-body{min-height:0}.place-sheet-content{display:grid;gap:1rem;padding:1rem}.place-sheet-address{margin:0;color:var(--text-muted)}.place-sheet-address-toggle{width:100%;border:0;background:transparent;padding:0;text-align:left}.place-sheet-address-toggle .place-sheet-address{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.place-sheet-address-toggle.expanded .place-sheet-address{display:block;overflow:visible;-webkit-line-clamp:unset}.place-sheet-links{display:inline-flex;align-items:center;gap:.85rem;flex-wrap:wrap;font-size:.875rem}.place-sheet-article-link,.place-sheet-links a{color:var(--text-muted);text-decoration:none;transition:color .25s ease}.place-sheet-article-link:hover,.place-sheet-links a:hover{color:var(--text)}.place-sheet-section{display:grid;gap:.5rem}.place-sheet-summary,.place-sheet-why{margin:0}.place-sheet-why{color:var(--text-muted)}.place-sheet-article-link{display:inline-flex;align-items:center;gap:.45rem}.tag-list{display:grid;gap:1rem}.recent-additions-section{display:grid;gap:.6rem}.recent-additions-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.recent-additions-title{font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-size:1rem}.recent-additions-carousel{display:grid;min-height:4.55rem}.recent-additions-card{position:relative;grid-area:1/1;display:grid;gap:.15rem;padding:.85rem;border:1px solid var(--border);border-radius:.9rem;background:var(--surface);color:var(--text);text-align:left;appearance:none;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .7s ease;transform:translateZ(0);backface-visibility:hidden;background-clip:padding-box;will-change:opacity}.recent-additions-card.active{opacity:1;pointer-events:auto}.recent-additions-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.recent-additions-name{font-family:var(--font-heading),Georgia,serif;font-size:1.08rem;color:var(--text);-webkit-text-fill-color:var(--text)}.recent-additions-meta,.recent-additions-time{color:var(--text-muted);font-size:.95rem}.recent-additions-time{white-space:nowrap}.recent-additions-dots{display:inline-flex;align-items:center;gap:.35rem}.recent-additions-dot{width:.35rem;height:.35rem;border-radius:999px;background:var(--border-strong);opacity:.45}.recent-additions-dot.active{opacity:1}.tag-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--text-muted)}.tag-actions-group{display:inline-flex;align-items:center;gap:.4rem}.tag-action-link{border:0;background:transparent;color:inherit;padding:0}.tag-action-link:disabled{opacity:.4;text-decoration:none;cursor:default}.tag-action-separator{color:var(--text-soft)}.tag-group{display:grid;gap:.5rem}.tag-group-toggle{align-items:center}.tag-sublist{display:grid;gap:.7rem}.tag-chip{width:100%;display:inline-flex;align-items:center;gap:.65rem;text-align:left;border:0;background:transparent;color:var(--text);padding:0}.tag-list>.tag-chip{padding-left:calc(14px + .65rem)}.subtag-chip{padding-left:2rem}.tag-chip-main{min-width:0;flex:1 1 auto;display:inline-flex;align-items:center;gap:.65rem}.tag-chip-main input{margin:0;flex:0 0 auto}.tag-chip-label{min-width:0}.tag-chip-only,.tag-group-expand{border:0;background:transparent;color:var(--text-muted);padding:0}.tag-group-expand{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px}.tag-chip-only{opacity:0;font-size:.75em;font-weight:700;text-transform:uppercase;transition:opacity .12s ease}.tag-chip-main:focus-within .tag-chip-only,.tag-chip-main:hover .tag-chip-only{opacity:1}.tag-chip-count{color:var(--text-muted);flex:0 0 auto;margin-left:auto;text-align:right}@keyframes map-throbber-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:768px){.place-sheet-panel{border:0!important;border-left:1px solid rgba(0,0,0,.12)!important}}@media (max-width:767px){.place-sheet-intro{display:grid;grid-template-columns:minmax(0,1fr) 64px;align-items:center;column-gap:.9rem;row-gap:.5rem}.place-sheet-hero-desktop{display:none}.place-sheet-hero-mobile{display:block;grid-column:2;grid-row:1;width:64px;margin-bottom:0;border-radius:0}.place-sheet-copy{grid-column:1;grid-row:1}.place-sheet-meta{grid-column:1/-1;margin-top:0}}@media (max-width:960px){.field-grid,.grid.three,.grid.two{grid-template-columns:1fr}}