:root{--sbds-color-background-app:#f5f6f8;--sbds-color-background-surface:#fff;--sbds-color-background-subtle:#f9fafb;--sbds-color-background-brand:#e31837;--sbds-color-text-primary:#17191c;--sbds-color-text-secondary:#50545b;--sbds-color-text-muted:#727780;--sbds-color-text-inverse:#fff;--sbds-color-border-default:#d9dce1;--sbds-color-border-subtle:#eceef1;--sbds-color-border-strong:#aeb3bb;--sbds-color-action-primary:#e31837;--sbds-color-action-primary-hover:#bf1530;--sbds-color-action-primary-pressed:#971126;--sbds-color-action-destructive:#b42318;--sbds-color-action-disabled:#c7cad0;--sbds-color-status-success:#18794e;--sbds-color-status-warning:#a15c00;--sbds-color-status-critical:#b42318;--sbds-color-status-info:#175cd3;--sbds-color-status-neutral:#5c626b;--sbds-space-2:2px;--sbds-space-4:4px;--sbds-space-8:8px;--sbds-space-12:12px;--sbds-space-16:16px;--sbds-space-20:20px;--sbds-space-24:24px;--sbds-space-32:32px;--sbds-space-40:40px;--sbds-space-48:48px;--sbds-space-64:64px;--sbds-radius-small:4px;--sbds-radius-medium:6px;--sbds-radius-large:8px;--sbds-radius-xlarge:8px;--sbds-radius-full:999px;--sbds-shadow-none:none;--sbds-shadow-subtle:0 1px 2px #1018280d;--sbds-shadow-card:0 5px 18px #10182812;--sbds-shadow-overlay:0 24px 60px #10182833;--sbds-font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sbds-transition-fast:.12s ease;--sbds-transition-base:.18s ease;--sbds-transition-slow:.26s ease;--sbds-z-base:1;--sbds-z-sticky:20;--sbds-z-dropdown:40;--sbds-z-overlay:80;--sbds-z-modal:90;--sbds-z-toast:100;--sbds-layout-content-max-width:1200px}.sbds-page-shell,.sbds-page-shell *,.sbds-page-shell :before,.sbds-page-shell :after{box-sizing:border-box}.sbds-page-shell{width:min(100%, var(--sbds-layout-content-max-width));padding:var(--sbds-space-24);color:var(--sbds-color-text-primary);font-family:var(--sbds-font-family);letter-spacing:0;margin:0 auto}.sbds-box{min-width:0}.sbds-stack{flex-direction:column;min-width:0;display:flex}.sbds-inline{min-width:0;display:flex}.sbds-wrap{flex-wrap:wrap}.sbds-align-start{align-items:flex-start}.sbds-align-center{align-items:center}.sbds-align-end{align-items:flex-end}.sbds-justify-start{justify-content:flex-start}.sbds-justify-center{justify-content:center}.sbds-justify-between{justify-content:space-between}.sbds-justify-end{justify-content:flex-end}.sbds-gap-2{gap:var(--sbds-space-2)}.sbds-gap-4{gap:var(--sbds-space-4)}.sbds-gap-8{gap:var(--sbds-space-8)}.sbds-gap-12{gap:var(--sbds-space-12)}.sbds-gap-16{gap:var(--sbds-space-16)}.sbds-gap-20{gap:var(--sbds-space-20)}.sbds-gap-24{gap:var(--sbds-space-24)}.sbds-gap-32{gap:var(--sbds-space-32)}.sbds-gap-40{gap:var(--sbds-space-40)}.sbds-gap-48{gap:var(--sbds-space-48)}.sbds-grid{min-width:0;display:grid}.sbds-grid-1{grid-template-columns:1fr}.sbds-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sbds-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sbds-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sbds-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sbds-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sbds-heading{color:var(--sbds-color-text-primary);margin:0;font-weight:750;line-height:1.18}.sbds-heading-display{font-size:34px}.sbds-heading-page{font-size:28px}.sbds-heading-section{font-size:20px}.sbds-heading-card{font-size:16px}.sbds-text{margin:0;line-height:1.5}.sbds-text-body{font-size:15px}.sbds-text-small{font-size:14px}.sbds-text-label{font-size:13px;font-weight:700}.sbds-text-caption{font-size:12px}.sbds-text-primary{color:var(--sbds-color-text-primary)}.sbds-text-secondary{color:var(--sbds-color-text-secondary)}.sbds-text-muted{color:var(--sbds-color-text-muted)}.sbds-text-inverse{color:var(--sbds-color-text-inverse)}.sbds-divider{background:var(--sbds-color-border-subtle);border:0;width:100%;height:1px;margin:0}.sbds-surface{padding:var(--sbds-space-24);border-radius:var(--sbds-radius-large);border:1px solid #0000}.sbds-surface-default{background:var(--sbds-color-background-surface)}.sbds-surface-subtle{background:var(--sbds-color-background-subtle)}.sbds-surface-outlined{border-color:var(--sbds-color-border-default);background:var(--sbds-color-background-surface)}.sbds-surface-brand{background:var(--sbds-color-background-brand);color:var(--sbds-color-text-inverse)}.sbds-surface-critical{background:#fff5f4;border-color:#f0b6b2}.sbds-button,.sbds-icon-button{justify-content:center;align-items:center;gap:var(--sbds-space-8);border-radius:var(--sbds-radius-medium);min-height:40px;font:700 14px/1 var(--sbds-font-family);cursor:pointer;transition:background-color var(--sbds-transition-fast), border-color var(--sbds-transition-fast), color var(--sbds-transition-fast);border:1px solid #0000;text-decoration:none;display:inline-flex}.sbds-button-small{min-height:34px;padding:7px 11px;font-size:13px}.sbds-button-medium{padding:10px 15px}.sbds-button-large{min-height:46px;padding:12px 18px;font-size:15px}.sbds-button-primary{background:var(--sbds-color-action-primary);color:#fff}.sbds-button-primary:hover{background:var(--sbds-color-action-primary-hover)}.sbds-button-primary:active{background:var(--sbds-color-action-primary-pressed)}.sbds-button-secondary{border-color:var(--sbds-color-border-default);color:var(--sbds-color-text-primary);background:#fff}.sbds-button-secondary:hover{border-color:var(--sbds-color-border-strong);background:var(--sbds-color-background-subtle)}.sbds-button-ghost{color:var(--sbds-color-text-secondary);background:0 0}.sbds-button-ghost:hover{background:var(--sbds-color-background-subtle);color:var(--sbds-color-text-primary)}.sbds-button-destructive{background:var(--sbds-color-action-destructive);color:#fff}.sbds-button-link{min-height:auto;color:var(--sbds-color-action-primary);padding:4px 0}.sbds-icon-button{width:40px;padding:0}.sbds-button:disabled,.sbds-icon-button:disabled{color:#8c9199;cursor:not-allowed;background:#eceef1;border-color:#0000}.sbds-button:focus-visible,.sbds-icon-button:focus-visible,.sbds-field input:focus-visible,.sbds-field select:focus-visible,.sbds-field textarea:focus-visible,.sbds-choice input:focus-visible,.sbds-table button:focus-visible,.sbds-sidebar-navigation a:focus-visible,.sbds-breadcrumbs a:focus-visible{outline-offset:2px;outline:3px solid #175cd340}.sbds-field{min-width:0;color:var(--sbds-color-text-primary);flex-direction:column;gap:6px;display:flex}.sbds-field-label{gap:3px;font-size:13px;font-weight:700;display:inline-flex}.sbds-field-label b{color:var(--sbds-color-action-primary)}.sbds-field-control{min-width:0;display:block}.sbds-field input,.sbds-field select,.sbds-field textarea{border:1px solid var(--sbds-color-border-default);border-radius:var(--sbds-radius-medium);width:100%;min-height:42px;color:var(--sbds-color-text-primary);font:400 14px/1.35 var(--sbds-font-family);background:#fff;padding:9px 11px}.sbds-field textarea{resize:vertical;min-height:96px}.sbds-field input:hover,.sbds-field select:hover,.sbds-field textarea:hover{border-color:var(--sbds-color-border-strong)}.sbds-field small{color:var(--sbds-color-text-muted);font-size:12px}.sbds-field-error input,.sbds-field-error select,.sbds-field-error textarea{border-color:var(--sbds-color-status-critical)}.sbds-field .sbds-field-error-text{color:var(--sbds-color-status-critical)}.sbds-search-field{position:relative}.sbds-search-field>svg{z-index:2;color:var(--sbds-color-text-muted);pointer-events:none;position:absolute;bottom:13px;left:12px}.sbds-search-field input{padding-left:36px}.sbds-date-range{gap:var(--sbds-space-12);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.sbds-choice{align-items:center;gap:var(--sbds-space-8);cursor:pointer;min-height:36px;font-size:14px;display:inline-flex}.sbds-choice input{width:18px;height:18px;accent-color:var(--sbds-color-action-primary)}.sbds-radio-group{gap:var(--sbds-space-12);border:0;flex-wrap:wrap;margin:0;padding:0;display:flex}.sbds-radio-group legend{width:100%;margin-bottom:4px;font-size:13px;font-weight:700}.sbds-badge{border-radius:var(--sbds-radius-full);white-space:nowrap;border:1px solid #0000;align-items:center;gap:5px;width:fit-content;min-height:24px;padding:3px 8px;font-size:12px;font-weight:750;display:inline-flex}.sbds-badge-success{color:#12613f;background:#edf9f2;border-color:#a9ddc6}.sbds-badge-warning{color:#7a4600;background:#fff8e8;border-color:#f1ce8d}.sbds-badge-critical{color:#941c13;background:#fff1f0;border-color:#f2b8b4}.sbds-badge-info{color:#164caa;background:#f0f5ff;border-color:#b8cdf8}.sbds-badge-neutral{color:#50545b;background:#f4f5f6;border-color:#d9dce1}.sbds-data-coverage{color:var(--sbds-color-text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.sbds-state{min-height:190px;padding:var(--sbds-space-24);border:1px dashed var(--sbds-color-border-default);border-radius:var(--sbds-radius-large);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.sbds-state-icon{width:40px;height:40px;margin-bottom:var(--sbds-space-12);border-radius:var(--sbds-radius-full);background:var(--sbds-color-background-subtle);color:var(--sbds-color-text-secondary);place-items:center;display:grid}.sbds-state strong{font-size:15px}.sbds-state p{max-width:460px;color:var(--sbds-color-text-secondary);margin:6px 0 14px;font-size:14px}.sbds-loading-state{min-height:120px;color:var(--sbds-color-text-secondary);justify-content:center;align-items:center;gap:10px;display:flex}.sbds-skeleton{flex-direction:column;gap:10px;padding:8px 0;display:flex}.sbds-skeleton span{background:#e7e9ed;border-radius:3px;height:14px;animation:1.5s ease-in-out infinite sbds-pulse;display:block}.sbds-skeleton span:nth-child(2){width:82%}.sbds-skeleton span:nth-child(3){width:64%}.sbds-card,.sbds-metric-card{border-radius:var(--sbds-radius-large);background:var(--sbds-color-background-surface);min-width:0}.sbds-card{padding:var(--sbds-space-20);border:1px solid #0000}.sbds-card-outlined{border-color:var(--sbds-color-border-default)}.sbds-card-subtle{background:var(--sbds-color-background-subtle)}.sbds-card-brand{background:var(--sbds-color-background-brand);color:#fff}.sbds-card-critical{background:#fff5f4;border-color:#f0b6b2}.sbds-card-interactive{border-color:var(--sbds-color-border-subtle);box-shadow:var(--sbds-shadow-subtle);transition:border-color var(--sbds-transition-fast), box-shadow var(--sbds-transition-fast)}.sbds-card-interactive:hover{border-color:var(--sbds-color-border-strong);box-shadow:var(--sbds-shadow-card)}.sbds-metric-card{border:1px solid var(--sbds-color-border-subtle);box-shadow:var(--sbds-shadow-subtle);flex-direction:column;align-items:flex-start;gap:8px;padding:18px;display:flex}.sbds-metric-head{width:100%;color:var(--sbds-color-text-secondary);justify-content:space-between;align-items:center;font-size:13px;font-weight:700;display:flex}.sbds-metric-card>strong{font-size:28px;line-height:1.1}.sbds-metric-value{align-items:baseline;gap:6px;display:flex}.sbds-metric-value strong{font-size:28px;line-height:1.1}.sbds-metric-value span{color:var(--sbds-color-text-muted);font-size:13px;font-weight:700}.sbds-metric-period{color:var(--sbds-color-text-muted);font-size:11px}.sbds-metric-drilldown{border-top:1px solid var(--sbds-color-border-subtle);width:100%;margin-top:4px;padding-top:8px}.sbds-metric-card>p{color:var(--sbds-color-text-muted);margin:0;font-size:12px;line-height:1.45}.sbds-comparison{align-items:center;gap:3px;font-size:12px;font-weight:700;display:inline-flex}.sbds-comparison-positive{color:var(--sbds-color-status-success)}.sbds-comparison-negative{color:var(--sbds-color-status-critical)}.sbds-comparison-neutral{color:var(--sbds-color-text-muted)}.sbds-description-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin:0;display:grid}.sbds-description-list div{border-bottom:1px solid var(--sbds-color-border-subtle);padding:11px 0}.sbds-description-list dt{color:var(--sbds-color-text-muted);font-size:12px}.sbds-description-list dd{margin:3px 0 0;font-size:14px;font-weight:700}.sbds-ranking-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.sbds-ranking-list li{border-bottom:1px solid var(--sbds-color-border-subtle);grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:52px;display:grid}.sbds-ranking-position{border-radius:var(--sbds-radius-full);background:var(--sbds-color-background-subtle);place-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:grid}.sbds-ranking-copy{flex-direction:column;min-width:0;display:flex}.sbds-ranking-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.sbds-ranking-copy small{color:var(--sbds-color-text-muted);font-size:12px}.sbds-ranking-list li>b{font-size:13px}.sbds-page-header{justify-content:space-between;align-items:flex-end;gap:var(--sbds-space-24);padding-bottom:var(--sbds-space-20);border-bottom:1px solid var(--sbds-color-border-subtle);display:flex}.sbds-page-header>div:first-child{min-width:0}.sbds-page-header span{color:var(--sbds-color-action-primary);text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.sbds-page-header h1{margin:0;font-size:28px;line-height:1.15}.sbds-page-header p{max-width:700px;color:var(--sbds-color-text-secondary);margin:6px 0 0;font-size:14px;line-height:1.45}.sbds-page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.sbds-page-actions>small{color:var(--sbds-color-text-muted);font-size:11px}.sbds-section-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.sbds-section-header h2{margin:0;font-size:19px}.sbds-section-header p{color:var(--sbds-color-text-secondary);margin:4px 0 0;font-size:13px}.sbds-kpi-grid{gap:var(--sbds-space-12);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.sbds-dashboard-grid{gap:var(--sbds-space-16);grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.sbds-dashboard-grid>*{grid-column:span 6}.sbds-filter-bar{align-items:flex-end;gap:var(--sbds-space-12);padding:var(--sbds-space-12);border:1px solid var(--sbds-color-border-default);border-radius:var(--sbds-radius-large);background:var(--sbds-color-background-surface);display:flex}.sbds-filter-fields{gap:var(--sbds-space-12);flex:1;grid-template-columns:minmax(220px,2fr) repeat(2,minmax(150px,1fr));display:grid}.sbds-filter-actions{gap:8px;display:flex}.sbds-filter-panel{flex-direction:column;gap:8px;display:flex}.sbds-active-filters{flex-wrap:wrap;gap:6px;display:flex}.sbds-breadcrumbs ol{flex-wrap:wrap;align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.sbds-breadcrumbs li{color:var(--sbds-color-text-muted);align-items:center;gap:4px;font-size:12px;display:inline-flex}.sbds-breadcrumbs a{color:var(--sbds-color-text-secondary);text-decoration:none}.sbds-sidebar-navigation{border-right:1px solid var(--sbds-color-border-subtle);background:#fff;flex-direction:column;gap:4px;padding:12px;display:flex}.sbds-sidebar-navigation>strong{color:var(--sbds-color-text-muted);text-transform:uppercase;padding:8px 10px;font-size:11px}.sbds-sidebar-item{flex-direction:column;gap:2px;display:flex}.sbds-sidebar-navigation a{border-radius:var(--sbds-radius-medium);min-height:38px;color:var(--sbds-color-text-secondary);align-items:center;gap:9px;padding:8px 10px;font-size:13px;font-weight:650;text-decoration:none;display:flex}.sbds-sidebar-navigation a>span{flex:1;min-width:0}.sbds-sidebar-navigation a>b,.sbds-sidebar-navigation a>small{border-radius:var(--sbds-radius-full);background:var(--sbds-color-background-subtle);color:var(--sbds-color-text-muted);padding:2px 5px;font-size:9px}.sbds-sidebar-navigation a[aria-disabled=true]{color:#959aa2;cursor:not-allowed}.sbds-sidebar-navigation a:hover{background:var(--sbds-color-background-subtle);color:var(--sbds-color-text-primary)}.sbds-sidebar-navigation a[aria-current=page]{color:var(--sbds-color-action-primary);background:#fff0f2}.sbds-sidebar-submenu{flex-direction:column;gap:2px;padding-left:26px;display:flex}.sbds-sidebar-submenu a{min-height:30px;padding:5px 8px;font-size:12px}.sbds-chart-card,.sbds-top-ranking-card{border:1px solid var(--sbds-color-border-subtle);border-radius:var(--sbds-radius-large);background:#fff;min-width:0;padding:18px}.sbds-table-wrap{border:1px solid var(--sbds-color-border-default);border-radius:var(--sbds-radius-large);background:#fff;overflow:hidden}.sbds-table{border-collapse:collapse;width:100%}.sbds-table caption{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.sbds-table th{border-bottom:1px solid var(--sbds-color-border-default);background:var(--sbds-color-background-subtle);color:var(--sbds-color-text-secondary);text-align:left;text-transform:uppercase;padding:11px 13px;font-size:11px;font-weight:800}.sbds-table th button{color:inherit;font:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.sbds-table td{border-bottom:1px solid var(--sbds-color-border-subtle);color:var(--sbds-color-text-primary);padding:12px 13px;font-size:13px}.sbds-table tbody tr:last-child td{border-bottom:0}.sbds-table tbody tr:hover{background:#fcfcfd}.sbds-table-clickable{cursor:pointer}.sbds-table-clickable:focus-visible{outline-offset:-3px;outline:3px solid #175cd340}.sbds-table-pagination{border-top:1px solid var(--sbds-color-border-default);color:var(--sbds-color-text-secondary);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;display:flex}.sbds-table-pagination>div{gap:6px;display:flex}.sbds-table-pagination .sbds-icon-button{width:34px;min-height:34px}.sbds-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.sbds-chart{border:1px solid var(--sbds-color-border-subtle);border-radius:var(--sbds-radius-large);background:#fff;min-width:0;margin:0;padding:18px}.sbds-chart figcaption{flex-direction:column;gap:3px;margin-bottom:18px;display:flex}.sbds-chart figcaption strong{font-size:15px}.sbds-chart figcaption span{color:var(--sbds-color-text-muted);font-size:12px}.sbds-bar-chart{flex-direction:column;gap:10px;display:flex}.sbds-bar-chart>div{grid-template-columns:minmax(80px,120px) minmax(80px,1fr) 48px;align-items:center;gap:9px;font-size:12px;display:grid}.sbds-bar-chart>div>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sbds-bar-chart i{width:calc(var(--sbds-chart-ratio) * 100%);background:var(--sbds-chart-color);border-radius:2px;min-width:3px;height:9px;display:block}.sbds-bar-chart b{text-align:right}.sbds-line-chart{height:220px}.sbds-line-chart svg{width:100%;height:185px;display:block;overflow:visible}.sbds-line-chart-line{fill:none;stroke:var(--sbds-color-action-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;vector-effect:non-scaling-stroke}.sbds-line-chart-area{fill:#e3183714;stroke:none}.sbds-line-chart-labels{color:var(--sbds-color-text-muted);justify-content:space-between;font-size:10px;display:flex}.sbds-donut-layout{grid-template-columns:150px minmax(0,1fr);align-items:center;gap:20px;display:grid}.sbds-donut{aspect-ratio:1;border-radius:50%;width:140px;position:relative}.sbds-donut:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:24px}.sbds-donut>span{z-index:1;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.sbds-donut strong{font-size:22px}.sbds-donut small{color:var(--sbds-color-text-muted);font-size:11px}.sbds-chart-legend{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.sbds-chart-legend li{grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px;font-size:12px;display:grid}.sbds-chart-legend i{border-radius:2px;width:8px;height:8px}.sbds-overlay{z-index:var(--sbds-z-overlay);background:#0b0d1094;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.sbds-modal,.sbds-drawer{border-radius:var(--sbds-radius-large);max-height:min(760px,100vh - 40px);box-shadow:var(--sbds-shadow-overlay);background:#fff;flex-direction:column;display:flex}.sbds-modal{width:min(620px,100%)}.sbds-modal>header,.sbds-drawer>header{border-bottom:1px solid var(--sbds-color-border-subtle);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.sbds-modal h2,.sbds-drawer h2{margin:0;font-size:18px}.sbds-modal header p,.sbds-drawer header p{color:var(--sbds-color-text-secondary);margin:4px 0 0;font-size:13px}.sbds-modal-body,.sbds-drawer-body{min-height:0;padding:20px;overflow:auto}.sbds-modal>footer,.sbds-drawer>footer{border-top:1px solid var(--sbds-color-border-subtle);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.sbds-drawer{border-radius:0;width:min(460px,100%);height:100%;max-height:none;position:absolute;top:0;right:0}.sbds-tooltip{display:inline-flex;position:relative}.sbds-tooltip [role=tooltip]{z-index:var(--sbds-z-dropdown);border-radius:var(--sbds-radius-small);color:#fff;opacity:0;pointer-events:none;width:max-content;max-width:220px;transition:opacity var(--sbds-transition-fast);background:#17191c;padding:6px 8px;font-size:11px;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%)}.sbds-tooltip:hover [role=tooltip],.sbds-tooltip:focus-within [role=tooltip]{opacity:1}.sbds-toast{z-index:var(--sbds-z-toast);border:1px solid var(--sbds-color-border-default);border-radius:var(--sbds-radius-large);width:min(380px,100vw - 40px);box-shadow:var(--sbds-shadow-overlay);background:#fff;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:grid;position:fixed;bottom:20px;right:20px}.sbds-toast-success>svg:first-child{color:var(--sbds-color-status-success)}.sbds-toast-info>svg:first-child{color:var(--sbds-color-status-info)}.sbds-catalog-section{border-bottom:1px solid var(--sbds-color-border-subtle)}.sbds-catalog-intro{justify-content:space-between;align-items:center;gap:20px;display:flex}.sbds-catalog-intro h2{margin-bottom:5px}.sbds-swatches{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.sbds-swatches>div{border:1px solid var(--sbds-color-border-subtle);border-radius:var(--sbds-radius-medium);grid-template-rows:repeat(2,auto);grid-template-columns:38px minmax(0,1fr);align-items:center;gap:2px 9px;min-width:0;padding:9px;display:grid}.sbds-swatches i{border-radius:var(--sbds-radius-small);border:1px solid #1113161a;grid-row:1/3;width:38px;height:38px}.sbds-swatches strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.sbds-swatches code{color:var(--sbds-color-text-muted);font-size:10px}.sbds-space-scale{flex-direction:column;gap:7px;margin-top:12px;display:flex}.sbds-space-scale span{color:var(--sbds-color-text-muted);align-items:center;gap:8px;font-size:11px;display:flex}.sbds-space-scale i{background:var(--sbds-color-action-primary);border-radius:2px;min-width:2px;max-width:64px;height:8px;display:block}.sbds-data-palette{grid-template-columns:repeat(5,30px);gap:8px;margin-top:12px;display:grid}.sbds-data-palette i{border-radius:var(--sbds-radius-small);width:30px;height:30px;display:block}.sbds-preview-frame{border:1px solid var(--sbds-color-border-default);border-radius:var(--sbds-radius-large);background:var(--sbds-color-background-app);grid-template-columns:190px minmax(0,1fr);min-height:720px;display:grid;overflow:hidden}.sbds-preview-frame>aside{background:#fff}.sbds-preview-frame .sbds-sidebar-navigation{height:100%}.sbds-preview-content{flex-direction:column;gap:16px;min-width:0;padding:20px;display:flex}.sbds-preview-ranking{grid-column:span 6}.sbds-spin{animation:.9s linear infinite sbds-spin}@keyframes sbds-spin{to{transform:rotate(360deg)}}@keyframes sbds-pulse{50%{opacity:.45}}@media (max-width:1119px){.sbds-grid-5,.sbds-grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.sbds-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sbds-filter-bar{flex-direction:column;align-items:stretch}.sbds-filter-actions{justify-content:flex-end}}@media (max-width:767px){.sbds-page-shell{padding:var(--sbds-space-16)}.sbds-heading-display{font-size:28px}.sbds-heading-page,.sbds-page-header h1{font-size:24px}.sbds-grid-2,.sbds-grid-3,.sbds-grid-4,.sbds-grid-5,.sbds-grid-6,.sbds-chart-grid{grid-template-columns:1fr}.sbds-surface{padding:var(--sbds-space-16)}.sbds-page-header{flex-direction:column;align-items:flex-start;gap:14px}.sbds-page-actions{justify-content:flex-start;width:100%}.sbds-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sbds-dashboard-grid{grid-template-columns:1fr}.sbds-dashboard-grid>*{grid-column:1}.sbds-filter-fields{grid-template-columns:1fr}.sbds-filter-actions{justify-content:stretch}.sbds-filter-actions .sbds-button{flex:1}.sbds-date-range,.sbds-description-list{grid-template-columns:1fr}.sbds-button,.sbds-icon-button{min-height:44px}.sbds-table thead{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.sbds-table,.sbds-table tbody,.sbds-table tr,.sbds-table td{width:100%;display:block}.sbds-table tbody{flex-direction:column;gap:8px;padding:8px;display:flex}.sbds-table tr{border:1px solid var(--sbds-color-border-subtle);border-radius:var(--sbds-radius-medium);padding:8px 12px}.sbds-table td{border-bottom:1px solid var(--sbds-color-border-subtle);text-align:right;grid-template-columns:minmax(90px,40%) minmax(0,1fr);gap:8px;padding:7px 0;display:grid}.sbds-table td:before{color:var(--sbds-color-text-muted);content:attr(data-label);text-align:left;text-transform:uppercase;font-size:11px;font-weight:800}.sbds-table td:last-child{border-bottom:0}.sbds-donut-layout{grid-template-columns:1fr;justify-items:center}.sbds-chart-legend{width:100%}.sbds-catalog-intro{flex-direction:column;align-items:flex-start}.sbds-swatches{grid-template-columns:repeat(2,minmax(0,1fr))}.sbds-preview-frame{grid-template-columns:1fr}.sbds-preview-frame>aside{border-bottom:1px solid var(--sbds-color-border-subtle)}.sbds-preview-frame .sbds-sidebar-navigation{border-right:0;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.sbds-preview-frame .sbds-sidebar-navigation>strong{grid-column:1/-1}.sbds-preview-content{padding:12px}.sbds-overlay{padding:10px}.sbds-modal{max-height:calc(100vh - 20px)}}@media (max-width:479px){.sbds-kpi-grid{grid-template-columns:1fr}.sbds-page-actions .sbds-button,.sbds-page-actions .sbds-button-link{width:100%}.sbds-swatches{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.sbds-page-shell *,.sbds-page-shell :before,.sbds-page-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
