@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Spectral:wght@400;500&display=swap";:root{--accent:#9f2f28;--bg:#f4efe4;--fg:#111;--muted:#555;--rule:#00000029;--rule-soft:#0000001f;--max:980px;--heat-1:#e8b9a0;--heat-2:#c45a52;--heat-3:#9f2f28}@media (prefers-color-scheme:dark){:root{--accent:#c45a52;--bg:#1b1b1b;--fg:#f2efe7;--muted:#b6afa3;--rule:#ffffff29;--rule-soft:#ffffff1f}}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:110%;line-height:1.6}body{max-width:var(--max);flex-direction:column;min-height:100vh;margin:0 auto;padding:36px 40px 28px;display:flex}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.masthead{margin-bottom:28px}.masthead .name{letter-spacing:-.02em;margin:0 0 10px;font-family:Spectral,Georgia,serif;font-size:2.4rem;font-weight:500;line-height:.95}.masthead .name a{color:inherit}.masthead .rule{border-top:1px solid var(--rule)}.masthead .nav{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);flex-wrap:wrap;gap:18px;margin-top:14px;font-size:.78rem;display:flex}.masthead .nav a{color:var(--muted)}main{flex:1}main h1{letter-spacing:-.01em;margin:0 0 .6rem;font-family:Spectral,Georgia,serif;font-size:1.9rem;font-weight:500}main h1:after{content:"";background:var(--accent);width:4rem;height:2px;margin-top:.5rem;display:block}main h2{margin:2.4rem 0 .6rem;font-family:Spectral,Georgia,serif;font-size:1.35rem;font-weight:500}.muted{color:var(--muted)}ul.places{border-top:1px solid var(--rule-soft);margin:1.2rem 0 0;padding:0;list-style:none}ul.places li{border-bottom:1px solid var(--rule-soft);justify-content:space-between;align-items:baseline;gap:1rem;padding:.6rem 0;display:flex}ul.places .city-cell{align-items:center;gap:.5rem;display:inline-flex}ul.places .flag{border:1px solid var(--rule-soft);border-radius:2px;flex-shrink:0}ul.places .city{font-weight:500}ul.places .country{color:var(--muted);font-size:.92em}ul.places .year{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.92em}ul.places li.places-sub{border-bottom:1px solid var(--rule-soft);padding:.2rem 0 .6rem 2.1rem;display:block}ul.places li.places-sub>ul{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}ul.places li.places-sub>ul>li{border:0;padding:0;font-size:.95em;display:block}ul.places li.places-sub .cat-icon{width:1.2em;color:var(--accent);margin-right:.3rem;display:inline-block}ul.places li.places-sub a{color:var(--fg);border-bottom:1px solid var(--rule-soft)}ul.places li.places-sub a:hover{color:var(--accent);border-bottom-color:var(--accent);text-decoration:none}.add-place-btn{border:1px solid var(--rule);width:1.3rem;height:1.3rem;color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:.9rem;line-height:1;transition:border-color .15s,color .15s;display:inline-flex}.add-place-btn:hover{border-color:var(--accent);color:var(--accent)}.delete-btn{width:1.1rem;height:1.1rem;color:var(--muted);cursor:pointer;opacity:.45;background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:.4em;padding:0;font-size:.85rem;line-height:1;transition:opacity .15s,border-color .15s,color .15s;display:inline-flex}.delete-btn:hover{opacity:1;border-color:var(--accent);color:var(--accent)}.page-head{align-items:center;gap:.6rem;display:flex}.page-head h1{margin:0}.add-btn{border:1px solid var(--rule);width:1.6rem;height:1.6rem;color:var(--fg);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.1rem;line-height:1;transition:border-color .15s,color .15s;display:inline-flex}.add-btn:hover,.add-btn[aria-expanded=true]{border-color:var(--accent);color:var(--accent)}.add-form{border:1px solid var(--rule-soft);background:#00000005;border-radius:4px;flex-direction:column;gap:.7rem;margin:1.2rem 0 1.6rem;padding:1rem 1.1rem 1.1rem;display:flex}@media (prefers-color-scheme:dark){.add-form{background:#ffffff08}}.add-form .field{flex-direction:column;gap:.25rem;display:flex}.add-form .field-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.72rem}.add-form input[type=text],.add-form input[type=number],.add-form select{font:inherit;color:var(--fg);background:var(--bg);border:1px solid var(--rule);border-radius:3px;padding:.4rem .6rem}.add-form input:focus,.add-form select:focus{border-color:var(--accent);outline:none}.add-form .row{gap:.8rem;display:flex}.add-form .row .field{flex:1}.add-form .actions{justify-content:flex-end;display:flex}.add-form button[type=submit]{font:inherit;color:var(--bg);background:var(--accent);border:1px solid var(--accent);cursor:pointer;border-radius:3px;padding:.4rem 1rem;font-weight:500}.add-form button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.search-results{border:1px solid var(--rule-soft);background:var(--bg);border-radius:3px;max-height:14rem;margin:0;padding:0;list-style:none;overflow-y:auto}.search-results li+li{border-top:1px solid var(--rule-soft)}.result-pick{text-align:left;width:100%;font:inherit;color:var(--fg);cursor:pointer;background:0 0;border:0;padding:.45rem .6rem;display:block}.result-pick:hover{background:#9f2f2814}.result-pick.picked{background:#9f2f281f}.result-label{font-weight:500}.result-desc{color:var(--muted);font-size:.92em}.result-qid{color:var(--muted);font-variant-numeric:tabular-nums;margin-left:.5rem;font-size:.78em}.result-local{color:var(--accent);opacity:.7;margin-left:.35rem;font-size:.78em}.small{font-size:.9em}.error{color:var(--accent);margin:0;font-size:.92em}.stats{flex-wrap:wrap;gap:2.4rem;margin:1.2rem 0 1.6rem;padding:0;list-style:none;display:flex}.stats li{flex-direction:column;gap:.1rem;display:flex}.stats .stat-num{color:var(--accent);font-variant-numeric:tabular-nums;font-family:Spectral,Georgia,serif;font-size:1.9rem;font-weight:500;line-height:1}.stats .stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.72rem}.travel-map{border:1px solid var(--rule);background:#e2dac6;width:100%;height:506px;margin:.4rem 0 .5rem}@media (prefers-color-scheme:dark){.travel-map{background:#333}}.travel-map .leaflet-container{font:inherit}.extreme-tip{text-align:center;font-size:.7rem;line-height:1.3}.map-attrib{margin:.3rem 0 1.4rem;font-size:.78rem}.fs-btn{text-align:center;font-size:1rem;line-height:26px}ul.places li.place-form-row{border-bottom:1px solid var(--rule-soft);padding:0;display:block}ul.places li.place-form-row .add-form{margin:.6rem 0 .8rem}.unesco-badge{background:var(--accent);color:#fff;letter-spacing:.04em;border-radius:3px;margin-left:.4rem;padding:.05rem .4rem;font-size:.7em;font-weight:600;display:inline-block}.region-section{margin:2.4rem 0 2rem}.section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 .6rem;font-size:.72rem}.section-note{color:var(--muted);max-width:70ch;margin:.25rem 0 1rem;font-size:.72rem}.region-cols{grid-template-columns:repeat(5,1fr);gap:0 14px;margin:0 0 1.5rem;display:grid}@media (width<=860px){.region-cols{grid-template-columns:1fr 1fr 1fr}}@media (width<=560px){.region-cols{grid-template-columns:1fr}}.region-col{min-width:0}.region-title{margin:.25rem 0 .6rem;font-family:Spectral,Georgia,serif;font-size:1.15rem;font-weight:500}.region-title .legend-count{color:var(--accent);font-weight:500}.flag-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:.5rem 0 .4rem;font-size:.72rem}.flag-label .legend-count{color:var(--accent)}.region-col .flag-row{flex-wrap:wrap;gap:4px;margin:0 0 .6rem;display:flex}.region-col .flag-row .flag{border:1px solid var(--rule-soft);object-fit:cover;border-radius:2px;width:24px;height:18px;margin:0}.flag-unvisited{filter:grayscale();opacity:.3}footer.colophon{border-top:1px solid var(--rule-soft);color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-top:3rem;padding-top:1rem;font-size:.78rem}.masthead-row.svelte-12qhfyh{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.user-chip.svelte-12qhfyh{color:var(--muted);align-items:center;gap:.6rem;font-size:.82rem;display:inline-flex}.user-email.svelte-12qhfyh{font-variant-numeric:tabular-nums}.settings-link.svelte-12qhfyh{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.78rem;text-decoration:none}.settings-link.svelte-12qhfyh:hover{color:var(--accent)}.signout-btn.svelte-12qhfyh{font:inherit;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border:1px solid var(--rule);cursor:pointer;background:0 0;border-radius:3px;padding:.2rem .6rem;font-size:.78rem}.signout-btn.svelte-12qhfyh:hover{color:var(--accent);border-color:var(--accent)}
