:root { --ink: #172018; --muted: #657064; --line: #d8ddd4; --paper: #fffef9; --accent: #f24e1e; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: #eef4ed; font-family: ui-sans-serif, system-ui, sans-serif; }
.shell { display: grid; grid-template-columns: minmax(0, 1fr) 360px; min-height: 100vh; }
.map-pane { position: relative; min-height: 100vh; }.map { position: absolute; inset: 0; }
.panel { z-index: 1; padding: 24px; border-left: 1px solid var(--line); background: var(--paper); }.back-link { display: inline-block; margin-bottom: 24px; color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.eyebrow { margin: 0 0 7px; color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }h1 { margin: 0 0 12px; font-size: 32px; line-height: .98; letter-spacing: -.04em; }p, li { color: var(--muted); font-size: 14px; line-height: 1.5; }h2 { margin: 25px 0 8px; font-size: 14px; }ul { padding-left: 20px; }code { color: #477221; font-size: .88em; font-weight: 800; }.mode-control { display: grid; gap: 9px; margin: 21px 0 0; padding: 12px; border: 1px solid var(--line); border-radius: 10px; }.mode-control legend { padding: 0 4px; color: var(--ink); font-size: 12px; font-weight: 800; }.mode-control label { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 700; }.mode-control input, .toggle input { accent-color: #7EA400; }.note { margin-top: 22px; padding: 13px; border: 1px solid #e5cdbf; border-radius: 10px; background: #fff7f2; }.note p { margin: 4px 0 0; }.palette-guide { margin-top: 18px; }.palette-guide summary { color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 800; }.palette-guide p { margin: 7px 0 9px; font-size: 12px; }.palette-guide table { width: 100%; border-collapse: collapse; font-size: 11px; }.palette-guide th { color: var(--muted); font-size: 10px; text-align: left; }.palette-guide th, .palette-guide td { padding: 6px 3px; border-bottom: 1px solid var(--line); }.palette-guide td { color: var(--ink); }.swatch { display: inline-block; width: 11px; height: 11px; margin-right: 5px; border: 1px solid rgba(23,32,24,.18); border-radius: 50%; background: var(--swatch); vertical-align: -1px; }.toggle { display: flex; gap: 8px; align-items: center; margin-top: 20px; font-size: 13px; font-weight: 750; }.map-title, .zoom { position: absolute; z-index: 1; border: 1px solid rgba(23,32,24,.18); border-radius: 10px; background: rgba(255,255,252,.94); box-shadow: 0 8px 24px rgba(23,32,24,.13); }.map-title { top: 16px; left: 16px; padding: 10px 13px; }.map-title span { display: block; color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.map-title strong { font-size: 15px; }.zoom { top: 16px; right: 16px; padding: 9px 11px; font: 800 13px ui-monospace, monospace; }.error { color: #a72e13; font-weight: 700; }@media (max-width: 780px) { .shell { display: block; }.map-pane { height: 64vh; min-height: 440px; }.panel { border-top: 1px solid var(--line); border-left: 0; } }
