/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.admin-login-shell[b-f3juar20ph] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.admin-shell[b-o4gnzpghu3] {
    --nc-neon-dim: rgba(109, 255, 170, 0.14);
    --nc-neon-glow: rgba(109, 255, 170, 0.45);
    --nc-surface: rgba(12, 14, 13, 0.72);
    --nc-surface-elevated: rgba(18, 22, 20, 0.82);
    --nc-border: rgba(255, 255, 255, 0.08);
    --nc-border-accent: rgba(109, 255, 170, 0.22);
    --nc-radius: 14px;

    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px 1fr;
    isolation: isolate;
}

.admin-shell__vignette[b-o4gnzpghu3] {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 75% 65% at 50% 45%, transparent 0%, rgba(8, 4, 2, 0.55) 100%);
}

.admin-shell__sidebar[b-o4gnzpghu3],
.admin-shell__main[b-o4gnzpghu3] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.admin-shell__sidebar[b-o4gnzpghu3] {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(10, 14, 12, 0.88) 100%);
    border-right: 1px solid rgba(100, 170, 120, 0.22);
    box-shadow: 4px 0 28px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.admin-shell__main[b-o4gnzpghu3] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 1.25rem;
    box-sizing: border-box;
}

.admin-shell__panel[b-o4gnzpghu3] {
    position: relative;
    flex: 1;
    padding: 1.35rem 1.25rem 1.5rem;
    min-height: 0;
    background: linear-gradient(168deg, rgba(20, 16, 10, 0.82) 0%, rgba(6, 5, 3, 0.92) 100%);
    border: 1px solid rgba(102, 173, 98, 0.2);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.5),
        0 20px 56px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-shell__panel-hud[b-o4gnzpghu3] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(102, 173, 98, 0.4) 22%, rgba(70, 135, 84, 0.45) 50%, rgba(102, 173, 98, 0.4) 78%, transparent 100%);
    box-shadow: 0 0 16px rgba(90, 200, 120, 0.14);
    pointer-events: none;
}

.admin-shell__panel[b-o4gnzpghu3]::before,
.admin-shell__panel[b-o4gnzpghu3]::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(102, 173, 98, 0.45);
    pointer-events: none;
    opacity: 0.9;
}

.admin-shell__panel[b-o4gnzpghu3]::before {
    top: 6px;
    left: 6px;
    border-right: none;
    border-bottom: none;
}

.admin-shell__panel[b-o4gnzpghu3]::after {
    bottom: 6px;
    right: 6px;
    border-left: none;
    border-top: none;
}

@media (max-width: 900px) {
    .admin-shell[b-o4gnzpghu3] {
        grid-template-columns: 1fr;
    }

    .admin-shell__sidebar[b-o4gnzpghu3],
    .admin-shell__main[b-o4gnzpghu3] {
        min-height: 0;
    }

    .admin-shell__sidebar[b-o4gnzpghu3] {
        border-right: 0;
        border-bottom: 1px solid rgba(100, 170, 120, 0.22);
    }
}

#blazor-error-ui[b-o4gnzpghu3] {
    color-scheme: dark;
    background: #3a1515;
    color: #f5d0d0;
    border-top: 1px solid rgba(220, 107, 107, 0.45);
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem 0.8rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-o4gnzpghu3] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui a[b-o4gnzpghu3] {
    color: #6dffaa;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-1xxyhfjg50] {
    padding: 1rem 0.85rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: 100%;
    box-sizing: border-box;
}

.nav-shell__brand[b-1xxyhfjg50] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.15rem 0.2rem 0.85rem;
    border-bottom: 1px solid rgba(109, 255, 170, 0.16);
    text-decoration: none;
    color: inherit;
}

.nav-shell__brand:hover[b-1xxyhfjg50],
.nav-shell__brand:focus-visible[b-1xxyhfjg50] {
    text-decoration: none;
    color: inherit;
}

.nav-shell__logo[b-1xxyhfjg50] {
    display: block;
    flex: 0 0 auto;
    width: 72px;
    height: auto;
    object-fit: contain;
}

.nav-shell__brand-text[b-1xxyhfjg50] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
    min-width: 0;
    text-align: right;
}

