/* Source layer: am-stab002-result-css */
/* AM-STAB-002 canonical result screen CSS. */
body.result-mode .foot{
display:none;
}

/* Launch 1.0 Phase 04C: one vertically readable result. */
body.result-mode .am-phase04c-root{
  width:min(100%,820px);
  margin:0 auto;
}
body.result-mode .am-phase04c-root .res-top,
body.result-mode .am-phase04c-root .am-result-summary-flow,
body.result-mode .am-phase04c-root .res-summary{
  width:100%;
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.result-mode .am-phase04c-root .res-top{
  justify-content:flex-start;
  padding-top:18px;
  margin-bottom:12px;
}
body.result-mode .am-phase04c-root .res-total.am-result-hero{
  width:100%;
  max-width:none;
  margin:0 0 10px;
  padding:28px 24px 30px;
  border-radius:8px;
  box-shadow:none;
}
body.result-mode .am-phase04c-root .am-phase04c-vehicle{
  margin:0 0 18px;
  color:var(--ink2);
  font-size:15px;
  line-height:1.45;
  font-weight:700;
  letter-spacing:0;
  text-wrap:balance;
}
body.result-mode .am-phase04c-root .res-total-label{
  margin-bottom:10px;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.12em;
  opacity:1;
}
body.result-mode .am-phase04c-root .res-total-num{
  font-size:clamp(50px,9vw,76px);
  line-height:.95;
  letter-spacing:0;
}
body.result-mode .am-phase04c-root .res-total-sym{
  margin-right:4px;
  font-size:.48em;
}
body.result-mode .am-phase04c-root .am-phase04c-metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  width:100%;
  margin:0 0 10px;
  padding:15px 4px;
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
body.result-mode .am-phase04c-root .am-phase04c-metric{
  min-width:0;
  padding:4px 16px;
  border-right:1px solid var(--sep);
  text-align:left;
}
body.result-mode .am-phase04c-root .am-phase04c-metric:last-child{border-right:0}
body.result-mode .am-phase04c-root .am-phase04c-metric small,
body.result-mode .am-phase04c-root .am-phase04c-metric strong{display:block}
body.result-mode .am-phase04c-root .am-phase04c-metric small{
  margin-bottom:5px;
  color:var(--ink3);
  font-size:10px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.result-mode .am-phase04c-root .am-phase04c-metric strong{
  color:var(--ink);
  font-size:15px;
  line-height:1.35;
  font-weight:750;
  letter-spacing:0;
  font-variant-numeric:tabular-nums;
}
body.result-mode .am-phase04c-root .am-phase04c-breakdown{
  margin:0 0 10px;
  overflow:hidden;
  background:var(--surface);
  border:1px solid var(--sep);
  border-radius:8px;
}
body.result-mode .am-phase04c-root .am-phase04c-breakdown h2{
  margin:0;
  padding:18px 20px 12px;
  color:var(--ink);
  font-size:18px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:0;
}
body.result-mode .am-phase04c-root .am-phase04c-breakdown-row,
body.result-mode .am-phase04c-root .am-phase04c-breakdown-total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:11px 20px;
  border-top:1px solid var(--sep);
  font-size:14px;
  line-height:1.4;
}
body.result-mode .am-phase04c-root .am-phase04c-breakdown-row span{color:var(--ink2)}
body.result-mode .am-phase04c-root .am-phase04c-breakdown-row strong,
body.result-mode .am-phase04c-root .am-phase04c-breakdown-total strong{
  flex-shrink:0;
  color:var(--ink);
  font-size:15px;
  font-variant-numeric:tabular-nums;
}
body.result-mode .am-phase04c-root .am-phase04c-breakdown-total{
  padding-top:14px;
  padding-bottom:14px;
  background:rgb(from var(--brand-primary) r g b / .05);
  font-weight:800;
}
body.result-mode .am-phase04c-root .am-result-customize,
body.result-mode .am-phase04c-root .am-phase04c-disclosure{
  width:100%;
  margin:0 0 10px;
  background:var(--surface);
  border:1px solid var(--sep);
  border-radius:8px;
  box-shadow:none;
}
body.result-mode .am-phase04c-root .am-result-customize > summary,
body.result-mode .am-phase04c-root .am-phase04c-disclosure > summary{
  min-height:58px;
  box-sizing:border-box;
  border-radius:8px;
}
body.result-mode .am-phase04c-root .am-phase04c-disclosure > summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  color:var(--ink);
  font-size:14px;
  line-height:1.35;
  font-weight:750;
  cursor:pointer;
  list-style:none;
}
body.result-mode .am-phase04c-root .am-phase04c-disclosure > summary::-webkit-details-marker{display:none}
body.result-mode .am-phase04c-root .am-phase04c-disclosure[open] > summary > span:last-child{transform:rotate(45deg)}
body.result-mode .am-phase04c-root .am-phase04c-disclosure-body{
  padding:0 18px 17px;
  color:var(--ink2);
  font-size:13px;
  line-height:1.6;
}
body.result-mode .am-phase04c-root .am-phase04c-disclosure-body p{margin:0}
body.result-mode .am-phase04c-root .am-phase04c-disclosure-body p+p{margin-top:7px}
body.result-mode .am-phase04c-root .am-phase04c-source-button{
  margin-top:11px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--gold);
  font:inherit;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
