.reports-workspace,.notifications-workspace{--rp-line:#dbe4e2;--rp-ink:#223c35;box-sizing:border-box;color:var(--rp-ink);min-width:0}
:is(.reports-workspace,.notifications-workspace) *{box-sizing:border-box;letter-spacing:0}:is(.reports-workspace,.notifications-workspace) [hidden]{display:none!important}
.rp-heading,.rp-actions,.rp-pagination,.rp-detail-heading,.rp-statuses,.rn-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.rp-actions{justify-content:flex-start;gap:8px}
.rp-heading,.rn-heading{border-bottom:1px solid var(--rp-line);padding-bottom:20px;margin-bottom:18px}.rp-heading h2,.rn-heading h2{font-size:22px;line-height:1.4;margin:0 0 6px}.rp-muted{color:#62796f;font-size:13px;line-height:1.6;margin:0}
.rp-icon,.rp-command{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;border:1px solid #cddbd4;border-radius:4px;background:white;color:inherit;font:inherit;font-size:13px;cursor:pointer}.rp-icon{width:36px;height:36px;flex:none;padding:8px}.rp-command{padding:8px 12px;max-width:100%;overflow-wrap:anywhere}.rp-command svg{flex:none}.rp-primary{background:#287a58;border-color:#287a58;color:white}.rp-icon:disabled,.rp-command:disabled{opacity:.45;cursor:default}
:is(.reports-workspace,.notifications-workspace) :is(button,input,select):focus-visible{outline:2px solid #168976;outline-offset:2px}
.rp-layout{display:grid;grid-template-columns:minmax(210px,280px) minmax(0,1fr);min-height:430px}.rp-sidebar{min-width:0;border-right:1px solid var(--rp-line);padding-right:20px}.rp-detail{min-width:0;padding-left:24px}
.rp-list{display:grid;gap:0}.rp-report{width:100%;text-align:left;padding:14px 10px;border:0;border-bottom:1px solid var(--rp-line);border-radius:0;background:transparent;color:inherit;cursor:pointer;min-width:0;min-height:96px}.rp-report:hover{background:#edf4f0}.rp-report[aria-current=true]{border-left:3px solid #287a58;background:#e8f3ee;padding-left:7px}.rp-report b{display:block;font-size:14px;line-height:1.6;overflow-wrap:anywhere}.rp-report small{display:block;font-size:12px;color:#62796f;line-height:1.7;margin-top:5px;overflow-wrap:anywhere}
.rp-pagination{font-size:12px;color:#62796f;margin-top:16px}.rp-empty{padding:32px 8px;color:#718077;font-size:14px;line-height:1.7;text-align:center;overflow-wrap:anywhere}.rp-error,.rp-notice{font-size:14px;line-height:1.7;padding:10px 0;margin:0;overflow-wrap:anywhere}.rp-error{color:#ad3441}.rp-notice{color:#28764e}
.rp-detail-heading{border-bottom:1px solid var(--rp-line);padding-bottom:16px;margin-bottom:16px}.rp-detail-heading>div{min-width:0}.rp-detail h3{font-size:19px;line-height:1.5;margin:0;overflow-wrap:anywhere}.rp-statuses{justify-content:flex-start;margin:14px 0}
.rp-badge{display:inline-block;padding:3px 6px;border-radius:3px;font-size:12px;line-height:1.5;white-space:normal;overflow-wrap:anywhere;background:#edf1ef;color:#61736c}.rp-badge-green{background:#e2f1e8;color:#216d4e}.rp-badge-amber{background:#fff4db;color:#8b6417}.rp-badge-red{background:#fde9eb;color:#a62e40}
.rp-tabs{display:flex;gap:2px;border-bottom:1px solid var(--rp-line);margin:18px 0;flex-wrap:wrap}.rp-tabs button{padding:10px 13px;border:0;border-bottom:2px solid transparent;background:transparent;color:#62796f;cursor:pointer;font-size:14px}.rp-tabs button[aria-selected=true]{border-color:#287a58;color:#225d43;font-weight:600}
.rp-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin:18px 0}.rp-meta>div{min-width:0}.rp-meta dt{font-size:12px;color:#62796f;margin-bottom:5px}.rp-meta dd{margin:0;font-size:13px;line-height:1.6;overflow-wrap:anywhere}.rp-digest{display:block;font:11px/1.8 monospace;overflow-wrap:anywhere;color:#567167}.rp-section{border-top:1px solid var(--rp-line);padding:18px 0}.rp-section h4{font-size:14px;margin:0 0 12px}.rp-section .rp-command{margin-top:14px}
.rp-run{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:13px;padding:12px 0;border-bottom:1px solid var(--rp-line)}.rp-run code{font-size:11px;overflow-wrap:anywhere;min-width:0}
.rp-form{display:grid;gap:16px}.rp-form label:not(.rp-check){display:grid;gap:7px;font-size:13px;font-weight:500}.rp-form :is(input:not([type=checkbox]):not([type=radio]),select){width:100%;min-width:0;max-width:100%;border:1px solid #cddbd4;border-radius:4px;padding:10px 12px;background:#fff;color:inherit;font:inherit}.rp-form fieldset{display:grid;gap:10px;min-width:0;margin:0;padding:12px 0;border:0;border-top:1px solid var(--rp-line);border-radius:0}.rp-form legend{font-size:13px;padding:0 5px 0 0}.rp-check{display:flex;align-items:flex-start;gap:9px;line-height:1.7;font-size:13px;overflow-wrap:anywhere}.rp-check input:is([type=checkbox],[type=radio]){width:16px;height:16px;padding:0;margin:4px 0 0;flex:none;accent-color:#287a58}.rp-check span{min-width:0}
.rp-dialog{width:min(720px,calc(100vw - 32px));max-height:calc(100dvh - 40px);border:1px solid var(--rp-line);border-radius:8px;padding:24px;overflow:auto}.rp-dialog::backdrop{background:#152f3b70}.rp-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.rp-dialog h3{font-size:20px;margin:0;overflow-wrap:anywhere}
.rp-preview{display:block;width:100%;height:720px;max-height:90dvh;min-height:420px;border:1px solid var(--rp-line);border-radius:0;background:#fff}
.rp-metrics,.rp-lineage,.rp-versions,.rn-list{list-style:none;margin:0;padding:0}.rp-metric,.rp-lineage li,.rp-versions li{padding:16px 0;border-bottom:1px solid var(--rp-line);min-width:0}.rp-metric header,.rp-versions li>header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;font-size:14px}.rp-value{font-family:monospace;font-size:24px;line-height:1.5;margin:12px 0;overflow-wrap:anywhere}.rp-metric p,.rp-lineage p{font-size:13px;line-height:1.7;overflow-wrap:anywhere}.rp-lineage code,.rp-versions code{font-size:11px;line-height:1.7;overflow-wrap:anywhere}.rp-ratio{font:13px/1.7 monospace;overflow-wrap:anywhere}
.rn-item{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:start;gap:12px;padding:18px 0;border-bottom:1px solid var(--rp-line)}.rn-item>svg{margin-top:3px;color:#52756a}.rn-item h3{font-size:15px;line-height:1.6;margin:0;overflow-wrap:anywhere}.rn-item p{font-size:13px;line-height:1.7;margin:6px 0;overflow-wrap:anywhere}.rn-item code{display:block;font:11px/1.8 monospace;overflow-wrap:anywhere}.rn-item .rp-statuses{margin:8px 0}.rn-item[data-unread=true]{border-left:3px solid #287a58;padding-left:12px}.rn-item .rp-actions{padding-top:2px}
@media(max-width:900px){.rp-layout{grid-template-columns:minmax(180px,230px) minmax(0,1fr)}.rp-sidebar{padding-right:14px}.rp-detail{padding-left:18px}}
@media(max-width:650px){.rp-layout{display:block;min-height:0}.rp-sidebar{border-right:0;border-bottom:1px solid var(--rp-line);padding:0 0 16px;margin-bottom:22px}.rp-detail{padding:0}.rp-list{max-height:280px;overflow:auto}.rp-heading h2,.rn-heading h2{font-size:20px}.rp-meta{grid-template-columns:1fr}.rp-dialog{padding:18px}.rp-preview{height:620px}.rn-item{grid-template-columns:20px minmax(0,1fr)}.rn-item>.rp-actions{grid-column:2}}
.rp-raw dd{white-space:pre-wrap}
.reports-workspace>.rp-project{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px;font-size:14px}
.rp-project select{min-width:0;width:320px;max-width:100%;padding:9px 12px;border:1px solid var(--rp-line);border-radius:4px;background:#fff;color:inherit;font:inherit}
.rp-report-table{min-width:0}
.rp-report-table table{width:100%;min-width:0;max-width:100%;border-collapse:collapse;table-layout:fixed;text-align:left;font-size:13px;line-height:1.65}
.rp-report-table :is(th,td){padding:16px 12px;vertical-align:top;border:0;border-bottom:1px solid var(--rp-line);overflow-wrap:anywhere;white-space:normal;text-align:left}
.rp-report-table thead th{padding-top:12px;padding-bottom:12px;background:#f4f6f7;color:#59646a;font-size:12px;font-weight:500}
.rp-report-table thead th:nth-child(1){width:24%}.rp-report-table thead th:nth-child(2){width:28%}.rp-report-table thead th:nth-child(3){width:21%}.rp-report-table thead th:nth-child(4){width:18%}.rp-report-table thead th:nth-child(5){width:9%}
.rp-report-table tbody th{font-weight:600}.rp-report-table time{display:block;font-variant-numeric:tabular-nums}.rp-report-table .rp-empty{text-align:center}
.rp-report-table .rp-actions{gap:6px}.rp-report-table .rp-badge{margin-top:1px}
.rp-advanced{border:0;border-top:1px solid var(--rp-line);border-radius:0;margin-top:28px;padding:0;background:transparent}
.rp-advanced>summary{padding:16px 0;color:#626c70;font-size:13px;line-height:1.7;cursor:pointer;overflow-wrap:anywhere}
.rp-advanced>summary:focus-visible{outline:2px solid #168976;outline-offset:2px}
.rp-advanced>[data-rpl-advanced]{padding-top:10px}
@media(max-width:760px){
  .rp-report-table :is(table,tbody){display:block}.rp-report-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  .rp-report-table tr{display:grid;grid-template-columns:minmax(0,1fr);padding:14px 0;border-bottom:1px solid var(--rp-line)}
  .rp-report-table tbody :is(th,td){display:grid;grid-template-columns:110px minmax(0,1fr);gap:4px 10px;width:auto;padding:7px 0;border:0;min-width:0}
  .rp-report-table [data-label]::before{content:attr(data-label);grid-row:1 / span 3;color:#62706f;font-size:12px;font-weight:400}
  .rp-report-table td>*{grid-column:2;min-width:0;max-width:100%}.rp-report-table .rp-badge{justify-self:start}
  .rp-report-table td.rp-empty{display:block}.rp-advanced{margin-top:20px}
}
.rp-overview-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:28px}
.rp-overview-layout>section{min-width:0}
.rp-overview-layout h3{font-size:18px;margin:0 0 14px}
.rp-overview-report{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.rp-overview-report>div{min-width:0}
.rp-overview-report code{display:block;overflow-wrap:anywhere;margin:8px 0;font-size:12px}
.rp-overview-metrics{list-style:none;margin:16px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}
.rp-overview-metrics li{border-top:1px solid #dce3df;padding:14px 0;min-width:0;display:grid;gap:6px;overflow-wrap:anywhere}
.rp-overview-metrics span{font-size:20px;font-variant-numeric:tabular-nums}
.rp-overview-metrics small{color:#5d6863}
@media(max-width:700px){.rp-overview-layout{grid-template-columns:minmax(0,1fr)}.rp-overview-metrics{grid-template-columns:minmax(0,1fr)}}
