:root{color:#e8eaf0;background:#0b0c10;font-family:system-ui,sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%}.probe{display:flex;flex-direction:column;min-height:100dvh}.probe__bar{padding:1rem}.probe__bar h1{margin:0 0 .35rem;font-size:1.25rem}.probe__bar p{margin:.35rem 0;color:rgba(232,234,240,.8)}.probe__bar [role=alert]{color:#ffb4b4}.probe__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}.probe__actions button{min-height:3rem;padding:0 1rem;border:0;border-radius:.5rem;background:#e8eaf0;color:#0b0c10;font-size:1rem;font-weight:700}.probe__actions button:disabled{opacity:.4}.probe__trips{list-style:none;margin:0;padding:0 1rem;display:flex;gap:.5rem;overflow-x:auto}.probe__trips button{white-space:nowrap;padding:.5rem .75rem;border:1px solid rgba(232,234,240,.3);border-radius:.4rem;background:transparent;color:inherit}.probe__trips .is-selected{background:#e8eaf0;color:#0b0c10}.probe-map{flex:1 1;min-height:50dvh}