body.result-mode .am-phase04c-root .am-phase04c-source-button:focus-visible,
body.result-mode .am-phase04c-root summary:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}
body.result-mode .am-phase04c-root > .res-detail,
body.result-mode .am-phase04c-root > .res-foot{
  display:none!important;
}
@media(max-width:600px){
  body.result-mode .am-phase04c-root .res-top{padding-left:4px;padding-right:4px}
  body.result-mode .am-phase04c-root .res-total.am-result-hero{padding:24px 16px 26px}
  body.result-mode .am-phase04c-root .am-phase04c-vehicle{font-size:14px}
  body.result-mode .am-phase04c-root .res-total-num{font-size:48px}
  body.result-mode .am-phase04c-root .am-phase04c-metrics{grid-template-columns:1fr;padding:3px 0}
  body.result-mode .am-phase04c-root .am-phase04c-metric{padding:11px 16px;border-right:0;border-bottom:1px solid var(--sep)}
  body.result-mode .am-phase04c-root .am-phase04c-metric:last-child{border-bottom:0}
  body.result-mode .am-phase04c-root .am-phase04c-breakdown h2{padding:16px 16px 10px;font-size:17px}
  body.result-mode .am-phase04c-root .am-phase04c-breakdown-row,
  body.result-mode .am-phase04c-root .am-phase04c-breakdown-total{padding-left:16px;padding-right:16px}
}
body.result-mode .col{
max-width:none;padding:0;
}
body.result-mode .page{
align-items:stretch;
}
body.result-mode .hd{
max-width:none;
}
body.result-mode .hd-story-link{
display:none;
}
body.result-mode .hero{
display:none;
display:none;
display:none;
}
body.result-mode .form-shell{
display:none;
display:none;
display:none;
}
body.result-mode .cta-inline{
display:none;
display:none;
display:none;
}
body.result-mode .form-note{
display:none;
display:none;
display:none;
}
body.result-mode .sticky-cta{
display:none;
display:none;
display:none;
}
body.result-mode .trust-band{
display:none;
display:none;
display:none;
}
body.result-mode .trend{
display:none;
display:none;
display:none;
}
body.result-mode .compare-link-wrap{
display:none;
display:none;
}
.res{
padding:28px 24px 64px;max-width:720px;margin:0 auto;animation:resFadeIn .3s ease;
padding:28px 0 64px;animation:resFadeIn .3s ease;will-change:opacity,transform;
}
body.result-mode .seo-hub{
display:none;
}
body.result-mode .am-ps0031-root .res-summary{
overflow-anchor:none;
}
body.result-mode .am-ps0031-root .am-result-summary-flow{
display:contents;
}
body.result-mode .am-ps0031-root .res-detail{
overflow-anchor:none;
}
body.result-mode #panel-single{
display:none;
}
body.result-mode .resume-card{
display:none;
}
body.result-mode .form-cta-guide{
display:none;
}
body.result-mode.res-view-summary .res-detail{
display:none;
}
body.result-mode.res-view-summary .res-foot{
display:none;
}
body.result-mode.res-view-summary .res-summary .res-priority{
display:none;
}
body.result-mode.res-view-summary .res-summary .res-verdict{
display:none;
}
body.result-mode.res-view-summary .res-summary .res-release-gate{
display:none;
}
body.result-mode.res-view-summary .res-summary .res-decision{
display:none;
}
body.result-mode.res-view-summary .res-summary .res-data-status{
display:none;
}
body.result-mode.res-view-summary .res-summary{
display:flex;
  flex-direction:column;
  gap:14px;
  position:static;
  top:auto;
  max-width:760px;
  width:100%;
  margin:0 auto;
}
body.result-mode.res-view-summary .res-total{
margin-top:0;
  margin-bottom:0;
}
body.result-mode .p1-post-form{
display:none;
}
body.result-mode .res.am-ps0031-root{
--am-result-space-1:8px;
  --am-result-space-2:16px;
  --am-result-space-3:24px;
  --am-result-space-4:32px;
  --am-result-space-6:48px;
  --am-result-space-8:64px;
  --am-result-control-height:48px;
  --am-result-control-radius:12px;
  --am-result-card-radius:16px;
  --am-result-motion:150ms ease;
  display:block;
  width:100%;
  max-width:1140px;
  margin:0 auto;
  padding:var(--am-result-space-3) var(--am-result-space-4) var(--am-result-space-8);
  box-sizing:border-box;
}
body.result-mode .am-transparency-note{
display:none;
}
body.result-mode .am-ps0031-root .res-top{
display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:var(--am-result-space-2);
  width:100%;
  max-width:1040px;
  margin:0 auto var(--am-result-space-2);
  padding:var(--am-result-space-1) 0 0;
}
body.result-mode .am-ps0031-root .res-back{
width:auto;
  height:var(--am-result-control-height);
  min-width:max-content;
  min-height:var(--am-result-control-height);
  padding:0 18px;
  gap:10px;
  justify-self:start;
  white-space:nowrap;
  border-radius:var(--am-result-control-radius);
}
body.result-mode .am-ps0031-root .res-crumb{
min-width:0;
  grid-column:2;
  justify-self:center;
  text-align:center;
  color:var(--ink3);
  font-size:13px;
  line-height:1.45;
  overflow-wrap:anywhere;
}
body.result-mode .am-ps0031-root .res-crumb strong{
color:var(--ink);
  font-size:15px;
  font-weight:850;
}
body.result-mode .am-ps0031-root .res-view-tabs{
overflow-anchor:none;
width:100%;
  max-width:520px;
  min-height:56px;
  margin:0 auto var(--am-result-space-2);
  padding:4px;
  gap:4px;
  border:1px solid rgba(27,25,21,.14);
  border-radius:var(--am-result-card-radius);
  background:rgba(27,25,21,.045);
}
body.result-mode .am-ps0031-root .res-view-tab{
min-height:var(--am-result-control-height);
  height:var(--am-result-control-height);
  border:1px solid transparent;
  border-radius:var(--am-result-control-radius);
  font-size:14px;
  font-weight:750;
}
body.result-mode .am-ps0031-root .res-view-tab.on{
color:var(--gold);
  background:var(--surface);
  border-color:rgb(from var(--brand-primary) r g b / .32);
  box-shadow:0 2px 8px rgba(27,25,21,.045);
  font-weight:850;
}
body.result-mode .am-ps0031-root .res-summary.am-ps0031-summary{
position:static;
  top:auto;
  display:flex;
  flex-direction:column;
  gap:18px;
  width:100%;
  max-width:1040px;
  min-width:0;
  margin:0 auto;
}
body.result-mode .am-ps0031-root .am-alternatives-slot .am-alternatives{
margin:0;
}
body.result-mode.res-view-summary .am-ps0031-root .res-summary.am-ps0031-summary{
position:static;
  top:auto;
  display:flex;
  flex-direction:column;
  gap:18px;
  width:100%;
  max-width:1040px;
  min-width:0;
  margin:0 auto;
}
body.result-mode.res-view-detail .am-ps0031-root .res-summary.am-ps0031-summary{
position:static;
  top:auto;
  display:none;
}
body.result-mode.res-view-summary .am-ps0031-root .res-summary .res-verdict.am-result-score{
display:block;
}
body.result-mode.res-view-summary .am-ps0031-root .res-summary .res-priority.am-result-comment{
display:block;
}
body.result-mode .am-ps0031-root .res-total.am-result-hero{
width:100%;
  max-width:none;
  min-width:0;
  margin:0;
  padding:28px 30px 30px;
  border:1px solid rgb(from var(--brand-primary) r g b / .20);
  border-radius:24px;
  background:var(--surface);
  box-shadow:0 20px 46px -36px rgb(from var(--brand-ink) r g b / .50);
  text-align:left;
  overflow:hidden;
}
body.result-mode .am-ps0031-root .res-total-label{
margin-bottom:12px;
  color:var(--gold);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.14em;
  opacity:1;
}
body.result-mode .am-ps0031-root .res-total-num{
max-width:100%;
  color:var(--gold);
  font-size:clamp(52px,6vw,76px);
  line-height:.95;
  font-weight:850;
  letter-spacing:-.045em;
  overflow-wrap:normal;
  white-space:nowrap;
}
body.result-mode .am-ps0031-root .res-total-sym{
margin-right:4px;
  font-size:.48em;
  vertical-align:.48em;
  opacity:.70;
}
body.result-mode .am-ps0031-root .res-total-excluded{
justify-content:flex-start;
  margin-top:13px;
  color:var(--ink2);
  font-size:13px;
  line-height:1.45;
  font-weight:650;
}
body.result-mode .am-ps0031-root .res-total-range{
margin-top:15px;
  color:var(--ink3);
  font-size:14px;
  line-height:1.4;
  font-weight:550;
}
body.result-mode .am-ps0031-root .res-total-range strong{
color:var(--ink2);
  font-weight:750;
}
body.result-mode .am-ps0031-root .res-total-monthly{
margin-top:7px;
  color:var(--ink2);
  font-size:24px;
  line-height:1.25;
  font-weight:650;
}
body.result-mode .am-ps0031-root .res-total-monthly strong{
color:var(--ink);
  font-weight:800;
}
body.result-mode .am-ps0031-root .res-total-sub{
margin-top:15px;
  color:var(--ink3);
  font-size:12px;
  line-height:1.55;
  font-weight:600;
  letter-spacing:0;
  text-transform:none;
}
body.result-mode .am-ps0031-root .am-result-decision{
width:100%;
  min-width:0;
}
body.result-mode .am-ps0031-root .am-result-decision-grid{
display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--am-result-space-2);
  align-items:start;
}
body.result-mode .am-ps0031-root .am-result-decision-card{
display:flex;
  min-width:0;
  min-height:0;
  height:auto;
  flex-direction:column;
  justify-content:flex-start;
  gap:var(--am-result-space-1);
  padding:var(--am-result-space-2);
  border:1px solid rgba(27,25,21,.09);
  border-radius:14px;
  background:rgba(255,255,255,.68);
  box-shadow:0 12px 28px -32px rgba(27,25,21,.42);
  box-sizing:border-box;
}
body.result-mode .am-ps0031-root .am-result-decision-card.tone-high{
border-color:rgba(166,106,18,.22);
  background:rgba(166,106,18,.035);
}
body.result-mode .am-ps0031-root .am-result-decision-card.tone-good{
border-color:rgba(15,122,90,.17);
  background:rgba(15,122,90,.028);
}
body.result-mode .am-ps0031-root .am-result-decision-title{
margin:0;
  color:var(--ink3);
  font-size:11px;
  line-height:1.3;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
body.result-mode .am-ps0031-root .am-result-decision-value{
color:var(--ink);
  font-size:24px;
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.02em;
  overflow-wrap:anywhere;
}
body.result-mode .am-ps0031-root .am-result-decision-card.tone-high .am-result-decision-value{
color:#8D5C16;
}
body.result-mode .am-ps0031-root .am-result-decision-sub{
margin:0;
  padding:0;
  color:var(--ink2);
  font-size:14px;
  line-height:1.5;
}
body.result-mode .am-ps0031-root .res-verdict.am-result-score{
width:100%;
  max-width:none;
  min-width:0;
  height:auto;
  margin:0;
  padding:var(--am-result-space-3);
  border:1px solid rgba(27,25,21,.14);
  border-radius:var(--am-result-card-radius);
  background:var(--surface);
  box-sizing:border-box;
}
body.result-mode .am-ps0031-root .res-verdict.am-result-score.tone-high{
border-color:rgba(166,106,18,.24);
  background:rgba(166,106,18,.035);
}
body.result-mode .am-ps0031-root .res-verdict.am-result-score.tone-good{
border-color:rgba(15,122,90,.20);
  background:rgba(15,122,90,.025);
}
body.result-mode .am-ps0031-root .res-verdict-main{
display:grid;
  grid-template-columns:minmax(160px,200px) minmax(0,1fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "helper helper"
    "score title"
    "score description";
  column-gap:var(--am-result-space-3);
  row-gap:var(--am-result-space-1);
  align-items:center;
  margin:0 0 var(--am-result-space-3);
}
body.result-mode .am-ps0031-root .res-verdict-score{
grid-area:score;
  display:grid;
  grid-template-columns:max-content max-content;
  align-items:center;
  justify-content:center;
  gap:var(--am-result-space-1);
  width:100%;
  min-width:0;
  padding:var(--am-result-space-2);
  border:1px solid rgb(from var(--brand-primary) r g b / .22);
  border-radius:var(--am-result-card-radius);
  background:rgb(from var(--brand-primary) r g b / .08);
  color:var(--gold);
  font-variant-numeric:tabular-nums;
  box-sizing:border-box;
height:auto;
}
body.result-mode .am-ps0031-root .res-verdict-num{
min-width:0;
  font-size:clamp(38px,4vw,48px);
  line-height:.95;
  font-weight:900;
  letter-spacing:0;
  white-space:nowrap;
}
body.result-mode .am-ps0031-root .res-verdict-denom{
display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:3px;
  line-height:1;
  white-space:nowrap;
}
body.result-mode .am-ps0031-root .res-verdict-denom span{
color:var(--ink2);
  font-size:16px;
  line-height:1;
  font-weight:850;
  letter-spacing:0;
  white-space:nowrap;
}
body.result-mode .am-ps0031-root .res-verdict-denom em{
color:var(--ink3);
  font-style:normal;
  font-size:9px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap;
}
body.result-mode .am-ps0031-root .res-verdict-k{
grid-area:eyebrow;
  min-width:0;
  margin:0;
  color:var(--gold);
  font-size:10.5px;
  line-height:1.3;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body.result-mode .am-ps0031-root .res-verdict-scale{
grid-area:helper;
  min-width:0;
  margin:0;
  color:var(--ink3);
  font-size:12px;
  line-height:1.4;
  font-weight:650;
  letter-spacing:0;
}
body.result-mode .am-ps0031-root .res-verdict-title{
grid-area:title;
  min-width:0;
  margin:0;
  color:var(--ink);
  font-size:clamp(21px,2.2vw,27px);
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.02em;
  word-break:normal;
  overflow-wrap:break-word;
}
body.result-mode .am-ps0031-root .res-verdict-text{
grid-area:description;
  min-width:0;
  max-width:66ch;
  margin:0;
  color:var(--ink2);
  font-size:14px;
  line-height:1.55;
  word-break:normal;
  overflow-wrap:break-word;
}
body.result-mode .am-ps0031-root .res-verdict-meter{
width:100%;
  height:7px;
  margin:0 0 var(--am-result-space-1);
  overflow:hidden;
  border-radius:999px;
  background:rgba(27,25,21,.12);
}
body.result-mode .am-ps0031-root .res-verdict-fill{
display:block;
  width:0;
  height:100%;
  max-width:100%;
  border-radius:inherit;
  background:var(--brand-primary);
  transition:width 200ms ease;
;color:var(--brand-on-primary)!important}
body.result-mode .am-ps0031-root .res-score-guide-scale{
display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--am-result-space-1);
  margin:0 0 var(--am-result-space-2);
}
body.result-mode .am-ps0031-root .res-score-guide-scale span{
min-width:0;
  color:var(--ink3);
  font-size:10px;
  line-height:1.3;
  font-weight:850;
  letter-spacing:.05em;
  text-transform:uppercase;
  overflow-wrap:break-word;
}
body.result-mode .am-ps0031-root .res-score-guide-scale span:nth-child(2){
text-align:center;
}
body.result-mode .am-ps0031-root .res-score-guide-scale span:last-child{
text-align:right;
}
body.result-mode .am-ps0031-root .res-score-guide{
width:100%;
  margin:0 0 var(--am-result-space-2);
  padding:var(--am-result-space-2);
  border:1px solid rgba(27,25,21,.12);
  border-radius:var(--am-result-control-radius);
  background:rgba(27,25,21,.045);
  box-sizing:border-box;
}
body.result-mode .am-ps0031-root .res-score-guide p{
margin:0;
  color:var(--ink2);
  font-size:12.5px;
  line-height:1.5;
}
body.result-mode .am-ps0031-root .res-verdict-actions{
display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--am-result-space-2);
}
body.result-mode.res-view-summary .am-ps0031-root .res-verdict-actions{
display:none;
}
body.result-mode .am-ps0031-root .res-priority.am-result-comment{
width:100%;
  max-width:960px;
  min-width:0;
  margin:0 auto;
  padding:var(--am-result-space-2) var(--am-result-space-3);
  border:1px solid rgb(from var(--brand-primary) r g b / .22);
  border-left:3px solid rgb(from var(--brand-primary) r g b / .78);
  border-radius:var(--am-result-card-radius);
  background:rgb(from var(--brand-primary) r g b / .055);
  box-shadow:0 12px 28px -30px rgb(from var(--brand-primary) r g b / .72);
  box-sizing:border-box;
}
body.result-mode .am-ps0031-root .am-result-comment-title{
margin-bottom:7px;
  color:var(--gold);
  font-size:10.5px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.result-mode .am-ps0031-root .am-result-comment-text{
margin:0;
  color:var(--ink);
  font-size:14.5px;
  line-height:1.55;
  font-weight:650;
  word-break:normal;
  overflow-wrap:break-word;
}
body.result-mode .am-ps0031-root .am-result-insurance-summary{
width:100%;
  max-width:none;
  margin:0;
  box-sizing:border-box;
border-radius:14px;
  background:rgb(from var(--brand-primary) r g b / .025);
}
body.result-mode .am-ps0031-root .am-result-summary-actions{
width:100%;
  max-width:none;
  margin:0;
  box-sizing:border-box;
grid-template-columns:1.15fr .85fr;
}
body.result-mode .am-ps0031-root .am-result-summary-actions .res-quick-btn{
min-height:48px;
}
body.result-mode .am-ps0031-root .am-result-summary-actions .res-quick-btn.primary{
color:#fff;
  background:var(--brand-primary);
  border-color:var(--gold);
  box-shadow:0 10px 24px -18px rgb(from var(--brand-primary) r g b / .75);
;color:var(--brand-on-primary)!important}
body.result-mode.res-view-detail .am-ps0031-root .am-result-insurance-summary{
display:none;
}
body.result-mode.res-view-detail .am-ps0031-root .am-result-summary-actions{
display:none;
}
body.result-mode .am-ps0031-root .res-decision.am-detail-estimate-share{
width:100%;
  max-width:600px;
  margin:0 auto;
}
body.result-mode .am-ps0031-root .res-decision.am-detail-estimate-share .res-decision-grid{
grid-template-columns:1fr;
}
body.result-mode.res-view-summary .am-ps0031-root .res-detail{
display:none;
}
body.result-mode.res-view-summary .am-ps0031-root .res-foot{
display:none;
}
body.result-mode.res-view-detail .am-ps0031-root .res-detail{
display:flex;
  width:100%;
  max-width:960px;
  min-width:0;
  margin:var(--am-result-space-3) auto 0;
  flex-direction:column;
  gap:var(--am-result-space-2);
}
body.result-mode.res-view-detail .am-ps0031-root .res-foot{
display:flex;
  width:100%;
  max-width:960px;
  min-width:0;
  margin:var(--am-result-space-2) auto 0;
  flex-direction:column;
  gap:var(--am-result-space-2);
}
body.result-mode.res-view-detail .am-ps0031-root .res-detail > *{
width:100%;
  max-width:none;
  min-width:0;
  box-sizing:border-box;
}
body.result-mode.res-view-detail .am-ps0031-root .res-foot > *{
width:100%;
  max-width:none;
  min-width:0;
  box-sizing:border-box;
}
body.result-mode.res-view-detail .am-ps0031-root .res-time-row{
grid-template-columns:repeat(3,minmax(0,1fr));
}
body.result-mode.res-view-detail .am-ps0031-root .res-time-col{
min-width:0;
}
body.result-mode.res-view-detail .am-ps0031-root .res-yakit-param{
min-width:0;
}
body.result-mode.res-view-detail .am-ps0031-root .res-yakit-param-r{
min-width:0;
}
body.result-mode.res-view-detail .am-ps0031-root .res-yakit-fiyat-wrap{
min-width:0;
display:flex;
  align-items:center;
  gap:4px;
}
body.result-mode.res-view-detail .am-ps0031-root .res-yakit-fiyat-input{
flex:1 1 0;
  width:auto;
  min-width:0;
  box-sizing:border-box;
}
body.result-mode.res-view-detail .am-ps0031-root .res-yakit-fiyat-wrap-unit{
flex:0 0 auto;
}
body.result-mode.res-view-detail .am-ps0031-root .res-yakit-fiyat-dot{
flex:0 0 auto;
top:0;
  right:0;
}
body.result-mode .am-ps0031-root :is(
  .res-back,
  .res-view-tab,
  .res-quick-btn,
  .res-verdict-btn,
  .data-status-btn,
  .res-meth-toggle,
  .res-btn
){
min-height:var(--am-result-control-height);
  border-radius:var(--am-result-control-radius);
  font-weight:750;
  transition:
    background-color var(--am-result-motion),
    border-color var(--am-result-motion),
    color var(--am-result-motion),
    box-shadow var(--am-result-motion),
    transform var(--am-result-motion);
}
body.result-mode .am-ps0031-root :is(
  .res-quick-btn,
  .res-verdict-btn,
  .data-status-btn,
  .res-meth-toggle,
  .res-btn
){
padding:0 var(--am-result-space-2);
  font-size:14px;
  line-height:1.35;
}
body.result-mode .am-ps0031-root :is(.res-yakit-toggle,.res-yakit-km-btn){
min-height:44px;
  border-radius:var(--am-result-control-radius);
  transition:
    background-color var(--am-result-motion),
    border-color var(--am-result-motion),
    color var(--am-result-motion),
    box-shadow var(--am-result-motion),
    transform var(--am-result-motion);
}
body.result-mode .am-ps0031-root button:focus-visible{
outline:2px solid rgb(from var(--brand-primary) r g b / .92);
  outline-offset:2px;
}
body.result-mode .am-ps0031-root a:focus-visible{
outline:2px solid rgb(from var(--brand-primary) r g b / .92);
  outline-offset:2px;
}
body.result-mode .am-ps0031-root button:disabled{
cursor:not-allowed;
  opacity:.56;
  transform:none;
  box-shadow:none;
}
body.result-mode .am-ps0031-root button[aria-disabled="true"]{
cursor:not-allowed;
  opacity:.56;
  transform:none;
  box-shadow:none;
}
body.result-mode .am-ps0031-root button:not(:disabled):not([aria-disabled="true"]):active{
transform:translateY(0);
}

body.result-mode .am-ps0031-root .res-cmp-banner{
  min-height:68px;
  margin:0;
  padding:14px 18px;
  border-color:rgb(from var(--brand-primary) r g b / .24);
  border-radius:var(--am-result-control-radius);
  background:rgb(from var(--brand-primary) r g b / .045);
  box-sizing:border-box;
}
body.result-mode .am-ps0031-root .res-cmp-banner:hover{
  border-color:rgb(from var(--brand-primary) r g b / .40);
  background:rgb(from var(--brand-primary) r g b / .075);
  box-shadow:0 10px 24px -22px rgb(from var(--brand-primary) r g b / .75);
  transform:translateY(-1px);
}
body.result-mode .am-ps0031-root .res-cmp-banner:focus-visible{
  outline:2px solid rgb(from var(--brand-primary) r g b / .92);
  outline-offset:2px;
}
body.result-mode .am-ps0031-root .res-cmp-title{font-weight:800}
body.result-mode .am-ps0031-root .res-cmp-arr{opacity:1;font-weight:800}
body.result-mode .am-ps0031-root .res-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0;
}
body.result-mode .am-ps0031-root .res-btn{
  width:100%;
  min-height:var(--am-result-control-height);
  padding:0 var(--am-result-space-2);
  box-sizing:border-box;
}
body.result-mode .am-ps0031-root #res-share{
  color:#fff;
  border-color:var(--gold);
  background:var(--brand-primary);
  box-shadow:0 12px 24px -20px rgb(from var(--brand-primary) r g b / .78);
;color:var(--brand-on-primary)!important}
body.result-mode .am-ps0031-root #res-share:hover{
  border-color:var(--brand-ink);
  background:var(--brand-ink);
}
body.result-mode .am-ps0031-root #res-newcalc{
  color:var(--gold);
  border-color:rgb(from var(--brand-primary) r g b / .30);
  background:rgb(from var(--brand-primary) r g b / .055);
}
body.result-mode .am-ps0031-root #res-newcalc:hover{
  border-color:rgb(from var(--brand-primary) r g b / .46);
  background:rgb(from var(--brand-primary) r g b / .09);
}
body.result-mode .am-ps0031-root #res-save{
  color:var(--ink2);
  border-color:rgba(27,25,21,.12);
  background:rgba(27,25,21,.045);
}
body.result-mode .am-ps0031-root #res-print{
  color:var(--ink3);
  border-color:rgba(27,25,21,.10);
  background:transparent;
}
body.result-mode .am-ps0031-root :is(#res-verdict-compare,#res-quick-compare){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:var(--gold);
  border-color:rgb(from var(--brand-primary) r g b / .32);
  background:rgb(from var(--brand-primary) r g b / .055);
}
body.result-mode .am-ps0031-root :is(#res-verdict-compare,#res-quick-compare)::after{
  content:'\2192';
  font-size:16px;
  line-height:1;
  font-weight:800;
}

