
.details-panel-body{
  padding:20px 22px 22px;
}
.summary-strip-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
  flex-wrap:wrap;
}
.summary-strip-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#1d5fd1;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(118,170,255,.34);
}
.summary-strip-title{
  margin-top:10px;
  color:#16345f;
  font-size:1.18rem;
  font-weight:900;
}
.summary-strip-caption{
  max-width:360px;
  color:#667892;
  font-size:.94rem;
  font-weight:700;
}
.summary-deck-five{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.summary-deck-five .summary-chip{
  min-height:198px;
  border-radius:26px;
  box-shadow:0 18px 38px rgba(10,35,78,.10);
  backdrop-filter:blur(10px);
  animation:detailsFloat 8s ease-in-out infinite;
}
.summary-deck-five .summary-chip:nth-child(2){animation-delay:.35s;}
.summary-deck-five .summary-chip:nth-child(3){animation-delay:.7s;}
.summary-deck-five .summary-chip:nth-child(4){animation-delay:1.05s;}
.summary-deck-five .summary-chip:nth-child(5){animation-delay:1.4s;}
.summary-deck-five .summary-chip-month{
  background:linear-gradient(180deg,rgba(245,250,255,.96),rgba(229,241,255,.88));
  border:1px solid rgba(117,171,255,.28);
}
.summary-deck-five .summary-chip-annual{
  background:linear-gradient(180deg,rgba(247,253,249,.96),rgba(234,247,241,.88));
  border:1px solid rgba(88,194,150,.22);
}
.summary-deck-five .summary-chip-label{
  min-height:52px;
  font-weight:800;
  color:#163d72;
}
.summary-deck-five .summary-chip-value{
  font-size:1.75rem;
  line-height:1.05;
}
.summary-deck-five .summary-chip-meta{
  font-weight:800;
  color:#36506f;
}
.summary-deck-five .summary-chip-submeta{
  color:#6b809c;
  font-size:.88rem;
  font-weight:700;
}
@keyframes detailsFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@media (max-width:1300px){
  .summary-deck-five{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:980px){
  .summary-deck-five{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .details-panel-body{padding:16px;}
  .summary-deck-five{grid-template-columns:1fr;}
  .summary-strip-caption{max-width:none;}
}

/* ===== v9 detalhes responsivo ===== */
.summary-deck-five{
  grid-template-columns:repeat(5,minmax(160px,1fr));
}
.summary-deck-five .summary-chip{
  min-width:0;
}
.summary-deck-five .summary-chip-label,
.summary-deck-five .summary-chip-meta,
.summary-deck-five .summary-chip-submeta,
.summary-deck-five .summary-chip-value{
  overflow-wrap:anywhere;
  word-break:break-word;
}
.summary-deck-five .summary-chip-label{font-size:clamp(.88rem,1.2vw,.98rem);}
.summary-deck-five .summary-chip-label{
  font-size:clamp(.84rem,1.8vw,1rem);
  line-height:1.28;
}
.summary-deck-five .summary-chip-value{
  font-size:clamp(1.15rem,4vw,1.8rem);
  line-height:1.08;
}
.summary-deck-five .summary-chip-meta{
  font-size:clamp(.76rem,1.5vw,.94rem);
  line-height:1.32;
}
.summary-deck-five .summary-chip-submeta{
  font-size:clamp(.72rem,1.35vw,.88rem);
  line-height:1.38;
}
@media (max-width:1380px){
  .summary-deck-five{grid-template-columns:repeat(3,minmax(180px,1fr));}
}
@media (max-width:900px){
  .summary-deck-five{grid-template-columns:repeat(2,minmax(170px,1fr));}
}
@media (max-width:560px){
  .summary-deck-five{grid-template-columns:1fr;}
  .summary-deck-five .summary-chip-label{
    font-size:clamp(.82rem,3.8vw,.94rem);
  }
  .summary-deck-five .summary-chip-value{
    font-size:clamp(1.08rem,6vw,1.45rem);
  }
  .summary-deck-five .summary-chip-meta,
  .summary-deck-five .summary-chip-submeta{
    font-size:clamp(.72rem,3.2vw,.82rem);
  }
}

/* ===== v10 detalhes com leitura analítica integrada ===== */
.details-analytics-section{
  margin-top:18px;
  padding:18px;
  border-radius:28px;
  border:1px solid rgba(163,203,255,.24);
  background:linear-gradient(180deg,rgba(250,252,255,.96),rgba(238,246,255,.88));
  box-shadow:0 18px 38px rgba(10,35,78,.08);
}

.details-analytics-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

.details-analytics-kicker{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(128,181,255,.26);
  color:#1d5fd1;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.details-analytics-title{
  margin-top:10px;
  color:#163d72;
  font-size:1.08rem;
  font-weight:900;
}

.details-analytics-caption{
  max-width:34ch;
  margin:0;
  color:#647c99;
  font-size:.9rem;
  line-height:1.5;
  font-weight:700;
}

.details-analytics-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);
  gap:12px;
}

.details-analytics-card{
  min-height:100%;
}

@media (max-width:980px){
  .details-analytics-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .details-analytics-section{
    padding:14px;
  }

  .details-analytics-caption{
    max-width:none;
  }
}
