.flight-path-launch{min-height:44px;padding:8px 12px;border:1px solid #586b7c;border-radius:8px;background:#20303e;color:#e5eff7;font:600 12px system-ui;cursor:pointer;white-space:nowrap}
.flight-path-launch:hover{border-color:#edb873;background:#2d4050}
.flight-path-wide{width:100%;white-space:normal;text-align:left}
.flight-path-hub{padding:0 24px 14px}
dialog.flight-path-dialog{width:min(610px,calc(100% - 24px));max-width:none;max-height:calc(100dvh - 24px);padding:0;border:1px solid #516475;border-radius:16px;color:#e8eef5;background:#121d28;box-shadow:0 24px 90px #0009;overflow:auto;font:14px/1.5 system-ui}
.flight-path-dialog::backdrop{background:#050b13bd;backdrop-filter:blur(5px)}
.flight-path-dialog header{display:flex;justify-content:space-between;align-items:start;padding:25px 25px 18px;background:linear-gradient(120deg,#293c4e,#162331)}
.flight-path-dialog small,.flight-path-continuation small{display:block;color:#e8b87d;font:600 10px/1.5 system-ui;letter-spacing:.1em}
.flight-path-dialog h2{font:600 30px/1.2 system-ui;letter-spacing:-.04em;margin:8px 0}
.flight-path-dialog header p{margin:0;color:#b6c8d8}
.flight-path-dialog .flight-path-close{flex:none;min-width:44px;height:44px;background:#ffffff0d;color:#eef5fa;border:1px solid #718698;border-radius:50%;font-size:24px;cursor:pointer}
.flight-path-legs{list-style:none;padding:12px 25px 0;margin:0}
.flight-path-legs li{display:flex;gap:16px;padding:15px 0;border-bottom:1px solid #314353}
.flight-path-number{display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:50%;border:1px solid #526b7f;color:#a7c0d4;font:600 13px system-ui}
.flight-path-legs [aria-current] .flight-path-number{background:#e8b87d;color:#182534;border-color:#e8b87d}
.flight-path-legs h3{font:600 18px/1.3 system-ui;margin:4px 0}
.flight-path-legs p{color:#b6c8d8;margin:5px 0 8px;font-size:13px}
.flight-path-legs button,.flight-path-legs a{display:inline-flex;align-items:center;min-height:44px;padding:8px 0;border:0;background:none;color:#d6eaff;font:600 13px system-ui;text-decoration:none;cursor:pointer}
.flight-path-legs button:hover,.flight-path-legs a:hover{color:#e8b87d}
.flight-path-note{color:#a5b9ca;margin:18px 25px;font-size:12px}
.flight-path-dialog footer{display:flex;justify-content:space-between;gap:18px;padding:16px 25px;background:#0d1620;color:#a5b9ca;font-size:11px}
.flight-path-dialog footer a{flex:none;color:#d6eaff}
.flight-path-continuation{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;margin:12px 0;background:linear-gradient(115deg,#30495c,#1e2e3c);border:1px solid #70899e;border-radius:10px;color:#e8eef5}
.flight-path-continuation[hidden]{display:none!important}
.flight-path-continuation strong{display:block;margin-top:4px;font:600 16px/1.4 system-ui}
.flight-path-continuation button,.flight-path-continuation a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:0;border-radius:6px;color:#182534;background:#e8b87d;font:600 13px system-ui;text-decoration:none;cursor:pointer;flex:none}
@media(max-width:600px){
 .flight-path-dialog header{padding:18px}
 .flight-path-dialog h2{font-size:26px}
 .flight-path-legs{padding:4px 18px 0}
 .flight-path-legs li{gap:12px}
 .flight-path-note{margin:15px 18px}
 .flight-path-dialog footer{padding:14px 18px}
 .flight-path-continuation{flex-direction:column;align-items:stretch}
 .flight-path-hub{padding:0 14px 10px}
 .compact-flightdeck .top-actions>.flight-path-launch{display:none}
}
@media(min-width:600px) and (orientation:landscape){.compact-flightdeck .flight-path-continuation{grid-column:1/-1}}
