/* Light, high-contrast styling for the public pricing table ([lmm_costs]).
   Scoped to .lmm-costs to avoid affecting the generator UI.
*/

.lmm-costs{
  color:#0f172a;
}

.lmm-costs__container{
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 16px;
}

.lmm-costs__header{
  margin-bottom: 18px;
}

.lmm-costs__title{
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lmm-costs__subtitle{
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color:#475569;
}

.lmm-costs__section{
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
  padding: 18px 16px;
  margin: 14px 0;
}

.lmm-costs__section-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.lmm-costs__section-title{
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.lmm-costs__toggle{
  display:inline-flex;
  background: #f1f5f9;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 999px;
  padding: 3px;
  gap: 3px;
}

.lmm-costs__toggle-btn{
  appearance: none;
  border: 0;
  background: transparent;
  color:#0f172a;
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

.lmm-costs__toggle-btn.is-active{
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(15,23,42,.10);
}

.lmm-costs__engine{
  border-top: 1px solid rgba(15,23,42,.08);
  padding-top: 12px;
  margin-top: 12px;
}

.lmm-costs__engine:first-of-type{
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.lmm-costs__engine-title{
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 10px;
}

.lmm-costs__table-wrap{
  overflow:auto;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.10);
}

.lmm-costs__table{
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  background: #ffffff;
}

.lmm-costs__table thead th{
  position: sticky;
  top: 0;
  background: #f8fafc;
  color:#0f172a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
  padding: 12px 12px;
  border-bottom: 1px solid rgba(15,23,42,.10);
}

.lmm-costs__table tbody td{
  padding: 12px 12px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  font-size: 15px;
}

.lmm-costs__table tbody tr:last-child td{
  border-bottom: 0;
}

.lmm-costs__table .is-num{
  text-align: right;
  white-space: nowrap;
}

.lmm-costs__table strong{
  font-weight: 900;
}

@media (max-width: 720px){
  .lmm-costs__title{ font-size: 28px; }
  .lmm-costs__section{ border-radius: 16px; }
  .lmm-costs__table{ min-width: 520px; }
}
