/* /Pages/iis/Index.cshtml.rz.scp.css */
.page-header[b-ga9dzewigl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.refresh-info[b-ga9dzewigl] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-muted);
}

.tab-bar[b-ga9dzewigl] {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--border);
    margin-bottom: 1rem;
}

.tab[b-ga9dzewigl] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 13px;
    color: var(--text-secondary);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.tab.active[b-ga9dzewigl] {
    color: var(--text-accent);
    border-bottom-color: var(--fill-accent);
    font-weight: 500;
}

.tab-count[b-ga9dzewigl] {
    font-size: 11px;
    background: var(--surface-1);
    padding: 1px 6px;
    border-radius: 10px;
    color: var(--text-muted);
}

.toolbar[b-ga9dzewigl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.search-input[b-ga9dzewigl] { width: 220px; }

.legend[b-ga9dzewigl] {
    display: flex;
    gap: 8px;
}

.table-card[b-ga9dzewigl] {
    overflow: hidden;
}

table[b-ga9dzewigl] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

th[b-ga9dzewigl] {
    text-align: left;
    padding: 9px 14px;
    font-size: 11px;
    font-weight: 500;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border);
    background: var(--surface-1);
    white-space: nowrap;
}

td[b-ga9dzewigl] {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
}

tr:last-child td[b-ga9dzewigl] { border-bottom: none; }
tr:hover td[b-ga9dzewigl] { background: var(--surface-1); }

.name-cell[b-ga9dzewigl] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-icon[b-ga9dzewigl], .pool-icon[b-ga9dzewigl] {
    font-size: 16px;
    color: var(--text-muted);
    flex-shrink: 0;
}

.mono-cell[b-ga9dzewigl] {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--text-secondary);
}

.path-cell[b-ga9dzewigl] {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.muted-cell[b-ga9dzewigl] { color: var(--text-muted); font-size: 12px; }
.center-cell[b-ga9dzewigl] { text-align: center; }

.pool-link[b-ga9dzewigl] {
    font-size: 12px;
    color: var(--text-accent);
    text-decoration: none;
}

.worker-count[b-ga9dzewigl] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    background: var(--surface-1);
    color: var(--text-muted);
}

.worker-count.active[b-ga9dzewigl] {
    background: var(--bg-success);
    color: var(--text-success);
}

.action-cell[b-ga9dzewigl] {
    display: flex;
    gap: 4px;
    align-items: center;
}

.icon-btn[b-ga9dzewigl] {
    background: none;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 4px 8px;
    cursor: pointer;
    color: var(--text-secondary);
    font-size: 15px;
    transition: all 0.15s;
}

.icon-btn:hover[b-ga9dzewigl] { background: var(--surface-1); color: var(--text-primary); }
.icon-btn:disabled[b-ga9dzewigl] { opacity: 0.4; cursor: not-allowed; }
.icon-btn.success[b-ga9dzewigl] { color: var(--text-success); border-color: var(--border-success); }

.badge[b-ga9dzewigl] {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    padding: 2px 9px;
    border-radius: 10px;
    white-space: nowrap;
}

.badge-running[b-ga9dzewigl] { background: var(--bg-success); color: var(--text-success); }
.badge-stopped[b-ga9dzewigl] { background: var(--bg-danger);  color: var(--text-danger); }
.badge-unknown[b-ga9dzewigl] { background: var(--surface-1);  color: var(--text-muted); }
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-g1zxrjqwcp] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-g1zxrjqwcp] {
  color: #0077cc;
}

.btn-primary[b-g1zxrjqwcp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-g1zxrjqwcp], .nav-pills .show > .nav-link[b-g1zxrjqwcp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-g1zxrjqwcp] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-g1zxrjqwcp] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-g1zxrjqwcp] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-g1zxrjqwcp] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-g1zxrjqwcp] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