.nav-shell__brand-mark[b-1xxyhfjg50] {
    font-family: var(--nc-font-display);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f4faf4;
    text-shadow: 0 0 18px rgba(109, 255, 170, 0.28);
    line-height: 1.1;
}

.nav-shell__brand-sub[b-1xxyhfjg50] {
    font-family: var(--nc-font-mono);
    font-size: var(--admin-font-label);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e8b872;
}

.nav-shell__session[b-1xxyhfjg50] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin: 0 0.1rem;
    padding: 0.7rem 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.nav-shell__session-operator[b-1xxyhfjg50] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.65rem;
    min-width: 0;
}

.nav-shell__session-kicker[b-1xxyhfjg50] {
    font-family: var(--nc-font-mono);
    font-size: var(--admin-font-label);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93a399;
    flex: 0 0 auto;
}

.nav-shell__session-name[b-1xxyhfjg50] {
    font-family: var(--nc-font-display);
    font-size: var(--admin-font-body);
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #f4faf4;
    line-height: 1.15;
    text-align: right;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-shell__session-meta[b-1xxyhfjg50] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.nav-shell__session-rank[b-1xxyhfjg50] {
    font-family: var(--nc-font-mono);
    font-size: var(--admin-font-label);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e8b872;
}

.nav-shell__logout[b-1xxyhfjg50] {
    color: #d89a9a;
    text-decoration: none;
    font-family: var(--nc-font-mono);
    font-size: var(--admin-font-label);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-shell__logout:hover[b-1xxyhfjg50],
.nav-shell__logout:focus-visible[b-1xxyhfjg50] {
    color: #ffc8c8;
    text-decoration: none;
}

.nav-shell__nav[b-1xxyhfjg50] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nav-shell__section[b-1xxyhfjg50] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.nav-shell__section-label[b-1xxyhfjg50] {
    font-family: var(--nc-font-mono);
    font-size: var(--admin-font-label);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e8b872;
    padding: 0 0.5rem 0.35rem;
}

.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__link,
.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__sublink {
    display: block;
    border-radius: 10px;
    padding: 0.48rem 0.65rem;
    color: #c5d4c8;
    text-decoration: none;
    text-underline-offset: 0;
    -webkit-text-decoration: none;
    font-size: var(--admin-font-table);
    border: 1px solid transparent;
    transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}

.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__link:hover,
.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__sublink:hover,
.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__link:focus-visible,
.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__sublink:focus-visible {
    background: rgba(109, 255, 170, 0.08);
    color: #f4faf4;
    border-color: rgba(109, 255, 170, 0.2);
    text-decoration: none;
}

.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__link:visited,
.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__sublink:visited {
    color: #c5d4c8;
    text-decoration: none;
}

.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__link.active,
.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__sublink.active {
    background: rgba(109, 255, 170, 0.12);
    color: #6dffaa;
    border-color: rgba(109, 255, 170, 0.3);
    box-shadow: inset 3px 0 0 #6dffaa;
}

.nav-shell__group[b-1xxyhfjg50] {
    margin: 0;
}

.nav-shell__toggle[b-1xxyhfjg50] {
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.nav-shell__toggle[b-1xxyhfjg50]::-webkit-details-marker {
    display: none;
}

.nav-shell__toggle[b-1xxyhfjg50]::after {
    content: "▸";
    float: right;
    color: #93a399;
    transition: transform 0.12s ease, color 0.12s ease;
}

.nav-shell__group[open] .nav-shell__toggle[b-1xxyhfjg50]::after {
    transform: rotate(90deg);
    color: #6dffaa;
}

.nav-shell__submenu[b-1xxyhfjg50] {
    margin: 0.15rem 0 0.35rem;
    padding-left: 0.55rem;
    border-left: 1px solid rgba(109, 255, 170, 0.2);
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.nav-shell__nav[b-1xxyhfjg50]  .nav-shell__sublink {
    font-size: var(--admin-font-small);
    padding: 0.38rem 0.55rem;
    color: #a8b9ad;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fxeiz0nwk6],
.components-reconnect-repeated-attempt-visible[b-fxeiz0nwk6],
.components-reconnect-failed-visible[b-fxeiz0nwk6],
.components-pause-visible[b-fxeiz0nwk6],
.components-resume-failed-visible[b-fxeiz0nwk6],
.components-rejoining-animation[b-fxeiz0nwk6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fxeiz0nwk6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fxeiz0nwk6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fxeiz0nwk6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fxeiz0nwk6],
#components-reconnect-modal.components-reconnect-retrying[b-fxeiz0nwk6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fxeiz0nwk6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fxeiz0nwk6],
#components-reconnect-modal.components-reconnect-failed[b-fxeiz0nwk6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fxeiz0nwk6] {
    display: block;
}


#components-reconnect-modal[b-fxeiz0nwk6] {
    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-fxeiz0nwk6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fxeiz0nwk6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fxeiz0nwk6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fxeiz0nwk6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fxeiz0nwk6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fxeiz0nwk6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fxeiz0nwk6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fxeiz0nwk6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fxeiz0nwk6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fxeiz0nwk6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fxeiz0nwk6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fxeiz0nwk6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fxeiz0nwk6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fxeiz0nwk6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fxeiz0nwk6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fxeiz0nwk6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fxeiz0nwk6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fxeiz0nwk6 {
    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/Neocron/ItemIcon.razor.rz.scp.css */
.item-icon-slot[b-vgu7tva8xb] {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    vertical-align: middle;
}

.item-icon[b-vgu7tva8xb] {
    display: block;
    width: auto;
    max-width: 22px;
    height: 22px;
    max-height: 22px;
    object-fit: contain;
}
/* /Components/Neocron/RunnerItemLabel.razor.rz.scp.css */
.runner-item-icon-cell[b-m3dnx39hm4] {
    width: 2rem;
    max-width: 2rem;
    padding: 0.2rem 0.15rem 0.2rem 0.35rem;
    vertical-align: middle;
    text-align: center;
    border-right: 0;
}

.runner-item-icon-slot[b-m3dnx39hm4] {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.runner-item-icon[b-m3dnx39hm4] {
    display: block;
    flex-shrink: 0;
    height: 22px;
    max-height: 22px;
    max-width: 22px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}

.runner-item-name-cell[b-m3dnx39hm4] {
    padding-left: 0;
    vertical-align: middle;
    border-left: 0;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.admin-login[b-qynx7pt8eq] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    box-sizing: border-box;
}

.admin-login__panel[b-qynx7pt8eq] {
    position: relative;
    width: min(420px, 100%);
    padding: 2rem 1.6rem 1.75rem;
    text-align: center;
    background: linear-gradient(168deg, rgba(20, 16, 10, 0.88) 0%, rgba(6, 5, 3, 0.94) 100%);
    border: 1px solid rgba(102, 173, 98, 0.28);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.5),
        0 24px 56px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-login__panel[b-qynx7pt8eq]::before,
.admin-login__panel[b-qynx7pt8eq]::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(102, 173, 98, 0.5);
    pointer-events: none;
}

.admin-login__panel[b-qynx7pt8eq]::before {
    top: 6px;
    left: 6px;
    border-right: none;
    border-bottom: none;
}

.admin-login__panel[b-qynx7pt8eq]::after {
    bottom: 6px;
    right: 6px;
    border-left: none;
    border-top: none;
}

.admin-login__logo[b-qynx7pt8eq] {
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto 1.15rem;
    object-fit: contain;
}

.admin-login__eyebrow[b-qynx7pt8eq] {
    font-family: var(--nc-font-mono);
    font-size: var(--admin-font-label);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e8b872;
    margin-bottom: 0.35rem;
}

.admin-login__title[b-qynx7pt8eq] {
    font-family: var(--nc-font-display);
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 1.25rem;
    color: #f4faf4;
}

.admin-login__error[b-qynx7pt8eq] {
    margin: 0 0 0.9rem;
    padding: 0.55rem 0.7rem;
    border-radius: 8px;
    border: 1px solid rgba(220, 107, 107, 0.4);
    background: rgba(220, 107, 107, 0.12);
    color: #f0b8b8;
    font-size: var(--admin-font-small);
    text-align: left;
}

.admin-login__form[b-qynx7pt8eq] {
    text-align: left;
}

.admin-login__field[b-qynx7pt8eq] {
    margin-bottom: 0.85rem;
}

.admin-login__field label[b-qynx7pt8eq] {
    display: block;
    font-family: var(--nc-font-mono);
    font-size: var(--admin-font-label);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #93a399;
    margin-bottom: 0.3rem;
}

.admin-login__field input[b-qynx7pt8eq] {
    width: 100%;
    box-sizing: border-box;
    color: #dbe8db;
    background: rgba(8, 12, 10, 0.9);
    border: 1px solid rgba(100, 180, 120, 0.28);
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
    outline: none;
    font-family: inherit;
    font-size: var(--admin-font-body);
}

.admin-login__field input:focus[b-qynx7pt8eq] {
    border-color: rgba(109, 255, 170, 0.55);
    box-shadow: 0 0 0 0.15rem rgba(109, 255, 170, 0.22);
}

.admin-login__submit[b-qynx7pt8eq] {
    width: 100%;
    margin-top: 0.35rem;
    border: 1px solid rgba(109, 255, 170, 0.45);
    border-radius: 999px;
    padding: 0.7rem 1rem;
    font-family: var(--nc-font-display);
    font-size: var(--admin-font-body);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #071209;
    background: linear-gradient(180deg, #3ecf7a 0%, #2f8f4a 100%);
    box-shadow: 0 0 20px rgba(109, 255, 170, 0.2);
    cursor: pointer;
}

.admin-login__submit:hover[b-qynx7pt8eq] {
    background: linear-gradient(180deg, #54e08c 0%, #3aa85a 100%);
}

.admin-login__fallback[b-qynx7pt8eq] {
    margin: 0;
    color: #93a399;
    font-size: var(--admin-font-small);
}
/* /Components/Pages/Neocron/Apartment.razor.rz.scp.css */
.basic-table[b-e8gybpolh3] {
    width: 100%;
}

.basic-table th[b-e8gybpolh3],
.basic-table td[b-e8gybpolh3] {
    padding: 0.35rem 0.5rem;
    text-align: left;
}

.basic-table tr[b-e8gybpolh3] {
    vertical-align: top;
}
/* /Components/Pages/Neocron/Clan.razor.rz.scp.css */
.clan-overview__header[b-rnytfwhf2m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1.25rem;
}

.clan-overview__faction-logo[b-rnytfwhf2m] {
    height: 110px;
    width: auto;
    margin-bottom: 0.75rem;
}

.clan-overview__title[b-rnytfwhf2m] {
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0.02em;
}

.clan-overview__shortname[b-rnytfwhf2m] {
    display: block;
    margin-top: 0.2rem;
    color: var(--nc-text-muted, #9aa39a);
    font-weight: 500;
    /* Two relative size steps under the clan title. */
    font-size: 69.4%;
    letter-spacing: 0.04em;
    text-transform: none;
}

.clan-overview__details[b-rnytfwhf2m] {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.clan-overview__facts[b-rnytfwhf2m] {
    margin: 0;
}

.clan-overview__fact[b-rnytfwhf2m] {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 0.5rem 1rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.clan-overview__fact:last-child[b-rnytfwhf2m] {
    border-bottom: none;
}

.clan-overview__fact dt[b-rnytfwhf2m] {
    margin: 0;
    font-weight: 600;
    color: var(--nc-text-muted, #9aa39a);
}

.clan-overview__fact dd[b-rnytfwhf2m] {
    margin: 0;
}

.clan-overview__members[b-rnytfwhf2m] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 900px) {
    .clan-overview__members[b-rnytfwhf2m] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Neocron/Runner.razor.rz.scp.css */
.no-border-table[b-jbmpd3492r],
.no-border-table th[b-jbmpd3492r],
.no-border-table td[b-jbmpd3492r] {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.basic-table[b-jbmpd3492r],
.faction-table[b-jbmpd3492r] {
    width: 100%;
}

.basic-table th[b-jbmpd3492r],
.basic-table td[b-jbmpd3492r] {
    padding: 0.35rem 0.5rem;
    text-align: left;
}

.basic-table tr[b-jbmpd3492r] {
    vertical-align: top;
}

.faction-table[b-jbmpd3492r] {
    margin-bottom: 1rem;
}

.faction-table th[b-jbmpd3492r],
.faction-table td[b-jbmpd3492r] {
    padding: 0.5rem;
    text-align: center;
}

.faction-section[b-jbmpd3492r] {
    margin: 1.5rem 0;
}

.runner-loading[b-jbmpd3492r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50vh;
    padding: 2rem 1rem;
}

.runner-item-tabs[b-jbmpd3492r] {
    overflow: hidden;
}

.runner-item-tabs > .table[b-jbmpd3492r] {
    margin-bottom: 0;
}

.runner-item-tabs > .table > :not(caption) > * > *[b-jbmpd3492r] {
    border-top-width: 0;
}

.runner-item-tabs > .table thead th:first-child[b-jbmpd3492r],
.runner-item-tabs > .table tbody td:first-child[b-jbmpd3492r],
.runner-item-tabs > .table tbody th:first-child[b-jbmpd3492r] {
    border-left: 0;
}

.runner-item-tabs > .table thead th:last-child[b-jbmpd3492r],
.runner-item-tabs > .table tbody td:last-child[b-jbmpd3492r] {
    border-right: 0;
}

.runner-item-tabs > .table tbody tr:last-child > *[b-jbmpd3492r] {
    border-bottom: 0;
}

.runner-slot-header[b-jbmpd3492r] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 1rem;
    row-gap: 0.5rem;
}

.runner-slot-bar[b-jbmpd3492r] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem 1.25rem;
}

.runner-slot-item[b-jbmpd3492r] {
    white-space: nowrap;
}

.runner-slot-download[b-jbmpd3492r] {
    justify-self: end;
}

@media (max-width: 768px) {
    .runner-slot-header[b-jbmpd3492r] {
        grid-template-columns: 1fr;
    }

    .runner-slot-download[b-jbmpd3492r] {
        justify-self: center;
    }
}
/* /Components/Pages/Neocron/TechList.razor.rz.scp.css */
.tech-table[b-90e7ser38l] {
    width: 100%;
    margin-top: 1rem;
}

.tech-table th[b-90e7ser38l],
.tech-table td[b-90e7ser38l] {
    padding: var(--admin-table-cell-padding);
    text-align: center;
    vertical-align: middle;
}

.tech-table td:first-child[b-90e7ser38l] {
    text-align: left;
    font-weight: 500;
}

.tech-table .build-column[b-90e7ser38l] {
    background: var(--admin-table-accent-bg);
    border-color: var(--admin-table-accent-border);
    color: var(--admin-table-accent-color);
    font-weight: 700;
}
/* /Components/ToastHost.razor.rz.scp.css */
.admin-toast-host[b-7k18qewqpm] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: min(28rem, calc(100vw - 2rem));
    pointer-events: none;
}

.admin-toast[b-7k18qewqpm] {
    pointer-events: auto;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(100, 180, 120, 0.28);
    background: rgba(10, 14, 12, 0.94);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    color: var(--nc-text);
    animation: admin-toast-in-b-7k18qewqpm 0.18s ease-out;
}

.admin-toast--success[b-7k18qewqpm] {
    border-color: rgba(109, 255, 170, 0.45);
    background: linear-gradient(168deg, rgba(18, 42, 28, 0.96), rgba(8, 14, 10, 0.96));
}

.admin-toast--error[b-7k18qewqpm] {
    border-color: rgba(220, 107, 107, 0.5);
    background: linear-gradient(168deg, rgba(48, 18, 18, 0.96), rgba(14, 8, 8, 0.96));
}

.admin-toast--info[b-7k18qewqpm] {
    border-color: rgba(232, 184, 114, 0.4);
}

.admin-toast__body[b-7k18qewqpm] {
    flex: 1;
    min-width: 0;
    font-size: 1rem;
    line-height: 1.45;
    word-break: break-word;
}

.admin-toast__close[b-7k18qewqpm] {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--nc-text-muted);
    font-size: 1.35rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.admin-toast__close:hover[b-7k18qewqpm] {
    color: #f4faf4;
}

@keyframes admin-toast-in-b-7k18qewqpm {
    from {
        opacity: 0;
        transform: translateY(-0.4rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