@media(max-width:600px){
.res{
padding:24px 16px 48px;
}
}

@media (min-width:900px){
body.result-mode.res-view-summary .am-ps0031-root .res-total.am-result-hero{
display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
    grid-template-areas:
      "label range"
      "annual monthly"
      "scope included";
    column-gap:var(--am-result-space-6);
    row-gap:var(--am-result-space-1);
    align-items:center;
    min-height:0;
    padding:var(--am-result-space-4);
}
body.result-mode.res-view-summary .am-ps0031-root .res-total-label{
grid-area:label;
    margin:0;
    align-self:end;
}
body.result-mode.res-view-summary .am-ps0031-root .res-total-num{
grid-area:annual;
    align-self:center;
}
body.result-mode.res-view-summary .am-ps0031-root .res-total-excluded{
grid-area:scope;
    margin:0;
    align-self:start;
}
body.result-mode.res-view-summary .am-ps0031-root .res-total-range{
grid-area:range;
    margin:0;
    align-self:end;
}
body.result-mode.res-view-summary .am-ps0031-root .res-total-monthly{
grid-area:monthly;
    margin:0;
    align-self:center;
}
body.result-mode.res-view-summary .am-ps0031-root .res-total-sub{
grid-area:included;
    margin:0;
    align-self:start;
}
}

@media (min-width:980px){
body.result-mode .res{
max-width:1140px;
    display:grid;
    grid-template-columns:380px minmax(0,1fr);
    column-gap:34px;
    align-items:start;
    padding:28px 40px 72px;
}
body.result-mode .hd{
max-width:1140px;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px;
}
body.result-mode .res-top{
grid-column:1 / -1;max-width:none;width:auto;justify-self:start;margin:0 0 22px;
}
body.result-mode .res-summary{
grid-column:1;
    display:flex;flex-direction:column;gap:18px;
    position:sticky;top:24px;
}
body.result-mode .res-detail{
grid-column:2;
    display:flex;flex-direction:column;gap:18px;
    min-width:0;
}
body.result-mode .res-foot{
grid-column:2;
    display:flex;flex-direction:column;gap:14px;
    margin-top:4px;
}
body.result-mode .res-summary>*{
margin-top:0;margin-bottom:0;
}
body.result-mode .res-detail>*{
margin-top:0;margin-bottom:0;
}
body.result-mode .res-foot>*{
margin-top:0;margin-bottom:0;
}
body.result-mode .res-detail .res-meth-body:not(.on){
display:none;
}
body.result-mode .res-summary .res-priority{
background:linear-gradient(180deg,rgb(from var(--brand-primary) r g b / .052),rgba(27,25,21,0.045));
    border-color:rgb(from var(--brand-primary) r g b / .18);
}
body.result-mode .res-view-tabs{
grid-column:1 / -1;
    justify-self:start;
    max-width:520px;
    margin:-6px 0 22px;
}
body.result-mode.res-view-summary .res{
max-width:900px;
    grid-template-columns:minmax(0,760px);
    justify-content:center;
    column-gap:0;
}
body.result-mode.res-view-summary .res-top{
grid-column:1;
}
body.result-mode.res-view-summary .res-summary{
grid-column:1;
}
body.result-mode.res-view-summary .res-view-tabs{
grid-column:1;
justify-self:stretch;
    max-width:760px;
    margin:0 auto 16px;
}
}

