
/* AgAu.ai test build live-data extras */
.test-build-ribbon{
  position:fixed;left:50%;bottom:16px;transform:translateX(-50%);
  z-index:90;border:1px solid rgba(241,191,80,.24);background:rgba(7,9,12,.78);
  color:#f6d989;border-radius:999px;padding:9px 14px;font:700 11px/1 Montserrat,system-ui,sans-serif;
  letter-spacing:.12em;text-transform:uppercase;backdrop-filter:blur(16px);box-shadow:0 18px 48px rgba(0,0,0,.35)
}
body.is-live-loaded .test-build-ribbon{border-color:rgba(49,211,112,.24);color:#98f1af}
.tile-link-card[data-sentiment="positive"], .analysis-tile[data-sentiment="positive"]{border-color:rgba(31,203,103,.24)}
.tile-link-card[data-sentiment="negative"], .analysis-tile[data-sentiment="negative"]{border-color:rgba(255,89,107,.22)}
.tile-link-card[data-sentiment="amber"], .analysis-tile[data-sentiment="amber"]{border-color:rgba(240,167,45,.25)}
.live-stale-note{display:inline-flex;margin-left:8px;color:#f3c96f;font-size:11px;font-family:Montserrat,system-ui,sans-serif}
.hero-desk a[aria-busy="true"]{opacity:.82}
@media(max-width:720px){.test-build-ribbon{bottom:10px;width:calc(100% - 32px);text-align:center}}


/* v4 homepage driver stack */
.driver-stack-home{position:relative}
.driver-home-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  margin-top:30px;
}
.driver-home-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:260px;
  padding:20px;
  border-radius:24px;
  text-decoration:none;
  color:inherit;
  background:
    radial-gradient(circle at 18% 0%,rgba(241,191,80,.14),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  overflow:hidden;
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
.driver-home-card:hover{transform:translateY(-3px);border-color:rgba(241,191,80,.28)}
.driver-home-card::after{
  content:"";position:absolute;inset:auto -30% -38% -30%;height:110px;
  background:radial-gradient(circle,rgba(241,191,80,.13),transparent 66%);
  pointer-events:none;
}
.driver-home-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
.driver-number{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:12px;
  background:rgba(241,191,80,.12);border:1px solid rgba(241,191,80,.20);
  color:#f4d27c;font:800 12px/1 Montserrat,system-ui,sans-serif;
}
.driver-badge{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:26px;padding:0 9px;border-radius:999px;
  background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);
  color:#b7bec9;font:800 10px/1 Montserrat,system-ui,sans-serif;
  letter-spacing:.08em;text-transform:uppercase;text-align:center;
}
.driver-home-card h3{
  margin:0 0 11px;
  font-size:clamp(18px,1.15vw,23px);
  line-height:1.1;
  letter-spacing:-.03em;
}
.driver-home-card p{
  margin:0 0 18px;
  color:#aeb5c1;
  font-size:13px;
  line-height:1.55;
}
.driver-home-meta{
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  display:grid;
  gap:5px;
}
.driver-home-meta span,.driver-home-score span{
  color:#858e9b;
  font:800 10px/1 Montserrat,system-ui,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.driver-home-meta b{
  color:#e9edf3;
  font:700 12px/1.3 Montserrat,system-ui,sans-serif;
}
.driver-home-score{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-top:13px;
  padding:11px 12px;
  border-radius:15px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.08);
}
.driver-home-score strong{
  font:800 13px/1 Montserrat,system-ui,sans-serif;
  color:#f2d27c;
  text-align:right;
}
.driver-home-card[data-tone="positive"]{border-color:rgba(31,203,103,.24)}
.driver-home-card[data-tone="positive"] .driver-badge,.driver-home-card[data-tone="positive"] .driver-home-score strong{color:#8ff0ad}
.driver-home-card[data-tone="amber"]{border-color:rgba(240,167,45,.27)}
.driver-home-card[data-tone="amber"] .driver-badge,.driver-home-card[data-tone="amber"] .driver-home-score strong{color:#ffd36c}
.driver-home-card[data-tone="negative"]{border-color:rgba(255,89,107,.24)}
.driver-home-card[data-tone="negative"] .driver-badge,.driver-home-card[data-tone="negative"] .driver-home-score strong{color:#ff95a1}
.driver-home-card[data-tone="planned"]{border-style:dashed;opacity:.94}
@media(max-width:1180px){.driver-home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.driver-home-grid{grid-template-columns:1fr}.driver-home-card{min-height:0}.driver-home-top{margin-bottom:12px}}


/* v5 full driver stack hero card */
.full-driver-stack{min-height:720px}
.full-driver-stack .driver-header-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:18px;
}
.full-driver-stack .driver-title{margin-bottom:0}
.driver-spot-row{
  display:grid;
  gap:7px;
  min-width:142px;
}
.driver-spot-row span{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:8px 10px;
  border-radius:13px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  color:#aeb6c2;
  font:800 10px/1 Montserrat,system-ui,sans-serif;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.driver-spot-row b{
  color:#f4d27c;
  font-size:11px;
  letter-spacing:0;
  text-transform:none;
}
.full-driver-stack .driver-tone-chips{
  margin-bottom:16px;
}
.full-driver-stack ul.driver-full-list{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
}
.full-driver-stack ul.driver-full-list li{
  display:grid;
  grid-template-columns:minmax(145px,1fr) minmax(104px,148px) minmax(58px,auto);
  align-items:center;
  gap:12px;
  min-height:28px;
}
.full-driver-stack ul.driver-full-list li span{
  font-size:12px;
  line-height:1.15;
  color:#d7dde5;
}
.full-driver-stack ul.driver-full-list li i{
  height:6px;
  border-radius:999px;
  background:linear-gradient(90deg,#3fe071 var(--w),rgba(255,255,255,.10) var(--w));
}
.full-driver-stack ul.driver-full-list li.negative i{
  background:linear-gradient(90deg,#ff5c76 var(--w),rgba(255,255,255,.10) var(--w));
}
.full-driver-stack ul.driver-full-list li b{
  color:#55e585;
  font:900 12px/1 Montserrat,system-ui,sans-serif;
  text-align:right;
  white-space:nowrap;
}
.full-driver-stack ul.driver-full-list li.negative b{color:#ff6d82}
.full-driver-stack .driver-total{
  margin-top:16px;
  padding-top:16px;
}
.full-driver-stack .driver-total strong{font-size:30px}
@media(max-width:1120px){
  .full-driver-stack{min-height:0}
  .full-driver-stack ul.driver-full-list li{grid-template-columns:minmax(130px,1fr) minmax(90px,130px) minmax(54px,auto)}
}
@media(max-width:680px){
  .full-driver-stack .driver-header-row{display:grid}
  .driver-spot-row{grid-template-columns:1fr 1fr}
  .full-driver-stack ul.driver-full-list li{grid-template-columns:1fr;gap:5px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}
  .full-driver-stack ul.driver-full-list li b{text-align:left}
}


/* v6 driver stack polish: remove badges/value column and clean live metals prices */
.full-driver-stack .driver-tone-chips{display:none!important}
.full-driver-stack .driver-header-row{
  align-items:flex-start;
  margin-bottom:24px;
}
.driver-spot-row{
  min-width:250px;
  gap:10px;
}
.driver-spot-row span{
  min-height:44px;
  padding:10px 16px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  color:#b9c0ca;
  font-family:Montserrat,system-ui,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
}
.driver-spot-row b{
  font-family:"Open Sans",system-ui,sans-serif;
  font-variant-numeric:tabular-nums;
  font-size:17px;
  font-weight:800;
  letter-spacing:-.02em;
  text-transform:none;
}
.driver-spot-row b.price-up{color:#55e585}
.driver-spot-row b.price-down{color:#ff6d82}
.driver-spot-row b.price-neutral{color:#f4d27c}
.full-driver-stack ul.driver-full-list{
  gap:10px;
}
.full-driver-stack ul.driver-full-list li{
  grid-template-columns:minmax(210px,1fr) minmax(150px,190px)!important;
  gap:18px;
}
.full-driver-stack ul.driver-full-list li span{
  font-size:14px;
  line-height:1.18;
}
.full-driver-stack ul.driver-full-list li b{
  display:none!important;
}
.full-driver-stack .driver-total{
  margin-top:18px;
}
@media(max-width:680px){
  .driver-spot-row{min-width:0;grid-template-columns:1fr}
  .full-driver-stack ul.driver-full-list li{grid-template-columns:1fr!important}
}


/* v7 driver stack tidy: no clipping, amber neutral bars, aligned metal prices */
.full-driver-stack{
  overflow:hidden;
  box-sizing:border-box;
}
.full-driver-stack .driver-header-row{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
  align-items:stretch!important;
  margin-bottom:26px!important;
}
.full-driver-stack .driver-title{
  line-height:1.05;
}
.driver-spot-row{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.driver-spot-row span{
  min-width:0!important;
  width:100%!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  overflow:hidden!important;
}
.driver-spot-row b{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  text-align:right!important;
}
.full-driver-stack ul.driver-full-list{
  gap:11px!important;
}
.full-driver-stack ul.driver-full-list li{
  width:100%!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) clamp(88px,28%,136px)!important;
  align-items:center!important;
  gap:14px!important;
  overflow:hidden!important;
}
.full-driver-stack ul.driver-full-list li span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.full-driver-stack ul.driver-full-list li i{
  width:100%!important;
  max-width:136px!important;
  justify-self:end!important;
  background:linear-gradient(90deg,#3fe071 var(--w),rgba(255,255,255,.10) var(--w))!important;
}
.full-driver-stack ul.driver-full-list li.positive i{
  background:linear-gradient(90deg,#3fe071 var(--w),rgba(255,255,255,.10) var(--w))!important;
  box-shadow:0 0 18px rgba(63,224,113,.15);
}
.full-driver-stack ul.driver-full-list li.negative i{
  background:linear-gradient(90deg,#ff5c76 var(--w),rgba(255,255,255,.10) var(--w))!important;
  box-shadow:0 0 18px rgba(255,92,118,.13);
}
.full-driver-stack ul.driver-full-list li.neutral i{
  background:linear-gradient(90deg,#f2bf58 var(--w),rgba(255,255,255,.10) var(--w))!important;
  box-shadow:0 0 18px rgba(242,191,88,.12);
}
@media(max-width:720px){
  .driver-spot-row{grid-template-columns:1fr!important}
  .full-driver-stack ul.driver-full-list li{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .full-driver-stack ul.driver-full-list li i{
    justify-self:stretch!important;
    max-width:none!important;
  }
}


/* v8 remove poor-fitting gold/silver price pills from hero Driver Stack */
.full-driver-stack .driver-header-row{display:block!important;margin-bottom:18px!important}
.full-driver-stack .driver-title{margin-bottom:22px!important}
.full-driver-stack .driver-spot-row{display:none!important}
.full-driver-stack ul.driver-full-list{margin-top:0!important}


/* v10 TradingView single price widgets inside Driver Stack */
.full-driver-stack .driver-title{
  margin-bottom:16px!important;
}
.driver-tv-price-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 24px;
}
.agau-single-price-widget{
  min-width:0;
  min-height:92px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 20% 0%,rgba(241,191,80,.10),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.030));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 36px rgba(0,0,0,.18);
  overflow:hidden;
}
.agau-single-price-widget .tradingview-widget-container,
.agau-single-price-widget .tradingview-widget-container__widget{
  width:100%;
  min-height:92px;
}
.agau-single-price-widget iframe{
  min-height:92px!important;
  max-width:100%!important;
}
@media(max-width:720px){
  .driver-tv-price-row{grid-template-columns:1fr;gap:10px}
  .agau-single-price-widget{min-height:86px}
}


/* v11 native clean price cards in Driver Stack */
.driver-tv-price-row,
.agau-single-price-widget{
  display:none!important;
}
.driver-native-price-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 24px;
}
.native-price-card{
  min-width:0;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-areas:
    "label change"
    "price price";
  gap:8px 10px;
  padding:13px 15px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 16% 0%,rgba(241,191,80,.11),transparent 45%),
    linear-gradient(180deg,rgba(255,255,255,.072),rgba(255,255,255,.030));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 15px 36px rgba(0,0,0,.17);
}
.native-price-label{
  grid-area:label;
  color:#aeb6c2;
  font:800 11px/1 Montserrat,system-ui,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.native-price-card strong{
  grid-area:price;
  font-family:"Open Sans",system-ui,sans-serif;
  font-size:clamp(22px,2.3vw,34px);
  font-weight:800;
  line-height:1;
  letter-spacing:-.04em;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.native-price-card em{
  grid-area:change;
  align-self:start;
  justify-self:end;
  padding:4px 7px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  font:800 11px/1 Montserrat,system-ui,sans-serif;
  font-style:normal;
  white-space:nowrap;
}
.native-price-card .price-up{color:#55e585}
.native-price-card .price-down{color:#ff6d82}
.native-price-card .price-neutral{color:#f4d27c}
@media(max-width:720px){
  .driver-native-price-row{grid-template-columns:1fr;gap:9px}
  .native-price-card strong{font-size:28px}
}


/* v12 cleaner compact gold/silver price boxes */
.driver-native-price-row{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0 0 22px!important;
}
.native-price-card{
  min-width:0!important;
  min-height:58px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  grid-template-areas:"label price change"!important;
  align-items:center!important;
  column-gap:10px!important;
  padding:10px 12px!important;
  border-radius:17px!important;
}
.native-price-label{
  grid-area:label!important;
  max-width:none!important;
  overflow:visible!important;
  text-overflow:clip!important;
  color:#b9c0ca!important;
  font:800 11px/1 Montserrat,system-ui,sans-serif!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.native-price-card strong{
  grid-area:price!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  text-align:center!important;
  font-family:"Open Sans",system-ui,sans-serif!important;
  font-size:clamp(18px,1.8vw,24px)!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
  font-variant-numeric:tabular-nums!important;
}
.native-price-card em{
  grid-area:change!important;
  justify-self:end!important;
  padding:4px 7px!important;
  border-radius:999px!important;
  font:800 10px/1 Montserrat,system-ui,sans-serif!important;
  letter-spacing:.02em!important;
}
@media(max-width:820px){
  .driver-native-price-row{grid-template-columns:1fr!important}
  .native-price-card strong{font-size:24px!important;text-align:right!important}
}


/* v13 slim Bloomberg-style price strip */
.driver-native-price-row,
.native-price-card,
.driver-tv-price-row,
.agau-single-price-widget{
  display:none!important;
}
.driver-price-strip{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin:0 0 22px;
  padding:11px 14px;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:linear-gradient(90deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  border-radius:14px;
}
.driver-price-strip .live-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#55e585;
  box-shadow:0 0 16px rgba(85,229,133,.78);
  flex:0 0 auto;
}
.strip-metal{
  display:inline-flex;
  align-items:baseline;
  gap:8px;
  min-width:0;
}
.strip-metal b{
  color:#aeb6c2;
  font:800 11px/1 Montserrat,system-ui,sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.strip-metal strong{
  font-family:"Open Sans",system-ui,sans-serif;
  font-size:17px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.025em;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
.gold-metal strong{color:#f1c85f}
.silver-metal strong{color:#e1e7ef}
.strip-metal em{
  font-family:Montserrat,system-ui,sans-serif;
  font-size:11px;
  font-weight:800;
  font-style:normal;
  line-height:1;
  white-space:nowrap;
}
.strip-metal em.up{color:#55e585}
.strip-metal em.down{color:#ff6d82}
.strip-metal em.neutral{color:#f4d27c}
@media(max-width:720px){
  .driver-price-strip{
    align-items:flex-start;
    gap:10px 14px;
    padding:10px 12px;
  }
  .driver-price-strip .live-dot{margin-top:5px}
  .strip-metal{
    flex:1 1 calc(50% - 18px);
    display:grid;
    gap:4px;
  }
  .strip-metal strong{font-size:16px}
}


/* v14 aligned price strip + pulsing live dot beside title */
.driver-title-row{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.driver-title-row .driver-title{
  margin:0!important;
}
.driver-live-dot{
  position:relative;
  width:22px;
  height:22px;
  border-radius:999px;
  background:#3fe071;
  box-shadow:0 0 22px rgba(63,224,113,.65);
  flex:0 0 auto;
}
.driver-live-dot::before,
.driver-live-dot::after{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:inherit;
  border:1px solid rgba(63,224,113,.55);
  animation:agauLivePulse 1.8s ease-out infinite;
}
.driver-live-dot::after{
  inset:-15px;
  opacity:.45;
  animation-delay:.55s;
}
@keyframes agauLivePulse{
  0%{transform:scale(.72);opacity:.95}
  70%{transform:scale(1.42);opacity:0}
  100%{transform:scale(1.42);opacity:0}
}

.aligned-price-strip{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  margin:0 0 26px!important;
  padding:16px 0 18px!important;
  border-radius:0!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
}
.aligned-price-strip .strip-metal{
  display:grid!important;
  grid-template-columns:112px 150px auto!important;
  align-items:baseline!important;
  justify-content:start!important;
  gap:20px!important;
  width:100%!important;
}
.aligned-price-strip .strip-metal b{
  font-size:20px!important;
  letter-spacing:.12em!important;
}
.aligned-price-strip .strip-metal strong{
  font-size:26px!important;
  letter-spacing:-.035em!important;
  text-align:left!important;
}
.aligned-price-strip .strip-metal em{
  font-size:18px!important;
  font-weight:900!important;
}
.gold-metal b,
.gold-metal strong{color:#f1c85f!important}
.silver-metal b{color:#aeb6c2!important}
.silver-metal strong{color:#f0f4fa!important}

.full-driver-stack ul.driver-full-list li{
  border-top:1px solid rgba(255,255,255,.055);
  padding-top:10px;
}
.full-driver-stack ul.driver-full-list li:first-child{
  border-top:0;
}
.full-driver-stack .driver-total{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:end!important;
}
.full-driver-stack .driver-total span{
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-family:Montserrat,system-ui,sans-serif!important;
  font-weight:800!important;
}
.full-driver-stack .driver-total strong{
  font-size:38px!important;
}
@media(max-width:720px){
  .driver-title-row{gap:12px;margin-bottom:16px}
  .driver-live-dot{width:16px;height:16px}
  .aligned-price-strip{
    padding:14px 0 16px!important;
    margin-bottom:22px!important;
  }
  .aligned-price-strip .strip-metal{
    grid-template-columns:82px minmax(90px,1fr) auto!important;
    gap:10px!important;
  }
  .aligned-price-strip .strip-metal b{font-size:15px!important}
  .aligned-price-strip .strip-metal strong{font-size:18px!important}
  .aligned-price-strip .strip-metal em{font-size:13px!important}
}
@media(max-width:430px){
  .aligned-price-strip .strip-metal{
    grid-template-columns:1fr auto!important;
    gap:6px 12px!important;
  }
  .aligned-price-strip .strip-metal b{
    grid-column:1;
  }
  .aligned-price-strip .strip-metal strong{
    grid-column:2;
    grid-row:1;
    justify-self:end;
  }
  .aligned-price-strip .strip-metal em{
    grid-column:1 / -1;
    justify-self:start;
    font-size:12px!important;
  }
}


/* v15 fintech price strip polish */
.driver-title-row{
  margin-bottom:22px!important;
}
.aligned-price-strip{
  padding:18px 0 20px!important;
  margin:0 0 30px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
.aligned-price-strip .strip-metal{
  display:grid!important;
  grid-template-columns:130px 170px auto!important;
  align-items:center!important;
  justify-content:start!important;
  gap:22px!important;
}
.aligned-price-strip .strip-metal b{
  font-size:18px!important;
  line-height:1!important;
  letter-spacing:.20em!important;
  font-weight:700!important;
}
.aligned-price-strip .strip-metal strong{
  color:#f2f4f7!important;
  font-family:"Open Sans",system-ui,sans-serif!important;
  font-size:28px!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  font-variant-numeric:tabular-nums!important;
  text-align:left!important;
}
.aligned-price-strip .gold-metal b{color:#f1c85f!important}
.aligned-price-strip .silver-metal b{color:#aeb6c2!important}
.aligned-price-strip .strip-metal em{
  font-family:"Open Sans",system-ui,sans-serif!important;
  font-size:22px!important;
  font-weight:600!important;
  letter-spacing:.01em!important;
}
.full-driver-stack ul.driver-full-list li{
  padding-top:12px!important;
  padding-bottom:4px!important;
}
.full-driver-stack ul.driver-full-list li span{
  font-weight:500!important;
}
.full-driver-stack ul.driver-full-list li i{
  height:8px!important;
  border-radius:999px!important;
}
@media(max-width:720px){
  .aligned-price-strip .strip-metal{
    grid-template-columns:86px minmax(96px,1fr) auto!important;
    gap:10px!important;
  }
  .aligned-price-strip .strip-metal b{font-size:14px!important;letter-spacing:.16em!important}
  .aligned-price-strip .strip-metal strong{font-size:19px!important;font-weight:600!important}
  .aligned-price-strip .strip-metal em{font-size:14px!important}
}
@media(max-width:430px){
  .aligned-price-strip{
    padding:14px 0 16px!important;
  }
  .aligned-price-strip .strip-metal{
    grid-template-columns:74px 1fr auto!important;
    gap:8px!important;
  }
  .aligned-price-strip .strip-metal strong{
    font-size:17px!important;
  }
  .aligned-price-strip .strip-metal em{
    font-size:12px!important;
  }
}


/* v16 smaller left-aligned price text */
.aligned-price-strip{
  justify-items:start!important;
  align-items:start!important;
  padding-left:0!important;
  padding-right:0!important;
}
.aligned-price-strip .strip-metal{
  width:100%!important;
  justify-self:start!important;
  justify-content:start!important;
  grid-template-columns:96px 122px auto!important;
  gap:14px!important;
}
.aligned-price-strip .strip-metal b{
  font-size:17px!important;
  font-weight:600!important;
  letter-spacing:.16em!important;
  text-align:left!important;
}
.aligned-price-strip .strip-metal strong{
  font-size:22px!important;
  font-weight:600!important;
  letter-spacing:-.015em!important;
  text-align:left!important;
}
.aligned-price-strip .strip-metal em{
  font-size:14px!important;
  font-weight:700!important;
  text-align:left!important;
}
@media(max-width:720px){
  .aligned-price-strip .strip-metal{
    grid-template-columns:78px 106px auto!important;
    gap:9px!important;
  }
  .aligned-price-strip .strip-metal b{font-size:14px!important;letter-spacing:.13em!important}
  .aligned-price-strip .strip-metal strong{font-size:17px!important}
  .aligned-price-strip .strip-metal em{font-size:12px!important}
}
@media(max-width:430px){
  .aligned-price-strip .strip-metal{
    grid-template-columns:72px 1fr auto!important;
    gap:7px!important;
  }
  .aligned-price-strip .strip-metal b,
  .aligned-price-strip .strip-metal strong,
  .aligned-price-strip .strip-metal em{
    grid-column:auto!important;
    grid-row:auto!important;
    justify-self:start!important;
  }
}


/* v17 extra-compact price strip so price + % fit comfortably */
.aligned-price-strip .strip-metal{
  grid-template-columns:92px 112px auto!important;
  gap:12px!important;
}
.aligned-price-strip .strip-metal b{
  font-size:16px!important;
  letter-spacing:.14em!important;
}
.aligned-price-strip .strip-metal strong{
  font-size:19px!important;
  font-weight:600!important;
  letter-spacing:-.01em!important;
}
.aligned-price-strip .strip-metal em{
  font-size:11px!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
@media(max-width:720px){
  .aligned-price-strip .strip-metal{
    grid-template-columns:74px 96px auto!important;
    gap:8px!important;
  }
  .aligned-price-strip .strip-metal b{
    font-size:13px!important;
    letter-spacing:.11em!important;
  }
  .aligned-price-strip .strip-metal strong{
    font-size:16px!important;
  }
  .aligned-price-strip .strip-metal em{
    font-size:10px!important;
  }
}
@media(max-width:430px){
  .aligned-price-strip .strip-metal{
    grid-template-columns:70px 88px auto!important;
    gap:7px!important;
  }
  .aligned-price-strip .strip-metal b{
    font-size:12px!important;
  }
  .aligned-price-strip .strip-metal strong{
    font-size:15px!important;
  }
  .aligned-price-strip .strip-metal em{
    font-size:10px!important;
  }
}


/* Production release candidate */
.test-build-ribbon{display:none!important}
.premium-nav-toggle{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.04);padding:10px;cursor:pointer}
.premium-nav-toggle span{display:block;height:2px;background:#f5f1e8;margin:4px 0;border-radius:2px}
.engine-trust-row{padding:12px 14px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(255,255,255,.035);max-width:430px}
.engine-trust-row strong{font-family:var(--heading);font-size:13px;color:#eef3ea}
.engine-live-dot{width:11px;height:11px;border-radius:50%;background:var(--green);box-shadow:0 0 18px rgba(73,219,114,.75);animation:engineLivePulse 1.8s ease-out infinite;flex:0 0 auto}
@keyframes engineLivePulse{0%,100%{box-shadow:0 0 0 0 rgba(73,219,114,.42),0 0 18px rgba(73,219,114,.7)}60%{box-shadow:0 0 0 10px rgba(73,219,114,0),0 0 24px rgba(73,219,114,.72)}}
.platform-overview{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.022),transparent)}
.platform-overview-copy{max-width:800px;margin-bottom:32px}.platform-overview-copy>p:not(.section-label){color:#b8bdc5;font-size:18px;line-height:1.65}
.platform-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.platform-overview-card{position:relative;min-height:350px;padding:22px;border:1px solid rgba(255,255,255,.10);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.28)}
.platform-overview-card img{width:100%;height:205px;object-fit:cover;border-radius:16px;margin-bottom:18px;opacity:.88;transition:transform .35s ease}.platform-overview-card:hover img{transform:scale(1.025)}
.platform-overview-card span{display:block;color:var(--gold-2);font-family:var(--heading);font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.platform-overview-card strong{font-family:var(--heading);font-size:18px;line-height:1.25}
.archive-card{grid-template-columns:1fr 1fr;min-height:360px}.archive-stat{position:relative;z-index:2}.archive-stat span{display:block;color:#a8adb5;text-transform:uppercase;letter-spacing:.10em;font:700 11px/1.2 var(--heading)}.archive-stat strong{display:block;margin-top:10px;font:800 clamp(38px,5vw,72px)/1 var(--heading)}.archive-stat .archive-signal{font-size:clamp(25px,3vw,43px);color:var(--gold-2);letter-spacing:-.03em}.archive-stat small{display:block;color:#89919b;margin-top:9px}.archive-chart{grid-column:1/-1;height:150px}.archive-chart polyline{stroke-width:5}
.premium-beta-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative;z-index:2;margin-top:26px}.premium-beta-form label{display:grid;gap:7px;color:#b7bdc5;font:700 11px/1 var(--heading);letter-spacing:.08em;text-transform:uppercase}.premium-beta-form input,.premium-beta-form select{width:100%;min-width:0;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.055);color:#f5f1ea;padding:13px 14px;font:600 14px var(--body);outline:none}.premium-beta-form option{color:#111}.premium-beta-form button{grid-column:1/-1;justify-self:start}.premium-form-note{grid-column:1/-1;margin:0!important;font-size:13px!important}.premium-form-note.success{color:var(--green)}.premium-form-note.error{color:var(--red)}.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.premium-footer{display:grid;grid-template-columns:1fr auto;gap:28px;padding-top:34px;padding-bottom:34px}.premium-footer-brand{display:flex;align-items:center;gap:18px}.premium-footer-brand p{max-width:600px;text-align:left}.premium-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 20px}.premium-footer nav a:hover{color:var(--gold-2)}
.agau-cookie-banner{position:fixed;z-index:9999;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;max-width:980px;margin:auto;padding:18px 20px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(8,11,14,.96);box-shadow:0 24px 80px rgba(0,0,0,.55);backdrop-filter:blur(22px);color:#f5f1ea}.agau-cookie-copy strong{font-family:var(--heading)}.agau-cookie-copy p{margin:5px 0;color:#b7bdc5;font-size:13px;line-height:1.5}.agau-cookie-copy a{color:var(--gold-2);font-size:12px}.agau-cookie-actions{display:flex;gap:9px}.agau-cookie-actions button{border:1px solid rgba(255,255,255,.12);border-radius:11px;padding:10px 16px;background:rgba(255,255,255,.06);color:#fff;font-weight:800;cursor:pointer}.agau-cookie-yes{background:linear-gradient(135deg,#ffe390,#d79522)!important;color:#161006!important}
@media(max-width:1180px){.premium-nav-toggle{display:block}.top-nav{position:absolute;left:12px;right:12px;top:70px;display:none!important;flex-direction:column;align-items:stretch;gap:0;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(5,7,9,.97);box-shadow:0 24px 60px rgba(0,0,0,.5)}.site-header.nav-open .top-nav{display:flex!important}.top-nav a{padding:13px;border-bottom:1px solid rgba(255,255,255,.07)}.top-nav a:last-child{border-bottom:0}.platform-overview-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header-actions{display:none}.brand-logo{max-width:142px}.premium-nav-toggle{margin-left:auto}.platform-overview-grid{grid-template-columns:1fr}.platform-overview-card{min-height:0}.archive-card{grid-template-columns:1fr}.premium-beta-form{grid-template-columns:1fr}.premium-footer{grid-template-columns:1fr}.premium-footer-brand{align-items:flex-start;flex-direction:column}.premium-footer nav{justify-content:flex-start}.agau-cookie-banner{grid-template-columns:1fr;bottom:10px;left:10px;right:10px}.agau-cookie-actions{justify-content:flex-end}}
