/* /Components/Admin/AdminGuard.razor.rz.scp.css */
.state[b-sd1mfhn4yu] {
    color: var(--mute);
    padding: var(--space-4xl) 0;
}

.gate[b-sd1mfhn4yu] {
    display: grid;
    place-items: center;
    padding: var(--space-4xl) 0;
}

.box[b-sd1mfhn4yu] {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    width: min(360px, 100%);
    padding: var(--space-2xl);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
}

h1[b-sd1mfhn4yu] {
    margin: 0;
    font-size: var(--text-2xl);
    font-weight: var(--weight-heading);
    letter-spacing: var(--tracking-tight);
}

h1:focus[b-sd1mfhn4yu] {
    outline: 0;
}

p[b-sd1mfhn4yu] {
    margin: 0;
    color: var(--mute);
    font-size: var(--text-sm);
}

.pin[b-sd1mfhn4yu] {
    appearance: none;
    height: var(--control-lg);
    font: inherit;
    font-size: var(--text-lg);
    letter-spacing: var(--tracking-wide);
    color: var(--fg);
    background: var(--bg);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-md);
}

.pin:focus[b-sd1mfhn4yu] {
    outline: 0;
    border-color: var(--accent);
}

.primary[b-sd1mfhn4yu] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--control-lg);
    border: 0;
    border-radius: var(--radius-chip);
    background: var(--accent);
    color: #fff;
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    cursor: pointer;
}

.primary:disabled[b-sd1mfhn4yu] {
    opacity: .5;
    cursor: default;
}

.err[b-sd1mfhn4yu] {
    color: var(--down);
}

.back[b-sd1mfhn4yu] {
    color: var(--accent);
    font-size: var(--text-sm);
}
/* /Components/Admin/IconPicker.razor.rz.scp.css */
.picker[b-d19aors3nt] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.current[b-d19aors3nt] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-sm) var(--space-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-icon);
    background: var(--chip);
}

.current img[b-d19aors3nt] {
    width: var(--icon-lg);
    height: var(--icon-lg);
    object-fit: contain;
}

.slug[b-d19aors3nt] {
    font-weight: var(--weight-semibold);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.muted[b-d19aors3nt] {
    color: var(--mute);
    font-weight: var(--weight-normal);
}

.link[b-d19aors3nt] {
    appearance: none;
    border: 0;
    background: none;
    margin-left: auto;
    padding: 0 var(--space-3xs);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    color: var(--accent);
    cursor: pointer;
    white-space: nowrap;
}

.tabs[b-d19aors3nt] {
    display: flex;
    gap: var(--space-xs);
}

.tab[b-d19aors3nt] {
    appearance: none;
    height: var(--control-sm);
    padding: 0 var(--space-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-pill);
    background: transparent;
    color: var(--mute);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    cursor: pointer;
    transition: color var(--duration) var(--ease), background var(--duration) var(--ease);
}

.tab[aria-selected=true][b-d19aors3nt] {
    background: var(--chip);
    color: var(--fg);
}

.upload[b-d19aors3nt] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    padding: var(--space-md);
    border: var(--border) dashed var(--line);
    border-radius: var(--radius-icon);
    font-size: var(--text-sm);
    color: var(--mute);
    cursor: pointer;
}

.meta[b-d19aors3nt] {
    display: flex;
    justify-content: space-between;
    gap: var(--space-md);
    font-size: var(--text-xs);
    color: var(--mute);
    min-height: var(--icon-xs);
}

.error[b-d19aors3nt] {
    color: var(--down);
    text-align: right;
}

.prompt[b-d19aors3nt] {
    margin: 0;
    padding: var(--space-xl) var(--space-md);
    border: var(--border) dashed var(--line);
    border-radius: var(--radius-icon);
    color: var(--mute);
    font-size: var(--text-sm);
    text-align: center;
}

.grid[b-d19aors3nt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: var(--space-xs);
    max-height: 320px;
    overflow-y: auto;
    padding: var(--space-3xs);
}

.cell[b-d19aors3nt] {
    position: relative;
    display: flex;
    min-width: 0;
}

.icon[b-d19aors3nt] {
    appearance: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-xs);
    padding: var(--space-md) var(--space-xs) var(--space-sm);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-icon);
    background: var(--card);
    color: var(--mute);
    font: var(--weight-medium) var(--text-2xs) / var(--leading-snug) var(--font);
    cursor: pointer;
    min-width: 0;
    transition: border-color var(--duration) var(--ease);
}

.icon:hover[b-d19aors3nt] {
    border-color: var(--accent);
}

.icon[aria-selected=true][b-d19aors3nt] {
    border-color: var(--accent);
    background: color-mix(in srgb, var(--accent) 12%, transparent);
    color: var(--fg);
}

.icon img[b-d19aors3nt] {
    width: var(--icon-lg);
    height: var(--icon-lg);
    object-fit: contain;
}

.icon span[b-d19aors3nt] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.del[b-d19aors3nt] {
    position: absolute;
    top: var(--space-2xs);
    right: var(--space-2xs);
    appearance: none;
    display: inline-grid;
    place-items: center;
    width: var(--control-sm);
    height: var(--control-sm);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-round);
    background: var(--card);
    color: var(--mute);
    font-size: var(--text-lg);
    font-weight: var(--weight-bold);
    line-height: var(--leading-none);
    cursor: pointer;
    opacity: 0;
    transition: opacity var(--duration) var(--ease), color var(--duration) var(--ease), border-color var(--duration) var(--ease);
}

.cell:hover .del[b-d19aors3nt],
.del:focus-visible[b-d19aors3nt],
.del[data-confirm=true][b-d19aors3nt] {
    opacity: 1;
}

.del:hover[b-d19aors3nt] {
    color: var(--down);
    border-color: var(--down);
}

.del[data-confirm=true][b-d19aors3nt] {
    color: #fff;
    background: var(--down);
    border-color: var(--down);
}

.pager[b-d19aors3nt] {
    display: flex;
    justify-content: flex-end;
    gap: var(--space-2xs);
}

.pager button[b-d19aors3nt] {
    appearance: none;
    display: inline-grid;
    place-items: center;
    width: var(--control-md);
    height: var(--control-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    background: transparent;
    color: var(--fg);
    font-size: var(--text-md);
    line-height: var(--leading-none);
    cursor: pointer;
    transition: border-color var(--duration) var(--ease), color var(--duration) var(--ease);
}

.pager button:hover:not(:disabled)[b-d19aors3nt] {
    border-color: var(--accent);
    color: var(--accent);
}

.pager button:disabled[b-d19aors3nt] {
    opacity: .3;
    cursor: default;
}
/* /Components/Admin/ServiceEditor.razor.rz.scp.css */
.columns[b-uz1chy18rb] {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
    gap: var(--space-xl);
    align-items: start;
}

.main[b-uz1chy18rb] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xl);
    min-width: 0;
}

