:root{--ds-space-0:0px;--ds-space-1:4px;--ds-space-2:8px;--ds-space-3:12px;--ds-space-4:16px;--ds-space-5:24px;--ds-space-6:32px;--ds-space-7:48px;--ds-space-8:64px;--ds-radius-sm:4px;--ds-radius-md:8px;--ds-radius-lg:14px;--ds-radius-pill:999px;--ds-type-family-sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--ds-type-family-mono:ui-monospace,SFMono-Regular,Menlo,monospace;--ds-type-size-xs:12px;--ds-type-size-sm:14px;--ds-type-size-md:16px;--ds-type-size-lg:20px;--ds-type-size-xl:28px;--ds-type-size-2xl:38px;--ds-type-leading-tight:1.2;--ds-type-leading-normal:1.5;--ds-type-weight-regular:400;--ds-type-weight-medium:530;--ds-type-weight-bold:650;--ds-motion-duration-instant:90ms;--ds-motion-duration-fast:140ms;--ds-motion-duration-base:200ms;--ds-motion-duration-slow:280ms;--ds-motion-ease-standard:cubic-bezier(0.2,0,0,1);--ds-motion-ease-exit:cubic-bezier(0.4,0,1,1);--ds-motion-profile:product;--ds-elevation-1:0 1px 2px rgba(20,19,18,0.06);--ds-elevation-2:0 2px 8px rgba(20,19,18,0.10);--ds-elevation-3:0 8px 24px rgba(20,19,18,0.14);--ds-color-bg:#FBFAF8;--ds-color-surface:#FFFFFF;--ds-color-border:#E3DFD8;--ds-color-text:#1B1A18;--ds-color-text-muted:#6B6660;--ds-color-accent:#1F5E4B;--ds-color-warn:#8A5A12;--ds-color-danger:#8C2F2F;--ds-color-rank-1:#0F3D31;--ds-color-rank-2:#2E6E58;--ds-color-rank-3:#5E9A83;--ds-color-rank-4:#9DC3B2;--ds-color-rank-5:#D6E4DC}@media (prefers-color-scheme:dark){:root{--ds-color-bg:#141312;--ds-color-surface:#1E1D1B;--ds-color-border:#33312E;--ds-color-text:#F2EFEA;--ds-color-text-muted:#A29C94;--ds-color-accent:#5FBF9E;--ds-color-warn:#D9A441;--ds-color-danger:#E08585;--ds-color-rank-1:#8FD9BF;--ds-color-rank-2:#63B79A;--ds-color-rank-3:#4A917A;--ds-color-rank-4:#356B5B;--ds-color-rank-5:#24473D}}*,:after,:before{box-sizing:border-box}body,html{margin:0;height:100%;background:var(--ds-color-bg);color:var(--ds-color-text);font-family:var(--ds-type-family-sans);font-size:var(--ds-type-size-md);line-height:var(--ds-type-leading-normal)}:focus-visible{outline:2px solid var(--ds-color-accent);outline-offset:2px;border-radius:var(--ds-radius-sm)}a{color:var(--ds-color-accent);text-underline-offset:var(--ds-space-1)}.shell{position:relative;display:grid;grid-template-columns:1fr minmax(0,400px);height:100vh}.map-canvas{height:100%}.legend,.map-canvas{grid-column:1;grid-row:1;background:var(--ds-color-surface)}.legend{align-self:end;justify-self:start;z-index:1;margin:var(--ds-space-4);padding:var(--ds-space-3) var(--ds-space-4);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-md);box-shadow:var(--ds-elevation-1);color:var(--ds-color-text-muted)}.legend,.legend-title{font-size:var(--ds-type-size-xs)}.legend-title{margin:0 0 var(--ds-space-2);color:var(--ds-color-text);font-weight:var(--ds-type-weight-bold);letter-spacing:.08em;text-transform:uppercase}.legend-items{display:flex;flex-direction:column;gap:var(--ds-space-1);margin:0;padding:0;list-style:none}.legend-item{display:flex;align-items:center;gap:var(--ds-space-2)}.legend-note{max-width:22ch;margin:var(--ds-space-2) 0 0}.panel{grid-column:2;grid-row:1;z-index:2;display:flex;flex-direction:column;gap:var(--ds-space-5);height:100vh;padding:var(--ds-space-5);overflow-y:auto;border-left:1px solid var(--ds-color-border);background:var(--ds-color-surface);box-shadow:var(--ds-elevation-2);opacity:0;transform:translateY(2px);animation:panel-enter var(--ds-motion-duration-base) var(--ds-motion-ease-standard) forwards}@keyframes panel-enter{to{opacity:1;transform:none}}.panel-head{display:flex;flex-direction:column;gap:var(--ds-space-1)}.panel-close{align-self:flex-end;padding:var(--ds-space-1) var(--ds-space-2);font-size:var(--ds-type-size-sm)}.panel-address{margin:0;font-size:var(--ds-type-size-xl);font-weight:var(--ds-type-weight-bold);line-height:var(--ds-type-leading-tight);text-wrap:balance}.panel-pin{margin:0;color:var(--ds-color-text-muted);font-family:var(--ds-type-family-mono);font-size:var(--ds-type-size-sm)}.panel-score{display:flex;align-items:baseline;gap:var(--ds-space-3);margin:var(--ds-space-2) 0 0}.panel-propensity{font-size:var(--ds-type-size-2xl);font-weight:var(--ds-type-weight-bold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:var(--ds-type-leading-tight)}.panel-credit,.panel-empty,.panel-note,.panel-rank{margin:0;color:var(--ds-color-text-muted);font-size:var(--ds-type-size-sm)}.panel-excluded{margin:var(--ds-space-2) 0 0;color:var(--ds-color-warn);font-size:var(--ds-type-size-lg);font-weight:var(--ds-type-weight-medium)}.panel-stale{display:flex;align-items:baseline;gap:var(--ds-space-2);margin:0;color:var(--ds-color-danger);font-size:var(--ds-type-size-sm)}.panel-code{font-family:var(--ds-type-family-mono);font-size:var(--ds-type-size-xs);font-weight:var(--ds-type-weight-bold);letter-spacing:.04em}.panel-block{display:flex;flex-direction:column;gap:var(--ds-space-3)}.panel-block-title{margin:0;padding-bottom:var(--ds-space-2);border-bottom:1px solid var(--ds-color-border);color:var(--ds-color-text-muted);font-size:var(--ds-type-size-xs);font-weight:var(--ds-type-weight-bold);letter-spacing:.08em;text-transform:uppercase}.panel-chips{display:flex;flex-wrap:wrap;gap:var(--ds-space-2);margin:0;padding:0;list-style:none}.panel-chip{display:inline-block;min-height:var(--ds-space-5);padding:var(--ds-space-1) var(--ds-space-3);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-pill);color:var(--ds-color-text);font-family:var(--ds-type-family-mono);font-size:var(--ds-type-size-xs);text-decoration:none;transition:border-color var(--ds-motion-duration-fast) var(--ds-motion-ease-standard)}.panel-chip:hover{border-color:var(--ds-color-accent)}.panel-rules{display:flex;flex-direction:column;gap:var(--ds-space-2);margin:0}.panel-rule dt{font-family:var(--ds-type-family-mono);font-size:var(--ds-type-size-xs);font-weight:var(--ds-type-weight-medium)}.panel-rule dd{max-width:60ch;margin:0;color:var(--ds-color-text-muted)}.panel-caveat,.panel-rule dd{font-size:var(--ds-type-size-sm)}.panel-caveat{padding:var(--ds-space-3);border-left:1px solid var(--ds-color-warn);background:var(--ds-color-bg)}.panel-caveat p{max-width:60ch;margin:0 0 var(--ds-space-2)}.panel-signals{width:100%;border-collapse:collapse;font-size:var(--ds-type-size-sm);text-align:left}.panel-signals td,.panel-signals th{padding:var(--ds-space-2) var(--ds-space-2) var(--ds-space-2) 0;border-bottom:1px solid var(--ds-color-border);vertical-align:top}.panel-signals thead th{color:var(--ds-color-text-muted);text-transform:uppercase}.panel-signals tbody th,.panel-signals thead th{font-size:var(--ds-type-size-xs);font-weight:var(--ds-type-weight-medium)}.panel-signals tbody th{font-family:var(--ds-type-family-mono)}.panel-label{display:block;color:var(--ds-color-text-muted);font-family:var(--ds-type-family-sans);font-size:var(--ds-type-size-xs);font-weight:var(--ds-type-weight-regular)}.panel-number{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.panel-provenance{color:var(--ds-color-text-muted);font-size:var(--ds-type-size-xs)}.panel-missing,.panel-top{display:flex;flex-direction:column;gap:var(--ds-space-1);margin:0;padding:0;list-style:none}.panel-missing li{color:var(--ds-color-text-muted);font-family:var(--ds-type-family-mono);font-size:var(--ds-type-size-xs)}.panel-top li{display:flex;justify-content:space-between;gap:var(--ds-space-3);padding:var(--ds-space-1) 0;border-bottom:1px solid var(--ds-color-border)}.panel-opener{max-width:60ch;margin:0;font-size:var(--ds-type-size-lg);line-height:var(--ds-type-leading-tight)}.panel-link{align-self:flex-start;min-height:var(--ds-space-5);font-size:var(--ds-type-size-sm)}@media (max-width:720px){.shell{grid-template-columns:1fr;grid-template-rows:40vh 1fr}.panel{grid-column:1;grid-row:2;height:auto;border-left:none;border-top:1px solid var(--ds-color-border)}.legend{grid-row:1}}@media (prefers-reduced-motion:reduce){:root{--ds-motion-duration-instant:1ms;--ds-motion-duration-fast:1ms;--ds-motion-duration-base:1ms;--ds-motion-duration-slow:1ms}.panel{transform:none}}