*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#101418;--bg-2:#181e24;--ink:#e8edf2;--muted:#8a97a5;--primary:#2c55a2;--primary-light:#3e69b8;--primary-dark:#1e3a6e;--accent:#c9962e;--accent-light:#dbac4a;--ok:#66bb6a;--warn:#ffb74d;--err:#ef5350;--font-heading:Georgia, serif;--font-body:system-ui, -apple-system, sans-serif}html,body{color:#e8edf2;height:100%;font-family:var(--font-body);overscroll-behavior:none;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:#101418}#app{height:100%}.screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:1.5rem;display:flex}.hidden,.debug-only{display:none!important}body.debug .debug-only{display:revert!important}body.debug #tune-bar.debug-only{display:none!important}body.debug.ar-mode #tune-bar.debug-only{display:flex!important}#start-screen .logo{object-fit:contain;width:72px;height:76px;margin-bottom:4px}#start-screen .visit{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:1rem}h1{font-family:var(--font-heading);font-size:2rem;font-weight:700}.subtitle{color:var(--muted)}.hint{color:var(--muted);max-width:26rem;font-size:.9rem}.link{color:var(--accent-light);font-size:.95rem;text-decoration:none}button.primary{background:var(--accent);color:#1a1408;cursor:pointer;border:none;border-radius:999px;padding:.9rem 3rem;font-size:1.2rem;font-weight:700}button.primary:active{filter:brightness(.85)}button.secondary{color:var(--accent-light);border:1px solid var(--accent-light);cursor:pointer;background:0 0;border-radius:999px;padding:.7rem 2rem;font-size:1rem}.error{color:var(--err);max-width:26rem;font-size:.9rem}#nav-screen{justify-content:space-between;padding:0}#target-bar{background:var(--bg-2);cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.2rem;font-weight:600;display:flex}#target-progress{color:var(--muted);font-size:.9rem;font-weight:400}#arrow-wrap{flex:1;justify-content:center;align-items:center;display:flex}#arrow{color:var(--accent-light);will-change:transform;transition:transform .15s linear}#arrow.no-heading{color:var(--muted)}#distance{font-variant-numeric:tabular-nums;font-size:3rem;font-weight:700}#status-line{color:var(--muted);min-height:2.2rem;padding:.3rem 1rem 1rem;font-size:.85rem}#status-line.warn{color:var(--warn)}#arrival-banner{text-align:center;z-index:10;background:#101418f5;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex;position:fixed;inset:0}#arrival-banner h2{color:var(--ok);font-size:2rem;font-family:var(--font-heading)}#place-picker{z-index:12;background:#101418b3;align-items:flex-end;display:flex;position:fixed;inset:0}#place-sheet{background:var(--bg-2);border-radius:16px 16px 0 0;flex-direction:column;gap:.8rem;width:100%;max-height:80vh;padding:1.2rem 1.2rem 2rem;display:flex;overflow-y:auto}#place-sheet h3{text-align:center;font-size:1.1rem;font-family:var(--font-heading)}#place-list{flex-direction:column;gap:.5rem;display:flex}.place-row{color:var(--ink);text-align:left;cursor:pointer;background:#232b33;border:1px solid #35414c;border-radius:10px;justify-content:space-between;align-items:center;gap:.8rem;padding:.9rem 1rem;font-size:1rem;display:flex}.place-row.current{border-color:var(--accent)}.place-row .place-dist{color:var(--accent-light);font-variant-numeric:tabular-nums;white-space:nowrap}.place-row:active{filter:brightness(1.2)}#place-sheet .foot{text-align:center;padding-top:.4rem}#toolbar{flex-wrap:wrap;justify-content:center;gap:.6rem;width:100%;padding:.8rem 1.2rem 1.4rem;display:flex}#toolbar button{color:var(--ink);cursor:pointer;background:#232b33;border:1px solid #35414c;border-radius:8px;padding:.55rem 1.1rem;font-size:.9rem}#camera-feed,#ar-canvas{width:100vw;height:100vh;display:none;position:fixed;inset:0}#camera-feed{object-fit:cover;z-index:0}#ar-canvas{z-index:1}body.ar-mode #camera-feed,body.ar-mode #ar-canvas{display:block}body.ar-mode{background:#000}body.ar-mode #app{z-index:2;position:relative}body.ar-mode #nav-screen{background:0 0}body.ar-mode #target-bar{background:#181e24bf}body.ar-mode #distance{display:none}body.ar-mode #arrow-wrap{z-index:3;flex:none;animation:.9s ease-in-out arrow-drop;position:fixed;bottom:10.5rem;left:50%;transform:translate(-50%)}body.ar-mode #arrow svg{width:64px;height:64px}body.ar-mode #arrow{filter:drop-shadow(0 2px 8px #000000e6)}@keyframes arrow-drop{0%{bottom:42vh}to{bottom:10.5rem}}body.ar-mode #status-line{text-shadow:0 1px 3px #000000e6}#ar-chip{z-index:1;white-space:nowrap;background:#101418bf;border:1px solid #dbac4a80;border-radius:999px;align-items:baseline;gap:.8rem;padding:.5rem 1.2rem;display:none;position:fixed;bottom:7.5rem;left:50%;transform:translate(-50%)}#ar-chip-name{font-weight:600}#ar-chip-dist{color:var(--accent-light);font-variant-numeric:tabular-nums}body.ar-mode #ar-chip{display:flex}#tune-bar{z-index:3;flex-direction:column;gap:.5rem;position:fixed;top:50%;right:.6rem;transform:translateY(-50%)}#tune-bar button{color:var(--ink);background:#101418bf;border:1px solid #35414c;border-radius:8px;padding:.55rem .7rem;font-size:.85rem}#debug-panel{color:#9fe8a0;white-space:pre-wrap;z-index:5;background:#000000e0;border:1px solid #35414c;border-radius:8px;padding:.7rem;font-size:.75rem;line-height:1.5;position:fixed;bottom:4.5rem;left:.6rem;right:.6rem}#powered{z-index:4;color:#ddd;opacity:.8;background:#0000008c;border-radius:999px;align-items:center;gap:6px;padding:5px 10px 5px 6px;font-size:11px;text-decoration:none;display:inline-flex;position:fixed;top:12px;right:12px}#powered img{border-radius:3px;width:16px;height:16px}#powered b{color:#fff;font-weight:600}body.started #powered{display:none}