.panel[b-uz1chy18rb] {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    padding: var(--space-xl);
    box-shadow: var(--shadow);
}

.side[b-uz1chy18rb] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xl);
    min-width: 0;
}


h2[b-uz1chy18rb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-size: var(--text-xs);
    font-weight: var(--weight-semibold);
    color: var(--mute);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
}

.hint[b-uz1chy18rb] {
    margin: calc(var(--space-sm) * -1) 0 0;
    font-size: var(--text-sm);
    color: var(--mute);
}

.field[b-uz1chy18rb] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    font-size: var(--text-sm);
}

.field > span[b-uz1chy18rb] {
    color: var(--mute);
}

.chips[b-uz1chy18rb] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.pick[b-uz1chy18rb] {
    display: inline-flex;
    cursor: pointer;
    border-radius: var(--radius-chip);
    opacity: .45;
    transition: opacity var(--duration) var(--ease);
}

.pick:has(input:checked)[b-uz1chy18rb] {
    opacity: 1;
}

.pick input[b-uz1chy18rb] {
    display: none;
}

.group[b-uz1chy18rb] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    height: var(--control-sm);
    padding: 0 var(--space-md) 0 var(--space-3xs);
    border-radius: var(--radius-pill);
    background: var(--chip);
    color: var(--chipfg);
    font-size: var(--text-xs);
    font-weight: var(--weight-medium);
    line-height: var(--leading-none);
}

.group.plain[b-uz1chy18rb] {
    justify-content: center;
    padding: 0 var(--space-md);
}

.fallback[b-uz1chy18rb] {
    display: grid;
    grid-template-columns: var(--tile) 84px minmax(0, 1fr);
    gap: var(--space-sm);
    align-items: end;
}

.fbbox[b-uz1chy18rb] {
    display: inline-grid;
    place-items: center;
    width: var(--tile);
    height: var(--tile);
    border-radius: var(--radius-icon);
    background: var(--fb, var(--mute));
    color: #fff;
    color: contrast-color(var(--fb, var(--mute)));
    font-size: var(--text-lg);
    font-weight: var(--weight-bold);
    line-height: var(--leading-none);
}

.fallback input[type=color][b-uz1chy18rb] {
    padding: var(--space-3xs);
    cursor: pointer;
}

.list[b-uz1chy18rb] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.instance[b-uz1chy18rb] {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(200px, 2fr) auto auto auto;
    gap: var(--space-sm);
    align-items: center;
}

.vpn[b-uz1chy18rb] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2xs);
    font-size: var(--text-xs);
    color: var(--mute);
    white-space: nowrap;
    cursor: pointer;
}

.probe[b-uz1chy18rb] {
    grid-column: 1 / -1;
    font-size: var(--text-xs);
    color: var(--mute);
    padding-left: var(--space-3xs);
}

.probe[data-state=reachable][b-uz1chy18rb] {
    color: var(--up);
}

.probe[data-state=unreachable][b-uz1chy18rb] {
    color: var(--down);
}

.task[b-uz1chy18rb] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--space-xs) var(--space-sm);
    align-items: center;
}

.task .note[b-uz1chy18rb] {
    grid-column: 1 / -1;
    font-size: var(--text-xs);
    height: var(--control-sm);
}

.add[b-uz1chy18rb], .ghost[b-uz1chy18rb], .primary[b-uz1chy18rb] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-md);
    height: var(--control-md);
    cursor: pointer;
    white-space: nowrap;
}

.add[b-uz1chy18rb] {
    border: var(--border) solid var(--line);
    background: var(--card);
    color: var(--accent);
    height: var(--control-sm);
}

.ghost[b-uz1chy18rb] {
    border: var(--border) solid var(--line);
    background: transparent;
    color: var(--fg);
}

.ghost.danger[b-uz1chy18rb] {
    color: var(--down);
    border-color: var(--down);
    width: var(--control-md);
    padding: 0;
    font-size: var(--text-lg);
}

.ghost.danger:hover[b-uz1chy18rb] {
    background: color-mix(in srgb, var(--down) 10%, transparent);
}

.primary[b-uz1chy18rb] {
    border: 0;
    background: var(--accent);
    color: #fff;
    padding: 0 var(--space-xl);
}

.primary:disabled[b-uz1chy18rb],
.actions .ghost:disabled[b-uz1chy18rb] {
    opacity: .5;
    cursor: default;
}

.error[b-uz1chy18rb] {
    margin: 0;
    color: var(--down);
    font-size: var(--text-sm);
}

@media (max-width: 900px) {
    .columns[b-uz1chy18rb] {
        grid-template-columns: 1fr;
    }

    .instance[b-uz1chy18rb] {
        grid-template-columns: 1fr 1fr auto;
    }
}
/* /Components/Dashboard/AccessAvatar.razor.rz.scp.css */
.av[b-jlrjw1wc41] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    height: var(--control-sm);
    padding: 0 var(--space-md) 0 var(--space-3xs);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-pill);
    color: var(--fg);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    flex: none;
}
/* /Components/Dashboard/AccessMark.razor.rz.scp.css */
.mark[b-7599v4tzwp] {
    --icon-size: var(--icon-2xs);
    display: inline-grid;
    place-items: center;
    width: var(--icon-sm);
    height: var(--icon-sm);
    border-radius: var(--radius-round);
    background: var(--accent);
    color: #fff;
    color: contrast-color(var(--accent));
    flex: none;
}
/* /Components/Dashboard/DepartmentAvatar.razor.rz.scp.css */
.av[b-r45s6x7b1d] {
    display: inline-grid;
    place-items: center;
    width: var(--icon-sm);
    height: var(--icon-sm);
    border-radius: var(--radius-round);
    background: var(--department, var(--mute));
    color: #fff;
    color: contrast-color(var(--department, var(--mute)));
    font-size: var(--text-2xs);
    line-height: var(--leading-none);
    text-align: center;
    font-weight: var(--weight-bold);
    flex: none;
}
/* /Components/Dashboard/FilterChip.razor.rz.scp.css */
.fchip[b-0k1w0j6jle] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    height: var(--control-sm);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    color: var(--fg);
    background: transparent;
    border: var(--border) solid var(--line);
    border-radius: var(--radius-pill);
    padding: 0 var(--space-md) 0 var(--space-3xs);
    cursor: pointer;
    transition: border-color var(--duration) var(--ease), opacity var(--duration) var(--ease);
}

.fchip:hover[b-0k1w0j6jle] {
    border-color: var(--accent);
}

.fchip[aria-pressed=false][b-0k1w0j6jle] {
    opacity: .35;
}

.mark[b-0k1w0j6jle] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--icon-sm);
    flex: none;
}
/* /Components/Dashboard/FilterPanel.razor.rz.scp.css */
.filters[b-v7xf46lm0q] {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    row-gap: var(--space-md);
    column-gap: var(--space-lg);
    margin-top: var(--space-sm);
    padding: var(--space-xl);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
}

