:root{color-scheme:dark;--bg: #0b1015;--bg-raised: #131b23;--line: #24313d;--text: #eef4f8;--text-muted: #94a6b5;--accent: #4fd1a5;--accent-strong: #22c48c;--accent-ink: #04231a;--warn: #f5b544;--needle: #ff6b57;--band-free: #2f9e6f;--band-target: #e5533d;--radius: 14px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--tap: 44px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-text-size-adjust:100%}body{overscroll-behavior-y:none}#root{min-height:100dvh}:where(button,a,input):focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:6px}.button{min-height:var(--tap);padding:0 var(--space-5);border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-raised);color:var(--text);font-size:1rem;font-weight:600;cursor:pointer}.button--primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.button--ghost{background:transparent;padding:0 var(--space-3)}.link{background:none;border:0;padding:0;color:var(--accent);font:inherit;text-decoration:underline;cursor:pointer}.gate{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);padding:calc(var(--space-6) + env(safe-area-inset-top)) calc(var(--space-5) + env(safe-area-inset-right)) calc(var(--space-6) + env(safe-area-inset-bottom)) calc(var(--space-5) + env(safe-area-inset-left));text-align:center}.gate__verse{margin:0;max-width:42ch;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:var(--space-4) 0;display:flex;flex-direction:column;gap:var(--space-2)}.gate__verse p{margin:0;font-size:.8125rem;line-height:1.6;font-style:italic;text-wrap:balance}.gate__verse cite{margin-top:var(--space-3);font-style:normal;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.gate__title{margin:0;font-size:2rem;letter-spacing:.08em;text-transform:uppercase}.gate__text{margin:0;max-width:32ch;color:var(--text-muted);line-height:1.5}.gate__warn{max-width:34ch;color:var(--warn);font-size:.875rem;line-height:1.5}.app{max-width:480px;margin:0 auto;padding:calc(var(--space-4) + env(safe-area-inset-top)) calc(var(--space-4) + env(safe-area-inset-right)) calc(var(--space-6) + env(safe-area-inset-bottom)) calc(var(--space-4) + env(safe-area-inset-left));display:flex;flex-direction:column;gap:var(--space-4)}.app__head{display:flex;align-items:center;justify-content:space-between}.app__head h1{margin:0;font-size:1.125rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.app__subtitle{margin:0;text-align:center;color:var(--text-muted);font-size:.9375rem}.picker{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-2)}.picker__item{min-height:var(--tap);padding:0 var(--space-3);border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-raised);color:var(--text);font-size:1rem;font-weight:600;cursor:pointer}.picker__item--wide{grid-column:1 / -1}.picker__item--active{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.compass{position:relative;width:min(88vw,380px);aspect-ratio:1;margin:var(--space-2) auto 0}.compass__svg{width:100%;height:100%;overflow:visible}.compass__dial,.compass__needle{transform-origin:50% 50%;transform-box:view-box;transition:transform .14s linear}@media(prefers-reduced-motion:reduce){.compass__dial,.compass__needle{transition:none}}.compass__ring{fill:var(--bg-raised);stroke:var(--line);stroke-width:1.5}.compass__ring--inner{fill:none;stroke-dasharray:2 6;opacity:.6}.tick{stroke:var(--text-muted);stroke-width:1;opacity:.5}.tick--major{stroke:var(--text);stroke-width:2;opacity:.9}.compass__band{fill:none;stroke-width:14}.compass__band--free{stroke:var(--band-free);opacity:.55}.compass__band--target{stroke:var(--band-target);stroke-linecap:butt}.compass__band-mark{stroke:var(--bg);stroke-width:1.2;opacity:.65}.compass__pin{fill:var(--text);font-size:8px;font-weight:600;paint-order:stroke;stroke:var(--bg);stroke-width:2.5px;stroke-linejoin:round}.compass__cardinal{fill:var(--text-muted);font-size:12px;font-weight:700}.compass__cardinal--north{fill:var(--text)}.compass__cursor{fill:var(--accent)}.compass__needle-line{stroke:var(--needle);stroke-width:3;stroke-linecap:round}.compass__needle-head{fill:var(--needle)}.compass--aligned .compass__needle-line{stroke:var(--accent-strong)}.compass--aligned .compass__needle-head{fill:var(--accent-strong)}.compass__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-1);pointer-events:none;text-align:center}.compass__label{font-size:1.25rem;font-weight:700}.compass__offset{font-size:.9375rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.compass--aligned .compass__offset{color:var(--accent);font-weight:600}.readout{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2);margin:0}.readout div{background:var(--bg-raised);border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-3) var(--space-2);text-align:center}.readout dt{font-size:.75rem;color:var(--text-muted);margin-bottom:var(--space-1)}.readout dd{margin:0;font-size:1rem;font-weight:600;font-variant-numeric:tabular-nums}.notices{display:flex;flex-direction:column;gap:var(--space-2)}.notice{margin:0;padding:var(--space-3);border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-raised);color:var(--text-muted);font-size:.875rem;line-height:1.5}.notice--warn{border-color:color-mix(in srgb,var(--warn) 45%,var(--line));color:var(--warn)}.app__foot{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);font-size:.8125rem;color:var(--text-muted);min-height:var(--tap)}.app__coords{font-variant-numeric:tabular-nums}.sheet{position:fixed;inset:0;background:#04080cb8;display:flex;align-items:flex-end;justify-content:center;z-index:10;padding-top:env(safe-area-inset-top)}.sheet__panel{width:min(100%,480px);max-height:92dvh;overflow-y:auto;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0;padding:var(--space-4) var(--space-4) calc(var(--space-6) + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:var(--space-5)}.sheet__head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:var(--bg);padding-bottom:var(--space-2)}.sheet__head h2{margin:0;font-size:1.125rem}.sheet__close{min-height:var(--tap);padding:0 var(--space-3);background:none;border:0;color:var(--accent);font:inherit;cursor:pointer}.sheet__section{display:flex;flex-direction:column;gap:var(--space-3)}.sheet__section h3{margin:0;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.sheet__hint{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-muted)}.sheet__hint code{background:var(--bg-raised);padding:1px 4px;border-radius:4px}.field{display:flex;flex-direction:column;gap:var(--space-2)}.field label{display:flex;flex-direction:column;gap:2px;font-weight:600;font-size:.9375rem}.field__sub{font-weight:400;font-size:.8125rem;color:var(--text-muted)}.field__actions{display:flex;gap:var(--space-4)}.field__actions:empty{display:none}.field__input{min-height:var(--tap);padding:0 var(--space-3);border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-raised);color:var(--text);font-size:1rem;font-weight:400}.link--danger{color:var(--needle)}.field__row{display:flex;gap:var(--space-2)}.field__row input{flex:1;min-height:var(--tap);padding:0 var(--space-3);border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-raised);color:var(--text);font-size:1rem;font-variant-numeric:tabular-nums}.field__row input:disabled{opacity:.55}.field__row button{min-height:var(--tap);padding:0 var(--space-4);border-radius:var(--radius);border:1px solid var(--accent);background:var(--accent);color:var(--accent-ink);font-weight:600;cursor:pointer}.field__error{margin:0;color:var(--warn);font-size:.8125rem}
