#modulelauncher_page #reportsView #reports_scroll.insights-overview-scroll {
    --insights-teal: var(--ct-brand-teal, #00b1ad);
    --insights-teal-dark: #087875;
    --insights-ink: #263b4d;
    --insights-muted: #657788;
    --insights-border: #dfe8e7;
    --insights-surface: #fffdf8;
    position: relative;
    height: 100%;
    padding: clamp(12px, 2vw, 28px) !important;
    overflow: auto !important;
    background: transparent !important;
    color: var(--insights-ink);
}

#modulelauncher_page .insights-overview,
#modulelauncher_page .insights-child-panel {
    box-sizing: border-box;
    font-family: inherit;
}

#modulelauncher_page .insights-overview {
    width: min(100%, 1250px);
    min-height: 100%;
    margin: 0 auto;
    padding: clamp(20px, 2.4vw, 32px);
    border: 1px solid rgba(26, 91, 91, 0.13);
    border-radius: 22px;
    background: var(--insights-surface);
    box-shadow: 0 14px 34px rgba(20, 67, 72, 0.15);
}

#modulelauncher_page .insights-overview.is-awaiting-query {
    min-height: 0;
}

#modulelauncher_page .insights-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 16px;
    color: var(--insights-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#modulelauncher_page .insights-filter-bar {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr)) auto;
    align-items: end;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--insights-border);
    border-radius: 16px;
    background: #f7faf8;
}

#modulelauncher_page .insights-filter-field {
    display: grid;
    gap: 6px;
    min-width: 0;
    margin: 0;
}

#modulelauncher_page .insights-filter-field > span {
    color: #536879;
    font-size: 12px;
    font-weight: 750;
}

#modulelauncher_page .insights-filter-field select,
#modulelauncher_page .insights-group-toggle {
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 0 38px 0 13px;
    border: 1px solid #cbd9d8;
    border-radius: 11px;
    outline: none;
    background-color: #fff;
    color: var(--insights-ink);
    font: inherit;
    font-size: 14px;
}

#modulelauncher_page .insights-group-filter {
    position: relative;
}

#modulelauncher_page .insights-select-trigger {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
    padding: 0 12px 0 13px;
    border: 1px solid #cbd9d8;
    border-radius: 11px;
    outline: none;
    background: #fff;
    color: var(--insights-ink);
    font: inherit;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

#modulelauncher_page .insights-select-trigger > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#modulelauncher_page .insights-select-trigger svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

#modulelauncher_page .insights-filter-field select:focus-visible,
#modulelauncher_page .insights-group-toggle:focus-visible,
#modulelauncher_page .insights-child-search input:focus-visible {
    border-color: var(--insights-teal);
    box-shadow: 0 0 0 3px rgba(0, 177, 173, 0.18);
}

#modulelauncher_page .insights-group-select {
    position: relative;
}

#modulelauncher_page .insights-group-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    text-align: left;
}

#modulelauncher_page .insights-group-chevron {
    color: var(--insights-muted);
    font-size: 17px;
    line-height: 1;
}

#modulelauncher_page .insights-filter-actions {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

#modulelauncher_page .insights-filter-actions .insights-primary-button {
    width: auto;
}

#modulelauncher_page .insights-secondary-button,
#modulelauncher_page .insights-primary-button {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 11px;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
}

#modulelauncher_page .insights-secondary-button {
    border: 1px solid #b9cfcd;
    background: #fff;
    color: var(--insights-teal-dark);
}

#modulelauncher_page .insights-secondary-button:hover {
    border-color: var(--insights-teal);
    background: #f0fbfa;
}

#modulelauncher_page .insights-primary-button:disabled {
    opacity: .48;
    cursor: not-allowed;
}

#modulelauncher_page .insights-filter-menu {
    position: absolute;
    z-index: 12;
    top: calc(100% + 8px);
    left: 0;
    width: min(320px, 76vw);
    min-width: 100%;
    max-height: 280px;
    padding: 8px;
    overflow: auto;
    border: 1px solid var(--insights-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 15px 34px rgba(33, 61, 70, 0.2);
}

#modulelauncher_page .insights-filter-menu[hidden] {
    display: none;
}

#modulelauncher_page .insights-filter-option {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 6px 9px;
    border-radius: 9px;
    color: var(--insights-ink);
    font-size: 14px;
    cursor: pointer;
}

#modulelauncher_page .insights-filter-option:hover {
    background: #f0f8f7;
}