.label[b-v7xf46lm0q] {
    font-size: var(--text-xs);
    font-weight: var(--weight-semibold);
    color: var(--mute);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
}

.items[b-v7xf46lm0q] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-sm);
    min-width: 0;
}

.window[b-v7xf46lm0q] {
    appearance: none;
    height: var(--control-sm);
    padding: 0 var(--space-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-pill);
    background: transparent;
    color: var(--fg);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    cursor: pointer;
    transition: border-color var(--duration) var(--ease), opacity var(--duration) var(--ease);
}

.window:hover[b-v7xf46lm0q] {
    border-color: var(--accent);
}

.window[aria-pressed=false][b-v7xf46lm0q] {
    opacity: .35;
}

.more[b-v7xf46lm0q] {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding-top: var(--space-xs);
}

.disclose[b-v7xf46lm0q] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    border: 0;
    background: none;
    padding: 0;
    font: var(--weight-semibold) var(--text-xs) / var(--leading-none) var(--font);
    color: var(--mute);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    cursor: pointer;
}

.disclose:hover[b-v7xf46lm0q] {
    color: var(--accent);
}

.caret[b-v7xf46lm0q] {
    --icon-size: var(--icon-2xs);
    --icon-stroke: 2.5;
    display: inline-grid;
    place-items: center;
    width: var(--icon-xs);
    height: var(--icon-xs);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-round);
    color: var(--mute);
    transition: transform var(--duration) var(--ease), border-color var(--duration) var(--ease), color var(--duration) var(--ease);
}

.disclose:hover .caret[b-v7xf46lm0q] {
    border-color: var(--accent);
    color: var(--accent);
}

.disclose[aria-expanded=true] .caret[b-v7xf46lm0q] {
    transform: rotate(90deg);
}

.extra[b-v7xf46lm0q] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    row-gap: var(--space-md);
    column-gap: var(--space-lg);
}

.reset[b-v7xf46lm0q] {
    appearance: none;
    border: 0;
    background: none;
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    color: var(--accent);
    cursor: pointer;
    padding: 0 var(--space-2xs);
    margin-left: auto;
    white-space: nowrap;
}

.reset:disabled[b-v7xf46lm0q] {
    color: var(--mute);
    opacity: .5;
    cursor: default;
}

@media (max-width: 700px) {
    .filters[b-v7xf46lm0q], .extra[b-v7xf46lm0q] {
        grid-template-columns: 1fr;
        row-gap: var(--space-sm);
    }

    .more[b-v7xf46lm0q] {
        flex-wrap: wrap;
    }

    .label[b-v7xf46lm0q] {
        margin-top: var(--space-sm);
    }

    .label:first-child[b-v7xf46lm0q] {
        margin-top: 0;
    }

    .reset[b-v7xf46lm0q] {
        margin-left: 0;
        flex-basis: 100%;
        text-align: left;
        padding-top: var(--space-xs);
    }
}
/* /Components/Dashboard/IconButton.razor.rz.scp.css */
.ibtn[b-w253blpqc4] {
    --icon-size: var(--icon-xs);
    display: inline-grid;
    place-items: center;
    width: var(--control-sm);
    height: var(--control-sm);
    border-radius: var(--radius-chip);
    background: var(--chip);
    color: var(--accent);
    font-size: var(--text-md);
    line-height: var(--leading-none);
    flex: none;
    transition: background var(--duration) var(--ease);
}

.ibtn:hover[b-w253blpqc4] {
    background: color-mix(in srgb, var(--accent) 15%, transparent);
}
/* /Components/Dashboard/InstanceLinks.razor.rz.scp.css */
.insts[b-tr2rgo20o3] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs);
}

.inst[b-tr2rgo20o3] {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-xs) var(--space-xs) var(--space-xs) var(--space-md);
    border-radius: var(--radius-chip);
    font-size: var(--text-sm);
    transition: background var(--duration) var(--ease);
}

.inst:hover[b-tr2rgo20o3] {
    background: var(--chip);
}

b[b-tr2rgo20o3] {
    font-weight: var(--weight-semibold);
    flex: none;
}

.host[b-tr2rgo20o3] {
    color: var(--mute);
    font-size: var(--text-xs);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.vpn[b-tr2rgo20o3] {
    --icon-size: var(--icon-2xs);
    display: inline-flex;
    align-items: center;
    gap: var(--space-2xs);
    color: var(--mute);
    font-size: var(--text-xs);
    white-space: nowrap;
    flex: none;
}


.uptime[b-tr2rgo20o3] {
    color: var(--mute);
    font-size: var(--text-xs);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    flex: none;
}
/* /Components/Dashboard/OutageDialog.razor.rz.scp.css */
.backdrop[b-7vv29vqgtj] {
    position: fixed;
    inset: 0;
    z-index: var(--z-overlay);
    display: grid;
    place-items: center;
    padding: var(--space-xl);
    background: color-mix(in srgb, #000 45%, transparent);
    cursor: default;
}

.sheet[b-7vv29vqgtj] {
    width: min(660px, 100%);
    max-height: 80vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    padding: var(--space-xl);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
}

header[b-7vv29vqgtj] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
}

header > div[b-7vv29vqgtj] {
    flex: 1;
    min-width: 0;
}

h2[b-7vv29vqgtj] {
    margin: 0;
    font-size: var(--text-lg);
    font-weight: var(--weight-semibold);
}

.sub[b-7vv29vqgtj] {
    margin: var(--space-3xs) 0 0;
    color: var(--mute);
    font-size: var(--text-xs);
}

.close[b-7vv29vqgtj] {
    appearance: none;
    flex: none;
    display: inline-grid;
    place-items: center;
    width: var(--control-md);
    height: var(--control-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    background: transparent;
    color: var(--fg);
    font-size: var(--text-lg);
    line-height: var(--leading-none);
    cursor: pointer;
}

.close:hover[b-7vv29vqgtj] {
    border-color: var(--accent);
    color: var(--accent);
}

.summary[b-7vv29vqgtj] {
    margin: 0;
    padding: var(--space-md);
    border-radius: var(--radius-icon);
    background: color-mix(in srgb, var(--status) 12%, transparent);
    color: var(--fg);
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
}

.events[b-7vv29vqgtj] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    margin: 0;
    padding: 0;
    list-style: none;
}

.events li[b-7vv29vqgtj] {
    display: flex;
    flex-direction: column;
    gap: var(--space-3xs);
    padding: var(--space-sm) var(--space-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-icon);
}

.when[b-7vv29vqgtj] {
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
}

.why[b-7vv29vqgtj] {
    font-size: var(--text-xs);
    color: var(--mute);
}

.empty[b-7vv29vqgtj], .error[b-7vv29vqgtj] {
    margin: 0;
    font-size: var(--text-sm);
    color: var(--mute);
}

.error[b-7vv29vqgtj] {
    color: var(--down);
}
/* /Components/Dashboard/OutageList.razor.rz.scp.css */
.none[b-u61s9x7gu6] {
    margin: 0;
    padding: var(--space-md);
    border: var(--border) dashed var(--line);
    border-radius: var(--radius-icon);
    color: var(--mute);
    font-size: var(--text-sm);
    text-align: center;
}

.events[b-u61s9x7gu6] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs);
    margin: 0;
    padding: 0;
    list-style: none;
}

