.sitesw-page{min-height:0;color:var(--app-shell-text);font-family:var(--app-shell-font);background:var(--app-shell-panel);flex:1;overflow-y:auto}.sitesw-inner{width:100%;max-width:var(--app-page-column);box-sizing:border-box;padding:0 var(--app-page-pad-x) var(--app-page-pad-bottom);margin:0 auto}.sitesw-page-header{justify-content:space-between;align-items:flex-start;gap:var(--app-space-16);padding:var(--app-page-pad-top) 0 4px;display:flex}.sitesw-page-header h1,.sitesw-page-header p{margin:0}.sitesw-page-header h1{font-size:var(--app-type-title2);font-weight:var(--app-weight-semibold);line-height:32px}.sitesw-page-header p{max-width:640px;color:var(--app-shell-text-muted);font-size:var(--app-type-small);margin-top:6px}.sitesw-head-actions{flex-wrap:wrap;flex:none;gap:8px;display:flex}.sitesw-table{background:var(--app-shell-panel);border:var(--app-card-border);border-radius:var(--app-shell-radius-card);box-shadow:var(--app-card-shadow);margin-top:22px;overflow:hidden}.sitesw-table-head,.sitesw-row-open{grid-template-columns:minmax(250px,1fr) 132px 112px;align-items:center;display:grid}.sitesw-table-head{min-height:40px;color:var(--app-shell-text-muted);text-transform:uppercase;background:var(--app-shell-wash-faint);border-bottom:1px solid var(--app-shell-border);grid-template-columns:minmax(250px,1fr) 132px 112px 52px;padding:0 10px 0 16px;font-size:11px;font-weight:600}.sitesw-row{border-bottom:1px solid var(--app-shell-border);grid-template-columns:minmax(0,1fr) 52px;min-height:72px;display:grid}.sitesw-row:last-child{border-bottom:0}.sitesw-row-open{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:10px 0 10px 16px}.sitesw-row:hover{background:var(--app-shell-control-hover)}.sitesw-row:focus-within{box-shadow:inset 0 0 0 2px var(--app-shell-focus-ring)}.sitesw-row-site{align-items:center;gap:12px;min-width:0;display:flex}.sitesw-row-logo{object-fit:cover;background:var(--app-shell-control);border-radius:12px;flex:0 0 40px;width:40px;height:40px}.sitesw-row-logo--fallback{justify-content:center;align-items:center;display:inline-flex}.sitesw-row-copy{gap:3px;min-width:0;display:grid}.sitesw-row-copy strong,.sitesw-row-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sitesw-row-copy strong{font-size:14px;line-height:20px}.sitesw-row-copy span{color:var(--app-shell-text-muted);font-size:12px}.sitesw-row-traffic{gap:2px;display:grid}.sitesw-row-traffic strong{font-size:14px}.sitesw-row-traffic span{color:var(--app-shell-text-muted);font-size:11px}.sitesw-row-status{color:var(--app-shell-text-muted);align-items:center;gap:7px;font-size:12px;font-weight:600;display:flex}.sitesw-row-status i{background:var(--app-shell-text-subtle);border-radius:50%;width:8px;height:8px}.sitesw-row-status i[data-live=true]{background:var(--app-shell-success);box-shadow:0 0 0 3px color-mix(in srgb, var(--app-shell-success) 14%, transparent)}.sitesw-row-menu{width:38px;height:38px;color:var(--app-shell-text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;place-self:center;align-items:center;display:inline-flex}.sitesw-row-menu:hover{color:var(--app-shell-text);background:var(--app-shell-control)}.sitesw-menu .wui-menu-item{gap:9px;display:flex}.sitesw-menu-danger{color:var(--app-shell-danger)}.sitesw-empty{padding:48px 0}.sitesw-skeletons{border:var(--app-card-border);border-radius:var(--app-shell-radius-card);gap:1px;margin-top:22px;display:grid;overflow:hidden}.sitesw-skeleton{background:var(--app-shell-wash-faint);height:72px}.sitesw-stale{color:var(--app-shell-danger);border-bottom:1px solid var(--app-shell-danger);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:13px;display:flex}@media (width<=720px){.sitesw-page-header{flex-direction:column;align-items:stretch}.sitesw-table-head{display:none}.sitesw-row-open{grid-template-columns:minmax(0,1fr) 68px}.sitesw-row-status{grid-column:1/-1;margin:5px 0 0 52px}}