/* Phase 155 CSS bundle: core-post.bundle.css */

/* >>> v333.css >>> */
:root{
  --v333-navy:#15375f;
  --v333-navy-deep:#0f2f52;
  --v333-cream:#fbf7ef;
  --v333-cream-2:#f6f1e7;
  --v333-line:rgba(16,36,58,.12);
  --v333-line-strong:rgba(16,36,58,.18);
  --v333-shadow:0 22px 56px rgba(10,26,46,.16);
  --v333-soft-shadow:0 12px 28px rgba(10,26,46,.10);
  --v333-teal:#e7f7f7;
  --v333-gold:#b8892d;
}

/* --- Drawer / hamburger polish --- */
.drawerBackdrop{
  background:rgba(9,18,33,.52)!important;
  backdrop-filter:blur(5px)!important;
}
.drawerPanel{
  background:linear-gradient(180deg,#ffffff 0%, #fcfdff 44%, #f9fbff 100%)!important;
  border:1px solid var(--v333-line)!important;
  border-radius:28px!important;
  box-shadow:0 30px 74px rgba(10,26,46,.24)!important;
  overflow:hidden auto!important;
}
.drawerTop{
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  grid-template-areas:
    "brand lang close"
    "brand currency close"!important;
  align-items:start!important;
  gap:12px 10px!important;
  padding:18px 18px 12px!important;
}
.drawerBrand,
.drawerBrandIconOnly{grid-area:brand!important;align-self:start!important}
.drawerBrandIconOnly .drawerBrandMark img{
  width:120px!important;
  height:auto!important;
  filter:drop-shadow(0 8px 18px rgba(21,55,95,.08));
}
.drawerLang{
  grid-area:lang!important;
  justify-content:flex-start!important;
  align-self:center!important;
}
.drawerCurrency{
  grid-area:currency!important;
  justify-content:flex-start!important;
  align-self:start!important;
}
.drawerClose{
  grid-area:close!important;
  width:62px!important;
  height:62px!important;
  padding:0!important;
  border-radius:20px!important;
  display:grid!important;
  place-items:center!important;
  font-size:34px!important;
  line-height:1!important;
  color:#0b1220!important;
  border:1px solid var(--v333-line)!important;
  box-shadow:0 10px 24px rgba(10,26,46,.08)!important;
}
.drawerLang .chip,
.drawerCurrency .chip,
.langSwitch .pill,
.currencyChip,
.chipRow .chip{
  min-width:58px!important;
  padding:11px 13px!important;
  border-radius:16px!important;
  border:1px solid var(--v333-line)!important;
  background:#fff!important;
  color:#0f2741!important;
  font-size:14px!important;
  line-height:1.05!important;
  font-weight:900!important;
  box-shadow:0 8px 18px rgba(10,26,46,.04)!important;
}
.drawerLang .chip.is-current,
.langSwitch .pill.is-current,
.chip.is-current,
.currencyChip.is-current,
.currencyChip[aria-pressed="true"]{
  background:var(--v333-teal)!important;
  border-color:rgba(14,165,164,.34)!important;
  color:var(--v333-navy)!important;
  box-shadow:0 0 0 1px rgba(14,165,164,.10) inset, 0 10px 22px rgba(14,165,164,.12)!important;
}
.drawerCtas{
  padding:0 18px 14px!important;
  gap:12px!important;
}
.drawerCtas .btn{
  min-height:66px!important;
  border-radius:24px!important;
  font-size:18px!important;
  font-weight:900!important;
  justify-content:center!important;
  box-shadow:var(--v333-soft-shadow)!important;
}
.drawerCtas .btn.primary{
  background:linear-gradient(135deg,var(--v333-navy),var(--v333-navy-deep))!important;
  color:#fff!important;
  border:none!important;
}
.drawerCtas .btn:not(.primary){
  background:var(--v333-cream)!important;
  color:var(--v333-navy)!important;
  border:1px solid rgba(16,36,58,.10)!important;
}
.drawerTabs{
  padding:0 18px 14px!important;
  gap:12px!important;
}
.drawerTabs .tab{
  min-height:60px!important;
  border-radius:22px!important;
  border:1px solid var(--v333-line)!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(10,26,46,.05)!important;
  font-size:17px!important;
  font-weight:900!important;
}
.drawerTabs .tab.isActive{
  background:#e7f2f6!important;
  border-color:rgba(21,55,95,.18)!important;
  color:var(--v333-navy)!important;
}
.drawerBody{
  padding:0 18px 18px!important;
}
.drawerGroup{
  margin:0 0 12px!important;
  border-radius:22px!important;
  border:1px solid var(--v333-line)!important;
  box-shadow:0 10px 24px rgba(10,26,46,.05)!important;
  overflow:hidden!important;
}
.drawerGroup summary{
  padding:18px 20px!important;
  font-size:17px!important;
  background:linear-gradient(180deg,#fff, #fbfdff)!important;
}
.drawerGroup summary::after{
  right:18px!important;
  font-size:24px!important;
  font-weight:400!important;
}
.drawerGroup summary span:last-child,
.drawerGroup summary > span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.drawerLinks.compactLinks{
  padding:0 16px 16px!important;
  gap:8px!important;
}
.navItem{
  margin:0!important;
  padding:14px 16px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(16,36,58,.08)!important;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.navItem:hover{
  transform:translateY(-1px);
  border-color:rgba(21,55,95,.18)!important;
  box-shadow:0 10px 22px rgba(10,26,46,.08)!important;
}
.navItem b{
  font-size:16px!important;
  color:#0f2741!important;
}
.navItem small{
  margin-top:4px!important;
  color:#66768a!important;
  font-size:13px!important;
  line-height:1.35!important;
}
.drawerSectionTitle{
  margin:18px 2px 10px!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#6b7b8f!important;
}
.chipRow{
  gap:10px!important;
  padding:2px 0 0!important;
}
.chipRow .chip{
  min-width:54px!important;
  justify-content:center!important;
}

body.navOpen .siteLiveWidget,
body.navOpen .smartDock,
body.navOpen .mobileStickyReceipt,
body.navOpen .buildMobileBar,
body.navOpen .mobileBottomNav,
body.navOpen .bottomQuickNav,
body.navOpen .bottomBar,
body.navOpen .stickyCta,
body.navOpen #nextSteps,
body.navOpen [class*="bottomNav"],
body.navOpen [class*="BottomNav"]{
  opacity:0!important;
  pointer-events:none!important;
  transform:translateY(18px)!important;
}

@media (max-width:640px){
  .drawerTop{
    gap:10px 8px!important;
    padding:16px 14px 12px!important;
  }
  .drawerBrandIconOnly .drawerBrandMark img{width:98px!important}
  .drawerLang .chip,
  .drawerCurrency .chip,
  .langSwitch .pill,
  .currencyChip,
  .chipRow .chip{
    min-width:52px!important;
    padding:9px 11px!important;
    font-size:13px!important;
    border-radius:15px!important;
  }
  .drawerClose{width:54px!important;height:54px!important;border-radius:18px!important;font-size:30px!important}
  .drawerCtas,.drawerTabs,.drawerBody{padding-left:14px!important;padding-right:14px!important}
  .drawerCtas .btn{min-height:60px!important;font-size:17px!important}
  .drawerTabs .tab{min-height:56px!important;font-size:16px!important}
  .drawerGroup summary{padding:16px 18px!important;font-size:16px!important}
  .navItem b{font-size:15px!important}
}
@media (max-width:420px){
  .drawerTop{
    grid-template-columns:auto 1fr auto!important;
    grid-template-areas:
      "brand lang close"
      "brand currency close"!important;
  }
  .drawerBrandIconOnly .drawerBrandMark img{width:88px!important}
  .drawerLang .chip,
  .drawerCurrency .chip,
  .langSwitch .pill,
  .currencyChip,
  .chipRow .chip{
    min-width:48px!important;
    padding:8px 10px!important;
    font-size:12px!important;
    border-radius:14px!important;
  }
  .drawerClose{width:50px!important;height:50px!important}
  .drawerCtas .btn{min-height:56px!important;font-size:16px!important}
  .drawerTabs .tab{min-height:52px!important;font-size:15px!important}
  .drawerGroup summary{padding:15px 16px!important}
}

/* --- Receipt polish --- */
body.buildPage .receiptShell,
body.buildPage .desktopReceiptShell{
  gap:12px!important;
}
body.buildPage .premiumReceiptPanel,
.buildSummaryDialog{
  background:linear-gradient(180deg,var(--v333-cream) 0%, #fff 100%)!important;
  border:1px solid var(--v333-line)!important;
  border-radius:28px!important;
  box-shadow:var(--v333-shadow)!important;
}
body.buildPage .premiumReceiptPanel{
  padding:16px!important;
}
body.buildPage .premiumReceiptHint{
  padding:12px 14px!important;
  background:#fff!important;
  border:1px dashed rgba(16,36,58,.18)!important;
  border-radius:18px!important;
  box-shadow:0 8px 20px rgba(10,26,46,.06)!important;
}
body.buildPage .premiumReceiptPanel .sumSection,
.buildSummaryDialog .sumSection{
  margin:0 0 12px!important;
  padding:14px 16px!important;
  background:#fff!important;
  border:1px solid rgba(16,36,58,.08)!important;
  border-radius:20px!important;
  box-shadow:0 10px 24px rgba(10,26,46,.05)!important;
}
body.buildPage .premiumReceiptPanel .sumSection h3,
.buildSummaryDialog .sumSection h3{
  margin:0 0 8px!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#6b7b8f!important;
}
body.buildPage .premiumReceiptPanel .sumLine,
.buildSummaryDialog .sumLine{
  align-items:flex-start!important;
  gap:14px!important;
  padding:12px 0!important;
  border-bottom:1px solid rgba(16,36,58,.08)!important;
}
body.buildPage .premiumReceiptPanel .sumLine:last-child,
.buildSummaryDialog .sumLine:last-child{
  border-bottom:none!important;
}
body.buildPage .premiumReceiptPanel .sumLine > span:first-child,
.buildSummaryDialog .sumLine > span:first-child{
  min-width:0!important;
}
body.buildPage .premiumReceiptPanel .sumLine > span:first-child b,
.buildSummaryDialog .sumLine > span:first-child b{
  color:#0f2741!important;
  font-size:15px!important;
  line-height:1.25!important;
}
body.buildPage .premiumReceiptPanel .sumLine > span:first-child small,
.buildSummaryDialog .sumLine > span:first-child small{
  display:block!important;
  margin-top:4px!important;
  color:#6b7b8f!important;
  font-size:12px!important;
  line-height:1.35!important;
}
body.buildPage .premiumReceiptPanel .sumLine > span:last-child,
.buildSummaryDialog .sumLine > span:last-child{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  min-width:max-content!important;
  text-align:right!important;
  font-weight:950!important;
  font-size:15px!important;
  color:var(--v333-navy)!important;
}
body.buildPage .premiumReceiptPanel .sumLine.isIncluded > span:last-child,
.buildSummaryDialog .sumLine.isIncluded > span:last-child{
  padding:7px 10px!important;
  border-radius:999px!important;
  background:rgba(16,185,129,.10)!important;
  color:#0f766e!important;
  font-size:12px!important;
}
body.buildPage .premiumReceiptPanel .sumLine.isNote > span:last-child,
.buildSummaryDialog .sumLine.isNote > span:last-child{
  padding:7px 10px!important;
  border-radius:999px!important;
  background:rgba(245,158,11,.12)!important;
  color:#9a6700!important;
  font-size:12px!important;
}
body.buildPage .premiumReceiptPanel .sumTotal,
.buildSummaryDialog .sumTotal{
  position:sticky!important;
  bottom:0!important;
  z-index:2!important;
  margin-top:10px!important;
  padding:16px 18px!important;
  border:none!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,var(--v333-navy),var(--v333-navy-deep))!important;
  color:#fff!important;
  box-shadow:0 18px 34px rgba(15,47,82,.28)!important;
}
body.buildPage .premiumReceiptPanel .sumTotal span,
.buildSummaryDialog .sumTotal span{
  color:#fff!important;
  font-size:18px!important;
  font-weight:950!important;
}
body.buildPage .premiumReceiptPanel .sumFooterNote,
.buildSummaryDialog .sumFooterNote{
  margin-top:10px!important;
  padding:12px 14px!important;
  background:#fff!important;
  border:1px dashed rgba(16,36,58,.16)!important;
  border-radius:16px!important;
  color:#6b7b8f!important;
}
body.buildPage .buildInlineEstimateButton{
  border-radius:24px!important;
  background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%)!important;
}
body.buildPage .buildInlineEstimateTop strong,
body.buildPage .buildInlineEstimateTop span{
  color:var(--v333-navy)!important;
}
body.buildPage .buildInlineEstimateMeta{
  color:#627287!important;
}
.buildSummarySheetHead strong{
  font-size:18px!important;
  color:var(--v333-navy)!important;
}
.buildSummaryClose{
  min-height:42px!important;
  padding:0 14px!important;
  border-radius:14px!important;
  border:1px solid var(--v333-line)!important;
  background:#fff!important;
  color:var(--v333-navy)!important;
  font-weight:900!important;
}
.buildSummarySheetMeta .chip{
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid var(--v333-line)!important;
  color:var(--v333-navy)!important;
  font-weight:850!important;
}

.tgzReceiptHero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin:0 0 14px;
  padding:14px 16px;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(21,55,95,.08), rgba(184,137,45,.10));
  border:1px solid rgba(21,55,95,.10);
}
.tgzReceiptHeroKicker{
  display:block;
  margin-bottom:4px;
  font-size:11px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#6b7b8f;
}
.tgzReceiptHeroTitle{
  display:block;
  color:var(--v333-navy);
  font-size:20px;
  font-weight:950;
  line-height:1.15;
}
.tgzReceiptHeroMeta{
  display:block;
  margin-top:5px;
  color:#516275;
  font-size:13px;
  line-height:1.35;
}
.tgzReceiptHeroBadge{
  flex:0 0 auto;
  align-self:center;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(21,55,95,.12);
  color:var(--v333-navy);
  font-size:12px;
  font-weight:950;
  box-shadow:0 8px 18px rgba(10,26,46,.06);
}
@media (max-width:900px){
  .buildSummaryDialog{
    padding:14px!important;
    border-radius:26px!important;
  }
  .tgzReceiptHero{
    padding:12px 14px;
    border-radius:20px;
  }
  .tgzReceiptHeroTitle{font-size:18px}
}
@media (max-width:480px){
  body.buildPage .premiumReceiptPanel{padding:12px!important}
  body.buildPage .premiumReceiptPanel .sumSection,
  .buildSummaryDialog .sumSection{padding:12px 13px!important;border-radius:18px!important}
  body.buildPage .premiumReceiptPanel .sumLine > span:first-child b,
  .buildSummaryDialog .sumLine > span:first-child b{font-size:14px!important}
  body.buildPage .premiumReceiptPanel .sumTotal span,
  .buildSummaryDialog .sumTotal span{font-size:17px!important}
  .tgzReceiptHero{flex-direction:column;align-items:flex-start}
}
/* <<< v333.css <<< */

/* >>> v334.css >>> */
:root{
  --v334-navy:#133556;
  --v334-cream:#fbf7ef;
  --v334-line:rgba(16,36,58,.12);
  --v334-line-strong:rgba(16,36,58,.18);
  --v334-chip:#f4f8fb;
  --v334-teal:#e7f7f7;
  --v334-gold:#b8892d;
  --v334-shadow:0 18px 46px rgba(10,26,46,.14);
}