.events li[b-u61s9x7gu6] {
    display: grid;
    grid-template-columns: var(--space-xs) minmax(0, auto) minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    border-radius: var(--radius-icon);
    background: var(--bg);
}

.mark[b-u61s9x7gu6] {
    width: var(--space-xs);
    height: var(--space-xs);
    border-radius: var(--radius-round);
    background: var(--down);
}

li[data-kind=ongoing] .mark[b-u61s9x7gu6] {
    background: var(--down);
    box-shadow: 0 0 0 var(--space-3xs) color-mix(in srgb, var(--down) 30%, transparent);
}

li[data-kind=summary] .mark[b-u61s9x7gu6] {
    background: var(--mute);
}

.when[b-u61s9x7gu6] {
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
    white-space: nowrap;
}

.why[b-u61s9x7gu6] {
    color: var(--mute);
    font-size: var(--text-xs);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.len[b-u61s9x7gu6] {
    color: var(--mute);
    font-size: var(--text-xs);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
/* /Components/Dashboard/ServiceCard.razor.rz.scp.css */
.card[b-6ncv93gs9r] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    padding: var(--space-card);
    box-shadow: var(--shadow);
    transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.card:hover[b-6ncv93gs9r] {
    border-color: var(--accent);
    transform: translateY(-1px);
    z-index: var(--z-sticky);
}

.card[data-expandable=true][b-6ncv93gs9r],
.card:has(.open)[b-6ncv93gs9r] {
    cursor: pointer;
}

.open[b-6ncv93gs9r] {
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.hd[b-6ncv93gs9r] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
}

h3[b-6ncv93gs9r] {
    flex: 1;
    align-self: center;
    min-width: 0;
    margin: 0;
    font-size: var(--text-lg);
    font-weight: var(--weight-semibold);
}

.stat[b-6ncv93gs9r] {
    position: relative;
    z-index: var(--z-sticky);
    appearance: none;
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    height: var(--control-sm);
    padding: 0 var(--space-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-pill);
    background: var(--chip);
    color: var(--chipfg);
    font: var(--weight-medium) var(--text-xs) / var(--leading-none) var(--font);
    font-variant-numeric: tabular-nums;
    cursor: help;
    transition: border-color var(--duration) var(--ease);
}

.stat:hover[b-6ncv93gs9r] {
    --pulse-ring: var(--space-md);
    --pulse-duration: .6s;
    border-color: var(--status);
}

p[b-6ncv93gs9r] {
    margin: 0;
    color: var(--mute);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
}

.uses[b-6ncv93gs9r] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: var(--text-sm);
}

.uses li[b-6ncv93gs9r] {
    position: relative;
    padding-left: var(--space-md);
}

.uses li[b-6ncv93gs9r]::before {
    content: "";
    position: absolute;
    left: var(--space-3xs);
    top: .55em;
    width: var(--space-2xs);
    height: var(--space-2xs);
    border-radius: var(--radius-round);
    background: var(--mute);
}

.foot[b-6ncv93gs9r] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    row-gap: var(--space-sm);
    column-gap: var(--space-md);
    margin-top: auto;
    padding-top: var(--space-md);
}

.rvalue[b-6ncv93gs9r] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-xs);
    min-width: 0;
}

.rlabel[b-6ncv93gs9r] {
    color: var(--mute);
    font-size: var(--text-xs);
}

.warn[b-6ncv93gs9r] {
    display: inline-flex;
    align-items: center;
    height: var(--control-sm);
    padding: 0 var(--space-md);
    border: var(--border) solid var(--down);
    border-radius: var(--radius-pill);
    background: color-mix(in srgb, var(--down) 10%, transparent);
    color: var(--down);
    font-size: var(--text-xs);
    font-weight: var(--weight-medium);
    line-height: var(--leading-none);
}

/* /Components/Dashboard/ServiceIcon.razor.rz.scp.css */
.ic[b-yxwxkw8kuc] {
    flex: none;
    width: var(--tile);
    height: var(--tile);
    border-radius: var(--radius-icon);
    background: var(--chip);
    display: grid;
    place-items: center;
}

.ic[data-tone=light][b-yxwxkw8kuc] {
    background: var(--ic-light);
}

.ic[data-tone=dark][b-yxwxkw8kuc] {
    background: var(--ic-dark);
}

.fb[b-yxwxkw8kuc] {
    background: var(--fb, var(--mute));
    color: #fff;
    color: contrast-color(var(--fb, var(--mute)));
    font-size: var(--text-lg);
    font-weight: var(--weight-bold);
    line-height: var(--leading-none);
}

img[b-yxwxkw8kuc] {
    width: var(--icon-lg);
    height: var(--icon-lg);
    object-fit: contain;
}
/* /Components/Dashboard/StatusDot.razor.rz.scp.css */
.dot[b-zg3jw1ye4v] {
    display: inline-block;
    width: var(--dot);
    height: var(--dot);
    border-radius: var(--radius-round);
    background: var(--status);
    flex: none;
}

.dot[data-pulse=true][data-status=up][b-zg3jw1ye4v] {
    --ring: var(--pulse-ring, var(--space-2xs));
    animation: pulse-b-zg3jw1ye4v var(--pulse-duration, 3s) ease-in-out infinite;
}

.dot[data-pulse=true][data-status=degraded][b-zg3jw1ye4v] {
    --ring: var(--pulse-ring, var(--space-xs));
    animation: pulse-b-zg3jw1ye4v var(--pulse-duration, 1.8s) ease-in-out infinite;
}

.dot[data-pulse=true][data-status=down][b-zg3jw1ye4v] {
    --ring: var(--pulse-ring, var(--space-sm));
    animation: pulse-b-zg3jw1ye4v var(--pulse-duration, 1s) ease-in-out infinite;
}

@keyframes pulse-b-zg3jw1ye4v {
    0% {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--status) 55%, transparent);
    }

    70%, 100% {
        box-shadow: 0 0 0 var(--ring) transparent;
    }
}
/* /Components/Dashboard/UptimeBars.razor.rz.scp.css */
.bars[b-h63cdtcqbq] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.track[b-h63cdtcqbq] {
    display: flex;
    align-items: stretch;
    gap: var(--space-3xs);
    height: var(--control-md);
}

.bar[b-h63cdtcqbq] {
    flex: 1 1 0;
    min-width: var(--space-3xs);
    border-radius: var(--radius-chip);
    background: var(--up);
    transition: transform var(--duration) var(--ease), filter var(--duration) var(--ease);
}

