@font-face{font-family:Orbitron;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/orbitron-latin-400-normal-U6xZUhur.woff2)format("woff2"),url(/assets/orbitron-latin-400-normal-DBk4Dmer.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Orbitron;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/orbitron-latin-700-normal-4jsRXGGJ.woff2)format("woff2"),url(/assets/orbitron-latin-700-normal-DmYOh-W9.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Orbitron;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/orbitron-latin-800-normal-CQafOXEd.woff2)format("woff2"),url(/assets/orbitron-latin-800-normal-P4cBi4I7.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg:#fff;--fg:#111;--border:#1f1f1f;--muted:#ececec;--soft:#7b7b7b;color:var(--fg);background:var(--bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;overflow:hidden}#root{height:100vh;overflow:hidden}.app-shell{grid-template-columns:340px 1fr;height:100vh;display:grid;overflow:hidden}.panel{padding:1rem}.list-panel{border-right:1px solid var(--border);flex-direction:column;gap:.75rem;min-height:0;display:flex}.sidebar-header{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.mode-toggle{align-items:center;gap:.4rem;font-size:.82rem;display:inline-flex}h1,h2{margin:0;font-weight:600}h1{font-size:1.5rem}h2{font-size:1.1rem}.label{font-size:.9rem}.search-field{width:100%;position:relative}.search-input{border:1px solid var(--border);color:#000;width:100%;font:inherit;background:#fff;padding:.55rem 2.15rem .55rem .65rem}.search-clear{width:2rem;min-height:2rem;color:var(--soft);font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;font-size:1.35rem;line-height:1;display:flex;position:absolute;top:50%;right:.2rem;transform:translateY(-50%)}.search-clear:hover,.search-clear:focus-visible{color:#000}.search-clear:focus-visible{outline-offset:1px;outline:2px solid #000}.meta{color:var(--soft);margin:0;font-size:.85rem}.country-list{border:1px solid var(--border);flex:auto;min-height:0;margin:0;padding:0;list-style:none;overflow:auto}.country-item{border:0;border-bottom:1px solid var(--muted);color:#000;cursor:pointer;text-align:left;background:#fff;justify-content:space-between;align-items:center;width:100%;padding:.55rem .7rem;display:flex}.country-item:hover{background:var(--muted)}.country-item.selected{color:#fff;background:#000}.country-item.state-item{padding-left:1.2rem;font-size:.92rem}.code{letter-spacing:.04em;font-size:.75rem}.map-panel{flex-direction:column;gap:.75rem;min-height:0;display:flex}.map-toolbar{justify-content:space-between;align-items:center;display:flex}.map-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.primary-button,.secondary-button{border:1px solid var(--border);color:#000;cursor:pointer;font:inherit;background:#fff;padding:.5rem .85rem}.primary-button{color:#fff;background:#000}.primary-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button:hover,.primary-button:hover:not(:disabled){filter:brightness(.95)}.sync-pill{color:var(--muted-fg,#555);border:1px solid var(--border);white-space:nowrap;background:#fff;border-radius:999px;padding:.15rem .5rem;font-size:.78rem}.sync-pill.sync-saving{color:#b8860b;border-color:#b8860b}.sync-pill.sync-error{color:#b00020;border-color:#b00020}.send-error,.send-success{margin:.25rem 0 0;font-size:.85rem}.send-error{color:#b00020}.send-success{color:#1b6e2c}.serial-gate{background:var(--muted,#f7f7f7);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.serial-card{border:1px solid var(--border);background:#fff;flex-direction:column;gap:.75rem;width:min(420px,100%);padding:1.75rem 1.5rem;display:flex}.serial-card h1{letter-spacing:.06em;margin:0;font-family:Orbitron,sans-serif;font-weight:800}.serial-blurb{color:var(--muted-fg,#555);margin:0;font-size:.95rem}.serial-input-row{align-items:stretch;gap:.5rem;display:flex}.serial-input-row .serial-input{flex:1;min-width:0}.serial-input-row .serial-submit{white-space:nowrap;flex-shrink:0}.serial-input{text-transform:uppercase;letter-spacing:.18em;text-align:center;border:1px solid var(--border);background:#fff;padding:.7rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.4rem}.serial-hint{color:var(--muted-fg,#777);text-align:right;margin:0;font-size:.78rem}.serial-error{color:#b00020;margin:0;font-size:.85rem}.serial-submit{color:#fff;cursor:pointer;font:inherit;letter-spacing:.04em;background:#000;border:1px solid #000;padding:.7rem 1rem}.serial-submit:disabled{opacity:.6;cursor:not-allowed}.serial-badge{border:1px solid var(--border);z-index:50;background:#fff;flex-wrap:wrap;align-items:center;gap:.45rem;max-width:calc(100vw - 1.6rem);padding:.3rem .55rem;font-size:.78rem;display:flex;position:fixed;bottom:.7rem;right:.8rem;box-shadow:0 1px 3px #0000001f}.serial-badge-label{color:var(--muted-fg,#777);text-transform:uppercase;letter-spacing:.06em}.serial-badge-value{letter-spacing:.08em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.map-stage{flex:auto;justify-content:center;align-items:center;min-height:0;display:flex;overflow:hidden}.map-stage svg{border:1px solid var(--border);background:#fff;max-width:100%;max-height:100%;display:block}.next-destination-form{border:1px solid var(--border);background:#fff;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1rem;padding:.75rem;display:grid}@media (width<=820px){.next-destination-form{grid-template-columns:minmax(0,1fr)}}.form-field{flex-direction:column;flex:220px;gap:.3rem;display:flex;position:relative}.next-destination-form .form-field{flex:unset;min-width:0}.next-destination-form .destination-country-input-wrap{width:100%}.form-field label{color:var(--soft);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem}.form-field input{border:1px solid var(--border);color:#000;background:#fff;width:100%;padding:.5rem .6rem;font-family:inherit;font-size:.95rem}.destination-country-input-wrap{position:relative}.destination-country-suggestions{border:1px solid var(--border);z-index:3;background:#fff;max-height:12rem;margin:0;padding:0;list-style:none;position:absolute;bottom:calc(100% + .2rem);left:0;right:0;overflow:auto}.destination-country-suggestions li+li{border-top:1px solid var(--muted)}.destination-country-suggestions button{text-align:left;color:#000;width:100%;font:inherit;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:baseline;padding:.45rem .55rem;display:flex}.destination-country-suggestions button:hover,.destination-country-suggestions button:focus-visible{background:var(--muted)}.destination-country-suggestions span{color:var(--soft);letter-spacing:.05em;font-size:.78rem}.country-shape{fill:none;cursor:pointer;pointer-events:all}.country-shape.visited{fill:#000}.country-shape.dimmed,g.dimmed{opacity:.35}.country-dot{fill:#fff;stroke:#000;stroke-width:.5px;vector-effect:non-scaling-stroke;shape-rendering:geometricprecision}.country-dot.visited{fill:#000;stroke:none}g.country-dot-group.search-dimmed .country-dot{fill:#dedede;stroke:#666}g.country-dot-group.search-dimmed .country-dot.visited{fill:#3a3a3a;stroke:none}.state-shape{fill:none;stroke:none;stroke-width:0;vector-effect:non-scaling-stroke;fill-rule:evenodd;clip-rule:evenodd;cursor:pointer;pointer-events:all}.state-shape.dimmed{opacity:.35}.state-shape.visited{fill:#000;stroke:#fff;stroke-width:.9px}.land-shape,.border-mesh,.visited-border-mesh{vector-effect:non-scaling-stroke;shape-rendering:geometricprecision;stroke-linejoin:round;stroke-linecap:round}@media (width<=980px){.app-shell{grid-template-columns:1fr}.list-panel{border-right:0;border-bottom:1px solid var(--border);max-height:45vh}.map-stage{max-height:52vh}}.app-logo{width:auto;height:70px;margin-bottom:.5rem;display:block}
