.flight-strip{position:relative;width:100%;max-width:100%;margin:0 auto;background:transparent;color:#f4f8fb;font-family:"Kenco Rubik",ui-rounded,sans-serif;font-size:.875rem;border:0;border-radius:0}
.flight-strip,.flight-strip *{-webkit-user-select:none;user-select:none}
.flight-strip[hidden]{display:none}
.flight-progress{height:6px;width:100%;overflow:hidden;background:rgba(41,171,226,.22);border-radius:0}
.flight-progress-fill{height:100%;width:0;background:#29abe2;transition:width 1s ease}
.flight-strip-content{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(16px,2vw,32px);width:min(1280px,100%);padding:4px 24px;margin:auto}
.flight-strip dl{display:flex;align-items:center;justify-content:center;text-align:center;gap:clamp(18px,2vw,32px);margin:0;min-width:0}
.flight-strip dl>div{min-width:0}
.flight-strip dt,.flight-route>div>span{font-size:.875rem;font-weight:700;text-transform:uppercase;line-height:1.4;white-space:nowrap}
.flight-strip dd{margin:1px 0 0;color:#29abe2;font-weight:750;line-height:1.4;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}
.flight-telemetry{justify-content:center}
.flight-route{display:grid;grid-template-columns:minmax(72px,1fr) 80px minmax(72px,1fr);align-items:center;justify-content:center;gap:16px;text-align:center}
.flight-endpoint{display:flex;flex-direction:column;align-items:center}
.flight-route strong{display:block;color:#29abe2;font-size:1.375rem;line-height:1.3;font-variant-numeric:tabular-nums}
.flight-route-middle{min-width:80px;display:flex;flex-direction:column;align-items:center}
.flight-route-arrow{display:block;width:52px;height:23px;fill:none;stroke:#29abe2;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(41,171,226,.45))}
.flight-route-middle small{font-size:.75rem;color:#bdc4ca;white-space:nowrap;margin-top:0}
@media(max-width:1100px){.flight-strip-content{grid-template-columns:1fr 1fr;gap:6px}.flight-route{grid-column:1/-1;grid-row:1}.flight-strip dl{justify-content:center;flex-wrap:wrap}}
@media(max-width:600px){.flight-strip-content{display:flex;flex-direction:column;padding:5px 16px 6px;gap:6px}.flight-route{order:-1}.flight-strip dl{width:100%;gap:16px;justify-content:space-around}.flight-strip dd{font-size:.875rem}.flight-strip .flight-telemetry{align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.flight-progress-fill{transition:none}}