.bar:hover[b-h63cdtcqbq] {
    transform: scaleY(1.12);
    filter: brightness(1.15);
}

.bar[data-state=none][b-h63cdtcqbq] {
    background: var(--line);
}

.bar[data-state=ok][b-h63cdtcqbq] {
    background: var(--up);
}

.bar[data-state=minor][b-h63cdtcqbq] {
    background: color-mix(in srgb, var(--degraded) 55%, var(--up));
}

.bar[data-state=partial][b-h63cdtcqbq] {
    background: var(--degraded);
}

.bar[data-state=major][b-h63cdtcqbq] {
    background: var(--down);
}

.axis[b-h63cdtcqbq] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: var(--space-sm);
    color: var(--mute);
    font-size: var(--text-xs);
}

.overall[b-h63cdtcqbq] {
    color: var(--fg);
    font-weight: var(--weight-medium);
    font-variant-numeric: tabular-nums;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.wrap[b-a7q6tzrjwq] {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: var(--space-3xl) var(--space-2xl) var(--space-4xl);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-67370758mm],
.components-reconnect-repeated-attempt-visible[b-67370758mm],
.components-reconnect-failed-visible[b-67370758mm],
.components-pause-visible[b-67370758mm],
.components-resume-failed-visible[b-67370758mm],
.components-rejoining-animation[b-67370758mm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-67370758mm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-67370758mm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-67370758mm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-67370758mm],
#components-reconnect-modal.components-reconnect-retrying[b-67370758mm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-67370758mm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-67370758mm],
#components-reconnect-modal.components-reconnect-failed[b-67370758mm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-67370758mm] {
    display: block;
}


#components-reconnect-modal[b-67370758mm] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-67370758mm 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-67370758mm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-67370758mm 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-67370758mm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-67370758mm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-67370758mm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-67370758mm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-67370758mm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-67370758mm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-67370758mm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-67370758mm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-67370758mm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-67370758mm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-67370758mm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-67370758mm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-67370758mm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-67370758mm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-67370758mm {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.actions .ghost[b-wggwjyhgtf], .primary[b-wggwjyhgtf] {
    display: inline-flex;
    align-items: center;
    height: var(--control-lg);
    padding: 0 var(--space-lg);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    border-radius: var(--radius-chip);
}

.actions .ghost[b-wggwjyhgtf] {
    border: var(--border) solid var(--line);
    background: var(--card);
    color: var(--accent);
}

.primary[b-wggwjyhgtf] {
    background: var(--accent);
    color: #fff;
}

.table[b-wggwjyhgtf] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.rowline[b-wggwjyhgtf] {
    display: grid;
    grid-template-columns: var(--tile) minmax(0, 1fr) var(--dot) auto auto auto auto auto;
    gap: var(--space-md);
    align-items: center;
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    padding: var(--space-md) var(--space-card);
    box-shadow: var(--shadow);
}

.rowline[data-published=false][b-wggwjyhgtf] {
    opacity: .6;
}

.name[b-wggwjyhgtf] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.name b[b-wggwjyhgtf] {
    font-weight: var(--weight-semibold);
}

.name span[b-wggwjyhgtf] {
    color: var(--mute);
    font-size: var(--text-sm);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stat[b-wggwjyhgtf] {
    display: flex;
}

.count[b-wggwjyhgtf] {
    font-size: var(--text-sm);
    color: var(--mute);
    white-space: nowrap;
}

.chip[b-wggwjyhgtf], .ghost[b-wggwjyhgtf] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    height: var(--control-md);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-pill);
    padding: 0 var(--space-md);
    background: transparent;
    color: var(--fg);
    cursor: pointer;
    white-space: nowrap;
}

.chip[aria-pressed=true][b-wggwjyhgtf] {
    border-color: var(--up);
    color: var(--up);
    background: color-mix(in srgb, var(--up) 10%, transparent);
}

.ghost[b-wggwjyhgtf] {
    border-radius: var(--radius-chip);
}

.ghost.danger[b-wggwjyhgtf] {
    color: var(--down);
    border-color: var(--down);
}

.state[b-wggwjyhgtf], .notice[b-wggwjyhgtf] {
    color: var(--mute);
    padding: var(--space-xl) 0;
}

.state button[b-wggwjyhgtf] {
    display: block;
    margin-top: var(--space-md);
    height: var(--control-md);
    font: inherit;
    color: var(--accent);
    background: none;
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-md);
    cursor: pointer;
}

@media (max-width: 900px) {
    .rowline[b-wggwjyhgtf] {
        grid-template-columns: var(--tile) minmax(0, 1fr) var(--dot);
        row-gap: var(--space-sm);
    }

    .count[b-wggwjyhgtf], .chip[b-wggwjyhgtf], .ghost[b-wggwjyhgtf] {
        grid-column: 2 / span 2;
        justify-self: start;
    }
}
/* /Components/Pages/AdminCategories.razor.rz.scp.css */
.actions button[b-hux0fh4jfo] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    height: var(--control-lg);
    padding: 0 var(--space-lg);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    border-radius: var(--radius-chip);
    cursor: pointer;
}

.actions .primary[b-hux0fh4jfo] {
    border: 0;
    background: var(--accent);
    color: #fff;
}

.actions .ghost[b-hux0fh4jfo] {
    border: var(--border) solid var(--line);
    background: var(--card);
    color: var(--accent);
}

.actions button:disabled[b-hux0fh4jfo] {
    opacity: .5;
    cursor: default;
}

.hint[b-hux0fh4jfo] {
    margin: 0 0 var(--space-lg);
    max-width: 80ch;
    color: var(--mute);
    font-size: var(--text-sm);
}

.add[b-hux0fh4jfo] {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.add input[b-hux0fh4jfo] {
    appearance: none;
    flex: 1;
    max-width: 60ch;
    min-width: 0;
    height: var(--control-md);
    font: inherit;
    font-size: var(--text-sm);
    color: var(--fg);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-md);
}

.add input:focus[b-hux0fh4jfo] {
    outline: 0;
    border-color: var(--accent);
}

.add .ghost[b-hux0fh4jfo] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    height: var(--control-md);
    padding: 0 var(--space-lg);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    background: var(--card);
    color: var(--accent);
    cursor: pointer;
}

.add .ghost:disabled[b-hux0fh4jfo] {
    opacity: .5;
    cursor: default;
}

.addhint[b-hux0fh4jfo] {
    margin: var(--space-xs) 0 var(--space-xl);
    color: var(--mute);
    font-size: var(--text-xs);
}

.tags[b-hux0fh4jfo] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.tag[b-hux0fh4jfo] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2xs);
    height: var(--control-md);
    padding: 0 var(--space-2xs) 0 var(--space-md);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-pill);
    box-shadow: var(--shadow);
}

.tag input[b-hux0fh4jfo] {
    appearance: none;
    border: 0;
    background: none;
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    color: var(--fg);
    padding: 0;
    min-width: 0;
}

