:root{--bg:#fff;--fg:#2c3e50;--muted:#6b7280;--border:#e5e7eb;--border-strong:#d1d5db;--surface:#fff;--surface-alt:#f3f6f9;--surface-muted:#d1d5db;--header-bg:#fffffff5;--shadow:#0000002e;--shadow-soft:#0000001f;--link:#1871c3;--accent:#299764}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#1b1b1f;--fg:#e4e4e7;--muted:#9ca3af;--border:#33343a;--border-strong:#45464e;--surface:#232429;--surface-alt:#26272d;--surface-muted:#3a3b42;--header-bg:#1b1b1ff5;--shadow:#00000080;--shadow-soft:#00000073;--link:#6cb6ff;--accent:#3dd68c}}:root[data-theme=dark]{--bg:#1b1b1f;--fg:#e4e4e7;--muted:#9ca3af;--border:#33343a;--border-strong:#45464e;--surface:#232429;--surface-alt:#26272d;--surface-muted:#3a3b42;--header-bg:#1b1b1ff5;--shadow:#00000080;--shadow-soft:#00000073;--link:#6cb6ff;--accent:#3dd68c}:root{color:var(--fg);background:var(--bg);color-scheme:light dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7}*{box-sizing:border-box}body{margin:0}a{color:var(--link)}:root{--page-width:960px;--page-gutter:1.5rem}body.wide .page-shell{max-width:none}body.bleed{flex-direction:column;height:100dvh;display:flex;overflow:hidden}body.bleed .site-header{position:static}body.bleed .page-shell{flex:1;max-width:none;min-height:0;padding:.75rem}body.bleed .map-content{height:100%}body.bleed .footer-inner{padding-block:.6rem}.site-header{z-index:10;border-bottom:1px solid var(--border);background:var(--header-bg);position:sticky;top:0}.header-inner{min-height:3.6rem;padding:.6rem var(--page-gutter);align-items:center;gap:1rem;display:flex}.brand{color:inherit;align-items:center;gap:.5rem;margin-inline-end:auto;font-weight:700;text-decoration:none;display:flex}.brand img{width:2rem;height:2rem}.nav-menu{position:relative}.nav-toggle{opacity:0;width:1px;height:1px;position:absolute}.nav-button{display:none}.nav-menu nav{flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}nav a{color:inherit;text-decoration:none}nav a[aria-current=page]{color:var(--accent);text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:6px;font-weight:700;text-decoration-thickness:2px}nav a[target=_blank]:after{content:"↗";margin-left:.15em;font-size:.85em}.theme-button{border:1px solid var(--border-strong);width:2.1rem;height:2.1rem;color:var(--fg);cursor:pointer;background:0 0;border-radius:999px;flex:none;place-items:center;padding:0;display:inline-grid}.theme-button:hover{border-color:var(--accent);color:var(--accent)}.theme-icon{width:1.05rem;height:1.05rem;display:none}:root[data-theme-mode=light] .icon-light,:root[data-theme-mode=dark] .icon-dark,:root[data-theme-mode=system] .icon-system,:root:not([data-theme-mode]) .icon-system{display:block}.page-shell{max-width:var(--page-width);min-height:calc(100vh - 8rem);padding:var(--page-gutter);margin:0}h1{font-size:1.25rem}.map-content{background:var(--surface-alt);width:100%;height:calc(100vh - 7rem);position:relative}.map-placeholder{color:var(--muted);place-items:center;margin:0;display:grid;position:absolute;inset:0}.map{opacity:0;border:0;width:100%;height:100%;transition:opacity .3s;position:relative}.map.is-loaded{opacity:1}.item-note{background:var(--surface-alt);max-width:42rem;color:var(--muted);border-radius:6px;margin:0 auto 1.5rem;padding:.9rem 1.2rem;font-size:.95rem}.item-note>:first-child{margin-top:0}.item-note>:last-child{margin-bottom:0}.item-note p{margin:.5rem 0}.item-note blockquote{border-left:3px solid var(--border-strong);margin:.75rem 0;padding:.25rem 0 .25rem 1rem}.card-grid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:.75rem;max-width:1440px;margin-inline:auto;display:flex}.park-card,.item-card{border:1px solid var(--border-strong);background:var(--surface);width:320px;box-shadow:0 2px 4px var(--shadow);text-align:center;padding:.75rem}.park-card.invalid,.item-card.invalid{background:var(--surface-muted)}.park-card h2,.item-card h2{margin:0 0 .5rem;font-size:1rem;font-weight:500}.park-card h2 small,.item-card h2 small{display:block}.park-card img,.item-card img{object-fit:contain;max-width:100%;height:225px}.item-name{font-size:.9rem}.memo{color:var(--muted);text-align:left;font-size:.85rem}.index-list{max-width:42rem;margin-inline:auto;padding:0;list-style:none}.index-list li{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding:.5rem;display:flex}footer{border-top:1px solid var(--border);color:var(--muted)}.footer-inner{padding:1.25rem var(--page-gutter);flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.9rem;display:flex}.footer-inner p{margin:0}.footer-links{margin-inline-start:auto}.footer-links a{color:inherit;text-decoration:none}.footer-links a:hover{text-decoration:underline}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=760px){:root{--page-gutter:1rem}.site-header{position:static}.nav-button{border:1px solid var(--border-strong);cursor:pointer;border-radius:4px;padding:.3rem .55rem;font-size:1.1rem;line-height:1;display:block}.nav-toggle:focus-visible+.nav-button{outline:2px solid var(--link);outline-offset:2px}.nav-menu nav{display:none}.nav-toggle:checked~nav{display:flex}.nav-menu nav{z-index:20;border:1px solid var(--border);background:var(--surface);min-width:12rem;box-shadow:0 6px 16px var(--shadow-soft);border-radius:6px;flex-direction:column;gap:.85rem;padding:.9rem 1rem;position:absolute;top:calc(100% + .4rem);right:0}.park-card,.item-card{width:100%}}.content-body{max-width:var(--page-width);margin-inline:auto}.content-body blockquote{border-left:4px solid var(--link);background:var(--surface-alt);margin:1rem 0;padding:.75rem 1rem}.content-body blockquote>:first-child{margin-top:0}.content-body blockquote>:last-child{margin-bottom:0}.content-body table{border-collapse:collapse}.content-body th,.content-body td{border:1px solid var(--border-strong);padding:.35rem .75rem}.content-body img{max-width:100%;height:auto}.breadcrumb{margin:0 0 1rem;font-size:.9rem}.breadcrumb ol{margin:0;padding:0;list-style:none}.breadcrumb li{display:inline}.breadcrumb li+li:before{content:"›";color:var(--muted);margin:0 .4rem}.breadcrumb [aria-current]{color:var(--muted)}
