@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-font-weight:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--container-md:28rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-5xl:3rem;--text-5xl--line-height:1;--font-weight-semibold:600;--font-weight-bold:700;--ease-out:cubic-bezier(0, 0, .2, 1);--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.col-span-2{grid-column:span 2/span 2}.mx-auto{margin-inline:auto}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.ml-4{margin-left:calc(var(--spacing) * 4)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-36{height:calc(var(--spacing) * 36)}.min-h-screen{min-height:100vh}.w-36{width:calc(var(--spacing) * 36)}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.min-w-0{min-width:calc(var(--spacing) * 0)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-evenly{justify-content:space-evenly}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-8{padding-block:calc(var(--spacing) * 8)}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}:root{--font-sans:system-ui, -apple-system, sans-serif;--sur-base:#fff;--sur-subtle:#f9fafb;--sur-raised:#f3f4f6;--bdr-faint:#f3f4f6;--bdr-subtle:#e5e7eb;--bdr-strong:#d1d5db;--txt-primary:#111827;--txt-secondary:#374151;--txt-muted:#6b7280;--txt-faint:#9ca3af;--clr-orange:#f97316;--clr-orange-hover:#fb923c;--clr-orange-text:#ea580c;--clr-orange-bg:#fff7ed;--clr-orange-border:#fdba74;--clr-green-text:#16a34a;--clr-green-bg:#f0fdf4;--clr-green-border:#86efac;--clr-red-text:#dc2626;--clr-red-bg:#fef2f2;--clr-red-border:#fecaca;--clr-yellow-text:#ca8a04;--clr-yellow-bg:#fefce8;--clr-yellow-border:#fde047;--r-sm:.5rem;--r-md:.75rem;--r-lg:1rem;--r-full:9999px}.dark{--sur-base:#000;--sur-subtle:#111827;--sur-raised:#1f2937;--bdr-faint:#1f2937;--bdr-subtle:#374151;--bdr-strong:#4b5563;--txt-primary:#fff;--txt-secondary:#d1d5db;--txt-muted:#9ca3af;--txt-faint:#6b7280;--clr-orange-text:#fb923c;--clr-orange-bg:#431407;--clr-orange-border:#9a3412;--clr-green-text:#4ade80;--clr-green-bg:#052e16;--clr-green-border:#166534;--clr-red-text:#f87171;--clr-red-bg:#450a0a;--clr-red-border:#991b1b;--clr-yellow-text:#facc15;--clr-yellow-bg:#42200633;--clr-yellow-border:#854d0e}*{box-sizing:border-box}body{font-family:var(--font-sans);background:var(--sur-base);color:var(--txt-primary)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes pulse{50%{opacity:.5}}
.ThemeToggle-module-scss-module__dHZAwW__toggle{z-index:50;border-radius:var(--r-full);border:1px solid var(--bdr-subtle);background:var(--sur-base);width:2rem;height:2rem;color:var(--txt-secondary);cursor:pointer;justify-content:center;align-items:center;transition:background-color .15s;display:flex;position:fixed;top:1rem;right:1rem;box-shadow:0 1px 2px #0000000d}.ThemeToggle-module-scss-module__dHZAwW__toggle:hover{background:var(--sur-subtle)}.ThemeToggle-module-scss-module__dHZAwW__placeholder{width:2rem;height:2rem}
.GpsSimulator-module-scss-module___mhg0W__toggle{z-index:50;border-radius:var(--r-full);border:1px solid var(--bdr-subtle);background:var(--sur-base);color:var(--txt-faint);cursor:pointer;align-items:center;gap:.375rem;padding:.375rem .625rem;font-family:monospace;font-size:.75rem;transition:border-color .15s,color .15s;display:flex;position:fixed;bottom:1rem;left:1rem;box-shadow:0 1px 2px #0000000d}.GpsSimulator-module-scss-module___mhg0W__toggle:hover{color:#ca8a04;border-color:#fbbf24}.GpsSimulator-module-scss-module___mhg0W__toggle.GpsSimulator-module-scss-module___mhg0W__active{color:#713f12;background:#facc15;border-color:#eab308}.GpsSimulator-module-scss-module___mhg0W__toggle.GpsSimulator-module-scss-module___mhg0W__active:hover{background:#fde047}.GpsSimulator-module-scss-module___mhg0W__panel{background:#fef9c3;border-bottom:2px solid #facc15;padding:.75rem 1rem}.GpsSimulator-module-scss-module___mhg0W__panelInner{max-width:28rem;margin:0 auto}.GpsSimulator-module-scss-module___mhg0W__panelHeader{color:#92400e;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.GpsSimulator-module-scss-module___mhg0W__snapBtn{border-radius:var(--r-full);color:#92400e;cursor:pointer;background:#fef08a;border:none;padding:.375rem;transition:background-color .15s}.GpsSimulator-module-scss-module___mhg0W__snapBtn:hover{background:#fde047}.GpsSimulator-module-scss-module___mhg0W__coordLabel{color:#92400e;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.GpsSimulator-module-scss-module___mhg0W__coordInput{border-radius:var(--r-sm);background:#fff;border:1px solid #fde047;width:100%;padding:.375rem .5rem;font-size:.875rem}.GpsSimulator-module-scss-module___mhg0W__coordInput:focus{outline:none;box-shadow:0 0 0 2px #facc15}.GpsSimulator-module-scss-module___mhg0W__fireBtn{border-radius:var(--r-sm);color:#713f12;cursor:pointer;background:#facc15;border:1px solid #eab308;width:100%;margin-top:.625rem;padding:.375rem .75rem;font-family:monospace;font-size:.75rem;font-weight:700;transition:background-color .15s}.GpsSimulator-module-scss-module___mhg0W__fireBtn:hover:not(:disabled){background:#fde047}.GpsSimulator-module-scss-module___mhg0W__fireBtn:disabled{opacity:.4;cursor:not-allowed}