.tag input:focus[b-hux0fh4jfo] {
    outline: 0;
    color: var(--accent);
}

.remove[b-hux0fh4jfo] {
    appearance: none;
    display: inline-grid;
    place-items: center;
    width: var(--control-sm);
    height: var(--control-sm);
    border: 0;
    border-radius: var(--radius-round);
    background: transparent;
    color: var(--mute);
    font-size: var(--text-lg);
    line-height: var(--leading-none);
    cursor: pointer;
    transition: color var(--duration) var(--ease), background var(--duration) var(--ease);
}

.remove:hover:not(:disabled)[b-hux0fh4jfo] {
    background: var(--chip);
    color: var(--down);
}

.remove:disabled[b-hux0fh4jfo] {
    opacity: .4;
    cursor: default;
}

.confirm[b-hux0fh4jfo] {
    appearance: none;
    height: var(--control-sm);
    padding: 0 var(--space-md);
    border: var(--border) solid var(--down);
    border-radius: var(--radius-pill);
    background: transparent;
    color: var(--down);
    font: var(--weight-medium) var(--text-xs) / var(--leading-none) var(--font);
    white-space: nowrap;
    cursor: pointer;
}

.rowerror[b-hux0fh4jfo] {
    color: var(--down);
    font-size: var(--text-xs);
    padding-right: var(--space-sm);
}

.state[b-hux0fh4jfo], .notice[b-hux0fh4jfo] {
    color: var(--mute);
    padding: var(--space-xl) 0;
}

.state button[b-hux0fh4jfo] {
    display: block;
    margin-top: var(--space-md);
    height: var(--control-md);
    font: inherit;
    color: var(--accent);
    background: none;
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-md);
    cursor: pointer;
}
/* /Components/Pages/AdminData.razor.rz.scp.css */
.hint[b-rmxisj21qg] {
    margin: 0 0 var(--space-lg);
    max-width: 80ch;
    color: var(--mute);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
}

.panel[b-rmxisj21qg] {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-bottom: var(--space-lg);
    padding: var(--space-xl);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
}

h2[b-rmxisj21qg] {
    margin: 0;
    font-size: var(--text-xs);
    font-weight: var(--weight-semibold);
    color: var(--mute);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
}

.field[b-rmxisj21qg] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    font-size: var(--text-xs);
    color: var(--mute);
    min-width: 0;
}

.field input[b-rmxisj21qg], .field select[b-rmxisj21qg] {
    appearance: none;
    font: inherit;
    font-size: var(--text-sm);
    color: var(--fg);
    background: var(--bg);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-sm);
    height: var(--control-md);
    width: 100%;
}

.field input:focus[b-rmxisj21qg], .field select:focus[b-rmxisj21qg] {
    outline: 0;
    border-color: var(--accent);
}

.range[b-rmxisj21qg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: var(--space-md);
}

.action[b-rmxisj21qg] {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
}

.action > div[b-rmxisj21qg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-3xs);
    min-width: 0;
}

.action b[b-rmxisj21qg] {
    font-size: var(--text-sm);
    font-weight: var(--weight-semibold);
}

.action span[b-rmxisj21qg] {
    color: var(--mute);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
}

.ghost[b-rmxisj21qg] {
    appearance: none;
    flex: none;
    display: inline-flex;
    align-items: center;
    height: var(--control-md);
    padding: 0 var(--space-md);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    background: transparent;
    color: var(--fg);
    cursor: pointer;
    white-space: nowrap;
}

.ghost.danger[b-rmxisj21qg] {
    color: var(--down);
    border-color: var(--down);
}

.ghost:disabled[b-rmxisj21qg] {
    opacity: .5;
    cursor: default;
}

.state[b-rmxisj21qg], .notice[b-rmxisj21qg] {
    color: var(--mute);
    padding: var(--space-xl) 0;
}

.state button[b-rmxisj21qg] {
    display: block;
    margin-top: var(--space-md);
    height: var(--control-md);
    font: inherit;
    color: var(--accent);
    background: none;
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-md);
    cursor: pointer;
}

@media (max-width: 700px) {
    .action[b-rmxisj21qg] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/AdminDepartments.razor.rz.scp.css */
.actions button[b-mmntdeqe4r] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    height: var(--control-lg);
    padding: 0 var(--space-lg);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    border-radius: var(--radius-chip);
    cursor: pointer;
}

.actions .primary[b-mmntdeqe4r] {
    border: 0;
    background: var(--accent);
    color: #fff;
}

.actions .ghost[b-mmntdeqe4r] {
    border: var(--border) solid var(--line);
    background: var(--card);
    color: var(--accent);
}

.actions button:disabled[b-mmntdeqe4r] {
    opacity: .5;
    cursor: default;
}

.hint[b-mmntdeqe4r] {
    margin: 0 0 var(--space-lg);
    max-width: 80ch;
    color: var(--mute);
    font-size: var(--text-sm);
}

.table[b-mmntdeqe4r] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.rowline[b-mmntdeqe4r] {
    display: grid;
    grid-template-columns: var(--icon-xs) var(--icon-md) minmax(0, 2fr) 90px 80px auto auto;
    gap: var(--space-md);
    align-items: center;
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    padding: var(--space-md) var(--space-card);
    box-shadow: var(--shadow);
}

.pos[b-mmntdeqe4r] {
    color: var(--mute);
    font-size: var(--text-xs);
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.preview[b-mmntdeqe4r] {
    display: inline-grid;
    place-items: center;
    width: var(--icon-md);
    height: var(--icon-md);
    border-radius: var(--radius-round);
    background: var(--department, var(--mute));
    color: #fff;
    color: contrast-color(var(--department, var(--mute)));
    font-size: var(--text-2xs);
    font-weight: var(--weight-bold);
    line-height: var(--leading-none);
}

.cell[b-mmntdeqe4r] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    min-width: 0;
    font-size: var(--text-xs);
    color: var(--mute);
}

.cell input[b-mmntdeqe4r] {
    appearance: none;
    font: inherit;
    font-size: var(--text-sm);
    color: var(--fg);
    background: var(--bg);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-sm);
    width: 100%;
    height: var(--control-md);
    min-width: 0;
}

.cell input:focus[b-mmntdeqe4r] {
    outline: 0;
    border-color: var(--accent);
}

.cell.color input[b-mmntdeqe4r] {
    padding: var(--space-3xs);
    cursor: pointer;
}

.move[b-mmntdeqe4r] {
    display: flex;
    gap: var(--space-2xs);
}

