:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--nest-blue:#2563eb;--reference-green:#16a34a;--target:#dc2626;--map-bg:#fbfaf6;--map-line:#e0dfd8;--map-dot:#b9b7ad;--map-label:#a8a69c;--destroyed-grey:#9ca3af;--ambiguous-yellow:#ca8a04;--rejected-orange:#ea580c;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--nest-blue:#60a5fa;--reference-green:#4ade80;--target:#f87171;--map-bg:#101119;--map-line:#262833;--map-dot:#3d4050;--map-label:#4a4d5e;--destroyed-grey:#6b7280;--ambiguous-yellow:#eab308;--rejected-orange:#fb923c}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{box-sizing:border-box;flex-direction:column;width:1040px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.app{text-align:left;flex-direction:column;gap:24px;padding:32px 20px 48px;display:flex}header{text-align:center;position:relative}header p{color:var(--text)}.reset-btn{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:13px;position:absolute;top:8px;right:0}.reset-btn:hover{color:#e5484d;border-color:#e5484d}.panel{border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex}.panel h2{margin:0}.point-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.point-card{border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.point-card-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.point-card-header h3{color:var(--text-h);margin:0;font-size:15px}.point-card-destroyed{opacity:.6}.point-card-actions{align-items:center;gap:10px;display:flex}.destroyed-toggle{color:var(--text);white-space:nowrap;align-items:center;gap:4px;font-size:13px;display:inline-flex}.destroyed-tag{color:var(--destroyed-grey);font-weight:400}.moving-fields{background:var(--code-bg);border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;padding:12px;display:grid}.shell-toggles{flex-wrap:wrap;gap:16px;display:flex}.shell-toggle{color:var(--text-h);align-items:center;gap:6px;font-size:14px;display:inline-flex}.name-input{font:inherit;color:var(--text-h);background:0 0;border:none;border-radius:4px;flex:1;padding:4px 2px;font-weight:600}.name-input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.fixes{flex-direction:column;gap:8px;display:flex}.fix{flex-direction:column;gap:4px;display:flex}.fix-row{grid-template-columns:1.4fr 1fr 1fr auto;align-items:center;gap:6px;display:grid}.fix-row select,.fix-row input{font:inherit;font-family:var(--mono);border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:6px;min-width:0;padding:6px 8px;font-size:13px}.fix-hint{color:var(--text);font-size:12px}.add-btn,.remove-btn{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);cursor:pointer;border-radius:6px;padding:6px 10px;font-size:13px}.add-btn{align-self:flex-start}.add-btn:disabled{opacity:.5;cursor:not-allowed}.add-btn:hover:not(:disabled),.remove-btn:hover{border-color:var(--accent-border);color:var(--accent)}.remove-btn{padding:6px 8px}.resolved{font-family:var(--mono);color:var(--text-h);font-size:13px}.resolved.unresolved{color:var(--text)}.resolved.ambiguous{color:var(--ambiguous-yellow)}.field{color:var(--text-h);flex-direction:column;gap:4px;font-size:14px;display:flex}.field input{font:inherit;font-family:var(--mono);border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:6px;padding:8px 10px}.field input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.field input.invalid{border-color:#e5484d}.error{color:#e5484d}.hint{color:var(--text)}.readout{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;display:grid}.stat{background:var(--code-bg);border-radius:8px;flex-direction:column;gap:4px;padding:16px;display:flex}.stat .label{color:var(--text);font-size:13px}.stat .value{font-size:28px;font-family:var(--mono);color:var(--accent)}.map-wrap{aspect-ratio:2;width:100%;position:relative}.map-svg{width:100%;height:100%;display:block;position:absolute;inset:0}.map-overlay{pointer-events:none}.map-bg{fill:var(--map-bg)}.cell-line{stroke:var(--map-line);stroke-width:8px}.grid-dot{fill:var(--map-dot)}.grid-label{fill:var(--map-label);font-family:var(--mono);font-size:260px}.fire-line{stroke:var(--target);stroke-width:14px;stroke-dasharray:90 70}.marker{border:2px solid var(--map-bg);box-sizing:border-box;border-radius:50%;width:14px;height:14px;position:absolute;transform:translate(-50%,-50%)}.marker-big{border-width:3px;width:28px;height:28px}.marker-turret,.marker-spotter{background:var(--nest-blue)}.marker-reference{background:var(--reference-green)}.marker-target{background:var(--target);cursor:pointer}.marker-target:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.marker-target.marker-destroyed{background:var(--destroyed-grey)}.fire-line-destroyed{stroke:var(--destroyed-grey)}.marker-ambiguous,.marker-rejected{cursor:pointer}.marker-ambiguous{background:var(--ambiguous-yellow)}.marker-ambiguous:focus-visible,.marker-rejected:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.marker-rejected{background:var(--rejected-orange)}.marker-label{font-family:var(--mono);color:var(--text-h);white-space:nowrap;pointer-events:none;font-size:11px;line-height:1;position:absolute;top:100%;left:50%;transform:translate(-50%,2px)}.marker-badge{background:var(--bg);width:12px;height:12px;color:var(--text-h);font-family:var(--sans);text-align:center;pointer-events:none;border:1px solid;border-radius:50%;font-size:8px;font-weight:700;line-height:11px;position:absolute;top:-10px;right:-10px}.map-tooltip{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow);pointer-events:none;z-index:2;white-space:nowrap;border-radius:8px;padding:10px 12px;position:absolute;transform:translate(-50%,calc(-100% - 14px))}.map-tooltip-pinned{border-color:var(--accent-border);box-shadow:var(--shadow), 0 0 0 1px var(--accent-border)}.map-tooltip strong{color:var(--text-h);margin-bottom:6px;font-size:13px;display:block}.tooltip-destroyed{color:var(--destroyed-grey);font-weight:400}.map-tooltip dl{grid-template-columns:auto auto;gap:2px 12px;margin:0;font-size:13px;display:grid}.map-tooltip dl>div{display:contents}.map-tooltip dt{color:var(--text)}.map-tooltip dd{font-family:var(--mono);color:var(--text-h);text-align:right;margin:0}.tooltip-hint,.tooltip-warn{margin:4px 0 0;font-size:12px}.tooltip-hint{color:var(--text)}.tooltip-warn{color:var(--target)}.legend{color:var(--text);flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.legend-item{align-items:center;gap:6px;display:inline-flex}.swatch{border-radius:50%;width:10px;height:10px;display:inline-block}.swatch-turret{background:var(--nest-blue);width:14px;height:14px}.swatch-spotter{background:var(--nest-blue)}.swatch-reference{background:var(--reference-green)}.swatch-target{background:var(--target)}.swatch-ambiguous{background:var(--ambiguous-yellow)}.swatch-rejected{background:var(--rejected-orange)}.solutions{border-collapse:collapse;width:100%;font-size:14px}.solutions th,.solutions td{text-align:left;border-bottom:1px solid var(--border);padding:8px 10px}.solutions th{color:var(--text);font-size:13px;font-weight:500}.solutions td{font-family:var(--mono);color:var(--text-h)}.solutions tr.row-destroyed td{color:var(--destroyed-grey);opacity:.7}.solutions tbody tr:last-child td{border-bottom:none}
