.rbp-prop-dashboard {
    --rbp-prop-ink: #2d261f;
    --rbp-prop-muted: #6b6259;
    --rbp-prop-line: #cdbd9f;
    --rbp-prop-header: #7b4225;
    --rbp-prop-header-text: #fff9ec;
    --rbp-prop-panel: #f7ecd8;
    --rbp-prop-accent: #a74720;
    --rbp-prop-row-alt: #fff9ec;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid var(--rbp-prop-line);
    border-radius: 8px;
    color: var(--rbp-prop-ink);
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.rbp-prop-dashboard * { box-sizing: border-box; }
.rbp-combined { box-sizing: border-box; width: 100%; max-width: 100%; overflow: hidden; border: 1px solid var(--rbp-prop-line, #c8d0d7); border-radius: 8px; color: var(--rbp-prop-ink, #2d3740); background: #fff; }
.rbp-combined-summary { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 9px 12px; color: var(--rbp-prop-header-text); background: var(--rbp-prop-header); cursor: pointer; list-style: none; }
.rbp-combined-summary::-webkit-details-marker { display: none; }
.rbp-combined-summary::before { content: "\25B8"; flex: 0 0 14px; width: 14px; font-size: 16px; transition: transform .15s ease; }
.rbp-combined[open] > .rbp-combined-summary::before { transform: rotate(90deg); }
.rbp-combined-title { flex: 0 1 auto; color: inherit; font-size: 16px; font-weight: 700; white-space: nowrap; }
.rbp-combined-brief { flex: 1 1 auto; min-width: 0; color: inherit; font-size: 12px; text-align: right; }
.rbp-combined-band.is-good { color: #bff2ca; }
.rbp-combined-band.is-marginal { color: #ffe08a; }
.rbp-combined-band.is-poor { color: #ffc2c2; }
.rbp-prop-condition-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 2px 5px; }
.rbp-prop-condition-separator { color: currentColor; opacity: .72; }
.rbp-combined-body { display: grid; gap: 10px; padding: 10px; background: var(--rbp-prop-panel); }
.rbp-combined .rbp-prop-dashboard, .rbp-combined .rbp-dxc-viewer { margin: 0; }
.rbp-combined-notice { margin: 0; padding: 10px; border: 1px solid #dba617; background: #fff8d8; }
.rbp-combined-section, .rbp-prop-details { overflow: hidden; border: 1px solid var(--rbp-prop-line); border-radius: 6px; background: #fff; }
.rbp-combined-section > summary, .rbp-prop-details > summary { display: flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 12px; color: var(--rbp-prop-header-text); background: var(--rbp-prop-header); cursor: pointer; font-weight: 700; list-style: none; }
.rbp-combined-section > summary::-webkit-details-marker, .rbp-prop-details > summary::-webkit-details-marker { display: none; }
.rbp-combined-section > summary::before, .rbp-prop-details > summary::before { content: "\25B8"; flex: 0 0 14px; width: 14px; font-size: 15px; transition: transform .15s ease; }
.rbp-combined-section[open] > summary::before, .rbp-prop-details[open] > summary::before { transform: rotate(90deg); }
.rbp-combined-section > summary span { flex: 1 1 auto; min-width: 0; }
.rbp-combined-cluster-meta { flex: 0 1 auto; color: inherit; font-size: 11px; text-align: right; }
.rbp-combined-cluster { padding: 8px; }
.rbp-prop-details { border-width: 0; border-top-width: 1px; border-radius: 0; }
.rbp-prop-details-body { background: #fff; }
.rbp-prop-report-body { padding: 10px 14px; background: #fff; }
.rbp-prop-report-text { margin: 0; color: var(--rbp-prop-ink); font-size: 13px; line-height: 1.5; }
.rbp-prop-header { display: block; padding: 11px 14px 0; color: var(--rbp-prop-header-text); background: var(--rbp-prop-header); }
.rbp-prop-header-main { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.rbp-prop-header h2 { margin: 0; color: var(--rbp-prop-header-text) !important; font-size: 18px; line-height: 1.2; letter-spacing: 0; }
.rbp-prop-subtitle { margin: 3px 0 0; color: var(--rbp-prop-header-text) !important; font-size: 13px; font-weight: 600; opacity: .92; }
.rbp-prop-state { flex: 0 0 auto; color: var(--rbp-prop-header-text) !important; font-size: 10px; font-weight: 700; white-space: nowrap; opacity: .92; }
.rbp-prop-header-actions { display: flex; flex: 0 0 auto; align-items: flex-end; flex-direction: column; gap: 3px; }
.rbp-prop-help-button, .rbp-prop-help-close { display: inline-flex; align-items: center; justify-content: center; min-height: 30px; padding: 0 8px; border: 1px solid currentColor; border-radius: 5px; color: var(--rbp-prop-header-text); background: rgba(255, 255, 255, .08); cursor: pointer; font-size: 11px; font-weight: 700; }
.rbp-prop-help-button { gap: 4px; white-space: nowrap; }
.rbp-prop-help-button .dashicons { width: 16px; height: 16px; font-size: 16px; }
.rbp-prop-help-button:hover, .rbp-prop-help-button:focus-visible { color: var(--rbp-prop-header); background: var(--rbp-prop-header-text); }
.rbp-prop-ticker { margin: 8px -14px 0; padding: 6px 14px; overflow: hidden; border-top: 1px solid rgba(255, 249, 236, .3); color: var(--rbp-prop-header-text); background: rgba(0, 0, 0, .16); font-size: 12px; line-height: 1.35; white-space: nowrap; }
.rbp-prop-ticker-track { display: inline-flex; min-width: max-content; align-items: center; gap: 18px; opacity: 1; transition: opacity .18s ease; will-change: transform, opacity; }
.rbp-prop-ticker .rbp-prop-overview, .rbp-prop-ticker .rbp-prop-overview-copy { display: inline-block; min-width: max-content; margin: 0; padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; }
.rbp-prop-ticker-separator { color: inherit; font-weight: 700; opacity: .8; }
.rbp-prop-ticker.is-updating .rbp-prop-ticker-track { opacity: 0; }
.rbp-prop-ticker.is-scrolling .rbp-prop-ticker-track { animation: rbp-prop-ticker var(--rbp-prop-ticker-duration, 16s) linear infinite; }
.rbp-prop-ticker:hover .rbp-prop-ticker-track, .rbp-prop-ticker:focus-within .rbp-prop-ticker-track { animation-play-state: paused; }
.rbp-prop-help { width: min(560px, calc(100vw - 32px)); max-height: min(680px, calc(100vh - 32px)); padding: 0; border: 1px solid var(--rbp-prop-line); border-radius: 8px; color: var(--rbp-prop-ink); background: #fff; box-shadow: 0 12px 36px rgba(0, 0, 0, .28); }
.rbp-prop-help::backdrop { background: rgba(18, 27, 34, .58); }
.rbp-prop-help-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; color: var(--rbp-prop-header-text); background: var(--rbp-prop-header); }
.rbp-prop-help-heading h3 { margin: 0; color: inherit !important; font-size: 17px; }
.rbp-prop-help-close { flex: 0 0 28px; width: 28px; height: 28px; padding: 0; border-radius: 50%; }
.rbp-prop-help > p, .rbp-prop-help > h4, .rbp-prop-help > ul { margin-right: 16px; margin-left: 16px; }
.rbp-prop-help > p { margin-top: 14px; }
.rbp-prop-help > h4 { margin-top: 16px; margin-bottom: 6px; font-size: 14px; }
.rbp-prop-help > ul { margin-top: 0; margin-bottom: 16px; padding-left: 20px; }
.rbp-prop-help li { margin-bottom: 6px; }
.rbp-prop-help-note { padding: 8px 10px; border-left: 3px solid var(--rbp-prop-accent); background: var(--rbp-prop-panel); font-size: 12px; }
.rbp-prop-controls-wrap { border-bottom: 1px solid var(--rbp-prop-line); }
.rbp-prop-controls-wrap > summary, .rbp-prop-paths > summary { padding: 8px 14px; color: var(--rbp-prop-header-text); background: var(--rbp-prop-header); cursor: pointer; font-weight: 700; list-style: none; }
.rbp-prop-controls-wrap > summary::before, .rbp-prop-paths > summary::before { content: "\25B8"; display: inline-block; width: 16px; font-size: 15px; transition: transform .15s ease; }
.rbp-prop-controls-wrap[open] > summary::before, .rbp-prop-paths[open] > summary::before { transform: rotate(90deg); }
.rbp-prop-controls { display: flex; flex-wrap: wrap; align-items: end; gap: 8px; padding: 10px 14px; background: var(--rbp-prop-panel); }
.rbp-prop-controls label { display: flex; flex: 1 1 130px; min-width: 0; flex-direction: column; gap: 3px; }
.rbp-prop-controls label span { color: var(--rbp-prop-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.rbp-prop-controls select { width: 100%; min-height: 34px; margin: 0; border: 1px solid var(--rbp-prop-line); border-radius: 4px; background: #fff; font: inherit; }
.rbp-prop-refresh { display: inline-flex; flex: 0 0 36px; align-items: center; justify-content: center; width: 36px; height: 34px; padding: 0; border: 1px solid var(--rbp-prop-line); border-radius: 4px; color: var(--rbp-prop-accent); background: #fff; cursor: pointer; }
.rbp-prop-dashboard.is-loading .rbp-prop-refresh .dashicons { animation: rbp-prop-spin .9s linear infinite; }
.rbp-prop-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--rbp-prop-line); background: var(--rbp-prop-panel); }
.rbp-prop-summary > div { min-width: 0; padding: 9px 10px; border-right: 1px solid var(--rbp-prop-line); text-align: center; }
.rbp-prop-summary > div:last-child { border-right: 0; }
.rbp-prop-summary span { display: block; color: var(--rbp-prop-muted); font-size: 9px; font-weight: 700; line-height: 1.15; text-transform: uppercase; }
.rbp-prop-summary strong { display: block; margin-top: 2px; color: var(--rbp-prop-accent); font-size: 16px; }
.rbp-prop-trend { font-size: 13px !important; white-space: nowrap; }
.rbp-prop-body { padding: 10px 12px 8px; }
.rbp-prop-body h3 { margin: 0 0 6px; font-size: 15px; }
.rbp-prop-table-wrap { width: 100%; overflow-x: auto; }
.rbp-prop-dashboard table { width: 100%; min-width: 360px; margin: 0; border: 0; border-collapse: collapse; table-layout: fixed; }
.rbp-prop-dashboard th, .rbp-prop-dashboard td { padding: 6px; border: 0; border-bottom: 1px solid #e7dece; text-align: left; overflow-wrap: anywhere; }
.rbp-prop-dashboard th { color: var(--rbp-prop-header-text) !important; background: var(--rbp-prop-header); font-size: 10px; text-transform: uppercase; }
.rbp-prop-dashboard tbody tr:nth-child(even) { background: var(--rbp-prop-row-alt); }
.rbp-prop-band { color: var(--rbp-prop-accent); font-weight: 700; white-space: nowrap; }
.rbp-prop-dashboard .is-good { color: #146c3d; font-weight: 700; text-transform: capitalize; }
.rbp-prop-dashboard .is-marginal { color: #8a5b00; font-weight: 700; text-transform: capitalize; }
.rbp-prop-dashboard .is-poor { color: #9f2727; font-weight: 700; text-transform: capitalize; }
.rbp-prop-region-panels { display: grid; gap: 7px; }
.rbp-prop-continent { border: 1px solid var(--rbp-prop-line); border-radius: 6px; overflow: hidden; }
.rbp-prop-continent > summary { display: flex; align-items: center; gap: 7px; padding: 9px 10px; color: var(--rbp-prop-header-text); background: var(--rbp-prop-header); cursor: pointer; font-weight: 700; list-style: none; }
.rbp-prop-continent > summary::-webkit-details-marker { display: none; }
.rbp-prop-continent > summary::before { content: "\25B8"; flex: 0 0 14px; width: 14px; font-size: 15px; transition: transform .15s ease; }
.rbp-prop-continent[open] > summary::before { transform: rotate(90deg); }
.rbp-prop-continent > summary span { flex: 1 1 auto; min-width: 0; }
.rbp-prop-continent > summary strong { flex: 0 1 auto; color: var(--rbp-prop-header-text); font-size: 11px; text-align: right; }
.rbp-prop-continent > summary .rbp-prop-condition.is-good { color: #bff2ca; }
.rbp-prop-continent > summary .rbp-prop-condition.is-marginal { color: #ffe08a; }
.rbp-prop-continent > summary .rbp-prop-condition.is-poor { color: #ffc2c2; }
.rbp-prop-continent-body { display: grid; gap: 6px; padding: 8px; background: #fff; }
.rbp-prop-region { border: 1px solid var(--rbp-prop-line); border-radius: 6px; overflow: hidden; }
.rbp-prop-region > summary { display: flex; align-items: center; gap: 7px; padding: 8px 10px; color: var(--rbp-prop-ink); background: var(--rbp-prop-panel); cursor: pointer; font-weight: 700; list-style: none; }
.rbp-prop-region > summary::-webkit-details-marker { display: none; }
.rbp-prop-region > summary::before { content: "\25B8"; flex: 0 0 14px; width: 14px; font-size: 15px; transition: transform .15s ease; }
.rbp-prop-region[open] > summary::before { transform: rotate(90deg); }
.rbp-prop-region > summary span { flex: 1 1 auto; min-width: 0; }
.rbp-prop-region > summary strong { flex: 0 1 auto; font-size: 11px; text-align: right; }
.rbp-prop-region .rbp-prop-table-wrap { padding: 8px; }
.rbp-prop-no-evidence { border: 1px dashed var(--rbp-prop-line); border-radius: 6px; color: var(--rbp-prop-muted); background: #fff; }
.rbp-prop-no-evidence > summary { padding: 8px 10px; cursor: pointer; font-size: 12px; font-weight: 700; }
.rbp-prop-no-evidence ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 14px; margin: 0; padding: 0 12px 10px 28px; }
.rbp-prop-empty { margin: 0; padding: 5px; color: var(--rbp-prop-muted); }
.rbp-prop-note { margin: 8px 0 0; color: var(--rbp-prop-muted); font-size: 10px; }
.rbp-prop-updated { float: right; }
.rbp-prop-error { margin: 8px 0 0; padding: 7px; border-left: 3px solid #b32d2e; color: #7a1818; background: #fff1f1; }
@keyframes rbp-prop-spin { to { transform: rotate(360deg); } }
@keyframes rbp-prop-ticker { from { transform: translateX(0); } to { transform: translateX(calc(-1 * var(--rbp-prop-ticker-distance, 0px))); } }
@media (prefers-reduced-motion: reduce) {
    .rbp-prop-ticker { white-space: normal; }
    .rbp-prop-ticker-track { min-width: 0; white-space: normal; will-change: auto; }
    .rbp-prop-ticker.is-scrolling .rbp-prop-ticker-track { animation: none; }
    .rbp-prop-ticker .rbp-prop-overview { min-width: 0; white-space: normal; }
    .rbp-prop-ticker .rbp-prop-overview-copy, .rbp-prop-ticker-separator { display: none; }
}
@media (max-width: 520px) {
    .rbp-combined-summary { align-items: flex-start; flex-wrap: wrap; }
    .rbp-combined-title { white-space: normal; }
    .rbp-combined-brief { flex-basis: calc(100% - 24px); margin-left: 24px; text-align: left; }
    .rbp-combined-section > summary { align-items: flex-start; flex-wrap: wrap; }
    .rbp-combined-cluster-meta { flex-basis: calc(100% - 22px); margin-left: 22px; text-align: left; }
    .rbp-prop-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rbp-prop-summary > div:nth-child(2) { border-right: 0; }
    .rbp-prop-summary > div:nth-child(-n+2) { border-bottom: 1px solid var(--rbp-prop-line); }
    .rbp-prop-header-main { align-items: flex-start; }
    .rbp-prop-header h2 { font-size: 16px; }
    .rbp-prop-header-actions { gap: 5px; }
    .rbp-prop-help-button { padding: 0 6px; font-size: 10px; }
    .rbp-prop-continent > summary { align-items: flex-start; flex-wrap: wrap; }
    .rbp-prop-continent > summary strong { flex-basis: calc(100% - 21px); justify-content: flex-start; margin-left: 21px; text-align: left; }
    .rbp-prop-region > summary .rbp-prop-condition-list { justify-content: flex-start; }
    .rbp-prop-no-evidence ul { grid-template-columns: 1fr; }
    .rbp-prop-updated { float: none; display: block; }
}