#modulelauncher_page .insights-filter-option.is-selected {
    background: #e9f8f6;
    color: #176d69;
    font-weight: 700;
}

#modulelauncher_page .insights-filter-option.is-all-groups {
    margin-bottom: 4px;
    border-bottom: 1px solid var(--insights-border);
    border-radius: 9px 9px 0 0;
}

#modulelauncher_page .insights-filter-option input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: var(--insights-teal);
}

#modulelauncher_page .insights-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    grid-column: 1 / -1;
}

#modulelauncher_page .insights-filter-chips:empty {
    display: none;
}

#modulelauncher_page .insights-filter-chip {
    min-height: 30px;
    padding: 4px 10px;
    border: 1px solid #a6d7d4;
    border-radius: 999px;
    background: #e9f8f6;
    color: #176d69;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

#modulelauncher_page .insights-snapshot {
    display: grid;
    grid-template-columns: minmax(240px, 1.1fr) minmax(540px, 2fr);
    gap: 24px;
    align-items: center;
    padding: 25px 2px 22px;
}

#modulelauncher_page .insights-snapshot h1,
#modulelauncher_page .insights-panel h2,
#modulelauncher_page .insights-child-panel h2,
#modulelauncher_page .insights-child-panel h3,
#modulelauncher_page .insights-empty-state h2,
#modulelauncher_page .insights-empty-state h1 {
    margin: 0;
    color: var(--insights-ink);
    line-height: 1.2;
}

#modulelauncher_page .insights-snapshot h1 {
    font-size: clamp(24px, 2.2vw, 32px);
}

#modulelauncher_page .insights-empty-state h1 {
    font-size: 22px;
}

#modulelauncher_page .insights-snapshot-intro > p {
    max-width: 470px;
    margin: 8px 0 13px;
    color: var(--insights-muted);
    font-size: 14px;
    line-height: 1.5;
}

#modulelauncher_page .insights-snapshot-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    color: #546a79;
    font-size: 12px;
    font-weight: 650;
}

#modulelauncher_page .insights-snapshot-meta span:not(:first-child)::before {
    content: '•';
    margin-right: 14px;
    color: #a7b5ba;
}

#modulelauncher_page .insights-summary-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

#modulelauncher_page .insights-summary-card {
    display: grid;
    align-content: center;
    width: 100%;
    min-height: 120px;
    padding: 16px 18px;
    border: 1px solid;
    border-radius: 18px;
    box-shadow: 0 5px 14px rgba(47, 68, 73, 0.06);
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease;
}

#modulelauncher_page .insights-summary-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(47, 68, 73, 0.12);
}

#modulelauncher_page .insights-summary-card.is-selected {
    box-shadow: 0 0 0 3px rgba(0, 177, 173, 0.22), 0 9px 20px rgba(47, 68, 73, 0.12);
}

#modulelauncher_page .insights-summary-card strong {
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1;
}

#modulelauncher_page .insights-summary-card > span:last-child {
    margin-top: 4px;
    color: #647278;
    font-size: 12px;
}

#modulelauncher_page .insights-summary-label {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.055em;
}

#modulelauncher_page .insights-summary-secure {
    border-color: #c7e8d4;
    background: #edf8f1;
    color: #287a51;
}

#modulelauncher_page .insights-summary-review {
    border-color: #ecd9a4;
    background: #fff8e6;
    color: #9a6a0d;
}

#modulelauncher_page .insights-summary-assess {
    border-color: #f1c6cf;
    background: #fff0f3;
    color: #b92743;
}

#modulelauncher_page .insights-main-grid {
    display: grid;
    grid-template-columns: minmax(330px, 0.9fr) minmax(480px, 1.2fr);
    gap: 18px;
    align-items: stretch;
}

#modulelauncher_page .insights-panel {
    min-width: 0;
    padding: 21px;
    border: 1px solid var(--insights-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(35, 69, 72, 0.06);
}

#modulelauncher_page .insights-panel h2 {
    font-size: 18px;
}

#modulelauncher_page .insights-panel-heading > p,
#modulelauncher_page .insights-children-heading p {
    margin: 5px 0 0;
    color: var(--insights-muted);
    font-size: 12px;
}

#modulelauncher_page .insights-support-list {
    display: grid;
    margin-top: 14px;
}

#modulelauncher_page .insights-support-row {
    display: grid;
    grid-template-columns: 38px minmax(100px, 1fr) auto 15px;
    gap: 10px;
    align-items: center;
    min-height: 60px;
    padding: 8px 5px;
    border: 0;
    border-top: 1px solid #edf1f1;
    border-radius: 9px;
    background: transparent;
    color: var(--insights-ink);
    text-align: left;
    font: inherit;
    cursor: pointer;
}

