.InsightsPage{flex-direction:column;gap:1.5rem;display:flex}.InsightsPage__title{color:#111;font-size:1.5rem;font-weight:700}.InsightsPage__highlights{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.InsightsPage__card{background-color:#fff;border:1px solid #e8e7e7;border-radius:1rem;flex-direction:column;gap:.35rem;padding:1.5rem;display:flex}.InsightsPage__card-icon{color:#374151;background-color:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.4rem;display:flex}.InsightsPage__card-label{color:#6b7280;font-size:.8rem;font-weight:400}.InsightsPage__card-value{color:#111;font-size:1.2rem;font-weight:700;line-height:1.3}.InsightsPage__card-sub{color:#9ca3af;font-size:.8rem}.InsightsPage__section{background-color:#fff;border:1px solid #e8e7e7;border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.InsightsPage__section-header{color:#111;border-bottom:1px solid #e8e7e7;align-items:center;gap:.6rem;padding-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.InsightsPage__category-list{flex-direction:column;gap:.85rem;display:flex}.InsightsPage__category-row{flex-direction:column;gap:.3rem;display:flex}.InsightsPage__category-meta{justify-content:space-between;align-items:center;display:flex}.InsightsPage__category-name{color:#374151;font-size:.85rem;font-weight:500}.InsightsPage__category-amt{color:#111;font-size:.85rem;font-weight:600}.InsightsPage__bar-track{background-color:#f3f4f6;border-radius:99px;width:100%;height:7px;overflow:hidden}.InsightsPage__bar-fill{background-color:#111;border-radius:99px;height:100%;transition:width .4s}@media (max-width:1024px){.InsightsPage__highlights{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.InsightsPage__highlights{grid-template-columns:1fr}}
