.cr-page { color: var(--ui-text); max-width: 1800px; margin: 0 auto; }
.cr-head, .cr-section-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; }
.cr-head h2 { margin: 5px 0 7px; font-size: 25px; font-weight: 700; }
.cr-head p, .cr-section-head p, .cr-reading p { margin: 5px 0; color: var(--ui-muted); font-size: 13px; line-height: 1.7; }
.cr-eyebrow { color: var(--ui-primary); font-size: 12px; font-weight: 600; }
.cr-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.cr-filters { margin-bottom: 16px; }
.cr-scope { display: grid; grid-template-columns: minmax(180px, 1.4fr) minmax(130px, 1fr) minmax(160px, 1fr) minmax(230px, 1.8fr); gap: 16px; align-items: end; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--ui-border); }
.cr-filters label { display: flex; flex-direction: column; gap: 7px; min-width: 0; font-size: 12px; color: var(--ui-muted); }
.cr-filters .input { width: 100%; min-width: 0; font-size: 13px; }
.cr-scope-note { color: var(--ui-muted); font-size: 12px; line-height: 1.8; }
.cr-filter-row { display: flex; align-items: end; flex-wrap: wrap; gap: 10px; }
.cr-filter-row label { flex: 1 1 130px; }
.cr-filter-row .cr-search { flex: 1.6 1 180px; }
.cr-notice { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; border: 1px solid #bfdbfe; border-radius: var(--ui-radius); background: #eff6ff; color: #1e40af; margin-bottom: 16px; font-size: 13px; }
.cr-notice p { margin: 5px 0 0; line-height: 1.6; }
.cr-warning { background: #fffbeb; border-color: #fde68a; color: #92400e; }
.cr-error { background: #fef2f2; border-color: #fecaca; color: #b91c1c; }
.cr-period { display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; font-size: 12px; text-align: right; }
.cr-tabs { display: flex; gap: 24px; border-bottom: 1px solid var(--ui-border); margin-bottom: 18px; }
.cr-tabs button { padding: 10px 3px 13px; border: 0; border-bottom: 3px solid transparent; background: none; font-size: 14px; color: var(--ui-muted); cursor: pointer; }
.cr-tabs button.active { border-bottom-color: var(--ui-primary); color: var(--ui-primary); font-weight: 700; }
.cr-metrics { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
.cr-metric { display: flex; flex-direction: column; gap: 12px; }
.cr-metric > span { font-size: 12px; color: var(--ui-muted); }
.cr-metric strong { font-size: 27px; line-height: 1; color: var(--ui-text); overflow-wrap: anywhere; }
.cr-metric small { font-size: 11px; color: var(--ui-muted); line-height: 1.5; }
.cr-reading { margin-bottom: 18px; }
.cr-page h3 { margin: 0; font-size: 15px; font-weight: 650; }
.cr-empty { padding: 40px 18px; color: var(--ui-muted); text-align: center; line-height: 1.8; font-size: 14px; }
.cr-page a, .cr-link { color: var(--ui-primary); }
.cr-page a.btn-primary { color: white; }
.cr-link { border: 0; padding: 0; background: none; text-align: left; cursor: pointer; }
.cr-link:hover, .cr-page a:hover { text-decoration: underline; }
.cr-product-name { font-weight: 600; line-height: 1.6; }
.cr-page td { font-size: 12px; vertical-align: top; }
.cr-page td small { display: block; margin-top: 6px; color: var(--ui-muted); font-size: 11px; line-height: 1.5; }
.cr-product-table { min-width: 1060px; }
.cr-product-table th:first-child { width: 27%; }
.cr-product-table th:nth-child(2) { width: 13%; }
.cr-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.cr-badge { display: inline-block; border-radius: 4px; background: #eff6ff; padding: 3px 6px; font-size: 11px; color: #1d4ed8; white-space: nowrap; }
.cr-badge-warn { background: #fffbeb; color: #92400e; }
.cr-row-actions { display: flex; flex-direction: column; gap: 10px; white-space: nowrap; }
.cr-muted, .cr-breadcrumb { color: var(--ui-muted); font-size: 12px; line-height: 1.7; }
.cr-breadcrumb { margin-bottom: 12px; }
.cr-dialog { width: min(860px, calc(100vw - 40px)); max-height: 85vh; padding: 22px; border: 1px solid var(--ui-border); border-radius: 12px; color: var(--ui-text); }
.cr-dialog::backdrop { background: rgba(16, 24, 40, .4); }
.cr-dialog .cr-section-head { align-items: start; }
.cr-dialog .cr-notice { display: block; margin-top: 12px; }
.cr-dialog .cr-changed td { background: #eff6ff; }
.cr-dialog td .cr-badge { margin-left: 6px; }
.cr-dialog > .cr-muted { margin: 12px 0; }
@media (max-width: 1200px) { .cr-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); } .cr-notice { align-items: start; flex-direction: column; } .cr-period { text-align: left; } }
@media (max-width: 767px) { .cr-page { padding: 56px 16px 20px; } .cr-head, .cr-section-head { align-items: start; flex-direction: column; } .cr-scope { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cr-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cr-period { flex-shrink: 1; } .cr-tabs { gap: 20px; } .cr-dialog { padding: 16px; } }