#modulelauncher_page .insights-support-row:first-child {
    border-top-color: transparent;
}

#modulelauncher_page .insights-support-row:hover {
    background: #eff9f8;
}

#modulelauncher_page .insights-support-row.is-selected {
    background: #def4f2;
    box-shadow: inset 4px 0 0 var(--insights-teal);
}

#modulelauncher_page .insights-support-row.is-selected .insights-domain-icon {
    background: var(--insights-teal);
    color: #fff;
}

#modulelauncher_page .insights-support-row.is-selected .insights-support-name,
#modulelauncher_page .insights-support-row.is-selected .insights-chevron {
    color: var(--insights-teal-dark);
    font-weight: 850;
}

#modulelauncher_page .insights-support-row:focus-visible,
#modulelauncher_page .insights-child-row:focus-visible,
#modulelauncher_page button:focus-visible {
    outline: 3px solid rgba(0, 177, 173, 0.32);
    outline-offset: 2px;
}

#modulelauncher_page .insights-domain-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: #e7f7f5;
    color: var(--insights-teal-dark);
    font-size: 14px;
    font-weight: 850;
}

#modulelauncher_page .insights-support-copy {
    display: grid;
    gap: 7px;
    min-width: 0;
}

#modulelauncher_page .insights-support-name {
    overflow: hidden;
    font-size: 13px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#modulelauncher_page .insights-support-track {
    display: block;
    height: 6px;
    overflow: hidden;
    border-radius: 99px;
    background: #e8eeee;
}

#modulelauncher_page .insights-support-track > span {
    display: block;
    height: 100%;
    min-width: 0;
    border-radius: inherit;
    background: var(--insights-teal);
}

#modulelauncher_page .insights-support-row > strong {
    color: #526773;
    font-size: 12px;
    white-space: nowrap;
}

#modulelauncher_page .insights-chevron {
    color: #789097;
    font-size: 23px;
    font-weight: 400;
}

#modulelauncher_page .insights-text-button {
    padding: 7px 0;
    border: 0;
    background: transparent;
    color: var(--insights-teal-dark);
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

#modulelauncher_page .insights-support-panel > .insights-text-button {
    margin-top: 8px;
}

#modulelauncher_page .insights-children-panel {
    display: flex;
    flex-direction: column;
    min-height: 410px;
}

#modulelauncher_page .insights-children-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

#modulelauncher_page .insights-children-heading p button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--insights-teal-dark);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

#modulelauncher_page .insights-child-search {
    position: relative;
    display: block;
    width: min(190px, 40%);
    margin: 0;
}

#modulelauncher_page .insights-child-search svg {
    position: absolute;
    top: 50%;
    left: 11px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    fill: none;
    stroke: #71868f;
    stroke-width: 2;
}

#modulelauncher_page .insights-child-search input {
    box-sizing: border-box;
    width: 100%;
    min-height: 38px;
    padding: 0 10px 0 35px;
    border: 1px solid #cfdbda;
    border-radius: 10px;
    outline: none;
    background: #fff;
    color: var(--insights-ink);
    font: inherit;
    font-size: 13px;
}

#modulelauncher_page .insights-child-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 16px 0 11px;
}

#modulelauncher_page .insights-status-filter {
    min-height: 30px;
    padding: 4px 9px;
    border: 1px solid #d7e1e0;
    border-radius: 999px;
    background: #fff;
    color: #526673;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

#modulelauncher_page .insights-status-filter span {
    margin-left: 3px;
    color: #7b8b94;
}

#modulelauncher_page .insights-status-filter.is-selected {
    border-color: var(--insights-teal);
    background: var(--insights-teal);
    color: #fff;
}

#modulelauncher_page .insights-status-filter.is-selected span {
    color: #fff;
}

#modulelauncher_page .insights-child-columns,
#modulelauncher_page .insights-child-row {
    display: grid;
    grid-template-columns: minmax(150px, 1.15fr) minmax(130px, 0.9fr) minmax(95px, 0.7fr) 14px;
    gap: 10px;
    align-items: center;
}

#modulelauncher_page .insights-child-columns {
    padding: 7px 9px;
    color: #7a8a92;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#modulelauncher_page .insights-child-list {
    min-height: 0;
    max-height: 315px;
    overflow: auto;
    border-top: 1px solid #e7ecec;
}

