*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;height:100dvh}#street-view{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%}#hud{position:fixed;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:linear-gradient(to top,#0000008c,#0000);z-index:10;pointer-events:none}#status{color:#fff;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.6);pointer-events:none}#next{pointer-events:auto;border:0;border-radius:999px;padding:14px 22px;font-size:16px;font-weight:600;color:#fff;background:#2563eb;box-shadow:0 4px 12px #00000059;cursor:pointer;touch-action:manipulation}#next:active{background:#1d4ed8}#next:disabled{opacity:.6}