@media (min-width:1024px){
body.result-mode.res-view-detail .am-ps0031-root .res-summary.am-ps0031-summary{
display:none;
}
body.result-mode .am-ps0031-root .am-result-hero{
grid-area:hero;align-self:stretch;
}
body.result-mode .am-ps0031-root .am-result-decision{
grid-area:decision;align-self:start;
}
body.result-mode .am-ps0031-root .am-result-score{
grid-area:score;align-self:start;
}
body.result-mode .am-ps0031-root .am-result-comment{
grid-area:comment;align-self:start;
}
body.result-mode .am-ps0031-root .am-result-insurance-summary{
grid-area:insurance;
}
body.result-mode .am-ps0031-root .am-result-summary-actions{
grid-area:actions;
}
}

@media (min-width:768px) and (max-width:1199px){
body.result-mode .res.am-ps0031-root{
max-width:920px;
    padding-left:28px;
    padding-right:28px;
}
body.result-mode .am-ps0031-root .am-result-decision-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}
}

@media (max-width:767px){
body.result-mode .res.am-ps0031-root{
padding:var(--am-result-space-2) var(--am-result-space-2) var(--am-result-space-6);
}
body.result-mode .am-ps0031-root .res-top{
margin-bottom:var(--am-result-space-2);
    padding-top:var(--am-result-space-1);
}
body.result-mode .am-ps0031-root .res-crumb{
font-size:12px;
}
body.result-mode .am-ps0031-root .res-crumb strong{
font-size:14px;
}
body.result-mode .am-ps0031-root .res-view-tabs{
max-width:none;
    margin-bottom:var(--am-result-space-2);
}
body.result-mode .am-ps0031-root .res-total.am-result-hero{
padding:23px 20px 24px;
    border-radius:20px;
}
body.result-mode .am-ps0031-root .res-total-num{
font-size:clamp(44px,13vw,56px);
}
body.result-mode .am-ps0031-root .res-total-monthly{
font-size:20px;
}
body.result-mode .am-ps0031-root .res-total-range{
font-size:13px;
}
body.result-mode .am-ps0031-root .am-result-decision-grid{
grid-template-columns:minmax(0,1fr);
    gap:var(--am-result-space-1);
}
body.result-mode .am-ps0031-root .am-result-decision-card{
grid-column:auto;
    padding:var(--am-result-space-2);
}
body.result-mode .am-ps0031-root .am-result-decision-card:last-child{
grid-column:auto;
    padding:var(--am-result-space-2);
}
body.result-mode .am-ps0031-root .am-result-decision-value{
font-size:22px;
}
body.result-mode .am-ps0031-root .res-verdict.am-result-score{
padding:var(--am-result-space-2);
}
body.result-mode .am-ps0031-root .res-verdict-main{
grid-template-columns:minmax(0,1fr);
    grid-template-areas:
      "eyebrow"
      "helper"
      "score"
      "title"
      "description";
    gap:var(--am-result-space-1);
    align-items:start;
    margin-bottom:var(--am-result-space-3);
}
body.result-mode .am-ps0031-root .res-verdict-score{
width:min(200px,100%);
    margin:var(--am-result-space-1) 0 0;
    justify-self:start;
height:auto;
}
body.result-mode .am-ps0031-root .res-verdict-title{
font-size:22px;
}
body.result-mode .am-ps0031-root .res-verdict-scale{
font-size:11.5px;
}
body.result-mode .am-ps0031-root .am-result-summary-actions{
grid-template-columns:1fr;
}
body.result-mode.res-view-detail .am-ps0031-root .res-detail{
margin-top:var(--am-result-space-2);
}
body.result-mode.res-view-detail .am-ps0031-root .res-foot{
margin-top:var(--am-result-space-2);
}
}

@media (max-width:430px){
body.result-mode.res-view-detail .am-ps0031-root .res-time-val{
font-size:14px;
    line-height:1.35;
    white-space:nowrap;
}
body.result-mode.res-view-detail .am-ps0031-root .res-time-col.mid .res-time-val{
font-size:14px;
    line-height:1.35;
    white-space:nowrap;
}
body.result-mode.res-view-detail .am-ps0031-root .res-yakit-param{
grid-template-columns:minmax(0,1fr);
}
body.result-mode.res-view-detail .am-ps0031-root .res-yakit-param > .res-yakit-param-r{
width:100%;
}
body.result-mode .am-ps0031-root .res-total-num{
font-size:clamp(40px,12.5vw,52px);
    letter-spacing:-.04em;
}
body.result-mode .am-ps0031-root .res-total-excluded{
align-items:flex-start;
    font-size:12px;
}
body.result-mode .am-ps0031-root .res-verdict-score{
width:min(200px,100%);
    padding:var(--am-result-space-2);
height:auto;
}
body.result-mode .am-ps0031-root .res-verdict-text{
font-size:13px;
}
body.result-mode .am-ps0031-root .res-score-guide-scale{
gap:5px;
}
body.result-mode .am-ps0031-root .res-score-guide-scale span{
font-size:9px;
    letter-spacing:.025em;
}
body.result-mode .am-ps0031-root .res-verdict-actions{
grid-template-columns:minmax(0,1fr);
}
}

@media (hover:hover) and (pointer:fine){
body.result-mode .am-ps0031-root button:not(:disabled):not([aria-disabled="true"]):hover{
transform:translateY(-1px);
    box-shadow:0 8px 18px -15px rgba(27,25,21,.55);
}
}

@media (prefers-reduced-motion:reduce){
body.result-mode .am-ps0031-root *{
scroll-behavior:auto;
}
body.result-mode .am-ps0031-root *::before{
scroll-behavior:auto;
}
body.result-mode .am-ps0031-root *::after{
scroll-behavior:auto;
}
}

body.result-mode .am-ps0031-root .am-result-hero-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:16px;
  align-items:center;
}
body.result-mode .am-ps0031-root .am-result-hero-copy{
  min-width:0;
}

@media (max-width:600px){
  body.result-mode .am-ps0031-root .res-actions{
    grid-template-columns:minmax(0,1fr);
  }
}

.am-result-customize{
  margin:18px 0 24px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
}
.am-result-customize > summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:15px 18px;
  cursor:pointer;
  list-style:none;
}
.am-result-customize > summary::-webkit-details-marker{display:none}
.am-result-customize > summary span:first-child{display:grid;gap:2px}
.am-result-customize > summary strong{font-size:15px;color:var(--ink)}
.am-result-customize > summary small{font-size:12px;color:var(--muted)}
.am-result-customize-icon{font-size:20px;color:var(--teal);line-height:1}
.am-result-customize-body{padding:0 18px 18px;border-top:1px solid var(--sep)}
.am-result-customize-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:16px}
.am-result-customize-grid label{display:grid;gap:7px;min-width:0}
.am-result-customize-grid label > span:first-child{font-size:12px;font-weight:700;color:var(--ink)}
.am-result-customize-grid select,.am-result-customize-grid input{width:100%;min-width:0;height:44px;border:1px solid var(--sep);border-radius:6px;background:#fff;color:var(--ink);font:inherit;padding:0 12px}
.am-custom-input-unit{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border:1px solid var(--sep);border-radius:6px;overflow:hidden}
.am-custom-input-unit input{border:0;border-radius:0}
.am-custom-input-unit em{padding:0 12px;font-size:12px;font-style:normal;color:var(--muted);white-space:nowrap}
.am-result-customize-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px}
.am-result-customize-reset{border:0;background:transparent;color:var(--teal);font:inherit;font-size:13px;font-weight:700;cursor:pointer;padding:8px 0}
#am-custom-status{font-size:12px;color:#a13d31}
@media (max-width:600px){
  .am-result-customize-grid{grid-template-columns:1fr}
  .am-result-customize-actions .res-btn{width:auto;min-width:0}
}
/* Hazir arac senaryosu: sonuc kaynagini aciklar, manuel sonuclarda uretilmez. */
.am-scenario-notice{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  margin:0 auto 24px;
  padding:16px 18px;
  border:1px solid rgb(from var(--brand-primary) r g b / .24);
  border-left:4px solid var(--gold);
  border-radius:12px;
  background:rgb(from var(--brand-primary) r g b / .045);
}
.am-scenario-notice-copy{
  display:grid;
  min-width:0;
  gap:4px;
}
.am-scenario-notice-copy strong{
  color:var(--ink);
  font-size:14px;
  line-height:1.35;
  white-space:nowrap;
}
.am-scenario-notice-copy span{
  color:var(--ink2);
  font-size:13px;
  line-height:1.5;
}
body.result-mode .am-ps0031-root .am-scenario-notice .am-scenario-personalize{
  width:auto;
  min-width:168px;
  max-width:220px;
  min-height:44px;
  justify-self:end;
  white-space:nowrap;
}
@media (max-width:600px){
  .am-scenario-notice{
    grid-template-columns:minmax(0,1fr);
    align-items:stretch;
    gap:16px;
    margin-bottom:16px;
    padding:14px;
  }
  .am-scenario-notice-copy strong{
    white-space:normal;
  }
  body.result-mode .am-ps0031-root .am-scenario-notice .am-scenario-personalize{
    width:100%;
    min-width:0;
    max-width:none;
    justify-self:stretch;
  }
}

