:root{--color-bg: #f1f1ef;--color-surface: #ffffff;--color-surface-alt: #f7f7f5;--color-border: #c4c8cd;--color-border-strong: #8b909a;--color-text: #14181f;--color-text-muted: #565d68;--color-primary: #163a5f;--color-primary-dark: #0f2740;--color-primary-soft: #e7edf3;--color-success: #256a3f;--color-success-soft: #e6f0e9;--color-warning: #8a5b00;--color-warning-soft: #fbf1de;--color-danger: #a3242b;--color-danger-soft: #f8e8e8;--color-neutral-soft: #eceef0;--radius: 4px;--shadow-card: 0 1px 2px rgba(15, 20, 30, .06);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}@media(prefers-color-scheme:dark){:root{--color-bg: #14171c;--color-surface: #1b1f26;--color-surface-alt: #20242c;--color-border: #383e48;--color-border-strong: #545c68;--color-text: #e8eaed;--color-text-muted: #9aa1ac;--color-primary: #7b9cc4;--color-primary-dark: #0f2740;--color-primary-soft: #22303f;--color-success: #5fae7e;--color-success-soft: #16281e;--color-warning: #d3a03d;--color-warning-soft: #302509;--color-danger: #d97a7e;--color-danger-soft: #341b1c;--color-neutral-soft: #262b33;--shadow-card: 0 1px 2px rgba(0, 0, 0, .35)}}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}@media(max-width:480px){html{font-size:14px}}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}app-root{display:block;height:100%}h1,h2,h3,p{margin:0}code{font-family:var(--font-mono);background:var(--color-neutral-soft);padding:.1em .4em;border-radius:3px;font-size:.9em}.map-infowindow{font-family:var(--font-sans);font-size:.85rem;color:var(--color-text);display:flex;flex-direction:column;gap:.3rem;min-width:160px}.map-infowindow strong{font-size:.88rem}.map-infowindow__meta{color:var(--color-text-muted);font-size:.78rem}.map-infowindow a{margin-top:.2rem;color:var(--color-primary);font-weight:600;font-size:.8rem;text-decoration:none}.map-infowindow a:hover{text-decoration:underline}