#modulelauncher_page .insights-child-row {
    width: 100%;
    min-height: 58px;
    padding: 7px 9px;
    border: 0;
    border-bottom: 1px solid #edf1f1;
    border-radius: 8px;
    background: transparent;
    color: var(--insights-ink);
    text-align: left;
    font: inherit;
    cursor: pointer;
}

#modulelauncher_page .insights-child-row:hover,
#modulelauncher_page .insights-child-row.is-selected {
    background: #eff9f8;
}

#modulelauncher_page .insights-child-identity {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

#modulelauncher_page .insights-child-identity strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#modulelauncher_page .insights-avatar {
    display: grid;
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid #c8e0de;
    border-radius: 50%;
    background: #e8f6f5;
    color: #28706d;
    font-size: 11px;
    font-weight: 850;
}

#modulelauncher_page .insights-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #52656f;
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}

#modulelauncher_page .insights-status-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: currentColor;
}

#modulelauncher_page .insights-status-secure { color: #2f875a; }
#modulelauncher_page .insights-status-review { color: #a5710b; }
#modulelauncher_page .insights-status-assess { color: #c52c48; }
#modulelauncher_page .insights-status-unscreened { color: #75858c; }
#modulelauncher_page .insights-status-unscreened .insights-status-dot { background: transparent; }

#modulelauncher_page .insights-screened-date {
    color: #64757e;
    font-size: 11px;
    white-space: nowrap;
}

#modulelauncher_page .insights-inline-empty {
    padding: 28px 12px;
    color: var(--insights-muted);
    font-size: 13px;
    text-align: center;
}

#modulelauncher_page .insights-child-panel {
    position: fixed;
    z-index: 55;
    top: max(12px, 8vh);
    right: 0;
    bottom: 0;
    width: min(390px, 92vw);
    padding: 24px;
    overflow: auto;
    border-left: 1px solid var(--insights-border);
    background: #fffdf8;
    box-shadow: -18px 0 38px rgba(22, 52, 62, 0.2);
    transform: translateX(105%);
    transition: transform 180ms ease;
}

#modulelauncher_page .insights-child-panel.is-open {
    transform: translateX(0);
}

#modulelauncher_page .insights-child-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--insights-border);
}

#modulelauncher_page .insights-child-panel-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

#modulelauncher_page .insights-child-panel-person .insights-avatar {
    width: 46px;
    height: 46px;
    font-size: 13px;
}

#modulelauncher_page .insights-child-panel-person > div > span,
#modulelauncher_page .insights-child-panel-person p {
    color: var(--insights-muted);
    font-size: 11px;
}

#modulelauncher_page .insights-child-panel-person h2 {
    margin: 2px 0 3px;
    font-size: 21px;
}

#modulelauncher_page .insights-child-panel-person p {
    margin: 0;
}

#modulelauncher_page #insightsCloseChildPanel {
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 1px solid #d7e1e0;
    border-radius: 50%;
    background: #fff;
    color: #52666e;
    font-size: 22px;
    cursor: pointer;
}

#modulelauncher_page .insights-child-overall,
#modulelauncher_page .insights-child-areas,
#modulelauncher_page .insights-next-step {
    margin-top: 21px;
}

#modulelauncher_page .insights-child-panel h3 {
    margin-bottom: 11px;
    font-size: 14px;
}

#modulelauncher_page .insights-child-overall .insights-status {
    padding: 9px 12px;
    border-radius: 10px;
    background: #f3f7f6;
    font-size: 13px;
}

#modulelauncher_page .insights-child-area-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    border-bottom: 1px solid #e9eeee;
    font-size: 13px;
}

#modulelauncher_page .insights-next-step {
    padding: 17px;
    border: 1px solid #cfe5e3;
    border-radius: 14px;
    background: #eef8f7;
}

#modulelauncher_page .insights-next-step p {
    margin: 0 0 15px;
    color: #4d636e;
    font-size: 13px;
    line-height: 1.5;
}

#modulelauncher_page .insights-primary-button {
    width: 100%;
    border: 1px solid var(--insights-teal);
    background: var(--insights-teal);
    color: #fff;
}

#modulelauncher_page .insights-filter-bar > .insights-primary-button {
    white-space: nowrap;
}

#modulelauncher_page .insights-primary-button:disabled {
    border-color: #8ec8c5;
    background: #8ec8c5;
    cursor: wait;
}

#modulelauncher_page .insights-next-step .insights-text-button {
    display: block;
    margin: 7px auto 0;
}