/* Onayli final ozet ekrani */
.am-summary-only{
  display:none;
}
.am-result-ev-note{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:14px;
  padding:5px 12px;
  border:1px solid rgba(15,122,90,.18);
  border-radius:8px;
  color:#0f7a5a;
  background:rgba(15,122,90,.08);
  font-size:12px;
  font-weight:600;
}
body.result-mode.res-view-summary .am-ps0031-root .am-summary-only{
  display:block;
}
body.result-mode.res-view-summary .am-ps0031-root .am-detail-only{
  display:none;
}
body.result-mode.res-view-summary .am-ps0031-root .res-summary > .am-result-decision,
body.result-mode.res-view-summary .am-ps0031-root .res-summary > .res-verdict.am-result-score,
body.result-mode.res-view-summary .am-ps0031-root .res-summary > .res-priority.am-result-comment,
body.result-mode.res-view-summary .am-ps0031-root .res-summary > .res-quick-insurance,
body.result-mode.res-view-summary .am-ps0031-root .res-summary > .res-quick-actions{
  display:none;
}
body.result-mode.res-view-summary .am-ps0031-root .res-summary.am-ps0031-summary{
  max-width:1120px;
  gap:24px;
  padding:36px;
  border:1px solid rgba(39,35,30,.13);
  border-radius:24px;
  background:var(--surface);
  box-shadow:0 18px 46px -38px rgba(104,99,91,.48);
}
body.result-mode.res-view-summary .am-ps0031-root .res-total.am-result-hero{
  position:relative;
  padding:20px 8px 10px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
body.result-mode.res-view-summary .am-ps0031-root .am-result-hero-layout{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(0,1fr);
  gap:0;
  align-items:center;
}
body.result-mode.res-view-summary .am-ps0031-root .am-result-hero-copy{
  min-width:0;
}
body.result-mode.res-view-summary .am-ps0031-root .res-total-label{
  margin-bottom:14px;
  color:var(--gold);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.result-mode.res-view-summary .am-ps0031-root .res-total-num{
  color:var(--ink);
  font-size:clamp(72px,8.6vw,126px);
  line-height:.88;
  letter-spacing:-.045em;
}
body.result-mode.res-view-summary .am-ps0031-root .res-total-sym{
  color:var(--gold);
  opacity:1;
}
.am-final-summary-accent{
  width:54px;
  height:3px;
  margin:24px 0 20px;
  border-radius:999px;
  background:var(--brand-primary);
;color:var(--brand-on-primary)!important}
.am-final-summary-vehicle{
  max-width:100%;
  margin:0;
  color:var(--ink);
  font-size:clamp(30px,3.2vw,42px);
  line-height:1.12;
  font-weight:760;
  letter-spacing:0;
  overflow-wrap:break-word;
}
.am-final-summary-helper{
  max-width:600px;
  margin:16px 0 0;
  color:var(--ink2);
  font-size:14px;
  line-height:1.55;
}
.am-final-summary-info{
  display:none;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.35fr);
  align-items:stretch;
  gap:0;
  padding:16px 18px;
  border:1px solid rgba(39,35,30,.11);
  border-radius:16px;
  background:rgba(255,255,255,.5);
  box-shadow:0 12px 28px -28px rgba(104,99,91,.45);
}
body.result-mode.res-view-summary .am-ps0031-root .am-final-summary-info{
  display:grid;
}
.am-final-summary-info-item{
  display:flex;
  min-width:0;
  align-items:center;
  gap:14px;
  padding:4px 18px;
  border-left:1px solid rgba(39,35,30,.11);
}
.am-final-summary-info-item:first-child{
  padding-left:0;
  border-left:0;
}
.am-final-summary-info-item:last-child{
  padding-right:0;
}
.am-final-summary-info-icon{
  display:grid;
  width:44px;
  height:44px;
  flex:0 0 44px;
  place-items:center;
  border-radius:50%;
  color:var(--gold);
  background:rgb(from var(--brand-primary) r g b / .075);
}
.am-final-summary-info-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.am-final-summary-info-item > span:last-child{
  display:grid;
  min-width:0;
  gap:5px;
}
.am-final-summary-info-item small{
  color:var(--gold);
  font-size:10px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.am-final-summary-info-item strong{
  color:var(--ink);
  font-size:16px;
  line-height:1.35;
  font-weight:730;
  overflow-wrap:break-word;
}
.am-final-summary-freshness strong{
  font-size:16px;
  font-weight:730;
}
.am-summary-trust{
  display:none;
  align-items:center;
  gap:10px 16px;
  padding:11px 14px;
  border:1px solid rgba(39,35,30,.11);
  border-radius:12px;
  color:var(--ink2);
  background:rgba(255,255,255,.36);
  font-size:11px;
  line-height:1.45;
}
body.result-mode.res-view-summary .am-ps0031-root .am-summary-trust{
  display:flex;
  flex-wrap:wrap;
}
.am-summary-trust strong{color:var(--ink);font-size:12px}
.am-summary-trust span{display:inline-flex;align-items:center;gap:6px}
.am-summary-trust i{width:6px;height:6px;border-radius:50%;background:var(--ink3);flex:0 0 6px}
.am-summary-trust i.official{background:rgba(15,122,90,.86)}
.am-summary-trust i.estimate{background:var(--brand-primary);color:var(--brand-on-primary)!important}
.am-summary-trust button{margin-left:auto;border:0;background:transparent;color:var(--gold);font:inherit;font-weight:800;text-decoration:underline;text-underline-offset:2px;cursor:pointer;padding:3px 0}
.am-summary-trust button:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}
@media(max-width:600px){
  .am-summary-trust{align-items:flex-start;gap:7px 12px;padding:11px 12px}
  .am-summary-trust strong{width:100%}
  .am-summary-trust span{width:100%}
  .am-summary-trust button{margin-left:0}
}
.am-final-summary-coverage{
  display:none;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr);
  gap:16px;
}
body.result-mode.res-view-summary .am-ps0031-root .am-final-summary-coverage{
  display:grid;
}
.am-final-summary-panel{
  display:flex;
  min-width:0;
  min-height:216px;
  flex-direction:column;
  padding:22px 24px;
  border:1px solid rgba(39,35,30,.11);
  border-radius:16px;
  background:rgba(255,255,255,.42);
}
.am-final-summary-panel h2{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  color:var(--ink);
  font-size:17px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
}
.am-final-summary-panel h2 > span{
  display:grid;
  width:32px;
  height:32px;
  flex:0 0 32px;
  place-items:center;
  border:1px solid currentColor;
  border-radius:50%;
  color:var(--gold);
  font-size:18px;
}
.am-final-summary-included h2 > span{
  color:#fff;
  border-color:var(--gold);
  background:var(--brand-primary);
;color:var(--brand-on-primary)!important}
.am-final-summary-included ul{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}
.am-final-summary-included li{
  display:grid;
  min-width:0;
  justify-items:center;
  gap:9px;
  color:var(--ink2);
  text-align:center;
}
.am-final-summary-included li > span{
  display:grid;
  width:46px;
  height:46px;
  place-items:center;
  border-radius:50%;
  color:var(--ink);
  background:rgb(from var(--brand-primary) r g b / .07);
  font-size:21px;
  font-weight:700;
}
.am-final-summary-included li svg,
.am-final-summary-excluded-copy svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.am-final-summary-included li strong{
  font-size:12px;
  font-weight:650;
}
.am-final-summary-panel > p{
  margin:auto 0 0;
  padding-top:20px;
  color:var(--gold);
  font-size:13px;
  line-height:1.45;
}
.am-final-summary-excluded-copy{
  display:flex;
  align-items:center;
  gap:16px;
  margin:24px 0 0;
}
.am-final-summary-excluded-copy > span{
  display:grid;
  width:48px;
  height:48px;
  flex:0 0 48px;
  place-items:center;
  border-radius:50%;
  color:var(--ink);
  background:rgb(from var(--brand-primary) r g b / .07);
  font-size:21px;
}
.am-final-summary-excluded-copy p{
  margin:0;
  color:var(--ink);
  font-size:16px;
  line-height:1.45;
  font-weight:600;
}

@media (min-width:980px){
  body.result-mode.res-view-summary .am-ps0031-root{
    max-width:1200px;
  }
  body.result-mode.res-view-summary .am-ps0031-root .res-top,
  body.result-mode.res-view-summary .am-ps0031-root .res-view-tabs{
    max-width:1120px;
  }
  body.result-mode.res-view-summary .am-ps0031-root .res-top{
    justify-self:stretch;
  }
  body.result-mode.res-view-summary .am-ps0031-root .res-back-label{
    display:inline;
  }
}

@media (max-width:979px){
  .res-back-label{
    display:inline;
  }
  body.result-mode.res-view-summary .am-ps0031-root .res-summary.am-ps0031-summary{
    padding:28px;
  }
  body.result-mode.res-view-summary .am-ps0031-root .res-total-num{
    font-size:clamp(64px,10vw,96px);
  }
  .am-final-summary-info{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-areas:"range monthly" "freshness freshness";
    gap:14px;
  }
  .am-final-summary-range{grid-area:range}
  .am-final-summary-monthly{grid-area:monthly}
  .am-final-summary-freshness{grid-area:freshness}
  .am-final-summary-info-item,
  .am-final-summary-info-item:first-child,
  .am-final-summary-info-item:last-child{
    padding:4px;
    border-left:0;
  }
  .am-final-summary-freshness{
    padding-top:14px;
    border-top:1px solid rgba(39,35,30,.11);
  }
}

@media (max-width:600px){
  body.result-mode .am-ps0031-root .res-top{
    grid-template-columns:1fr;
    row-gap:12px;
  }
  body.result-mode .am-ps0031-root .res-back{
    grid-column:1;
    grid-row:1;
  }
  body.result-mode .am-ps0031-root .res-crumb{
    grid-column:1;
    grid-row:2;
    justify-self:start;
    text-align:left;
  }
}

@media (max-width:767px){
  body.result-mode.res-view-summary .am-ps0031-root .am-result-summary-flow{
    display:flex;
    flex-direction:column;
  }
  body.result-mode.res-view-summary .am-ps0031-root .am-result-summary-flow > .res-view-tabs{
    order:0;
  }
  body.result-mode.res-view-summary .am-ps0031-root .am-result-summary-flow > .res-summary{
    order:1;
  }
  body.result-mode.res-view-summary .am-ps0031-root .am-result-summary-flow > [data-ownership-scenario-slot]{
    order:2;
  }
  body.result-mode.res-view-summary .am-ps0031-root .am-result-summary-flow > .am-alternatives-jump{
    order:3;
  }
  body.result-mode.res-view-summary .am-ps0031-root .res-summary.am-ps0031-summary{
    gap:16px;
    padding:22px;
  }
  body.result-mode.res-view-summary .am-ps0031-root .res-total.am-result-hero{
    padding:8px 0 0;
  }
  body.result-mode.res-view-summary .am-ps0031-root .am-result-hero-layout{
    grid-template-columns:minmax(0,1fr);
    gap:18px;
    text-align:center;
  }
  body.result-mode.res-view-summary .am-ps0031-root .res-total-label{
    margin-bottom:12px;
  }
  body.result-mode.res-view-summary .am-ps0031-root .res-total-num{
    font-size:clamp(48px,14vw,74px);
    line-height:.94;
  }
  .am-final-summary-accent{
    width:44px;
    margin:18px auto 14px;
  }
  .am-final-summary-vehicle{
    font-size:clamp(25px,7vw,34px);
  }
  body.result-mode.res-view-summary .am-ps0031-root .am-final-summary-helper{
    display:none;
  }
  .am-final-summary-info{
    grid-template-areas:"freshness freshness" "range monthly";
    padding:14px;
  }
  .am-final-summary-freshness{
    padding:0 0 12px;
    border-top:0;
    border-bottom:1px solid rgba(39,35,30,.11);
  }
  .am-final-summary-info-item{
    gap:10px;
  }
  .am-final-summary-info-icon{
    width:38px;
    height:38px;
    flex-basis:38px;
  }
  .am-final-summary-info-icon svg{
    width:20px;
    height:20px;
  }
  .am-final-summary-info-item strong{
    font-size:14px;
  }
  .am-final-summary-coverage{
    grid-template-columns:minmax(0,1fr);
  }
  .am-final-summary-panel{
    min-height:0;
    padding:18px;
  }
  .am-final-summary-panel h2{
    font-size:14px;
  }
  .am-final-summary-included ul{
    gap:6px;
    margin-top:18px;
  }
  .am-final-summary-included li{
    gap:6px;
  }
  .am-final-summary-included li > span{
    width:38px;
    height:38px;
    font-size:17px;
  }
  .am-final-summary-included li strong{
    font-size:10px;
  }
  .am-final-summary-panel > p{
    padding-top:16px;
  }
  .am-final-summary-excluded-copy{
    margin-top:18px;
  }
}