.move button[b-mmntdeqe4r] {
    appearance: none;
    display: inline-grid;
    place-items: center;
    width: var(--control-md);
    height: var(--control-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    background: transparent;
    color: var(--fg);
    font-size: var(--text-md);
    line-height: var(--leading-none);
    cursor: pointer;
    transition: border-color var(--duration) var(--ease), color var(--duration) var(--ease);
}

.move button:hover:not(:disabled)[b-mmntdeqe4r] {
    border-color: var(--accent);
    color: var(--accent);
}

.move button:disabled[b-mmntdeqe4r] {
    opacity: .3;
    cursor: default;
}

.table .ghost[b-mmntdeqe4r] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    height: var(--control-md);
    padding: 0 var(--space-md);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    background: transparent;
    color: var(--fg);
    white-space: nowrap;
    cursor: pointer;
}

.table .ghost:disabled[b-mmntdeqe4r] {
    opacity: .5;
    cursor: default;
}

.table .ghost.danger[b-mmntdeqe4r] {
    color: var(--down);
    border-color: var(--down);
}

.rowerror[b-mmntdeqe4r] {
    grid-column: 1 / -1;
    margin: var(--space-2xs) 0 0;
    color: var(--down);
    font-size: var(--text-sm);
}

.state[b-mmntdeqe4r], .notice[b-mmntdeqe4r] {
    color: var(--mute);
    padding: var(--space-xl) 0;
}

.state button[b-mmntdeqe4r] {
    display: block;
    margin-top: var(--space-md);
    height: var(--control-md);
    font: inherit;
    color: var(--accent);
    background: none;
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-md);
    cursor: pointer;
}

@media (max-width: 1200px) {
    .rowline[b-mmntdeqe4r] {
        grid-template-columns: var(--icon-xs) var(--icon-md) minmax(0, 1fr) 90px;
        row-gap: var(--space-sm);
    }

    .cell.color[b-mmntdeqe4r], .move[b-mmntdeqe4r], .table .ghost[b-mmntdeqe4r] {
        grid-column: 3 / span 2;
    }
}
/* /Components/Pages/AdminEdit.razor.rz.scp.css */
.state[b-59ki40u2kh] {
    color: var(--mute);
    padding: var(--space-xl) 0;
}

.actions .primary[b-59ki40u2kh], .actions .ghost[b-59ki40u2kh] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--control-lg);
    padding: 0 var(--space-lg);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    border-radius: var(--radius-chip);
    cursor: pointer;
    white-space: nowrap;
}

.actions .primary[b-59ki40u2kh] {
    border: 0;
    background: var(--accent);
    color: #fff;
}

.actions .ghost[b-59ki40u2kh] {
    border: var(--border) solid var(--line);
    background: var(--card);
    color: var(--accent);
}

.actions .primary:disabled[b-59ki40u2kh], .actions .ghost:disabled[b-59ki40u2kh] {
    opacity: .5;
    cursor: default;
}
/* /Components/Pages/AdminHome.razor.rz.scp.css */
.cards[b-ivmky4nb3h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-lg);
}

.entry[b-ivmky4nb3h] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    padding: var(--space-xl);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
    transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.entry:hover[b-ivmky4nb3h] {
    border-color: var(--accent);
    transform: translateY(-1px);
}

h2[b-ivmky4nb3h] {
    margin: 0;
    font-size: var(--text-lg);
    font-weight: var(--weight-semibold);
}

p[b-ivmky4nb3h] {
    margin: 0;
    flex: 1;
    color: var(--mute);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
}

.go[b-ivmky4nb3h] {
    color: var(--accent);
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.top[b-kvxfq6g002] {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    flex-wrap: wrap;
    padding: var(--space-md) 0 var(--space-2xl);
}

h1[b-kvxfq6g002] {
    margin: 0;
    font-size: var(--text-2xl);
    font-weight: var(--weight-heading);
    letter-spacing: var(--tracking-tight);
    white-space: nowrap;
}

h1:focus[b-kvxfq6g002] {
    outline: 0;
}

.search[b-kvxfq6g002] {
    appearance: none;
    flex: 1;
    min-width: 240px;
    height: var(--control-lg);
    font: inherit;
    color: inherit;
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-icon);
    padding: 0 var(--space-md) 0 calc(var(--space-md) * 2 + var(--icon-xs));
    box-shadow: var(--shadow);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a94a6' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: var(--icon-xs);
    background-position: var(--space-md) center;
}

.search[b-kvxfq6g002]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.search:focus[b-kvxfq6g002] {
    outline: 0;
    border-color: var(--accent);
    box-shadow: 0 0 0 var(--outline-offset) color-mix(in srgb, var(--accent) 20%, transparent);
}

.board[b-kvxfq6g002] {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-top: var(--space-2xl);
}

.grid[b-kvxfq6g002] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--card-min), 100%), 1fr));
    gap: var(--space-lg);
}

.group[b-kvxfq6g002] {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    padding: var(--space-xl);
    background: var(--bg);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
}

.group h2[b-kvxfq6g002] {
    margin: 0;
    font-size: var(--text-lg);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-tight);
}

.grid.three[b-kvxfq6g002] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .grid.three[b-kvxfq6g002] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .grid.three[b-kvxfq6g002] {
        grid-template-columns: minmax(0, 1fr);
    }
}

.state[b-kvxfq6g002] {
    color: var(--mute);
    padding: var(--space-3xl) 0;
}

.state button[b-kvxfq6g002] {
    display: block;
    margin-top: var(--space-md);
    height: var(--control-md);
    font: inherit;
    color: var(--accent);
    background: none;
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    padding: 0 var(--space-md);
    cursor: pointer;
}

@media (max-width: 820px) {
    .top[b-kvxfq6g002] {
        padding-top: var(--space-4xl);
    }

    h1[b-kvxfq6g002] {
        white-space: normal;
    }
}
/* /Components/Theming/ThemeToggle.razor.rz.scp.css */
.toggle[b-pgs6ia20c7] {
    position: fixed;
    top: var(--space-md);
    right: var(--space-md);
    z-index: var(--z-sticky);
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    height: var(--control-sm);
    background: var(--card);
    color: var(--fg);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-pill);
    padding: 0 var(--space-md);
    font: var(--weight-medium) var(--text-xs) / var(--leading-none) var(--font);
    box-shadow: var(--shadow);
    cursor: pointer;
}

svg[b-pgs6ia20c7] {
    width: var(--icon-xs);
    height: var(--icon-xs);
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* /Components/Ui/Breadcrumbs.razor.rz.scp.css */
.crumbs[b-ui4k884ndu] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-2xs);
    font-size: var(--text-sm);
    color: var(--mute);
}

.crumbs a[b-ui4k884ndu] {
    color: var(--mute);
    border-radius: var(--radius-chip);
    transition: color var(--duration) var(--ease);
}

.crumbs a:hover[b-ui4k884ndu] {
    color: var(--accent);
}

.crumbs a:focus-visible[b-ui4k884ndu] {
    outline: var(--outline) solid var(--accent);
    outline-offset: var(--outline-offset);
}

.sep[b-ui4k884ndu] {
    color: var(--line);
}

