/* Phase 345 — Flights / Arrival Route Lock */
.flightApp{--navy:#08263f;--ink:#123047;--muted:#5f7180;--cream:#fff7ea;--sand:#f6ead6;--warm:#f59e0b;--line:rgba(8,38,63,.14);--soft:rgba(255,247,234,.78);max-width:1180px;margin:0 auto;padding:18px 14px 82px;color:var(--ink);font-family:Inter,system-ui,sans-serif}.flightApp *{box-sizing:border-box}.flightApp a{text-decoration:none}.flightHeroShell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.78fr);gap:12px;margin:10px 0 12px}.flightHeroCopy,.flightCockpit,.flightDecisionCard,.flightRouteSection,.flightFareIntelligence,.flightCityPreview,.flightDataNote,.flightDetails{background:linear-gradient(180deg,#fffdfa,var(--cream));border:1px solid var(--line);border-radius:24px;box-shadow:0 14px 34px rgba(8,38,63,.08)}.flightHeroCopy{padding:18px;min-height:280px;display:flex;flex-direction:column;justify-content:center}.flightHeroCopy h1{font-family:"Inter Tight",Inter,sans-serif;font-size:clamp(2rem,4.8vw,4.2rem);line-height:.92;margin:10px 0 10px;color:var(--navy);letter-spacing:-.055em}.flightHeroCopy p{max-width:720px;font-size:1rem;line-height:1.5;margin:0;color:var(--muted)}.flightPill{display:inline-flex;align-items:center;gap:6px;width:max-content;border:1px solid rgba(245,158,11,.36);border-radius:999px;background:#fff5df;color:#8a4d06;font-weight:900;font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;padding:7px 10px}.flightPill.soft{background:#fff;color:var(--navy);border-color:var(--line)}.flightTrustRow{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.flightTrustRow span,.flightDecisionMeta span{border:1px solid var(--line);border-radius:999px;background:#fff;padding:7px 9px;font-size:.76rem;font-weight:800;color:var(--navy)}.flightCockpit{padding:14px;display:grid;align-content:center;gap:10px}.flightArrivalCockpit h2{font-family:"Inter Tight",Inter,sans-serif;font-size:1.62rem;line-height:1;margin:0;color:var(--navy);letter-spacing:-.035em}.flightArrivalCockpit p{margin:0;color:var(--muted);line-height:1.45}.flightMiniStatusGrid{display:grid;grid-template-columns:auto 1fr;gap:6px;margin-top:4px}.flightMiniStatusGrid b,.flightMiniStatusGrid span{border:1px solid var(--line);border-radius:14px;background:#fff;padding:8px 10px}.flightMiniStatusGrid b{color:#fff;background:var(--navy);text-align:center}.flightDecisionGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.76fr);gap:10px;margin:10px 0}.flightDecisionCard{padding:14px}.flightDecisionCard>span,.flightSectionHead span{display:block;text-transform:uppercase;letter-spacing:.07em;font-size:.7rem;font-weight:900;color:#9a5a08}.flightDecisionCard h2,.flightSectionHead h2{font-family:"Inter Tight",Inter,sans-serif;color:var(--navy);font-size:1.35rem;line-height:1;margin:5px 0 8px;letter-spacing:-.03em}.flightDecisionCard p{margin:0;color:var(--muted);line-height:1.45}.flightDecisionMeta{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.flightActionRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.flightBtn,.flightMiniBtn,.flightMiniLink{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--navy);font-weight:900;padding:9px 12px;box-shadow:0 6px 16px rgba(8,38,63,.05)}.flightBtn.primary,.flightNextGrid a:first-child{background:var(--navy);color:#fff;border-color:var(--navy)}.flightBtn:hover,.flightMiniBtn:hover,.flightMiniLink:hover,.flightChip:hover,.flightTiny:hover,.flightCityChip:hover,.flightCityRouteCard:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(8,38,63,.1)}.flightSectionHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.flightSectionHead.compact{margin-bottom:8px}.flightBoard{display:grid;gap:8px;max-height:232px;overflow:auto}.flightBoardGroup h3{font-size:.82rem;color:var(--navy);margin:0 0 5px}.flightBoardRow{display:grid;grid-template-columns:54px 70px minmax(0,1fr);gap:6px;align-items:center;border:1px solid rgba(8,38,63,.1);border-radius:12px;background:#fff;padding:7px;font-size:.78rem}.flightRouteSignals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:10px 0}.flightSignalCard{border:1px solid var(--line);border-radius:20px;background:#fff;padding:12px;box-shadow:0 10px 24px rgba(8,38,63,.055)}.flightSignalCard b{display:block;color:var(--navy);font-size:.95rem}.flightSignalCard p{margin:6px 0 0;color:var(--muted);font-size:.86rem;line-height:1.38}.flightRouteSection,.flightFareIntelligence,.flightCityPreview,.flightDataNote{padding:14px;margin:10px 0}.flightControlBlock{display:grid;gap:7px;margin-bottom:8px}.flightControlBlock b{color:var(--navy);font-size:.85rem}.flightChipRail,.flightTinyRail{display:flex;flex-wrap:wrap;gap:7px}.flightChip,.flightTiny{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);font-weight:900;padding:9px 12px;cursor:pointer}.flightChip.is-active,.flightTiny.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.flightControlGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.flightRouteDeck{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,31%);gap:9px;overflow-x:auto;scroll-snap-type:x proximity;padding:3px 2px 8px}.flightRouteCard{scroll-snap-align:start;border:1px solid var(--line);border-radius:20px;background:#fff;padding:13px;display:grid;gap:8px;min-height:184px}.flightRouteTop{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.flightRouteTop b{color:var(--navy);font-size:1rem}.flightRouteTop span{font-size:.72rem;font-weight:900;color:#8a4d06;background:#fff3d7;border-radius:999px;padding:5px 7px}.flightRouteCard p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.4}.flightRouteCard small{color:#395366}.flightExternalLinks{display:flex;flex-wrap:wrap;gap:6px}.flightExternalLinks a{display:inline-flex;border:1px solid var(--line);border-radius:999px;background:#fffaf1;color:var(--navy);font-weight:900;font-size:.75rem;padding:7px 9px}.flightCityPreview{background:#fff}.flightCityDeck,.flightCityGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.flightCityChip,.flightCityRouteCard{border:1px solid var(--line);border-radius:17px;background:linear-gradient(180deg,#fff,#fff7ea);padding:11px;display:grid;gap:4px;color:var(--navy)}.flightCityChip b,.flightCityRouteCard b{font-size:.95rem}.flightCityChip small,.flightCityRouteCard small{color:var(--muted);font-size:.77rem;line-height:1.32}.flightCityRouteCard span,.flightCityRouteCard em{width:max-content;border-radius:999px;padding:5px 7px;font-size:.68rem;font-style:normal;font-weight:900}.flightCityRouteCard span{background:var(--navy);color:#fff}.flightCityRouteCard em{background:#fff3d7;color:#8a4d06}.flightFareCalendar{border:1px solid var(--line);border-radius:18px;background:#fff;margin:10px 0;overflow:hidden}.flightFareCalendar summary{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;cursor:pointer;padding:12px}.flightFareCalendar summary b{display:block;color:var(--navy)}.flightFareCalendar summary small,.flightFareMini span,.flightMutedLead{display:block;color:var(--muted);line-height:1.38}.flightAviasalesWidget{padding:10px;background:#fff;max-height:420px;overflow:auto}.flightFareMiniGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.flightFareMini{border:1px solid var(--line);border-radius:17px;background:#fff;padding:11px;display:grid;gap:4px}.flightFareMini b{color:var(--navy)}.flightTpMiniHint,.flightTpHint{color:#9a5a08;font-weight:900}.flightExternalBlock{margin-top:10px;border-top:1px solid rgba(8,38,63,.1);padding-top:10px}.flightNextGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:10px 0}.flightNextGrid a{background:#fff;border:1px solid var(--line);border-radius:18px;color:var(--navy);padding:12px;display:grid;gap:4px;box-shadow:0 9px 20px rgba(8,38,63,.055)}.flightNextGrid a:first-child{background:var(--navy);color:#fff}.flightNextGrid small{color:inherit;opacity:.76;font-size:.76rem;line-height:1.3}.flightDataNote{display:grid;gap:5px}.flightDataNote b{color:var(--navy)}.flightDataNote p{margin:0;color:var(--muted)}[dir="rtl"] .flightBoardRow{grid-template-columns:minmax(0,1fr) 70px 54px}.tgzFlightCityRoute .flightHeroCopy h1{font-size:clamp(2rem,4vw,3.7rem)}
@media(max-width:980px){.flightHeroShell,.flightDecisionGrid{grid-template-columns:1fr}.flightRouteSignals{grid-template-columns:repeat(2,minmax(0,1fr))}.flightRouteDeck{grid-auto-columns:76%}.flightCityDeck,.flightCityGrid,.flightNextGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.flightApp{padding:10px 10px 78px}.flightHeroShell{gap:9px;margin-top:6px}.flightHeroCopy,.flightCockpit,.flightDecisionCard,.flightRouteSection,.flightFareIntelligence,.flightCityPreview,.flightDataNote{border-radius:20px}.flightHeroCopy{padding:14px;min-height:unset}.flightHeroCopy h1{font-size:2.05rem;letter-spacing:-.045em}.flightHeroCopy p,.flightArrivalCockpit p{font-size:.9rem}.flightTrustRow span{font-size:.68rem}.flightHeroActions .flightBtn{flex:1 1 100%}.flightCockpit{padding:12px}.flightMiniStatusGrid{grid-template-columns:auto 1fr}.flightRouteSignals,.flightControlGrid,.flightFareMiniGrid{grid-template-columns:1fr}.flightSignalCard{padding:10px;border-radius:17px}.flightChipRail{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.flightTinyRail{flex-wrap:wrap}.flightChip,.flightTiny{padding:8px 10px;font-size:.78rem}.flightRouteDeck{grid-auto-columns:88%}.flightCityDeck,.flightCityGrid,.flightNextGrid{grid-template-columns:1fr}.flightBoard{max-height:190px}.flightBoardRow{grid-template-columns:46px 56px minmax(0,1fr);font-size:.72rem}.flightActionRow{gap:6px}.flightBtn,.flightMiniBtn,.flightMiniLink{min-height:38px;padding:8px 10px;font-size:.82rem}.flightSectionHead{align-items:flex-start}.flightFareCalendar summary{grid-template-columns:1fr}.flightExternalLinks{overflow-x:auto;flex-wrap:nowrap}.flightExternalLinks a{flex:0 0 auto}}

/* Phase 352 — Flights SEO/GEO multilingual final lock */
.tgzFlightMarketRoute .flightHeroCopy,.tgzFlightMarketRoute .flightCockpit,.tgzFlightCityRoute .flightHeroCopy,.tgzFlightCityRoute .flightCockpit{background:linear-gradient(180deg,#fffdf8,#fff4e4)}
.tgzFlightMarketRoute .flightCityRouteCard,.tgzFlightsRouteHub .flightCityRouteCard,.tgzFlightCityRoute .flightCityChip{position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.tgzFlightMarketRoute .flightCityRouteCard:focus-visible,.tgzFlightsRouteHub .flightCityRouteCard:focus-visible,.tgzFlightCityRoute .flightCityChip:focus-visible{outline:3px solid rgba(245,158,11,.38);outline-offset:2px;border-color:rgba(245,158,11,.72)}
.tgzFlightMarketRoute .flightNextGrid a,.tgzFlightCityRoute .flightNextGrid a{min-height:94px}
.flightSeoGeoNote{border:1px solid rgba(8,38,63,.12);border-radius:18px;background:#fff;padding:11px;display:grid;gap:4px;color:var(--muted);font-size:.86rem;line-height:1.38}.flightSeoGeoNote b{color:var(--navy)}
@media(max-width:620px){.tgzFlightMarketRoute .flightHeroActions .flightBtn,.tgzFlightsRouteHub .flightHeroActions .flightBtn{flex:1 1 auto}.tgzFlightMarketRoute .flightMiniStatusGrid{grid-template-columns:auto 1fr}.flightSeoGeoNote{font-size:.8rem}}
/* Phase 382 — native Flights route night completion. Widget/affiliate logic untouched. */
html[data-theme="dark"] body :where(.flightApp,.flightCockpit,.tgzFlightsRouteHub,.tgzFlightMarketRoute,.tgzFlightCityRoute){background:#030708!important;color:#f6f3eb!important;}
html[data-theme="dark"] body :where(.flightHeroShell,.flightArrivalCockpit,.flightDecisionCard,.flightSignalCard,.flightFareCalendar,.flightFareIntelligence,.flightFareMini,.flightMiniStatusGrid,.flightRouteSection,.flightRouteDeck,.flightRouteCard,.flightCityRouteCard,.flightCityPreview,.flightCityDeck,.flightCityGrid,.flightNextGrid,.flightDataNote,.flightSeoGeoNote,.flightExternalLinks,.flightTrustRow){background:#071217!important;color:#f6f3eb!important;border-color:rgba(246,243,235,.14)!important;box-shadow:none!important;}
html[data-theme="dark"] body :where(.flightChip,.flightCityChip,.flightMiniLink,.flightMiniBtn,.flightBtn){background:#0b151a!important;color:#f6f3eb!important;border-color:rgba(143,230,210,.22)!important;}
html[data-theme="dark"] body :where(.flightBtn.primary,.flightBtn--primary,.flightMiniBtn.primary){background:linear-gradient(135deg,#16aaa3,#8fe6d2)!important;color:#031316!important;border-color:rgba(143,230,210,.7)!important;}
html[data-theme="dark"] body :where(.flightApp h1,.flightApp h2,.flightApp h3,.flightCockpit h1,.flightCockpit h2,.flightCockpit h3,.tgzFlightMarketRoute h1,.tgzFlightCityRoute h1,strong,b){color:#f6f3eb!important;}
html[data-theme="dark"] body :where(.flightApp p,.flightCockpit p,.flightTiny,.flightSectionHead p,.flightDataNote p,.tgzFlightMarketRoute p,.tgzFlightCityRoute p,small,span){color:#b9c4c5!important;}

/* Phase 388 — native route-family night surface/control finish. */
html[data-theme="dark"] body :where(.bfCard,.bfPanel,.bfForm,.thingsDecisionBoard,.thingsPlanCard,.thingsCard,.flightCockpit,.flightDecisionCard,.flightPanel,.oceanLockPanel,.surfSmartHero,.surfSmartPanel,.surfSmartResult,.surfSmartDeck>*,.surfSmartCarousel>*,.localCard,.entityCard,.articleCard,.topicCard,.guideCard,.rootAppCard,.editorialCard,.moneyCard,.offerCard,.hcPanel,.hcHero,.tgz268HeroCard,.tgz268Section){background:linear-gradient(180deg,rgba(15,43,57,.96),rgba(7,23,32,.98))!important;color:#edf7f5!important;border-color:rgba(151,230,214,.22)!important}
html[data-theme="dark"] body :where(.bfBtn,.thingsBtn,.flightBtn,.flightMiniBtn,.flightMiniLink,.flightChip,.flightCityChip,.oceanLockButton,.surfSmartBtn,.surfPhase356Link,.hcBtn,.tgzCommercialIntentBtn,.tgzStayMoneyBtn){background:linear-gradient(135deg,rgba(22,66,86,.95),rgba(15,43,57,.98))!important;color:#ecfaf7!important;border-color:rgba(151,230,214,.26)!important}
html[data-theme="dark"] body :where(.bfBtn.primary,.thingsBtn.primary,.flightBtn.primary,.surfSmartBtn.primary,.surfPhase356Link.primary,.hcBtnPrimary,.tgzCommercialIntentBtn--quote,.tgzStayMoneyBtn.is-primary){background:linear-gradient(135deg,#24c8b8,#b5f4dc)!important;color:#031719!important;border-color:rgba(181,244,220,.72)!important}
html[data-theme="dark"] body :where(.flightChip:nth-child(2n),.flightCityChip:nth-child(2n),.thingsBtn:nth-child(2n),.surfSmartBtn:nth-child(2n)){background:linear-gradient(135deg,rgba(38,82,117,.92),rgba(82,64,132,.70))!important;border-color:rgba(137,171,255,.30)!important}


/* Phase 389 — app spacing + native route finish. Reduces wasted space and adds richer Atlantic button grammar without touching app engines. */
html[data-theme="dark"] body{--tgz389-page:#061014;--tgz389-surface:#0a1820;--tgz389-surface2:#0f2634;--tgz389-line:rgba(160,235,222,.18);--tgz389-text:#f3fff9;--tgz389-muted:#aac3c4;--tgz389-teal:#23c7b7;--tgz389-mint:#aef5de;--tgz389-blue:#69a8ff;--tgz389-violet:#b79cff;--tgz389-copper:#d99a42;--tgz389-sand:#e9d7b4}
html[data-theme="dark"] body :where(.btn,.button,a.btn,button,.cleanSoftBtn,.cleanActionBtn,.cleanDockBtn,.quoteMiniAction,.quoteSectionAction,.weatherHeroActions .btn,.weatherSegment button,.weatherHourlyModes button,.weatherSpotSheetTab,.bfBtn,.thingsBtn,.flightBtn,.flightMiniBtn,.oceanLockButton,.surfSmartBtn,.tioFooterV4__action,.bottomQuickNav a){border-color:rgba(160,235,222,.24);box-shadow:none;text-align:center;align-items:center;justify-content:center;white-space:normal;line-height:1.12;transition:transform .15s ease,filter .15s ease,border-color .15s ease,background .15s ease}
html[data-theme="dark"] body :where(.btn,.button,a.btn,.cleanSoftBtn,.quoteMiniAction,.weatherHeroActions .btn.secondary,.bfBtn.secondary,.flightMiniBtn,.flightMiniLink,.thingsBtn.secondary,.oceanLockButton.secondary){background:linear-gradient(135deg,rgba(16,42,56,.96),rgba(10,29,40,.98));color:#effff9;border-color:rgba(105,168,255,.28)}
html[data-theme="dark"] body :where(.btn.primary,.primary,.is-primary,.cleanPrimary,.cleanDockBtn.cleanPrimary,.weatherHeroActions .btn.primary,.weatherSegment button.is-active,.weatherHourlyModes button.is-active,.bfBtn.primary,.thingsBtn.primary,.flightBtn.primary,.oceanLockButton.primary,button[type="submit"]){background:linear-gradient(135deg,#23c7b7,#aef5de);color:#031719;border-color:rgba(174,245,222,.72)}
html[data-theme="dark"] body :where(.btn:nth-of-type(3n),.cleanSoftBtn:nth-of-type(3n),.weatherHeroActions .btn:nth-of-type(3n),.bfBtn:nth-of-type(3n),.thingsBtn:nth-of-type(3n),.flightMiniBtn:nth-of-type(3n)){background:linear-gradient(135deg,rgba(105,168,255,.28),rgba(183,156,255,.18));border-color:rgba(105,168,255,.34);color:#f3f8ff}
html[data-theme="dark"] body :where(.btn:nth-of-type(4n),.cleanSoftBtn:nth-of-type(4n),.weatherHeroActions .btn:nth-of-type(4n),.bfBtn:nth-of-type(4n),.thingsBtn:nth-of-type(4n),.flightMiniBtn:nth-of-type(4n)){background:linear-gradient(135deg,rgba(217,154,66,.30),rgba(233,215,180,.12));border-color:rgba(217,154,66,.40);color:#fff4df}
html[data-theme="dark"] body :where(.btn:hover,.button:hover,a.btn:hover,button:hover,.cleanSoftBtn:hover,.cleanActionBtn:hover,.weatherHeroActions .btn:hover,.bfBtn:hover,.thingsBtn:hover,.flightBtn:hover,.oceanLockButton:hover){filter:brightness(1.06);transform:translateY(-1px)}
@media (max-width:760px){body :where(main,.buildCleanMain,.weatherFinalApp,.surfSmartApp,.bfApp,.thingsApp,.flightCockpit,.oceanLockApp){--tgz-route-gap:12px}body :where(.container,.buildCleanShell,.weatherFinalApp,.surfSmartShell,.bfShell,.thingsShell,.flightShell,.oceanLockShell){padding-left:12px;padding-right:12px}body :where(.buildCleanHero,.cleanStep,.cleanStayPanel,.weatherHero,.weatherNowCard,.weatherBoard,.weatherSpotMatrix,.bfPanel,.bfCard,.thingsDecisionBoard,.thingsPlanCard,.thingsCard,.flightDecisionCard,.flightPanel,.oceanLockPanel,.surfSmartPanel,.surfSmartResult,.localCard,.entityCard,.articleCard,.topicCard,.guideCard,.siteIndexCard){border-radius:20px;padding:14px;gap:10px}body :where(.buildCleanHero h1,.weatherHero h1,.bfHero h1,.thingsHero h1,.flightHero h1,.oceanLockHero h1){font-size:clamp(28px,8.8vw,42px);line-height:.95;margin-bottom:8px}body :where(.cleanModeGrid,.cleanBookingGrid,.guestCounterGrid,.activityCards,.weatherMetricGrid,.weatherSpotSheetGrid,.bfGrid,.thingsGrid,.flightGrid){gap:9px}}


/* Phase 393 — native density + lively Atlantic controls. */
html[data-theme="dark"] body :where(.btn,.button,button.cleanSoftBtn,button.cleanActionBtn,a.cleanSoftBtn,a.cleanActionBtn,.chip,.tab,.pill,.routeChip,.menuTreeChip,.weatherSpotSheetItem,.tgz393Route){
  min-width:0;
  overflow-wrap:anywhere;
  text-wrap:balance;
}
html[data-theme="dark"] body :where(.btn.secondary,.button.secondary,.chip,.tab,.pill,.routeChip,.menuTreeChip):not(.is-active):not([aria-current="page"]){
  background:linear-gradient(135deg,rgba(15,45,58,.94),rgba(8,28,38,.98));
  border-color:rgba(105,168,255,.24);
  color:#edfdf8;
}
html[data-theme="dark"] body :where(.btn.primary,.button.primary,.is-active,[aria-current="page"]):not(.tgz393Brand){
  background:linear-gradient(135deg,var(--tgz393-teal,#23c7b7),var(--tgz393-mint,#aef5de));
  border-color:rgba(174,245,222,.62);
  color:#031719;
}
html[data-theme="dark"] body :where(.btn.secondary:hover,.button.secondary:hover,.chip:hover,.tab:hover,.pill:hover,.routeChip:hover,.menuTreeChip:hover){
  border-color:rgba(174,245,222,.42);
  background:linear-gradient(135deg,rgba(22,63,78,.98),rgba(10,35,47,.98));
}
@media(max-width:780px){
  body :where(main .section,main section,.appSection,.weatherSection,.buildStep,.surfAppSection,.routeSection){
    padding-top:clamp(10px,3.4vw,18px)!important;
    padding-bottom:clamp(10px,3.4vw,18px)!important;
  }
  body :where(main .container,main .wrap,main .shell,.appShell,.weatherShell,.buildShell){
    padding-left:clamp(12px,3.6vw,18px)!important;
    padding-right:clamp(12px,3.6vw,18px)!important;
  }
  body :where(.cards,.grid,.appGrid,.weatherGrid,.buildGrid,.spotGrid,.routeGrid,.proofGrid,.linkGrid,.buttonGrid,.btnRow){
    gap:clamp(7px,2.4vw,12px)!important;
  }
  body :where(.card,.panel,.appCard,.weatherCard,.buildCard,.spotCard,.routeCard,.proofCard,.faq details){
    border-radius:clamp(16px,4.2vw,22px)!important;
  }
  body :where(.btn,.button,button.cleanSoftBtn,button.cleanActionBtn,a.cleanSoftBtn,a.cleanActionBtn,.chip,.tab,.pill,.routeChip,.menuTreeChip){
    min-height:38px!important;
    padding-block:clamp(7px,2vw,10px)!important;
    padding-inline:clamp(9px,2.8vw,13px)!important;
    line-height:1.15!important;
    justify-content:center!important;
    text-align:center!important;
  }
}
/* TGZ_PHASE_393_NATIVE_DENSITY_LOCK */

/* Phase 398F — Flights native whitespace/button polish. Flight widgets/logic untouched. */
.flightPage,.flightsApp{--flight-398f-gap:var(--tgz-ui-density-gap,10px);--flight-398f-pad:var(--tgz-ui-density-card-pad,12px)}.flightPage :where(.flightCard,.flightPanel,.flightHero,.flightWidget,.flightRoute,.flightFaq),.flightsApp :where(.flightCard,.flightPanel,.flightHero,.flightWidget,.flightRoute,.flightFaq){padding:min(var(--flight-398f-pad),14px)}.flightPage :where(.flightGrid,.flightActions,.flightTabs,.flightRoutes),.flightsApp :where(.flightGrid,.flightActions,.flightTabs,.flightRoutes){gap:8px}.flightBtn,.flightMiniBtn,.flightMiniLink,.flightChip,.flightTab{min-height:var(--tgz-ui-control-min,38px);padding:8px 11px;border-radius:14px;text-align:center;white-space:normal;line-height:1.12;align-items:center;justify-content:center}@media(max-width:760px){.flightPage :where(.flightCard,.flightPanel,.flightHero,.flightWidget),.flightsApp :where(.flightCard,.flightPanel,.flightHero,.flightWidget){padding:10px;border-radius:18px}.flightBtn,.flightMiniBtn,.flightMiniLink,.flightChip,.flightTab{min-height:36px;padding:8px 10px;font-size:.8rem}}