@media (max-width:390px){
  body.result-mode.res-view-summary .am-ps0031-root .res-summary.am-ps0031-summary{
    padding:18px 14px;
    border-radius:18px;
  }
  .am-final-summary-info{
    column-gap:8px;
  }
  .am-final-summary-info-item{
    align-items:flex-start;
  }
  .am-final-summary-range .am-final-summary-info-icon,
  .am-final-summary-monthly .am-final-summary-info-icon{
    display:none;
  }
  .am-final-summary-info-item strong{
    font-size:13px;
  }
}

@media print{
  .am-final-summary-info,
  .am-final-summary-panel{
    break-inside:avoid;
  }
}

/* Approved detail screen parity */
body.result-mode.res-view-detail .am-ps0031-root{
  max-width:1120px;
  padding-top:16px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-scenario-notice,
body.result-mode.res-view-detail .am-ps0031-root .am-alternatives-jump,
body.result-mode.res-view-detail .am-ps0031-root .res-view-tabs{
  display:none;
}
body.result-mode.res-view-detail .am-ps0031-root .res-top{
  width:100%;
  max-width:1120px;
  margin:0 auto 12px;
  padding-top:0;
}
body.result-mode.res-view-detail .am-ps0031-root .res-crumb{
  justify-self:start;
  font-size:12px;
}
body.result-mode.res-view-detail .am-ps0031-root .res-detail{
  width:100%;
  max-width:1120px;
  margin:0 auto;
}
.am-detail-v2{
  gap:16px;
}
.am-detail-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:24px;
  padding:0 0 2px;
}
.am-detail-header h1{
  font-size:26px;
  line-height:1.2;
}
.am-detail-header p{
  margin-top:5px;
  font-size:13px;
}
.am-detail-header .am-detail-eyebrow{
  display:none;
}
body.result-mode .am-ps0031-root .am-detail-share,
body.result-mode .am-ps0031-root .am-detail-compare-cta .res-btn{
  width:auto;
  min-width:max-content;
  min-height:44px;
  padding:0 18px;
}
.am-detail-insight{
  grid-template-columns:minmax(190px,1.05fr) repeat(2,minmax(165px,.9fr)) minmax(210px,1.15fr);
  padding:16px 18px;
  border-radius:12px;
  box-shadow:0 8px 22px -22px rgba(39,35,30,.42);
}
.am-detail-insight > *{
  padding:0 18px;
}
.am-detail-insight-total,
.am-detail-insight-item{
  min-height:56px;
}
.am-detail-insight-total strong{
  font-size:30px;
}
.am-detail-insight-item strong{
  font-size:14px;
}
.am-detail-insight-note{
  padding:12px 14px;
  border:0;
  border-radius:8px;
  background:rgb(from var(--brand-primary) r g b / .035);
  font-size:12px;
}
.am-detail-vehicle{
  grid-template-columns:minmax(0,1fr);
  gap:0;
  padding:18px 24px;
  border-radius:12px;
}
.am-detail-vehicle-copy h2{
  margin-top:4px;
  font-size:24px;
}
.am-detail-vehicle-copy > p{
  font-size:13px;
}
.am-detail-vehicle-copy dl{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid var(--sep);
}
.am-detail-vehicle-copy dd{
  font-size:13px;
}
.am-detail-section-head{
  min-height:54px;
  margin:0;
  padding:14px 20px;
  align-items:center;
  border:1px solid var(--sep);
  border-bottom:0;
  border-radius:12px 12px 0 0;
  background:var(--surface);
}
.am-detail-section-head .am-detail-eyebrow{
  display:none;
}
.am-detail-section-head h2{
  font-size:19px;
}
.am-detail-section-head > p{
  margin:0;
  font-size:11px;
}
.am-detail-cost-list{
  border-radius:0;
}
.am-detail-cost-button{
  min-height:62px;
  grid-template-columns:34px minmax(0,1fr) 124px 18px;
  gap:12px;
  padding:9px 16px;
}
.am-detail-cost-icon{
  width:34px;
  height:34px;
  border-radius:50%;
}
.am-detail-cost-copy strong{
  font-size:14px;
}
.am-detail-cost-copy small,
.am-detail-cost-value small{
  font-size:11px;
}
.am-detail-cost-value strong{
  font-size:15px;
}
.am-detail-cost-panel{
  padding:0 14px 12px;
}
.am-detail-cost-zones{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:22px;
  padding:14px 16px;
  border:1px solid var(--sep);
  border-radius:10px;
  background:rgba(27,25,21,.018);
}
.am-detail-cost-zones h3{
  margin-bottom:9px;
  font-size:13px;
}
.am-detail-summary-rows{
  gap:6px;
}
.am-detail-summary-rows div,
.am-detail-method p{
  font-size:12px;
}
.am-detail-formula-toggle{
  min-height:36px;
  font-size:12px;
}
.am-detail-existing-slot:not([data-detail-existing="yakit"]){
  display:none;
}
.am-detail-existing-slot[data-detail-existing="yakit"]{
  display:block;
}
.am-detail-cost-total{
  padding:12px 18px;
  border-radius:0 0 12px 12px;
  font-size:13px;
}
.am-detail-cost-total strong{
  font-size:17px;
}
.am-detail-personal-disclosure,
.am-detail-alternatives{
  display:none;
}
.am-detail-projection{
  padding:0;
  border-radius:12px;
}
.am-detail-projection .am-detail-section-head{
  border:0;
  border-bottom:1px solid var(--sep);
}
.am-detail-projection-layout{
  grid-template-columns:220px minmax(0,1fr);
  grid-template-areas:"summary chart";
  gap:0;
  padding:14px 18px 16px;
}
.am-detail-chart{
  grid-area:chart;
  height:154px;
  gap:12px;
  padding:12px 0 0 22px;
  border-left:1px solid var(--sep);
}
.am-detail-projection-summary{
  grid-area:summary;
  padding:16px 22px 16px 4px;
  border:0;
}
.am-detail-projection-summary strong{
  font-size:27px;
}
.am-detail-projection .sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.am-detail-compare-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  padding:16px 20px;
  border-radius:12px;
}
.am-detail-compare-cta h2{
  font-size:18px;
}
.am-detail-compare-cta p{
  margin-top:3px;
  font-size:12px;
}
.am-detail-trust{
  gap:0;
}
.am-detail-trust .res-meth-toggle,
.am-detail-trust .res-meth-body,
.am-detail-trust .res-trust-center-list,
.am-detail-trust .res-trust-center-note,
.am-detail-trust .res-trust-center-head p,
.am-detail-trust .data-status-btn.secondary{
  display:none!important;
}
.am-detail-trust .res-trust-center{
  display:flex;
  min-height:52px;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 16px;
  border:1px solid var(--sep);
  border-radius:10px;
  background:rgba(27,25,21,.025);
}
.am-detail-trust .res-trust-center-head{
  margin:0;
}
.am-detail-trust .res-trust-center-head h2{
  font-size:12px;
  font-weight:650;
}
.am-detail-trust .res-trust-center .data-status-actions{
  margin:0;
}
.am-detail-trust .data-status-btn{
  min-height:36px;
  padding:0 12px;
  font-size:12px;
}
body.result-mode.res-view-detail .am-ps0031-root .res-foot{
  max-width:1120px;
  margin-top:12px;
}
body.result-mode.res-view-detail .am-ps0031-root .res-foot .res-actions{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
body.result-mode.res-view-detail .am-ps0031-root .res-foot > div:last-child{
  margin-top:8px!important;
  padding:9px 14px!important;
  font-size:10px!important;
}

@media (max-width:900px){
  .am-detail-insight{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .am-detail-insight > :nth-child(3){
    padding-left:0;
    border-left:0;
  }
  .am-detail-vehicle{
    grid-template-columns:minmax(0,1fr);
  }
  .am-detail-vehicle-copy dl{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:700px){
  body.result-mode.res-view-detail .am-ps0031-root{
    padding:12px 16px 48px;
  }
  .am-detail-v2{
    gap:14px;
  }
  .am-detail-header{
    grid-template-columns:1fr;
    align-items:start;
    gap:10px;
  }
  body.result-mode .am-ps0031-root .am-detail-share{
    width:auto;
  }
  .am-detail-insight{
    grid-template-columns:1fr;
  }
  .am-detail-insight > *{
    padding:12px 0;
    border-top:1px solid var(--sep);
    border-left:0;
  }
  .am-detail-insight > :first-child{
    padding-top:0;
    border-top:0;
  }
  .am-detail-vehicle{
    grid-template-columns:1fr;
    gap:0;
  }
  .am-detail-vehicle-copy{
    text-align:left;
  }
  .am-detail-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
  .am-detail-section-head > p{
    text-align:left;
  }
  .am-detail-cost-button{
    grid-template-columns:34px minmax(0,1fr) 18px;
  }
  .am-detail-cost-value{
    grid-column:2;
    align-items:flex-start;
    text-align:left;
  }
  .am-detail-cost-chevron{
    grid-column:3;
    grid-row:1 / span 2;
  }
  .am-detail-cost-zones{
    grid-template-columns:1fr;
    gap:16px;
  }
  .am-detail-projection-layout{
    grid-template-columns:1fr;
    grid-template-areas:"summary" "chart";
  }
  .am-detail-projection-summary{
    padding:10px 0 14px;
    border-bottom:1px solid var(--sep);
  }
  .am-detail-chart{
    height:142px;
    padding:12px 0 0;
    border-left:0;
  }
  .am-detail-compare-cta{
    grid-template-columns:1fr;
    gap:12px;
  }
  body.result-mode .am-ps0031-root .am-detail-compare-cta .res-btn{
    width:100%;
  }
  body.result-mode.res-view-detail .am-ps0031-root .res-foot .res-actions{
    grid-template-columns:1fr;
  }
}
@media (max-width:390px){
  .am-detail-vehicle-copy dl{
    grid-template-columns:1fr;
  }
  .am-detail-chart-value{
    font-size:8px;
  }
}

/* Programmatic page focus must not frame the non-interactive result container. */
body.result-mode .res.am-ps0031-root:focus-visible{
  outline:none;
  box-shadow:none;
}

/* Approved detail screen */
body.result-mode.res-view-detail .am-ps0031-root .res-detail{
  max-width:1120px;
  margin-top:24px;
  gap:0;
}
body.result-mode.res-view-detail .am-ps0031-root .res-detail > .am-detail-legacy{
  display:none!important;
}
.am-detail-v2{
  display:grid;
  width:100%;
  min-width:0;
  gap:24px;
}
.am-detail-v2 *,
.am-detail-v2 *::before,
.am-detail-v2 *::after{
  box-sizing:border-box;
}
.am-detail-header,
.am-detail-section-head,
.am-detail-compare-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.am-detail-header h1,
.am-detail-section-head h2,
.am-detail-compare-cta h2{
  margin:0;
  color:var(--ink);
  letter-spacing:0;
}
.am-detail-header h1{
  font-size:clamp(28px,3vw,40px);
  line-height:1.15;
}
.am-detail-header p,
.am-detail-section-head p,
.am-detail-compare-cta p{
  margin:6px 0 0;
  color:var(--ink2);
  line-height:1.55;
}
.am-detail-eyebrow{
  margin:0 0 8px!important;
  color:var(--gold)!important;
  font-size:12px;
  font-weight:750;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.am-detail-share{
  flex:0 0 auto;
  white-space:nowrap;
}
.am-detail-insight{
  display:grid;
  grid-template-columns:minmax(230px,1.25fr) repeat(2,minmax(170px,1fr)) minmax(190px,.9fr);
  align-items:center;
  gap:0;
  padding:20px 24px;
  border:1px solid var(--sep);
  border-radius:18px;
  background:var(--surface);
  box-shadow:0 14px 36px -34px rgba(39,35,30,.5);
}
.am-detail-insight > *{
  min-width:0;
  padding:0 20px;
  border-left:1px solid var(--sep);
}
.am-detail-insight > :first-child{
  padding-left:0;
  border-left:0;
}
.am-detail-insight > :last-child{
  padding-right:0;
}
.am-detail-insight-total,
.am-detail-insight-item{
  display:flex;
  min-height:64px;
  flex-direction:column;
  justify-content:center;
}
.am-detail-insight-total span,
.am-detail-insight-item small{
  color:var(--ink2);
  font-size:12px;
  font-weight:650;
}
.am-detail-insight-total strong{
  margin-top:3px;
  color:var(--gold);
  font-size:clamp(26px,3vw,36px);
  line-height:1.05;
}
.am-detail-insight-total small{
  margin-top:5px;
  color:var(--ink2);
}
.am-detail-insight-item{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  align-items:center;
  gap:12px;
}
.am-detail-insight-item > span:last-child{
  display:flex;
  min-width:0;
  flex-direction:column;
}
.am-detail-insight-item strong{
  margin-top:3px;
  overflow:hidden;
  color:var(--ink);
  font-size:16px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.am-detail-insight-item em{
  margin-top:2px;
  color:var(--gold);
  font-size:12px;
  font-style:normal;
  font-weight:700;
}
.am-detail-insight-icon,
.am-detail-cost-icon{
  display:grid;
  flex:0 0 auto;
  width:36px;
  height:36px;
  place-items:center;
  border-radius:10px;
  color:var(--cost-color,var(--gold));
  background:color-mix(in srgb,var(--cost-color,var(--gold)) 9%,transparent);
}
.am-detail-insight-icon svg,
.am-detail-cost-icon svg{
  width:19px;
  height:19px;
}
.am-detail-insight-note{
  margin:0;
  color:var(--ink2);
  font-size:13px;
  line-height:1.5;
}
.am-detail-vehicle{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:center;
  gap:0;
  padding:24px 28px;
  border:1px solid var(--sep);
  border-radius:18px;
  background:var(--surface);
}
.am-detail-vehicle-copy > span{
  color:var(--gold);
  font-size:12px;
  font-weight:750;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.am-detail-vehicle-copy h2{
  margin:5px 0 4px;
  color:var(--ink);
  font-size:clamp(24px,3vw,34px);
  letter-spacing:0;
}
.am-detail-vehicle-copy > p{
  margin:0;
  color:var(--ink2);
}
.am-detail-vehicle-copy dl{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 24px;
  margin:22px 0 0;
}
.am-detail-vehicle-copy dl div{
  min-width:0;
}
.am-detail-vehicle-copy dt{
  color:var(--ink2);
  font-size:11px;
  font-weight:650;
}
.am-detail-vehicle-copy dd{
  margin:3px 0 0;
  overflow-wrap:anywhere;
  color:var(--ink);
  font-size:14px;
  font-weight:700;
}
.am-detail-costs,
.am-detail-projection,
.am-detail-trust{
  min-width:0;
}
.am-detail-section-head{
  align-items:flex-end;
  margin-bottom:16px;
}
.am-detail-section-head h2{
  font-size:clamp(22px,2.5vw,30px);
}
.am-detail-section-head > p{
  max-width:360px;
  text-align:right;
}
.am-detail-cost-list{
  overflow:hidden;
  border:1px solid var(--sep);
  border-radius:18px;
  background:var(--surface);
}
.am-detail-cost-item + .am-detail-cost-item{
  border-top:1px solid var(--sep);
}
.am-detail-cost-button{
  display:grid;
  width:100%;
  min-height:80px;
  grid-template-columns:40px minmax(0,1fr) auto 24px;
  align-items:center;
  gap:14px;
  padding:14px 20px;
  border:0;
  color:var(--ink);
  background:transparent;
  text-align:left;
  cursor:pointer;
}
.am-detail-cost-button:hover{
  background:rgb(from var(--brand-primary) r g b / .035);
}
.am-detail-cost-button:focus-visible,
.am-detail-formula-toggle:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:-3px;
}
.am-detail-cost-copy,
.am-detail-cost-value{
  display:flex;
  min-width:0;
  flex-direction:column;
}
.am-detail-cost-copy strong{
  font-size:16px;
}
.am-detail-cost-copy small,
.am-detail-cost-value small{
  margin-top:3px;
  color:var(--ink2);
  font-size:12px;
  line-height:1.4;
}
.am-detail-cost-value{
  align-items:flex-end;
  text-align:right;
}
.am-detail-cost-value strong{
  color:var(--ink);
  font-size:17px;
  white-space:nowrap;
}
.am-detail-cost-value small{
  color:var(--gold);
  font-weight:700;
}
.am-detail-cost-chevron{
  color:var(--ink2);
  font-size:20px;
  transition:transform 150ms ease;
}
.am-detail-cost-item.is-open .am-detail-cost-chevron{
  transform:rotate(180deg);
}
.am-detail-cost-panel{
  padding:0 20px 20px 74px;
}
.am-detail-cost-panel[hidden],
.am-detail-formula[hidden]{
  display:none;
}
.am-detail-cost-zones{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  padding:20px;
  border-top:1px solid var(--sep);
  background:rgba(27,25,21,.025);
}
.am-detail-cost-zones h3{
  margin:0 0 12px;
  color:var(--ink);
  font-size:14px;
}
.am-detail-summary-rows{
  display:grid;
  gap:8px;
}
.am-detail-summary-rows div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:var(--ink2);
  font-size:13px;
}
.am-detail-summary-rows strong{
  color:var(--ink);
  text-align:right;
}
.am-detail-method p{
  margin:0;
  color:var(--ink2);
  font-size:13px;
  line-height:1.55;
}
.am-detail-formula-toggle{
  min-height:44px;
  margin-top:8px;
  padding:0;
  border:0;
  color:var(--gold);
  background:transparent;
  font-weight:700;
  cursor:pointer;
}
.am-detail-formula{
  margin-top:8px;
  padding:10px 12px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:var(--surface);
  overflow-x:auto;
}
.am-detail-existing-slot .res-yakit,
.am-detail-existing-slot .res-kasko{
  width:100%;
  max-width:none;
  margin:16px 0 0;
  border-radius:12px;
  box-shadow:none;
}
.am-detail-existing-slot .res-yakit-main{
  display:none;
}
.am-detail-existing-slot .res-yakit-h{
  padding:12px 16px;
}
.am-detail-cost-total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 22px;
  border:1px solid var(--sep);
  border-top:0;
  border-radius:0 0 18px 18px;
  color:var(--ink);
  background:rgb(from var(--brand-primary) r g b / .045);
  font-weight:700;
}
.am-detail-cost-total strong{
  color:var(--gold);
  font-size:22px;
}
.am-detail-personal-disclosure{
  overflow:hidden;
  border:1px solid var(--sep);
  border-radius:16px;
  background:var(--surface);
}
.am-detail-personal-disclosure > summary{
  min-height:56px;
  padding:17px 20px;
  color:var(--ink);
  font-weight:700;
  cursor:pointer;
}
.am-detail-personal-disclosure[open] > summary{
  border-bottom:1px solid var(--sep);
}
.am-detail-personal-disclosure .res-personal{
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.am-detail-projection{
  padding:24px;
  border:1px solid var(--sep);
  border-radius:18px;
  background:var(--surface);
}
.am-detail-projection-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(190px,240px);
  align-items:stretch;
  gap:24px;
}
.am-detail-chart{
  display:grid;
  height:220px;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:end;
  gap:14px;
  padding-top:24px;
}
.am-detail-chart-col{
  display:grid;
  height:100%;
  grid-template-rows:auto minmax(80px,1fr) auto;
  align-items:end;
  gap:8px;
  min-width:0;
  text-align:center;
}
.am-detail-chart-value{
  overflow:hidden;
  color:var(--ink2);
  font-size:11px;
  font-weight:650;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.am-detail-chart-track{
  display:flex;
  width:100%;
  height:100%;
  align-items:flex-end;
  justify-content:center;
  border-bottom:1px solid var(--sep);
}
.am-detail-chart-track i{
  display:block;
  width:min(42px,58%);
  min-height:12px;
  border-radius:7px 7px 0 0;
  background:var(--brand-primary);
;color:var(--brand-on-primary)!important}
.am-detail-chart-col > strong{
  color:var(--ink2);
  font-size:11px;
}
.am-detail-projection-summary{
  display:flex;
  min-width:0;
  padding:20px;
  flex-direction:column;
  justify-content:center;
  border-left:1px solid var(--sep);
}
.am-detail-projection-summary span,
.am-detail-projection-summary small{
  color:var(--ink2);
  font-size:12px;
}
.am-detail-projection-summary strong{
  margin:6px 0;
  color:var(--gold);
  font-size:clamp(22px,2.6vw,30px);
  line-height:1.1;
  overflow-wrap:anywhere;
}
.am-detail-compare-cta{
  padding:22px 24px;
  border:1px solid rgb(from var(--brand-primary) r g b / .22);
  border-radius:18px;
  background:rgb(from var(--brand-primary) r g b / .045);
}
.am-detail-compare-cta h2{
  font-size:20px;
}
.am-detail-compare-cta .res-btn{
  flex:0 0 auto;
  white-space:nowrap;
}
.am-detail-trust{
  display:grid;
  gap:12px;
}
.am-detail-trust .res-meth-toggle,
.am-detail-trust .res-meth-body,
.am-detail-trust .res-trust-center{
  width:100%;
  max-width:none;
  margin:0;
}
.am-detail-alternatives:empty{
  display:none;
}
body.result-mode.res-view-detail .am-ps0031-root .res-foot .res-cmp-banner,
body.result-mode.res-view-detail .am-ps0031-root .res-foot #res-share{
  display:none;
}

@media (max-width:1024px){
  .am-detail-insight{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:18px;
  }
  .am-detail-insight > *{
    padding:0 18px;
  }
  .am-detail-insight > :nth-child(3){
    padding-left:0;
    border-left:0;
  }
  .am-detail-insight-note{
    align-self:center;
  }
}
@media (max-width:768px){
  .am-detail-header,
  .am-detail-section-head,
  .am-detail-compare-cta{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  .am-detail-section-head > p{
    max-width:none;
    text-align:left;
  }
  .am-detail-vehicle{
    grid-template-columns:minmax(0,1fr);
    gap:0;
    padding:20px;
  }
  .am-detail-cost-panel{
    padding-left:20px;
  }
  .am-detail-projection-layout{
    grid-template-columns:1fr;
  }
  .am-detail-projection-summary{
    padding:16px 0 0;
    border-top:1px solid var(--sep);
    border-left:0;
  }
  .am-detail-compare-cta .res-btn{
    width:100%;
  }
}
@media (max-width:600px){
  .am-detail-v2{
    gap:20px;
  }
  .am-detail-header .res-btn{
    width:100%;
  }
  .am-detail-insight{
    grid-template-columns:1fr;
    padding:18px;
  }
  .am-detail-insight > *{
    padding:14px 0;
    border-top:1px solid var(--sep);
    border-left:0;
  }
  .am-detail-insight > :first-child{
    padding-top:0;
    border-top:0;
  }
  .am-detail-insight > :last-child{
    padding-bottom:0;
  }
  .am-detail-insight-item{
    grid-template-columns:36px minmax(0,1fr);
  }
  .am-detail-vehicle{
    grid-template-columns:1fr;
    gap:0;
  }
  .am-detail-vehicle-copy{
    text-align:left;
  }
  .am-detail-vehicle-copy dl{
    text-align:left;
  }
  .am-detail-cost-button{
    grid-template-columns:36px minmax(0,1fr) 20px;
    padding:14px;
  }
  .am-detail-cost-value{
    grid-column:2;
    align-items:flex-start;
    text-align:left;
  }
  .am-detail-cost-chevron{
    grid-column:3;
    grid-row:1 / span 2;
  }
  .am-detail-cost-zones{
    grid-template-columns:1fr;
    gap:20px;
    padding:16px;
  }
  .am-detail-cost-panel{
    padding:0 14px 14px;
  }
  .am-detail-projection{
    padding:18px 14px;
  }
  .am-detail-chart{
    gap:6px;
  }
  .am-detail-chart-value{
    font-size:9px;
  }
  .am-detail-chart-track i{
    width:min(30px,68%);
  }
  .am-detail-compare-cta{
    padding:18px;
  }
}
@media (max-width:390px){
  .am-detail-vehicle-copy dl{
    grid-template-columns:1fr;
  }
}
@media (prefers-reduced-motion:reduce){
  .am-detail-cost-chevron{
    transition:none;
  }
}
@media print{
  .am-detail-header .am-detail-share,
  .am-detail-compare-cta,
  .am-detail-formula-toggle{
    display:none!important;
  }
  .am-detail-v2{
    gap:16px;
  }
  .am-detail-insight,
  .am-detail-vehicle,
  .am-detail-costs,
  .am-detail-projection{
    break-inside:avoid;
  }
}

/* Final approved detail-screen measurements. Kept last to win legacy detail rules. */
body.result-mode.res-view-detail .am-ps0031-root .res-detail{
  margin-top:16px;
}
body.result-mode.res-view-detail{
  --surface:#fff;
  background:#f8f9f9;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-v2{
  gap:18px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:16px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-header h1{
  font-size:26px;
  line-height:1.2;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-header p{
  margin-top:4px;
  font-size:14px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-share{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-share svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight{
  grid-template-columns:1.05fr 1fr 1.05fr 1.35fr;
  padding:16px 20px;
  border-radius:10px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight > *{
  padding:0 16px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight-total,
body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight-item{
  min-height:56px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight-total strong{
  font-size:30px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-vehicle{
  grid-template-columns:minmax(0,1fr);
  gap:0;
  padding:26px 34px;
  border-radius:10px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-vehicle-copy h2{
  font-size:26px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-vehicle-copy dl{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--sep);
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-section-head{
  margin-bottom:10px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-section-head h2{
  font-size:19px;
  line-height:1.25;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-section-head > p{
  font-size:13px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-columns{
  display:grid;
  grid-template-columns:minmax(0,1fr) 120px 100px 20px;
  gap:12px;
  padding:0 16px 8px 64px;
  color:var(--ink2);
  font-size:11px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-button{
  min-height:72px;
  grid-template-columns:36px minmax(0,1fr) 232px 20px;
  gap:14px;
  padding:14px 18px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-copy strong{
  font-size:14px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-value strong{
  font-size:15px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-value{
  display:grid;
  grid-template-columns:120px 100px;
  gap:12px;
  align-items:center;
  text-align:right;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-value small{
  margin-top:0;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-panel{
  padding:0 18px 16px 68px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-zones{
  gap:24px;
  padding:18px;
  background:#fff;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-zones > section:first-child{
  padding-right:6px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-method{
  padding:2px 4px 2px 14px;
  border-left:1px solid color-mix(in srgb,var(--sep) 58%,transparent);
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-method h3{
  color:color-mix(in srgb,var(--ink2) 78%,transparent);
  font-size:12px;
  font-weight:600;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-method p{
  color:color-mix(in srgb,var(--ink2) 70%,transparent);
  font-size:11px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-method .am-detail-formula-toggle{
  color:color-mix(in srgb,var(--teal) 82%,var(--ink2));
  font-weight:600;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-personal-disclosure,
body.result-mode.res-view-detail .am-ps0031-root .am-detail-alternatives{
  display:none;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-projection{
  padding:18px 20px;
  border-radius:10px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-projection-layout{
  grid-template-columns:210px minmax(0,1fr);
  grid-template-areas:"summary chart";
  gap:20px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-projection-summary{
  grid-area:summary;
  padding:12px 20px 12px 0;
  border:0;
  border-right:1px solid var(--sep);
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-projection-summary span{
  color:var(--ink);
  font-size:13px;
  font-weight:700;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-projection-summary strong{
  margin:8px 0 6px;
  font-size:clamp(32px,3.2vw,38px);
  font-weight:750;
  letter-spacing:0;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-chart{
  grid-area:chart;
  height:172px;
  padding-top:12px;
  border:0;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-projection table.sr-only,
body.result-mode.res-view-detail .am-ps0031-root .am-detail-projection .sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-compare-cta{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  padding:16px 20px;
  border-radius:10px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-compare-cta h2{
  font-size:18px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-compare-cta p{
  margin:0;
  font-size:13px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-compare-cta .res-btn{
  width:auto;
  min-width:210px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-trust{
  gap:8px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-trust .res-trust-center{
  min-height:0;
  padding:14px 18px;
}
body.result-mode.res-view-detail .am-ps0031-root .am-detail-trust .res-meth-toggle,
body.result-mode.res-view-detail .am-ps0031-root .am-detail-trust .res-meth-body{
  display:none;
}
body.result-mode.res-view-detail .am-ps0031-root .res-foot{
  margin-top:0;
}
body.result-mode.res-view-detail .am-ps0031-root .res-foot .res-actions{
  gap:8px;
  margin-top:0;
}

@media (max-width:1024px){
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:16px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight > :nth-child(3){
    padding-left:0;
    border-left:0;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-vehicle{
    grid-template-columns:minmax(0,1fr);
    gap:0;
    padding:24px 28px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-vehicle-copy dl{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-columns{
    display:none;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-button{
    grid-template-columns:36px minmax(0,1fr) auto 20px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-value{
    display:flex;
  }
}
@media (max-width:768px){
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-header{
    grid-template-columns:1fr;
    align-items:start;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-vehicle{
    grid-template-columns:minmax(0,1fr);
    gap:0;
    padding:22px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-projection-layout{
    grid-template-columns:1fr;
    grid-template-areas:"summary" "chart";
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-projection-summary{
    padding:4px 0 14px;
    border-right:0;
    border-bottom:1px solid var(--sep);
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-compare-cta{
    grid-template-columns:1fr;
    gap:8px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-compare-cta .res-btn{
    width:100%;
    min-width:0;
  }
}
@media (max-width:600px){
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight{
    grid-template-columns:1fr;
    gap:12px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight > *{
    padding:0 0 12px;
    border-left:0;
    border-bottom:1px solid var(--sep);
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-insight > :last-child{
    padding-bottom:0;
    border-bottom:0;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-vehicle{
    grid-template-columns:1fr;
    gap:0;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-vehicle-copy{
    text-align:left;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-vehicle-copy dl{
    text-align:left;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-button{
    grid-template-columns:36px minmax(0,1fr) 20px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-value{
    grid-column:2;
    display:flex;
    align-items:flex-start;
    text-align:left;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-chevron{
    grid-column:3;
    grid-row:1 / span 2;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-panel{
    padding:0 12px 12px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-cost-zones{
    grid-template-columns:1fr;
    gap:16px;
  }
  body.result-mode.res-view-detail .am-ps0031-root .am-detail-method{
    padding:16px 0 0;
    border-top:1px solid var(--sep);
    border-left:0;
  }
}

/* Phase 04C final overrides come last so legacy result layers cannot re-expand the summary. */
body.result-mode .am-ps0031-root.am-phase04c-root .res-summary{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  opacity:1!important;
  transform:none!important;
}
body.result-mode .am-ps0031-root.am-phase04c-root .res-summary > *{
  opacity:1!important;
  transform:none!important;
}
body.result-mode .am-ps0031-root.am-phase04c-root .res-total.am-result-hero{
  display:block!important;
  grid-template-columns:none!important;
  min-height:0!important;
  text-align:center!important;
}
body.result-mode .am-ps0031-root.am-phase04c-root .am-phase04c-vehicle{
  width:100%!important;
  max-width:none!important;
  text-align:center!important;
}
body.result-mode .am-ps0031-root.am-phase04c-root .am-phase04c-metrics{
  display:grid!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 10px!important;
  padding:15px 4px!important;
  gap:0!important;
  background:transparent!important;
  border-top:1px solid var(--sep)!important;
  border-bottom:1px solid var(--sep)!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.result-mode .am-ps0031-root.am-phase04c-root .am-phase04c-metric{
  grid-column:auto!important;
  grid-row:auto!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  text-align:left!important;
}
@media(max-width:600px){
  body.result-mode .am-ps0031-root.am-phase04c-root .am-phase04c-metrics{
    grid-template-columns:1fr!important;
    padding:3px 0!important;
  }
  body.result-mode .am-ps0031-root.am-phase04c-root .am-phase04c-metric{
    display:block!important;
    min-height:58px!important;
    box-sizing:border-box!important;
  }
}