.here[b-ui4k884ndu] {
    color: var(--fg);
    font-weight: var(--weight-medium);
}
/* /Components/Ui/DatePicker.razor.rz.scp.css */
.picker[b-uuj4flpjrq] {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--space-2xs);
}

.value[b-uuj4flpjrq] {
    appearance: none;
    flex: 1;
    min-width: 0;
    height: var(--control-md);
    padding: 0 var(--space-sm);
    font: inherit;
    font-size: var(--text-sm);
    font-variant-numeric: tabular-nums;
    color: var(--fg);
    background: var(--bg);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
}

.value:focus[b-uuj4flpjrq] {
    outline: 0;
    border-color: var(--accent);
}

.toggle[b-uuj4flpjrq] {
    appearance: none;
    flex: none;
    display: inline-grid;
    place-items: center;
    width: var(--control-md);
    height: var(--control-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    background: var(--bg);
    color: var(--mute);
    cursor: pointer;
    transition: border-color var(--duration) var(--ease), color var(--duration) var(--ease);
}

.toggle:hover[b-uuj4flpjrq] {
    border-color: var(--accent);
    color: var(--accent);
}

svg[b-uuj4flpjrq] {
    width: var(--icon-xs);
    height: var(--icon-xs);
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.veil[b-uuj4flpjrq] {
    position: fixed;
    inset: 0;
    z-index: var(--z-overlay);
}

.pop[b-uuj4flpjrq] {
    position: absolute;
    top: calc(var(--control-md) + var(--space-2xs));
    left: 0;
    z-index: calc(var(--z-overlay) + 1);
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    padding: var(--space-md);
    background: var(--card);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow);
}

.nav[b-uuj4flpjrq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-sm);
}

.nav span[b-uuj4flpjrq] {
    font-size: var(--text-sm);
    font-weight: var(--weight-semibold);
}

.nav button[b-uuj4flpjrq] {
    appearance: none;
    display: inline-grid;
    place-items: center;
    width: var(--control-sm);
    height: var(--control-sm);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-chip);
    background: transparent;
    color: var(--fg);
    font-size: var(--text-md);
    line-height: var(--leading-none);
    cursor: pointer;
}

.nav button:hover[b-uuj4flpjrq] {
    border-color: var(--accent);
    color: var(--accent);
}

.grid[b-uuj4flpjrq] {
    display: grid;
    grid-template-columns: repeat(7, var(--control-sm));
    gap: var(--space-3xs);
}

.wd[b-uuj4flpjrq] {
    display: inline-grid;
    place-items: center;
    height: var(--control-sm);
    color: var(--mute);
    font-size: var(--text-2xs);
    font-weight: var(--weight-semibold);
    text-transform: uppercase;
}

.day[b-uuj4flpjrq] {
    appearance: none;
    display: inline-grid;
    place-items: center;
    width: var(--control-sm);
    height: var(--control-sm);
    border: var(--border) solid transparent;
    border-radius: var(--radius-chip);
    background: transparent;
    color: var(--fg);
    font: var(--weight-medium) var(--text-xs) / var(--leading-none) var(--font);
    font-variant-numeric: tabular-nums;
    cursor: pointer;
    transition: background var(--duration) var(--ease);
}

.day:hover[b-uuj4flpjrq] {
    background: var(--chip);
}

.day[data-outside=true][b-uuj4flpjrq] {
    color: var(--mute);
    opacity: .5;
}

.day[data-today=true][b-uuj4flpjrq] {
    border-color: var(--accent);
}

.day[data-selected=true][b-uuj4flpjrq] {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.foot[b-uuj4flpjrq] {
    display: flex;
    justify-content: flex-end;
}

.today[b-uuj4flpjrq] {
    appearance: none;
    border: 0;
    background: none;
    padding: 0 var(--space-2xs);
    color: var(--accent);
    font: var(--weight-medium) var(--text-sm) / var(--leading-none) var(--font);
    cursor: pointer;
}
/* /Components/Ui/Icon.razor.rz.scp.css */
.ico[b-x3mravzl4h] {
    flex: none;
    width: var(--icon-size, var(--icon-2xs));
    height: var(--icon-size, var(--icon-2xs));
    fill: none;
    stroke: currentColor;
    stroke-width: var(--icon-stroke, 2);
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* /Components/Ui/InfoTip.razor.rz.scp.css */
.tip[b-lt038opopr] {
    position: relative;
    z-index: var(--z-sticky);
    display: inline-flex;
    vertical-align: middle;
    margin-left: var(--space-2xs);
}

.mark[b-lt038opopr] {
    appearance: none;
    display: inline-grid;
    place-items: center;
    width: var(--icon-2xs);
    height: var(--icon-2xs);
    padding: 0;
    border: var(--border) solid var(--line);
    border-radius: var(--radius-round);
    background: var(--card);
    color: var(--mute);
    font: var(--weight-bold) var(--text-2xs) / var(--leading-none) var(--font);
    cursor: help;
    transition: border-color var(--duration) var(--ease), color var(--duration) var(--ease);
}

.mark:hover[b-lt038opopr],
.mark:focus-visible[b-lt038opopr] {
    border-color: var(--accent);
    color: var(--accent);
    outline: 0;
}

.bubble[b-lt038opopr] {
    position: absolute;
    bottom: calc(100% + var(--space-sm));
    left: 50%;
    translate: -50% 0;
    z-index: var(--z-overlay);
    width: max-content;
    max-width: 30ch;
    padding: var(--space-sm) var(--space-md);
    border: var(--border) solid var(--line);
    border-radius: var(--radius-icon);
    background: var(--card);
    color: var(--fg);
    box-shadow: var(--shadow);
    font-size: var(--text-xs);
    font-weight: var(--weight-normal);
    line-height: var(--leading-normal);
    text-align: left;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    translate: -50% var(--space-2xs);
    transition: opacity var(--duration) var(--ease), translate var(--duration) var(--ease), visibility var(--duration);
}

.bubble[b-lt038opopr]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% -50%;
    width: var(--space-sm);
    height: var(--space-sm);
    rotate: 45deg;
    background: var(--card);
    border-right: var(--border) solid var(--line);
    border-bottom: var(--border) solid var(--line);
}

.tip:hover .bubble[b-lt038opopr],
.mark:focus-visible + .bubble[b-lt038opopr] {
    opacity: 1;
    visibility: visible;
    translate: -50% 0;
}
/* /Components/Ui/PageHeader.razor.rz.scp.css */
.top[b-1xaqoac6ee] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: var(--space-2xl);
    padding: var(--space-4xl) 0 var(--space-2xl);
}

.lead[b-1xaqoac6ee] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs);
    min-width: 0;
}

h1[b-1xaqoac6ee] {
    margin: 0;
    font-size: var(--text-2xl);
    font-weight: var(--weight-heading);
    letter-spacing: var(--tracking-tight);
}

h1:focus[b-1xaqoac6ee] {
    outline: 0;
}

.actions[b-1xaqoac6ee] {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    margin-left: auto;
}