html.tgz-v334 body.buildPage .premiumReceiptPanel,
html.tgz-v334 .buildSummaryDialog{
  background:linear-gradient(180deg,#fffdf8 0%, var(--v334-cream) 100%)!important;
  border:1px solid var(--v334-line)!important;
}
html.tgz-v334 body.buildPage .premiumReceiptPanel{
  box-shadow:var(--v334-shadow)!important;
}
html.tgz-v334 .tgzReceiptOverview{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 12px;
}
html.tgz-v334 .tgzReceiptOverview .chip,
html.tgz-v334 .buildSummarySheetMeta.tgzReceiptMetaUpgraded .chip{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid var(--v334-line);
  background:var(--v334-chip);
  color:var(--v334-navy);
  font-weight:800;
  font-size:12px;
  line-height:1;
}
html.tgz-v334 .tgzReceiptOverview .chip.is-market,
html.tgz-v334 .buildSummarySheetMeta.tgzReceiptMetaUpgraded .chip.is-market{
  background:var(--v334-teal);
}
html.tgz-v334 .tgzReceiptOverview .chip.is-total{
  background:linear-gradient(135deg,var(--v334-navy),#0f2f52);
  color:#fff;
  border-color:transparent;
}
html.tgz-v334 body.buildPage .premiumReceiptPanel .sumSection h3,
html.tgz-v334 .buildSummaryDialog .sumSection h3{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
html.tgz-v334 .tgzReceiptSectionName{
  min-width:0;
}
html.tgz-v334 .tgzReceiptSectionTotal,
html.tgz-v334 .tgzReceiptSectionHint{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  border:1px solid rgba(16,36,58,.08);
  background:#fff;
  color:var(--v334-navy);
  font-size:11px;
  font-weight:900;
  letter-spacing:0;
  text-transform:none;
  box-shadow:0 8px 18px rgba(10,26,46,.05);
}
html.tgz-v334 .sumSection[data-section-key="included"] .tgzReceiptSectionHint{
  background:rgba(16,185,129,.10);
  color:#0f766e;
  border-color:rgba(16,185,129,.12);
}
html.tgz-v334 .sumSection[data-section-key="adjustments"] .tgzReceiptSectionTotal,
html.tgz-v334 .sumSection[data-section-key="adjustments"] .tgzReceiptSectionHint{
  background:rgba(245,158,11,.12);
  color:#9a6700;
  border-color:rgba(245,158,11,.16);
}
html.tgz-v334 .sumSection[data-section-key="transport"] .tgzReceiptSectionTotal{
  background:rgba(59,130,246,.10);
  color:#1d4ed8;
  border-color:rgba(59,130,246,.12);
}
html.tgz-v334 .sumSection[data-section-key="extras"] .tgzReceiptSectionTotal{
  background:rgba(184,137,45,.12);
  color:#8b5e11;
  border-color:rgba(184,137,45,.16);
}
html.tgz-v334 body.buildPage .premiumReceiptPanel .sumLine,
html.tgz-v334 .buildSummaryDialog .sumLine{
  position:relative;
}
html.tgz-v334 body.buildPage .premiumReceiptPanel .sumLine > span:last-child,
html.tgz-v334 .buildSummaryDialog .sumLine > span:last-child{
  margin-inline-start:12px!important;
}
html.tgz-v334 body.buildPage .premiumReceiptPanel .sumLine > span:first-child b,
html.tgz-v334 .buildSummaryDialog .sumLine > span:first-child b{
  letter-spacing:-.01em;
}
html.tgz-v334 .tgzReceiptAlert{
  margin-top:12px;
  padding:12px 14px;
  border-radius:16px;
  border:1px dashed rgba(184,137,45,.28);
  background:rgba(184,137,45,.08);
  color:#7a550f;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}
html.tgz-v334 .drawerPanel{
  max-height:calc(100dvh - 18px);
  overflow:auto;
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
html.tgz-v334 .drawerTop,
html.tgz-v334 .drawerCtas,
html.tgz-v334 .drawerTabs,
html.tgz-v334 .drawerBody{
  position:relative;
}
html.tgz-v334 .drawerPanel::after{
  content:'';
  display:block;
  height:10px;
}
html.tgz-v334 body.tgz-nav-locked .siteBottomNav,
html.tgz-v334 body.navOpen .siteBottomNav{
  opacity:0!important;
  transform:translateY(22px)!important;
  pointer-events:none!important;
}
@media (max-width:900px){
  html.tgz-v334 .buildSummaryDialog{
    max-height:min(74vh,700px)!important;
    padding-bottom:calc(16px + env(safe-area-inset-bottom))!important;
  }
}
@media (max-width:560px){
  html.tgz-v334 .tgzReceiptOverview .chip,
  html.tgz-v334 .buildSummarySheetMeta.tgzReceiptMetaUpgraded .chip{
    min-height:30px;
    padding:6px 10px;
    font-size:11px;
  }
  html.tgz-v334 .drawerTop{
    gap:10px!important;
  }
}
@media (max-width:420px){
  html.tgz-v334 body.buildPage .premiumReceiptPanel .sumSection,
  html.tgz-v334 .buildSummaryDialog .sumSection{
    padding:12px 12px!important;
  }
  html.tgz-v334 .tgzReceiptSectionTotal,
  html.tgz-v334 .tgzReceiptSectionHint{
    min-height:26px;
    padding:4px 9px;
    font-size:10px;
  }
}
/* <<< v334.css <<< */

/* >>> v335.css >>> */
:root{
  --v335-navy:#14395f;
  --v335-navy-deep:#0d2742;
  --v335-cream:#f8f5ee;
  --v335-line:rgba(17,36,58,.12);
  --v335-soft:#eef7f7;
}
.topbar{
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:saturate(145%) blur(10px);
}
.topbar .container{max-width:1280px!important}
.nav.navRefined{
  min-height:88px!important;
  gap:14px!important;
  align-items:center!important;
}
.brand.brandSystem{
  flex:0 1 310px!important;
  min-width:0!important;
  margin-right:0!important;
  gap:14px!important;
}
.brand.brandSystem .brandMark{
  flex:0 0 72px!important;
  width:72px!important;
  height:72px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.brand.brandSystem .brandMark img{
  width:72px!important;
  height:72px!important;
  object-fit:contain!important;
}
.brand.brandSystem .brandText strong{font-size:17px!important;line-height:1!important}
.brand.brandSystem .brandText small{
  margin-top:4px!important;
  line-height:1.2!important;
  font-size:13px!important;
  color:#8b6a29!important;
}
.modePill{
  transform:none!important;
  margin-right:0!important;
  flex:0 0 auto!important;
}
.modePill button{
  padding:10px 16px!important;
  font-size:14px!important;
}
.desktopPrimary{
  display:flex!important;
  flex:1 1 auto!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
}
.desktopPrimary a{
  font-size:14px!important;
  font-weight:850!important;
  padding:8px 10px!important;
  white-space:nowrap!important;
}
.desktopUtility{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex:0 0 auto!important;
}
.liveNavChip.utilityBtn{
  padding:10px 14px!important;
  border-radius:18px!important;
  min-height:0!important;
}
.headerPrimaryCta{
  padding:12px 18px!important;
  border-radius:18px!important;
  min-width:auto!important;
  white-space:nowrap!important;
}
.smartPicker{
  position:relative;
  min-width:0;
}
.smartPicker summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding:9px 14px;
  border:1px solid var(--v335-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 18px rgba(12,27,46,.06);
}
.smartPicker summary::-webkit-details-marker{display:none}
.smartPicker summary::after{
  content:'▾';
  font-size:12px;
  color:#65748b;
  margin-inline-start:2px;
}
.smartPicker[open] summary::after{content:'▴'}
.smartPickerLabel{
  font-size:11px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#75859b;
}
.smartPicker summary strong{
  font-size:14px;
  color:var(--v335-navy);
  line-height:1;
}
.smartPickerMenu{
  position:absolute;
  top:calc(100% + 8px);
  inset-inline-end:0;
  min-width:198px;
  padding:10px;
  border:1px solid var(--v335-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 20px 42px rgba(8,24,48,.16);
  display:grid;
  gap:8px;
  z-index:30;
}
.smartPicker:not([open]) .smartPickerMenu{display:none}
.smartPickerMenu--currency{min-width:150px}
.smartPickerMenu--currency .smartOption{justify-content:center}
.smartOption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%;
  padding:10px 12px;
  border:1px solid var(--v335-line);
  border-radius:14px;
  background:#fff;
  color:var(--v335-navy);
  font-weight:850;
  text-decoration:none;
}
.smartOption small{
  font-size:12px;
  color:#6d7c91;
  font-weight:700;
}
.smartOption.is-current,
.smartOption.currencyChip.is-current,
html[data-currency="EUR"] .smartOption.currencyChip[data-currency="EUR"],
html[data-currency="USD"] .smartOption.currencyChip[data-currency="USD"],
html[data-currency="GBP"] .smartOption.currencyChip[data-currency="GBP"]{
  background:linear-gradient(135deg,var(--v335-navy),var(--v335-navy-deep))!important;
  border-color:var(--v335-navy)!important;
  color:#fff!important;
  box-shadow:0 14px 26px rgba(20,57,95,.22)!important;
}
.smartOption.is-current small,
.smartOption.currencyChip.is-current small,
html[data-currency="EUR"] .smartOption.currencyChip[data-currency="EUR"] small,
html[data-currency="USD"] .smartOption.currencyChip[data-currency="USD"] small,
html[data-currency="GBP"] .smartOption.currencyChip[data-currency="GBP"] small{color:rgba(255,255,255,.8)!important}
.drawerTopCompact{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:14px 14px 8px!important;
}
.drawerBrandInline{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}
.drawerBrandInline .drawerBrandMark img{width:74px!important;height:74px!important}
.drawerBrandText strong{display:block;font-size:17px;color:var(--v335-navy)}
.drawerBrandText small{display:block;margin-top:4px;color:#8b6a29;font-size:12px;line-height:1.2}
.drawerSwitchers{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:0 14px 12px;
}
.smartPicker--drawer{width:100%}
.smartPicker--drawer summary{min-height:52px;padding:10px 12px;border-radius:16px}
.smartPicker--drawer .smartPickerMenu{
  position:static;
  margin-top:8px;
  min-width:0;
  box-shadow:none;
  border-radius:16px;
  background:#fcfcfb;
}
.smartPickerMenu--drawer{
  grid-template-columns:1fr;
}
.drawerClose{
  width:44px!important;
  height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:22px!important;
  border-radius:16px!important;
}
html.tgz-v335 body.buildPage .premiumReceiptPanel .sumTotal,
html.tgz-v335 .buildSummaryDialog .sumTotal{
  background:linear-gradient(135deg,#163f69,#0e2a45)!important;
  color:#fff!important;
}
html.tgz-v335 body.buildPage .premiumReceiptPanel .sumTotal span,
html.tgz-v335 .buildSummaryDialog .sumTotal span,
html.tgz-v335 body.buildPage .premiumReceiptPanel .sumTotal *,
html.tgz-v335 .buildSummaryDialog .sumTotal *{
  color:#fff!important;
  text-shadow:0 1px 0 rgba(0,0,0,.14);
}
html.tgz-v335 body.buildPage .premiumReceiptPanel .sumTotal span:last-child,
html.tgz-v335 .buildSummaryDialog .sumTotal span:last-child{
  opacity:1!important;
  font-size:20px!important;
}
html.tgz-v335 body.buildPage .premiumReceiptPanel .sumLine > span:last-child{
  color:#102437!important;
}
html.tgz-v335 .buildSummarySheetMeta .chip.is-total{
  background:linear-gradient(135deg,#163f69,#0e2a45)!important;
  color:#fff!important;
  border-color:#163f69!important;
}
@media (max-width:1180px){
  .desktopPrimary{gap:4px!important}
  .desktopPrimary a{font-size:13px!important;padding:7px 8px!important}
  .brand.brandSystem{flex-basis:260px!important}
  .brand.brandSystem .brandText small{display:none!important}
  .modePill button{padding:9px 12px!important}
}
@media (max-width:980px){
  .desktopUtility,.desktopPrimary,.modePill{display:none!important}
  .brand.brandSystem{flex:1 1 auto!important}
  .brand.brandSystem .brandMark,
  .brand.brandSystem .brandMark img{width:68px!important;height:68px!important}
}
@media (max-width:640px){
  .drawerSwitchers{grid-template-columns:1fr;gap:8px}
  .drawerBrandInline .drawerBrandMark img{width:66px!important;height:66px!important}
  .brand.brandSystem .brandMark,
  .brand.brandSystem .brandMark img{width:62px!important;height:62px!important}
  .brand.brandSystem .brandText strong{font-size:16px!important}
  .smartPicker summary{padding:8px 12px;border-radius:14px}
}
/* <<< v335.css <<< */

/* >>> v336.css >>> */
:root{
  --v336-navy:#123a61;
  --v336-deep:#0d2843;
  --v336-line:rgba(17,36,58,.12);
}
html.tgz-v336 .topbar .container{max-width:1360px!important}
@media (min-width:981px){
  html.tgz-v336 .modePill{display:none!important}
  html.tgz-v336 .nav.navRefined{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:18px!important;
    min-height:84px!important;
    padding:12px 0!important;
  }
  html.tgz-v336 .brand.brandSystem{
    flex:none!important;
    max-width:280px!important;
    min-width:0!important;
    gap:12px!important;
  }
  html.tgz-v336 .brand.brandSystem .brandMark,
  html.tgz-v336 .brand.brandSystem .brandMark img{
    width:82px!important;
    height:82px!important;
    flex-basis:82px!important;
  }
  html.tgz-v336 .brand.brandSystem .brandText strong{
    font-size:18px!important;
    line-height:1!important;
  }
  html.tgz-v336 .brand.brandSystem .brandText small{
    font-size:12px!important;
    line-height:1.22!important;
    margin-top:5px!important;
  }
  html.tgz-v336 .desktopPrimary{
    justify-content:center!important;
    gap:2px!important;
    min-width:0!important;
  }
  html.tgz-v336 .desktopPrimary a{
    padding:8px 10px!important;
    font-size:15px!important;
    line-height:1.1!important;
    border-radius:12px!important;
  }
  html.tgz-v336 .desktopUtility{
    gap:12px!important;
    flex-wrap:nowrap!important;
  }
  html.tgz-v336 .liveNavChip.utilityBtn{
    padding:10px 14px!important;
    min-height:48px!important;
    white-space:nowrap!important;
  }
  html.tgz-v336 .smartPicker--desktop summary{
    min-height:48px!important;
    padding:9px 14px!important;
  }
  html.tgz-v336 .headerPrimaryCta{
    min-height:48px!important;
    padding:12px 18px!important;
  }
  html.tgz-v336 body.homePage .heroContentRefined h1{
    font-size:clamp(58px,6.8vw,102px)!important;
    line-height:.92!important;
    max-width:7.4ch!important;
    text-wrap:balance;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  html.tgz-v336 body.homePage .heroContentRefined p{
    max-width:25ch!important;
  }
  html.tgz-v336 body.buildPage main.container{
    padding-bottom:84px!important;
  }
  html.tgz-v336 .compactBookingSupport{
    padding-top:8px!important;
    padding-bottom:28px!important;
  }
  html.tgz-v336 .compactBookingSupport .compactBookingSupportInnerRefined{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:18px!important;
    max-width:1100px!important;
    margin:0 auto!important;
  }
  html.tgz-v336 .compactBookingSupport .compactBtnRow{
    justify-content:flex-end!important;
    align-items:center!important;
    flex-wrap:wrap!important;
  }
}
@media (min-width:981px) and (max-width:1280px){
  html.tgz-v336 .brand.brandSystem{
    max-width:238px!important;
  }
  html.tgz-v336 .brand.brandSystem .brandText small{
    display:none!important;
  }
  html.tgz-v336 .desktopPrimary a{
    padding:8px 8px!important;
    font-size:14px!important;
  }
}
@media (min-width:981px) and (max-width:1160px){
  html.tgz-v336 .liveNavChip.utilityBtn span{display:none!important}
  html.tgz-v336 .liveNavChip.utilityBtn{padding-inline:12px!important}
  html.tgz-v336 .smartPickerLabel{display:none!important}
  html.tgz-v336 .smartPicker--desktop summary strong{font-size:13px!important}
}
html.tgz-v336 body.buildPage .premiumReceiptPanel .sumTotal,
html.tgz-v336 .buildSummaryDialog .sumTotal{
  background:linear-gradient(135deg,var(--v336-navy),var(--v336-deep))!important;
  border:0!important;
  box-shadow:0 16px 30px rgba(18,58,97,.24)!important;
}
html.tgz-v336 body.buildPage .premiumReceiptPanel .sumTotal,
html.tgz-v336 body.buildPage .premiumReceiptPanel .sumTotal *,
html.tgz-v336 .buildSummaryDialog .sumTotal,
html.tgz-v336 .buildSummaryDialog .sumTotal *{
  color:#fff!important;
  opacity:1!important;
  text-shadow:none!important;
}
html.tgz-v336 body.buildPage .premiumReceiptPanel .sumTotal > span:last-child,
html.tgz-v336 .buildSummaryDialog .sumTotal > span:last-child{
  color:#fff!important;
  font-size:20px!important;
  font-weight:950!important;
}
html.tgz-v336 body.buildPage .premiumReceiptPanel .sumTotal small,
html.tgz-v336 .buildSummaryDialog .sumTotal small{
  color:rgba(255,255,255,.84)!important;
}
html.tgz-v336 body.buildPage .premiumReceiptPanel .sumLine > span:last-child{
  color:#102437!important;
}
html.tgz-v336 body.buildPage .premiumReceiptPanel .sumLine.isIncluded > span:last-child{
  color:#0f8458!important;
}
html.tgz-v336 .desktopReceiptShell .premiumReceiptPanel{
  scrollbar-gutter:stable both-edges;
}
@media (max-width:960px){
  html.tgz-v336 .compactBookingSupport .compactBookingSupportInnerRefined{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
}
/* <<< v336.css <<< */

/* >>> v337.css >>> */
:root{
  --v337-navy:#123a61;
  --v337-deep:#0d2843;
  --v337-line:rgba(17,36,58,.12);
}
html.tgz-v337,
html.tgz-v337 body{
  overflow-x:hidden;
}
html.tgz-v337 .topbar .container,
html.tgz-v337 .footer .container,
html.tgz-v337 main.container{
  width:min(100%, 1500px)!important;
}
html.tgz-v337 .topbar{
  isolation:isolate;
}
html.tgz-v337 .brand.brandSystem{
  min-width:0!important;
}
html.tgz-v337 .brand.brandSystem .brandText{
  min-width:0!important;
}
html.tgz-v337 .brand.brandSystem .brandText strong,
html.tgz-v337 .desktopPrimary a,
html.tgz-v337 .headerPrimaryCta,
html.tgz-v337 .smartPicker summary strong{
  text-rendering:optimizeLegibility;
}
html.tgz-v337 body.homePage .heroContentRefined{
  max-width:min(760px, 54vw)!important;
}
html.tgz-v337 body.homePage .heroContentRefined h1{
  margin-bottom:10px!important;
  max-width:9.8ch!important;
  font-size:clamp(56px,5.7vw,98px)!important;
  line-height:.93!important;
  letter-spacing:-.05em!important;
  text-wrap:balance;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
html.tgz-v337 body.homePage .heroContentRefined p{
  max-width:28ch!important;
}
html.tgz-v337 .desktopReceiptShell .premiumReceiptPanel,
html.tgz-v337 .buildSummaryDialog,
html.tgz-v337 .buildSummarySheetBody{
  scrollbar-gutter:stable both-edges;
}
html.tgz-v337 body.buildPage .premiumReceiptPanel .sumTotal,
html.tgz-v337 .buildSummaryDialog .sumTotal{
  background:linear-gradient(135deg,var(--v337-navy),var(--v337-deep))!important;
  border:0!important;
  box-shadow:0 16px 30px rgba(18,58,97,.24)!important;
}
html.tgz-v337 body.buildPage .premiumReceiptPanel .sumTotal,
html.tgz-v337 body.buildPage .premiumReceiptPanel .sumTotal *,
html.tgz-v337 .buildSummaryDialog .sumTotal,
html.tgz-v337 .buildSummaryDialog .sumTotal *{
  color:#fff!important;
  opacity:1!important;
  text-shadow:none!important;
  -webkit-text-fill-color:#fff!important;
}
html.tgz-v337 body.buildPage .premiumReceiptPanel .sumTotal > span:last-child,
html.tgz-v337 .buildSummaryDialog .sumTotal > span:last-child{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:20px!important;
  font-weight:950!important;
}
html.tgz-v337 body.buildPage .premiumReceiptPanel .sumLine > span:last-child{
  color:#102437!important;
}
html.tgz-v337 body.buildPage .premiumReceiptPanel .sumLine.isIncluded > span:last-child{
  color:#0f8458!important;
}
html.tgz-v337 body.buildPage .premiumReceiptPanel .sumTotal > span:last-child,
html.tgz-v337 body.buildPage .premiumReceiptPanel .sumTotal.isIncluded > span:last-child{
  color:#fff!important;
}
html.tgz-v337 body.buildPage .compactBookingSupport{
  padding-top:18px!important;
  padding-bottom:30px!important;
}
html.tgz-v337 body.buildPage .compactBookingSupportInnerRefined{
  width:100%!important;
  max-width:1240px!important;
  margin:0 auto!important;
}
html.tgz-v337 .footerGrid{
  gap:18px!important;
}

@media (min-width:981px){
  html.tgz-v337 .modePill{display:none!important}
}

@media (min-width:1480px){
  html.tgz-v337 .topbar .container{max-width:1500px!important}
  html.tgz-v337 .nav.navRefined{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:18px!important;
    min-height:84px!important;
    padding:12px 0!important;
  }
  html.tgz-v337 .brand.brandSystem{
    flex:none!important;
    max-width:310px!important;
    gap:12px!important;
  }
  html.tgz-v337 .brand.brandSystem .brandMark,
  html.tgz-v337 .brand.brandSystem .brandMark img{
    width:80px!important;
    height:80px!important;
    flex-basis:80px!important;
  }
  html.tgz-v337 .brand.brandSystem .brandText strong{
    font-size:18px!important;
    line-height:1!important;
  }
  html.tgz-v337 .brand.brandSystem .brandText small{
    font-size:12px!important;
    line-height:1.22!important;
    margin-top:5px!important;
  }
  html.tgz-v337 .desktopPrimary{
    justify-content:center!important;
    gap:2px!important;
    min-width:0!important;
  }
  html.tgz-v337 .desktopPrimary a{
    padding:8px 10px!important;
    font-size:15px!important;
    line-height:1.1!important;
    border-radius:12px!important;
  }
  html.tgz-v337 .desktopUtility{
    gap:10px!important;
    flex-wrap:nowrap!important;
  }
  html.tgz-v337 .smartPicker--desktop summary{
    min-height:48px!important;
    padding:9px 14px!important;
  }
  html.tgz-v337 .headerPrimaryCta,
  html.tgz-v337 .liveNavChip.utilityBtn{
    min-height:48px!important;
  }
  html.tgz-v337 .navToggle{display:none!important}
}

@media (min-width:981px) and (max-width:1479px){
  html.tgz-v337 .topbar .container{max-width:min(100%, 1280px)!important}
  html.tgz-v337 .nav.navRefined{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-height:78px!important;
    padding:10px 0!important;
  }
  html.tgz-v337 .brand.brandSystem{
    flex:1 1 auto!important;
    max-width:min(340px, 40vw)!important;
    gap:12px!important;
  }
  html.tgz-v337 .brand.brandSystem .brandMark,
  html.tgz-v337 .brand.brandSystem .brandMark img{
    width:72px!important;
    height:72px!important;
    flex-basis:72px!important;
  }
  html.tgz-v337 .brand.brandSystem .brandText strong{
    font-size:17px!important;
  }
  html.tgz-v337 .brand.brandSystem .brandText small{
    display:none!important;
  }
  html.tgz-v337 .desktopPrimary,
  html.tgz-v337 .liveNavChip.utilityBtn{
    display:none!important;
  }
  html.tgz-v337 .desktopUtility{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    flex:0 0 auto!important;
  }
  html.tgz-v337 .smartPicker--desktop summary{
    min-height:44px!important;
    padding:8px 12px!important;
    border-radius:14px!important;
  }
  html.tgz-v337 .smartPickerLabel{
    display:none!important;
  }
  html.tgz-v337 .smartPicker summary strong{
    font-size:14px!important;
  }
  html.tgz-v337 .smartPickerMenu{
    min-width:170px!important;
  }
  html.tgz-v337 .smartPickerMenu--currency{
    min-width:132px!important;
  }
  html.tgz-v337 .headerPrimaryCta{
    min-height:44px!important;
    padding:10px 14px!important;
    border-radius:16px!important;
    font-size:14px!important;
  }
  html.tgz-v337 .navToggle{
    display:inline-flex!important;
    flex:0 0 auto!important;
  }
  html.tgz-v337 body.homePage .heroContentRefined{
    max-width:min(660px, 58vw)!important;
  }
  html.tgz-v337 body.homePage .heroContentRefined h1{
    font-size:clamp(46px,5vw,72px)!important;
    max-width:10ch!important;
    line-height:.95!important;
  }
  html.tgz-v337 body.homePage .heroContentRefined p{
    font-size:1rem!important;
    max-width:30ch!important;
  }
  html.tgz-v337 .footerGrid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  }
  html.tgz-v337 .footerNewsletter{
    grid-column:1 / -1!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  html.tgz-v337 body.buildPage .builderGrid,
  html.tgz-v337 body.buildPage .builderGridV24{
    grid-template-columns:minmax(0,1fr)!important;
    gap:18px!important;
  }
  html.tgz-v337 body.buildPage .desktopReceiptShell,
  html.tgz-v337 body.buildPage .stickySummary{
    order:-1!important;
    position:sticky!important;
    top:88px!important;
    align-self:start!important;
  }
  html.tgz-v337 body.buildPage .premiumReceiptPanel{
    max-height:none!important;
    overflow:visible!important;
  }
  html.tgz-v337 body.buildPage .compactBookingSupportInnerRefined{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  html.tgz-v337 body.buildPage .compactBookingSupport .compactBtnRow{
    justify-content:flex-start!important;
  }
}

@media (min-width:981px) and (max-width:1199px){
  html.tgz-v337 body.homePage .heroContentRefined{
    max-width:min(560px, 60vw)!important;
  }
  html.tgz-v337 body.homePage .heroContentRefined h1{
    font-size:clamp(42px,4.8vw,58px)!important;
    max-width:10.2ch!important;
  }
}

@media (max-width:980px){
  html.tgz-v337 .desktopUtility,
  html.tgz-v337 .desktopPrimary,
  html.tgz-v337 .modePill{display:none!important}
  html.tgz-v337 .brand.brandSystem{flex:1 1 auto!important;max-width:none!important}
  html.tgz-v337 .brand.brandSystem .brandMark,
  html.tgz-v337 .brand.brandSystem .brandMark img{width:64px!important;height:64px!important}
  html.tgz-v337 .brand.brandSystem .brandText strong{font-size:16px!important}
  html.tgz-v337 .brand.brandSystem .brandText small{font-size:11px!important;line-height:1.2!important}
}

@media (max-width:767px){
  html.tgz-v337 body.homePage .heroContentRefined{
    max-width:none!important;
  }
  html.tgz-v337 body.homePage .heroContentRefined h1{
    font-size:clamp(24px,8.8vw,38px)!important;
    max-width:9.5ch!important;
    line-height:1.02!important;
  }
  html.tgz-v337 body.homePage .heroContentRefined p{
    font-size:.95rem!important;
    max-width:23ch!important;
  }
}

@media (max-width:430px){
  html.tgz-v337 body.homePage .heroContentRefined h1{
    font-size:clamp(22px,8.6vw,34px)!important;
    max-width:9.8ch!important;
  }
  html.tgz-v337 .brand.brandSystem .brandText small{display:none!important}
}
/* <<< v337.css <<< */

/* >>> v338.css >>> */
html.tgz-v338 .mobileHeadControls{display:none}

html.tgz-v338 .drawerSwitchers{display:none!important}

@media (max-width: 980px){
  html.tgz-v338 .topbar .nav{
    gap:10px!important;
    align-items:center!important;
  }
  html.tgz-v338 .desktopUtility,
  html.tgz-v338 .modePill{
    display:none!important;
  }
  html.tgz-v338 .mobileHeadControls{
    display:flex!important;
    align-items:center;
    gap:8px;
    margin-inline-start:auto;
    flex:0 0 auto;
  }
  html.tgz-v338 .brand.brandSystem{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:none!important;
    gap:10px!important;
  }
  html.tgz-v338 .brand.brandSystem .brandMark,
  html.tgz-v338 .brand.brandSystem .brandMark img{
    width:56px!important;
    height:56px!important;
  }
  html.tgz-v338 .brand.brandSystem .brandText{
    min-width:0!important;
  }
  html.tgz-v338 .brand.brandSystem .brandText strong{
    display:block;
    font-size:15px!important;
    line-height:1.05!important;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  html.tgz-v338 .brand.brandSystem .brandText small{
    display:none!important;
  }
  html.tgz-v338 details.smartPicker--mobileHeader{
    position:relative;
    flex:0 0 auto;
  }
  html.tgz-v338 .smartPicker--mobileHeader summary{
    min-width:60px;
    height:40px;
    padding:8px 10px!important;
    border-radius:12px!important;
    border:1px solid rgba(11,43,74,.14)!important;
    background:#fff!important;
    box-shadow:none!important;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:6px;
  }
  html.tgz-v338 .smartPicker--mobileHeader summary::after{
    content:'▾';
    font-size:10px;
    color:#5b6b80;
    margin-left:2px;
  }
  html.tgz-v338 .smartPicker--mobileHeader[open] summary::after{
    content:'▴';
  }
  html.tgz-v338 .smartPicker--mobileHeader .smartPickerLabel{
    display:none!important;
  }
  html.tgz-v338 .smartPicker--mobileHeader summary strong{
    font-size:12px!important;
    line-height:1!important;
    letter-spacing:.06em;
  }
  html.tgz-v338 .smartPickerMenu--mobileHeader{
    top:calc(100% + 8px)!important;
    left:auto!important;
    right:0!important;
    min-width:148px!important;
    max-width:min(84vw, 220px)!important;
  }
  html.tgz-v338 .smartPickerMenu--mobileHeader .smartOption{
    min-height:42px;
  }
  html.tgz-v338 .smartPickerMenu--mobileHeader.smartPickerMenu--currency .smartOption,
  html.tgz-v338 .smartPickerMenu--mobileHeader .currencyChip{
    justify-content:center;
  }
  html.tgz-v338 .navToggle{
    display:inline-flex!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    padding:0!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:12px!important;
    margin:0!important;
  }
  html.tgz-v338 .navToggle span{
    width:18px!important;
  }
}

@media (max-width: 640px){
  html.tgz-v338 .topbar .container{
    padding-inline:14px!important;
  }
  html.tgz-v338 .topbar .nav{
    gap:8px!important;
  }
  html.tgz-v338 .brand.brandSystem{
    gap:8px!important;
  }
  html.tgz-v338 .brand.brandSystem .brandMark,
  html.tgz-v338 .brand.brandSystem .brandMark img{
    width:50px!important;
    height:50px!important;
  }
  html.tgz-v338 .brand.brandSystem .brandText strong{
    font-size:14px!important;
  }
  html.tgz-v338 .smartPicker--mobileHeader summary{
    min-width:56px;
    padding:7px 8px!important;
  }
}

@media (max-width: 390px){
  html.tgz-v338 .brand.brandSystem .brandMark,
  html.tgz-v338 .brand.brandSystem .brandMark img{
    width:46px!important;
    height:46px!important;
  }
  html.tgz-v338 .smartPicker--mobileHeader summary{
    min-width:52px;
    padding:7px 7px!important;
    border-radius:11px!important;
  }
  html.tgz-v338 .smartPicker--mobileHeader summary strong{
    font-size:11px!important;
  }
  html.tgz-v338 .mobileHeadControls{
    gap:6px;
  }
}
/* <<< v338.css <<< */

/* >>> v339.css >>> */
html.tgz-v339 .siteLiveWidget,
html.tgz-v339 .siteLiveWidgetReopen{
  display:none!important;
}

html.tgz-v339 .drawerSwitchers{
  display:none!important;
}

html.tgz-v339 .desktopUtility{
  gap:8px!important;
}

html.tgz-v339 details.smartPicker--icon{
  position:relative;
  flex:0 0 auto;
}

html.tgz-v339 details.smartPicker--icon summary,
html.tgz-v339 .utilityIconBtn{
  width:42px;
  height:42px;
  min-width:42px;
  padding:0!important;
  border-radius:12px!important;
  border:1px solid rgba(11,43,74,.14)!important;
  background:#fff!important;
  color:#17395b!important;
  box-shadow:none!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

html.tgz-v339 details.smartPicker--icon summary:hover,
html.tgz-v339 .utilityIconBtn:hover{
  border-color:rgba(11,43,74,.26)!important;
  background:#f8fbff!important;
  transform:translateY(-1px);
}

html.tgz-v339 details.smartPicker--icon summary::-webkit-details-marker{
  display:none;
}

html.tgz-v339 details.smartPicker--icon summary::marker{
  content:'';
}

html.tgz-v339 details.smartPicker--icon summary::after{
  display:none!important;
}

html.tgz-v339 details.smartPicker--icon .smartPickerLabel,
html.tgz-v339 details.smartPicker--icon summary strong{
  display:none!important;
}

html.tgz-v339 details.smartPicker--icon .microIcon,
html.tgz-v339 .utilityIconBtn .microIcon{
  width:18px!important;
  height:18px!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

html.tgz-v339 .utilityIconBtn--forecast .microIcon{
  color:#0f6aa4;
}

html.tgz-v339 .smartPickerMenu--currency .smartOption,
html.tgz-v339 .smartPickerMenu--mobileHeader.smartPickerMenu--currency .smartOption{
  justify-content:center;
}

@media (max-width: 980px){
  html.tgz-v339 .mobileHeadControls{
    display:flex!important;
    align-items:center;
    gap:8px;
    margin-inline-start:auto;
    flex:0 0 auto;
  }

  html.tgz-v339 .mobileHeadControls .utilityIconBtn,
  html.tgz-v339 .smartPicker--mobileHeader.smartPicker--icon summary,
  html.tgz-v339 .navToggle{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    border-radius:12px!important;
  }

  html.tgz-v339 .smartPicker--mobileHeader.smartPicker--icon summary{
    padding:0!important;
    gap:0!important;
  }

  html.tgz-v339 .smartPicker--mobileHeader.smartPicker--icon .microIcon,
  html.tgz-v339 .mobileHeadControls .utilityIconBtn .microIcon{
    width:17px!important;
    height:17px!important;
  }

  html.tgz-v339 .smartPickerMenu--mobileHeader{
    top:calc(100% + 8px)!important;
    right:0!important;
    left:auto!important;
    min-width:148px!important;
  }
}

@media (max-width: 640px){
  html.tgz-v339 .mobileHeadControls{
    gap:6px;
  }

  html.tgz-v339 .mobileHeadControls .utilityIconBtn,
  html.tgz-v339 .smartPicker--mobileHeader.smartPicker--icon summary,
  html.tgz-v339 .navToggle{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    border-radius:11px!important;
  }
}
/* <<< v339.css <<< */

/* >>> v340.css >>> */
html.tgz-v340 .siteLiveWidget,
html.tgz-v340 .siteLiveWidgetReopen{display:none!important}

html.tgz-v340 .desktopUtility{gap:10px!important;align-items:center}
html.tgz-v340 .desktopUtility{gap:10px!important;align-items:center}
html.tgz-v340 .desktopUtility > *{flex:0 0 auto}
html.tgz-v340 .navToggle{display:none!important}

html.tgz-v340 .utilityIconBtn,
html.tgz-v340 details.smartPicker--icon summary,
html.tgz-v340 .navToggle{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  padding:0!important;
  border-radius:12px!important;
  border:1px solid rgba(11,43,74,.14)!important;
  background:#fff!important;
  color:#17395b!important;
  box-shadow:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html.tgz-v340 .navToggle span{width:18px!important;height:2px!important;margin:4px 0!important;background:#17395b!important}
html.tgz-v340 details.smartPicker--icon summary::after{display:none!important}

html.tgz-v340 .modePillIcons{gap:8px!important}
html.tgz-v340 .modePillIcons button,
html.tgz-v340 .drawerTabsIcons .tab{
  min-width:46px!important;
  min-height:42px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html.tgz-v340 .modePillIcons .microIcon,
html.tgz-v340 .drawerTabsIcons .microIcon{
  width:18px!important;
  height:18px!important;
}

@media (max-width:980px){
  html.tgz-v340 .desktopPrimary,
  html.tgz-v340 .modePill{display:none!important}
  html.tgz-v340 .desktopUtility{display:flex!important;gap:8px!important;align-items:center!important;margin-inline-start:auto!important;flex:0 0 auto!important}
  html.tgz-v340 .desktopUtility .headerPrimaryCta{display:none!important}
  html.tgz-v340 .topbar .container{padding-inline:14px!important}
  html.tgz-v340 .topbar .nav{gap:10px!important;align-items:center!important}
  html.tgz-v340 .brand.brandSystem{
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:none!important;
  }
  html.tgz-v340 .brand.brandSystem .brandMark,
  html.tgz-v340 .brand.brandSystem .brandMark img{
    width:46px!important;height:46px!important;max-width:none!important;object-fit:contain!important;display:block!important;
  }
  html.tgz-v340 .brand.brandSystem .brandText{min-width:0!important;overflow:hidden!important}
  html.tgz-v340 .brand.brandSystem .brandText strong{
    display:block!important;font-size:13px!important;line-height:1!important;letter-spacing:-.01em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#17395b!important;
  }
  html.tgz-v340 .brand.brandSystem .brandText small{display:none!important}
}
@media (max-width:390px){
  html.tgz-v340 .topbar .container{padding-inline:12px!important}
  html.tgz-v340 .brand.brandSystem{grid-template-columns:42px minmax(0,1fr)!important;gap:8px!important}
  html.tgz-v340 .brand.brandSystem .brandMark,
  html.tgz-v340 .brand.brandSystem .brandMark img{width:42px!important;height:42px!important}
  html.tgz-v340 .brand.brandSystem .brandText strong{font-size:12px!important}
  html.tgz-v340 .utilityIconBtn,
  html.tgz-v340 details.smartPicker--icon summary,
  html.tgz-v340 .navToggle{width:40px!important;height:40px!important;min-width:40px!important}
}

html.tgz-v340 .drawerPanel{
  width:min(430px,92vw)!important;
  border-radius:22px!important;
}
html.tgz-v340 .drawerTopCompact{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
  padding:14px 16px 10px!important;
}
html.tgz-v340 .drawerBrandInline{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important}
html.tgz-v340 .drawerBrandInline .drawerBrandMark img{width:58px!important;height:58px!important;object-fit:contain!important}
html.tgz-v340 .drawerBrandText{min-width:0!important}
html.tgz-v340 .drawerBrandText strong{display:block!important;font-size:15px!important;line-height:1!important;color:#17395b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html.tgz-v340 .drawerBrandText small{display:block!important;margin-top:4px!important;font-size:12px!important;line-height:1.2!important;color:#8b6a29!important}
html.tgz-v340 .drawerClose{
  width:54px!important;height:54px!important;border-radius:16px!important;border:1px solid rgba(11,43,74,.12)!important;background:#fff!important;color:#0b1f38!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;box-shadow:none!important;
}
html.tgz-v340 .drawerCtas{margin-top:2px!important}
html.tgz-v340 .drawerTabs{margin-top:8px!important;display:flex!important;gap:8px!important}
html.tgz-v340 .drawerGroup{margin:10px 0!important}
html.tgz-v340 .drawerGroup summary{min-height:64px!important;align-items:center!important}
html.tgz-v340 .drawerLinks.compactLinks{padding-top:8px!important}
html.tgz-v340 .drawerSectionTitle{margin-top:10px!important}
html.tgz-v340 .drawerSwitchers{display:none!important}

html[lang="ar"].tgz-v340 .drawerTopCompact{grid-template-columns:auto minmax(0,1fr)!important}
html[lang="ar"].tgz-v340 .drawerBrandInline{flex-direction:row-reverse!important}

html.tgz-v340 .drawerCloseIcon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important}
html.tgz-v340 .drawerCloseIcon svg{display:block!important;width:20px!important;height:20px!important}
html.tgz-v340 .drawerUtilityRows{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding:0 16px 4px!important;margin-bottom:6px!important}
html.tgz-v340 .drawerUtilityBlock{padding:10px 12px!important;border:1px solid rgba(11,43,74,.10)!important;border-radius:18px!important;background:#fbfdff!important;box-shadow:0 10px 24px rgba(11,31,43,.05)!important}
html.tgz-v340 .drawerUtilityTitle{font-size:11px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#6d7c91!important;font-weight:900!important;margin-bottom:8px!important}
html.tgz-v340 .drawerUtilityChips{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
html.tgz-v340 .drawerUtilityChip{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:0 12px!important;border-radius:999px!important;border:1px solid rgba(11,43,74,.12)!important;background:#fff!important;color:#17395b!important;font-weight:900!important;font-size:13px!important;box-shadow:none!important;text-decoration:none!important;cursor:pointer!important}
html.tgz-v340 .drawerUtilityChip.isCurrent,
html.tgz-v340 .drawerUtilityChip[aria-current="page"],
html.tgz-v340 .drawerUtilityChip[aria-pressed="true"]{background:linear-gradient(135deg,#17395b 0%,#0f6aa4 100%)!important;border-color:#17395b!important;color:#fff!important;box-shadow:0 12px 28px rgba(23,57,91,.18)!important}
html[lang="ar"].tgz-v340 .drawerUtilityTitle{text-align:right!important}

html.tgz-v340 .forecastDeskHero{display:grid;gap:16px}
html.tgz-v340 .forecastDeskHead{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;flex-wrap:wrap}
html.tgz-v340 .forecastDeskHead h1{margin:10px 0 10px!important}
html.tgz-v340 .forecastDeskMetaStrip{display:flex;justify-content:space-between;gap:14px;align-items:flex-end;flex-wrap:wrap}
html.tgz-v340 .forecastDeskSwitchBlock{display:grid;gap:10px}
html.tgz-v340 .forecastDeskSwitchBlock strong{font-size:.98rem;color:#17395b}
html.tgz-v340 .forecastQualityRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
html.tgz-v340 .forecastQuality{border:1px solid rgba(11,43,74,.10);border-radius:16px;padding:14px;background:#fff}
html.tgz-v340 .forecastQuality b{display:block;font-size:.85rem;color:#5b6b80;margin-bottom:6px}
html.tgz-v340 .forecastQuality span{display:block;font-size:1rem;font-weight:800;color:#17395b}
html.tgz-v340 .forecastDeskNote{font-size:.94rem;color:#5b6b80}
html.tgz-v340 .forecastDeskGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
html.tgz-v340 .forecastMetricGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
html.tgz-v340 .forecastMetric{border:1px solid rgba(11,43,74,.09);border-radius:14px;padding:12px;background:#fbfdff}
html.tgz-v340 .forecastMetric b{display:block;font-size:.8rem;color:#5b6b80;margin-bottom:6px}
html.tgz-v340 .forecastMetric span{display:block;font-size:1rem;font-weight:800;color:#17395b}
html.tgz-v340 .forecastReadGrid{display:grid;gap:10px}
html.tgz-v340 .forecastReadItem{border:1px solid rgba(11,43,74,.09);border-radius:14px;padding:14px;background:#fbfdff}
html.tgz-v340 .forecastReadItem b{display:block;font-size:.8rem;color:#5b6b80;margin-bottom:6px}
html.tgz-v340 .forecastReadItem span{display:block;font-weight:800;color:#17395b}
html.tgz-v340 .forecastHourlyGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
html.tgz-v340 .forecastHourCard{border:1px solid rgba(11,43,74,.10);border-radius:18px;padding:14px;background:#fff}
html.tgz-v340 .forecastHourTop{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}
html.tgz-v340 .forecastHourTop strong{font-size:.92rem;color:#17395b}
html.tgz-v340 .forecastHourTop span{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#eef7ff;color:#0f6aa4;font-size:.74rem;font-weight:800}
html.tgz-v340 .forecastHourMain{display:grid;gap:10px}
html.tgz-v340 .forecastHourMain b{display:block;font-size:.8rem;color:#5b6b80;margin-bottom:4px}
html.tgz-v340 .forecastHourMain small{display:block;color:#17395b;font-size:.94rem;font-weight:700;line-height:1.4}
html.tgz-v340 .forecastDayGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
html.tgz-v340 .forecastDayCard{border:1px solid rgba(11,43,74,.10);border-radius:18px;padding:14px;background:#fff}
html.tgz-v340 .forecastDayCard strong{display:block;color:#17395b}
html.tgz-v340 .forecastDayMain{font-size:1.1rem;font-weight:900;color:#17395b;margin:10px 0}
html.tgz-v340 .forecastDayMeta{display:grid;gap:6px;color:#5b6b80;font-size:.86rem}
html.tgz-v340 .forecastStamp{display:flex;flex-wrap:wrap;gap:8px}
html.tgz-v340 .forecastStampItem{border:1px solid rgba(11,43,74,.1);border-radius:999px;padding:8px 12px;background:#fff;display:inline-flex;gap:8px;align-items:center}
html.tgz-v340 .forecastStampItem b{font-size:.8rem;color:#5b6b80}
html.tgz-v340 .forecastStampItem span{font-size:.9rem;font-weight:800;color:#17395b}
html.tgz-v340 .forecastEmpty{padding:22px;border:1px dashed rgba(11,43,74,.18);border-radius:18px;color:#5b6b80;background:#fff}

@media (max-width:980px){
  html.tgz-v340 .forecastQualityRow{grid-template-columns:repeat(2,minmax(0,1fr))}
  html.tgz-v340 .forecastDeskGrid{grid-template-columns:1fr!important}
  html.tgz-v340 .forecastHourlyGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  html.tgz-v340 .forecastDayGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  html.tgz-v340 .forecastDeskMetaStrip{align-items:stretch}
  html.tgz-v340 .forecastDeskSwitchBlock{width:100%}
  html.tgz-v340 .forecastDeskSwitchBlock .liveSwitchPills--desk{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  html.tgz-v340 .forecastDeskSwitchBlock .liveSwitchPills--desk .btn{justify-content:center}
  html.tgz-v340 .forecastQualityRow{grid-template-columns:1fr 1fr;gap:10px}
  html.tgz-v340 .forecastMetricGrid,
  html.tgz-v340 .forecastHourlyGrid,
  html.tgz-v340 .forecastDayGrid{grid-template-columns:1fr!important}
}

/* Phase 21 media/context polish */
.phase21MediaShell{padding:22px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,252,.98));box-shadow:0 18px 40px rgba(15,23,32,.08)}
.phase21MediaGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.phase21MediaCard{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(15,23,32,.08);border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(15,23,32,.06)}
.phase21MediaFigure{display:block;aspect-ratio:16/10;background:#e8edf2}
.phase21MediaFigure picture,.phase21MediaFigure img{display:block;width:100%;height:100%}
.phase21MediaFigure img{object-fit:cover}
.phase21MediaBody{padding:16px 16px 18px;display:grid;gap:10px}
.phase21MediaBody h3{margin:0;font-size:1.05rem;line-height:1.3}
.phase21MediaBody p{margin:0;color:#334155}
.phase21MediaCaption{display:block;color:#64748b;line-height:1.5}
@media (max-width:980px){.phase21MediaGrid{grid-template-columns:1fr 1fr}}
@media (max-width:680px){.phase21MediaShell{padding:18px}.phase21MediaGrid{grid-template-columns:1fr}.phase21MediaBody{padding:14px}}

/* Phase 30 — Build mobile UI cleanup */
html.tgz-v340 body.buildPage main.container{
  padding-bottom:148px!important;
}
html.tgz-v340 body.buildPage .buildQuickDecisionSection .content{
  padding:14px 16px!important;
}
html.tgz-v340 body.buildPage .buildQuickDecisionSection .related a{
  border-radius:18px!important;
}
html.tgz-v340 body.buildPage .buildSupportCluster{
  display:grid!important;
  gap:12px!important;
}
html.tgz-v340 body.buildPage .buildSupportCluster > *{
  min-width:0!important;
}
html.tgz-v340 body.buildPage .buildSupportCompactSection{
  padding-top:8px!important;
  padding-bottom:8px!important;
}
html.tgz-v340 body.buildPage .compactBookingSupportInnerRefined{
  border-radius:20px!important;
  padding:16px 16px 14px!important;
  gap:12px!important;
}
html.tgz-v340 body.buildPage .compactBookingSupportInnerRefined h2{
  margin:0 0 6px!important;
  font-size:clamp(18px,4.2vw,24px)!important;
}
html.tgz-v340 body.buildPage .compactBookingSupportInnerRefined p{
  margin:0!important;
}
html.tgz-v340 body.buildPage .compactBookingSupport .compactBtnRow{
  gap:8px!important;
}
html.tgz-v340 body.buildPage .buildAuxSection .section{
  padding:8px 0!important;
}
html.tgz-v340 body.buildPage .buildAuxSection .content{
  padding:14px 16px!important;
  border-radius:20px!important;
}
html.tgz-v340 body.buildPage .buildAuxSection .content h2{
  margin-bottom:6px!important;
}
html.tgz-v340 body.buildPage .buildAuxSection .related{
  gap:10px!important;
}
html.tgz-v340 body.buildPage .buildAuxSection .related a{
  border-radius:18px!important;
  padding:12px 14px!important;
}
html.tgz-v340 body.buildPage .footerBuildMinimal{
  padding:8px 0 124px!important;
}
html.tgz-v340 body.buildPage .footerBuildMinimalInner{
  display:flex!important;
  justify-content:center!important;
}
html.tgz-v340 body.buildPage .footerBuildLegal{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:8px 12px!important;
  border:1px solid rgba(11,43,74,.10)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 10px 24px rgba(8,24,48,.06)!important;
  font-size:.84rem!important;
  color:#516276!important;
}
html.tgz-v340 body.buildPage .footerBuildLegal a{
  color:#17395b!important;
  font-weight:800!important;
}
html.tgz-v340 body.buildPage .inlineHelpBubble summary{
  width:auto!important;
  min-width:0!important;
  height:32px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  border:1px solid rgba(11,43,74,.10)!important;
  background:#fff!important;
  color:#17395b!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:0 8px 18px rgba(8,24,48,.05)!important;
}
html.tgz-v340 body.buildPage .inlineHelpBubble .helpLabelShort{display:none}
html.tgz-v340 body.buildPage .modeResponsePanel{
  padding:14px!important;
  border-radius:18px!important;
  min-height:0!important;
}
html.tgz-v340 body.buildPage .modeResponsePanel h3{
  font-size:18px!important;
  line-height:1.18!important;
}
html.tgz-v340 body.buildPage .buildInlineEstimateButton{
  padding:10px 12px!important;
  border-radius:18px!important;
}
html.tgz-v340 body.buildPage .buildInlineEstimateTop strong{
  font-size:.92rem!important;
}
html.tgz-v340 body.buildPage .buildInlineEstimateTop span{
  font-size:1rem!important;
}
html.tgz-v340 body.buildPage .buildInlineEstimateMeta{
  margin-top:5px!important;
  font-size:.78rem!important;
  line-height:1.25!important;
}
html.tgz-v340 body.buildPage .fold > summary{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  grid-template-areas:"dot title toggle" "dot meta toggle"!important;
  align-items:start!important;
  column-gap:12px!important;
  row-gap:5px!important;
  justify-content:stretch!important;
  padding:14px 16px!important;
}
html.tgz-v340 body.buildPage .fold > summary::before{
  grid-area:dot!important;
  align-self:flex-start!important;
  margin-top:5px!important;
}
html.tgz-v340 body.buildPage .fold > summary::after{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  grid-area:toggle!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  border-radius:999px!important;
  border:1px solid rgba(11,43,74,.10)!important;
  background:#fff!important;
  color:#17395b!important;
  font-size:18px!important;
  line-height:1!important;
  box-shadow:0 8px 18px rgba(8,24,48,.05)!important;
}
html.tgz-v340 body.buildPage .fold > summary .foldTitle{
  grid-area:title!important;
  display:block!important;
  max-width:none!important;
  padding-right:0!important;
  color:#0b1220!important;
  line-height:1.14!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
html.tgz-v340 body.buildPage .fold > summary .foldMeta{
  grid-area:meta!important;
  display:block!important;
  margin:0!important;
  max-width:none!important;
  text-align:left!important;
  padding-right:0!important;
  color:#627487!important;
  font-size:.9rem!important;
  line-height:1.28!important;
  overflow-wrap:anywhere!important;
}
html[lang="ar"].tgz-v340 body.buildPage .fold > summary .foldMeta{
  text-align:right!important;
}
html.tgz-v340 body.buildPage .mobileStickyReceipt{
  left:10px!important;
  right:10px!important;
  bottom:76px!important;
  padding:10px 12px!important;
  gap:10px!important;
  border-radius:16px!important;
  box-shadow:0 14px 28px rgba(10,26,46,.16)!important;
}
html.tgz-v340 body.buildPage .mobileStickyReceipt strong{
  font-size:14px!important;
}
html.tgz-v340 body.buildPage .mobileStickyReceipt small{
  font-size:11px!important;
  line-height:1.18!important;
  max-width:48vw!important;
}
html.tgz-v340 body.buildPage .mobileStickyReceipt .total{
  font-size:18px!important;
}
html.tgz-v340 body.buildPage .bottomQuickNav{
  left:8px!important;
  right:8px!important;
  bottom:8px!important;
  gap:6px!important;
  padding:6px!important;
  border-radius:18px!important;
  box-shadow:0 18px 34px rgba(8,24,48,.12)!important;
}
html.tgz-v340 body.buildPage .bottomQuickNav a{
  min-height:48px!important;
  padding:8px 4px!important;
  gap:3px!important;
  font-size:.68rem!important;
}
html.tgz-v340 body.buildPage .bottomQuickNav a .microIcon{
  width:15px!important;
  height:15px!important;
}

@media (max-width:900px){
  html.tgz-v340 body.buildPage{
    padding-bottom:96px!important;
  }
  html.tgz-v340 body.buildPage main.container{
    padding-bottom:136px!important;
  }
  html.tgz-v340 body.buildPage .buildHeroQuickRow{
    gap:8px!important;
    margin-bottom:8px!important;
  }
  html.tgz-v340 body.buildPage .buildTrustStrip{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    width:100%!important;
  }
  html.tgz-v340 body.buildPage .buildTrustStrip span{
    min-height:42px!important;
    padding:9px 10px!important;
    font-size:11px!important;
    line-height:1.2!important;
    white-space:normal!important;
    justify-content:center!important;
    text-align:center!important;
  }
  html.tgz-v340 body.buildPage .bookHeroCompactRail{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  html.tgz-v340 body.buildPage .buildQuickDecisionSection .related{
    grid-template-columns:1fr!important;
  }
  html.tgz-v340 body.buildPage .modeLeadGrid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  html.tgz-v340 body.buildPage .modeCards{
    gap:8px!important;
  }
  html.tgz-v340 body.buildPage .modeCardText{
    min-height:0!important;
    padding:14px!important;
  }
  html.tgz-v340 body.buildPage .modeCardText b{
    font-size:1rem!important;
  }
  html.tgz-v340 body.buildPage .stepHintRow{
    display:grid!important;
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:10px!important;
    margin-bottom:10px!important;
  }
  html.tgz-v340 body.buildPage .modeLeadText,
  html.tgz-v340 body.buildPage .inlineHelpNote,
  html.tgz-v340 body.buildPage .modeResponsePanel{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  html.tgz-v340 body.buildPage .inlineHelpNote{
    padding:12px 14px!important;
  }
  html.tgz-v340 body.buildPage .inlineHelpBubble{
    margin-left:0!important;
    justify-self:end!important;
    z-index:6!important;
  }
  html.tgz-v340 body.buildPage .inlineHelpBubble .helpLabelLong{display:none!important}
  html.tgz-v340 body.buildPage .inlineHelpBubble .helpLabelShort{display:inline!important}
  html.tgz-v340 body.buildPage .inlineHelpBubble[open]{
    grid-column:1 / -1!important;
  }
  html.tgz-v340 body.buildPage .inlineHelpBubble[open] > div{
    position:static!important;
    right:auto!important;
    left:auto!important;
    transform:none!important;
    margin-top:8px!important;
    width:100%!important;
    max-width:none!important;
    padding:12px 14px!important;
  }
  html.tgz-v340 body.buildPage .buildInfoStrip{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  html.tgz-v340 body.buildPage .compactBookingSupport .compactBtnRow{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
  }
  html.tgz-v340 body.buildPage .compactBookingSupport .compactBtnRow > *:last-child{
    grid-column:1 / -1!important;
  }
  html.tgz-v340 body.buildPage .buildAuxSection .related{
    grid-template-columns:1fr!important;
  }
  html.tgz-v340 body.buildPage .buildAuxSection .related a small{
    display:none!important;
  }
  html.tgz-v340 body.buildPage .footerBuildMinimal{
    padding:4px 0 118px!important;
  }
}

@media (max-width:560px){
  html.tgz-v340 body.buildPage .buildQuickDecisionSection .content,
  html.tgz-v340 body.buildPage .buildAuxSection .content,
  html.tgz-v340 body.buildPage .compactBookingSupportInnerRefined{
    padding:14px!important;
  }
  html.tgz-v340 body.buildPage .buildTrustStrip,
  html.tgz-v340 body.buildPage .bookHeroCompactRail{
    grid-template-columns:1fr!important;
  }
  html.tgz-v340 body.buildPage .fold > summary .foldTitle{
    font-size:clamp(18px,6vw,24px)!important;
  }
  html.tgz-v340 body.buildPage .fold > summary .foldMeta{
    font-size:.86rem!important;
  }
  html.tgz-v340 body.buildPage .mobileStickyReceipt{
    bottom:72px!important;
  }
  html.tgz-v340 body.buildPage .mobileStickyReceipt small{
    max-width:42vw!important;
  }
}

/* Phase 31 — legal/compliance + shared UI consistency recovery */
html.tgz-v340 .btn,
html.tgz-v340 .pill,
html.tgz-v340 .utilityBtn,
html.tgz-v340 .navItem,
html.tgz-v340 .related a,
html.tgz-v340 .smartOption,
html.tgz-v340 .modeCard,
html.tgz-v340 .footerMiniLink{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease;
}
html.tgz-v340 .btn,
html.tgz-v340 .utilityBtn,
html.tgz-v340 .pill,
html.tgz-v340 .footerMiniLink,
html.tgz-v340 .navItem,
html.tgz-v340 .related a,
html.tgz-v340 .smartOption{cursor:pointer}
html.tgz-v340 .btn:not(.primary):not(.utilityBtn),
html.tgz-v340 .pill,
html.tgz-v340 .utilityBtn,
html.tgz-v340 .navItem,
html.tgz-v340 .related a,
html.tgz-v340 .footerMiniLink{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)!important;
  border-color:rgba(15,53,86,.14)!important;
  box-shadow:0 12px 24px rgba(8,24,48,.07)!important;
  color:#17395b!important;
}
html.tgz-v340 .btn.primary,
html.tgz-v340 .headerPrimaryCta{
  box-shadow:0 16px 34px rgba(8,24,48,.18)!important;
}
html.tgz-v340 .btn:hover,
html.tgz-v340 .pill:hover,
html.tgz-v340 .utilityBtn:hover,
html.tgz-v340 .navItem:hover,
html.tgz-v340 .related a:hover,
html.tgz-v340 .smartOption:hover,
html.tgz-v340 .footerMiniLink:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 16px 30px rgba(8,24,48,.10)!important;
  border-color:rgba(15,53,86,.22)!important;
}
html.tgz-v340 .btn:focus-visible,
html.tgz-v340 .pill:focus-visible,
html.tgz-v340 .utilityBtn:focus-visible,
html.tgz-v340 .navItem:focus-visible,
html.tgz-v340 .related a:focus-visible,
html.tgz-v340 .footerMiniLink:focus-visible,
html.tgz-v340 [data-cookie-settings-open]:focus-visible{
  outline:none!important;
  box-shadow:0 0 0 3px rgba(14,165,164,.18), 0 14px 28px rgba(8,24,48,.12)!important;
}
html.tgz-v340 .footerLinks .pill{
  min-height:54px!important;
  justify-content:center!important;
  font-weight:850!important;
}
html.tgz-v340 .related a{position:relative;padding-inline-end:18px!important}
html.tgz-v340 .related a::after{
  content:'↗';
  position:absolute;
  top:14px;
  right:14px;
  font-size:.9rem;
  color:#6d7d92;
}
html[lang="ar"].tgz-v340 .related a::after{right:auto;left:14px}
html.tgz-v340 .brand.brandSystem{
  grid-template-columns:74px minmax(0,1fr)!important;
  gap:14px!important;
}
html.tgz-v340 .brand.brandSystem .brandMark,
html.tgz-v340 .brand.brandSystem .brandMark img{
  width:74px!important;
  height:74px!important;
}
html.tgz-v340 .brand.brandSystem .brandText strong{font-size:16px!important}
html.tgz-v340 .brand.brandSystem .brandText small{display:block!important;font-size:12px!important;line-height:1.2!important;color:#8b6a29!important}
html.tgz-v340 .drawerBrandInline .drawerBrandMark img{width:72px!important;height:72px!important}
html.tgz-v340 .footerBrandMark,
html.tgz-v340 .footerBrandMark img{width:74px!important;height:74px!important}
html.tgz-v340 .footerBrandLogo{align-items:center!important;gap:14px!important}
html.tgz-v340 .footerBrandText strong{font-size:1.06rem!important}
html.tgz-v340 .footerSupportCard{display:grid!important;gap:12px!important}
html.tgz-v340 .footerLegalMini{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  align-items:center!important;
}
html.tgz-v340 .footerMiniLink{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:9px 14px!important;
  border:1px solid rgba(15,53,86,.14)!important;
  border-radius:999px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
html.tgz-v340 .footerMiniButton{font:inherit}
html.tgz-v340 .footerLegalMini--inline{margin-top:16px!important}
html.tgz-v340 .bottomQuickNav{
  left:14px!important;
  right:14px!important;
  bottom:12px!important;
  padding:10px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(11,43,74,.11)!important;
  box-shadow:0 24px 46px rgba(8,24,48,.16)!important;
}
html.tgz-v340 .bottomQuickNav a{
  min-height:60px!important;
  border-radius:18px!important;
  font-size:.78rem!important;
  font-weight:850!important;
}
html.tgz-v340 .bottomQuickNav a.is-active{
  background:linear-gradient(180deg,#eff8ff 0%,#e7f2fb 100%)!important;
  color:#0b1f38!important;
}
html.tgz-v340 .bottomQuickNav a .microIcon{width:18px!important;height:18px!important}
html.tgz-v340 body.buildPage .footerBuildShared{
  padding-bottom:128px!important;
}
html.tgz-v340 body.buildPage .footerBuildShared .footerGrid{
  gap:18px!important;
}
html.tgz-v340 body.buildPage .footerBuildShared .footerLinks .pill{min-height:48px!important}
html.tgz-v340 .cookieBanner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:108px;
  z-index:9100;
}
html.tgz-v340 .cookieBannerInner,
html.tgz-v340 .cookieModalPanel,
html.tgz-v340 .cookieInlineCard{
  background:rgba(255,255,255,.98);
  border:1px solid rgba(11,43,74,.12);
  box-shadow:0 24px 50px rgba(8,24,48,.16);
  border-radius:22px;
}
html.tgz-v340 .cookieBannerInner{
  display:grid;
  gap:14px;
  padding:16px;
}
html.tgz-v340 .cookieBannerText p,
html.tgz-v340 .cookieModalHead p,
html.tgz-v340 .cookieRowText small,
html.tgz-v340 .cookieInlineCard p{margin:6px 0 0;color:#566578}
html.tgz-v340 .cookieBannerActions,
html.tgz-v340 .cookieActionRow,
html.tgz-v340 .cookieInlineActions{display:flex;flex-wrap:wrap;gap:10px}
html.tgz-v340 .cookieActionRow .btn,
html.tgz-v340 .cookieBannerActions .btn{justify-content:center}
html.tgz-v340 .cookieModal{
  display:none;
  position:fixed;
  inset:0;
  z-index:9300;
}
html.tgz-v340 .cookieModal.is-open{display:block}
html.tgz-v340 .cookieModalBackdrop{
  position:absolute;
  inset:0;
  background:rgba(8,24,48,.42);
}
html.tgz-v340 .cookieModalPanel{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(680px,calc(100vw - 28px));
  padding:18px;
  display:grid;
  gap:16px;
}
html.tgz-v340 .cookieModalHead{
  display:flex;
  gap:14px;
  justify-content:space-between;
  align-items:flex-start;
}
html.tgz-v340 .cookieModalHead h2,
html.tgz-v340 .cookieInlineHead h2{margin:0}
html.tgz-v340 .cookieCloseBtn{
  border:1px solid rgba(11,43,74,.12);
  background:#fff;
  color:#17395b;
  border-radius:999px;
  padding:10px 14px;
  font-weight:850;
}
html.tgz-v340 .cookieRows{display:grid;gap:10px}
html.tgz-v340 .cookieRow{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(11,43,74,.10);
  background:#f9fcff;
}
html.tgz-v340 .cookieRow.is-locked{background:#f4f8fb}
html.tgz-v340 .cookieRowText strong{display:block;color:#17395b}
html.tgz-v340 .cookieToggle{display:inline-flex;align-items:center;cursor:pointer}
html.tgz-v340 .cookieToggle input{position:absolute;opacity:0;pointer-events:none}
html.tgz-v340 .cookieToggle span{
  width:54px;
  height:32px;
  border-radius:999px;
  background:#d7e2ec;
  position:relative;
  display:inline-block;
  transition:background-color .18s ease;
}
html.tgz-v340 .cookieToggle span::after{
  content:'';
  position:absolute;
  top:4px;
  left:4px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 4px 10px rgba(8,24,48,.18);
  transition:transform .18s ease;
}
html.tgz-v340 .cookieToggle input:checked + span{background:#0ea5a4}
html.tgz-v340 .cookieToggle input:checked + span::after{transform:translateX(22px)}
html.tgz-v340 .cookieToggle input:disabled + span{background:#8bb8ba}
html.tgz-v340 .cookieCurrentChoice,
html.tgz-v340 .cookieInlineGrid{display:flex;flex-wrap:wrap;gap:10px}
html.tgz-v340 .cookieStateBadge,
html.tgz-v340 .cookieInlineStat{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(11,43,74,.10);
  background:#fff;
  border-radius:999px;
  padding:8px 12px;
}
html.tgz-v340 .cookieStateBadge{padding:6px 10px;font-size:.82rem}
html.tgz-v340 .cookieStateBadge.is-on{color:#0a7c65;background:#eefaf7}
html.tgz-v340 .cookieStateBadge.is-off{color:#8a5a3b;background:#fff7ef}
html.tgz-v340 .cookieInlineCard{padding:18px;display:grid;gap:14px}
html.tgz-v340 .cookieInlineHead{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
html.tgz-v340 .legalContentShell{display:grid;gap:10px}
html.tgz-v340 .legalContentShell h1{margin:0}
html.tgz-v340 .legalContentShell h2{margin:10px 0 0}
@media (max-width:980px){
  html.tgz-v340 .brand.brandSystem{grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important}
  html.tgz-v340 .brand.brandSystem .brandMark,
  html.tgz-v340 .brand.brandSystem .brandMark img{width:54px!important;height:54px!important}
  html.tgz-v340 .brand.brandSystem .brandText strong{font-size:14px!important}
  html.tgz-v340 .drawerBrandInline .drawerBrandMark img{width:64px!important;height:64px!important}
}
@media (max-width:680px){
  html.tgz-v340 .cookieModalPanel{padding:16px}
  html.tgz-v340 .cookieModalHead,
  html.tgz-v340 .cookieInlineHead{display:grid;gap:12px}
  html.tgz-v340 .cookieRow{grid-template-columns:1fr;gap:12px}
  html.tgz-v340 .cookieActionRow .btn,
  html.tgz-v340 .cookieBannerActions .btn,
  html.tgz-v340 .cookieInlineActions .btn{flex:1 1 100%}
}
@media (max-width:390px){
  html.tgz-v340 .brand.brandSystem{grid-template-columns:48px minmax(0,1fr)!important}
  html.tgz-v340 .brand.brandSystem .brandMark,
  html.tgz-v340 .brand.brandSystem .brandMark img{width:48px!important;height:48px!important}
  html.tgz-v340 .cookieBanner{left:12px;right:12px;bottom:100px}
}

html.tgz-v340 .phase32Section{margin-top:10px}
html.tgz-v340 .phase32Box{
  border:1px solid rgba(11,43,74,.1);
  box-shadow:0 20px 42px rgba(8,24,48,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,250,252,.98) 100%);
}
html.tgz-v340 .phase32Pill{margin-bottom:10px}
html.tgz-v340 .phase32Related,
html.tgz-v340 .phase32OfficialLinks{margin-top:14px}
html.tgz-v340 .phase32CardLink{
  position:relative;
  border:1px solid rgba(11,43,74,.1)!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 12px 28px rgba(8,24,48,.06)!important;
}
html.tgz-v340 .phase32CardLink b{display:block;margin-bottom:4px}
html.tgz-v340 .phase32External b::after{content:"↗";margin-inline-start:8px;font-size:.9em;opacity:.7}
@media (max-width:680px){
  html.tgz-v340 .phase32Box{padding:18px!important}
}

@media (min-width:981px){
  html.tgz-v340 .navToggle{display:none!important}
}

html.tgz-v340 .footerSupportCardCompact{display:grid!important;gap:8px!important}
html.tgz-v340 .footerSupportLine{font-size:.92rem!important;line-height:1.45!important;color:#53657a!important}
html.tgz-v340 .footerLinksSupportCompact{gap:8px!important}
html.tgz-v340 .footerLegalNoteTextCompact{font-size:.84rem!important;line-height:1.45!important;color:#6a7788!important}
html.tgz-v340 .footerLegalMini{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
html.tgz-v340 .footerMiniLink, html.tgz-v340 .footerMiniButton{font-size:.84rem!important}
html.tgz-v340 .desktopPrimary a.navHomeLink{font-weight:900!important}


/* Phase 34 — header picker deduplication + build text cleanup */
html.tgz-v340 .smartPicker[data-picker-template] .smartPickerMenu{min-width:0}
html.tgz-v340 body.buildPage .inlineHelpBubble .helpLabelLong{display:inline!important}
html.tgz-v340 body.buildPage .inlineHelpBubble .helpLabelShort{display:none!important}
html.tgz-v340 body.buildPage .smartRangeFooterActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
html.tgz-v340 body.buildPage .smartRangeActionsSep{font-size:14px;line-height:1;color:rgba(15,23,32,.42)}
@media (max-width: 640px){
  html.tgz-v340 body.buildPage .smartRangeFooterActions{gap:8px}
  html.tgz-v340 body.buildPage .smartRangeActionsSep{display:inline-block}
}


.surfProofStrip{margin:-8px 0 6px}.surfProofCard{background:#fff;border:1px solid rgba(15,23,32,.08);border-radius:18px;padding:14px 16px;box-shadow:0 10px 24px rgba(15,23,32,.06)}.surfProofCard strong{display:block;margin-bottom:10px;font-size:14px}.surfProofLinks{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.surfProofLinks a{display:block;padding:10px 12px;border:1px solid rgba(15,23,32,.08);border-radius:14px;background:#f8fafc;text-decoration:none;color:inherit}.surfProofLinks a b{display:block;font-size:13px;margin-bottom:3px}.surfProofLinks a small{display:block;color:#475569;line-height:1.35}@media (max-width:720px){.surfProofStrip{margin:-2px 0 0}.surfProofCard{padding:12px}.surfProofLinks{grid-template-columns:1fr}}


/* Phase 41 drawer/menu recovery + build passive notes */
html.tgz-v340 .drawerTabsRich{display:flex!important;gap:10px!important;align-items:center!important;margin-bottom:14px!important}
html.tgz-v340 .drawerTabsRich .tab{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;padding:10px 14px!important;border-radius:999px!important;border:1px solid rgba(11,31,43,.12)!important;background:#fff!important;color:#0b1f2b!important;box-shadow:0 8px 24px rgba(11,31,43,.06)!important;font-weight:700!important}
html.tgz-v340 .drawerTabsRich .tab .microIcon{width:16px!important;height:16px!important;flex:0 0 16px!important}
html.tgz-v340 .drawerTabsRich .tab .tabText{font-size:13px!important;line-height:1!important;white-space:nowrap!important}
html.tgz-v340 .drawerTabsRich .tab.isActive{background:linear-gradient(135deg,#0b9a8f 0%,#0f766e 100%)!important;border-color:#0f766e!important;color:#fff!important;box-shadow:0 12px 30px rgba(15,118,110,.22)!important}
html.tgz-v340 .drawerTabsRich .tab.isActive .microIcon{filter:brightness(0) invert(1)!important}
html.tgz-v340 .buildHelpNote{display:grid!important;gap:6px!important;padding:12px 14px!important;border:1px solid rgba(11,31,43,.08)!important;border-radius:16px!important;background:linear-gradient(180deg,#f8fbfd 0%,#eef7f7 100%)!important;box-shadow:0 10px 28px rgba(11,31,43,.05)!important}
html.tgz-v340 .buildHelpNote strong{font-size:13px!important;line-height:1.2!important;color:#0b1f2b!important}
html.tgz-v340 .buildHelpNote p{margin:0!important;font-size:12.5px!important;line-height:1.55!important;color:#355162!important}
html.tgz-v340 .inlineHelpNote{margin:0 0 10px!important;padding:10px 12px!important;border-radius:14px!important;background:#f6fbfc!important;border:1px solid rgba(11,31,43,.08)!important;font-size:12.5px!important;line-height:1.55!important;color:#355162!important}
html.tgz-v340 .inlineHelpNote strong{color:#0b1f2b!important}
@media (max-width:980px){html.tgz-v340 .drawerTabsRich .tab{flex:1 1 0!important;padding:10px 12px!important} html.tgz-v340 .drawerTabsRich .tab .tabText{font-size:12px!important}}


@media (max-width:980px){
  html.tgz-v340 body.buildPage .brand.brandSystem,
  html.tgz-v340 body.weatherPage .brand.brandSystem,
  html.tgz-v340 body.liveOceanPage .brand.brandSystem{
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:8px!important;
  }
  html.tgz-v340 body.buildPage .brand.brandSystem .brandMark,
  html.tgz-v340 body.buildPage .brand.brandSystem .brandMark img,
  html.tgz-v340 body.weatherPage .brand.brandSystem .brandMark,
  html.tgz-v340 body.weatherPage .brand.brandSystem .brandMark img,
  html.tgz-v340 body.liveOceanPage .brand.brandSystem .brandMark,
  html.tgz-v340 body.liveOceanPage .brand.brandSystem .brandMark img{
    width:44px!important;
    height:44px!important;
  }
  html.tgz-v340 body.buildPage .brand.brandSystem .brandText small,
  html.tgz-v340 body.weatherPage .brand.brandSystem .brandText small,
  html.tgz-v340 body.liveOceanPage .brand.brandSystem .brandText small{
    display:none!important;
  }
  html.tgz-v340 body.buildPage .desktopUtility,
  html.tgz-v340 body.weatherPage .desktopUtility,
  html.tgz-v340 body.liveOceanPage .desktopUtility{
    display:none!important;
  }
  html.tgz-v340 body.buildPage .mobileHeadControls,
  html.tgz-v340 body.weatherPage .mobileHeadControls,
  html.tgz-v340 body.liveOceanPage .mobileHeadControls{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    margin-inline-start:auto!important;
    flex:0 0 auto!important;
  }
  html.tgz-v340 body.buildPage .utilityIconBtn,
  html.tgz-v340 body.buildPage details.smartPicker--icon summary,
  html.tgz-v340 body.buildPage .navToggle,
  html.tgz-v340 body.weatherPage .utilityIconBtn,
  html.tgz-v340 body.weatherPage details.smartPicker--icon summary,
  html.tgz-v340 body.weatherPage .navToggle,
  html.tgz-v340 body.liveOceanPage .utilityIconBtn,
  html.tgz-v340 body.liveOceanPage details.smartPicker--icon summary,
  html.tgz-v340 body.liveOceanPage .navToggle{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    border-radius:14px!important;
  }
  html.tgz-v340 .drawerUtilityRows{grid-template-columns:1fr!important;padding:0 14px 4px!important}
  html.tgz-v340 .drawerUtilityBlock{padding:10px!important}
  html.tgz-v340 .drawerUtilityChip{flex:1 1 calc(33.333% - 8px)!important;min-width:0!important}
  html.tgz-v340 .drawerTabsRich{
    gap:8px!important;
  }
  html.tgz-v340 .drawerTabsRich .tab{
    min-height:46px!important;
  }
  html.tgz-v340 .chipRow{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html.tgz-v340 .chipRow .chip{
    width:100%!important;
    min-width:0!important;
    padding:8px 0!important;
    justify-content:center!important;
  }
}

/* Phase 46.1 build quick-fix: compact first impression without logic changes */
html.tgz-v340 body.buildPage .buildRouteChooser{
  margin:0 0 14px!important;
  border:1px solid rgba(11,31,43,.08)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%)!important;
  box-shadow:0 14px 30px rgba(11,31,43,.05)!important;
  overflow:hidden!important;
}
html.tgz-v340 body.buildPage .buildRouteChooser summary{
  list-style:none!important;
  cursor:pointer!important;
  display:grid!important;
  gap:4px!important;
  padding:14px 52px 14px 16px!important;
  position:relative!important;
}
html.tgz-v340 body.buildPage .buildRouteChooser summary::-webkit-details-marker{display:none!important}
html.tgz-v340 body.buildPage .buildRouteChooser summary::after{
  content:'+'!important;
  position:absolute!important;
  top:50%!important;
  right:14px!important;
  transform:translateY(-50%)!important;
  width:30px!important;
  height:30px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  border:1px solid rgba(11,31,43,.10)!important;
  background:#fff!important;
  color:#17395b!important;
  font-size:18px!important;
  line-height:1!important;
  box-shadow:0 8px 18px rgba(8,24,48,.05)!important;
}
html.tgz-v340 body.buildPage .buildRouteChooser.is-open summary::after{content:'−'!important}
html.tgz-v340 body.buildPage .buildRouteChooserEyebrow{
  font-size:11px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#6b7c8f!important;
  font-weight:800!important;
}
html.tgz-v340 body.buildPage .buildRouteChooser summary strong{
  font-size:1.05rem!important;
  line-height:1.15!important;
  color:#0b1220!important;
}
html.tgz-v340 body.buildPage .buildRouteChooser summary small{
  display:block!important;
  font-size:.84rem!important;
  line-height:1.45!important;
  color:#4d6376!important;
}
html.tgz-v340 body.buildPage .buildRouteChooserBody{
  padding:0 16px 16px!important;
}
html.tgz-v340 body.buildPage .buildRouteChooserBody .related{
  margin-top:4px!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .stepBody{
  padding-top:10px!important;
  padding-bottom:10px!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .stepHintRow{
  margin-bottom:8px!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .modeLeadText{
  margin:0!important;
  font-size:.96rem!important;
  line-height:1.3!important;
  font-weight:800!important;
  color:#0b1f2b!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .inlineHelpNote,
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .modeResponsePanel{
  display:none!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .modeLeadGrid{
  gap:10px!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .modeCards{
  gap:8px!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .modeCardText{
  min-height:0!important;
  padding:11px 12px!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .modeCardText b{
  font-size:.98rem!important;
  line-height:1.15!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .modeCardText small{
  display:none!important;
}
html.tgz-v340 body.buildPage .fold.foldModeIntro.is-default-compact .stepNextWrap{
  margin-top:10px!important;
}
@media (max-width:980px){
  html.tgz-v340 body.buildPage .buildRouteChooser{margin-bottom:12px!important}
  html.tgz-v340 body.buildPage .buildRouteChooser summary{padding:13px 48px 13px 14px!important}
  html.tgz-v340 body.buildPage .buildRouteChooserBody{padding:0 14px 14px!important}
}


/* Phase 47 — engine-first compression + forecast cockpit + weather header recovery */
html.tgz-v340 body.buildPage .buildHeroQuickRow{align-items:flex-start!important;gap:10px!important}
html.tgz-v340 body.buildPage .buildHelpNote{padding:10px 12px!important;border-radius:16px!important;background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%)!important;border:1px solid rgba(11,31,43,.08)!important;box-shadow:0 12px 24px rgba(11,31,43,.05)!important}
html.tgz-v340 body.buildPage .buildHelpNote strong{display:block!important;margin:0 0 3px!important}
html.tgz-v340 body.buildPage .buildHelpNote p{margin:0!important;font-size:.9rem!important;line-height:1.35!important}
html.tgz-v340 body.buildPage .bookingEngineMap{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:0 0 14px!important}
html.tgz-v340 body.buildPage .bookingEngineMapCard{display:grid!important;gap:4px!important;padding:11px 12px!important;border-radius:18px!important;border:1px solid rgba(11,31,43,.08)!important;background:#f8fbfd!important;box-shadow:0 10px 22px rgba(11,31,43,.04)!important}
html.tgz-v340 body.buildPage .bookingEngineMapCard.is-active{background:linear-gradient(180deg,#fff 0%,#eef7fb 100%)!important;border-color:rgba(28,99,143,.18)!important}
html.tgz-v340 body.buildPage .bookingEngineMapCard small{margin:0!important;font-size:.72rem!important;line-height:1.2!important;color:#6a7d90!important;text-transform:uppercase!important;letter-spacing:.03em!important}
html.tgz-v340 body.buildPage .bookingEngineMapCard strong{margin:0!important;font-size:.94rem!important;line-height:1.2!important;color:#0f2233!important}
html.tgz-v340 .forecastQuickPillRow{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
html.tgz-v340 .forecastQuickPill{display:grid!important;gap:4px!important;padding:12px 13px!important;border-radius:16px!important;border:1px solid rgba(11,31,43,.08)!important;background:#f8fbfd!important}
html.tgz-v340 .forecastQuickPill b{font-size:.76rem!important;color:#5e7388!important;text-transform:uppercase!important;letter-spacing:.03em!important}
html.tgz-v340 .forecastQuickPill span{font-size:1.02rem!important;font-weight:800!important;color:#0f2233!important}
html.tgz-v340 .forecastDecisionBand{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;padding:14px 16px!important;border-radius:18px!important;border:1px solid rgba(18,58,86,.10)!important;background:linear-gradient(180deg,#ffffff 0%,#eef6fb 100%)!important;box-shadow:0 16px 30px rgba(11,31,43,.06)!important}
html.tgz-v340 .forecastDecisionCopy{display:grid!important;gap:4px!important}
html.tgz-v340 .forecastDecisionCopy b,html.tgz-v340 .forecastDecisionMeta small{font-size:.76rem!important;color:#5e7388!important;text-transform:uppercase!important;letter-spacing:.03em!important}
html.tgz-v340 .forecastDecisionCopy strong,html.tgz-v340 .forecastDecisionMeta strong{font-size:1rem!important;line-height:1.2!important;color:#0f2233!important}
html.tgz-v340 .forecastDecisionCopy span{font-size:.92rem!important;line-height:1.45!important;color:#506578!important}
html.tgz-v340 .forecastDecisionMeta{display:grid!important;gap:4px!important;justify-items:flex-end!important;text-align:right!important;min-width:118px!important}
html[lang="ar"].tgz-v340 .forecastDecisionMeta{justify-items:flex-start!important;text-align:left!important}
html.tgz-v340 .forecastCockpitShell{display:grid!important;gap:16px!important}
html.tgz-v340 .forecastPanelNav{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
html.tgz-v340 .forecastPanelTab{appearance:none!important;border:1px solid rgba(11,31,43,.08)!important;background:#f8fbfd!important;color:#17395b!important;border-radius:999px!important;padding:10px 14px!important;font-weight:800!important;font-size:.9rem!important;line-height:1!important;cursor:pointer!important}
html.tgz-v340 .forecastPanelTab.is-active{background:#17395b!important;color:#fff!important;border-color:#17395b!important;box-shadow:0 14px 26px rgba(23,57,91,.18)!important}
html.tgz-v340 .forecastPanel{display:grid!important;gap:14px!important}
html.tgz-v340 body.weatherPage .forecastDeskHero{gap:14px!important}
@media (max-width:980px){html.tgz-v340 body.weatherPage .mobileHeadControls{display:none!important} html.tgz-v340 body.weatherPage .navToggle{margin-inline-start:auto!important} html.tgz-v340 body.buildPage .bookingEngineMap{grid-template-columns:1fr!important;gap:8px!important} html.tgz-v340 body.buildPage .bookingEngineMapCard{grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:8px 10px!important} html.tgz-v340 body.buildPage .bookingEngineMapCard small,html.tgz-v340 body.buildPage .bookingEngineMapCard strong{display:block!important} html.tgz-v340 body.buildPage .buildHelpNote p{font-size:.84rem!important} html.tgz-v340 .forecastQuickPillRow{grid-template-columns:1fr!important} html.tgz-v340 .forecastDecisionBand{flex-direction:column!important;align-items:stretch!important} html.tgz-v340 .forecastDecisionMeta{justify-items:flex-start!important;text-align:left!important;min-width:0!important} html[lang="ar"].tgz-v340 .forecastDecisionMeta{text-align:right!important} html.tgz-v340 .forecastPanelNav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important} html.tgz-v340 .forecastPanelTab{width:100%!important;justify-content:center!important}}

/* Phase 48 — live mobile verification + conversion polish */
html.tgz-v340 body.buildPage .buildKickoffCard{
  display:grid!important;
  gap:10px!important;
  padding:14px!important;
  margin:0 0 12px!important;
  border-radius:22px!important;
  border:1px solid rgba(11,31,43,.08)!important;
  background:linear-gradient(180deg,#ffffff 0%,#f6fbfd 100%)!important;
  box-shadow:0 16px 32px rgba(11,31,43,.06)!important;
}
html.tgz-v340 body.buildPage .buildKickoffEyebrow{
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#6a7d90!important;
}
html.tgz-v340 body.buildPage .buildKickoffCard strong{font-size:1.06rem!important;line-height:1.15!important;color:#0f2233!important}
html.tgz-v340 body.buildPage .buildKickoffCard p{margin:0!important;font-size:.9rem!important;line-height:1.45!important;color:#506578!important}
html.tgz-v340 body.buildPage .buildModeLauncher{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
html.tgz-v340 body.buildPage .buildModeLaunch{
  appearance:none!important;border:1px solid rgba(11,31,43,.1)!important;background:#fff!important;color:#17395b!important;
  min-height:52px!important;border-radius:18px!important;padding:12px 10px!important;font-weight:800!important;font-size:.95rem!important;line-height:1.1!important;
  box-shadow:0 10px 22px rgba(11,31,43,.04)!important;cursor:pointer!important
}
html.tgz-v340 body.buildPage .buildModeLaunch.is-active{background:linear-gradient(135deg,#17395b 0%,#0b5ea8 100%)!important;color:#fff!important;border-color:#17395b!important;box-shadow:0 14px 28px rgba(23,57,91,.18)!important}
html.tgz-v340 body.buildPage .bookingEngineMap{margin:0 0 12px!important}
html.tgz-v340 body.buildPage .bookingEngineMapCard{appearance:none!important;text-align:left!important;cursor:pointer!important}
html.tgz-v340 body.buildPage .bookingEngineMapCard.is-active{box-shadow:0 16px 28px rgba(14,111,161,.12)!important}
html.tgz-v340 body.buildPage .buildHelpNote{margin-bottom:8px!important}
html.tgz-v340 body.buildPage details.fold[data-step="mode"] .foldMeta{color:#5f7690!important;font-weight:700!important}
html.tgz-v340 body.buildPage .buildRouteChooser{margin-top:0!important}
html.tgz-v340 body.weatherPage .forecastTrendGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
html.tgz-v340 body.weatherPage .forecastTrendCard{
  display:grid!important;gap:8px!important;padding:12px 13px!important;border-radius:18px!important;border:1px solid rgba(11,31,43,.08)!important;background:#fff!important;
  box-shadow:0 12px 24px rgba(11,31,43,.05)!important
}
html.tgz-v340 body.weatherPage .forecastTrendTop{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:8px!important}
html.tgz-v340 body.weatherPage .forecastTrendTop b{font-size:.74rem!important;line-height:1.2!important;color:#667b8f!important;text-transform:uppercase!important;letter-spacing:.04em!important}
html.tgz-v340 body.weatherPage .forecastTrendTop strong{font-size:1rem!important;line-height:1.15!important;color:#0f2233!important;text-align:right!important}
html.tgz-v340 body.weatherPage .forecastTrendCard small{font-size:.78rem!important;line-height:1.35!important;color:#62788d!important}
html.tgz-v340 .forecastSpark{display:block!important;width:100%!important;height:58px!important}
html.tgz-v340 .forecastSpark .forecastSparkArea{fill:rgba(14,111,161,.09)!important}
html.tgz-v340 .forecastSpark .forecastSparkLine{fill:none!important;stroke:#0b5ea8!important;stroke-width:2.6!important;stroke-linecap:round!important;stroke-linejoin:round!important}
html.tgz-v340 .forecastSpark.is-wave .forecastSparkArea{fill:rgba(11,154,143,.10)!important}
html.tgz-v340 .forecastSpark.is-wave .forecastSparkLine{stroke:#0b9a8f!important}
html.tgz-v340 .forecastSpark.is-rain .forecastSparkArea{fill:rgba(69,124,178,.12)!important}
html.tgz-v340 .forecastSpark.is-rain .forecastSparkLine{stroke:#457cb2!important}
@media (max-width:980px){
  html.tgz-v340 body.buildPage .desktopUtility,
  html.tgz-v340 body.weatherPage .desktopUtility,
  html.tgz-v340 body.liveOceanPage .desktopUtility,
  html.tgz-v340 body.buildPage .mobileHeadControls,
  html.tgz-v340 body.weatherPage .mobileHeadControls,
  html.tgz-v340 body.liveOceanPage .mobileHeadControls{display:none!important}
  html.tgz-v340 body.buildPage .navToggle,
  html.tgz-v340 body.weatherPage .navToggle,
  html.tgz-v340 body.liveOceanPage .navToggle{display:inline-flex!important;margin-inline-start:auto!important}
  html.tgz-v340 body.buildPage .topbar .nav,
  html.tgz-v340 body.weatherPage .topbar .nav,
  html.tgz-v340 body.liveOceanPage .topbar .nav{gap:10px!important;align-items:center!important}
  html.tgz-v340 body.buildPage .brand.brandSystem,
  html.tgz-v340 body.weatherPage .brand.brandSystem,
  html.tgz-v340 body.liveOceanPage .brand.brandSystem{min-width:0!important;max-width:calc(100% - 58px)!important}
  html.tgz-v340 body.buildPage .brand.brandSystem .brandText strong,
  html.tgz-v340 body.weatherPage .brand.brandSystem .brandText strong,
  html.tgz-v340 body.liveOceanPage .brand.brandSystem .brandText strong{font-size:15px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  html.tgz-v340 body.buildPage .brand.brandSystem .brandText small,
  html.tgz-v340 body.weatherPage .brand.brandSystem .brandText small,
  html.tgz-v340 body.liveOceanPage .brand.brandSystem .brandText small{display:block!important;font-size:11px!important;line-height:1.2!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  html.tgz-v340 body.buildPage .buildHeroQuickRow,
  html.tgz-v340 body.buildPage .buildQuickDecisionSection{display:none!important}
  html.tgz-v340 body.buildPage .builderCard.builderSteps{padding-top:4px!important}
  html.tgz-v340 body.buildPage .buildProgress{margin-bottom:10px!important}
  html.tgz-v340 body.buildPage details.fold.foldModeIntro .stepBody{padding-top:8px!important;padding-bottom:8px!important}
  html.tgz-v340 body.buildPage details.fold.foldModeIntro .modeLeadText,
  html.tgz-v340 body.buildPage details.fold.foldModeIntro .inlineHelpNote,
  html.tgz-v340 body.buildPage details.fold.foldModeIntro .modeResponsePanel,
  html.tgz-v340 body.buildPage details.fold.foldModeIntro .stepNextWrap{display:none!important}
  html.tgz-v340 body.buildPage details.fold.foldModeIntro .modeCards{gap:6px!important}
  html.tgz-v340 body.buildPage details.fold.foldModeIntro .modeCardText small{display:none!important}
  html.tgz-v340 body.buildPage .buildModeLauncher{grid-template-columns:1fr!important}
  html.tgz-v340 body.weatherPage .forecastDeskHead p{font-size:.94rem!important;line-height:1.5!important}
  html.tgz-v340 body.weatherPage .forecastDeskActions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  html.tgz-v340 body.weatherPage .forecastTrendGrid{grid-template-columns:1fr!important}
  html.tgz-v340 body.weatherPage .forecastPanelNav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
}

/* Phase 49 — bold build launcher + weather cockpit */
html.tgz-v340 body.buildPage .buildLauncherSection{padding-top:0!important;position:relative!important;z-index:8!important} 
html.tgz-v340 body.buildPage .buildLauncherShell{margin:-54px auto 14px!important;padding:18px!important;border-radius:30px!important;background:linear-gradient(180deg,#ffffff 0%,#f4f8fb 100%)!important;border:1px solid rgba(17,43,61,.08)!important;box-shadow:0 24px 50px rgba(13,34,48,.12)!important} 
html.tgz-v340 body.buildPage .buildLauncherHead{display:grid!important;gap:8px!important;margin-bottom:14px!important} 
html.tgz-v340 body.buildPage .buildLauncherHead h2{margin:0!important;font-size:clamp(1.4rem,4.4vw,2rem)!important;line-height:1.05!important;color:#0f2233!important} 
html.tgz-v340 body.buildPage .buildLauncherHead p{margin:0!important;font-size:.98rem!important;line-height:1.45!important;color:#51697d!important} 
html.tgz-v340 body.buildPage .buildLauncherPill{display:inline-flex!important;align-items:center!important;width:max-content!important} 
html.tgz-v340 body.buildPage .buildLauncherCards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important} 
html.tgz-v340 body.buildPage .buildModeLaunchCard{appearance:none!important;border:1px solid rgba(14,111,161,.12)!important;background:#fff!important;border-radius:24px!important;padding:16px!important;display:grid!important;gap:8px!important;text-align:left!important;box-shadow:0 16px 32px rgba(12,28,43,.06)!important;cursor:pointer!important;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important} 
html.tgz-v340 body.buildPage .buildModeLaunchCard:hover{transform:translateY(-1px)!important;box-shadow:0 18px 36px rgba(12,28,43,.1)!important} 
html.tgz-v340 body.buildPage .buildModeLaunchCard.is-active{background:linear-gradient(180deg,#ffffff 0%,#edf9f8 100%)!important;border-color:rgba(24,169,152,.35)!important;box-shadow:0 20px 40px rgba(14,111,161,.12)!important} 
html.tgz-v340 body.buildPage .buildModeLaunchTag{font-size:.72rem!important;line-height:1.15!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:#6c7f92!important} 
html.tgz-v340 body.buildPage .buildModeLaunchCard strong{font-size:1.18rem!important;line-height:1.12!important;color:#0f2233!important} 
html.tgz-v340 body.buildPage .buildModeLaunchCard small{display:block!important;font-size:.88rem!important;line-height:1.45!important;color:#536a7e!important} 
html.tgz-v340 body.buildPage .buildLauncherMetaRow{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:14px!important;margin-bottom:12px!important;flex-wrap:wrap!important} 
html.tgz-v340 body.buildPage .buildLauncherLive{display:grid!important;gap:3px!important;padding:12px 14px!important;border-radius:18px!important;background:#f8fbfd!important;border:1px solid rgba(17,43,61,.08)!important;color:#0f2233!important;min-width:260px!important;flex:1 1 260px!important} 
html.tgz-v340 body.buildPage .buildLauncherLive b{font-size:.74rem!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#6c7f92!important} 
html.tgz-v340 body.buildPage .buildLauncherLive span{font-size:.92rem!important;line-height:1.35!important;color:#173247!important} 
html.tgz-v340 body.buildPage .buildLauncherTrust{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important;flex:1 1 220px!important} 
html.tgz-v340 body.buildPage .buildLauncherTrust span{display:inline-flex!important;align-items:center!important;padding:10px 12px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(17,43,61,.08)!important;font-size:.82rem!important;line-height:1.2!important;color:#425c72!important} 
html.tgz-v340 body.buildPage .buildRail{display:flex!important;gap:10px!important;overflow:auto!important;padding-bottom:4px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important} 
html.tgz-v340 body.buildPage .buildRailPill{appearance:none!important;border:1px solid rgba(17,43,61,.08)!important;background:#fff!important;border-radius:999px!important;padding:12px 16px!important;white-space:nowrap!important;font-weight:700!important;font-size:.9rem!important;line-height:1.1!important;color:#264760!important;cursor:pointer!important;scroll-snap-align:start!important} 
html.tgz-v340 body.buildPage .buildRailPill.is-active{background:linear-gradient(135deg,#173f63 0%,#0e67a6 100%)!important;border-color:#0e67a6!important;color:#fff!important;box-shadow:0 14px 30px rgba(14,103,166,.2)!important} 
html.tgz-v340 body.buildPage .buildHeroQuickRow,html.tgz-v340 body.buildPage .buildQuickDecisionSection{display:none!important} 
html.tgz-v340 body.buildPage .bookingEngineMap{display:none!important} 
html.tgz-v340 body.buildPage .hero .heroWrapV18{min-height:330px!important} 
html.tgz-v340 body.buildPage details.fold.foldModeIntro{margin-top:4px!important} 
html.tgz-v340 body.buildPage details.fold.foldModeIntro summary{padding-top:18px!important;padding-bottom:18px!important} 
html.tgz-v340 body.buildPage details.fold.foldModeIntro .modeCards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important} 
html.tgz-v340 body.buildPage .buildInlineEstimate.compactReceipt{margin-bottom:10px!important} 
html.tgz-v340 body.weatherPage .desktopUtility,
html.tgz-v340 body.buildPage .desktopUtility,
html.tgz-v340 body.liveOceanPage .desktopUtility{display:none!important} 
@media (max-width:980px){
  html.tgz-v340 body.buildPage .nav.navRefined,html.tgz-v340 body.weatherPage .nav.navRefined,html.tgz-v340 body.liveOceanPage .nav.navRefined{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important} 
  html.tgz-v340 body.buildPage .modePill,html.tgz-v340 body.weatherPage .modePill,html.tgz-v340 body.liveOceanPage .modePill,html.tgz-v340 body.buildPage .desktopPrimary,html.tgz-v340 body.weatherPage .desktopPrimary,html.tgz-v340 body.liveOceanPage .desktopPrimary,html.tgz-v340 body.buildPage .mobileHeadControls,html.tgz-v340 body.weatherPage .mobileHeadControls,html.tgz-v340 body.liveOceanPage .mobileHeadControls{display:none!important} 
  html.tgz-v340 body.buildPage .brand.brandSystem,html.tgz-v340 body.weatherPage .brand.brandSystem,html.tgz-v340 body.liveOceanPage .brand.brandSystem{min-width:0!important;max-width:none!important;display:flex!important;align-items:center!important;gap:10px!important} 
  html.tgz-v340 body.buildPage .brand.brandSystem .brandText,html.tgz-v340 body.weatherPage .brand.brandSystem .brandText,html.tgz-v340 body.liveOceanPage .brand.brandSystem .brandText{min-width:0!important;overflow:hidden!important} 
  html.tgz-v340 body.buildPage .brand.brandSystem .brandText strong,html.tgz-v340 body.weatherPage .brand.brandSystem .brandText strong,html.tgz-v340 body.liveOceanPage .brand.brandSystem .brandText strong{display:block!important;font-size:15px!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important} 
  html.tgz-v340 body.buildPage .brand.brandSystem .brandText small,html.tgz-v340 body.weatherPage .brand.brandSystem .brandText small,html.tgz-v340 body.liveOceanPage .brand.brandSystem .brandText small{display:block!important;font-size:11px!important;line-height:1.2!important;overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important} 
  html.tgz-v340 body.buildPage .buildLauncherShell{margin-top:-78px!important;padding:16px!important;border-radius:26px!important} 
  html.tgz-v340 body.buildPage .buildLauncherCards{display:flex!important;gap:10px!important;overflow:auto!important;padding-bottom:4px!important;scroll-snap-type:x proximity!important} 
  html.tgz-v340 body.buildPage .buildModeLaunchCard{min-width:82vw!important;scroll-snap-align:start!important} 
  html.tgz-v340 body.buildPage .buildLauncherMetaRow{display:grid!important;grid-template-columns:1fr!important} 
  html.tgz-v340 body.buildPage .buildLauncherTrust{justify-content:flex-start!important} 
  html.tgz-v340 body.buildPage .bookHeroCompactRail{display:flex!important;overflow:auto!important;gap:8px!important;padding-bottom:4px!important} 
  html.tgz-v340 body.buildPage details.fold.foldModeIntro .modeCards{grid-template-columns:1fr!important} 
  html.tgz-v340 body.weatherPage .forecastDeskHero{padding:18px!important;border-radius:28px!important} 
  html.tgz-v340 body.weatherPage .forecastDeskHead{display:grid!important;gap:12px!important} 
  html.tgz-v340 body.weatherPage .forecastQuickPillRow--hero{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important} 
  html.tgz-v340 body.weatherPage .forecastHeroCard{padding:14px!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(17,43,61,.08)!important;box-shadow:0 14px 28px rgba(12,28,43,.06)!important;display:grid!important;gap:6px!important} 
  html.tgz-v340 body.weatherPage .forecastHeroCard b{font-size:.74rem!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#6d8296!important} 
  html.tgz-v340 body.weatherPage .forecastHeroCard strong{font-size:1.25rem!important;line-height:1.1!important;color:#0f2233!important} 
  html.tgz-v340 body.weatherPage .forecastHeroCard small{font-size:.82rem!important;line-height:1.35!important;color:#587086!important} 
  html.tgz-v340 body.weatherPage .forecastDecisionBand--hero{padding:16px!important;border-radius:24px!important;background:linear-gradient(135deg,#173f63 0%,#0e67a6 100%)!important;color:#fff!important;box-shadow:0 20px 40px rgba(14,103,166,.18)!important} 
  html.tgz-v340 body.weatherPage .forecastDecisionBand--hero .forecastDecisionCopy b,html.tgz-v340 body.weatherPage .forecastDecisionBand--hero .forecastDecisionMeta small{color:rgba(255,255,255,.72)!important} 
  html.tgz-v340 body.weatherPage .forecastDecisionBand--hero .forecastDecisionCopy strong,html.tgz-v340 body.weatherPage .forecastDecisionBand--hero .forecastDecisionCopy span,html.tgz-v340 body.weatherPage .forecastDecisionBand--hero .forecastDecisionMeta strong{color:#fff!important} 
  html.tgz-v340 body.weatherPage .forecastDayCarousel{display:flex!important;gap:10px!important;overflow:auto!important;padding:4px 0 2px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important} 
  html.tgz-v340 body.weatherPage .forecastDayPill{appearance:none!important;min-width:138px!important;padding:14px!important;border-radius:20px!important;border:1px solid rgba(17,43,61,.08)!important;background:#fff!important;display:grid!important;gap:6px!important;text-align:left!important;scroll-snap-align:start!important;box-shadow:0 14px 28px rgba(12,28,43,.06)!important} 
  html.tgz-v340 body.weatherPage .forecastDayPill span{font-size:.78rem!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#6c7f92!important} 
  html.tgz-v340 body.weatherPage .forecastDayPill strong{font-size:1.06rem!important;line-height:1.1!important;color:#0f2233!important} 
  html.tgz-v340 body.weatherPage .forecastDayPill small{font-size:.8rem!important;line-height:1.35!important;color:#587086!important} 
  html.tgz-v340 body.weatherPage .forecastDayPill.is-active{background:linear-gradient(180deg,#ffffff 0%,#edf9f8 100%)!important;border-color:rgba(24,169,152,.35)!important} 
  html.tgz-v340 body.weatherPage .forecastTrendGrid--hero{grid-template-columns:1fr!important} 
  html.tgz-v340 body.weatherPage .forecastPanelNav{position:sticky!important;top:72px!important;z-index:6!important;background:#f2f7fb!important;padding:8px!important;border-radius:18px!important;box-shadow:0 12px 24px rgba(12,28,43,.06)!important} 
}
@media (min-width:981px){
  html.tgz-v340 body.weatherPage .forecastQuickPillRow--hero{grid-template-columns:repeat(4,minmax(0,1fr))!important} 
  html.tgz-v340 body.weatherPage .forecastDayCarousel{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:10px!important} 
  html.tgz-v340 body.weatherPage .forecastDayPill,html.tgz-v340 body.weatherPage .forecastHeroCard{padding:14px!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(17,43,61,.08)!important;box-shadow:0 14px 28px rgba(12,28,43,.06)!important;display:grid!important;gap:6px!important;text-align:left!important} 
  html.tgz-v340 body.weatherPage .forecastDecisionBand--hero{padding:18px!important;border-radius:24px!important;background:linear-gradient(135deg,#173f63 0%,#0e67a6 100%)!important;color:#fff!important} 
  html.tgz-v340 body.weatherPage .forecastTrendGrid--hero{grid-template-columns:repeat(4,minmax(0,1fr))!important} 
}

/* Phase 50C — fullscreen stepper + chart-first workbench */
@media (max-width:980px){
  html.tgz-v340 body.buildPage.buildWizardReady .hero,
  html.tgz-v340 body.buildPage.buildWizardReady .bookHeroCompactRail,
  html.tgz-v340 body.buildPage.buildWizardReady .buildHeroQuickRow,
  html.tgz-v340 body.buildPage.buildWizardReady .buildQuickDecisionSection,
  html.tgz-v340 body.buildPage.buildWizardReady .buildSupportCluster,
  html.tgz-v340 body.buildPage.buildWizardReady .buildAuxSection,
  html.tgz-v340 body.buildPage.buildWizardReady .reassuranceStrip,
  html.tgz-v340 body.buildPage.buildWizardReady .publicProof,
  html.tgz-v340 body.buildPage.buildWizardReady .faq,
  html.tgz-v340 body.buildPage.buildWizardReady .desktopReceiptShell,
  html.tgz-v340 body.buildPage.buildWizardReady .bookingEngineMap,
  html.tgz-v340 body.buildPage.buildWizardReady .buildRouteChooser,
  html.tgz-v340 body.buildPage.buildWizardReady .buildHelpNote,
  html.tgz-v340 body.buildPage.buildWizardReady .buildTrustStrip,
  html.tgz-v340 body.buildPage.buildWizardReady details.fold[data-step="mode"]{
    display:none!important;
  }
  html.tgz-v340 body.buildPage.buildWizardReady:not(.buildWizardActive) main.container{display:none!important}
  html.tgz-v340 body.buildPage.buildWizardReady:not(.buildWizardActive) .buildLauncherSection{padding-top:12px!important}
  html.tgz-v340 body.buildPage.buildWizardReady .buildLauncherShell{margin-top:8px!important;padding:16px!important;border-radius:28px!important}
  html.tgz-v340 body.buildPage.buildWizardReady .buildLauncherMetaRow{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive .buildLauncherSection{display:none!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive main.container{
    display:block!important;position:fixed!important;inset:0!important;z-index:1500!important;overflow:auto!important;background:linear-gradient(180deg,#f3f8fb 0%,#eef4f7 100%)!important;
    padding:78px 12px 118px!important;max-width:none!important;width:100%!important
  }
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive .builderGrid{display:block!important;margin:0!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive .builderGrid > *:not(.builderCard.builderSteps),
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive .builderGrid ~ *{display:none!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive .builderCard.builderSteps{
    padding:0!important;background:transparent!important;box-shadow:none!important;border:none!important;min-height:calc(100vh - 196px)!important
  }
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive .buildWizardTopBar{
    position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1600!important;padding:10px 12px 12px!important;background:rgba(243,248,251,.95)!important;
    backdrop-filter:blur(10px)!important;display:grid!important;gap:10px!important;border-bottom:1px solid rgba(15,34,51,.08)!important
  }
  html.tgz-v340 body.buildPage .buildWizardCloseBtn{
    appearance:none!important;border:1px solid rgba(15,34,51,.1)!important;background:#fff!important;border-radius:999px!important;padding:10px 14px!important;font-weight:800!important;color:#17395b!important;width:max-content!important
  }
  html.tgz-v340 body.buildPage .buildWizardRail{display:flex!important;gap:8px!important;overflow:auto!important;padding-bottom:2px!important}
  html.tgz-v340 body.buildPage .buildWizardRailPill{appearance:none!important;border:1px solid rgba(15,34,51,.09)!important;background:#fff!important;border-radius:999px!important;padding:10px 14px!important;white-space:nowrap!important;font-weight:800!important;font-size:.85rem!important;color:#214462!important}
  html.tgz-v340 body.buildPage .buildWizardRailPill.is-active{background:linear-gradient(135deg,#173f63 0%,#0e67a6 100%)!important;border-color:#0e67a6!important;color:#fff!important;box-shadow:0 12px 24px rgba(14,103,166,.18)!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive .buildInlineEstimate.compactReceipt{margin:0 0 10px!important;position:sticky!important;top:76px!important;z-index:1400!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive .buildInlineEstimateButton{border-radius:22px!important;box-shadow:0 14px 32px rgba(11,31,43,.08)!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive .buildProgress{margin:0 0 12px!important}
  html.tgz-v340 body.buildPage .buildWizardActionBar{
    position:fixed!important;left:12px!important;right:12px!important;bottom:90px!important;z-index:1600!important;display:grid!important;grid-template-columns:auto 1fr auto!important;gap:10px!important;align-items:center!important;
    padding:10px!important;border-radius:24px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(15,34,51,.08)!important;box-shadow:0 18px 36px rgba(11,31,43,.12)!important
  }
  html.tgz-v340 body.buildPage .buildWizardActionMeta{font-weight:800!important;color:#17395b!important;text-align:center!important;font-size:.9rem!important;line-height:1.1!important}
  html.tgz-v340 body.buildPage .buildWizardNavBtn{appearance:none!important;border:none!important;background:linear-gradient(135deg,#173f63 0%,#0e67a6 100%)!important;color:#fff!important;border-radius:18px!important;padding:12px 16px!important;font-weight:800!important;min-width:88px!important}
  html.tgz-v340 body.buildPage .buildWizardNavBtn--ghost{background:#eef5fa!important;color:#17395b!important;border:1px solid rgba(15,34,51,.1)!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold{display:none!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active{display:block!important;background:#fff!important;border:1px solid rgba(15,34,51,.08)!important;border-radius:26px!important;box-shadow:0 18px 36px rgba(11,31,43,.08)!important;margin-bottom:20px!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active > summary{padding:18px 22px!important;pointer-events:none!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active > .stepBody{padding:0 18px 18px!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive #buildForm > button[type="submit"],
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive #buildForm > p.notice,
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive #pricingJson{display:none!important}
  html.tgz-v340 body.buildPage .brand.brandSystem .brandText small,
  html.tgz-v340 body.weatherPage .brand.brandSystem .brandText small,
  html.tgz-v340 body.liveOceanPage .brand.brandSystem .brandText small{display:none!important}
  html.tgz-v340 body.buildPage .desktopUtility,
  html.tgz-v340 body.weatherPage .desktopUtility,
  html.tgz-v340 body.liveOceanPage .desktopUtility,
  html.tgz-v340 body.buildPage .mobileHeadControls,
  html.tgz-v340 body.weatherPage .mobileHeadControls,
  html.tgz-v340 body.liveOceanPage .mobileHeadControls,
  html.tgz-v340 body.weatherPage .modePill,
  html.tgz-v340 body.buildPage .modePill{display:none!important}
  html.tgz-v340 body.weatherPage .forecastLegacyStack{display:none!important}
  html.tgz-v340 body.weatherPage.forecastAdvancedOpen .forecastLegacyStack{display:block!important}
}
html.tgz-v340 body.weatherPage .forecastWorkbenchSection{padding-top:8px!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchShell{display:grid!important;gap:14px!important;padding:18px!important;border-radius:30px!important;background:linear-gradient(180deg,#ffffff 0%,#f4f9fc 100%)!important;border:1px solid rgba(15,34,51,.08)!important;box-shadow:0 24px 50px rgba(11,31,43,.08)!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchHead{display:grid!important;gap:8px!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchTitle{display:block!important;font-size:clamp(1.45rem,5vw,2.35rem)!important;line-height:1.03!important;color:#0f2233!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchHead p{margin:0!important;font-size:.96rem!important;line-height:1.45!important;color:#587086!important}
html.tgz-v340 body.weatherPage .forecastControlRail{display:grid!important;gap:12px!important;position:sticky!important;top:70px!important;z-index:8!important}
html.tgz-v340 body.weatherPage .forecastFilterGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
html.tgz-v340 body.weatherPage .forecastFilterBlock{display:grid!important;gap:7px!important}
html.tgz-v340 body.weatherPage .forecastFilterBlock small{font-size:.72rem!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:#6a7d90!important}
html.tgz-v340 body.weatherPage .forecastFilterChips{display:flex!important;gap:8px!important;overflow:auto!important;padding-bottom:2px!important}
html.tgz-v340 body.weatherPage .forecastFilterChip{appearance:none!important;border:1px solid rgba(15,34,51,.1)!important;background:#fff!important;border-radius:999px!important;padding:10px 14px!important;white-space:nowrap!important;font-weight:800!important;color:#17395b!important;box-shadow:0 8px 16px rgba(11,31,43,.04)!important}
html.tgz-v340 body.weatherPage .forecastFilterChip.is-active{background:linear-gradient(135deg,#173f63 0%,#0e67a6 100%)!important;border-color:#0e67a6!important;color:#fff!important;box-shadow:0 16px 28px rgba(14,103,166,.18)!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchDecision{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
html.tgz-v340 body.weatherPage .forecastDecisionMini{display:grid!important;gap:4px!important;padding:14px!important;border-radius:22px!important;border:1px solid rgba(15,34,51,.08)!important;background:#fff!important;box-shadow:0 14px 28px rgba(11,31,43,.05)!important}
html.tgz-v340 body.weatherPage .forecastDecisionMini small{font-size:.74rem!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#6a7d90!important}
html.tgz-v340 body.weatherPage .forecastDecisionMini strong{font-size:1.02rem!important;line-height:1.12!important;color:#0f2233!important}
html.tgz-v340 body.weatherPage .forecastDecisionMini span{font-size:.86rem!important;line-height:1.35!important;color:#587086!important}
html.tgz-v340 body.weatherPage .forecastDecisionMini.tone-good{background:linear-gradient(180deg,#ffffff 0%,#edf9f3 100%)!important;border-color:rgba(61,155,104,.22)!important}
html.tgz-v340 body.weatherPage .forecastDecisionMini.tone-warn{background:linear-gradient(180deg,#ffffff 0%,#fff7ec 100%)!important;border-color:rgba(215,160,56,.22)!important}
html.tgz-v340 body.weatherPage .forecastDecisionMini.tone-bad{background:linear-gradient(180deg,#ffffff 0%,#fff0f0 100%)!important;border-color:rgba(196,84,84,.2)!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchCharts{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchCard{display:grid!important;gap:12px!important;padding:16px!important;border-radius:26px!important;border:1px solid rgba(15,34,51,.08)!important;background:#fff!important;box-shadow:0 16px 32px rgba(11,31,43,.06)!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchCardHead{display:grid!important;gap:4px!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchCardHead b{font-size:.82rem!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#6a7d90!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchCardHead span{font-size:.9rem!important;line-height:1.35!important;color:#587086!important}
html.tgz-v340 body.weatherPage .forecastBigChart{min-height:184px!important}
html.tgz-v340 body.weatherPage .forecastChartSvgWrap{position:relative!important;height:184px!important}
html.tgz-v340 body.weatherPage .forecastChartSvg{width:100%!important;height:150px!important;overflow:visible!important}
html.tgz-v340 body.weatherPage .forecastChartLabels{position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:28px!important}
html.tgz-v340 body.weatherPage .forecastChartLabels span{position:absolute!important;transform:translateX(-50%)!important;font-size:.7rem!important;color:#6a7d90!important;white-space:nowrap!important}
html.tgz-v340 body.weatherPage .chartLinePrimary{fill:none!important;stroke:#0e67a6!important;stroke-width:4!important;stroke-linecap:round!important;stroke-linejoin:round!important}
html.tgz-v340 body.weatherPage .chartLineSecondary{fill:none!important;stroke:#18a998!important;stroke-width:4!important;stroke-linecap:round!important;stroke-linejoin:round!important;opacity:.8!important}
html.tgz-v340 body.weatherPage .forecastMatrixScroll{overflow:auto!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix{width:100%!important;border-collapse:separate!important;border-spacing:6px!important;min-width:540px!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix th{font-size:.74rem!important;color:#6a7d90!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important;text-align:left!important;padding:0 2px 6px!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix td{padding:12px 10px!important;border-radius:14px!important;background:#f4f8fb!important;font-weight:800!important;color:#17395b!important;text-align:center!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix td.is-good{background:#ebf8f0!important;color:#1f6f4a!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix td.is-ok{background:#eef5fb!important;color:#17395b!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix td.is-warn{background:#fff6e8!important;color:#a16518!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix td.is-bad{background:#fff0f0!important;color:#a54f4f!important}
html.tgz-v340 body.weatherPage .forecastCompareGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}
html.tgz-v340 body.weatherPage .forecastCompareCard{appearance:none!important;display:grid!important;gap:4px!important;padding:14px!important;border-radius:20px!important;border:1px solid rgba(15,34,51,.08)!important;background:#f8fbfd!important;text-align:left!important;color:#17395b!important}
html.tgz-v340 body.weatherPage .forecastCompareCard strong{font-size:1rem!important;line-height:1.1!important;color:#0f2233!important}
html.tgz-v340 body.weatherPage .forecastCompareCard span{font-size:.9rem!important;font-weight:800!important}
html.tgz-v340 body.weatherPage .forecastCompareCard small{font-size:.8rem!important;line-height:1.3!important;color:#587086!important}
html.tgz-v340 body.weatherPage .forecastCompareCard.is-active{background:linear-gradient(180deg,#ffffff 0%,#edf9f8 100%)!important;border-color:rgba(24,169,152,.3)!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchActions{justify-content:space-between!important}
html.tgz-v340 body.weatherPage .forecastWorkbenchEmpty{padding:12px!important;border-radius:16px!important;background:#f6fafc!important;color:#587086!important}
@media (max-width:980px){
  html.tgz-v340 body.weatherPage .forecastWorkbenchShell{padding:16px!important;border-radius:24px!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchDecision,
  html.tgz-v340 body.weatherPage .forecastWorkbenchCharts,
  html.tgz-v340 body.weatherPage .forecastCompareGrid,
  html.tgz-v340 body.weatherPage .forecastFilterGrid{grid-template-columns:1fr!important}
  html.tgz-v340 body.weatherPage .forecastControlRail{top:58px!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchActions{display:grid!important;grid-template-columns:1fr!important}
}


/* Phase 51 — ruthless mobile cleanup + replace-not-stack redesign */
@media (max-width:980px){
  body.buildPage .hero,
  body.buildPage .bookHeroCompactRail,
  body.buildPage .buildHeroQuickRow,
  body.buildPage .buildQuickDecisionSection,
  body.buildPage .buildSupportCluster,
  body.buildPage .buildAuxSection,
  body.buildPage .reassuranceStrip,
  body.buildPage .publicProof,
  body.buildPage .faq,
  body.buildPage .desktopReceiptShell,
  body.buildPage .bookingEngineMap,
  body.buildPage .buildRouteChooser,
  body.buildPage .buildHelpNote,
  body.buildPage .buildTrustStrip{display:none!important}

  body.buildPage .buildLauncherSection{padding-top:10px!important;position:relative!important;z-index:20!important}
  body.buildPage .buildLauncherShell{margin:6px 12px 10px!important;padding:14px!important;border-radius:22px!important;background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%)!important;border:1px solid rgba(15,34,51,.08)!important;box-shadow:0 18px 36px rgba(11,31,43,.08)!important}
  body.buildPage .buildLauncherHead{display:grid!important;gap:6px!important;margin-bottom:10px!important}
  body.buildPage .buildLauncherHead h2{margin:0!important;font-size:1.35rem!important;line-height:1.03!important}
  body.buildPage .buildLauncherHead p{margin:0!important;font-size:.9rem!important;line-height:1.35!important;color:#5c7285!important}
  body.buildPage .buildLauncherCards{display:flex!important;gap:8px!important;overflow:auto!important;padding-bottom:3px!important;scroll-snap-type:x proximity!important}
  body.buildPage .buildModeLaunchCard{min-width:74vw!important;padding:12px!important;border-radius:18px!important;gap:6px!important;box-shadow:none!important;border:1px solid rgba(15,34,51,.09)!important}
  body.buildPage .buildModeLaunchTag{font-size:.66rem!important}
  body.buildPage .buildModeLaunchCard strong{font-size:1rem!important;line-height:1.08!important}
  body.buildPage .buildModeLaunchCard small{font-size:.82rem!important;line-height:1.3!important}
  body.buildPage .buildLauncherMetaRow{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:8px 0 0!important}
  body.buildPage .buildLauncherLive{padding:10px 12px!important;border-radius:16px!important;min-width:0!important}
  body.buildPage .buildLauncherLive span{font-size:.86rem!important;line-height:1.3!important}
  body.buildPage .buildLauncherTrust{display:flex!important;gap:6px!important;flex-wrap:wrap!important;justify-content:flex-start!important}
  body.buildPage .buildLauncherTrust span{padding:8px 10px!important;font-size:.76rem!important;border-radius:999px!important}

  body.buildPage.buildWizardReady:not(.buildWizardActive) main.container{display:none!important}
  body.buildPage.buildWizardReady.buildWizardActive .buildLauncherSection{display:none!important}
  body.buildPage.buildWizardReady.buildWizardActive main.container{display:block!important;position:fixed!important;inset:0!important;z-index:1500!important;overflow:auto!important;background:linear-gradient(180deg,#f5f9fc 0%,#eef4f7 100%)!important;padding:68px 10px 108px!important;max-width:none!important;width:100%!important}
  body.buildPage.buildWizardReady.buildWizardActive .builderGrid{display:block!important;margin:0!important}
  body.buildPage.buildWizardReady.buildWizardActive .builderGrid > *:not(.builderCard.builderSteps),
  body.buildPage.buildWizardReady.buildWizardActive .builderGrid ~ *{display:none!important}
  body.buildPage.buildWizardReady.buildWizardActive .builderCard.builderSteps{padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important}
  body.buildPage.buildWizardReady.buildWizardActive .buildInlineEstimate.compactReceipt{position:sticky!important;top:58px!important;z-index:1501!important;margin:0 0 8px!important}
  body.buildPage.buildWizardReady.buildWizardActive .buildInlineEstimateButton{border-radius:18px!important;box-shadow:0 10px 22px rgba(11,31,43,.08)!important;padding:10px 14px!important}
  body.buildPage.buildWizardReady.buildWizardActive .buildInlineEstimateTop strong{font-size:.78rem!important;text-transform:uppercase!important;letter-spacing:.04em!important}
  body.buildPage.buildWizardReady.buildWizardActive .buildInlineEstimateMeta{font-size:.82rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  body.buildPage .buildProgress{margin:0 0 10px!important}
  body.buildPage .buildProgressTop .badge{font-size:1rem!important;padding:10px 14px!important;border-radius:999px!important}
  body.buildPage .buildWizardTopBar{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1600!important;padding:10px 12px 8px!important;background:rgba(245,249,252,.96)!important;backdrop-filter:blur(10px)!important;border-bottom:1px solid rgba(15,34,51,.08)!important;display:grid!important;gap:8px!important}
  body.buildPage .buildWizardCloseBtn{appearance:none!important;border:1px solid rgba(15,34,51,.1)!important;background:#fff!important;color:#17395b!important;border-radius:999px!important;padding:0!important;width:38px!important;height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;font-size:1.2rem!important;line-height:1!important;box-shadow:0 8px 20px rgba(11,31,43,.06)!important}
  body.buildPage .buildWizardRail{display:flex!important;gap:6px!important;overflow:auto!important;padding-bottom:2px!important}
  body.buildPage .buildWizardRailPill{appearance:none!important;border:1px solid rgba(15,34,51,.09)!important;background:#fff!important;border-radius:999px!important;padding:8px 12px!important;white-space:nowrap!important;font-weight:800!important;font-size:.77rem!important;color:#214462!important;box-shadow:none!important}
  body.buildPage .buildWizardRailPill.is-active{background:linear-gradient(135deg,#173f63 0%,#0e67a6 100%)!important;border-color:#0e67a6!important;color:#fff!important;box-shadow:0 10px 18px rgba(14,103,166,.16)!important}
  body.buildPage .buildWizardActionBar{position:fixed!important;left:10px!important;right:10px!important;bottom:90px!important;z-index:1600!important;display:grid!important;grid-template-columns:auto 1fr auto!important;gap:8px!important;align-items:center!important;padding:8px!important;border-radius:18px!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(15,34,51,.08)!important;box-shadow:0 14px 28px rgba(11,31,43,.12)!important}
  body.buildPage .buildWizardActionMeta{font-size:.82rem!important;line-height:1.1!important;color:#17395b!important;font-weight:800!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  body.buildPage .buildWizardNavBtn{appearance:none!important;border:none!important;background:linear-gradient(135deg,#173f63 0%,#0e67a6 100%)!important;color:#fff!important;border-radius:14px!important;padding:10px 14px!important;font-weight:800!important;min-width:74px!important;font-size:.9rem!important}
  body.buildPage .buildWizardNavBtn--ghost{background:#eef5fa!important;color:#17395b!important;border:1px solid rgba(15,34,51,.1)!important}
  body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold{display:none!important}
  body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active{display:block!important;background:#fff!important;border:1px solid rgba(15,34,51,.08)!important;border-radius:22px!important;box-shadow:0 14px 28px rgba(11,31,43,.08)!important;margin-bottom:14px!important}
  body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active > summary{padding:14px 16px!important;pointer-events:none!important}
  body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active > .stepBody{padding:0 14px 14px!important}
  body.buildPage.buildWizardReady.buildWizardActive details.fold summary{font-size:1rem!important;line-height:1.08!important}
  body.buildPage.buildWizardReady.buildWizardActive details.fold summary small,
  body.buildPage.buildWizardReady.buildWizardActive details.fold .inlineHelpNote,
  body.buildPage.buildWizardReady.buildWizardActive details.fold .modeLeadText,
  body.buildPage.buildWizardReady.buildWizardActive .modeResponsePanel{display:none!important}
  body.buildPage.buildWizardReady.buildWizardActive #buildForm > button[type="submit"],
  body.buildPage.buildWizardReady.buildWizardActive #buildForm > p.notice,
  body.buildPage.buildWizardReady.buildWizardActive #pricingJson{display:none!important}
  body.buildPage.buildWizardReady.buildWizardActive .modeCards{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  body.buildPage.buildWizardReady.buildWizardActive .modeCard{padding:0!important;border:none!important;background:none!important}
  body.buildPage.buildWizardReady.buildWizardActive .modeCardText{display:grid!important;gap:4px!important;padding:14px!important;border-radius:18px!important;border:1px solid rgba(15,34,51,.08)!important;background:#fbfdff!important}
  body.buildPage.buildWizardReady.buildWizardActive .modeCardText b{font-size:1rem!important;line-height:1.08!important}
  body.buildPage.buildWizardReady.buildWizardActive .modeCardText small{font-size:.82rem!important;line-height:1.28!important}

  body.weatherPage .forecastWorkbenchSection{padding-top:8px!important}
  body.weatherPage .forecastLegacyStack{display:none!important}
  body.weatherPage.forecastAdvancedOpen .forecastLegacyStack{display:block!important}
  body.weatherPage .forecastWorkbenchShell{display:grid!important;gap:12px!important;padding:14px!important;border-radius:22px!important;background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%)!important;border:1px solid rgba(15,34,51,.08)!important;box-shadow:0 18px 36px rgba(11,31,43,.08)!important}
  body.weatherPage .forecastWorkbenchHead{display:grid!important;gap:6px!important}
  body.weatherPage .forecastWorkbenchTitle{display:block!important;font-size:1.36rem!important;line-height:1.06!important;color:#0f2233!important}
  body.weatherPage .forecastWorkbenchHead p{margin:0!important;font-size:.9rem!important;line-height:1.35!important;color:#587086!important}
  body.weatherPage .forecastControlRail{display:grid!important;gap:10px!important;position:sticky!important;top:58px!important;z-index:20!important;padding:10px!important;border-radius:18px!important;background:rgba(247,251,253,.96)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(15,34,51,.06)!important}
  body.weatherPage .forecastFilterGrid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  body.weatherPage .forecastFilterBlock{display:grid!important;gap:6px!important}
  body.weatherPage .forecastFilterBlock small{font-size:.68rem!important;line-height:1.1!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:#6a7d90!important}
  body.weatherPage .forecastFilterChips{display:flex!important;gap:6px!important;overflow:auto!important;padding-bottom:2px!important}
  body.weatherPage .forecastFilterChip{appearance:none!important;border:1px solid rgba(15,34,51,.1)!important;background:#fff!important;border-radius:999px!important;padding:8px 12px!important;white-space:nowrap!important;font-weight:800!important;font-size:.82rem!important;color:#17395b!important;box-shadow:none!important}
  body.weatherPage .forecastFilterChip.is-active{background:linear-gradient(135deg,#173f63 0%,#0e67a6 100%)!important;border-color:#0e67a6!important;color:#fff!important;box-shadow:0 10px 18px rgba(14,103,166,.16)!important}
  body.weatherPage .forecastWorkbenchDecision{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  body.weatherPage .forecastDecisionMini{display:grid!important;gap:4px!important;padding:12px!important;border-radius:18px!important;border:1px solid rgba(15,34,51,.08)!important;background:#fff!important;box-shadow:none!important}
  body.weatherPage .forecastDecisionMini small{font-size:.68rem!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#6a7d90!important}
  body.weatherPage .forecastDecisionMini strong{font-size:.96rem!important;line-height:1.08!important;color:#0f2233!important}
  body.weatherPage .forecastDecisionMini span{font-size:.8rem!important;line-height:1.28!important;color:#587086!important}
  body.weatherPage .forecastWorkbenchCharts{display:none!important}
  body.weatherPage .forecastWorkbenchCard{display:grid!important;gap:10px!important;padding:14px!important;border-radius:20px!important;border:1px solid rgba(15,34,51,.08)!important;background:#fff!important;box-shadow:none!important}
  body.weatherPage .forecastWorkbenchCardHead{display:grid!important;gap:3px!important}
  body.weatherPage .forecastWorkbenchCardHead b{font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#6a7d90!important}
  body.weatherPage .forecastWorkbenchCardHead span{font-size:.84rem!important;line-height:1.3!important;color:#587086!important}
  body.weatherPage .forecastMatrixScroll{overflow:auto!important;margin-inline:-2px!important;padding-inline:2px!important}
  body.weatherPage .forecastWorkbenchMatrix{width:100%!important;border-collapse:separate!important;border-spacing:4px!important;min-width:520px!important}
  body.weatherPage .forecastWorkbenchMatrix th{font-size:.68rem!important;color:#6a7d90!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important;text-align:left!important;padding:0 2px 4px!important;white-space:nowrap!important}
  body.weatherPage .forecastWorkbenchMatrix td{padding:10px 8px!important;border-radius:12px!important;background:#f4f8fb!important;font-weight:800!important;font-size:.84rem!important;color:#17395b!important;text-align:center!important;white-space:nowrap!important}
  body.weatherPage .forecastWorkbenchMatrix td.is-good{background:#ebf8f0!important;color:#1f6f4a!important}
  body.weatherPage .forecastWorkbenchMatrix td.is-ok{background:#eef5fb!important;color:#17395b!important}
  body.weatherPage .forecastWorkbenchMatrix td.is-warn{background:#fff6e8!important;color:#a16518!important}
  body.weatherPage .forecastWorkbenchMatrix td.is-bad{background:#fff0f0!important;color:#a54f4f!important}
  body.weatherPage .forecastCompareGrid{display:flex!important;gap:8px!important;overflow:auto!important;padding-bottom:2px!important}
  body.weatherPage .forecastCompareCard{appearance:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-width:140px!important;padding:10px 12px!important;border-radius:16px!important;border:1px solid rgba(15,34,51,.08)!important;background:#f8fbfd!important;text-align:left!important;color:#17395b!important;box-shadow:none!important}
  body.weatherPage .forecastCompareCard strong{font-size:.92rem!important;line-height:1.08!important;color:#0f2233!important}
  body.weatherPage .forecastCompareCard span{font-size:.85rem!important;font-weight:900!important}
  body.weatherPage .forecastCompareCard small{display:none!important}
  body.weatherPage .forecastCompareCard.is-active{background:linear-gradient(180deg,#ffffff 0%,#edf9f8 100%)!important;border-color:rgba(24,169,152,.3)!important}
  body.weatherPage .forecastWorkbenchActions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  body.weatherPage .forecastWorkbenchActions .btn{min-height:44px!important;padding:10px 12px!important;border-radius:16px!important;font-size:.9rem!important}
  body.weatherPage .forecastWorkbenchEmpty{padding:12px!important;border-radius:14px!important;background:#f6fafc!important;color:#587086!important}
  body.weatherPage .forecastDeskHero,
  body.weatherPage .forecastPanelNav,
  body.weatherPage .forecastCurrentCard,
  body.weatherPage .forecastOceanCard,
  body.weatherPage .forecastReadCard,
  body.weatherPage .forecastHourlyGrid,
  body.weatherPage .forecastDayGrid,
  body.weatherPage .forecastTableWrap,
  body.weatherPage .forecastPathway{display:none!important}
  body.weatherPage.forecastAdvancedOpen .forecastDeskHero,
  body.weatherPage.forecastAdvancedOpen .forecastPanelNav,
  body.weatherPage.forecastAdvancedOpen .forecastCurrentCard,
  body.weatherPage.forecastAdvancedOpen .forecastOceanCard,
  body.weatherPage.forecastAdvancedOpen .forecastReadCard,
  body.weatherPage.forecastAdvancedOpen .forecastHourlyGrid,
  body.weatherPage.forecastAdvancedOpen .forecastDayGrid,
  body.weatherPage.forecastAdvancedOpen .forecastTableWrap,
  body.weatherPage.forecastAdvancedOpen .forecastPathway{display:block!important}

  body.buildPage .drawerCtas .btn,
  body.weatherPage .drawerCtas .btn{min-height:46px!important;padding:12px 16px!important;border-radius:18px!important;font-size:.98rem!important}
  body.buildPage .drawerUtilityChip,
  body.weatherPage .drawerUtilityChip{min-height:34px!important;padding:0 10px!important;font-size:.82rem!important}
  body.buildPage .drawerGroup summary,
  body.weatherPage .drawerGroup summary{min-height:54px!important;padding:0 14px!important}
  body.buildPage .chipRow .chip,
  body.weatherPage .chipRow .chip{min-height:34px!important;padding:0 10px!important;font-size:.82rem!important}
}



/* Phase 52 — ruthless mobile cleanup + defect kill pass */
@media (max-width:980px){
  body.buildPage .hero,
  body.buildPage .bookHeroCompactRail,
  body.buildPage .buildHeroQuickRow,
  body.buildPage .buildQuickDecisionSection,
  body.buildPage .buildSupportCluster,
  body.buildPage .buildAuxSection,
  body.buildPage .reassuranceStrip,
  body.buildPage .publicProof,
  body.buildPage .faq,
  body.buildPage .desktopReceiptShell{display:none!important}

  body.buildPage .buildLauncherSection{padding-top:8px!important;padding-bottom:10px!important}
  body.buildPage .buildLauncherShell{margin-top:0!important;padding:12px!important;border-radius:22px!important;gap:10px!important}
  body.buildPage .buildLauncherHead{gap:4px!important}
  body.buildPage .buildLauncherHead .heroPill{display:none!important}
  body.buildPage .buildLauncherHead h2{font-size:1.25rem!important;line-height:1.05!important;margin:0!important}
  body.buildPage .buildLauncherHead p{margin:0!important;font-size:.88rem!important;line-height:1.32!important;color:#587086!important}
  body.buildPage .buildLauncherCards{gap:8px!important}
  body.buildPage .buildModeLaunchCard{padding:12px!important;border-radius:18px!important;gap:6px!important;min-height:unset!important}
  body.buildPage .buildModeLaunchCard strong{font-size:1rem!important;line-height:1.08!important}
  body.buildPage .buildModeLaunchCard small{font-size:.82rem!important;line-height:1.25!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  body.buildPage .buildLauncherMetaRow{grid-template-columns:1fr!important;gap:8px!important}
  body.buildPage .buildLauncherLive,
  body.buildPage .buildLauncherTrust{padding:10px 12px!important;border-radius:16px!important}
  body.buildPage .buildLauncherTrust{display:flex!important;gap:6px!important;flex-wrap:wrap!important}
  body.buildPage .buildLauncherTrust span{min-height:32px!important;padding:0 10px!important;border-radius:999px!important;font-size:.8rem!important;white-space:nowrap!important}
  body.buildPage .buildRail{display:none!important}

  body.buildPage .buildWizardTopBar{padding:8px 12px 8px!important;gap:8px!important}
  body.buildPage .buildWizardCloseBtn{width:40px!important;height:40px!important;padding:0!important;min-width:40px!important;border-radius:14px!important;font-size:1.35rem!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important}
  body.buildPage .buildWizardRail{gap:6px!important}
  body.buildPage .buildWizardRailPill{min-height:36px!important;padding:0 12px!important;border-radius:999px!important;font-size:.78rem!important;line-height:36px!important}
  body.buildPage .buildInlineEstimate.compactReceipt{top:58px!important;margin:0 0 8px!important}
  body.buildPage .buildInlineEstimateButton{padding:10px 12px!important;border-radius:18px!important}
  body.buildPage .buildInlineEstimateTop strong{font-size:.76rem!important;letter-spacing:.04em!important;text-transform:uppercase!important}
  body.buildPage .buildInlineEstimateTop span{font-size:1.15rem!important}
  body.buildPage .buildInlineEstimateMeta{font-size:.8rem!important}
  body.buildPage .buildProgress{display:none!important}
  body.buildPage .buildWizardActionBar{padding:8px!important;gap:8px!important;border-radius:18px!important;bottom:82px!important}
  body.buildPage .buildWizardActionMeta{font-size:.84rem!important}
  body.buildPage .buildWizardNavBtn{min-width:72px!important;min-height:40px!important;padding:0 14px!important;border-radius:14px!important;font-size:.86rem!important}
  body.buildPage.buildWizardReady.buildWizardActive main.container{padding:56px 10px 106px!important}
  body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active{border-radius:18px!important;box-shadow:0 12px 24px rgba(11,31,43,.07)!important;margin-bottom:12px!important}
  body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active > summary{padding:12px 14px!important}
  body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active > .stepBody{padding:0 12px 12px!important}
  body.buildPage.buildWizardReady.buildWizardActive details.fold summary{font-size:.96rem!important;line-height:1.06!important}
  body.buildPage.buildWizardReady.buildWizardActive .smartDateCard,
  body.buildPage.buildWizardReady.buildWizardActive .notice,
  body.buildPage.buildWizardReady.buildWizardActive .wellnessSectionBox,
  body.buildPage.buildWizardReady.buildWizardActive .compactStepCard{border-radius:18px!important}

  body.weatherPage .forecastWorkbenchSection{padding-top:4px!important}
  body.weatherPage .forecastWorkbenchShell{gap:10px!important;padding:12px!important;border-radius:20px!important}
  body.weatherPage .forecastWorkbenchHead{gap:2px!important}
  body.weatherPage .forecastWorkbenchHead .heroPill{display:none!important}
  body.weatherPage .forecastWorkbenchTitle{font-size:1.14rem!important;line-height:1.05!important}
  body.weatherPage .forecastWorkbenchHead p{display:none!important}
  body.weatherPage .forecastControlRail{top:58px!important;padding:8px!important;border-radius:16px!important;gap:8px!important}
  body.weatherPage .forecastFilterGrid{grid-template-columns:1fr 1fr!important;gap:8px!important}
  body.weatherPage .forecastFilterGrid .forecastFilterBlock:last-child{grid-column:1 / -1!important}
  body.weatherPage .forecastFilterBlock{gap:4px!important}
  body.weatherPage .forecastFilterBlock small{font-size:.64rem!important}
  body.weatherPage .forecastFilterChips{gap:5px!important}
  body.weatherPage .forecastFilterChip{min-height:32px!important;padding:0 10px!important;font-size:.76rem!important;line-height:32px!important}
  body.weatherPage .forecastWorkbenchDecision{grid-template-columns:1fr!important;gap:6px!important}
  body.weatherPage .forecastDecisionMini{padding:10px 12px!important;border-radius:16px!important}
  body.weatherPage .forecastDecisionMini strong{font-size:.92rem!important}
  body.weatherPage .forecastWorkbenchCard{padding:12px!important;border-radius:18px!important}
  body.weatherPage .forecastWorkbenchCardHead{gap:2px!important}
  body.weatherPage .forecastWorkbenchCardHead b{font-size:.68rem!important}
  body.weatherPage .forecastWorkbenchCardHead span{font-size:.8rem!important}
  body.weatherPage .forecastMatrixScroll{margin-inline:-4px!important;padding-inline:4px!important}
  body.weatherPage .forecastWorkbenchMatrix{min-width:460px!important;border-spacing:3px!important}
  body.weatherPage .forecastWorkbenchMatrix th{font-size:.64rem!important;padding:0 1px 3px!important}
  body.weatherPage .forecastWorkbenchMatrix td{padding:9px 7px!important;border-radius:10px!important;font-size:.8rem!important}
  body.weatherPage .forecastCompareGrid{gap:6px!important}
  body.weatherPage .forecastCompareCard{min-width:112px!important;padding:8px 10px!important;border-radius:14px!important}
  body.weatherPage .forecastCompareCard strong{font-size:.86rem!important}
  body.weatherPage .forecastCompareCard span{font-size:.8rem!important}
  body.weatherPage .forecastWorkbenchActions{grid-template-columns:1fr 1fr 1fr!important;gap:6px!important}
  body.weatherPage .forecastWorkbenchActions .btn{min-height:40px!important;padding:0 10px!important;border-radius:14px!important;font-size:.8rem!important;white-space:nowrap!important}
  body.weatherPage .forecastLegacyStack{display:none!important}
  body.weatherPage.forecastAdvancedOpen .forecastLegacyStack{display:block!important;padding-top:8px!important}
  body.weatherPage.forecastAdvancedOpen .forecastWorkbenchHead,
  body.weatherPage.forecastAdvancedOpen .forecastControlRail{position:static!important}

  body.buildPage .drawerCtas .btn,
  body.weatherPage .drawerCtas .btn,
  body.buildPage .drawerGroup summary,
  body.weatherPage .drawerGroup summary{min-height:42px!important;padding:0 12px!important;border-radius:14px!important}
  body.buildPage .drawerUtilityChip,
  body.weatherPage .drawerUtilityChip,
  body.buildPage .chipRow .chip,
  body.weatherPage .chipRow .chip{min-height:30px!important;padding:0 9px!important;font-size:.78rem!important;white-space:nowrap!important}
  .bottomQuickNav{padding:8px!important;border-radius:20px!important}
  .bottomQuickNav a{min-height:54px!important;padding:8px 5px!important;font-size:.72rem!important;border-radius:15px!important}
  .bottomQuickNav a .microIcon{width:16px!important;height:16px!important}
}


/* Phase 53 — density pass for build, weather, and drawer */
@media (max-width: 980px){
  html.tgz-v340 body.buildPage > section.hero,
  html.tgz-v340 body.buildPage .bookHeroCompactRail,
  html.tgz-v340 body.buildPage .buildHeroQuickRow,
  html.tgz-v340 body.buildPage .buildQuickDecisionSection,
  html.tgz-v340 body.buildPage .bookingEngineMap{display:none!important}
  html.tgz-v340 body.buildPage .buildLauncherSection{padding:6px 0 8px!important}
  html.tgz-v340 body.buildPage .buildLauncherShell{margin-top:0!important;padding:10px!important;border-radius:18px!important;box-shadow:0 12px 24px rgba(11,31,43,.06)!important;background:#fff!important}
  html.tgz-v340 body.buildPage .buildLauncherHead,
  html.tgz-v340 body.buildPage .buildLauncherMetaRow,
  html.tgz-v340 body.buildPage .buildRail{display:none!important}
  html.tgz-v340 body.buildPage .buildLauncherCards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;overflow:visible!important;padding:0!important}
  html.tgz-v340 body.buildPage .buildModeLaunchCard{min-height:50px!important;padding:8px 10px!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;border:1px solid rgba(15,34,51,.10)!important;background:#fff!important;scroll-snap-align:none!important}
  html.tgz-v340 body.buildPage .buildModeLaunchCard .buildModeLaunchTag,
  html.tgz-v340 body.buildPage .buildModeLaunchCard small{display:none!important}
  html.tgz-v340 body.buildPage .buildModeLaunchCard strong{margin:0!important;font-size:.76rem!important;line-height:1.1!important;text-align:center!important}
  html.tgz-v340 body.buildPage .buildModeLaunchCard.is-active{background:linear-gradient(135deg,#17395b 0%,#0f6aa4 100%)!important;border-color:#17395b!important;color:#fff!important;box-shadow:0 10px 20px rgba(23,57,91,.16)!important}
  html.tgz-v340 body.buildPage .buildInlineEstimate.compactReceipt{margin:0 0 8px!important;position:sticky!important;top:58px!important;z-index:1400!important}
  html.tgz-v340 body.buildPage .buildInlineEstimateButton{padding:8px 10px!important;border-radius:16px!important;box-shadow:0 10px 20px rgba(11,31,43,.06)!important}
  html.tgz-v340 body.buildPage .buildInlineEstimateTop strong{font-size:.72rem!important;letter-spacing:.05em!important}
  html.tgz-v340 body.buildPage .buildInlineEstimateTop span{font-size:1rem!important}
  html.tgz-v340 body.buildPage .buildInlineEstimateMeta{font-size:.76rem!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  html.tgz-v340 body.buildPage .buildProgress{margin:0 0 8px!important}
  html.tgz-v340 body.buildPage .buildProgressTop .badge{font-size:.9rem!important;padding:8px 12px!important}
  html.tgz-v340 body.buildPage .buildWizardTopBar{padding:6px 10px!important;gap:6px!important;background:rgba(248,251,253,.96)!important}
  html.tgz-v340 body.buildPage .buildWizardCloseBtn{min-height:34px!important;min-width:34px!important;padding:0!important;border-radius:12px!important}
  html.tgz-v340 body.buildPage .buildWizardRail{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:max-content!important;gap:6px!important;overflow:auto hidden!important;padding-bottom:2px!important}
  html.tgz-v340 body.buildPage .buildWizardRailPill{min-height:32px!important;padding:0 10px!important;border-radius:999px!important;font-size:.72rem!important;box-shadow:none!important}
  html.tgz-v340 body.buildPage .buildWizardActionBar{grid-template-columns:auto 1fr auto!important;gap:8px!important;padding:8px 12px calc(env(safe-area-inset-bottom) + 8px)!important}
  html.tgz-v340 body.buildPage .buildWizardActionMeta{display:none!important}
  html.tgz-v340 body.buildPage .buildWizardNavBtn{min-height:38px!important;padding:0 14px!important;border-radius:14px!important;font-size:.86rem!important}
  html.tgz-v340 body.buildPage #buildForm > details.fold{margin-bottom:8px!important;border-radius:16px!important;border:1px solid rgba(15,34,51,.08)!important;box-shadow:none!important;background:#fff!important}
  html.tgz-v340 body.buildPage #buildForm > details.fold > summary{padding:12px 14px!important;row-gap:2px!important;column-gap:10px!important;align-items:center!important}
  html.tgz-v340 body.buildPage #buildForm > details.fold > summary::before{margin-top:2px!important}
  html.tgz-v340 body.buildPage #buildForm > details.fold > summary::after{width:28px!important;height:28px!important;font-size:16px!important;box-shadow:none!important}
  html.tgz-v340 body.buildPage #buildForm > details.fold > summary .foldTitle{font-size:1rem!important;line-height:1.06!important}
  html.tgz-v340 body.buildPage #buildForm > details.fold > summary .foldMeta{font-size:.76rem!important;line-height:1.12!important;color:#6a7d90!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold:not(.is-wizard-active) > .stepBody{display:none!important}
  html.tgz-v340 body.buildPage.buildWizardReady.buildWizardActive #buildForm > details.fold.is-wizard-active > .stepBody{padding:0 12px 12px!important}
  html.tgz-v340 body.buildPage .buildSupportDrawer{margin:10px 0 0!important;border:1px solid rgba(15,34,51,.08)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 20px rgba(11,31,43,.05)!important;overflow:hidden!important}
  html.tgz-v340 body.buildPage .buildSupportDrawer > summary{list-style:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:12px 14px!important;font-size:.92rem!important;font-weight:800!important;color:#17395b!important;cursor:pointer!important}
  html.tgz-v340 body.buildPage .buildSupportDrawer > summary::-webkit-details-marker{display:none!important}
  html.tgz-v340 body.buildPage .buildSupportDrawer > summary::after{content:'+';display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;border-radius:999px!important;border:1px solid rgba(15,34,51,.10)!important;background:#fff!important;font-size:18px!important;line-height:1!important}
  html.tgz-v340 body.buildPage .buildSupportDrawer[open] > summary::after{content:'−'}
  html.tgz-v340 body.buildPage .buildSupportDrawerBody{padding:0 0 6px!important}
  html.tgz-v340 body.buildPage .buildSupportDrawer .section{padding-top:10px!important;padding-bottom:10px!important}
  html.tgz-v340 body.buildPage .buildSupportDrawer .related{gap:8px!important}
  html.tgz-v340 body.buildPage .buildSupportDrawer .related a{padding:12px!important;border-radius:16px!important}

  html.tgz-v340 body.weatherPage .forecastWorkbenchSection{padding-top:4px!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchShell{gap:8px!important;padding:10px!important;border-radius:18px!important;box-shadow:0 12px 24px rgba(11,31,43,.06)!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchHead{gap:2px!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchHead p{display:none!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchTitle{font-size:1.08rem!important;line-height:1.04!important}
  html.tgz-v340 body.weatherPage .forecastControlRail{gap:8px!important}
  html.tgz-v340 body.weatherPage .forecastFilterBlock small{font-size:.66rem!important;line-height:1!important;letter-spacing:.06em!important}
  html.tgz-v340 body.weatherPage .forecastFilterChips{gap:6px!important}
  html.tgz-v340 body.weatherPage .forecastFilterChip{min-height:30px!important;padding:0 9px!important;border-radius:999px!important;font-size:.74rem!important;box-shadow:none!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchDecision{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  html.tgz-v340 body.weatherPage .forecastDecisionMini{padding:10px 9px!important;border-radius:16px!important;gap:2px!important;min-width:0!important;box-shadow:none!important}
  html.tgz-v340 body.weatherPage .forecastDecisionMini small{font-size:.58rem!important;letter-spacing:.05em!important}
  html.tgz-v340 body.weatherPage .forecastDecisionMini strong{font-size:.88rem!important;line-height:1.02!important}
  html.tgz-v340 body.weatherPage .forecastDecisionMini span{font-size:.7rem!important;line-height:1.05!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchCard{padding:10px!important;border-radius:16px!important;gap:8px!important;box-shadow:none!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchCardHead{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:8px!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchCardHead b{font-size:.68rem!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchCardHead span{display:none!important}
  html.tgz-v340 body.weatherPage .forecastMatrixScroll{overflow:auto hidden!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix{min-width:430px!important;border-spacing:2px!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix th{font-size:.62rem!important;padding:0 1px 3px!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchMatrix td{padding:8px 6px!important;border-radius:10px!important;font-size:.76rem!important}
  html.tgz-v340 body.weatherPage .forecastCompareGrid{display:flex!important;gap:6px!important;overflow:auto hidden!important;padding-bottom:2px!important}
  html.tgz-v340 body.weatherPage .forecastCompareCard{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:32px!important;padding:0 10px!important;border-radius:999px!important;white-space:nowrap!important;box-shadow:none!important;min-width:auto!important}
  html.tgz-v340 body.weatherPage .forecastCompareCard strong{font-size:.76rem!important}
  html.tgz-v340 body.weatherPage .forecastCompareCard span{font-size:.72rem!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchActions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchActions .btn{min-height:36px!important;padding:0 8px!important;border-radius:14px!important;font-size:.76rem!important;white-space:nowrap!important}
  html.tgz-v340 body.weatherPage .forecastLegacyStack{display:none!important}
  html.tgz-v340 body.weatherPage.forecastAdvancedOpen .forecastLegacyStack{display:block!important;padding-top:8px!important}
  html.tgz-v340 body.weatherPage .forecastLegacyStack > section.section:first-child{display:none!important}
  html.tgz-v340 body.weatherPage .forecastPanelNav{gap:6px!important}
  html.tgz-v340 body.weatherPage .forecastPanelTab{min-height:34px!important;padding:0 10px!important;border-radius:14px!important;font-size:.76rem!important}

  html.tgz-v340 .drawerTopCompact{padding:0 14px!important;align-items:center!important}
  html.tgz-v340 .drawerBrandInline{gap:10px!important}
  html.tgz-v340 .drawerBrandInline .drawerBrandMark img{width:52px!important;height:52px!important}
  html.tgz-v340 .drawerBrandText strong{font-size:14px!important}
  html.tgz-v340 .drawerBrandText small{font-size:11px!important;line-height:1.15!important}
  html.tgz-v340 .drawerClose{width:48px!important;height:48px!important;border-radius:16px!important}
  html.tgz-v340 .drawerCtas{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:4px!important}
  html.tgz-v340 .drawerCtas .btn{min-height:40px!important;padding:0 12px!important;border-radius:14px!important;font-size:.84rem!important}
  html.tgz-v340 .drawerUtilityRows{grid-template-columns:1fr!important;gap:8px!important;padding:0 14px 2px!important;margin-bottom:4px!important}
  html.tgz-v340 .drawerUtilityBlock{padding:8px 10px!important;border-radius:16px!important;box-shadow:none!important}
  html.tgz-v340 .drawerUtilityTitle{font-size:10px!important;margin-bottom:6px!important}
  html.tgz-v340 .drawerUtilityChips{gap:6px!important}
  html.tgz-v340 .drawerUtilityChip{min-height:30px!important;padding:0 10px!important;font-size:.74rem!important}
  html.tgz-v340 .drawerTabsRich{gap:6px!important;margin-bottom:10px!important}
  html.tgz-v340 .drawerTabsRich .tab{min-height:36px!important;padding:0 10px!important;border-radius:14px!important;box-shadow:none!important}
  html.tgz-v340 .drawerTabsRich .tab .tabText{font-size:.78rem!important}
  html.tgz-v340 .drawerGroup{margin:8px 0!important}
  html.tgz-v340 .drawerGroup summary{min-height:44px!important;padding:0 12px!important;border-radius:14px!important}
  html.tgz-v340 .drawerLinks.compactLinks{padding-top:6px!important}
  html.tgz-v340 .drawerLinks.compactLinks .navItem{padding:10px 12px!important;border-radius:14px!important}
  html.tgz-v340 .drawerSectionTitle{margin-top:8px!important;font-size:.72rem!important}
  html.tgz-v340 .chipRow{gap:6px!important}
  html.tgz-v340 .chipRow .chip{min-height:30px!important;padding:0 10px!important;font-size:.74rem!important}
}

@media (max-width: 640px){
  html.tgz-v340 body.buildPage .buildLauncherCards{grid-template-columns:repeat(3,minmax(88px,1fr))!important}
  html.tgz-v340 body.weatherPage .forecastFilterGrid{grid-template-columns:1fr!important;gap:6px!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchDecision{grid-template-columns:1fr!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchActions{grid-template-columns:1fr 1fr!important}
  html.tgz-v340 body.weatherPage .forecastWorkbenchActions .btn:last-child{grid-column:1 / -1!important}
}
/* <<< v340.css <<< */

/* >>> _phase155_v352_shell.css >>> */
/* Phase 74 — safe mobile shell compaction + unified drawer */
@media (max-width:980px){
  .topbar .container{padding-inline:12px!important}
  .topbar .nav{gap:10px!important;padding:8px 0!important;min-height:64px!important;align-items:center!important}
  .topbar .brand{gap:10px!important;min-width:0!important}
  .topbar .brandMark,
  .topbar .brand img{width:50px!important;height:50px!important;max-width:50px!important;object-fit:contain!important}
  .topbar .brandText{min-width:0!important}
  .topbar .brandText strong{font-size:clamp(1rem,4.5vw,1.28rem)!important;line-height:1.02!important}
  .topbar .brandText small{font-size:.70rem!important;line-height:1.04!important;max-width:180px!important;display:block!important}
  .navToggle{width:46px!important;height:46px!important;min-width:46px!important;padding:0!important;border-radius:16px!important}
  .navToggle span{width:20px!important;margin:4px 0!important}

  #navDrawer .drawerPanel{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)!important}
  #navDrawer .drawerTopCompact{display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;gap:8px!important;align-items:center!important;padding:0 12px!important}
  #navDrawer .drawerBrandInline{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}
  #navDrawer .drawerBrandInline .drawerBrandMark img{width:52px!important;height:52px!important;object-fit:contain!important}
  #navDrawer .drawerBrandText strong{font-size:1rem!important;line-height:1.03!important}
  #navDrawer .drawerBrandText small{font-size:.72rem!important;line-height:1.05!important}
  #navDrawer .drawerClose{position:relative!important;width:46px!important;height:46px!important;padding:0!important;border-radius:16px!important;color:#17395b!important;font-size:0!important;line-height:0!important}
  #navDrawer .drawerClose .drawerCloseIcon{display:none!important}
  #navDrawer .drawerClose::before{content:'×'!important;display:block!important;position:absolute!important;inset:0!important;text-align:center!important;font-size:30px!important;line-height:44px!important;font-weight:700!important;color:#17395b!important}

  #navDrawer .drawerUtilityRows{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:0 12px 2px!important;margin-bottom:6px!important}
  #navDrawer .drawerPicker{border:1px solid rgba(11,43,74,.10)!important;border-radius:16px!important;background:#fbfdff!important;box-shadow:none!important;overflow:hidden!important}
  #navDrawer .drawerPicker>summary{list-style:none!important;display:grid!important;grid-template-columns:28px minmax(0,1fr) 16px!important;align-items:center!important;gap:8px!important;padding:10px 10px!important;cursor:pointer!important}
  #navDrawer .drawerPicker>summary::-webkit-details-marker{display:none!important}
  #navDrawer .drawerPickerIcon{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#17395b!important}
  #navDrawer .drawerPickerIcon .microIcon{width:18px!important;height:18px!important}
  #navDrawer .drawerPickerCopy{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-width:0!important}
  #navDrawer .drawerPickerLabel{display:block!important;font-size:.66rem!important;line-height:1!important;color:#5a6f86!important;text-transform:uppercase!important;letter-spacing:.08em!important}
  #navDrawer .drawerPickerCopy strong{font-size:.86rem!important;line-height:1.08!important;color:#17395b!important;white-space:nowrap!important}
  #navDrawer .drawerPicker>summary::after{content:'▾'!important;font-size:.9rem!important;line-height:1!important;color:#17395b!important;justify-self:end!important;transition:transform .18s ease!important}
  #navDrawer .drawerPicker[open]>summary::after{transform:rotate(180deg)!important}
  #navDrawer .drawerPickerMenu{display:grid!important;gap:6px!important;padding:0 10px 10px!important}
  #navDrawer .drawerPickerItem{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;width:100%!important;min-height:34px!important;padding:0 10px!important;border-radius:12px!important;border:1px solid rgba(11,43,74,.09)!important;background:#fff!important;color:#17395b!important;font-size:.8rem!important;font-weight:700!important;text-align:left!important}
  #navDrawer .drawerPickerItem strong{font-size:.72rem!important;color:#5a6f86!important;font-weight:800!important}
  #navDrawer .drawerPickerItem.isCurrent{background:#eef5fb!important;border-color:rgba(14,165,164,.28)!important;color:#12385f!important}
  #navDrawer .drawerPickerItem.isCurrent strong{color:#12385f!important}
  #navDrawer .drawerTabsRich{gap:6px!important;margin:0 12px 10px!important}
  #navDrawer .drawerTabsRich .tab{min-height:38px!important;padding:0 10px!important;border-radius:14px!important;box-shadow:none!important}
  #navDrawer .drawerTabsRich .tab .tabText{font-size:.78rem!important}
  #navDrawer .drawerGroup{margin:7px 0!important}
  #navDrawer .drawerGroup summary{min-height:42px!important;padding:0 12px!important;border-radius:14px!important;font-size:.9rem!important}
  #navDrawer .drawerLinks a{min-height:38px!important;padding:9px 11px!important;border-radius:13px!important}
  #navDrawer .drawerSectionTitle{margin:10px 0 8px!important;font-size:.74rem!important}
  #navDrawer .chipRow{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;overflow:auto hidden!important;padding-bottom:8px!important;scrollbar-width:none!important}
  #navDrawer .chipRow::-webkit-scrollbar{display:none!important}
  #navDrawer .chip{padding:7px 12px!important;white-space:nowrap!important}

  body.buildPage.buildV3Active main.container{padding-top:var(--tgz-build-main-gap, 14px)!important;padding-bottom:118px!important}
  body.buildPage.buildV3Active .builderCard.builderSteps{padding-top:0!important;padding-bottom:122px!important}
  body.buildPage.buildV3Active .buildWizardTopBar{margin-bottom:4px!important}
  body.buildPage.buildV3Active #buildForm > details.fold{margin-bottom:8px!important}
  body.buildPage.buildV3Active #buildForm > details.fold > summary{min-height:40px!important;padding:0 12px!important;font-size:1rem!important;line-height:1.05!important}
  body.buildPage.buildV3Active #buildForm > details.fold.is-v3-active > .stepBody{padding:0 10px 8px!important}
  body.buildPage.buildV3Active #buildForm label{margin:6px 0 3px!important}
  body.buildPage.buildV3Active #buildForm input,
  body.buildPage.buildV3Active #buildForm select,
  body.buildPage.buildV3Active #buildForm textarea{padding:10px 12px!important;border-radius:15px!important;font-size:.98rem!important}
  body.buildPage.buildV3Active #buildForm textarea{min-height:96px!important}
  body.buildPage.buildV3Active .smartDateCardRange,
  body.buildPage.buildV3Active .compactStepCard,
  body.buildPage.buildV3Active .wellnessSectionBox,
  body.buildPage.buildV3Active .opt{border-radius:16px!important}
  body.buildPage.buildV3Active .opt,
  body.buildPage.buildV3Active .compactStepCard,
  body.buildPage.buildV3Active .smartDateCardRange,
  body.buildPage.buildV3Active .wellnessSectionBox{padding:10px!important}
  body.buildPage.buildV3Active .opt b{font-size:.95rem!important;line-height:1.08!important}
  body.buildPage.buildV3Active .opt small{font-size:.77rem!important;line-height:1.18!important;margin-top:2px!important}
  body.buildPage.buildV3Active .modeCard .modeCardText b{font-size:.98rem!important}
  body.buildPage.buildV3Active .modeCard .modeCardText small{font-size:.77rem!important;line-height:1.18!important}
  body.buildPage.buildV3Active .smartDateHead small,
  body.buildPage.buildV3Active .inlineHelpNote,
  body.buildPage.buildV3Active .buildInfoStrip span{font-size:.75rem!important;line-height:1.18!important}
  body.buildPage.buildV3Active .buildInfoStrip{padding:8px 10px!important;border-radius:14px!important}

  body.buildPage.buildV3Active .buildInlineEstimate.compactReceipt{left:10px!important;right:10px!important;bottom:calc(env(safe-area-inset-bottom) + 58px)!important;z-index:1591!important}
  body.buildPage.buildV3Active .buildInlineEstimateButton{min-height:42px!important;padding:3px 9px!important;border-radius:13px!important;box-shadow:0 5px 12px rgba(11,31,43,.08)!important}
  body.buildPage.buildV3Active .buildInlineEstimateButton::before{width:13px!important;height:13px!important;margin-right:4px!important}
  body.buildPage.buildV3Active .buildInlineEstimateTop{gap:6px!important;align-items:center!important}
  body.buildPage.buildV3Active .buildInlineEstimateTop strong{font-size:.54rem!important;letter-spacing:.08em!important}
  body.buildPage.buildV3Active .buildInlineEstimateTop span{font-size:.78rem!important;line-height:1!important}
  body.buildPage.buildV3Active .buildInlineEstimateMeta{margin-top:0!important;font-size:.56rem!important;line-height:1.02!important;opacity:.9!important}

  body.buildPage.buildV3Active .buildWizardActionBar{left:10px!important;right:10px!important;bottom:calc(env(safe-area-inset-bottom) + 8px)!important;padding:6px!important;border-radius:15px!important;grid-template-columns:74px 1fr!important;gap:6px!important}
  body.buildPage.buildV3Active .buildWizardNavBtn{min-height:42px!important;border-radius:13px!important;font-size:.9rem!important;padding:0 11px!important}
  body.buildPage.buildV3Active .buildWizardNavBtn--ghost.is-assist{font-size:.82rem!important}

  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta{gap:4px!important;padding:2px 8px 0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip{padding:3px 7px!important;font-size:.58rem!important;line-height:1.05!important;color:#17395b!important;background:#f4f7fb!important;border:1px solid rgba(15,34,51,.08)!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip.is-total{background:#15375f!important;color:#fff!important;border-color:#15375f!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip.is-total *{color:#fff!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody{padding:2px 6px 6px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .tgzReceiptPanelWrap .premiumReceiptPanel,
  body.buildPage .desktopReceiptShell .premiumReceiptPanel{padding:1px!important;border-radius:10px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection,
  body.buildPage .desktopReceiptShell .sumSection{margin:0 0 1px!important;padding:2px 5px 1px!important;border-radius:9px!important;line-height:1.04!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection h3,
  body.buildPage .desktopReceiptShell .sumSection h3{margin:0!important;font-size:.48rem!important;letter-spacing:.08em!important;line-height:1.0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine,
  body.buildPage .desktopReceiptShell .sumLine{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;padding:0!important;gap:3px!important;line-height:1.0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine>span:first-child,
  body.buildPage .desktopReceiptShell .sumLine>span:first-child{gap:0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine b,
  body.buildPage .desktopReceiptShell .sumLine b{font-size:.64rem!important;line-height:1.02!important;margin:0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine small,
  body.buildPage .desktopReceiptShell .sumLine small{font-size:.50rem!important;line-height:1.0!important;margin-top:0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine>span:last-child,
  body.buildPage .desktopReceiptShell .sumLine>span:last-child{min-width:34px!important;font-size:.57rem!important;line-height:1!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isIncluded,
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isNote{padding:0!important;background:none!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isIncluded>span:last-child{padding:2px 7px!important;border-radius:999px!important;background:#eaf8f3!important;color:#15735c!important;font-size:.55rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isNote>span:last-child{padding:2px 7px!important;border-radius:999px!important;background:#eef3f8!important;color:#5f7288!important;font-size:.55rem!important}
}

@media (max-width:620px){
  #navDrawer .drawerUtilityRows{grid-template-columns:1fr!important}
  .topbar .brandMark,
  .topbar .brand img{width:46px!important;height:46px!important;max-width:46px!important}
  .topbar .brandText strong{font-size:clamp(.96rem,4.8vw,1.18rem)!important}
  .topbar .brandText small{font-size:.66rem!important;max-width:150px!important}
}

/* Phase 75 rescue from Phase 74 base: unified mobile shell, compact build, receipt rescue */
@media (max-width:980px){
  .topbar .container{padding-inline:10px!important}
  .topbar .nav{padding:7px 0!important;gap:10px!important;min-height:58px!important;align-items:center!important}
  .topbar .brand{gap:10px!important;min-width:0!important}
  .topbar .brandMark,
  .topbar .brand img{width:42px!important;height:42px!important;max-width:42px!important;object-fit:contain!important}
  .topbar .brandText{min-width:0!important}
  .topbar .brandText strong{font-size:clamp(.98rem,4.8vw,1.2rem)!important;line-height:1.02!important}
  .topbar .brandText small{font-size:.62rem!important;line-height:1.04!important;max-width:132px!important;display:block!important}

  #navBtn.navToggle,
  .navToggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border-radius:16px!important;background:#fff!important;border:1px solid rgba(11,43,74,.12)!important;box-shadow:none!important}
  #navBtn.navToggle span,
  .navToggle span{display:block!important;width:20px!important;height:2px!important;margin:4px 0!important;opacity:1!important;transform:none!important;background:#17395b!important;border-radius:999px!important}

  #navDrawer .drawerPanel{padding:10px 10px calc(env(safe-area-inset-bottom) + 12px)!important;border-radius:22px!important}
  #navDrawer .drawerTopCompact{padding:0 10px!important;grid-template-columns:minmax(0,1fr) 44px!important;gap:8px!important}
  #navDrawer .drawerBrandInline .drawerBrandMark img{width:44px!important;height:44px!important}
  #navDrawer .drawerBrandText strong{font-size:1rem!important;line-height:1.02!important}
  #navDrawer .drawerBrandText small{font-size:.66rem!important;line-height:1.04!important}
  #navDrawer .drawerClose{width:44px!important;height:44px!important;border-radius:16px!important}
  #navDrawer .drawerClose::before{font-size:28px!important;line-height:42px!important}
  #navDrawer .drawerCtas{gap:8px!important;padding:0 10px 8px!important}
  #navDrawer .drawerCtas .btn{min-height:44px!important;border-radius:18px!important;padding:0 12px!important;font-size:.95rem!important}
  #navDrawer .drawerUtilityRows{padding:0 10px 2px!important;gap:7px!important}
  #navDrawer .drawerPicker{border-radius:15px!important}
  #navDrawer .drawerPicker>summary{padding:9px 10px!important;grid-template-columns:24px minmax(0,1fr) 14px!important;gap:8px!important}
  #navDrawer .drawerPickerLabel{font-size:.63rem!important}
  #navDrawer .drawerPickerCopy strong{font-size:.82rem!important}
  #navDrawer .drawerPickerMenu{padding:0 9px 9px!important;gap:5px!important}
  #navDrawer .drawerPickerItem{min-height:32px!important;border-radius:11px!important;font-size:.78rem!important}
  #navDrawer .drawerTabsRich{margin:0 10px 8px!important;gap:6px!important}
  #navDrawer .drawerTabsRich .tab{min-height:36px!important;border-radius:14px!important}
  #navDrawer .drawerGroup{margin:6px 0!important}
  #navDrawer .drawerGroup summary{min-height:40px!important;padding:0 11px!important;border-radius:14px!important;font-size:.88rem!important}
  #navDrawer .drawerLinks a{min-height:36px!important;padding:8px 10px!important;border-radius:12px!important}
  #navDrawer .drawerSectionTitle{margin:8px 0 6px!important;font-size:.72rem!important}
  #navDrawer .chipRow{gap:6px!important;padding-bottom:4px!important}
  #navDrawer .chip{padding:7px 12px!important}

  body.buildPage.buildV3Active main.container{padding-top:var(--tgz-build-main-gap, 12px)!important;padding-bottom:108px!important}
  body.buildPage.buildV3Active .builderCard.builderSteps{padding-top:0!important;padding-bottom:112px!important}
  body.buildPage.buildV3Active .buildWizardTopBar{margin-bottom:0!important}
  body.buildPage.buildV3Active #buildForm > details.fold{margin-bottom:7px!important}
  body.buildPage.buildV3Active #buildForm > details.fold > summary{min-height:38px!important;padding:0 10px!important;font-size:.96rem!important;line-height:1.04!important}
  body.buildPage.buildV3Active #buildForm > details.fold.is-v3-active > .stepBody{padding:0 9px 7px!important}
  body.buildPage.buildV3Active .modeCards{gap:7px!important}
  body.buildPage.buildV3Active .modeCardText{padding:12px!important;min-height:auto!important;border-radius:16px!important;gap:3px!important}
  body.buildPage.buildV3Active .modeCardText b{font-size:.94rem!important;line-height:1.06!important}
  body.buildPage.buildV3Active .modeCardText small{font-size:.75rem!important;line-height:1.16!important;margin-top:1px!important}
  body.buildPage.buildV3Active .opt,
  body.buildPage.buildV3Active .compactStepCard,
  body.buildPage.buildV3Active .smartDateCardRange,
  body.buildPage.buildV3Active .wellnessSectionBox{padding:9px!important;border-radius:15px!important}
  body.buildPage.buildV3Active .opt b{font-size:.92rem!important;line-height:1.06!important}
  body.buildPage.buildV3Active .opt small{font-size:.75rem!important;line-height:1.15!important}
  body.buildPage.buildV3Active #buildForm label{margin:5px 0 3px!important}
  body.buildPage.buildV3Active #buildForm input,
  body.buildPage.buildV3Active #buildForm select,
  body.buildPage.buildV3Active #buildForm textarea{padding:10px 12px!important;border-radius:14px!important;font-size:.96rem!important}
  body.buildPage.buildV3Active #buildForm textarea{min-height:88px!important}

  body.buildPage.buildV3Active .buildInlineEstimate.compactReceipt{left:10px!important;right:10px!important;bottom:calc(env(safe-area-inset-bottom) + 56px)!important;z-index:1591!important}
  body.buildPage.buildV3Active .buildInlineEstimateButton{min-height:40px!important;padding:4px 8px!important;border-radius:12px!important;box-shadow:0 4px 10px rgba(11,31,43,.07)!important}
  body.buildPage.buildV3Active .buildInlineEstimateButton::before{width:12px!important;height:12px!important;margin-right:4px!important}
  body.buildPage.buildV3Active .buildInlineEstimateTop{gap:5px!important}
  body.buildPage.buildV3Active .buildInlineEstimateTop strong{font-size:.52rem!important;letter-spacing:.08em!important}
  body.buildPage.buildV3Active .buildInlineEstimateTop span{font-size:.74rem!important;line-height:1!important}
  body.buildPage.buildV3Active .buildInlineEstimateMeta{font-size:.54rem!important;line-height:1.02!important;margin-top:0!important}

  body.buildPage.buildV3Active .buildWizardActionBar{left:10px!important;right:10px!important;bottom:calc(env(safe-area-inset-bottom) + 8px)!important;padding:6px!important;border-radius:15px!important;grid-template-columns:72px 1fr!important;gap:6px!important;box-shadow:0 10px 22px rgba(11,31,43,.12)!important}
  body.buildPage.buildV3Active .buildWizardNavBtn{min-height:40px!important;border-radius:12px!important;font-size:.88rem!important;padding:0 11px!important}
  body.buildPage.buildV3Active .buildWizardNavBtn--ghost.is-assist{font-size:.80rem!important}

  body.buildPage.buildV3Active.navOpen .buildInlineEstimate.compactReceipt,
  body.buildPage.buildV3Active.navOpen .buildWizardActionBar,
  body.buildPage.buildV3Active.buildPickerOpen .buildInlineEstimate.compactReceipt,
  body.buildPage.buildV3Active.buildPickerOpen .buildWizardActionBar,
  body.buildPage.buildV3Active.buildSummaryOpen .buildInlineEstimate.compactReceipt,
  body.buildPage.buildV3Active.buildSummaryOpen .buildWizardActionBar,
  body.buildPage.buildV3Active.buildReceiptForcedOpen .buildInlineEstimate.compactReceipt,
  body.buildPage.buildV3Active.buildReceiptForcedOpen .buildWizardActionBar{opacity:0!important;pointer-events:none!important;transform:translateY(8px)!important}

  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummaryDialog{left:8px!important;right:8px!important;top:var(--tgz-build-sheet-top, calc(env(safe-area-inset-top) + 84px))!important;bottom:auto!important;height:auto!important;max-height:calc(100dvh - var(--tgz-build-sheet-top, calc(env(safe-area-inset-top) + 84px)) - var(--tgz-build-sheet-bottom, calc(env(safe-area-inset-bottom) + 10px)) - 8px)!important;border-radius:18px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummarySheetHead{padding:8px 12px 6px!important;gap:10px!important;align-items:center!important;position:sticky!important;top:0!important;z-index:2!important;background:#fff!important;border-bottom:1px solid rgba(11,43,74,.08)!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummarySheetHead strong{font-size:.9rem!important;line-height:1.05!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummaryClose{min-width:40px!important;width:40px!important;min-height:40px!important;height:40px!important;border-radius:16px!important;flex-basis:40px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummaryClose::before{font-size:22px!important;line-height:40px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta{gap:6px!important;padding:8px 12px 0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip{padding:5px 9px!important;font-size:.66rem!important;line-height:1.05!important;border-radius:999px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip.is-total,
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip.is-total *{color:#fff!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;padding:8px 10px 10px!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}

  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .tgzReceiptPanelWrap .premiumReceiptPanel,
  body.buildPage .desktopReceiptShell .premiumReceiptPanel{padding:0!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection,
  body.buildPage .desktopReceiptShell .sumSection{margin:0 0 6px!important;padding:9px 10px!important;border-radius:14px!important;background:#fbfdff!important;border:1px solid rgba(11,43,74,.08)!important;line-height:1.12!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection h3,
  body.buildPage .desktopReceiptShell .sumSection h3{margin:0 0 5px!important;font-size:.66rem!important;letter-spacing:.08em!important;line-height:1.02!important;color:#6b7c8f!important;text-transform:uppercase!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine,
  body.buildPage .desktopReceiptShell .sumLine{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:8px!important;padding:3px 0!important;line-height:1.08!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine>span:first-child,
  body.buildPage .desktopReceiptShell .sumLine>span:first-child{min-width:0!important;display:flex!important;flex-direction:column!important;gap:1px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine b,
  body.buildPage .desktopReceiptShell .sumLine b{font-size:.86rem!important;line-height:1.08!important;margin:0!important;color:#142f4f!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine small,
  body.buildPage .desktopReceiptShell .sumLine small{font-size:.66rem!important;line-height:1.12!important;margin-top:0!important;color:#6b7c8f!important;display:block!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine>span:last-child,
  body.buildPage .desktopReceiptShell .sumLine>span:last-child{min-width:42px!important;font-size:.78rem!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;text-align:right!important;color:#17395b!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine br,
  body.buildPage .desktopReceiptShell .sumLine br{display:none!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isIncluded,
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isNote,
  body.buildPage .desktopReceiptShell .sumLine.isIncluded,
  body.buildPage .desktopReceiptShell .sumLine.isNote{padding:2px 0!important;background:none!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isIncluded>span:last-child,
  body.buildPage .desktopReceiptShell .sumLine.isIncluded>span:last-child{padding:4px 9px!important;border-radius:999px!important;background:#eaf8f3!important;color:#15735c!important;font-size:.68rem!important;font-weight:800!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isNote>span:last-child,
  body.buildPage .desktopReceiptShell .sumLine.isNote>span:last-child{padding:4px 9px!important;border-radius:999px!important;background:#eef3f8!important;color:#5f7288!important;font-size:.66rem!important;font-weight:800!important}

  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTotal,
  body.buildPage .desktopReceiptShell .sumTotal{position:static!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;margin:8px 0 0!important;padding:9px 10px!important;border-radius:14px!important;border:1px solid rgba(11,43,74,.10)!important;background:#f3f7fb!important;box-shadow:none!important;color:#17395b!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTotal,
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTotal *,
  body.buildPage .desktopReceiptShell .sumTotal,
  body.buildPage .desktopReceiptShell .sumTotal *{color:#17395b!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTotal>span:first-child,
  body.buildPage .desktopReceiptShell .sumTotal>span:first-child{font-size:.88rem!important;font-weight:900!important;line-height:1.04!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTotal>span:last-child,
  body.buildPage .desktopReceiptShell .sumTotal>span:last-child{padding:5px 10px!important;border-radius:999px!important;background:#17395b!important;color:#fff!important;font-size:.80rem!important;font-weight:950!important;line-height:1!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumFooterNote,
  body.buildPage .desktopReceiptShell .sumFooterNote{margin:6px 2px 0!important;padding:0!important;background:none!important;color:#6b7c8f!important;font-size:.64rem!important;line-height:1.16!important}
}

@media (max-width:620px){
  .topbar .brandText small{max-width:118px!important}
  body.buildPage.buildV3Active .buildWizardActionBar{grid-template-columns:70px 1fr!important}
  body.buildPage.buildV3Active .buildInlineEstimateButton{min-height:38px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection,
  body.buildPage .desktopReceiptShell .sumSection{padding:8px 9px!important}
}

/* Phase 76 polish from phase75 base: compact drawer controls + tighter build cards/buttons */
@media (max-width:980px){
  #navDrawer .drawerPanel{padding:8px 8px calc(env(safe-area-inset-bottom) + 10px)!important}
  #navDrawer .drawerTopCompact{padding:0 8px!important;grid-template-columns:minmax(0,1fr) 42px!important;gap:6px!important}
  #navDrawer .drawerBrandInline .drawerBrandMark img{width:40px!important;height:40px!important}
  #navDrawer .drawerBrandText strong{font-size:.96rem!important;line-height:1.01!important}
  #navDrawer .drawerBrandText small{font-size:.62rem!important;line-height:1.02!important;max-width:128px!important}
  #navDrawer .drawerClose{width:42px!important;height:42px!important;border-radius:15px!important}
  #navDrawer .drawerClose::before{font-size:26px!important;line-height:40px!important}
  #navDrawer .drawerCtas{gap:6px!important;padding:0 8px 6px!important}
  #navDrawer .drawerCtas .btn{min-height:40px!important;border-radius:16px!important;padding:0 11px!important;font-size:.90rem!important}
  #navDrawer .drawerUtilityRows{padding:0 8px 0!important;gap:6px!important}
  #navDrawer .drawerPicker{border-radius:13px!important}
  #navDrawer .drawerPicker>summary{padding:7px 9px!important;grid-template-columns:20px minmax(0,1fr) 12px!important;gap:7px!important}
  #navDrawer .drawerPickerIcon{font-size:1rem!important}
  #navDrawer .drawerPickerLabel{font-size:.58rem!important;letter-spacing:.07em!important}
  #navDrawer .drawerPickerCopy strong{font-size:.76rem!important;line-height:1.02!important}
  #navDrawer .drawerPickerCaret{font-size:.70rem!important}
  #navDrawer .drawerPickerMenu{padding:0 8px 8px!important;gap:4px!important}
  #navDrawer .drawerPickerItem{min-height:30px!important;border-radius:10px!important;font-size:.74rem!important;padding:0 8px!important}
  #navDrawer .drawerTabsRich{margin:0 8px 7px!important;gap:6px!important}
  #navDrawer .drawerTabsRich .tab{min-height:34px!important;border-radius:13px!important;font-size:.84rem!important;padding:0 10px!important}
  #navDrawer .drawerGroup{margin:5px 0!important}
  #navDrawer .drawerGroup summary{min-height:38px!important;padding:0 10px!important;border-radius:13px!important;font-size:.84rem!important}
  #navDrawer .drawerLinks a{min-height:34px!important;padding:7px 9px!important;border-radius:11px!important;font-size:.78rem!important}
  #navDrawer .drawerSectionTitle{margin:6px 0 5px!important;font-size:.68rem!important}
  #navDrawer .chipRow{gap:5px!important;padding-bottom:2px!important}
  #navDrawer .chip{padding:6px 10px!important;font-size:.76rem!important}

  body.buildPage.buildV3Active .builderCard.builderSteps{padding-bottom:102px!important}
  body.buildPage.buildV3Active #buildForm > details.fold{margin-bottom:6px!important}
  body.buildPage.buildV3Active #buildForm > details.fold > summary{min-height:34px!important;padding:0 9px!important;font-size:.92rem!important;line-height:1.02!important}
  body.buildPage.buildV3Active #buildForm > details.fold.is-v3-active > .stepBody{padding:0 8px 6px!important}
  body.buildPage.buildV3Active .modeCards{gap:6px!important}
  body.buildPage.buildV3Active .modeCardText{padding:10px 11px!important;border-radius:14px!important;gap:2px!important}
  body.buildPage.buildV3Active .modeCardText b{font-size:.90rem!important;line-height:1.04!important}
  body.buildPage.buildV3Active .modeCardText small{font-size:.72rem!important;line-height:1.12!important}
  body.buildPage.buildV3Active .opt,
  body.buildPage.buildV3Active .compactStepCard,
  body.buildPage.buildV3Active .smartDateCardRange,
  body.buildPage.buildV3Active .wellnessSectionBox{padding:8px!important;border-radius:14px!important}
  body.buildPage.buildV3Active .opt{gap:6px!important}
  body.buildPage.buildV3Active .opt b{font-size:.88rem!important;line-height:1.04!important}
  body.buildPage.buildV3Active .opt small{font-size:.72rem!important;line-height:1.12!important}
  body.buildPage.buildV3Active #buildForm label{margin:4px 0 2px!important;font-size:.88rem!important}
  body.buildPage.buildV3Active #buildForm input,
  body.buildPage.buildV3Active #buildForm select,
  body.buildPage.buildV3Active #buildForm textarea{padding:9px 11px!important;border-radius:13px!important;font-size:.92rem!important}
  body.buildPage.buildV3Active #buildForm textarea{min-height:82px!important}

  body.buildPage.buildV3Active .buildInlineEstimate.compactReceipt{left:10px!important;right:10px!important;bottom:calc(env(safe-area-inset-bottom) + 52px)!important}
  body.buildPage.buildV3Active .buildInlineEstimateButton{min-height:36px!important;padding:3px 8px!important;border-radius:11px!important;box-shadow:0 4px 9px rgba(11,31,43,.06)!important}
  body.buildPage.buildV3Active .buildInlineEstimateButton::before{width:10px!important;height:10px!important;margin-right:4px!important}
  body.buildPage.buildV3Active .buildInlineEstimateTop{gap:4px!important}
  body.buildPage.buildV3Active .buildInlineEstimateTop strong{font-size:.48rem!important;letter-spacing:.08em!important}
  body.buildPage.buildV3Active .buildInlineEstimateTop span{font-size:.70rem!important;line-height:1!important}
  body.buildPage.buildV3Active .buildInlineEstimateMeta{font-size:.50rem!important;line-height:1.0!important}

  body.buildPage.buildV3Active .buildWizardActionBar{left:10px!important;right:10px!important;bottom:calc(env(safe-area-inset-bottom) + 6px)!important;padding:5px!important;border-radius:14px!important;grid-template-columns:68px 1fr!important;gap:5px!important;box-shadow:0 8px 18px rgba(11,31,43,.10)!important}
  body.buildPage.buildV3Active .buildWizardNavBtn{min-height:37px!important;border-radius:11px!important;font-size:.84rem!important;padding:0 10px!important;font-weight:800!important}
  body.buildPage.buildV3Active .buildWizardNavBtn--ghost.is-assist{font-size:.76rem!important}

  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummaryDialog{border-radius:16px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummarySheetHead{padding:7px 10px 5px!important;gap:8px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummarySheetHead strong{font-size:.84rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummaryClose{min-width:38px!important;width:38px!important;min-height:38px!important;height:38px!important;flex-basis:38px!important;border-radius:15px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummaryClose::before{font-size:20px!important;line-height:38px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta{gap:5px!important;padding:7px 10px 0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip{padding:4px 8px!important;font-size:.62rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody{padding:7px 9px 9px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection,
  body.buildPage .desktopReceiptShell .sumSection{margin:0 0 5px!important;padding:8px 9px!important;border-radius:13px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection h3,
  body.buildPage .desktopReceiptShell .sumSection h3{margin:0 0 4px!important;font-size:.62rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine,
  body.buildPage .desktopReceiptShell .sumLine{gap:6px!important;padding:2px 0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine b,
  body.buildPage .desktopReceiptShell .sumLine b{font-size:.80rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine small,
  body.buildPage .desktopReceiptShell .sumLine small{font-size:.62rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine>span:last-child,
  body.buildPage .desktopReceiptShell .sumLine>span:last-child{font-size:.74rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isIncluded>span:last-child,
  body.buildPage .desktopReceiptShell .sumLine.isIncluded>span:last-child{padding:3px 8px!important;font-size:.64rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine.isNote>span:last-child,
  body.buildPage .desktopReceiptShell .sumLine.isNote>span:last-child{padding:3px 8px!important;font-size:.62rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTotal,
  body.buildPage .desktopReceiptShell .sumTotal{gap:8px!important;margin:6px 0 0!important;padding:8px 9px!important;border-radius:13px!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTotal>span:first-child,
  body.buildPage .desktopReceiptShell .sumTotal>span:first-child{font-size:.82rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTotal>span:last-child,
  body.buildPage .desktopReceiptShell .sumTotal>span:last-child{padding:4px 9px!important;font-size:.74rem!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumFooterNote,
  body.buildPage .desktopReceiptShell .sumFooterNote{margin:5px 2px 0!important;font-size:.60rem!important}
}

@media (max-width:620px){
  #navDrawer .drawerBrandText strong{font-size:.92rem!important}
  #navDrawer .drawerBrandText small{font-size:.60rem!important;max-width:112px!important}
  #navDrawer .drawerCtas .btn{min-height:38px!important;font-size:.86rem!important}
  #navDrawer .drawerPicker>summary{padding:7px 8px!important}
  #navDrawer .drawerPickerLabel{font-size:.56rem!important}
  #navDrawer .drawerPickerCopy strong{font-size:.74rem!important}
  #navDrawer .drawerTabsRich .tab{min-height:33px!important;font-size:.80rem!important}
  body.buildPage.buildV3Active .buildWizardActionBar{grid-template-columns:66px 1fr!important}
  body.buildPage.buildV3Active .buildInlineEstimateButton{min-height:35px!important}
  body.buildPage.buildV3Active #buildForm > details.fold > summary{font-size:.90rem!important}
  body.buildPage.buildV3Active .modeCardText b{font-size:.88rem!important}
  body.buildPage.buildV3Active .opt b{font-size:.86rem!important}
}


/* Phase Forecast A: compact forecast cockpit unification */
body.weatherPage .forecastPathwaySection{padding-top:12px!important}
body.weatherPage .forecastPathwayBox{position:relative!important}
body.weatherPage .forecastPathwayCards{display:grid!important;gap:10px!important}
body.weatherPage .forecastPathwayCards a{display:grid!important;gap:4px!important;padding:14px!important;border-radius:18px!important;background:#f7fbfd!important;border:1px solid rgba(15,34,51,.08)!important;box-shadow:none!important;text-decoration:none!important}
body.weatherPage .forecastPathwayCards a b{font-size:.92rem!important;line-height:1.16!important;color:#0f2233!important}
body.weatherPage .forecastPathwayCards a small{font-size:.78rem!important;line-height:1.35!important;color:#587086!important}

@media (max-width:980px){
  body.weatherDeterministicMobile .forecastLegacyStack>.section:first-child{display:none!important}
  body.weatherDeterministicMobile.forecastAdvancedOpen .forecastLegacyStack{padding-top:4px!important}
  body.weatherDeterministicMobile .forecastWorkbenchSection{padding-top:2px!important;padding-bottom:10px!important}
  body.weatherDeterministicMobile .forecastWorkbenchShell{
    gap:10px!important;
    padding:12px!important;
    border-radius:22px!important;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%)!important;
    border:1px solid rgba(15,34,51,.08)!important;
    box-shadow:0 16px 32px rgba(11,31,43,.08)!important;
  }
  body.weatherDeterministicMobile .forecastWorkbenchHead{display:grid!important;gap:7px!important}
  body.weatherDeterministicMobile .forecastWorkbenchHead .heroPill{font-size:.62rem!important;padding:5px 9px!important}
  body.weatherDeterministicMobile .forecastWorkbenchTitle{font-size:1.05rem!important;line-height:1.06!important;letter-spacing:-.02em!important}
  body.weatherDeterministicMobile .forecastWorkbenchLead{margin:0!important;font-size:.82rem!important;line-height:1.32!important;color:#5a7188!important;max-width:34ch!important}

  body.weatherDeterministicMobile .forecastControlRail{
    position:sticky!important;
    top:56px!important;
    z-index:24!important;
    gap:8px!important;
    padding:8px!important;
    border-radius:18px!important;
    background:rgba(247,251,253,.96)!important;
    backdrop-filter:blur(10px)!important;
    border:1px solid rgba(15,34,51,.06)!important;
    box-shadow:0 10px 24px rgba(11,31,43,.06)!important;
  }
  body.weatherDeterministicMobile .forecastFilterGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.weatherDeterministicMobile .forecastFilterBlock{gap:5px!important}
  body.weatherDeterministicMobile .forecastFilterBlock small{font-size:.62rem!important;letter-spacing:.08em!important;color:#6b7f92!important;text-transform:uppercase!important}
  body.weatherDeterministicMobile .forecastFilterChips{gap:6px!important;overflow:auto!important;padding-bottom:2px!important;scrollbar-width:none!important}
  body.weatherDeterministicMobile .forecastFilterChips::-webkit-scrollbar{display:none!important}
  body.weatherDeterministicMobile .forecastFilterChip{
    min-height:34px!important;
    padding:0 10px!important;
    border-radius:12px!important;
    font-size:.76rem!important;
    line-height:1!important;
    white-space:nowrap!important;
    box-shadow:none!important;
  }

  body.weatherDeterministicMobile .forecastWorkbenchDecision{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:8px!important;
    align-items:stretch!important;
  }
  body.weatherDeterministicMobile .forecastDecisionCopy,
  body.weatherDeterministicMobile .forecastDecisionMeta{
    padding:10px 11px!important;
    border-radius:16px!important;
    background:#f8fbff!important;
    border:1px solid rgba(15,34,51,.06)!important;
    box-shadow:none!important;
  }
  body.weatherDeterministicMobile .forecastDecisionCopy b,
  body.weatherDeterministicMobile .forecastDecisionMeta small{font-size:.64rem!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:#6d8296!important}
  body.weatherDeterministicMobile .forecastDecisionCopy strong,
  body.weatherDeterministicMobile .forecastDecisionMeta strong{font-size:.86rem!important;line-height:1.15!important;color:#0f2233!important}
  body.weatherDeterministicMobile .forecastDecisionCopy span{font-size:.76rem!important;line-height:1.3!important;color:#5b7287!important}

  body.weatherDeterministicMobile .forecastWorkbenchCard{padding:10px!important;border-radius:17px!important;gap:8px!important;background:#fff!important;border:1px solid rgba(15,34,51,.08)!important;box-shadow:none!important}
  body.weatherDeterministicMobile .forecastWorkbenchCardHead{display:grid!important;gap:2px!important}
  body.weatherDeterministicMobile .forecastWorkbenchCardHead b{font-size:.68rem!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:#6a7d90!important}
  body.weatherDeterministicMobile .forecastWorkbenchCardHead span{display:block!important;font-size:.78rem!important;line-height:1.28!important;color:#587086!important}
  body.weatherDeterministicMobile .forecastMatrixScroll{margin:0 -2px!important;padding-bottom:2px!important}
  body.weatherDeterministicMobile .forecastWorkbenchMatrix th,
  body.weatherDeterministicMobile .forecastWorkbenchMatrix td{padding:8px 9px!important;font-size:.75rem!important}

  body.weatherDeterministicMobile .forecastCompareGrid{display:flex!important;gap:8px!important;overflow:auto hidden!important;padding-bottom:2px!important}
  body.weatherDeterministicMobile .forecastCompareCard{min-width:118px!important;padding:10px!important;border-radius:14px!important}
  body.weatherDeterministicMobile .forecastCompareCard strong{font-size:.82rem!important}
  body.weatherDeterministicMobile .forecastCompareCard span{font-size:.72rem!important}

  body.weatherDeterministicMobile .forecastWorkbenchActions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}
  body.weatherDeterministicMobile .forecastWorkbenchActions .btn{min-height:40px!important;padding:0 10px!important;border-radius:14px!important;font-size:.80rem!important;white-space:nowrap!important}
  body.weatherDeterministicMobile .forecastWorkbenchActions .btn:first-child{grid-column:1 / -1!important;min-height:42px!important}

  body.weatherDeterministicMobile .forecastLegacyStack .forecastCockpitShell{
    margin-top:2px!important;
    padding:10px!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid rgba(15,34,51,.08)!important;
    box-shadow:0 10px 24px rgba(11,31,43,.06)!important;
  }
  body.weatherDeterministicMobile .forecastPanelNav{
    position:sticky!important;
    top:56px!important;
    z-index:18!important;
    gap:6px!important;
    padding:6px!important;
    border-radius:16px!important;
    background:rgba(242,247,251,.96)!important;
    backdrop-filter:blur(10px)!important;
    box-shadow:0 10px 22px rgba(11,31,43,.05)!important;
  }
  body.weatherDeterministicMobile .forecastPanelTab{min-height:34px!important;border-radius:12px!important;font-size:.78rem!important;padding:0 10px!important}
  body.weatherDeterministicMobile .forecastDeskGrid{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  body.weatherDeterministicMobile .forecastCurrentCard,
  body.weatherDeterministicMobile .forecastOceanCard,
  body.weatherDeterministicMobile .forecastReadCard{padding:11px!important;border-radius:16px!important;box-shadow:none!important}
  body.weatherDeterministicMobile .forecastCurrentCard h2,
  body.weatherDeterministicMobile .forecastOceanCard h2,
  body.weatherDeterministicMobile .forecastReadCard h2,
  body.weatherDeterministicMobile .visualSectionTitle h2{font-size:1rem!important;line-height:1.06!important}
  body.weatherDeterministicMobile .visualSectionTitle p{font-size:.78rem!important;line-height:1.32!important;color:#5a7188!important;max-width:38ch!important}
  body.weatherDeterministicMobile .forecastMetricGrid{gap:7px!important}
  body.weatherDeterministicMobile .forecastMetric{padding:9px 10px!important;border-radius:14px!important}
  body.weatherDeterministicMobile .forecastMetric b{font-size:.66rem!important}
  body.weatherDeterministicMobile .forecastMetric span{font-size:.90rem!important}
  body.weatherDeterministicMobile #forecastRead{padding:10px!important;border-radius:14px!important;background:#f8fbff!important;border:1px solid rgba(15,34,51,.06)!important}
  body.weatherDeterministicMobile #forecastRead .forecastReadRow{padding:6px 0!important}

  body.weatherDeterministicMobile .forecastHourlyGrid,
  body.weatherDeterministicMobile .forecastDayGrid{gap:8px!important}
  body.weatherDeterministicMobile .tableWrap{margin-top:0!important;border-radius:16px!important;overflow:auto!important}
  body.weatherDeterministicMobile #wxTable th,
  body.weatherDeterministicMobile #wxTable td{padding:9px 8px!important;font-size:.74rem!important}

  body.weatherDeterministicMobile .forecastPathwaySection{padding-top:10px!important;padding-bottom:6px!important}
  body.weatherDeterministicMobile .forecastPathwayBox{
    padding:12px!important;
    border-radius:20px!important;
    background:linear-gradient(180deg,#f9fcff 0%,#f3f8fc 100%)!important;
    border:1px solid rgba(15,34,51,.08)!important;
    box-shadow:none!important;
  }
  body.weatherDeterministicMobile .forecastPathwayBox h2{font-size:1rem!important;line-height:1.08!important;margin:0 0 6px!important}
  body.weatherDeterministicMobile .forecastPathwayBox p{font-size:.80rem!important;line-height:1.35!important;color:#5a7188!important;margin:0 0 10px!important}
  body.weatherDeterministicMobile .forecastPathwayCards{grid-template-columns:1fr!important;gap:8px!important}
  body.weatherDeterministicMobile .forecastPathwayCards a{padding:11px 12px!important;border-radius:15px!important;background:#fff!important}
  body.weatherDeterministicMobile .forecastPathwayCards a b{font-size:.84rem!important}
  body.weatherDeterministicMobile .forecastPathwayCards a small{font-size:.72rem!important;line-height:1.28!important}
}

@media (min-width:981px){
  body.weatherPage .forecastWorkbenchShell{padding:16px!important;gap:12px!important}
  body.weatherPage .forecastControlRail{gap:10px!important;top:72px!important}
  body.weatherPage .forecastWorkbenchDecision{grid-template-columns:2fr 1fr!important;gap:10px!important}
  body.weatherPage .forecastWorkbenchActions{display:flex!important;gap:8px!important;align-items:center!important}
  body.weatherPage .forecastWorkbenchActions .btn:first-child{margin-inline-end:auto!important}
  body.weatherPage .forecastPathwayBox{padding:18px!important;border-radius:24px!important;background:linear-gradient(180deg,#f9fcff 0%,#f3f8fc 100%)!important;border:1px solid rgba(15,34,51,.08)!important}
  body.weatherPage .forecastPathwayCards{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}

/* Phase Forecast Intelligence Upgrade */
body.weatherPage .forecastInsightGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.weatherPage .forecastInsightGrid--secondary{align-items:start}
body.weatherPage .forecastWindowsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body.weatherPage .forecastWindowCard{display:grid;gap:10px;padding:12px;border-radius:18px;background:#f8fbff;border:1px solid rgba(15,34,51,.08)}
body.weatherPage .forecastWindowHead{display:flex;align-items:center;justify-content:space-between;gap:8px}
body.weatherPage .forecastWindowHead strong{font-size:.9rem;line-height:1.15;color:#0f2233}
body.weatherPage .forecastWindowSplit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
body.weatherPage .forecastWindowSplit > div{display:grid;gap:3px;padding:9px 10px;border-radius:14px;background:#fff;border:1px solid rgba(15,34,51,.06)}
body.weatherPage .forecastWindowSplit small{font-size:.64rem;letter-spacing:.07em;text-transform:uppercase;color:#6b7f92}
body.weatherPage .forecastWindowSplit b{font-size:.9rem;line-height:1.15;color:#0f2233}
body.weatherPage .forecastWindowSplit span{font-size:.76rem;color:#1980b9;font-weight:700}
body.weatherPage .forecastWindowSplit em{font-style:normal;font-size:.74rem;line-height:1.28;color:#5d7387}
body.weatherPage .forecastTrustGrid{display:grid;gap:10px}
body.weatherPage .forecastTrustBadge{display:grid;gap:2px;padding:12px 13px;border-radius:18px;background:#f8fbff;border:1px solid rgba(15,34,51,.08)}
body.weatherPage .forecastTrustBadge small{font-size:.64rem;letter-spacing:.07em;text-transform:uppercase;color:#6b7f92}
body.weatherPage .forecastTrustBadge strong{font-size:1rem;line-height:1.08;color:#0f2233}
body.weatherPage .forecastTrustBadge span{font-size:.8rem;color:#5f7388}
body.weatherPage .forecastTrustPills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
body.weatherPage .forecastTrustPills span{display:grid;gap:2px;padding:10px;border-radius:14px;background:#fff;border:1px solid rgba(15,34,51,.06)}
body.weatherPage .forecastTrustPills b{font-size:.66rem;letter-spacing:.06em;text-transform:uppercase;color:#6b7f92}
body.weatherPage .forecastTrustPills small{font-size:.78rem;line-height:1.28;color:#0f2233}
body.weatherPage .forecastTrustGrid p{margin:0;font-size:.77rem;line-height:1.34;color:#5a7188}
body.weatherPage .forecastTripAdvice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
body.weatherPage .forecastTripPill{display:grid;gap:3px;padding:11px;border-radius:16px;background:#f8fbff;border:1px solid rgba(15,34,51,.07)}
body.weatherPage .forecastTripPill small{font-size:.64rem;letter-spacing:.06em;text-transform:uppercase;color:#6b7f92}
body.weatherPage .forecastTripPill strong{font-size:.88rem;line-height:1.2;color:#0f2233}
body.weatherPage .forecastTripPill span{font-size:.76rem;line-height:1.28;color:#587086}
body.weatherPage .forecastSpotMatrix{width:100%;border-collapse:separate;border-spacing:0 8px}
body.weatherPage .forecastSpotMatrix th,
body.weatherPage .forecastSpotMatrix td{padding:9px 10px;font-size:.79rem;text-align:left;background:#fff;border-top:1px solid rgba(15,34,51,.06);border-bottom:1px solid rgba(15,34,51,.06)}
body.weatherPage .forecastSpotMatrix thead th{font-size:.66rem;letter-spacing:.06em;text-transform:uppercase;color:#6a7d90;background:transparent;border:none;padding:0 10px 6px}
body.weatherPage .forecastSpotMatrix tbody th{border-left:1px solid rgba(15,34,51,.06);border-radius:14px 0 0 14px;color:#0f2233}
body.weatherPage .forecastSpotMatrix tbody td:last-child{border-right:1px solid rgba(15,34,51,.06);border-radius:0 14px 14px 0;font-weight:700}
body.weatherPage .forecastSpotMatrix tbody tr.is-active th,
body.weatherPage .forecastSpotMatrix tbody tr.is-active td{background:#eef7fc}
body.weatherPage .forecastPathwayBox{background:#f7fbfd!important;box-shadow:none!important}
body.weatherPage .forecastPathwayBox h2{font-size:1.02rem!important}
body.weatherPage .forecastPathwayBox p{max-width:60ch}
body.weatherPage .forecastCompareCard span{line-height:1.24!important}
body.weatherPage .tone-good{background:#ecf8f1!important}
body.weatherPage .tone-ok{background:#f8fbff!important}
body.weatherPage .tone-warn{background:#fff7ea!important}
body.weatherPage .tone-bad{background:#fff0ef!important}
body.weatherPage .is-good{color:#137b46!important}
body.weatherPage .is-ok{color:#1b7fb8!important}
body.weatherPage .is-warn{color:#b06a00!important}
body.weatherPage .is-bad{color:#b3473d!important}

@media (max-width:980px){
  body.weatherDeterministicMobile .forecastInsightGrid{grid-template-columns:1fr!important;gap:8px!important}
  body.weatherDeterministicMobile .forecastWindowsGrid{grid-template-columns:1fr!important;gap:8px!important}
  body.weatherDeterministicMobile .forecastWindowCard{padding:10px!important;border-radius:16px!important;gap:8px!important}
  body.weatherDeterministicMobile .forecastWindowHead strong{font-size:.84rem!important}
  body.weatherDeterministicMobile .forecastWindowSplit{gap:7px!important}
  body.weatherDeterministicMobile .forecastWindowSplit > div{padding:8px 9px!important;border-radius:13px!important}
  body.weatherDeterministicMobile .forecastWindowSplit b{font-size:.84rem!important}
  body.weatherDeterministicMobile .forecastWindowSplit span{font-size:.72rem!important}
  body.weatherDeterministicMobile .forecastWindowSplit em{font-size:.71rem!important}
  body.weatherDeterministicMobile .forecastTrustBadge{padding:10px 11px!important;border-radius:16px!important}
  body.weatherDeterministicMobile .forecastTrustPills{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  body.weatherDeterministicMobile .forecastTrustPills span{padding:8px!important;border-radius:12px!important}
  body.weatherDeterministicMobile .forecastTrustPills small{font-size:.72rem!important}
  body.weatherDeterministicMobile .forecastTripAdvice{grid-template-columns:1fr!important;gap:7px!important}
  body.weatherDeterministicMobile .forecastTripPill{padding:10px!important;border-radius:14px!important}
  body.weatherDeterministicMobile .forecastTripPill strong{font-size:.83rem!important}
  body.weatherDeterministicMobile .forecastSpotMatrix thead th{font-size:.62rem!important;padding:0 8px 5px!important}
  body.weatherDeterministicMobile .forecastSpotMatrix th,
  body.weatherDeterministicMobile .forecastSpotMatrix td{padding:8px 8px!important;font-size:.72rem!important}
  body.weatherDeterministicMobile .forecastPathwayBox{padding:10px!important;border-radius:18px!important}
  body.weatherDeterministicMobile .forecastPathwayCards a{padding:10px 11px!important}
}


/* Phase 80 final weather rendering cleanup */
body.weatherPage .forecastWorkbenchShell{gap:10px!important}
body.weatherPage .forecastPanelNav--main{position:sticky;top:calc(var(--header-h,64px) + 4px);z-index:11;background:linear-gradient(180deg,rgba(245,248,251,.98),rgba(245,248,251,.92));backdrop-filter:blur(10px);padding:4px;border-radius:16px;border:1px solid rgba(15,34,51,.07)}
body.weatherPage .forecastPaneStack{display:grid;gap:10px}
body.weatherPage .forecastPaneStack--nested{padding-top:10px}
body.weatherPage .forecastOverviewMeta{display:grid;gap:8px}
body.weatherPage .forecastMetricSplit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
body.weatherPage .forecastCompactDisclosure{border:1px solid rgba(15,34,51,.08);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(11,31,43,.05);overflow:hidden}
body.weatherPage .forecastCompactDisclosure summary{list-style:none;cursor:pointer;padding:12px 14px;font-weight:700;color:#0f2233;display:flex;align-items:center;justify-content:space-between;gap:10px}
body.weatherPage .forecastCompactDisclosure summary::-webkit-details-marker{display:none}
body.weatherPage .forecastCompactDisclosure summary::after{content:'+';display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#eef5fa;color:#143348;font-size:1rem;line-height:1}
body.weatherPage .forecastCompactDisclosure[open] summary::after{content:'–'}
body.weatherPage .forecastCompactDisclosure > *:not(summary){padding:0 12px 12px}
body.weatherPage .forecastTopWindowsCard{background:#f9fbfd!important}
body.weatherPage .forecastMiniWindowGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
body.weatherPage .forecastMiniWindowCard{display:grid;gap:3px;padding:11px 12px;border-radius:15px;background:#fff;border:1px solid rgba(15,34,51,.07)}
body.weatherPage .forecastMiniWindowCard strong{font-size:.86rem;line-height:1.18;color:#0f2233}
body.weatherPage .forecastMiniWindowCard span{font-size:.74rem;line-height:1.28;color:#466177}
body.weatherPage .forecastMiniWindowCard small{font-size:.71rem;line-height:1.32;color:#6a7d90}
body.weatherPage .forecastPlanCard .forecastWorkbenchCardHead span{max-width:60ch}
body.weatherPage .forecastPathwayCards--compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
body.weatherPage .forecastPathwayCards--compact a{display:grid;gap:3px;padding:11px 12px;border-radius:16px;background:#fff;border:1px solid rgba(15,34,51,.06)}
body.weatherPage .forecastHelpCompact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
body.weatherPage .forecastHelpCompact .btn{min-height:42px;justify-content:center}
body.weatherPage .forecastPanel[hidden]{display:none!important}
body.weatherPage .nextSteps{display:none!important}
body.weatherPage .forecastLegacyStack{display:none!important}
body.weatherPage .forecastMatrixScroll,.weatherPage .forecastTableWrap{overflow:auto hidden;-webkit-overflow-scrolling:touch}
body.weatherPage .forecastHourlyGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
body.weatherPage .forecastHourCard{padding:11px 12px;border-radius:16px;background:#fff;border:1px solid rgba(15,34,51,.07)}
body.weatherPage .forecastHourTop{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}
body.weatherPage .forecastHourTop strong{font-size:.82rem;line-height:1.15;color:#0f2233}
body.weatherPage .forecastHourTop span{font-size:.72rem;line-height:1.2;color:#537089;text-align:right}
@media (max-width:980px){
  body.weatherDeterministicMobile .forecastPanelNav--main{top:calc(var(--header-h,60px) + 2px);padding:3px!important;border-radius:14px!important}
  body.weatherDeterministicMobile .forecastMetricSplit{grid-template-columns:1fr!important;gap:8px!important}
  body.weatherDeterministicMobile .forecastWorkbenchActions--overview{grid-template-columns:1fr 1fr!important}
  body.weatherDeterministicMobile .forecastWorkbenchActions--overview .btn:first-child{grid-column:1 / -1!important}
  body.weatherDeterministicMobile .forecastMiniWindowGrid{grid-template-columns:1fr!important;gap:7px!important}
  body.weatherDeterministicMobile .forecastHourlyGrid{grid-template-columns:1fr!important;gap:7px!important}
  body.weatherDeterministicMobile .forecastCompactDisclosure summary{padding:11px 12px!important;font-size:.86rem!important}
  body.weatherDeterministicMobile .forecastCompactDisclosure > *:not(summary){padding:0 10px 10px!important}
  body.weatherDeterministicMobile .forecastPathwayCards--compact{grid-template-columns:1fr!important}
  body.weatherDeterministicMobile .forecastHelpCompact{grid-template-columns:1fr!important}
  body.weatherDeterministicMobile .forecastSpotMatrix thead{display:none!important}
  body.weatherDeterministicMobile .forecastSpotMatrix,body.weatherDeterministicMobile .forecastSpotMatrix tbody,body.weatherDeterministicMobile .forecastSpotMatrix tr,body.weatherDeterministicMobile .forecastSpotMatrix th,body.weatherDeterministicMobile .forecastSpotMatrix td{display:block!important;width:100%!important}
  body.weatherDeterministicMobile .forecastSpotMatrix tbody tr{border:1px solid rgba(15,34,51,.07);border-radius:14px;background:#fff;padding:8px 10px;margin-bottom:8px}
  body.weatherDeterministicMobile .forecastSpotMatrix tbody th{border:none!important;padding:0 0 6px!important;background:transparent!important}
  body.weatherDeterministicMobile .forecastSpotMatrix tbody td{border:none!important;border-radius:0!important;background:transparent!important;padding:2px 0!important}
  body.weatherDeterministicMobile .forecastSpotMatrix tbody td::before{content:attr(data-label);display:block;font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;color:#6b7f92;margin-bottom:1px}
  body.weatherDeterministicMobile #wxTable{min-width:520px}
}
/* <<< _phase155_v352_shell.css <<< */

/* === Phase 166: unified interaction language ============================== */
html{scroll-behavior:smooth;}
body .btn,
body button.btn,
body .navToggle,
body .currencyChip,
body .langChip,
body .drawerPickerItem,
body .drawerTabs .tab,
body .bottomQuickNav a,
body .bottomQuickNav button,
body .smartDockAction,
body .sceneCarouselNav{
  transition:
    transform var(--tgz-act-speed) var(--tgz-act-ease),
    box-shadow var(--tgz-act-speed) var(--tgz-act-ease),
    border-color var(--tgz-act-speed) var(--tgz-act-ease),
    background-color var(--tgz-act-speed) var(--tgz-act-ease),
    color var(--tgz-act-speed) var(--tgz-act-ease),
    opacity var(--tgz-act-speed) var(--tgz-act-ease);
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
body .btn:hover,
body .currencyChip:hover,
body .langChip:hover,
body .drawerPickerItem:hover,
body .drawerTabs .tab:hover,
body .bottomQuickNav a:hover,
body .sceneCarouselNav:hover{
  transform:translateY(-1px);
}
body .btn:active,
body .btn.is-pressing,
body .navToggle:active,
body .navToggle.is-pressing,
body .currencyChip:active,
body .currencyChip.is-pressing,
body .langChip:active,
body .langChip.is-pressing,
body .drawerPickerItem:active,
body .drawerPickerItem.is-pressing,
body .drawerTabs .tab:active,
body .drawerTabs .tab.is-pressing,
body .bottomQuickNav a:active,
body .bottomQuickNav a.is-pressing,
body .sceneCarouselNav:active,
body .sceneCarouselNav.is-pressing{
  transform:translateY(0) scale(.975);
}
body .btn.primary,
body button.btn.primary,
body a.btn.primary{
  background:linear-gradient(135deg,var(--tgz-act-ink),#24201b)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(17,24,39,.20)!important;
}
body .btn.primary:hover{box-shadow:0 18px 42px rgba(17,24,39,.24)!important;}
body .btn.secondary,
body button.btn.secondary,
body a.btn.secondary{
  background:rgba(255,255,255,.84)!important;
  border:1px solid var(--tgz-act-line)!important;
  color:var(--tgz-act-ink)!important;
  box-shadow:0 10px 24px rgba(17,24,39,.07)!important;
}
body .btn[disabled],
body button[disabled]{
  opacity:.48!important;
  filter:saturate(.6)!important;
  transform:none!important;
  cursor:not-allowed!important;
}
body :is(.btn,.currencyChip,.langChip,.drawerPickerItem,.tab,.navToggle,.sceneCarouselNav):focus-visible{
  outline:3px solid rgba(233,141,37,.34)!important;
  outline-offset:3px!important;
}
.currencyChip.is-current,
.currencyChip.isCurrent,
.drawerPickerItem.is-current,
.drawerPickerItem.isCurrent,
.langChip[aria-current="true"],
.drawerTabs .tab.isActive,
.drawerTabs .tab[aria-selected="true"]{
  background:linear-gradient(135deg,rgba(233,141,37,.18),rgba(255,255,255,.94))!important;
  border-color:rgba(233,141,37,.42)!important;
  color:var(--tgz-act-ink)!important;
  box-shadow:0 12px 30px rgba(233,141,37,.12)!important;
}
.drawerBackdrop{
  transition:opacity var(--tgz-act-panel) var(--tgz-act-ease),visibility var(--tgz-act-panel) var(--tgz-act-ease)!important;
}
#navDrawer,
.navDrawer,
.drawerPanel{
  transition:transform var(--tgz-act-panel) var(--tgz-act-ease),opacity var(--tgz-act-panel) var(--tgz-act-ease)!important;
  will-change:transform,opacity;
}
.drawerPicker > summary,
.drawerPickerItem{
  border-radius:18px!important;
}
.drawerPickerMenu{
  border-radius:20px!important;
  box-shadow:var(--tgz-act-shadow)!important;
}
.navToggle{
  border-radius:18px!important;
  background:rgba(255,255,255,.82)!important;
  box-shadow:0 10px 24px rgba(17,24,39,.09)!important;
}
.navToggle[aria-expanded="true"]{
  background:linear-gradient(135deg,var(--tgz-act-ink),#2a211a)!important;
  border-color:rgba(233,141,37,.32)!important;
}
.navToggle[aria-expanded="true"] span{background:#fff!important;}
.sceneCarouselTrack,
:is(.forecastStrip,.forecastCards,.spotRail,.packageRail,.weatherSnapRail){
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-x:contain;
}
.sceneCarouselTrack > *,
:is(.forecastStrip,.forecastCards,.spotRail,.packageRail,.weatherSnapRail) > *{
  scroll-snap-align:start;
}
.sceneCarouselDots button,
.carouselDots button{
  width:8px!important;height:8px!important;border-radius:999px!important;
  border:1px solid rgba(17,24,39,.18)!important;background:rgba(17,24,39,.16)!important;
  transition:width var(--tgz-act-speed) var(--tgz-act-ease),background-color var(--tgz-act-speed) var(--tgz-act-ease),transform var(--tgz-act-speed) var(--tgz-act-ease);
}
.sceneCarouselDots button.is-active,
.carouselDots button.is-active{
  width:24px!important;background:var(--tgz-act-orange)!important;border-color:var(--tgz-act-orange)!important;
}
@media(max-width:760px){
  body .btn{min-height:42px;border-radius:16px!important;padding:.72rem 1rem!important;}
  .drawerTabs{gap:8px!important;}
  .drawerPickerMenu{padding:8px!important;}
}


/* Phase 168 — Build receipt + pricing interaction finalization */
@media (max-width:980px){
  body.buildPage.buildV3Active,
  body.buildPage.buildV7Active{
    --tgz-action-dark:#102c46;
    --tgz-action-blue:#163f63;
    --tgz-action-warm:#f5a623;
    --tgz-action-cream:#fffaf1;
    --tgz-action-border:rgba(16,44,70,.14);
  }

  body.buildPage.buildV3Active .btn.primary,
  body.buildPage.buildV7Active .btn.primary,
  body.buildPage.buildV3Active .buildWizardNavBtn:not(.buildWizardNavBtn--ghost),
  body.buildPage.buildV7Active .buildWizardNavBtn:not(.buildWizardNavBtn--ghost){
    background:linear-gradient(135deg,#102c46 0%,#173f61 56%,#d98c14 140%)!important;
    color:#fff!important;
    border:1px solid rgba(16,44,70,.18)!important;
    box-shadow:0 14px 28px rgba(16,44,70,.18)!important;
  }
  body.buildPage.buildV3Active .buildWizardNavBtn--ghost,
  body.buildPage.buildV7Active .buildWizardNavBtn--ghost,
  body.buildPage.buildV3Active .btn.secondary,
  body.buildPage.buildV7Active .btn.secondary{
    background:#fffaf1!important;
    color:#102c46!important;
    border:1px solid rgba(16,44,70,.14)!important;
    box-shadow:0 8px 18px rgba(16,44,70,.07)!important;
  }
  body.buildPage.buildV3Active .btn:active,
  body.buildPage.buildV7Active .btn:active,
  body.buildPage.buildV3Active .buildWizardNavBtn:active,
  body.buildPage.buildV7Active .buildWizardNavBtn:active,
  body.buildPage.buildV3Active .opt:active,
  body.buildPage.buildV7Active .opt:active,
  body.buildPage.buildV3Active .modeCard:active,
  body.buildPage.buildV7Active .modeCard:active{
    transform:translateY(1px) scale(.992)!important;
  }

  body.buildPage.buildV3Active .buildInlineEstimate.compactReceipt,
  body.buildPage.buildV7Active .buildInlineEstimate.compactReceipt{
    left:12px!important;
    right:12px!important;
    bottom:calc(env(safe-area-inset-bottom) + 54px)!important;
  }
  body.buildPage.buildV3Active .buildInlineEstimateButton,
  body.buildPage.buildV7Active .buildInlineEstimateButton{
    min-height:44px!important;
    padding:7px 10px!important;
    border-radius:18px!important;
    background:linear-gradient(135deg,#fffdf7 0%,#fff6e5 100%)!important;
    border:1px solid rgba(16,44,70,.16)!important;
    color:#102c46!important;
    box-shadow:0 10px 24px rgba(16,44,70,.13)!important;
    overflow:hidden!important;
  }
  body.buildPage.buildV3Active .buildInlineEstimateButton::before,
  body.buildPage.buildV7Active .buildInlineEstimateButton::before{
    display:none!important;
  }
  body.buildPage.buildV3Active .buildInlineEstimateTop strong,
  body.buildPage.buildV7Active .buildInlineEstimateTop strong{
    color:#6b4b18!important;
    letter-spacing:.10em!important;
    font-size:.58rem!important;
  }
  body.buildPage.buildV3Active .buildInlineEstimateTop span,
  body.buildPage.buildV7Active .buildInlineEstimateTop span{
    color:#102c46!important;
    font-weight:900!important;
    font-size:1.02rem!important;
  }
  body.buildPage.buildV3Active .buildInlineEstimateMeta,
  body.buildPage.buildV7Active .buildInlineEstimateMeta{
    color:#586b7d!important;
    font-size:.66rem!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.buildPage.buildSummaryOpen{overflow:hidden!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #buildSummarySheet{
    position:fixed!important;
    inset:0!important;
    z-index:2147483640!important;
    display:block!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet[hidden],
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #buildSummarySheet[hidden]{display:none!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummaryBackdrop,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummaryBackdrop{
    position:absolute!important;
    inset:0!important;
    background:rgba(9,24,38,.46)!important;
    backdrop-filter:blur(4px)!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummaryDialog,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummaryDialog{
    position:absolute!important;
    left:12px!important;
    right:12px!important;
    top:auto!important;
    bottom:calc(env(safe-area-inset-bottom) + 12px)!important;
    max-height:min(72dvh,620px)!important;
    height:auto!important;
    border-radius:26px!important;
    background:#fffaf1!important;
    border:1px solid rgba(16,44,70,.14)!important;
    box-shadow:0 24px 58px rgba(7,24,39,.32)!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummarySheetHead,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummarySheetHead{
    position:relative!important;
    padding:16px 16px 8px!important;
    background:#fffaf1!important;
    border-bottom:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummarySheetHead strong,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummarySheetHead strong{
    font-size:1.05rem!important;
    line-height:1.08!important;
    color:#102c46!important;
    letter-spacing:-.02em!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummaryClose,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #buildSummaryClose{
    width:auto!important;
    min-width:64px!important;
    height:42px!important;
    min-height:42px!important;
    flex:0 0 auto!important;
    border-radius:16px!important;
    padding:0 14px!important;
    background:#fff!important;
    color:#102c46!important;
    border:1px solid rgba(16,44,70,.14)!important;
    box-shadow:0 8px 18px rgba(16,44,70,.08)!important;
    font-size:.82rem!important;
    font-weight:900!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummaryClose::before,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #buildSummaryClose::before{display:none!important}

  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryMeta{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    padding:0 16px 10px!important;
    background:#fffaf1!important;
    border-bottom:1px solid rgba(16,44,70,.08)!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip{
    display:inline-flex!important;
    align-items:center!important;
    min-height:28px!important;
    padding:0 10px!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#102c46!important;
    border:1px solid rgba(16,44,70,.10)!important;
    font-size:.70rem!important;
    font-weight:850!important;
    box-shadow:none!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip.is-total,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryMeta .chip.is-total{
    background:#102c46!important;
    color:#fff!important;
    border-color:#102c46!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody{
    padding:10px 12px 14px!important;
    overflow:auto!important;
    max-height:calc(min(72dvh,620px) - 122px)!important;
    background:#fffaf1!important;
    scrollbar-width:thin!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .buildV8ReceiptCompact,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .buildV8ReceiptCompact{
    display:grid!important;
    gap:9px!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumHeroTotal,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumHeroTotal{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:12px!important;
    border-radius:19px!important;
    background:linear-gradient(135deg,#102c46 0%,#173f61 100%)!important;
    color:#fff!important;
    border:0!important;
    margin:0!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumHeroTotal small,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumHeroTotal small{
    display:block!important;
    color:rgba(255,255,255,.72)!important;
    font-size:.64rem!important;
    line-height:1.1!important;
    max-width:190px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumHeroTotal b,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumHeroTotal b{
    display:block!important;
    color:#fff!important;
    font-size:.96rem!important;
    line-height:1.1!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumHeroTotal .sumMoney,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumHeroTotal .sumMoney{
    color:#fff!important;
    font-size:1.08rem!important;
    font-weight:950!important;
    white-space:nowrap!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewGrid,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewGrid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewCard,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewCard{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:7px!important;
    min-height:54px!important;
    padding:9px 10px!important;
    border-radius:17px!important;
    background:#fff!important;
    color:#102c46!important;
    border:1px solid rgba(16,44,70,.11)!important;
    text-align:left!important;
    box-shadow:0 8px 18px rgba(16,44,70,.06)!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewCard b,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewCard b{
    display:block!important;
    font-size:.78rem!important;
    line-height:1.05!important;
    color:#102c46!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewCard small,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewCard small{
    display:block!important;
    font-size:.60rem!important;
    line-height:1.05!important;
    color:#647789!important;
    margin-top:2px!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewMoney,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewMoney,
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewPill,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewPill{
    flex:0 0 auto!important;
    display:inline-flex!important;
    align-items:center!important;
    min-height:24px!important;
    padding:0 8px!important;
    border-radius:999px!important;
    background:#fff6e5!important;
    color:#7b4b07!important;
    font-size:.66rem!important;
    font-weight:950!important;
    white-space:nowrap!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumDetailsCompact,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumDetailsCompact{
    display:grid!important;
    gap:7px!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection:not(.sumHeroTotal),
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection:not(.sumHeroTotal){
    margin:0!important;
    padding:9px 10px!important;
    border-radius:17px!important;
    background:#fff!important;
    border:1px solid rgba(16,44,70,.09)!important;
    box-shadow:0 6px 16px rgba(16,44,70,.045)!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection h3,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumSection h3{
    margin:0 0 5px!important;
    color:#6b4b18!important;
    font-size:.64rem!important;
    letter-spacing:.12em!important;
    line-height:1.05!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:8px!important;
    align-items:center!important;
    padding:5px 0!important;
    border-bottom:1px solid rgba(16,44,70,.055)!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine:last-child,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine:last-child{border-bottom:0!important}
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLabel,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLabel{
    min-width:0!important;
    overflow:hidden!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine b,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine b{
    color:#102c46!important;
    font-size:.78rem!important;
    line-height:1.08!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine small,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumLine small{
    color:#697c8f!important;
    font-size:.62rem!important;
    line-height:1.12!important;
    display:block!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:210px!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumMoney,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumMoney,
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTag,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTag{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:24px!important;
    padding:0 8px!important;
    border-radius:999px!important;
    background:#eef5fb!important;
    color:#102c46!important;
    font-size:.66rem!important;
    font-weight:950!important;
    white-space:nowrap!important;
    max-width:96px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTag.is-included,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTag.is-included{
    background:#e9f6ef!important;
    color:#197250!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTag.is-note,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumTag.is-note{
    background:#eef2f6!important;
    color:#607284!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumMore,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumMore{
    color:#607284!important;
    font-size:.66rem!important;
    font-weight:850!important;
    padding-top:4px!important;
  }
}
@media (max-width:420px){
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewGrid,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #mobileSummaryBody .sumOverviewGrid{
    grid-template-columns:1fr!important;
  }
  body.buildPage.buildV3Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummaryDialog,
  body.buildPage.buildV7Active.buildWizardReady.buildWizardActive #buildSummarySheet .buildSummaryDialog{
    left:8px!important;
    right:8px!important;
    border-radius:23px!important;
  }
}

/* >>> Phase 175: shared header/menu reset from stable Build base >>> */
:root{
  --tgz-chrome-ink:#0b2239;
  --tgz-chrome-navy:#0d2d4b;
  --tgz-chrome-cream:#fffaf1;
  --tgz-chrome-cream-2:#f7f1e7;
  --tgz-chrome-accent:#f49a1f;
  --tgz-chrome-line:rgba(13,45,75,.13);
  --tgz-chrome-muted:#647386;
  --tgz-chrome-shadow:0 18px 42px rgba(13,45,75,.12);
}
html,body{overflow-x:hidden!important}
.topbar.tgzChrome{
  position:sticky!important;
  top:0!important;
  z-index:5000!important;
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid var(--tgz-chrome-line)!important;
  box-shadow:0 8px 24px rgba(13,45,75,.06)!important;
  backdrop-filter:saturate(150%) blur(12px)!important;
  isolation:isolate!important;
}
.tgzChromeContainer{width:min(100%, 1460px)!important;max-width:1460px!important;margin:0 auto!important;padding-inline:18px!important}
.tgzChromeNav{
  min-height:82px!important;
  display:grid!important;
  grid-template-columns:minmax(210px,320px) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  padding:9px 0!important;
}
.tgzChromeBrand{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important;color:var(--tgz-chrome-ink)!important;text-decoration:none!important}
.tgzChromeLogo{width:58px!important;height:58px!important;border-radius:18px!important;border:1px solid rgba(13,45,75,.10)!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 10px 22px rgba(13,45,75,.07)!important;overflow:hidden!important;flex:0 0 58px!important}
.tgzChromeLogo img{display:block!important;width:48px!important;height:48px!important;object-fit:contain!important;max-width:48px!important;max-height:48px!important}
.tgzChromeWord{display:block!important;min-width:0!important;overflow:hidden!important}
.tgzChromeWord strong{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-family:"Inter Tight","Inter",system-ui,sans-serif!important;font-size:24px!important;line-height:.95!important;letter-spacing:-.045em!important;color:var(--tgz-chrome-ink)!important;font-weight:950!important}
.tgzChromeWord small{display:block!important;margin-top:5px!important;max-width:27ch!important;white-space:normal!important;font-size:12px!important;line-height:1.12!important;color:var(--tgz-chrome-muted)!important;font-weight:800!important}
.tgzChromePrimary{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;overflow:hidden!important}
.tgzChromePrimary a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid transparent!important;color:var(--tgz-chrome-ink)!important;background:transparent!important;font-weight:950!important;font-size:15px!important;text-decoration:none!important;white-space:nowrap!important;transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease!important}
.tgzChromePrimary a:hover{background:var(--tgz-chrome-cream)!important;border-color:var(--tgz-chrome-line)!important;transform:translateY(-1px)!important}
.tgzChromePrimary a.isActive,.tgzChromePrimary a[aria-current="page"]{background:var(--tgz-chrome-cream)!important;border-color:var(--tgz-chrome-line)!important;color:var(--tgz-chrome-navy)!important;box-shadow:0 10px 24px rgba(13,45,75,.08)!important}
.tgzChromeTools{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important;flex:0 0 auto!important}
.tgzChromeTools .smartPicker{position:relative!important;display:block!important;flex:0 0 auto!important}
.tgzChromeTools .smartPicker>summary,.tgzChromeMenu{width:48px!important;height:48px!important;min-width:48px!important;padding:0!important;border-radius:18px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;color:var(--tgz-chrome-navy)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 10px 24px rgba(13,45,75,.07)!important;cursor:pointer!important;list-style:none!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important}
.tgzChromeTools .smartPicker>summary::-webkit-details-marker{display:none!important}
.tgzChromeTools .smartPicker>summary::marker{content:''!important}
.tgzChromeTools .smartPicker>summary::after{display:none!important;content:''!important}
.tgzChromeTools .smartPicker>summary:hover,.tgzChromeMenu:hover{background:var(--tgz-chrome-cream)!important;border-color:rgba(13,45,75,.22)!important;transform:translateY(-1px)!important}
.tgzChromeTools .smartPicker>summary strong{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.tgzChromeTools .microIcon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;color:currentColor!important}
.tgzChromeTools .microIcon svg{display:block!important;width:20px!important;height:20px!important}
.tgzChromeMenu{flex-direction:column!important;gap:5px!important;margin:0!important}
.tgzChromeMenu span{display:block!important;width:21px!important;height:2px!important;margin:0!important;border-radius:999px!important;background:var(--tgz-chrome-navy)!important;transition:transform .18s ease,opacity .18s ease!important}
body.navOpen .tgzChromeMenu span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}
body.navOpen .tgzChromeMenu span:nth-child(2){opacity:0!important}
body.navOpen .tgzChromeMenu span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}
.smartPickerMenu--chrome{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;left:auto!important;min-width:190px!important;max-width:min(84vw,260px)!important;padding:10px!important;border-radius:20px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;box-shadow:0 20px 44px rgba(13,45,75,.16)!important;z-index:7000!important;display:grid!important;gap:8px!important}
.smartPicker:not([open]) .smartPickerMenu--chrome{display:none!important}
.smartPickerMenu--chrome .smartOption{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:42px!important;padding:8px 12px!important;border-radius:14px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;color:var(--tgz-chrome-ink)!important;text-decoration:none!important;font-weight:900!important;font-size:14px!important}
.smartPickerMenu--chrome.smartPickerMenu--currency{min-width:142px!important}
.smartPickerMenu--chrome.smartPickerMenu--currency .smartOption{justify-content:center!important}
.smartPickerMenu--chrome .smartOption.is-current,.smartPickerMenu--chrome .smartOption.isCurrent,.smartPickerMenu--chrome .smartOption[aria-current="page"],.smartPickerMenu--chrome .smartOption[aria-pressed="true"],html[data-currency="EUR"] .smartPickerMenu--chrome .smartOption.currencyChip[data-currency="EUR"],html[data-currency="MAD"] .smartPickerMenu--chrome .smartOption.currencyChip[data-currency="MAD"],html[data-currency="USD"] .smartPickerMenu--chrome .smartOption.currencyChip[data-currency="USD"],html[data-currency="GBP"] .smartPickerMenu--chrome .smartOption.currencyChip[data-currency="GBP"]{background:var(--tgz-chrome-navy)!important;border-color:var(--tgz-chrome-navy)!important;color:#fff!important}
.drawer175{z-index:6400!important}
.drawer175 .drawerBackdrop{position:fixed!important;inset:0!important;background:rgba(9,22,35,.58)!important;backdrop-filter:blur(4px)!important;opacity:0!important;transition:opacity .2s ease!important}
.drawer175.isOpen .drawerBackdrop{opacity:1!important}
.drawer175 .drawerPanel{position:fixed!important;right:18px!important;top:18px!important;bottom:18px!important;width:min(520px,calc(100vw - 36px))!important;max-width:520px!important;height:auto!important;max-height:none!important;overflow:auto!important;padding:20px!important;border-radius:32px!important;border:1px solid rgba(13,45,75,.12)!important;background:linear-gradient(180deg,#fffaf1 0%,#fff 42%,#f7f1e7 100%)!important;box-shadow:0 32px 80px rgba(9,22,35,.28)!important;transform:translateX(24px) scale(.98)!important;opacity:0!important;transition:transform .22s ease,opacity .22s ease!important;overscroll-behavior:contain!important;scrollbar-gutter:stable!important}
.drawer175.isOpen .drawerPanel{transform:translateX(0) scale(1)!important;opacity:1!important}
.menu175Top{display:grid!important;grid-template-columns:minmax(0,1fr) 54px!important;gap:12px!important;align-items:center!important;padding:0!important;margin:0 0 14px!important}
.menu175Brand{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;min-width:0!important}
.menu175Brand .drawerBrandMark{width:64px!important;height:64px!important;border-radius:20px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;box-shadow:0 10px 22px rgba(13,45,75,.08)!important}
.menu175Brand .drawerBrandMark img{width:52px!important;height:52px!important;object-fit:contain!important;display:block!important}
.menu175Brand .drawerBrandText{min-width:0!important;display:block!important}
.menu175Brand .drawerBrandText strong{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-family:"Inter Tight","Inter",system-ui,sans-serif!important;font-size:30px!important;line-height:.9!important;letter-spacing:-.05em!important;color:var(--tgz-chrome-ink)!important;font-weight:950!important}
.menu175Brand .drawerBrandText small{display:block!important;margin-top:6px!important;font-size:13px!important;line-height:1.05!important;color:var(--tgz-chrome-muted)!important;font-weight:800!important;max-width:23ch!important}
.menu175Close{width:54px!important;height:54px!important;border-radius:18px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;color:var(--tgz-chrome-navy)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 10px 24px rgba(13,45,75,.08)!important}
.menu175Close svg{display:block!important;width:22px!important;height:22px!important}
.menu175Hero{padding:22px!important;border-radius:28px!important;border:1px solid var(--tgz-chrome-line)!important;background:rgba(255,255,255,.72)!important;box-shadow:0 16px 34px rgba(13,45,75,.07)!important;margin-bottom:18px!important}
.menu175Eyebrow{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 16px!important;border-radius:999px!important;background:#f0eee9!important;color:var(--tgz-chrome-muted)!important;font-size:13px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.11em!important;margin-bottom:16px!important}
.menu175Hero h2{margin:0!important;font-family:"Inter Tight","Inter",system-ui,sans-serif!important;font-size:clamp(32px,7vw,46px)!important;line-height:.96!important;letter-spacing:-.05em!important;color:var(--tgz-chrome-ink)!important;font-weight:950!important}
.menu175Hero p{margin:16px 0 0!important;color:var(--tgz-chrome-muted)!important;font-size:clamp(19px,4.5vw,26px)!important;line-height:1.2!important;font-weight:850!important}
.menu175Actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-top:22px!important}
.menu175Primary,.menu175Secondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:58px!important;border-radius:22px!important;padding:0 18px!important;font-size:18px!important;font-weight:950!important;text-decoration:none!important;border:1px solid var(--tgz-chrome-line)!important;white-space:nowrap!important}
.menu175Primary{background:var(--tgz-chrome-navy)!important;color:#fff!important;border-color:var(--tgz-chrome-navy)!important}
.menu175Secondary{background:#fff!important;color:var(--tgz-chrome-ink)!important}
.menu175Intent{margin:0 0 18px!important}
.menu175Intent>strong,.menu175Utility>strong{display:block!important;margin:0 0 12px!important;font-size:14px!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:var(--tgz-chrome-muted)!important;font-weight:950!important}
.menu175IntentGrid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
.menu175IntentGrid a{display:grid!important;grid-template-columns:26px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;min-height:70px!important;padding:14px 16px!important;border-radius:20px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;color:var(--tgz-chrome-ink)!important;text-decoration:none!important;box-shadow:0 10px 22px rgba(13,45,75,.06)!important;font-weight:950!important;font-size:17px!important;line-height:1.05!important}
.menu175IntentGrid a:first-child{grid-column:1/-1!important;background:var(--tgz-chrome-cream)!important;border-color:rgba(244,154,31,.35)!important;color:var(--tgz-chrome-ink)!important}
.menuIntentIcon,.menuGroupIcon,.menuScopeIcon{display:inline-flex!important;width:20px!important;height:20px!important;color:#9a6508!important;align-items:center!important;justify-content:center!important}
.menuIntentIcon svg,.menuGroupIcon svg,.menuScopeIcon svg{display:block!important;width:20px!important;height:20px!important}
.menu175Groups{display:grid!important;gap:10px!important;margin-bottom:18px!important}
.menu175Group{margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.menu175Group>summary{list-style:none!important;cursor:pointer!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) 24px!important;gap:12px!important;align-items:center!important;min-height:64px!important;padding:0 18px!important;border-radius:22px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;color:var(--tgz-chrome-ink)!important;box-shadow:0 10px 22px rgba(13,45,75,.06)!important;font-size:20px!important;font-weight:950!important}
.menu175Group>summary::-webkit-details-marker{display:none!important}
.menu175Group>summary::after{content:'+'!important;display:flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;font-size:30px!important;line-height:1!important;color:var(--tgz-chrome-muted)!important;grid-column:3!important;justify-self:end!important;position:static!important;transform:none!important}
.menu175Group[open]>summary::after{content:'−'!important;color:var(--tgz-chrome-navy)!important}
.menu175Links{display:grid!important;gap:8px!important;padding:10px 0 2px!important}
.menuScopeLink{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;min-height:54px!important;padding:11px 14px!important;border-radius:18px!important;border:1px solid rgba(13,45,75,.10)!important;background:rgba(255,255,255,.82)!important;color:var(--tgz-chrome-ink)!important;text-decoration:none!important;box-shadow:none!important}
.menuScopeLink b{display:block!important;font-size:15px!important;line-height:1.1!important;font-weight:950!important;color:var(--tgz-chrome-ink)!important}
.menuScopeLink small{display:block!important;margin-top:4px!important;font-size:12px!important;line-height:1.12!important;color:var(--tgz-chrome-muted)!important;font-weight:750!important}
.menuScopeLink.isActive{border-color:rgba(244,154,31,.45)!important;background:var(--tgz-chrome-cream)!important}
.menu175Utility{padding:18px!important;border-radius:26px!important;border:1px solid var(--tgz-chrome-line)!important;background:rgba(255,250,241,.72)!important}
.menu175UtilityGrid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
.menu175Utility .smartPicker{position:relative!important;min-width:0!important}
.menu175Utility .smartPicker>summary{list-style:none!important;min-height:58px!important;padding:0 14px!important;border-radius:20px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;color:var(--tgz-chrome-ink)!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;font-size:16px!important;font-weight:950!important;cursor:pointer!important}
.menu175Utility .smartPicker>summary::-webkit-details-marker{display:none!important}
.menu175Utility .smartPicker>summary::after{display:none!important}
.menu175Utility .smartPickerMenu--drawer{position:static!important;margin-top:8px!important;min-width:0!important;box-shadow:none!important;border-radius:18px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;padding:8px!important;display:grid!important;gap:7px!important}
.menu175Utility .smartPicker:not([open]) .smartPickerMenu--drawer{display:none!important}
.menu175Legal{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:12px!important}
.menu175Legal a{display:inline-flex!important;align-items:center!important;min-height:36px!important;padding:0 12px!important;border-radius:999px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;color:var(--tgz-chrome-muted)!important;font-weight:850!important;font-size:13px!important;text-decoration:none!important}
body.navOpen .bottomQuickNav,body.navOpen .smartDock,body.navOpen .mobileStickyReceipt,body.navOpen #nextSteps{display:none!important}
@media (max-width:1180px){
  .tgzChromeNav{grid-template-columns:minmax(188px,280px) minmax(0,1fr) auto!important;gap:10px!important}
  .tgzChromePrimary a{padding:0 13px!important;font-size:14px!important}
  .tgzChromeWord small{display:none!important}
}
@media (max-width:980px){
  .tgzChromeContainer{padding-inline:14px!important}
  .tgzChromeNav{grid-template-columns:minmax(0,1fr) auto!important;min-height:74px!important;gap:10px!important;padding:8px 0!important}
  .tgzChromePrimary{display:none!important}
  .tgzChromeBrand{grid-template-columns:50px minmax(0,1fr)!important;gap:9px!important;max-width:none!important;min-width:0!important}
  .tgzChromeLogo{width:50px!important;height:50px!important;border-radius:16px!important;flex-basis:50px!important}
  .tgzChromeLogo img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important}
  .tgzChromeWord strong{font-size:22px!important;line-height:.95!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .tgzChromeWord small{display:none!important}
  .tgzChromeTools{gap:7px!important;justify-self:end!important}
  .tgzChromeTools .smartPicker>summary,.tgzChromeMenu{width:44px!important;height:44px!important;min-width:44px!important;border-radius:16px!important}
  .tgzChromeTools .microIcon,.tgzChromeTools .microIcon svg{width:19px!important;height:19px!important}
  .drawer175 .drawerPanel{inset:10px!important;width:auto!important;max-width:none!important;border-radius:28px!important;padding:18px!important}
}
@media (max-width:640px){
  .tgzChromeContainer{padding-inline:12px!important}
  .tgzChromeNav{gap:8px!important;min-height:68px!important}
  .tgzChromeBrand{grid-template-columns:46px minmax(0,1fr)!important;gap:8px!important}
  .tgzChromeLogo{width:46px!important;height:46px!important;border-radius:15px!important;flex-basis:46px!important}
  .tgzChromeLogo img{width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important}
  .tgzChromeWord strong{font-size:20px!important;letter-spacing:-.055em!important}
  .tgzChromeTools{gap:6px!important}
  .tgzChromeTools .smartPicker>summary,.tgzChromeMenu{width:42px!important;height:42px!important;min-width:42px!important;border-radius:15px!important}
  .smartPickerMenu--chrome{right:0!important;min-width:152px!important}
  .drawer175 .drawerPanel{inset:8px!important;padding:14px!important;border-radius:26px!important}
  .menu175Top{grid-template-columns:minmax(0,1fr) 48px!important;margin-bottom:12px!important}
  .menu175Brand{grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important}
  .menu175Brand .drawerBrandMark{width:54px!important;height:54px!important;border-radius:18px!important}
  .menu175Brand .drawerBrandMark img{width:44px!important;height:44px!important}
  .menu175Brand .drawerBrandText strong{font-size:24px!important}
  .menu175Brand .drawerBrandText small{font-size:12px!important;max-width:18ch!important}
  .menu175Close{width:48px!important;height:48px!important;border-radius:16px!important}
  .menu175Hero{padding:18px!important;border-radius:24px!important;margin-bottom:16px!important}
  .menu175Hero h2{font-size:36px!important}
  .menu175Hero p{font-size:22px!important}
  .menu175Actions{grid-template-columns:1fr!important;gap:10px!important}
  .menu175Primary,.menu175Secondary{min-height:54px!important;font-size:17px!important;border-radius:20px!important}
  .menu175IntentGrid{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .menu175IntentGrid a{min-height:62px!important;padding:12px!important;border-radius:18px!important;font-size:15px!important;gap:8px!important}
  .menu175Group>summary{min-height:58px!important;border-radius:20px!important;font-size:18px!important;padding:0 15px!important}
  .menuScopeLink{min-height:50px!important;border-radius:16px!important;padding:10px 12px!important}
  .menu175Utility{padding:14px!important;border-radius:22px!important}
  .menu175UtilityGrid{grid-template-columns:1fr!important}
  .menu175Utility .smartPicker>summary{min-height:54px!important;border-radius:18px!important}
}
@media (max-width:390px){
  .tgzChromeWord strong{font-size:18px!important}
  .tgzChromeTools .smartPicker>summary,.tgzChromeMenu{width:40px!important;height:40px!important;min-width:40px!important;border-radius:14px!important}
  .tgzChromeTools{gap:5px!important}
  .tgzChromeBrand{grid-template-columns:42px minmax(0,1fr)!important}
  .tgzChromeLogo{width:42px!important;height:42px!important;flex-basis:42px!important}
  .tgzChromeLogo img{width:35px!important;height:35px!important}
}
html[lang="ar"] .tgzChromeNav,html[lang="ar"] .menu175Top{direction:rtl!important}
html[lang="ar"] .smartPickerMenu--chrome{left:0!important;right:auto!important}
/* <<< Phase 175: shared header/menu reset from stable Build base <<< */
/* >>> Phase 176: compact command drawer + Build-style language/currency controls >>> */
.drawer175 .drawerPanel{top:10px!important;right:10px!important;bottom:auto!important;left:auto!important;width:min(440px,calc(100vw - 20px))!important;max-width:440px!important;max-height:calc(100dvh - 20px)!important;min-height:0!important;height:auto!important;overflow:auto!important;padding:12px!important;border-radius:26px!important;background:linear-gradient(180deg,#fffaf2 0%,#fff 72%,#fbf6ed 100%)!important;scrollbar-width:thin!important}
.menu175Top{grid-template-columns:minmax(0,1fr) 42px!important;gap:8px!important;margin:0 0 8px!important}.menu175Brand{grid-template-columns:42px minmax(0,1fr)!important;gap:8px!important}.menu175Brand .drawerBrandMark{width:42px!important;height:42px!important;border-radius:14px!important;box-shadow:none!important}.menu175Brand .drawerBrandMark img{width:34px!important;height:34px!important}.menu175Brand .drawerBrandText strong{font-size:18px!important;line-height:1!important;letter-spacing:-.035em!important}.menu175Brand .drawerBrandText small{font-size:10.5px!important;line-height:1.02!important;max-width:20ch!important;margin-top:2px!important;font-weight:800!important}.menu175Close{width:42px!important;height:42px!important;border-radius:14px!important;box-shadow:none!important}.menu175Close svg{width:18px!important;height:18px!important}
.menu175Hero.menu176Command{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;padding:12px!important;border-radius:22px!important;margin:0 0 10px!important;background:rgba(255,255,255,.80)!important;box-shadow:0 10px 22px rgba(13,45,75,.06)!important}.menu176CommandText{display:grid!important;gap:4px!important;min-width:0!important}.menu175Hero .menu175Eyebrow{min-height:24px!important;width:max-content!important;max-width:100%!important;padding:0 10px!important;margin:0!important;font-size:10px!important;letter-spacing:.14em!important;border-radius:999px!important;background:#f0eee9!important;color:var(--tgz-chrome-muted)!important}.menu175Hero.menu176Command h2,.menu175Hero.menu176Command p{display:none!important}.menu176CommandText>strong{display:block!important;font-family:"Inter Tight","Inter",system-ui,sans-serif!important;font-size:24px!important;line-height:.98!important;letter-spacing:-.04em!important;color:var(--tgz-chrome-ink)!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.menu176CommandText>small{display:block!important;color:var(--tgz-chrome-muted)!important;font-size:13px!important;line-height:1.18!important;font-weight:800!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.menu175Actions.menu176Actions{display:grid!important;grid-template-columns:1.05fr .95fr!important;gap:8px!important;margin:0!important}.menu175Primary,.menu175Secondary{min-height:42px!important;border-radius:16px!important;padding:0 12px!important;font-size:14px!important;line-height:1!important;box-shadow:none!important}.menu175Primary{background:var(--tgz-chrome-navy)!important;color:#fff!important;border-color:var(--tgz-chrome-navy)!important}.menu175Secondary{background:#fff!important;color:var(--tgz-chrome-ink)!important;border-color:var(--tgz-chrome-line)!important}
.menu175Intent.menu176Intent{margin:0 0 9px!important}.menu175Intent>strong,.menu175Utility>strong{font-size:11px!important;letter-spacing:.15em!important;margin:0 0 7px!important}.menu175IntentGrid.menu176IntentGrid{display:flex!important;gap:7px!important;overflow-x:auto!important;padding:1px 1px 5px!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important}.menu175IntentGrid.menu176IntentGrid::-webkit-scrollbar{display:none!important}.menu175IntentGrid.menu176IntentGrid a{display:inline-grid!important;grid-template-columns:18px auto!important;gap:7px!important;align-items:center!important;min-height:38px!important;min-width:max-content!important;padding:0 12px!important;border-radius:999px!important;font-size:13px!important;line-height:1!important;box-shadow:none!important;scroll-snap-align:start!important;white-space:nowrap!important;background:#fff!important}.menu175IntentGrid.menu176IntentGrid a:first-child{grid-column:auto!important;background:var(--tgz-chrome-cream)!important}.menuIntentIcon,.menuGroupIcon,.menuScopeIcon{width:17px!important;height:17px!important;min-width:17px!important}.menuIntentIcon svg,.menuGroupIcon svg,.menuScopeIcon svg{width:17px!important;height:17px!important}
.menu175Groups{gap:6px!important;margin:0 0 10px!important}.menu175Group>summary{min-height:44px!important;border-radius:15px!important;padding:0 12px!important;grid-template-columns:20px minmax(0,1fr) 20px!important;gap:9px!important;font-size:15px!important;box-shadow:none!important;background:rgba(255,255,255,.92)!important}.menu175Group>summary::after{width:20px!important;height:20px!important;font-size:22px!important;color:var(--tgz-chrome-muted)!important}.menu175Links{gap:5px!important;padding:6px 0 2px!important}.menuScopeLink{min-height:38px!important;border-radius:13px!important;padding:7px 10px!important;grid-template-columns:19px minmax(0,1fr)!important;gap:8px!important;background:rgba(255,255,255,.76)!important}.menuScopeLink b{font-size:13px!important;line-height:1.05!important}.menuScopeLink small{display:none!important}
.menu175Utility{padding:10px!important;border-radius:18px!important;background:rgba(255,250,241,.72)!important}.menu175UtilityGrid{grid-template-columns:1fr 1fr!important;gap:7px!important}.menu175Utility .smartPicker>summary{min-height:42px!important;border-radius:15px!important;padding:0 10px!important;grid-template-columns:18px minmax(0,1fr) auto!important;gap:8px!important;font-size:13px!important;box-shadow:none!important}.menu175Utility .smartPicker>summary span:not(.microIcon){white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.menu175Utility .smartPicker>summary strong{font-size:12px!important;padding:4px 8px!important;border-radius:999px!important;background:var(--tgz-chrome-cream)!important;color:var(--tgz-chrome-navy)!important}.menu175Utility .smartPickerMenu--drawer{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:7px!important;padding:7px!important;border-radius:16px!important;background:#fffaf2!important;border:1px solid var(--tgz-chrome-line)!important;box-shadow:none!important}.menu175Utility .smartPicker:not([open]) .smartPickerMenu--drawer{display:none!important}.menu175Utility .smartPickerMenu--drawer .smartOption{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:38px!important;padding:6px 9px!important;border-radius:14px!important;border:1px solid var(--tgz-chrome-line)!important;background:#fff!important;color:var(--tgz-chrome-ink)!important;text-decoration:none!important;font-size:13px!important;line-height:1!important;font-weight:900!important;box-shadow:none!important}.menu175Utility .smartPickerMenu--drawer .smartOption small{display:none!important}.menu175Utility .smartPickerMenu--drawer .smartOption.is-current,.menu175Utility .smartPickerMenu--drawer .smartOption.isCurrent,.menu175Utility .smartPickerMenu--drawer .smartOption[aria-current="page"],html[data-currency="EUR"] .menu175Utility .smartPickerMenu--drawer .currencyChip[data-currency="EUR"],html[data-currency="MAD"] .menu175Utility .smartPickerMenu--drawer .currencyChip[data-currency="MAD"],html[data-currency="USD"] .menu175Utility .smartPickerMenu--drawer .currencyChip[data-currency="USD"],html[data-currency="GBP"] .menu175Utility .smartPickerMenu--drawer .currencyChip[data-currency="GBP"]{background:var(--tgz-chrome-navy)!important;border-color:var(--tgz-chrome-navy)!important;color:#fff!important}.menu175Legal{gap:6px!important;margin-top:8px!important}.menu175Legal a{min-height:30px!important;padding:0 10px!important;font-size:11.5px!important;border-radius:999px!important;white-space:nowrap!important}
@media (max-width:640px){.drawer175 .drawerPanel{inset:8px!important;bottom:auto!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 16px)!important;padding:12px!important;border-radius:24px!important}.menu175Top{grid-template-columns:minmax(0,1fr) 40px!important;margin-bottom:7px!important}.menu175Brand{grid-template-columns:40px minmax(0,1fr)!important}.menu175Brand .drawerBrandMark{width:40px!important;height:40px!important;border-radius:13px!important}.menu175Brand .drawerBrandMark img{width:32px!important;height:32px!important}.menu175Brand .drawerBrandText strong{font-size:17px!important}.menu175Brand .drawerBrandText small{font-size:10px!important;max-width:17ch!important}.menu175Close{width:40px!important;height:40px!important;border-radius:13px!important}.menu175Hero.menu176Command{padding:10px!important;border-radius:19px!important;gap:8px!important}.menu176CommandText>strong{font-size:22px!important}.menu176CommandText>small{font-size:12.5px!important;-webkit-line-clamp:2!important}.menu175Actions.menu176Actions{grid-template-columns:1fr 1fr!important;gap:7px!important}.menu175Primary,.menu175Secondary{min-height:40px!important;font-size:13px!important;border-radius:14px!important;padding:0 9px!important}.menu175IntentGrid.menu176IntentGrid a{min-height:36px!important;font-size:12.5px!important;padding:0 11px!important}.menu175Group>summary{min-height:42px!important;font-size:14px!important;border-radius:14px!important}.menuScopeLink{min-height:36px!important}.menu175UtilityGrid{grid-template-columns:1fr!important}.menu175Utility .smartPicker>summary{min-height:40px!important}.menu175Utility .smartPickerMenu--drawer{grid-template-columns:repeat(3,minmax(0,1fr))!important}.menu175Utility .smartPickerMenu--drawer.smartPickerMenu--currency{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media (max-width:390px){.menu176CommandText>strong{font-size:20px!important}.menu175Actions.menu176Actions{grid-template-columns:1fr!important}.drawer175 .drawerPanel{padding:10px!important}}
/* <<< Phase 176: compact command drawer + Build-style language/currency controls <<< */

/* >>> Phase 205: shared chrome closure + canonical cookie component >>> */
:root{--tgz205-navy:#10283e;--tgz205-ink:#172431;--tgz205-muted:#4d5e6d;--tgz205-cream:#fff7eb;--tgz205-card:#fffdf8;--tgz205-line:rgba(16,40,62,.14);--tgz205-warm:#de741f}
body.cookieOpen{overflow:hidden!important;touch-action:none!important}
body.cookieOpen .tioQuickNavV4,body.cookieOpen .cleanDock,body.cookieOpen #nextSteps,body.cookieOpen .siteLiveWidget,body.cookieOpen .siteLiveWidgetReopen,html.cookieOpen .tioQuickNavV4,html.cookieOpen .cleanDock{display:none!important}
.cookieBanner.is-modal-open{display:none!important}
.cookieBanner{position:fixed;left:14px;right:14px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:8600;display:flex;justify-content:center;pointer-events:none}
.cookieBannerInner{pointer-events:auto;width:min(780px,100%);display:grid;gap:10px;padding:12px;border:1px solid var(--tgz205-line);border-radius:22px;background:rgba(255,253,248,.97);box-shadow:0 20px 55px rgba(16,40,62,.18);backdrop-filter:blur(14px);color:var(--tgz205-ink)}
.cookieBannerText strong,.cookieModalHead h2,.cookieInlineHead h2{font-family:"Inter Tight",Inter,system-ui,sans-serif;color:var(--tgz205-navy);letter-spacing:-.035em;font-weight:950;line-height:1;margin:0}
.cookieBannerText p,.cookieModalHead p,.cookieRowText small,.cookieInlineCard p{margin:5px 0 0;color:var(--tgz205-muted);font-weight:760;line-height:1.32}
.cookieBannerActions,.cookieActionRow,.cookieInlineActions{display:flex;flex-wrap:wrap;gap:8px}.cookieBannerActions .btn,.cookieActionRow .btn,.cookieInlineActions .btn,.cookieInlineHead .btn{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 12px;border-radius:999px;border:1px solid var(--tgz205-line);background:#fff;color:var(--tgz205-navy);font:900 13px/1 Inter,system-ui,sans-serif;text-decoration:none;cursor:pointer}.cookieBannerActions .btn.primary,.cookieActionRow .btn.primary,.cookieInlineActions .btn.primary{background:var(--tgz205-navy);border-color:var(--tgz205-navy);color:#fff}.cookieModal{position:fixed;inset:0;z-index:11000;display:none}.cookieModal.is-open{display:block}.cookieModalBackdrop{position:absolute;inset:0;background:rgba(9,22,35,.55);backdrop-filter:blur(5px)}.cookieModalPanel{position:absolute;left:50%;bottom:max(12px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(760px,calc(100vw - 24px));max-height:min(82dvh,760px);overflow:auto;overscroll-behavior:contain;display:grid;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.55);border-radius:26px;background:linear-gradient(180deg,#fffdf8 0%,#fff7eb 100%);box-shadow:0 28px 90px rgba(0,0,0,.30);color:var(--tgz205-ink);font-family:Inter,system-ui,sans-serif}.cookieModalHead{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.cookieModalHead h2{font-size:clamp(24px,5.8vw,38px)}.cookieCloseBtn{appearance:none;border:1px solid var(--tgz205-line);background:#fff;color:var(--tgz205-navy);border-radius:999px;min-height:36px;padding:7px 12px;font:900 13px/1 Inter,system-ui,sans-serif;cursor:pointer}.cookieRows{display:grid;gap:8px}.cookieRow{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px;border:1px solid var(--tgz205-line);border-radius:18px;background:#fff}.cookieRow.is-locked{background:#f5f0e8}.cookieRowText strong{display:block;color:var(--tgz205-navy);font-weight:950;line-height:1.1}.cookieToggle{display:inline-flex;align-items:center;cursor:pointer}.cookieToggle input{position:absolute;opacity:0;pointer-events:none}.cookieToggle span{position:relative;display:block;width:52px;height:30px;border-radius:999px;background:#d8d1c5;border:1px solid rgba(16,40,62,.12);transition:background .18s ease}.cookieToggle span::after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.18);transition:transform .18s ease}.cookieToggle input:checked+span{background:var(--tgz205-navy)}.cookieToggle input:checked+span::after{transform:translateX(22px)}.cookieToggle input:disabled+span{background:#b9c1c7}.cookieCurrentChoice,.cookieInlineGrid{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cookieStateBadge,.cookieInlineStat{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:6px 10px;border-radius:999px;border:1px solid var(--tgz205-line);background:#fff;color:var(--tgz205-navy);font:900 12px/1 Inter,system-ui,sans-serif}.cookieStateBadge.is-on{background:#eef8f4;color:#116b58}.cookieStateBadge.is-off{background:#fff3e6;color:#8b4a13}.cookieInlineCard{display:grid;gap:12px;padding:14px;border:1px solid var(--tgz205-line);border-radius:24px;background:linear-gradient(180deg,#fffdf8 0%,#fff7eb 100%);box-shadow:0 16px 34px rgba(16,40,62,.08);color:var(--tgz205-ink)}.cookieInlineHead{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.cookieInlineHead h2{font-size:clamp(24px,5vw,34px)}
.topbar.tgzChrome .tgzChromeTools .smartPicker>summary strong{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.topbar.tgzChrome .tgzChromeTools .smartPicker>summary,.topbar.tgzChrome .tgzChromeMenu{flex:0 0 auto!important}.topbar.tgzChrome .tgzChromeWord small{display:none!important}@media(max-width:980px){.topbar.tgzChrome .tgzChromePrimary{display:none!important}.topbar.tgzChrome .tgzChromeNav{grid-template-columns:minmax(0,1fr) auto!important}.topbar.tgzChrome .tgzChromeTools .smartPicker>summary,.topbar.tgzChrome .tgzChromeMenu{width:42px!important;height:42px!important;min-width:42px!important}.topbar.tgzChrome .tgzChromeBrand{max-width:calc(100vw - 170px)!important}.topbar.tgzChrome .tgzChromeWord strong{font-size:20px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.topbar.tgzChrome .smartPickerMenu--chrome{right:0!important;left:auto!important}}@media(max-width:390px){.topbar.tgzChrome .tgzChromeTools{gap:5px!important}.topbar.tgzChrome .tgzChromeTools .smartPicker>summary,.topbar.tgzChrome .tgzChromeMenu{width:40px!important;height:40px!important;min-width:40px!important;border-radius:14px!important}.topbar.tgzChrome .tgzChromeBrand{grid-template-columns:40px minmax(0,1fr)!important;gap:7px!important;max-width:calc(100vw - 155px)!important}.topbar.tgzChrome .tgzChromeLogo{width:40px!important;height:40px!important;flex-basis:40px!important}.topbar.tgzChrome .tgzChromeLogo img{width:32px!important;height:32px!important}.topbar.tgzChrome .tgzChromeWord strong{font-size:18px!important}}
@media(max-width:620px){.cookieBanner{left:10px;right:10px;bottom:calc(12px + env(safe-area-inset-bottom))}.cookieBannerInner{border-radius:20px;padding:11px}.cookieBannerActions .btn{flex:1 1 auto;min-width:0}.cookieModalPanel{width:calc(100vw - 18px);bottom:max(9px,env(safe-area-inset-bottom));max-height:min(84dvh,720px);padding:12px;border-radius:24px}.cookieModalHead,.cookieInlineHead{grid-template-columns:1fr;gap:9px}.cookieCloseBtn{justify-self:start}.cookieRow{grid-template-columns:1fr auto;padding:10px;border-radius:16px}.cookieActionRow .btn,.cookieInlineActions .btn{flex:1 1 100%}.cookieInlineCard{padding:12px;border-radius:22px}.cookieInlineHead .btn{justify-self:start}}
/* <<< Phase 205: shared chrome closure + canonical cookie component <<< */

/* >>> Phase 207: header language invariance lock >>> */
.topbar.tgzChrome[data-chrome-version="207"]{z-index:5200!important;contain:none!important;overflow:visible!important}
.topbar.tgzChrome[data-chrome-version="207"] .menu,
.topbar.tgzChrome[data-chrome-version="207"] .brand,
.topbar.tgzChrome[data-chrome-version="207"] .mobileHeadControls,
.topbar.tgzChrome[data-chrome-version="207"] .drawerTabs,
.topbar.tgzChrome[data-chrome-version="207"] .modePill{display:none!important}
.topbar.tgzChrome[data-chrome-version="207"] .tgzChromeNav{direction:ltr!important}
.topbar.tgzChrome[data-chrome-version="207"] .tgzChromeBrand,
.topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools{direction:ltr!important}
.topbar.tgzChrome[data-chrome-version="207"] .tgzChromePrimary{min-width:0!important;white-space:nowrap!important}
.topbar.tgzChrome[data-chrome-version="207"] .tgzChromePrimary a{max-width:138px!important;overflow:hidden!important;text-overflow:ellipsis!important}
html[dir="rtl"] .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeWord{direction:ltr!important;text-align:left!important}
html[dir="rtl"] .drawer175 .drawerPanel{direction:rtl!important;text-align:right!important}
html[dir="rtl"] .drawer175 .drawerTop,
html[dir="rtl"] .drawer175 .menu175Actions,
html[dir="rtl"] .drawer175 .menu175IntentGrid,
html[dir="rtl"] .drawer175 .menu175UtilityGrid{direction:rtl!important}
@media(max-width:980px){
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeContainer{padding-inline:10px!important;max-width:100%!important;width:100%!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeNav{min-height:58px!important;padding:7px 0!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;width:100%!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromePrimary{display:none!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeBrand{grid-template-columns:40px minmax(0,1fr)!important;gap:8px!important;min-width:0!important;width:100%!important;max-width:calc(100vw - 158px)!important;overflow:hidden!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeLogo{width:40px!important;height:40px!important;min-width:40px!important;flex:0 0 40px!important;border-radius:14px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeLogo img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeWord{min-width:0!important;max-width:100%!important;overflow:hidden!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeWord strong{font-size:18px!important;line-height:1!important;letter-spacing:-.04em!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeWord small{display:none!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;flex:0 0 auto!important;min-width:0!important;white-space:nowrap!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools .smartPicker{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;display:block!important;flex:0 0 40px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools .smartPicker>summary,
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeMenu{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;min-height:40px!important;padding:0!important;border-radius:14px!important;display:grid!important;place-items:center!important;flex:0 0 40px!important;line-height:1!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools .smartPicker>summary strong{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools .microIcon,
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools .microIcon svg{width:19px!important;height:19px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeMenu{gap:4px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeMenu span{width:18px!important;height:2px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .smartPickerMenu--chrome{position:fixed!important;top:62px!important;right:10px!important;left:auto!important;width:min(250px,calc(100vw - 20px))!important;max-width:calc(100vw - 20px)!important;z-index:9000!important}
  html[dir="rtl"] .topbar.tgzChrome[data-chrome-version="207"] .smartPickerMenu--chrome{right:10px!important;left:auto!important;direction:rtl!important;text-align:right!important}
}
@media(max-width:390px){
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeContainer{padding-inline:8px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools{gap:5px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeBrand{grid-template-columns:38px minmax(0,1fr)!important;gap:7px!important;max-width:calc(100vw - 146px)!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeLogo{width:38px!important;height:38px!important;min-width:38px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeLogo img{width:30px!important;height:30px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools .smartPicker,
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools .smartPicker>summary,
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeMenu{width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;min-height:38px!important;border-radius:13px!important;flex-basis:38px!important}
  .topbar.tgzChrome[data-chrome-version="207"] .tgzChromeWord strong{font-size:17px!important}
}
/* <<< Phase 207: header language invariance lock <<< */

/* >>> Phase 208: header picker interaction restore >>> */
.topbar.tgzChrome[data-chrome-version="207"],
.topbar.tgzChrome[data-chrome-version="207"] .tgzChromeContainer,
.topbar.tgzChrome[data-chrome-version="207"] .tgzChromeNav,
.topbar.tgzChrome[data-chrome-version="207"] .tgzChromeTools,
.topbar.tgzChrome[data-chrome-version="207"] details.smartPicker{
  overflow:visible!important;
  contain:none!important;
}
.topbar.tgzChrome[data-chrome-version="207"] details.smartPicker>summary{
  position:relative!important;
  z-index:2!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}
.topbar.tgzChrome[data-chrome-version="207"] details.smartPicker[open] .smartPickerMenu--chrome{
  display:grid!important;
  pointer-events:auto!important;
  opacity:1!important;
  visibility:visible!important;
}
.topbar.tgzChrome[data-chrome-version="207"] .smartPickerMenu--chrome{
  overflow:visible!important;
}
.topbar.tgzChrome[data-chrome-version="207"] .smartPickerMenu--chrome .smartOption{
  pointer-events:auto!important;
}
/* <<< Phase 208: header picker interaction restore <<< */

/* Phase 210 — compact surf drawer chips available in shared chrome */
.menuSurfChips{display:flex;gap:6px;flex-wrap:wrap;padding:6px 4px 0}.menuSurfChips a{font-size:.72rem;font-weight:950;text-decoration:none;color:#704100;background:#fff3d6;border:1px solid rgba(245,158,11,.34);border-radius:999px;padding:6px 8px}.menuSurfCompact .menu175Links>a{min-height:44px}
