:root{--cds-background:#f4f4f4;--cds-layer-01:#fff;--cds-layer-02:#f4f4f4;--cds-text-primary:#161616;--cds-text-secondary:#525252;--cds-link-01:#0f62fe;--cds-interactive:#0f62fe;--cds-support-success:#24a148;--cds-support-warning:#f1c21b;--cds-support-error:#da1e28}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--cds-background);color:var(--cds-text-primary);min-height:100vh}.cds--content{padding:0}.cds--side-nav__navigation{height:100vh}.cds--header{border-bottom:1px solid #e0e0e0}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.page-header h1{font-size:1.75rem;font-weight:400}.page-header p{color:var(--cds-text-secondary);margin-top:.25rem}.stat-tile{background:var(--cds-layer-01);padding:1.5rem;height:100%}.stat-tile h4{font-size:.875rem;font-weight:400;color:var(--cds-text-secondary);margin-bottom:.5rem}.stat-tile .value{font-size:2.5rem;font-weight:300;color:var(--cds-text-primary)}.stat-tile .helper{font-size:.75rem;color:var(--cds-text-secondary);margin-top:.5rem}.stat-tile .helper.positive{color:var(--cds-support-success)}.stat-tile .helper.negative{color:var(--cds-support-error)}.status-indicator{display:inline-flex;align-items:center;gap:.5rem}.status-indicator .dot{width:8px;height:8px;border-radius:50%}.status-indicator .dot.online{background-color:var(--cds-support-success)}.status-indicator .dot.offline{background-color:var(--cds-support-error)}.status-indicator .dot.checking{background-color:var(--cds-support-warning)}.data-table-container{background:var(--cds-layer-01)}.content-area{padding:2rem;min-height:calc(100vh - 48px);margin-left:256px}@media(max-width:1056px){.content-area{margin-left:0}}.card{background:var(--cds-layer-01);padding:1.5rem;margin-bottom:1rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-title{font-size:1rem;font-weight:600}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:var(--cds-text-secondary)}.empty-state svg{margin-bottom:1rem;opacity:.5}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.quick-action-tile{background:var(--cds-layer-01);padding:1rem;cursor:pointer;transition:box-shadow .15s ease;border:1px solid transparent}.quick-action-tile:hover{border-color:var(--cds-interactive);box-shadow:0 2px 6px rgba(0,0,0,.1)}.quick-action-tile h5{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.quick-action-tile p{font-size:.75rem;color:var(--cds-text-secondary)}