#page-agency-analysis { background:var(--rv-bg); }
.aa-page { padding-bottom:12px; }
.aa-scopes { min-height:44px; display:flex; align-items:center; gap:5px; padding:5px 8px; }
.aa-scopes button { height:32px; padding:0 11px; border:0; border-radius:6px; background:transparent; color:var(--rv-text-secondary); font:inherit; font-size:10px; font-weight:600; cursor:pointer; }
.aa-scopes button.active { color:#fff; background:var(--rv-primary); }
.aa-scopes span { margin-left:auto; color:var(--rv-text-muted); font-size:10px; }
.aa-charts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.aa-charts article { height:260px; }
.aa-charts article > canvas { max-height:205px; padding:8px 10px 10px; }
.aa-charts .chart-msg { height:205px; margin:0; place-items:center; color:var(--rv-text-muted); font-size:11px; }
.aa-table-scroll table { min-width:1450px; }
.aa-table-scroll .r { text-align:right; font-variant-numeric:tabular-nums; }
.aa-review { height:27px; border:1px solid var(--rv-border); border-radius:5px; color:var(--rv-primary); background:var(--rv-surface); font-size:10px; }
.aa-month-row { cursor:pointer; }
.aa-month-toggle { width:24px; height:24px; padding:0; border:0; border-radius:4px; background:transparent; color:var(--rv-primary); font-size:14px; cursor:pointer; }
.aa-month-toggle:hover { background:var(--rv-primary-soft); }
.aa-hotel-detail-row > td { padding:8px 12px!important; background:var(--rv-surface-muted); white-space:normal!important; }
.aa-hotel-scroll { overflow-x:auto; border:1px solid var(--rv-border); border-radius:6px; background:var(--rv-surface); }
.aa-hotel-table { min-width:900px; }
.aa-hotel-table thead th { position:static; }
.aa-drill-status { padding:14px; color:var(--rv-text-muted); font-size:11px; }
.aa-drill-error { color:var(--rv-danger); }
@media(max-width:900px) { .aa-charts { grid-template-columns:1fr; } }
@media(max-width:600px) { .aa-scopes { overflow:auto; } }