#modulelauncher_page .insights-empty-state {
    display: grid;
    max-width: 560px;
    min-height: 260px;
    margin: 10px auto 0;
    padding: 30px;
    place-items: center;
    align-content: center;
    border: 1px dashed #cbdad8;
    border-radius: 18px;
    background: #f8faf8;
    text-align: center;
}

#modulelauncher_page .insights-empty-state p {
    max-width: 480px;
    margin: 8px 0 18px;
    color: var(--insights-muted);
    font-size: 14px;
    line-height: 1.5;
}

#modulelauncher_page .insights-query-prompt {
    display: grid;
    max-width: 650px;
    min-height: 220px;
    margin: 12px auto 0;
    padding: clamp(28px, 4vw, 46px);
    place-items: center;
    align-content: center;
    gap: 8px;
    text-align: center;
}

#modulelauncher_page .insights-query-prompt h1 {
    margin: 0;
    color: var(--insights-ink);
    font-size: clamp(24px, 2.4vw, 32px);
}

#modulelauncher_page .insights-query-prompt p {
    max-width: 540px;
    margin: 0 0 8px;
    color: var(--insights-muted);
    font-size: 14px;
    line-height: 1.5;
}

#modulelauncher_page .insights-query-icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 4px;
    place-items: center;
    border-radius: 50%;
    background: #e4f5f3;
    color: var(--insights-teal-dark);
    font-size: 24px;
}

#modulelauncher_page .insights-empty-icon {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 50%;
    background: #e4f5f3;
    color: var(--insights-teal-dark);
    font-weight: 850;
}

#modulelauncher_page .insights-loading {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--insights-muted);
    font-size: 14px;
}

#modulelauncher_page .insights-spinner {
    width: 20px;
    height: 20px;
    border: 3px solid #dce9e7;
    border-top-color: var(--insights-teal);
    border-radius: 50%;
    animation: insights-spin 700ms linear infinite;
}

#modulelauncher_page .visually-hidden {
    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;
}

@keyframes insights-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1050px) {
    #modulelauncher_page .insights-snapshot {
        grid-template-columns: 1fr;
    }

    #modulelauncher_page .insights-main-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    #modulelauncher_page #reportsView #reports_scroll.insights-overview-scroll {
        padding: 8px !important;
    }

    #modulelauncher_page .insights-overview {
        padding: 17px;
        border-radius: 17px;
    }

    #modulelauncher_page .insights-filter-bar {
        grid-template-columns: 1fr 1fr;
    }

    #modulelauncher_page .insights-view-field,
    #modulelauncher_page .insights-filter-actions {
        grid-column: auto;
    }

    #modulelauncher_page .insights-summary-cards {
        gap: 8px;
    }

    #modulelauncher_page .insights-summary-card {
        min-height: 105px;
        padding: 13px;
    }

    #modulelauncher_page .insights-child-columns {
        display: none;
    }

    #modulelauncher_page .insights-child-row {
        grid-template-columns: minmax(140px, 1fr) auto 13px;
    }

    #modulelauncher_page .insights-screened-date {
        display: none;
    }
}

@media (max-width: 520px) {
    #modulelauncher_page .insights-filter-bar,
    #modulelauncher_page .insights-summary-cards {
        grid-template-columns: 1fr;
    }

    #modulelauncher_page .insights-filter-actions,
    #modulelauncher_page .insights-secondary-button {
        width: 100%;
    }

    #modulelauncher_page .insights-filter-actions {
        display: grid;
    }

    #modulelauncher_page .insights-filter-actions .insights-primary-button {
        width: 100%;
    }

    #modulelauncher_page .insights-snapshot-meta {
        display: grid;
        gap: 5px;
    }

    #modulelauncher_page .insights-snapshot-meta span:not(:first-child)::before {
        content: none;
    }

    #modulelauncher_page .insights-children-heading {
        display: grid;
    }

    #modulelauncher_page .insights-child-search {
        width: 100%;
    }

    #modulelauncher_page .insights-support-row {
        grid-template-columns: 36px minmax(90px, 1fr) 13px;
    }

    #modulelauncher_page .insights-support-row > strong {
        grid-column: 2;
        grid-row: 2;
    }

    #modulelauncher_page .insights-support-row > .insights-chevron {
        grid-column: 3;
        grid-row: 1 / span 2;
    }
}

@media (prefers-reduced-motion: reduce) {
    #modulelauncher_page .insights-child-panel,
    #modulelauncher_page .insights-summary-card {
        transition: none;
    }
}
