.dashboard-shell{--shell-sidebar:240px;--shell-topbar:60px;--shell-line:var(--ink);--shell-line-soft:var(--mist);--shell-surface:var(--paper);--shell-surface-2:var(--paper-2);--shell-ink:var(--ink);--shell-muted:var(--slate);--shell-muted-2:var(--slate-2);grid-template-columns:var(--shell-sidebar) minmax(0, 1fr);background:var(--shell-surface);min-height:100vh;color:var(--shell-ink);font-family:var(--font-sans);font-size:14px;line-height:1.5;display:grid}.dashboard-shell *,.dashboard-shell :before,.dashboard-shell :after{box-sizing:border-box}.dashboard-shell a{color:inherit;text-decoration:none}.dashboard-shell button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.dashboard-shell h1,.dashboard-shell h2,.dashboard-shell h3,.dashboard-shell h4{letter-spacing:-.02em;margin:0;font-weight:800;line-height:1.15}.dashboard-shell p{margin:0}.dashboard-shell ul{margin:0;padding:0;list-style:none}.dashboard-shell .mono{font-family:var(--font-mono)}.dashboard-shell .ds-sidebar{border-right:1px solid var(--shell-line);background:var(--shell-surface);flex-direction:column;height:100vh;padding:18px 14px 16px;display:flex;position:sticky;top:0}.dashboard-shell .ds-brand{border-radius:8px;align-items:center;gap:10px;margin-bottom:22px;padding:6px;text-decoration:none;display:inline-flex}.dashboard-shell .ds-brand:hover{background:var(--shell-surface-2)}.dashboard-shell .ds-section-label{color:var(--shell-muted);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;margin:16px 6px 6px;font-size:10px;font-weight:500}.dashboard-shell .ds-nav{flex-direction:column;gap:2px;display:flex}.dashboard-shell .ds-nav-link{color:var(--shell-muted-2);border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:600;display:flex}.dashboard-shell .ds-nav-link:hover{background:var(--shell-surface-2);color:var(--shell-ink)}.dashboard-shell .ds-nav-link[aria-current=page]{color:var(--shell-ink);background:var(--shell-surface);border-color:var(--shell-line);box-shadow:4px 4px 0 -1px var(--shell-line)}.dashboard-shell .ds-nav-link svg{flex:none}.dashboard-shell .ds-nav-count{border:1px solid var(--shell-line-soft);background:var(--shell-surface-2);color:var(--shell-muted);font-family:var(--font-mono);font-variant-numeric:tabular-nums;border-radius:999px;margin-left:auto;padding:1px 8px;font-size:11px;font-weight:500}.dashboard-shell .ds-nav-link[aria-current=page] .ds-nav-count{background:var(--accent);color:var(--ink);border-color:var(--ink)}.dashboard-shell .ds-main{flex-direction:column;min-width:0;display:flex}.dashboard-shell .ds-topbar{z-index:8;height:var(--shell-topbar);border-bottom:1px solid var(--shell-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f4eeeb;align-items:center;gap:14px;padding:0 24px;display:flex;position:sticky;top:0}.dashboard-shell .ds-search{border:1px solid var(--shell-line-soft);background:var(--shell-surface);max-width:480px;color:var(--shell-muted);font-family:var(--font-mono);border-radius:999px;flex:1;align-items:center;gap:8px;padding:8px 14px;font-size:12px;display:flex}.dashboard-shell .ds-search input{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:0;flex:1}.dashboard-shell .ds-search input:focus{outline:none}.dashboard-shell .ds-topbar-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.dashboard-shell .ds-user{border:1px solid var(--shell-line);background:var(--shell-surface);border-radius:999px;align-items:center;gap:8px;padding:4px 12px 4px 4px;display:inline-flex}.dashboard-shell .ds-user-avatar{background:var(--accent);width:24px;height:24px;color:var(--ink);border:1px solid var(--ink);font-family:var(--font-mono);border-radius:999px;place-items:center;font-size:10px;font-weight:700;display:grid}.dashboard-shell .ds-user-name{font-size:13px;font-weight:700}.dashboard-shell .ds-probe{border:1px solid var(--shell-line);background:var(--shell-surface);color:var(--shell-ink);font-family:var(--font-mono);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;padding:4px 12px;font-size:11px;font-weight:500;display:inline-flex}.dashboard-shell .ds-probe-dot{background:var(--caution);border:1px solid var(--ink);border-radius:999px;width:7px;height:7px}.dashboard-shell .ds-probe.is-ok .ds-probe-dot{background:var(--cleared)}.dashboard-shell .ds-probe.is-degraded .ds-probe-dot,.dashboard-shell .ds-probe.is-checking .ds-probe-dot{background:var(--caution)}.dashboard-shell .ds-probe.is-offline .ds-probe-dot{background:var(--risk)}.dashboard-shell .ds-page{gap:24px;padding:28px clamp(20px,3vw,36px) 56px;display:grid}.dashboard-shell .ds-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.dashboard-shell .ds-page-title{gap:6px;min-width:0;display:grid}.dashboard-shell .ds-eyebrow{color:var(--shell-muted);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:500;display:inline-flex}.dashboard-shell .ds-h1{letter-spacing:-.03em;font-size:1.75rem;font-weight:900}.dashboard-shell .ds-sub{color:var(--shell-muted);font-size:.95rem}.dashboard-shell .ds-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dashboard-shell .ds-card{border:1px solid var(--shell-line);background:var(--shell-surface);border-radius:12px}.dashboard-shell .ds-card-padded{padding:18px 18px 16px}.dashboard-shell .ds-card-header{border-bottom:1px solid var(--shell-line);justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;display:flex}.dashboard-shell .ds-card-header h2,.dashboard-shell .ds-card-header h3{letter-spacing:-.01em;font-size:1rem;font-weight:800}.dashboard-shell .ds-card-meta{color:var(--shell-muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:500}.dashboard-shell .ds-card-body{padding:16px 18px 18px}.dashboard-shell .ds-card-footer{border-top:1px solid var(--shell-line);background:var(--shell-surface);border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:12px 18px}.dashboard-shell .ds-btn{border:1px solid var(--shell-line);background:var(--shell-surface);min-height:32px;color:var(--shell-ink);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:6px 14px;font-size:13px;font-weight:700;transition:background .12s,transform .1s;display:inline-flex}.dashboard-shell .ds-btn:hover{background:var(--shell-surface-2);transform:translateY(-1px)}.dashboard-shell .ds-btn:disabled{cursor:not-allowed;opacity:.55;transform:none}.dashboard-shell .ds-btn-primary{background:var(--ink);color:var(--paper);border-color:var(--ink)}.dashboard-shell .ds-btn-primary:hover{background:var(--ink-2);color:var(--paper)}.dashboard-shell .ds-btn-cyan{background:var(--accent);color:var(--ink);border-color:var(--ink)}.dashboard-shell .ds-btn-cyan:hover{background:var(--surge);color:var(--ink)}.dashboard-shell .ds-btn-ghost{color:var(--shell-muted);background:0 0;border-color:#0000}.dashboard-shell .ds-btn-ghost:hover{background:var(--shell-surface-2);color:var(--shell-ink);transform:none}.dashboard-shell .ds-btn-danger{color:var(--risk);border-color:var(--risk)}.dashboard-shell .ds-btn-danger:hover{color:var(--risk);background:#ff3b4714}.dashboard-shell .ds-btn-sm{min-height:28px;padding:4px 12px;font-size:12px}.dashboard-shell .ds-btn svg{width:14px;height:14px}.dashboard-shell .ds-badge{border:1px solid var(--shell-line-soft);background:var(--shell-surface);color:var(--shell-muted-2);font-family:var(--font-mono);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:2px 10px;font-size:11px;font-weight:500;display:inline-flex}.dashboard-shell .ds-badge:before{content:"";background:currentColor;border-radius:999px;flex:none;width:6px;height:6px}.dashboard-shell .ds-badge.tone-ok{color:var(--cleared);border-color:color-mix(in srgb, var(--cleared) 30%, var(--shell-line-soft));background:color-mix(in srgb, var(--cleared) 8%, var(--shell-surface))}.dashboard-shell .ds-badge.tone-warn{color:var(--caution);border-color:color-mix(in srgb, var(--caution) 35%, var(--shell-line-soft));background:color-mix(in srgb, var(--caution) 10%, var(--shell-surface))}.dashboard-shell .ds-badge.tone-danger{color:var(--risk);border-color:color-mix(in srgb, var(--risk) 30%, var(--shell-line-soft));background:color-mix(in srgb, var(--risk) 8%, var(--shell-surface))}.dashboard-shell .ds-badge.tone-accent{color:var(--ink);border-color:var(--ink);background:var(--accent)}.dashboard-shell .ds-badge.tone-info{color:var(--surge);border-color:color-mix(in srgb, var(--surge) 35%, var(--shell-line-soft));background:color-mix(in srgb, var(--surge) 10%, var(--shell-surface))}.dashboard-shell .ds-badge.tone-neutral{color:var(--shell-muted-2);background:var(--shell-surface-2)}.dashboard-shell .ds-badge.no-dot:before{display:none}.dashboard-shell .ds-input,.dashboard-shell .ds-select,.dashboard-shell .ds-textarea{border:1px solid var(--shell-line-soft);background:var(--shell-surface);width:100%;color:var(--shell-ink);border-radius:8px;padding:8px 12px;font-family:inherit;font-size:14px}.dashboard-shell .ds-input:focus,.dashboard-shell .ds-select:focus,.dashboard-shell .ds-textarea:focus{outline:2px solid var(--accent);outline-offset:0;border-color:var(--ink)}.dashboard-shell .ds-textarea{resize:vertical;min-height:96px}.dashboard-shell .ds-field{gap:6px;display:grid}.dashboard-shell .ds-field-label{color:var(--shell-muted);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:500}.dashboard-shell .ds-field-help{color:var(--shell-muted);font-size:12px}.dashboard-shell .ds-toolbar{top:var(--shell-topbar);z-index:6;border:1px solid var(--shell-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f5f4eef5;border-radius:12px;flex-direction:column;gap:12px;padding:14px 16px;display:flex;position:sticky}.dashboard-shell .ds-filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dashboard-shell .ds-filter-row-label{color:var(--shell-muted);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:500}.dashboard-shell .ds-filter-group{flex-wrap:wrap;gap:6px;display:flex}.dashboard-shell .ds-chip{border:1px solid var(--shell-line-soft);background:var(--shell-surface);color:var(--shell-muted-2);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.dashboard-shell .ds-chip:hover{border-color:var(--shell-ink);color:var(--shell-ink)}.dashboard-shell .ds-chip[aria-pressed=true]{border-color:var(--ink);background:var(--ink);color:var(--paper)}.dashboard-shell .ds-chip-count{background:var(--shell-surface-2);color:inherit;font-family:var(--font-mono);font-variant-numeric:tabular-nums;border-radius:999px;padding:0 6px;font-size:10px;font-weight:500}.dashboard-shell .ds-chip[aria-pressed=true] .ds-chip-count{background:var(--accent);color:var(--ink)}.dashboard-shell .ds-search-input{border:1px solid var(--shell-line-soft);background:var(--shell-surface);border-radius:999px;flex:1;min-width:240px;max-width:360px;padding:7px 14px;font-size:13px}.dashboard-shell .ds-search-input:focus{outline:2px solid var(--accent);border-color:var(--ink)}.dashboard-shell .ds-select-inline{border:1px solid var(--shell-line-soft);background:var(--shell-surface);border-radius:999px;width:auto;min-height:32px;padding:6px 28px 6px 12px;font-size:13px;font-weight:500}.dashboard-shell .ds-select-inline:focus{outline:2px solid var(--accent);border-color:var(--ink)}.dashboard-shell .ds-view-tabs{border-bottom:1px solid var(--shell-line);gap:0;display:flex;overflow-x:auto}.dashboard-shell .ds-view-tab{color:var(--shell-muted-2);white-space:nowrap;background:0 0;border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:10px 14px 12px;font-size:13px;font-weight:700;display:inline-flex}.dashboard-shell .ds-view-tab:hover{color:var(--shell-ink)}.dashboard-shell .ds-view-tab[aria-selected=true]{color:var(--shell-ink);border-bottom-color:var(--ink)}.dashboard-shell .ds-view-tab-count{background:var(--shell-surface-2);color:var(--shell-muted);font-family:var(--font-mono);font-variant-numeric:tabular-nums;border-radius:999px;padding:1px 7px;font-size:10px;font-weight:500}.dashboard-shell .ds-view-tab[aria-selected=true] .ds-view-tab-count{background:var(--accent);color:var(--ink)}.dashboard-shell .ds-tabs{border:1px solid var(--shell-line-soft);background:var(--shell-surface-2);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.dashboard-shell .ds-tab{color:var(--shell-muted-2);border-radius:7px;padding:5px 12px;font-size:12px;font-weight:700}.dashboard-shell .ds-tab[aria-selected=true]{background:var(--ink);color:var(--paper)}.dashboard-shell .ds-table-wrap{border:1px solid var(--shell-line);background:var(--shell-surface);border-radius:12px;overflow-x:auto}.dashboard-shell .ds-table-wrap.in-card{border:0;border-radius:0}.dashboard-shell table.ds-table{border-collapse:collapse;width:100%}.dashboard-shell table.ds-table thead th{border-bottom:1px solid var(--shell-line);background:var(--shell-surface-2);color:var(--shell-muted);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;text-align:left;white-space:nowrap;padding:10px 14px;font-size:10px;font-weight:500;position:sticky;top:0}.dashboard-shell table.ds-table tbody td{border-bottom:1px solid var(--shell-line-soft);vertical-align:middle;padding:12px 14px;font-size:13px}.dashboard-shell table.ds-table tbody tr:last-child td{border-bottom:0}.dashboard-shell table.ds-table tbody tr:hover{background:var(--shell-surface-2)}.dashboard-shell table.ds-table.dense thead th{padding:8px 12px}.dashboard-shell table.ds-table.dense tbody td{padding:8px 12px;font-size:12.5px}.dashboard-shell .ds-cell-link{gap:2px;min-width:0;display:grid}.dashboard-shell .ds-cell-link a{color:var(--shell-ink);word-break:break-word;font-weight:700}.dashboard-shell .ds-cell-link a:hover{color:var(--surge)}.dashboard-shell .ds-cell-sub{color:var(--shell-muted);font-family:var(--font-mono);word-break:break-all;font-size:11px}.dashboard-shell .ds-cell-stack{gap:3px;min-width:0;display:grid}.dashboard-shell .ds-tabular{font-variant-numeric:tabular-nums}.dashboard-shell .ds-metric-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.dashboard-shell .ds-metric{border:1px solid var(--shell-line);background:var(--shell-surface);border-radius:12px;gap:8px;padding:16px;display:grid}.dashboard-shell .ds-metric-label{color:var(--shell-muted);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:500}.dashboard-shell .ds-metric-value{letter-spacing:-.03em;align-items:baseline;gap:8px;font-size:1.7rem;font-weight:900;line-height:1;display:flex}.dashboard-shell .ds-metric-delta{font-family:var(--font-mono);color:var(--cleared);font-size:11px;font-weight:500}.dashboard-shell .ds-metric-delta.down{color:var(--risk)}.dashboard-shell .ds-metric-delta.flat{color:var(--shell-muted)}.dashboard-shell .ds-metric-foot{color:var(--shell-muted);font-size:12px}.dashboard-shell .ds-metric.is-inactive{background:var(--shell-surface-2);color:var(--shell-muted)}.dashboard-shell .ds-metric.is-inactive .ds-metric-value{color:var(--shell-muted-2);font-size:1.05rem}.dashboard-shell .ds-grid-2{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:18px;display:grid}.dashboard-shell .ds-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dashboard-shell .ds-grid-detail{grid-template-columns:minmax(0,1fr) 320px;gap:18px;display:grid}@media (max-width:1080px){.dashboard-shell .ds-grid-2,.dashboard-shell .ds-grid-detail,.dashboard-shell .ds-grid-3{grid-template-columns:1fr}}.dashboard-shell .ds-stack{gap:12px;display:grid}.dashboard-shell .ds-stack-sm{gap:6px;display:grid}.dashboard-shell .ds-stack-lg{gap:18px;display:grid}.dashboard-shell .ds-row{align-items:center;gap:8px;display:flex}.dashboard-shell .ds-row-spread{justify-content:space-between;align-items:center;gap:8px;display:flex}.dashboard-shell .ds-inline-list{flex-wrap:wrap;gap:6px;display:flex}.dashboard-shell .ds-tag{border:1px solid var(--shell-line-soft);background:var(--shell-surface);color:var(--shell-muted-2);border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;display:inline-flex}.dashboard-shell .ds-divider{background:var(--shell-line-soft);height:1px;margin:4px 0}.dashboard-shell .ds-muted{color:var(--shell-muted)}.dashboard-shell .ds-activity{gap:0;display:grid}.dashboard-shell .ds-activity-row{border-bottom:1px solid var(--shell-line-soft);grid-template-columns:24px minmax(0,1fr) auto;align-items:start;gap:10px;padding:12px 4px;display:grid}.dashboard-shell .ds-activity-row:last-child{border-bottom:0}.dashboard-shell .ds-activity-icon{border:1px solid var(--shell-line-soft);background:var(--shell-surface);width:24px;height:24px;color:var(--shell-muted-2);border-radius:999px;place-items:center;display:grid}.dashboard-shell .ds-activity-icon.tone-ok{background:color-mix(in srgb, var(--cleared) 12%, var(--shell-surface));color:var(--cleared);border-color:var(--cleared)}.dashboard-shell .ds-activity-icon.tone-warn{background:color-mix(in srgb, var(--caution) 14%, var(--shell-surface));color:var(--caution);border-color:var(--caution)}.dashboard-shell .ds-activity-icon.tone-danger{background:color-mix(in srgb, var(--risk) 12%, var(--shell-surface));color:var(--risk);border-color:var(--risk)}.dashboard-shell .ds-activity-icon.tone-accent{background:var(--accent);color:var(--ink);border-color:var(--ink)}.dashboard-shell .ds-activity-message{color:var(--shell-ink);font-size:13px;line-height:1.4}.dashboard-shell .ds-activity-meta{color:var(--shell-muted);font-family:var(--font-mono);font-size:11px}.dashboard-shell .ds-activity-time{color:var(--shell-muted);font-family:var(--font-mono);white-space:nowrap;font-size:11px}.dashboard-shell .ds-def-list{grid-template-columns:140px minmax(0,1fr);gap:10px 16px;font-size:13px;display:grid}.dashboard-shell .ds-def-list dt{color:var(--shell-muted);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:500}.dashboard-shell .ds-def-list dd{color:var(--shell-ink);word-break:break-word;margin:0}.dashboard-shell .ds-state{text-align:center;color:var(--shell-muted);background:var(--shell-surface);border:1px dashed var(--shell-line-soft);border-radius:12px;gap:8px;padding:36px 18px;font-size:13px;display:grid}.dashboard-shell .ds-state-title{color:var(--shell-ink);font-size:1rem;font-weight:800}.dashboard-shell .ds-state.subtle{background:0 0;border:0;padding:18px}.dashboard-shell .ds-state.error{border-color:var(--risk);background:color-mix(in srgb, var(--risk) 6%, var(--shell-surface));color:var(--risk)}.dashboard-shell .ds-skeleton{gap:6px;display:grid}.dashboard-shell .ds-skeleton-row{background:linear-gradient(90deg, var(--shell-surface-2) 0%, var(--shell-line-soft) 50%, var(--shell-surface-2) 100%);background-size:200% 100%;border-radius:4px;height:12px;animation:1.4s ease-in-out infinite ds-skeleton}@keyframes ds-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.dashboard-shell .ds-status-bar-list{gap:10px;display:grid}.dashboard-shell .ds-status-bar-row{grid-template-columns:130px minmax(0,1fr) 36px;align-items:center;gap:10px;display:grid}.dashboard-shell .ds-status-bar-track{background:var(--shell-surface-2);border-radius:999px;height:6px;overflow:hidden}.dashboard-shell .ds-status-bar-fill{background:var(--shell-muted-2);border-radius:999px;height:100%;transition:width .2s ease-out;display:block}.dashboard-shell .ds-status-bar-fill.tone-ok{background:var(--cleared)}.dashboard-shell .ds-status-bar-fill.tone-info{background:var(--surge)}.dashboard-shell .ds-status-bar-fill.tone-warn{background:var(--caution)}.dashboard-shell .ds-status-bar-fill.tone-danger{background:var(--risk)}.dashboard-shell .ds-status-bar-fill.tone-accent{background:var(--accent)}.dashboard-shell .ds-status-bar-fill.tone-neutral{background:var(--shell-muted-2)}.dashboard-shell .ds-status-bar-count{text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.dashboard-shell .ds-member-cell{align-items:flex-start;gap:10px;display:flex}.dashboard-shell .ds-member-avatar{border:1px solid var(--ink);background:var(--accent);width:30px;height:30px;color:var(--ink);font-family:var(--font-mono);border-radius:999px;flex:none;place-items:center;font-size:11px;font-weight:700;display:grid}.dashboard-shell .ds-role-select{border:1px solid var(--shell-line-soft);background:var(--shell-surface);border-radius:999px;width:auto;min-width:130px;min-height:28px;padding:4px 26px 4px 10px;font-size:12px;font-weight:600}.dashboard-shell .ds-role-select:disabled{background:var(--shell-surface-2);color:var(--shell-muted);cursor:not-allowed}.dashboard-shell .ds-permissions-table .ds-perm-cell{text-align:center;vertical-align:middle}.dashboard-shell .ds-perm-yes{border:1px solid var(--ink);background:var(--accent);width:22px;height:22px;color:var(--ink);border-radius:999px;place-items:center;display:inline-grid}.dashboard-shell .ds-perm-yes svg{width:14px;height:14px}.dashboard-shell .ds-perm-no{color:var(--shell-muted);font-weight:500}@media (max-width:860px){.dashboard-shell{--shell-sidebar:64px}.dashboard-shell .ds-brand span,.dashboard-shell .ds-section-label,.dashboard-shell .ds-nav-link span:not(.ds-nav-count),.dashboard-shell .ds-nav-count{display:none}.dashboard-shell .ds-nav-link{justify-content:center;padding:10px}.dashboard-shell .ds-brand{justify-content:center}.dashboard-shell .ds-topbar{padding:0 14px}.dashboard-shell .ds-page{padding:18px 14px 40px}}
