/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-login-form[b-t3738zwqgp] {
    margin-top: 0.75rem;
}

.external-login-list[b-t3738zwqgp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-ugkeog1r0z] {
    --admin-border: rgba(190, 178, 255, 0.18);
    --admin-text: #f8f7ff;
    --admin-muted: #a8a8c7;
    --admin-primary: #8d6cff;
    --admin-secondary: #f36fd6;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 17.5rem minmax(0, 1fr);
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 5%, rgba(139, 92, 246, 0.68), transparent 28rem),
        radial-gradient(circle at 82% 9%, rgba(244, 114, 182, 0.38), transparent 24rem),
        radial-gradient(circle at 88% 88%, rgba(104, 91, 255, 0.58), transparent 26rem),
        linear-gradient(135deg, #17172b 0%, #141522 42%, #252044 100%);
    color: var(--admin-text);
}

.admin-layout[b-ugkeog1r0z]::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 5rem 5rem;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
}

.admin-layout[b-ugkeog1r0z]::after {
    content: "";
    position: fixed;
    inset: auto 8% -7rem 26%;
    height: 14rem;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(134, 92, 255, 0.44);
    filter: blur(5rem);
}

.admin-sidebar[b-ugkeog1r0z],
.admin-topbar[b-ugkeog1r0z] {
    border: 1px solid var(--admin-border);
    background: linear-gradient(180deg, rgba(38, 40, 68, 0.74), rgba(20, 22, 40, 0.68));
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(22px);
}

.admin-sidebar[b-ugkeog1r0z] {
    position: sticky;
    top: 1rem;
    z-index: 4;
    height: calc(100vh - 2rem);
    margin: 1rem 0 1rem 1rem;
    padding: 1.25rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.admin-brand[b-ugkeog1r0z] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.admin-brand-copy[b-ugkeog1r0z] {
    min-width: 0;
}

.admin-brand-mark[b-ugkeog1r0z] {
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent),
        linear-gradient(135deg, var(--admin-primary), var(--admin-secondary));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.18) inset,
        0 1rem 2.25rem rgba(139, 92, 246, 0.42);
    flex: 0 0 auto;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.admin-brand-mark:hover[b-ugkeog1r0z],
.admin-brand-mark:focus-visible[b-ugkeog1r0z] {
    color: #ffffff;
    filter: brightness(1.08);
    transform: translateY(-0.0625rem);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.28) inset,
        0 1.125rem 2.5rem rgba(139, 92, 246, 0.52);
}

.admin-brand-mark:focus-visible[b-ugkeog1r0z] {
    outline: 2px solid rgba(255, 255, 255, 0.74);
    outline-offset: 3px;
}

.admin-brand-title[b-ugkeog1r0z],
.admin-topbar-title[b-ugkeog1r0z] {
    color: var(--admin-text);
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.admin-muted[b-ugkeog1r0z] {
    color: var(--admin-muted);
}

.admin-nav[b-ugkeog1r0z] {
    flex: 1;
}

.admin-nav[b-ugkeog1r0z]  .mud-nav-link {
    min-height: 2.75rem;
    margin-bottom: 0.375rem;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #c9c7e7;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.admin-nav[b-ugkeog1r0z]  .mud-nav-link:hover {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
    transform: translateX(0.125rem);
}

.admin-nav[b-ugkeog1r0z]  .mud-nav-link.active {
    border-color: rgba(255, 255, 255, 0.26);
    background: linear-gradient(135deg, rgba(141, 108, 255, 0.96), rgba(243, 111, 214, 0.66));
    color: #ffffff;
    box-shadow: 0 0.875rem 2rem rgba(141, 108, 255, 0.34);
}

.admin-nav[b-ugkeog1r0z]  .mud-nav-link .mud-nav-link-icon,
.admin-nav[b-ugkeog1r0z]  .mud-nav-link.active .mud-nav-link-icon {
    color: inherit;
}

.admin-workspace[b-ugkeog1r0z] {
    min-width: 0;
    position: relative;
    z-index: 2;
}

.admin-topbar[b-ugkeog1r0z] {
    position: sticky;
    top: 1rem;
    z-index: 3;
    min-height: 5rem;
    margin: 1rem 1rem 0;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.admin-topbar-actions[b-ugkeog1r0z] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
    position: relative;
}

.admin-account-menu[b-ugkeog1r0z] {
    position: relative;
}

.admin-account-menu[open] .admin-account-trigger[b-ugkeog1r0z] {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
}

.admin-account-trigger[b-ugkeog1r0z] {
    min-height: 2.25rem;
    max-width: min(18rem, 42vw);
    display: grid;
    grid-template-columns: 1.75rem minmax(0, 1fr) 1.25rem;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.625rem 0.25rem 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    cursor: pointer;
    list-style: none;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.admin-account-trigger[b-ugkeog1r0z]::-webkit-details-marker {
    display: none;
}

.admin-account-trigger:hover[b-ugkeog1r0z],
.admin-account-trigger:focus-visible[b-ugkeog1r0z] {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0.75rem 1.75rem rgba(141, 108, 255, 0.16);
    outline: none;
}

.admin-account-avatar[b-ugkeog1r0z] {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent),
        linear-gradient(135deg, #ff9ccf, #8d6cff 54%, #56c7ff);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

.admin-account-email[b-ugkeog1r0z] {
    min-width: 0;
    overflow: hidden;
    color: #f8f7ff;
    font-size: 0.8125rem;
    font-weight: 650;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-account-dropdown[b-ugkeog1r0z] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 8;
    min-width: 11rem;
    padding: 0.375rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(28, 29, 52, 0.96);
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(18px);
}

.admin-account-form[b-ugkeog1r0z] {
    margin: 0;
}

.admin-account-logout[b-ugkeog1r0z] {
    width: 100%;
    min-height: 2.25rem;
    border: 0;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.625rem;
    color: #f8f7ff;
    background: transparent;
    font: inherit;
    font-size: 0.875rem;
    cursor: pointer;
    text-align: left;
    transition: background-color 160ms ease, color 160ms ease;
}

.admin-account-logout:hover[b-ugkeog1r0z],
.admin-account-logout:focus-visible[b-ugkeog1r0z] {
    color: #ffffff;
    background: rgba(243, 111, 214, 0.16);
    outline: none;
}

.admin-body[b-ugkeog1r0z] {
    padding: 1rem 1rem 2.5rem;
}

.admin-body[b-ugkeog1r0z]  .mud-button-filled-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #8d6cff, #f36fd6);
    box-shadow: 0 0.875rem 1.875rem rgba(141, 108, 255, 0.28);
}

.admin-body[b-ugkeog1r0z]  .mud-button-outlined {
    border-color: rgba(255, 255, 255, 0.18);
    color: #f5f3ff;
    background: rgba(255, 255, 255, 0.055);
}

.admin-body[b-ugkeog1r0z]  .mud-button-text {
    color: #ddd7ff;
}

.admin-body[b-ugkeog1r0z]  .mud-input-control,
.admin-body[b-ugkeog1r0z]  .mud-input-label {
    color: var(--admin-muted);
}

.admin-body[b-ugkeog1r0z]  .mud-input-outlined {
    color: var(--admin-text);
    background: rgba(255, 255, 255, 0.045);
}

.admin-body[b-ugkeog1r0z]  .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.16);
}

.admin-body[b-ugkeog1r0z]  .mud-input-adornment .mud-icon-root,
.admin-body[b-ugkeog1r0z]  .mud-input-root,
.admin-body[b-ugkeog1r0z]  .mud-select-input {
    color: var(--admin-text);
}

.admin-body[b-ugkeog1r0z]  .mud-table {
    color: #ebe9ff;
    background: transparent;
}

.admin-body[b-ugkeog1r0z]  .mud-table-container,
.admin-body[b-ugkeog1r0z]  .mud-table-root {
    background: transparent;
}

.admin-body[b-ugkeog1r0z]  .mud-table-head .mud-table-cell {
    color: #bcb8de;
    border-bottom-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.045);
}

.admin-body[b-ugkeog1r0z]  .mud-table-body .mud-table-row {
    background: rgba(255, 255, 255, 0.025);
}

.admin-body[b-ugkeog1r0z]  .mud-table-body .mud-table-row:hover {
    background: rgba(141, 108, 255, 0.12);
}

.admin-body[b-ugkeog1r0z]  .mud-table-cell,
.admin-body[b-ugkeog1r0z]  .mud-table-pagination {
    color: #ebe9ff;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.admin-body[b-ugkeog1r0z]  .mud-breadcrumb-item,
.admin-body[b-ugkeog1r0z]  .mud-breadcrumb-separator {
    color: #bcb8de;
}

.admin-body[b-ugkeog1r0z]  .mud-divider {
    border-color: rgba(255, 255, 255, 0.12);
}

#blazor-error-ui[b-ugkeog1r0z] {
    color-scheme: dark only;
    background: #2a1f30;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    color: #ffffff;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ugkeog1r0z] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 960px) {
    .admin-layout[b-ugkeog1r0z] {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .admin-sidebar[b-ugkeog1r0z] {
        position: relative;
        top: auto;
        height: auto;
        margin: 0.75rem;
    }

    .admin-nav[b-ugkeog1r0z]  .mud-navmenu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.25rem;
    }

    .admin-topbar[b-ugkeog1r0z] {
        position: relative;
        top: auto;
        margin: 0 0.75rem 0.75rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-topbar-actions[b-ugkeog1r0z] {
        width: 100%;
        justify-content: flex-start;
    }

    .admin-body[b-ugkeog1r0z] {
        padding: 0 0.75rem 1.5rem;
    }
}

@media (max-width: 600px) {
    .admin-nav[b-ugkeog1r0z]  .mud-navmenu {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-dyiwy6lrp9] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(1.25rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 20% 18%, rgba(14, 165, 233, 0.14), transparent 28rem),
        radial-gradient(circle at 84% 72%, rgba(99, 102, 241, 0.12), transparent 30rem),
        linear-gradient(135deg, #f8fafc 0%, #eef4fb 48%, #f7f8fb 100%);
    color: #172033;
}

.auth-content[b-dyiwy6lrp9] {
    width: min(100%, 32rem);
}

.auth-content[b-dyiwy6lrp9]  .auth-card {
    width: 100%;
    padding: clamp(1.75rem, 4vw, 2.75rem);
    border: 1px solid rgba(203, 213, 225, 0.8);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow:
        0 1.5rem 4rem rgba(15, 23, 42, 0.12),
        0 0.25rem 1rem rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(18px);
}

.auth-content[b-dyiwy6lrp9]  .auth-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.auth-content[b-dyiwy6lrp9]  .auth-card-header h1 {
    margin: 0;
    color: #0f172a;
    font-size: 1.8rem;
    line-height: 1.18;
    font-weight: 800;
}

.auth-content[b-dyiwy6lrp9]  .auth-card-header p {
    margin: 0.35rem 0 0;
    color: #64748b;
    line-height: 1.6;
}

.auth-content[b-dyiwy6lrp9]  .auth-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #e0f2fe, #eef2ff);
    color: #0369a1;
    box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.08);
}

.auth-content[b-dyiwy6lrp9]  .auth-form {
    display: grid;
    gap: 1.05rem;
}

.auth-content[b-dyiwy6lrp9]  .auth-field {
    display: grid;
    gap: 0.5rem;
}

.auth-content[b-dyiwy6lrp9]  .auth-field label,
.auth-content[b-dyiwy6lrp9]  .auth-check {
    color: #334155;
    font-size: 0.92rem;
    font-weight: 700;
}

.auth-content[b-dyiwy6lrp9]  .auth-input-shell {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.35rem;
    padding: 0 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.8rem;
    background: #f8fafc;
    color: #64748b;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.auth-content[b-dyiwy6lrp9]  .auth-input-shell:focus-within {
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 0.22rem rgba(59, 130, 246, 0.14);
}

.auth-content[b-dyiwy6lrp9]  .auth-input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font: inherit;
}

.auth-content[b-dyiwy6lrp9]  .auth-input::placeholder {
    color: #94a3b8;
}

.auth-content[b-dyiwy6lrp9]  .auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0.25rem 0 0.15rem;
}

.auth-content[b-dyiwy6lrp9]  .auth-check {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    cursor: pointer;
}

.auth-content[b-dyiwy6lrp9]  .auth-checkbox {
    width: 1rem;
    height: 1rem;
    accent-color: #3b82f6;
}

.auth-content[b-dyiwy6lrp9]  .auth-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 700;
}

.auth-content[b-dyiwy6lrp9]  .auth-divider::before,
.auth-content[b-dyiwy6lrp9]  .auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.auth-content[b-dyiwy6lrp9]  .auth-passkey-button {
    min-height: 2.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.8rem;
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
    cursor: pointer;
}

.auth-content[b-dyiwy6lrp9]  .auth-passkey-button:hover {
    border-color: #3b82f6;
    color: #2563eb;
}

.auth-content[b-dyiwy6lrp9]  .auth-secondary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.auth-content[b-dyiwy6lrp9]  .auth-links {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.auth-content[b-dyiwy6lrp9]  .auth-external {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 0.8rem;
    background: #f8fafc;
}

.auth-content[b-dyiwy6lrp9]  .auth-validation-summary,
.auth-content[b-dyiwy6lrp9]  .auth-validation-message {
    color: #c62828;
}

.auth-content[b-dyiwy6lrp9]  .auth-validation-summary {
    margin: 0;
    padding-left: 1.2rem;
}

#blazor-error-ui[b-dyiwy6lrp9] {
    color-scheme: light only;
    background: #fff8e1;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-dyiwy6lrp9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 640px) {
    .auth-shell[b-dyiwy6lrp9] {
        align-items: start;
        padding: 1rem;
    }

    .auth-content[b-dyiwy6lrp9] {
        margin-top: 1rem;
    }

    .auth-content[b-dyiwy6lrp9]  .auth-card-header,
    .auth-content[b-dyiwy6lrp9]  .auth-secondary,
    .auth-content[b-dyiwy6lrp9]  .auth-options {
        align-items: stretch;
        flex-direction: column;
    }

    .auth-content[b-dyiwy6lrp9]  .auth-card-header {
        align-items: flex-start;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qgsvw684bo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qgsvw684bo] {
    flex: 1;
}

.sidebar[b-qgsvw684bo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qgsvw684bo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qgsvw684bo]  a, .top-row[b-qgsvw684bo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qgsvw684bo]  a:hover, .top-row[b-qgsvw684bo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qgsvw684bo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qgsvw684bo] {
        justify-content: space-between;
    }

    .top-row[b-qgsvw684bo]  a, .top-row[b-qgsvw684bo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qgsvw684bo] {
        flex-direction: row;
    }

    .sidebar[b-qgsvw684bo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qgsvw684bo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qgsvw684bo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qgsvw684bo], article[b-qgsvw684bo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qgsvw684bo] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qgsvw684bo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g8o6n169oq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-g8o6n169oq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-g8o6n169oq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g8o6n169oq] {
    font-size: 1.1rem;
}

.bi[b-g8o6n169oq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-g8o6n169oq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g8o6n169oq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g8o6n169oq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g8o6n169oq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-g8o6n169oq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-g8o6n169oq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-g8o6n169oq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-g8o6n169oq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g8o6n169oq] {
        display: none;
    }

    .nav-scrollable[b-g8o6n169oq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-shell[b-ofdhyoaxm2] {
    min-height: 100vh;
    background: #ffffff;
    color: #14212b;
}

.public-main[b-ofdhyoaxm2] {
    min-width: 0;
}

#blazor-error-ui[b-ofdhyoaxm2] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ofdhyoaxm2] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pphnjiao61],
.components-reconnect-repeated-attempt-visible[b-pphnjiao61],
.components-reconnect-failed-visible[b-pphnjiao61],
.components-pause-visible[b-pphnjiao61],
.components-resume-failed-visible[b-pphnjiao61],
.components-rejoining-animation[b-pphnjiao61] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-pphnjiao61],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-pphnjiao61],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-pphnjiao61],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-pphnjiao61],
#components-reconnect-modal.components-reconnect-retrying[b-pphnjiao61],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-pphnjiao61],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-pphnjiao61],
#components-reconnect-modal.components-reconnect-failed[b-pphnjiao61],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-pphnjiao61] {
    display: block;
}


#components-reconnect-modal[b-pphnjiao61] {
    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-pphnjiao61 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-pphnjiao61 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-pphnjiao61 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-pphnjiao61]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-pphnjiao61 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-pphnjiao61 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-pphnjiao61 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-pphnjiao61 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-pphnjiao61] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-pphnjiao61] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-pphnjiao61] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-pphnjiao61] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-pphnjiao61] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-pphnjiao61] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-pphnjiao61] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-pphnjiao61 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-pphnjiao61] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-pphnjiao61 {
    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 */
.admin-page[b-up3ax62rmv] {
    display: grid;
    gap: 1.5rem;
}

.admin-muted[b-up3ax62rmv] {
    color: #aaa8cc;
}

.admin-module-grid[b-up3ax62rmv] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.admin-module-card[b-up3ax62rmv] {
    position: relative;
    overflow: hidden;
    min-height: 15rem;
    padding: 1rem;
    border: 1px solid rgba(214, 205, 255, 0.3);
    border-radius: 8px;
    background:
        radial-gradient(circle at 16% 0%, rgba(141, 108, 255, 0.5), transparent 13rem),
        radial-gradient(circle at 92% 8%, rgba(243, 111, 214, 0.32), transparent 13rem),
        linear-gradient(135deg, rgba(57, 45, 132, 0.96), rgba(29, 44, 112, 0.93) 52%, rgba(67, 38, 129, 0.95));
    box-shadow:
        0 1.35rem 3.5rem rgba(6, 7, 24, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(22px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

.admin-module-card[b-up3ax62rmv]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.17), transparent 7rem),
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 58%);
}

.admin-module-card > *[b-up3ax62rmv] {
    position: relative;
    z-index: 1;
}

.admin-module-card--articles[b-up3ax62rmv] {
    background:
        radial-gradient(circle at 16% 12%, rgba(202, 157, 255, 0.72), transparent 9rem),
        linear-gradient(135deg, rgba(125, 84, 235, 0.96), rgba(69, 50, 166, 0.94) 52%, rgba(63, 38, 141, 0.96));
}

.admin-module-card--categories[b-up3ax62rmv] {
    background:
        radial-gradient(circle at 16% 12%, rgba(86, 240, 207, 0.64), transparent 9rem),
        linear-gradient(135deg, rgba(27, 151, 164, 0.94), rgba(40, 82, 162, 0.94) 54%, rgba(59, 42, 138, 0.96));
}

.admin-module-card--invites[b-up3ax62rmv] {
    background:
        radial-gradient(circle at 16% 12%, rgba(255, 127, 226, 0.68), transparent 9rem),
        linear-gradient(135deg, rgba(166, 67, 183, 0.96), rgba(86, 49, 153, 0.94) 55%, rgba(58, 42, 135, 0.96));
}

.admin-module-card .mud-icon-root[b-up3ax62rmv] {
    width: 2.875rem;
    height: 2.875rem;
    padding: 0.625rem;
    border-radius: 8px;
    color: #ffffff;
}

.admin-module-card--articles .mud-icon-root[b-up3ax62rmv] {
    background: linear-gradient(135deg, #8d6cff, #f36fd6);
}

.admin-module-card--categories .mud-icon-root[b-up3ax62rmv] {
    background: linear-gradient(135deg, #35d3a2, #66d7ff);
}

.admin-module-card--invites .mud-icon-root[b-up3ax62rmv] {
    background: linear-gradient(135deg, #ffb86b, #8d6cff);
}

.admin-module-card .mud-typography-subtitle1[b-up3ax62rmv] {
    color: #ffffff;
    font-weight: 800;
}

.admin-module-card .mud-button-root[b-up3ax62rmv] {
    margin-top: auto;
}

@media (max-width: 1080px) {
    .admin-module-grid[b-up3ax62rmv] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AdminArticles.razor.rz.scp.css */
.article-admin-page[b-p8snu4y2i7] {
    --article-surface-border: rgba(205, 196, 255, 0.22);
    --article-surface-border-strong: rgba(255, 255, 255, 0.32);
    --article-surface-shadow: 0 1.25rem 3.25rem rgba(5, 6, 18, 0.28);
    --article-surface-highlight: rgba(255, 255, 255, 0.08);
    --article-surface-glow: rgba(141, 108, 255, 0.18);
    --article-surface-glow-secondary: rgba(243, 111, 214, 0.14);
    display: grid;
    gap: 1rem;
}

.article-admin-panel-heading[b-p8snu4y2i7],
.article-admin-toolbar[b-p8snu4y2i7],
.article-admin-view-switch[b-p8snu4y2i7],
.article-admin-toolbar-actions[b-p8snu4y2i7],
.article-admin-form-actions[b-p8snu4y2i7],
.article-admin-stat[b-p8snu4y2i7],
.article-admin-row-actions[b-p8snu4y2i7] {
    display: flex;
    gap: 1rem;
}

.article-admin-toolbar[b-p8snu4y2i7],
.article-admin-form-actions[b-p8snu4y2i7],
.article-admin-row-actions[b-p8snu4y2i7] {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.article-admin-toolbar[b-p8snu4y2i7] {
    align-items: center;
    justify-content: space-between;
    min-height: 3.25rem;
    padding: 0.625rem;
    border: 1px solid rgba(214, 205, 255, 0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
    box-shadow: 0 0.875rem 2rem rgba(0, 0, 0, 0.14);
}

.article-admin-view-switch[b-p8snu4y2i7],
.article-admin-toolbar-actions[b-p8snu4y2i7] {
    align-items: center;
    flex-wrap: wrap;
}

.article-admin-toolbar-actions[b-p8snu4y2i7] {
    margin-left: auto;
    justify-content: flex-end;
}

.article-admin-stat-value[b-p8snu4y2i7] {
    color: #ffffff;
    font-weight: 900;
}

.article-admin-muted[b-p8snu4y2i7],
.article-admin-summary[b-p8snu4y2i7] {
    color: #aaa8cc;
}

.article-admin-stat[b-p8snu4y2i7],
.article-admin-panel[b-p8snu4y2i7] {
    border: 1px solid var(--article-surface-border);
    border-radius: 8px;
    background:
        radial-gradient(circle at 16% 8%, rgba(141, 108, 255, 0.34), transparent 18rem),
        radial-gradient(circle at 88% 0%, rgba(243, 111, 214, 0.24), transparent 16rem),
        linear-gradient(135deg, rgba(49, 39, 103, 0.88), rgba(31, 34, 73, 0.82) 45%, rgba(24, 22, 55, 0.84));
    box-shadow:
        var(--article-surface-shadow),
        inset 0 1px 0 var(--article-surface-highlight);
    backdrop-filter: blur(22px);
}

.article-admin-stat[b-p8snu4y2i7] {
    position: relative;
    min-height: 6.5rem;
    overflow: hidden;
    padding: 1rem;
    align-items: center;
}

.article-admin-stat[b-p8snu4y2i7]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.18), transparent 6rem),
        linear-gradient(90deg, rgba(255, 255, 255, 0.075), transparent 60%);
}

.article-admin-stat > *[b-p8snu4y2i7] {
    position: relative;
    z-index: 1;
}

.article-admin-stat .mud-icon-root[b-p8snu4y2i7] {
    width: 2.875rem;
    height: 2.875rem;
    padding: 0.625rem;
    border-radius: 8px;
    color: #ffffff;
}

.article-admin-stat--primary .mud-icon-root[b-p8snu4y2i7] {
    background: linear-gradient(135deg, #8d6cff, #f36fd6);
}

.article-admin-stat--primary[b-p8snu4y2i7] {
    background:
        radial-gradient(circle at 16% 14%, rgba(166, 126, 255, 0.54), transparent 8rem),
        linear-gradient(135deg, rgba(93, 65, 185, 0.82), rgba(42, 36, 98, 0.9) 55%, rgba(31, 27, 78, 0.94));
}

.article-admin-stat--success .mud-icon-root[b-p8snu4y2i7] {
    background: linear-gradient(135deg, #35d3a2, #66d7ff);
}

.article-admin-stat--success[b-p8snu4y2i7] {
    background:
        radial-gradient(circle at 16% 14%, rgba(75, 219, 188, 0.42), transparent 8rem),
        linear-gradient(135deg, rgba(31, 118, 128, 0.62), rgba(36, 43, 96, 0.88) 56%, rgba(31, 27, 78, 0.94));
}

.article-admin-stat--warning .mud-icon-root[b-p8snu4y2i7] {
    background: linear-gradient(135deg, #ffb86b, #f36fd6);
}

.article-admin-stat--warning[b-p8snu4y2i7] {
    background:
        radial-gradient(circle at 16% 14%, rgba(243, 111, 214, 0.48), transparent 8rem),
        linear-gradient(135deg, rgba(119, 56, 147, 0.72), rgba(49, 37, 98, 0.9) 56%, rgba(31, 27, 78, 0.94));
}

.article-admin-stat--info .mud-icon-root[b-p8snu4y2i7] {
    background: linear-gradient(135deg, #66d7ff, #8d6cff);
}

.article-admin-stat--info[b-p8snu4y2i7] {
    background:
        radial-gradient(circle at 16% 14%, rgba(102, 215, 255, 0.42), transparent 8rem),
        linear-gradient(135deg, rgba(48, 94, 177, 0.66), rgba(52, 39, 111, 0.9) 56%, rgba(31, 27, 78, 0.94));
}

.article-admin-panel[b-p8snu4y2i7] {
    position: relative;
    overflow: hidden;
    padding: 1.25rem;
}

.article-admin-panel[b-p8snu4y2i7]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 0%, rgba(141, 108, 255, 0.28), transparent 18rem),
        radial-gradient(circle at 86% 6%, rgba(243, 111, 214, 0.22), transparent 16rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 12rem);
}

.article-admin-panel > *[b-p8snu4y2i7] {
    position: relative;
    z-index: 1;
}

.article-admin-panel h2[b-p8snu4y2i7],
.article-admin-panel .mud-typography-h6[b-p8snu4y2i7] {
    color: #ffffff;
    font-weight: 800;
}

.article-admin-form-panel[b-p8snu4y2i7] {
    position: static;
}

.article-admin-form-grid[b-p8snu4y2i7] {
    justify-content: center;
}

.article-admin-panel-heading[b-p8snu4y2i7] {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.article-admin-filter-grid[b-p8snu4y2i7] {
    margin-bottom: 1rem;
}

.article-admin-filter-actions[b-p8snu4y2i7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
}

.article-admin-loading[b-p8snu4y2i7],
.article-admin-empty[b-p8snu4y2i7] {
    min-height: 20rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.75rem;
    text-align: center;
}

.article-admin-empty[b-p8snu4y2i7] {
    border: 1px dashed rgba(214, 205, 255, 0.34);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 38%, rgba(141, 108, 255, 0.22), transparent 17rem),
        radial-gradient(circle at 88% 10%, rgba(243, 111, 214, 0.13), transparent 15rem),
        linear-gradient(135deg, rgba(141, 108, 255, 0.09), rgba(102, 215, 255, 0.06) 45%, rgba(13, 15, 31, 0.28));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 1rem 2.5rem rgba(8, 9, 24, 0.16);
}

.article-admin-empty .mud-icon-root[b-p8snu4y2i7] {
    color: #d8d1ff;
}

.article-admin-table[b-p8snu4y2i7] {
    border: 1px solid rgba(214, 205, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(141, 108, 255, 0.08), rgba(243, 111, 214, 0.04)),
        rgba(12, 14, 30, 0.18);
}

.article-admin-page[b-p8snu4y2i7]  .mud-input-outlined {
    background:
        radial-gradient(circle at 10% 0%, rgba(141, 108, 255, 0.22), transparent 9rem),
        linear-gradient(135deg, rgba(57, 46, 119, 0.72), rgba(33, 44, 91, 0.64));
}

.article-admin-page[b-p8snu4y2i7]  .mud-input-outlined-border {
    border-color: rgba(214, 205, 255, 0.24);
}

.article-admin-page[b-p8snu4y2i7]  .mud-input-control:hover .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.38);
}

.article-admin-page[b-p8snu4y2i7]  .mud-input-control:focus-within .mud-input-outlined-border {
    border-color: rgba(243, 111, 214, 0.72);
    box-shadow: 0 0 0 1px rgba(141, 108, 255, 0.26);
}

.article-admin-list-title[b-p8snu4y2i7] {
    max-width: 34rem;
    color: #ffffff;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.article-admin-link[b-p8snu4y2i7] {
    max-width: 34rem;
    display: block;
    color: #8ee4ff;
    font-size: 0.8125rem;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.article-admin-link:hover[b-p8snu4y2i7] {
    text-decoration: underline;
}

.article-admin-summary[b-p8snu4y2i7] {
    max-width: 34rem;
    margin-top: 0.25rem;
    overflow-wrap: anywhere;
}

.article-admin-tag-list[b-p8snu4y2i7] {
    min-width: 9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.article-admin-row-actions[b-p8snu4y2i7] {
    gap: 0.125rem;
}

.article-category-search-item[b-p8snu4y2i7] {
    min-width: 0;
    display: grid;
    gap: 0.125rem;
    padding: 0.125rem 0;
}

.article-category-search-line[b-p8snu4y2i7] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.article-category-search-name[b-p8snu4y2i7] {
    min-width: 0;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-category-search-status[b-p8snu4y2i7] {
    flex: 0 0 auto;
}

.article-category-search-path[b-p8snu4y2i7],
.article-category-search-message[b-p8snu4y2i7] {
    color: #aaa8cc;
}

.article-category-search-path[b-p8snu4y2i7] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-admin-page .article-admin-toolbar[b-p8snu4y2i7] {
    border-color: rgba(214, 205, 255, 0.24);
    background:
        radial-gradient(circle at 12% 0%, rgba(141, 108, 255, 0.38), transparent 18rem),
        radial-gradient(circle at 82% 4%, rgba(243, 111, 214, 0.28), transparent 16rem),
        linear-gradient(135deg, rgba(43, 35, 101, 0.84), rgba(23, 31, 82, 0.76) 58%, rgba(74, 34, 103, 0.74)) !important;
    background-color: transparent !important;
    box-shadow:
        0 1rem 2.4rem rgba(7, 8, 24, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.article-admin-page .article-admin-panel[b-p8snu4y2i7] {
    border-color: rgba(214, 205, 255, 0.28);
    background:
        radial-gradient(circle at 13% 0%, rgba(141, 108, 255, 0.42), transparent 20rem),
        radial-gradient(circle at 91% 10%, rgba(243, 111, 214, 0.3), transparent 18rem),
        linear-gradient(135deg, rgba(50, 42, 116, 0.9), rgba(27, 38, 95, 0.86) 52%, rgba(57, 35, 108, 0.88)) !important;
    background-color: transparent !important;
}

.article-admin-page .article-admin-stat[b-p8snu4y2i7] {
    border-color: rgba(214, 205, 255, 0.28);
    background:
        radial-gradient(circle at 16% 12%, rgba(141, 108, 255, 0.42), transparent 8rem),
        linear-gradient(135deg, rgba(64, 49, 142, 0.88), rgba(27, 39, 96, 0.86) 62%, rgba(55, 34, 107, 0.9)) !important;
    background-color: transparent !important;
}

.article-admin-page .article-admin-stat--primary[b-p8snu4y2i7] {
    background:
        radial-gradient(circle at 14% 12%, rgba(190, 144, 255, 0.68), transparent 8rem),
        linear-gradient(135deg, rgba(115, 78, 223, 0.9), rgba(65, 47, 154, 0.88) 50%, rgba(57, 36, 125, 0.92)) !important;
}

.article-admin-page .article-admin-stat--success[b-p8snu4y2i7] {
    background:
        radial-gradient(circle at 14% 12%, rgba(74, 231, 197, 0.58), transparent 8rem),
        linear-gradient(135deg, rgba(26, 139, 151, 0.82), rgba(38, 73, 145, 0.86) 54%, rgba(55, 39, 118, 0.92)) !important;
}

.article-admin-page .article-admin-stat--warning[b-p8snu4y2i7] {
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 119, 224, 0.62), transparent 8rem),
        linear-gradient(135deg, rgba(150, 62, 168, 0.88), rgba(78, 45, 139, 0.88) 55%, rgba(52, 38, 117, 0.92)) !important;
}

.article-admin-page .article-admin-stat--info[b-p8snu4y2i7] {
    background:
        radial-gradient(circle at 14% 12%, rgba(102, 215, 255, 0.6), transparent 8rem),
        linear-gradient(135deg, rgba(51, 111, 198, 0.86), rgba(62, 61, 164, 0.88) 54%, rgba(55, 39, 118, 0.92)) !important;
}

.article-admin-page .article-admin-empty[b-p8snu4y2i7],
.article-admin-page .article-admin-table[b-p8snu4y2i7] {
    border-color: rgba(214, 205, 255, 0.32);
    background:
        radial-gradient(circle at 30% 34%, rgba(102, 215, 255, 0.3), transparent 18rem),
        radial-gradient(circle at 70% 28%, rgba(243, 111, 214, 0.26), transparent 18rem),
        radial-gradient(circle at 48% 0%, rgba(141, 108, 255, 0.42), transparent 22rem),
        linear-gradient(135deg, rgba(47, 53, 124, 0.88), rgba(43, 38, 102, 0.9) 54%, rgba(54, 40, 117, 0.9)) !important;
    background-color: transparent !important;
}

.article-admin-page[b-p8snu4y2i7]  .mud-input-outlined {
    background:
        radial-gradient(circle at 18% 0%, rgba(102, 215, 255, 0.2), transparent 8rem),
        linear-gradient(135deg, rgba(52, 55, 135, 0.88), rgba(50, 39, 122, 0.9)) !important;
    background-color: transparent !important;
}

.article-admin-page[b-p8snu4y2i7]  .article-admin-stat,
.article-admin-page[b-p8snu4y2i7]  .article-admin-panel {
    border-color: rgba(214, 205, 255, 0.3) !important;
    background:
        radial-gradient(circle at 14% 0%, rgba(141, 108, 255, 0.48), transparent 18rem),
        radial-gradient(circle at 86% 6%, rgba(243, 111, 214, 0.34), transparent 18rem),
        linear-gradient(135deg, rgba(57, 45, 132, 0.95), rgba(29, 44, 112, 0.92) 52%, rgba(67, 38, 129, 0.94)) !important;
    background-color: transparent !important;
    box-shadow:
        0 1.2rem 3rem rgba(6, 7, 24, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.article-admin-page[b-p8snu4y2i7]  .article-admin-stat--primary {
    background:
        radial-gradient(circle at 14% 12%, rgba(202, 157, 255, 0.72), transparent 8rem),
        linear-gradient(135deg, rgba(125, 84, 235, 0.96), rgba(69, 50, 166, 0.94) 52%, rgba(63, 38, 141, 0.96)) !important;
}

.article-admin-page[b-p8snu4y2i7]  .article-admin-stat--success {
    background:
        radial-gradient(circle at 14% 12%, rgba(86, 240, 207, 0.66), transparent 8rem),
        linear-gradient(135deg, rgba(27, 151, 164, 0.94), rgba(40, 82, 162, 0.94) 54%, rgba(59, 42, 138, 0.96)) !important;
}

.article-admin-page[b-p8snu4y2i7]  .article-admin-stat--warning {
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 127, 226, 0.7), transparent 8rem),
        linear-gradient(135deg, rgba(166, 67, 183, 0.96), rgba(86, 49, 153, 0.94) 55%, rgba(58, 42, 135, 0.96)) !important;
}

.article-admin-page[b-p8snu4y2i7]  .article-admin-stat--info {
    background:
        radial-gradient(circle at 14% 12%, rgba(112, 221, 255, 0.68), transparent 8rem),
        linear-gradient(135deg, rgba(54, 123, 216, 0.96), rgba(68, 67, 180, 0.94) 54%, rgba(60, 43, 139, 0.96)) !important;
}

.article-admin-page[b-p8snu4y2i7]  .article-admin-table {
    background:
        radial-gradient(circle at 30% 34%, rgba(102, 215, 255, 0.34), transparent 18rem),
        radial-gradient(circle at 70% 28%, rgba(243, 111, 214, 0.3), transparent 18rem),
        radial-gradient(circle at 48% 0%, rgba(141, 108, 255, 0.46), transparent 22rem),
        linear-gradient(135deg, rgba(50, 58, 139, 0.92), rgba(47, 42, 114, 0.94) 54%, rgba(60, 44, 132, 0.94)) !important;
    background-color: transparent !important;
}

@media (max-width: 1280px) {
    .article-admin-form-panel[b-p8snu4y2i7] {
        position: static;
    }
}

@media (max-width: 760px) {
    .article-admin-filter-actions[b-p8snu4y2i7] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .article-admin-toolbar[b-p8snu4y2i7],
    .article-admin-form-actions[b-p8snu4y2i7],
    .article-admin-row-actions[b-p8snu4y2i7] {
        justify-content: flex-start;
    }

    .article-admin-toolbar-actions[b-p8snu4y2i7] {
        margin-left: 0;
    }
}
/* /Components/Pages/AdminForumBoards.razor.rz.scp.css */
.category-page[b-vcd3m2t426] {
    --category-surface-border: rgba(205, 196, 255, 0.22);
    --category-surface-shadow: 0 1.25rem 3.25rem rgba(5, 6, 18, 0.28);
    --category-surface-highlight: rgba(255, 255, 255, 0.08);
    --category-surface-glow: rgba(141, 108, 255, 0.18);
    display: grid;
    gap: 1rem;
}

.category-panel-heading[b-vcd3m2t426],
.category-row[b-vcd3m2t426],
.category-row-title[b-vcd3m2t426],
.category-row-actions[b-vcd3m2t426],
.category-form-actions[b-vcd3m2t426],
.category-toolbar[b-vcd3m2t426],
.category-view-switch[b-vcd3m2t426],
.category-toolbar-actions[b-vcd3m2t426],
.category-stat[b-vcd3m2t426] {
    display: flex;
    gap: 1rem;
}

.category-toolbar[b-vcd3m2t426],
.category-form-actions[b-vcd3m2t426],
.category-tree-actions[b-vcd3m2t426] {
    align-items: center;
    flex-wrap: wrap;
}

.category-form-actions[b-vcd3m2t426],
.category-tree-actions[b-vcd3m2t426] {
    justify-content: flex-end;
}

.category-toolbar[b-vcd3m2t426] {
    justify-content: space-between;
    min-height: 3.25rem;
    padding: 0.625rem;
    border: 1px solid rgba(214, 205, 255, 0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
    box-shadow: 0 0.875rem 2rem rgba(0, 0, 0, 0.14);
}

.category-view-switch[b-vcd3m2t426],
.category-toolbar-actions[b-vcd3m2t426] {
    align-items: center;
    flex-wrap: wrap;
}

.category-toolbar-actions[b-vcd3m2t426] {
    margin-left: auto;
    justify-content: flex-end;
}

.category-tree-actions[b-vcd3m2t426] {
    display: flex;
    gap: 0.25rem;
}

.category-stat-value[b-vcd3m2t426] {
    color: #ffffff;
    font-weight: 900;
}

.category-muted[b-vcd3m2t426],
.category-path[b-vcd3m2t426] {
    color: #aaa8cc;
}

.category-stat[b-vcd3m2t426],
.category-panel[b-vcd3m2t426] {
    border: 1px solid var(--category-surface-border);
    border-radius: 8px;
    background:
        radial-gradient(circle at 16% 8%, rgba(141, 108, 255, 0.34), transparent 18rem),
        radial-gradient(circle at 88% 0%, rgba(243, 111, 214, 0.24), transparent 16rem),
        linear-gradient(135deg, rgba(49, 39, 103, 0.88), rgba(31, 34, 73, 0.82) 45%, rgba(24, 22, 55, 0.84));
    box-shadow:
        var(--category-surface-shadow),
        inset 0 1px 0 var(--category-surface-highlight);
    backdrop-filter: blur(22px);
}

.category-stat[b-vcd3m2t426] {
    position: relative;
    min-height: 6.5rem;
    overflow: hidden;
    padding: 1rem;
    align-items: center;
}

.category-stat[b-vcd3m2t426]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.18), transparent 6rem),
        linear-gradient(90deg, rgba(255, 255, 255, 0.075), transparent 60%);
}

.category-stat > *[b-vcd3m2t426] {
    position: relative;
    z-index: 1;
}

.category-stat .mud-icon-root[b-vcd3m2t426] {
    width: 2.875rem;
    height: 2.875rem;
    padding: 0.625rem;
    border-radius: 8px;
    color: #ffffff;
}

.category-stat--primary .mud-icon-root[b-vcd3m2t426] {
    background: linear-gradient(135deg, #8d6cff, #f36fd6);
}

.category-stat--primary[b-vcd3m2t426] {
    background:
        radial-gradient(circle at 16% 14%, rgba(166, 126, 255, 0.54), transparent 8rem),
        linear-gradient(135deg, rgba(93, 65, 185, 0.82), rgba(42, 36, 98, 0.9) 55%, rgba(31, 27, 78, 0.94));
}

.category-stat--success .mud-icon-root[b-vcd3m2t426] {
    background: linear-gradient(135deg, #35d3a2, #66d7ff);
}

.category-stat--success[b-vcd3m2t426] {
    background:
        radial-gradient(circle at 16% 14%, rgba(75, 219, 188, 0.42), transparent 8rem),
        linear-gradient(135deg, rgba(31, 118, 128, 0.62), rgba(36, 43, 96, 0.88) 56%, rgba(31, 27, 78, 0.94));
}

.category-stat--info .mud-icon-root[b-vcd3m2t426] {
    background: linear-gradient(135deg, #66d7ff, #8d6cff);
}

.category-stat--info[b-vcd3m2t426] {
    background:
        radial-gradient(circle at 16% 14%, rgba(102, 215, 255, 0.42), transparent 8rem),
        linear-gradient(135deg, rgba(48, 94, 177, 0.66), rgba(52, 39, 111, 0.9) 56%, rgba(31, 27, 78, 0.94));
}

.category-stat--warning .mud-icon-root[b-vcd3m2t426] {
    background: linear-gradient(135deg, #ffb86b, #f36fd6);
}

.category-stat--warning[b-vcd3m2t426] {
    background:
        radial-gradient(circle at 16% 14%, rgba(243, 111, 214, 0.48), transparent 8rem),
        linear-gradient(135deg, rgba(119, 56, 147, 0.72), rgba(49, 37, 98, 0.9) 56%, rgba(31, 27, 78, 0.94));
}

.category-panel[b-vcd3m2t426] {
    position: relative;
    overflow: hidden;
    padding: 1.25rem;
}

.category-panel[b-vcd3m2t426]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 0%, rgba(141, 108, 255, 0.28), transparent 18rem),
        radial-gradient(circle at 86% 6%, rgba(243, 111, 214, 0.22), transparent 16rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 12rem);
}

.category-panel > *[b-vcd3m2t426] {
    position: relative;
    z-index: 1;
}

.category-panel h2[b-vcd3m2t426],
.category-panel .mud-typography-h6[b-vcd3m2t426] {
    color: #ffffff;
    font-weight: 800;
}

.category-form-panel[b-vcd3m2t426] {
    position: static;
}

.category-form-grid[b-vcd3m2t426] {
    justify-content: center;
}

.category-panel-heading[b-vcd3m2t426] {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.category-loading[b-vcd3m2t426],
.category-empty[b-vcd3m2t426] {
    min-height: 20rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.75rem;
    text-align: center;
}

.category-empty[b-vcd3m2t426] {
    border: 1px dashed rgba(214, 205, 255, 0.34);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 38%, rgba(141, 108, 255, 0.22), transparent 17rem),
        radial-gradient(circle at 88% 10%, rgba(243, 111, 214, 0.13), transparent 15rem),
        linear-gradient(135deg, rgba(141, 108, 255, 0.09), rgba(102, 215, 255, 0.06) 45%, rgba(13, 15, 31, 0.28));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 1rem 2.5rem rgba(8, 9, 24, 0.16);
}

.category-empty .mud-icon-root[b-vcd3m2t426] {
    color: #d8d1ff;
}

.category-tree[b-vcd3m2t426] {
    display: grid;
    gap: 0.75rem;
}

.category-row[b-vcd3m2t426] {
    --category-depth: 0;
    min-height: 5.25rem;
    padding: 0.875rem;
    padding-left: calc(0.875rem + var(--category-depth) * 1.5rem);
    border: 1px solid rgba(214, 205, 255, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(141, 108, 255, 0.11), rgba(102, 215, 255, 0.055)),
        rgba(14, 16, 34, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    align-items: center;
    justify-content: space-between;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.category-row:hover[b-vcd3m2t426] {
    border-color: rgba(255, 255, 255, 0.36);
    background:
        linear-gradient(135deg, rgba(141, 108, 255, 0.18), rgba(243, 111, 214, 0.08)),
        rgba(14, 16, 34, 0.38);
    transform: translateY(-1px);
}

.category-row[b-vcd3m2t426]::before {
    content: "";
    width: calc(var(--category-depth) * 1.5rem);
    min-width: calc(var(--category-depth) * 1.5rem);
    height: 1px;
    margin-left: calc(var(--category-depth) * -1.5rem);
    background: linear-gradient(90deg, rgba(141, 108, 255, 0.1), rgba(102, 215, 255, 0.55));
}

.category-row--disabled[b-vcd3m2t426] {
    background:
        linear-gradient(135deg, rgba(141, 108, 255, 0.06), rgba(255, 255, 255, 0.025)),
        rgba(11, 13, 28, 0.24);
    opacity: 0.78;
}

.category-page[b-vcd3m2t426]  .mud-input-outlined {
    background:
        radial-gradient(circle at 10% 0%, rgba(141, 108, 255, 0.22), transparent 9rem),
        linear-gradient(135deg, rgba(57, 46, 119, 0.72), rgba(33, 44, 91, 0.64));
}

.category-page[b-vcd3m2t426]  .mud-input-outlined-border {
    border-color: rgba(214, 205, 255, 0.24);
}

.category-page[b-vcd3m2t426]  .mud-input-control:hover .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.38);
}

.category-page[b-vcd3m2t426]  .mud-input-control:focus-within .mud-input-outlined-border {
    border-color: rgba(243, 111, 214, 0.72);
    box-shadow: 0 0 0 1px rgba(141, 108, 255, 0.26);
}

.category-row-main[b-vcd3m2t426] {
    min-width: 0;
    display: grid;
    grid-template-columns: 2rem auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1;
}

.category-row-main > .mud-icon-root[b-vcd3m2t426] {
    color: #d8d1ff;
}

.category-toggle[b-vcd3m2t426],
.category-toggle-placeholder[b-vcd3m2t426] {
    width: 2rem;
    height: 2rem;
}

.category-toggle-placeholder[b-vcd3m2t426] {
    display: inline-block;
}

.category-row-copy[b-vcd3m2t426] {
    min-width: 0;
    display: grid;
    gap: 0.25rem;
}

.category-row-title[b-vcd3m2t426] {
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.375rem;
}

.category-row-title .mud-typography-subtitle2[b-vcd3m2t426] {
    color: #ffffff;
    font-weight: 800;
}

.category-path[b-vcd3m2t426] {
    overflow-wrap: anywhere;
}

.category-row-meta[b-vcd3m2t426] {
    min-width: 5rem;
    display: grid;
    justify-items: end;
    gap: 0.125rem;
}

.category-row-actions[b-vcd3m2t426] {
    align-items: center;
    gap: 0.25rem;
}

.category-page .category-toolbar[b-vcd3m2t426] {
    border-color: rgba(214, 205, 255, 0.24);
    background:
        radial-gradient(circle at 12% 0%, rgba(141, 108, 255, 0.38), transparent 18rem),
        radial-gradient(circle at 82% 4%, rgba(243, 111, 214, 0.28), transparent 16rem),
        linear-gradient(135deg, rgba(43, 35, 101, 0.84), rgba(23, 31, 82, 0.76) 58%, rgba(74, 34, 103, 0.74)) !important;
    background-color: transparent !important;
    box-shadow:
        0 1rem 2.4rem rgba(7, 8, 24, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.category-page .category-panel[b-vcd3m2t426] {
    border-color: rgba(214, 205, 255, 0.28);
    background:
        radial-gradient(circle at 13% 0%, rgba(141, 108, 255, 0.42), transparent 20rem),
        radial-gradient(circle at 91% 10%, rgba(243, 111, 214, 0.3), transparent 18rem),
        linear-gradient(135deg, rgba(50, 42, 116, 0.9), rgba(27, 38, 95, 0.86) 52%, rgba(57, 35, 108, 0.88)) !important;
    background-color: transparent !important;
}

.category-page .category-stat[b-vcd3m2t426] {
    border-color: rgba(214, 205, 255, 0.28);
    background:
        radial-gradient(circle at 16% 12%, rgba(141, 108, 255, 0.42), transparent 8rem),
        linear-gradient(135deg, rgba(64, 49, 142, 0.88), rgba(27, 39, 96, 0.86) 62%, rgba(55, 34, 107, 0.9)) !important;
    background-color: transparent !important;
}

.category-page .category-stat--primary[b-vcd3m2t426] {
    background:
        radial-gradient(circle at 14% 12%, rgba(190, 144, 255, 0.68), transparent 8rem),
        linear-gradient(135deg, rgba(115, 78, 223, 0.9), rgba(65, 47, 154, 0.88) 50%, rgba(57, 36, 125, 0.92)) !important;
}

.category-page .category-stat--success[b-vcd3m2t426] {
    background:
        radial-gradient(circle at 14% 12%, rgba(74, 231, 197, 0.58), transparent 8rem),
        linear-gradient(135deg, rgba(26, 139, 151, 0.82), rgba(38, 73, 145, 0.86) 54%, rgba(55, 39, 118, 0.92)) !important;
}

.category-page .category-stat--info[b-vcd3m2t426] {
    background:
        radial-gradient(circle at 14% 12%, rgba(102, 215, 255, 0.6), transparent 8rem),
        linear-gradient(135deg, rgba(51, 111, 198, 0.86), rgba(62, 61, 164, 0.88) 54%, rgba(55, 39, 118, 0.92)) !important;
}

.category-page .category-stat--warning[b-vcd3m2t426] {
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 119, 224, 0.62), transparent 8rem),
        linear-gradient(135deg, rgba(150, 62, 168, 0.88), rgba(78, 45, 139, 0.88) 55%, rgba(52, 38, 117, 0.92)) !important;
}

.category-page .category-empty[b-vcd3m2t426],
.category-page .category-row[b-vcd3m2t426] {
    border-color: rgba(214, 205, 255, 0.32);
    background:
        radial-gradient(circle at 30% 34%, rgba(102, 215, 255, 0.3), transparent 18rem),
        radial-gradient(circle at 70% 28%, rgba(243, 111, 214, 0.26), transparent 18rem),
        radial-gradient(circle at 48% 0%, rgba(141, 108, 255, 0.42), transparent 22rem),
        linear-gradient(135deg, rgba(47, 53, 124, 0.88), rgba(43, 38, 102, 0.9) 54%, rgba(54, 40, 117, 0.9)) !important;
    background-color: transparent !important;
}

.category-page[b-vcd3m2t426]  .mud-input-outlined {
    background:
        radial-gradient(circle at 18% 0%, rgba(102, 215, 255, 0.2), transparent 8rem),
        linear-gradient(135deg, rgba(52, 55, 135, 0.88), rgba(50, 39, 122, 0.9)) !important;
    background-color: transparent !important;
}

.category-page[b-vcd3m2t426]  .category-stat,
.category-page[b-vcd3m2t426]  .category-panel {
    border-color: rgba(214, 205, 255, 0.3) !important;
    background:
        radial-gradient(circle at 14% 0%, rgba(141, 108, 255, 0.48), transparent 18rem),
        radial-gradient(circle at 86% 6%, rgba(243, 111, 214, 0.34), transparent 18rem),
        linear-gradient(135deg, rgba(57, 45, 132, 0.95), rgba(29, 44, 112, 0.92) 52%, rgba(67, 38, 129, 0.94)) !important;
    background-color: transparent !important;
    box-shadow:
        0 1.2rem 3rem rgba(6, 7, 24, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.category-page[b-vcd3m2t426]  .category-stat--primary {
    background:
        radial-gradient(circle at 14% 12%, rgba(202, 157, 255, 0.72), transparent 8rem),
        linear-gradient(135deg, rgba(125, 84, 235, 0.96), rgba(69, 50, 166, 0.94) 52%, rgba(63, 38, 141, 0.96)) !important;
}

.category-page[b-vcd3m2t426]  .category-stat--success {
    background:
        radial-gradient(circle at 14% 12%, rgba(86, 240, 207, 0.66), transparent 8rem),
        linear-gradient(135deg, rgba(27, 151, 164, 0.94), rgba(40, 82, 162, 0.94) 54%, rgba(59, 42, 138, 0.96)) !important;
}

.category-page[b-vcd3m2t426]  .category-stat--info {
    background:
        radial-gradient(circle at 14% 12%, rgba(112, 221, 255, 0.68), transparent 8rem),
        linear-gradient(135deg, rgba(54, 123, 216, 0.96), rgba(68, 67, 180, 0.94) 54%, rgba(60, 43, 139, 0.96)) !important;
}

.category-page[b-vcd3m2t426]  .category-stat--warning {
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 127, 226, 0.7), transparent 8rem),
        linear-gradient(135deg, rgba(166, 67, 183, 0.96), rgba(86, 49, 153, 0.94) 55%, rgba(58, 42, 135, 0.96)) !important;
}

.category-page[b-vcd3m2t426]  .category-row {
    background:
        radial-gradient(circle at 30% 34%, rgba(102, 215, 255, 0.34), transparent 18rem),
        radial-gradient(circle at 70% 28%, rgba(243, 111, 214, 0.3), transparent 18rem),
        radial-gradient(circle at 48% 0%, rgba(141, 108, 255, 0.46), transparent 22rem),
        linear-gradient(135deg, rgba(50, 58, 139, 0.92), rgba(47, 42, 114, 0.94) 54%, rgba(60, 44, 132, 0.94)) !important;
    background-color: transparent !important;
}

@media (max-width: 1200px) {
    .category-form-panel[b-vcd3m2t426] {
        position: static;
    }
}

@media (max-width: 760px) {
    .category-row[b-vcd3m2t426] {
        flex-direction: column;
        align-items: stretch;
    }

    .category-toolbar[b-vcd3m2t426],
    .category-form-actions[b-vcd3m2t426],
    .category-tree-actions[b-vcd3m2t426] {
        justify-content: flex-start;
    }

    .category-toolbar-actions[b-vcd3m2t426] {
        margin-left: 0;
    }

    .category-row-meta[b-vcd3m2t426] {
        justify-items: start;
    }

    .category-row-actions[b-vcd3m2t426] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/AdminInviteCodes.razor.rz.scp.css */
.invite-admin-page[b-9bh4p8z7ex] {
    --invite-surface-border: rgba(205, 196, 255, 0.22);
    --invite-surface-shadow: 0 1.25rem 3.25rem rgba(5, 6, 18, 0.28);
    --invite-surface-highlight: rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 1rem;
}

.invite-admin-toolbar[b-9bh4p8z7ex],
.invite-admin-stat[b-9bh4p8z7ex],
.invite-admin-panel-heading[b-9bh4p8z7ex],
.invite-admin-row-actions[b-9bh4p8z7ex] {
    display: flex;
    gap: 1rem;
}

.invite-admin-toolbar[b-9bh4p8z7ex] {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    min-height: 3.25rem;
    padding: 0.625rem;
    border: 1px solid rgba(214, 205, 255, 0.24);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 0%, rgba(141, 108, 255, 0.38), transparent 18rem),
        radial-gradient(circle at 82% 4%, rgba(243, 111, 214, 0.28), transparent 16rem),
        linear-gradient(135deg, rgba(43, 35, 101, 0.84), rgba(23, 31, 82, 0.76) 58%, rgba(74, 34, 103, 0.74));
    box-shadow:
        0 1rem 2.4rem rgba(7, 8, 24, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.invite-admin-row-actions[b-9bh4p8z7ex] {
    align-items: center;
    justify-content: flex-end;
    gap: 0.125rem;
}

.invite-admin-stat-value[b-9bh4p8z7ex],
.invite-admin-code[b-9bh4p8z7ex] {
    color: #ffffff;
    font-weight: 900;
}

.invite-admin-muted[b-9bh4p8z7ex] {
    color: #aaa8cc;
}

.invite-admin-latest[b-9bh4p8z7ex] {
    border-radius: 8px;
    box-shadow: 0 1rem 2.5rem rgba(53, 211, 162, 0.16);
}

.invite-admin-latest-content[b-9bh4p8z7ex] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.invite-admin-latest-content strong[b-9bh4p8z7ex],
.invite-admin-code[b-9bh4p8z7ex] {
    font-family: "Consolas", "SFMono-Regular", monospace;
    letter-spacing: 0;
}

.invite-admin-code-list[b-9bh4p8z7ex] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.invite-admin-code-list strong[b-9bh4p8z7ex] {
    padding: 0.25rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.18);
    overflow-wrap: anywhere;
}

.invite-admin-stat[b-9bh4p8z7ex],
.invite-admin-panel[b-9bh4p8z7ex] {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(214, 205, 255, 0.3);
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 0%, rgba(141, 108, 255, 0.48), transparent 18rem),
        radial-gradient(circle at 86% 6%, rgba(243, 111, 214, 0.34), transparent 18rem),
        linear-gradient(135deg, rgba(57, 45, 132, 0.95), rgba(29, 44, 112, 0.92) 52%, rgba(67, 38, 129, 0.94));
    box-shadow:
        0 1.2rem 3rem rgba(6, 7, 24, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(22px);
}

.invite-admin-stat[b-9bh4p8z7ex]::before,
.invite-admin-panel[b-9bh4p8z7ex]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.16), transparent 7rem),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 62%);
}

.invite-admin-stat > *[b-9bh4p8z7ex],
.invite-admin-panel > *[b-9bh4p8z7ex] {
    position: relative;
    z-index: 1;
}

.invite-admin-stat[b-9bh4p8z7ex] {
    min-height: 6.5rem;
    padding: 1rem;
    align-items: center;
}

.invite-admin-stat .mud-icon-root[b-9bh4p8z7ex] {
    width: 2.875rem;
    height: 2.875rem;
    padding: 0.625rem;
    border-radius: 8px;
    color: #ffffff;
}

.invite-admin-stat--primary .mud-icon-root[b-9bh4p8z7ex] {
    background: linear-gradient(135deg, #8d6cff, #f36fd6);
}

.invite-admin-stat--success .mud-icon-root[b-9bh4p8z7ex] {
    background: linear-gradient(135deg, #35d3a2, #66d7ff);
}

.invite-admin-stat--info .mud-icon-root[b-9bh4p8z7ex] {
    background: linear-gradient(135deg, #66d7ff, #8d6cff);
}

.invite-admin-stat--warning .mud-icon-root[b-9bh4p8z7ex] {
    background: linear-gradient(135deg, #ffb86b, #f36fd6);
}

.invite-admin-panel[b-9bh4p8z7ex] {
    padding: 1.25rem;
}

.invite-admin-panel h2[b-9bh4p8z7ex],
.invite-admin-panel .mud-typography-h6[b-9bh4p8z7ex] {
    color: #ffffff;
    font-weight: 800;
}

.invite-admin-panel-heading[b-9bh4p8z7ex] {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.invite-admin-loading[b-9bh4p8z7ex],
.invite-admin-empty[b-9bh4p8z7ex] {
    min-height: 20rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.75rem;
    text-align: center;
}

.invite-admin-empty[b-9bh4p8z7ex] {
    border: 1px dashed rgba(214, 205, 255, 0.26);
    border-radius: 8px;
    background:
        radial-gradient(circle at 30% 34%, rgba(102, 215, 255, 0.34), transparent 18rem),
        radial-gradient(circle at 70% 28%, rgba(243, 111, 214, 0.3), transparent 18rem),
        radial-gradient(circle at 48% 0%, rgba(141, 108, 255, 0.46), transparent 22rem),
        linear-gradient(135deg, rgba(50, 58, 139, 0.92), rgba(47, 42, 114, 0.94) 54%, rgba(60, 44, 132, 0.94));
}

.invite-admin-empty .mud-icon-root[b-9bh4p8z7ex] {
    color: #d8d1ff;
}

.invite-admin-table[b-9bh4p8z7ex] {
    border: 1px solid rgba(214, 205, 255, 0.14);
    border-radius: 8px;
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 34%, rgba(102, 215, 255, 0.34), transparent 18rem),
        radial-gradient(circle at 70% 28%, rgba(243, 111, 214, 0.3), transparent 18rem),
        radial-gradient(circle at 48% 0%, rgba(141, 108, 255, 0.46), transparent 22rem),
        linear-gradient(135deg, rgba(50, 58, 139, 0.92), rgba(47, 42, 114, 0.94) 54%, rgba(60, 44, 132, 0.94));
}

.invite-admin-code[b-9bh4p8z7ex] {
    overflow-wrap: anywhere;
}

.invite-admin-used[b-9bh4p8z7ex] {
    display: grid;
    gap: 0.125rem;
}

.invite-admin-page .invite-admin-toolbar[b-9bh4p8z7ex] {
    border-color: rgba(214, 205, 255, 0.24);
    background:
        radial-gradient(circle at 12% 0%, rgba(141, 108, 255, 0.38), transparent 18rem),
        radial-gradient(circle at 82% 4%, rgba(243, 111, 214, 0.28), transparent 16rem),
        linear-gradient(135deg, rgba(43, 35, 101, 0.84), rgba(23, 31, 82, 0.76) 58%, rgba(74, 34, 103, 0.74)) !important;
    background-color: transparent !important;
    box-shadow:
        0 1rem 2.4rem rgba(7, 8, 24, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.invite-admin-page .invite-admin-panel[b-9bh4p8z7ex],
.invite-admin-page .invite-admin-stat[b-9bh4p8z7ex] {
    border-color: rgba(214, 205, 255, 0.3) !important;
    background:
        radial-gradient(circle at 14% 0%, rgba(141, 108, 255, 0.48), transparent 18rem),
        radial-gradient(circle at 86% 6%, rgba(243, 111, 214, 0.34), transparent 18rem),
        linear-gradient(135deg, rgba(57, 45, 132, 0.95), rgba(29, 44, 112, 0.92) 52%, rgba(67, 38, 129, 0.94)) !important;
    background-color: transparent !important;
    box-shadow:
        0 1.2rem 3rem rgba(6, 7, 24, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.invite-admin-page .invite-admin-stat[b-9bh4p8z7ex] {
    position: relative;
    overflow: hidden;
}

.invite-admin-page .invite-admin-stat[b-9bh4p8z7ex]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.18), transparent 6rem),
        linear-gradient(90deg, rgba(255, 255, 255, 0.075), transparent 60%);
}

.invite-admin-page .invite-admin-stat > *[b-9bh4p8z7ex] {
    position: relative;
    z-index: 1;
}

.invite-admin-page .invite-admin-stat--primary[b-9bh4p8z7ex] {
    background:
        radial-gradient(circle at 14% 12%, rgba(202, 157, 255, 0.72), transparent 8rem),
        linear-gradient(135deg, rgba(125, 84, 235, 0.96), rgba(69, 50, 166, 0.94) 52%, rgba(63, 38, 141, 0.96)) !important;
}

.invite-admin-page .invite-admin-stat--success[b-9bh4p8z7ex] {
    background:
        radial-gradient(circle at 14% 12%, rgba(86, 240, 207, 0.66), transparent 8rem),
        linear-gradient(135deg, rgba(27, 151, 164, 0.94), rgba(40, 82, 162, 0.94) 54%, rgba(59, 42, 138, 0.96)) !important;
}

.invite-admin-page .invite-admin-stat--info[b-9bh4p8z7ex] {
    background:
        radial-gradient(circle at 14% 12%, rgba(112, 221, 255, 0.68), transparent 8rem),
        linear-gradient(135deg, rgba(54, 123, 216, 0.96), rgba(68, 67, 180, 0.94) 54%, rgba(60, 43, 139, 0.96)) !important;
}

.invite-admin-page .invite-admin-stat--warning[b-9bh4p8z7ex] {
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 127, 226, 0.7), transparent 8rem),
        linear-gradient(135deg, rgba(166, 67, 183, 0.96), rgba(86, 49, 153, 0.94) 55%, rgba(58, 42, 135, 0.96)) !important;
}

.invite-admin-page .invite-admin-empty[b-9bh4p8z7ex],
.invite-admin-page .invite-admin-table[b-9bh4p8z7ex] {
    border-color: rgba(214, 205, 255, 0.32);
    background:
        radial-gradient(circle at 30% 34%, rgba(102, 215, 255, 0.34), transparent 18rem),
        radial-gradient(circle at 70% 28%, rgba(243, 111, 214, 0.3), transparent 18rem),
        radial-gradient(circle at 48% 0%, rgba(141, 108, 255, 0.46), transparent 22rem),
        linear-gradient(135deg, rgba(50, 58, 139, 0.92), rgba(47, 42, 114, 0.94) 54%, rgba(60, 44, 132, 0.94)) !important;
    background-color: transparent !important;
}

.invite-admin-page .invite-admin-latest[b-9bh4p8z7ex] {
    border: 1px solid rgba(134, 239, 172, 0.32);
    background:
        radial-gradient(circle at 14% 0%, rgba(74, 231, 197, 0.4), transparent 16rem),
        linear-gradient(135deg, rgba(27, 151, 164, 0.88), rgba(55, 63, 145, 0.9) 56%, rgba(79, 46, 135, 0.92)) !important;
    background-color: transparent !important;
}

.invite-admin-page[b-9bh4p8z7ex]  .invite-admin-stat,
.invite-admin-page[b-9bh4p8z7ex]  .invite-admin-panel {
    border-color: rgba(214, 205, 255, 0.3) !important;
    background:
        radial-gradient(circle at 14% 0%, rgba(141, 108, 255, 0.48), transparent 18rem),
        radial-gradient(circle at 86% 6%, rgba(243, 111, 214, 0.34), transparent 18rem),
        linear-gradient(135deg, rgba(57, 45, 132, 0.95), rgba(29, 44, 112, 0.92) 52%, rgba(67, 38, 129, 0.94)) !important;
    background-color: transparent !important;
    box-shadow:
        0 1.2rem 3rem rgba(6, 7, 24, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.invite-admin-page[b-9bh4p8z7ex]  .invite-admin-stat--primary {
    background:
        radial-gradient(circle at 14% 12%, rgba(202, 157, 255, 0.72), transparent 8rem),
        linear-gradient(135deg, rgba(125, 84, 235, 0.96), rgba(69, 50, 166, 0.94) 52%, rgba(63, 38, 141, 0.96)) !important;
}

.invite-admin-page[b-9bh4p8z7ex]  .invite-admin-stat--success {
    background:
        radial-gradient(circle at 14% 12%, rgba(86, 240, 207, 0.66), transparent 8rem),
        linear-gradient(135deg, rgba(27, 151, 164, 0.94), rgba(40, 82, 162, 0.94) 54%, rgba(59, 42, 138, 0.96)) !important;
}

.invite-admin-page[b-9bh4p8z7ex]  .invite-admin-stat--info {
    background:
        radial-gradient(circle at 14% 12%, rgba(112, 221, 255, 0.68), transparent 8rem),
        linear-gradient(135deg, rgba(54, 123, 216, 0.96), rgba(68, 67, 180, 0.94) 54%, rgba(60, 43, 139, 0.96)) !important;
}

.invite-admin-page[b-9bh4p8z7ex]  .invite-admin-stat--warning {
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 127, 226, 0.7), transparent 8rem),
        linear-gradient(135deg, rgba(166, 67, 183, 0.96), rgba(86, 49, 153, 0.94) 55%, rgba(58, 42, 135, 0.96)) !important;
}

.invite-admin-page[b-9bh4p8z7ex]  .invite-admin-table {
    background:
        radial-gradient(circle at 30% 34%, rgba(102, 215, 255, 0.34), transparent 18rem),
        radial-gradient(circle at 70% 28%, rgba(243, 111, 214, 0.3), transparent 18rem),
        radial-gradient(circle at 48% 0%, rgba(141, 108, 255, 0.46), transparent 22rem),
        linear-gradient(135deg, rgba(50, 58, 139, 0.92), rgba(47, 42, 114, 0.94) 54%, rgba(60, 44, 132, 0.94)) !important;
    background-color: transparent !important;
}

.invite-admin-page[b-9bh4p8z7ex]  .mud-table-body .mud-table-row {
    background:
        linear-gradient(135deg, rgba(141, 108, 255, 0.12), rgba(102, 215, 255, 0.06)),
        rgba(23, 29, 78, 0.48) !important;
}

.invite-admin-page[b-9bh4p8z7ex]  .mud-table-head .mud-table-cell {
    background:
        linear-gradient(135deg, rgba(141, 108, 255, 0.22), rgba(243, 111, 214, 0.1)),
        rgba(42, 39, 105, 0.72) !important;
}

@media (max-width: 760px) {
    .invite-admin-toolbar[b-9bh4p8z7ex] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/ForumBoard.razor.rz.scp.css */
.forum-page[b-2jsknh9jjd] {
    padding: clamp(1.25rem, 4vw, 4rem);
}

.forum-heading[b-2jsknh9jjd] {
    display: grid;
    gap: 1rem;
}

.forum-title-area[b-2jsknh9jjd] {
    max-width: 58rem;
    display: grid;
    gap: 0.875rem;
}

.forum-title[b-2jsknh9jjd] {
    color: #132126;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.forum-description[b-2jsknh9jjd] {
    max-width: 46rem;
    color: #52616b;
}

.forum-path-panel[b-2jsknh9jjd],
.forum-board[b-2jsknh9jjd],
.forum-aside[b-2jsknh9jjd],
.forum-empty[b-2jsknh9jjd] {
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
}

.forum-path-panel[b-2jsknh9jjd] {
    margin-top: 1.5rem;
    padding: 1rem 1.125rem;
}

.forum-path[b-2jsknh9jjd] {
    color: #0f766e;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.forum-content[b-2jsknh9jjd] {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 19rem;
    gap: 1rem;
    align-items: start;
}

.forum-board[b-2jsknh9jjd] {
    min-height: 24rem;
    padding: 1.25rem;
}

.forum-board-heading[b-2jsknh9jjd] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.forum-tag-filter[b-2jsknh9jjd] {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.forum-tag-filter a[b-2jsknh9jjd] {
    min-height: 2.25rem;
    padding: 0.4rem 0.75rem;
    border: 1px solid #d6dee7;
    border-radius: 8px;
    color: #344054;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
}

.forum-tag-filter a.is-active[b-2jsknh9jjd] {
    border-color: #0f766e;
    color: #0f766e;
    background: #ccfbf1;
    font-weight: 800;
}

.forum-tag-filter em[b-2jsknh9jjd] {
    color: #667085;
    font-style: normal;
    font-size: 0.75rem;
}

.forum-article-list[b-2jsknh9jjd] {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
}

.forum-article-card[b-2jsknh9jjd] {
    min-height: 6rem;
    padding: 1rem;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    color: inherit;
    background: #ffffff;
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.875rem;
    text-decoration: none;
}

.forum-article-card:hover[b-2jsknh9jjd] {
    border-color: #0f766e;
    background: #f0fdfa;
}

.forum-article-icon[b-2jsknh9jjd] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
    color: #0f766e;
    background: #ccfbf1;
    display: grid;
    place-items: center;
}

.forum-article-copy[b-2jsknh9jjd] {
    min-width: 0;
    display: grid;
    gap: 0.375rem;
}

.forum-article-title[b-2jsknh9jjd] {
    color: #172026;
    font-size: 1rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.forum-article-summary[b-2jsknh9jjd] {
    color: #52616b;
    overflow-wrap: anywhere;
}

.forum-article-url[b-2jsknh9jjd] {
    color: #0f766e;
    font-size: 0.8125rem;
    overflow-wrap: anywhere;
}

.forum-article-clicks[b-2jsknh9jjd] {
    width: fit-content;
    min-height: 1.625rem;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    color: #475467;
    background: #f1f5f9;
    font-size: 0.75rem;
    font-weight: 700;
}

.forum-article-tags[b-2jsknh9jjd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.forum-article-tags span[b-2jsknh9jjd] {
    min-height: 1.625rem;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    color: #475467;
    background: #eef4ff;
    font-size: 0.75rem;
}

.forum-topic-empty[b-2jsknh9jjd],
.forum-empty[b-2jsknh9jjd] {
    min-height: 17rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.75rem;
    color: #0f766e;
    text-align: center;
}

.forum-topic-empty[b-2jsknh9jjd] {
    margin-top: 2rem;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
}

.forum-empty[b-2jsknh9jjd] {
    padding: 2rem;
}

.forum-aside[b-2jsknh9jjd] {
    padding: 1.125rem;
    display: grid;
    gap: 1rem;
}

.forum-side-stack[b-2jsknh9jjd] {
    display: grid;
    gap: 1rem;
}

.forum-filter-summary[b-2jsknh9jjd] {
    align-content: start;
}

.forum-meta-list[b-2jsknh9jjd] {
    display: grid;
    gap: 0.75rem;
}

.forum-meta-list > div[b-2jsknh9jjd] {
    min-height: 3rem;
    padding: 0.75rem;
    border-radius: 8px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.forum-meta-list span[b-2jsknh9jjd],
.forum-muted[b-2jsknh9jjd] {
    color: #667085;
}

.forum-meta-list strong[b-2jsknh9jjd] {
    color: #172026;
}

@media (max-width: 960px) {
    .forum-content[b-2jsknh9jjd] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .forum-board-heading[b-2jsknh9jjd] {
        flex-direction: column;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.game-directory[b-7gt2111kuu] {
    width: min(100%, 1112px);
    margin: 0 auto;
    padding: 0 0 2rem;
    background: #ffffff;
    color: #14212b;
    font-size: 14px;
}

.directory-toolbar[b-7gt2111kuu] {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.directory-tabs[b-7gt2111kuu] {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
    gap: 2.4rem;
    min-height: 56px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.directory-tab[b-7gt2111kuu] {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 8.5rem;
    color: #111827;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.directory-tab:hover[b-7gt2111kuu],
.directory-tab.is-active[b-7gt2111kuu] {
    color: #111827;
    font-weight: 700;
}

.directory-tab.is-active[b-7gt2111kuu]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #ff6a00;
}

.directory-search[b-7gt2111kuu] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    color: #111827;
    white-space: nowrap;
}

.directory-search-hint[b-7gt2111kuu] {
    margin-right: 0.75rem;
    font-size: 12px;
}

.directory-search-box[b-7gt2111kuu] {
    width: 178px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 0.5rem;
    border: 1px solid #cfcfcf;
    border-right: 0;
    background: #ffffff;
}

.directory-search-icon[b-7gt2111kuu] {
    width: 16px;
    height: 16px;
    display: inline-grid;
    place-items: center;
    color: #a8a8a8;
    flex: 0 0 auto;
}

.directory-search-box input[b-7gt2111kuu] {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    color: #333333;
    background: transparent;
    font: inherit;
    font-size: 12px;
}

.directory-search-box input[b-7gt2111kuu]::placeholder {
    color: #9a9a9a;
}

.directory-search-button[b-7gt2111kuu] {
    width: 48px;
    height: 26px;
    border: 1px solid #cfcfcf;
    color: #333333;
    background: #f5f5f5;
    font-size: 12px;
    cursor: pointer;
}

.directory-search-button:hover[b-7gt2111kuu] {
    background: #eeeeee;
}

.letter-index[b-7gt2111kuu] {
    min-height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 25px;
    background: #f6f6f6;
    overflow-x: auto;
}

.letter-index a[b-7gt2111kuu] {
    color: #0f1f2e;
    text-decoration: none;
    white-space: nowrap;
    line-height: 48px;
}

.letter-index a:first-child[b-7gt2111kuu] {
    color: #ff5f00;
}

.letter-index a:hover[b-7gt2111kuu],
.letter-index a.is-active[b-7gt2111kuu] {
    color: #ff5f00;
    font-weight: 700;
}

.directory-result-bar[b-7gt2111kuu] {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 16px;
    color: #666666;
    border-bottom: 1px solid #f2f2f2;
}

.directory-result-bar a[b-7gt2111kuu] {
    color: #ff5f00;
    text-decoration: none;
    white-space: nowrap;
}

.game-grid[b-7gt2111kuu] {
    padding-top: 18px;
    display: grid;
    grid-template-columns: repeat(8, minmax(92px, 1fr));
    column-gap: 36px;
    row-gap: 30px;
}

.game-card[b-7gt2111kuu] {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 12px;
    color: #3d4b56;
    text-align: center;
    text-decoration: none;
}

.game-card:hover[b-7gt2111kuu] {
    color: #ff5f00;
}

.game-icon[b-7gt2111kuu] {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #ffffff;
    background: #111827;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 18px rgba(17, 24, 39, 0.12);
}

.game-icon[b-7gt2111kuu]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.28), transparent 22px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%);
}

.game-icon-text[b-7gt2111kuu] {
    position: relative;
    z-index: 1;
    width: 76px;
    overflow-wrap: anywhere;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.game-name[b-7gt2111kuu] {
    width: 112px;
    min-height: 20px;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-icon-theme-0[b-7gt2111kuu] {
    background: linear-gradient(135deg, #151515, #8b1d1d);
}

.game-icon-theme-1[b-7gt2111kuu] {
    background: linear-gradient(135deg, #10251f, #13a35f);
}

.game-icon-theme-2[b-7gt2111kuu] {
    background: linear-gradient(135deg, #151820, #536274);
}

.game-icon-theme-3[b-7gt2111kuu] {
    background: linear-gradient(135deg, #0f172a, #2563eb);
}

.game-icon-theme-4[b-7gt2111kuu] {
    background: linear-gradient(135deg, #2d1608, #d97706);
}

.game-icon-theme-5[b-7gt2111kuu] {
    background: linear-gradient(135deg, #1e1b4b, #8b5cf6);
}

.game-icon-theme-6[b-7gt2111kuu] {
    background: linear-gradient(135deg, #042f2e, #0d9488);
}

.game-icon-theme-7[b-7gt2111kuu] {
    background: linear-gradient(135deg, #310b28, #db2777);
}

.game-icon-theme-8[b-7gt2111kuu] {
    background: linear-gradient(135deg, #082f49, #38bdf8);
}

.game-icon-theme-9[b-7gt2111kuu] {
    background: linear-gradient(135deg, #111827, #f97316);
}

.directory-empty[b-7gt2111kuu] {
    min-height: 320px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    color: #8a8a8a;
    text-align: center;
}

.directory-empty h1[b-7gt2111kuu] {
    margin: 0;
    color: #333333;
    font-size: 18px;
}

.directory-empty p[b-7gt2111kuu] {
    margin: 0;
}

.directory-empty a[b-7gt2111kuu] {
    color: #ff5f00;
    text-decoration: none;
}

@media (max-width: 1180px) {
    .game-directory[b-7gt2111kuu] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .game-grid[b-7gt2111kuu] {
        grid-template-columns: repeat(6, minmax(92px, 1fr));
        column-gap: 24px;
    }

}

@media (max-width: 860px) {
    .directory-toolbar[b-7gt2111kuu] {
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 0;
    }

    .directory-tabs[b-7gt2111kuu] {
        width: 100%;
        min-height: 42px;
        gap: 1.5rem;
        overflow-x: auto;
    }

    .directory-search[b-7gt2111kuu] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .letter-index[b-7gt2111kuu] {
        gap: 18px;
    }

    .game-grid[b-7gt2111kuu] {
        grid-template-columns: repeat(4, minmax(86px, 1fr));
        column-gap: 18px;
    }

}

@media (max-width: 560px) {
    .directory-search-hint[b-7gt2111kuu] {
        width: 100%;
        margin: 0 0 0.35rem;
    }

    .directory-search-box[b-7gt2111kuu] {
        width: min(100%, 230px);
    }

    .game-grid[b-7gt2111kuu] {
        grid-template-columns: repeat(3, minmax(82px, 1fr));
        column-gap: 12px;
        row-gap: 24px;
    }

    .game-icon[b-7gt2111kuu] {
        width: 82px;
        height: 82px;
        border-radius: 15px;
    }

    .game-name[b-7gt2111kuu] {
        width: 92px;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-cistgvfbdv] {
    min-height: 100vh;
    display: grid;
    align-content: start;
    gap: 1.5rem;
    padding: clamp(1.5rem, 4vw, 4rem);
    background: #f6f7f9;
    color: #1d2530;
}

.not-found-header[b-cistgvfbdv] {
    max-width: 52rem;
}

.not-found-kicker[b-cistgvfbdv] {
    margin: 0 0 .25rem;
    color: #0b64d8;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.not-found-header h1[b-cistgvfbdv] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
}

.not-found-header p:last-child[b-cistgvfbdv] {
    max-width: 44rem;
    margin: .75rem 0 0;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.8;
}

.not-found-charity[b-cistgvfbdv] {
    width: min(100%, 68rem);
    min-height: 30rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

@media (max-width: 640px) {
    .not-found-page[b-cistgvfbdv] {
        padding: 1rem;
    }

    .not-found-charity[b-cistgvfbdv] {
        min-height: 34rem;
        border-radius: 0;
    }
}
/* /Components/Pages/PathOfExile2Forum/PathOfExile2Forum.razor.rz.scp.css */
.poe2-forum-page[b-bplk2yuty2] {
    --poe2-ash: #0f0d0b;
    --poe2-iron: #181412;
    --poe2-panel: #241c16;
    --poe2-panel-soft: #30251c;
    --poe2-line: #654d34;
    --poe2-line-bright: #a47a42;
    --poe2-gold: #d9b46b;
    --poe2-gold-soft: #f0d99a;
    --poe2-blood: #7b211c;
    --poe2-parchment: #cdb888;
    --poe2-muted: #9c8b6e;
    min-height: 100vh;
    padding: clamp(1rem, 3vw, 3rem);
    color: var(--poe2-parchment);
    background:
        radial-gradient(circle at 18% 0%, rgba(151, 38, 25, 0.28), transparent 31rem),
        radial-gradient(circle at 88% 12%, rgba(185, 126, 56, 0.18), transparent 28rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px),
        linear-gradient(180deg, #17110e 0%, #090807 48%, #120d0b 100%);
}

.poe2-hero[b-bplk2yuty2] {
    max-width: 86rem;
    margin: 0 auto;
    display: grid;
    gap: 0.875rem;
}

.poe2-nav-strip[b-bplk2yuty2] {
    min-height: 2.75rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.poe2-nav-link[b-bplk2yuty2] {
    color: var(--poe2-gold-soft) !important;
    letter-spacing: 0;
}

.poe2-nav-link:hover[b-bplk2yuty2] {
    background: rgba(217, 180, 107, 0.1) !important;
}

.poe2-topic-panel[b-bplk2yuty2],
.poe2-empty-forum[b-bplk2yuty2] {
    border: 1px solid var(--poe2-line);
    box-shadow:
        inset 0 0 0 1px rgba(255, 220, 140, 0.08),
        0 1.125rem 2.5rem rgba(0, 0, 0, 0.34);
    background:
        linear-gradient(180deg, rgba(255, 234, 164, 0.075), transparent 8rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px),
        var(--poe2-panel);
}

.poe2-hero-frame[b-bplk2yuty2] {
    height: clamp(18rem, 34vw, 30rem);
    padding: 0;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    background:
        linear-gradient(180deg, rgba(255, 234, 164, 0.055), transparent 8rem),
        #090807;
}

.poe2-hero-frame[b-bplk2yuty2]::before,
.poe2-hero-frame[b-bplk2yuty2]::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.poe2-hero-frame[b-bplk2yuty2]::before {
    inset: 0;
    z-index: 2;
    border-top: 1px solid rgba(217, 180, 107, 0.5);
    border-bottom: 1px solid rgba(217, 180, 107, 0.38);
    background:
        linear-gradient(90deg, rgba(9, 8, 7, 0.62), transparent 18%, transparent 82%, rgba(9, 8, 7, 0.66)),
        linear-gradient(180deg, rgba(9, 8, 7, 0.16), transparent 48%, rgba(9, 8, 7, 0.42));
}

.poe2-hero-frame[b-bplk2yuty2]::after {
    inset: 0;
    z-index: 3;
    box-shadow:
        inset 0 0 4rem rgba(0, 0, 0, 0.52),
        inset 0 1px 0 rgba(255, 220, 140, 0.12),
        inset 0 -1px 0 rgba(255, 220, 140, 0.08);
    background:
        radial-gradient(ellipse at 50% 48%, transparent 0 48%, rgba(9, 8, 7, 0.34) 78%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 10px);
}

.poe2-hero-image[b-bplk2yuty2] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: block;
    object-fit: contain;
    object-position: center;
    filter: saturate(0.95) contrast(1.06) brightness(0.9);
}

.poe2-panel-kicker[b-bplk2yuty2] {
    color: var(--poe2-line-bright);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.poe2-empty-forum[b-bplk2yuty2] {
    max-width: 48rem;
    min-height: 20rem;
    margin: 1.25rem auto 0;
    padding: 2rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.875rem;
    text-align: center;
}

.poe2-empty-forum h2[b-bplk2yuty2],
.poe2-empty-title[b-bplk2yuty2] {
    margin: 0;
    color: #f2dfaa;
}

.poe2-empty-forum p[b-bplk2yuty2] {
    max-width: 36rem;
    color: var(--poe2-muted);
}

.poe2-empty-mark[b-bplk2yuty2] {
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--poe2-line-bright);
    display: grid;
    place-items: center;
    color: var(--poe2-gold-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.36);
}

.poe2-action-button[b-bplk2yuty2] {
    color: var(--poe2-gold-soft) !important;
    border-color: var(--poe2-line-bright) !important;
}

.poe2-filter-shell[b-bplk2yuty2],
.poe2-content-grid[b-bplk2yuty2] {
    max-width: 86rem;
    margin: 1rem auto 0;
}

.poe2-filter-shell[b-bplk2yuty2] {
    position: relative;
    overflow: hidden;
    --poe2-filter-collapsed-height: 4.375rem;
    --poe2-filter-expanded-height: 20rem;
    border: 1px solid var(--poe2-line);
    box-shadow:
        inset 0 0 0 1px rgba(255, 220, 140, 0.07),
        0 1rem 2rem rgba(0, 0, 0, 0.28);
    background:
        linear-gradient(180deg, rgba(255, 234, 164, 0.055), transparent 7rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 10px),
        #17120f;
    transition: max-height 180ms ease;
}

.poe2-filter-shell.is-collapsed[b-bplk2yuty2] {
    max-height: var(--poe2-filter-collapsed-height);
}

.poe2-filter-shell.is-expanded[b-bplk2yuty2] {
    max-height: var(--poe2-filter-expanded-height);
}

.poe2-filter-toggle[b-bplk2yuty2] {
    width: 2.875rem;
    height: 2.875rem;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: var(--poe2-gold);
    background: transparent;
    cursor: pointer;
    display: block;
}

.poe2-filter-toggle[hidden][b-bplk2yuty2] {
    display: none;
}

.poe2-filter-toggle[b-bplk2yuty2]::after {
    content: "";
    width: 0.65rem;
    aspect-ratio: 1;
    position: absolute;
    top: 0.95rem;
    right: 1rem;
    border-right: 2px solid var(--poe2-gold);
    border-bottom: 2px solid var(--poe2-gold);
    transform: rotate(45deg);
    transition: transform 160ms ease;
}

.poe2-filter-shell.is-expanded .poe2-filter-toggle[b-bplk2yuty2]::after {
    transform: rotate(225deg);
}

.poe2-filter-toggle:hover[b-bplk2yuty2] {
    background: rgba(217, 180, 107, 0.08);
}

.poe2-filter-toggle:focus-visible[b-bplk2yuty2],
.poe2-fixed-filter:focus-visible[b-bplk2yuty2] {
    outline: 2px solid var(--poe2-gold);
    outline-offset: 2px;
}

.poe2-fixed-filters[b-bplk2yuty2] {
    padding: 0.875rem 1rem 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.32)),
        rgba(12, 9, 8, 0.62);
}

.poe2-filter-shell.is-collapsible .poe2-fixed-filters[b-bplk2yuty2] {
    padding-right: 3.75rem;
}

.poe2-fixed-filter[b-bplk2yuty2] {
    min-width: 5.75rem;
    min-height: 2.5rem;
    padding: 0.42rem 0.75rem;
    border: 1px solid rgba(164, 122, 66, 0.46);
    color: var(--poe2-parchment);
    background:
        linear-gradient(180deg, rgba(255, 234, 164, 0.055), rgba(0, 0, 0, 0.18)),
        rgba(25, 18, 14, 0.9);
    box-shadow: inset 0 0 0 1px rgba(255, 220, 140, 0.035);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition:
        border-color 140ms ease,
        background 140ms ease,
        color 140ms ease,
        transform 140ms ease;
}

.poe2-fixed-filter:hover[b-bplk2yuty2] {
    border-color: var(--poe2-gold);
    color: #ffe6a6;
    background:
        linear-gradient(180deg, rgba(217, 180, 107, 0.16), rgba(0, 0, 0, 0.16)),
        rgba(35, 25, 18, 0.94);
    transform: translateY(-1px);
}

.poe2-fixed-filter.is-active[b-bplk2yuty2] {
    border-color: var(--poe2-gold);
    color: var(--poe2-gold-soft);
    background:
        linear-gradient(180deg, rgba(217, 180, 107, 0.22), rgba(123, 33, 28, 0.22)),
        rgba(25, 18, 14, 0.96);
    box-shadow:
        inset 0 0 0 1px rgba(255, 220, 140, 0.1),
        inset 0 0 1rem rgba(217, 180, 107, 0.08);
}

.poe2-fixed-filter.is-blue span[b-bplk2yuty2] {
    color: #8fd3f6;
}

.poe2-fixed-filter.is-red span[b-bplk2yuty2] {
    color: #ff8a75;
}

.poe2-fixed-filter.is-all span[b-bplk2yuty2] {
    color: var(--poe2-gold-soft);
}

.poe2-fixed-filter em[b-bplk2yuty2] {
    min-width: 2.1rem;
    padding: 0.14rem 0.34rem;
    border: 1px solid rgba(255, 220, 140, 0.22);
    border-radius: 0.25rem;
    color: #1a100d;
    background:
        linear-gradient(180deg, #bca77b, #6e5a3c);
    font-style: normal;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.poe2-content-grid[b-bplk2yuty2] {
    display: grid;
    gap: 1rem;
    align-items: start;
}

.poe2-topic-panel[b-bplk2yuty2] {
    min-height: 28rem;
}

.poe2-panel-heading[b-bplk2yuty2] {
    min-height: 5rem;
    padding: 1rem 1.125rem;
    border-bottom: 1px solid var(--poe2-line);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.poe2-panel-title[b-bplk2yuty2] {
    margin: 0.2rem 0 0;
    color: #f2dfaa;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.poe2-topic-count[b-bplk2yuty2] {
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(217, 180, 107, 0.34);
    color: var(--poe2-gold-soft);
    background: rgba(0, 0, 0, 0.34);
    white-space: nowrap;
}

.poe2-topic-empty[b-bplk2yuty2] {
    min-height: 17rem;
    margin: 1rem;
    border: 1px dashed rgba(164, 122, 66, 0.55);
    background: rgba(0, 0, 0, 0.2);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.75rem;
    color: var(--poe2-muted);
    text-align: center;
}

.poe2-topic-empty p[b-bplk2yuty2] {
    margin: 0;
}

.poe2-empty-title[b-bplk2yuty2] {
    font-weight: 800;
}

.poe2-topic-table[b-bplk2yuty2] {
    display: grid;
}

.poe2-topic-head[b-bplk2yuty2],
.poe2-topic-row[b-bplk2yuty2] {
    display: grid;
    grid-template-columns: minmax(18rem, 1fr) minmax(7rem, 10rem) 4.5rem 9.5rem;
    align-items: center;
}

.poe2-topic-head[b-bplk2yuty2] {
    min-height: 2.25rem;
    padding: 0 1rem 0 4.375rem;
    border-bottom: 1px solid rgba(101, 77, 52, 0.62);
    color: var(--poe2-line-bright);
    background: rgba(0, 0, 0, 0.28);
    font-size: 0.75rem;
    font-weight: 800;
}

.poe2-topic-row[b-bplk2yuty2] {
    min-height: 5.75rem;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid rgba(101, 77, 52, 0.44);
    color: inherit;
    text-decoration: none;
    position: relative;
    gap: 0.875rem;
}

.poe2-topic-row[b-bplk2yuty2]::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(90deg, rgba(123, 33, 28, 0.4), rgba(217, 180, 107, 0.08));
    transition: opacity 140ms ease;
}

.poe2-topic-row:hover[b-bplk2yuty2]::before {
    opacity: 1;
}

.poe2-topic-row:hover .poe2-topic-title[b-bplk2yuty2] {
    color: #ffe6a6;
}

.poe2-topic-glyph[b-bplk2yuty2] {
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(217, 180, 107, 0.42);
    color: var(--poe2-gold-soft);
    background: radial-gradient(circle, rgba(123, 33, 28, 0.7), rgba(0, 0, 0, 0.52));
    display: grid;
    place-items: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.8125rem;
    grid-row: 1;
}

.poe2-topic-glyph--external[b-bplk2yuty2] {
    color: #ffe6a6;
    font-family: inherit;
}

.poe2-topic-glyph--external .mud-icon-root[b-bplk2yuty2] {
    width: 1.35rem;
    height: 1.35rem;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.4));
}

.poe2-topic-row:hover .poe2-topic-glyph--external[b-bplk2yuty2] {
    border-color: rgba(255, 230, 166, 0.76);
    background:
        radial-gradient(circle at 70% 28%, rgba(255, 230, 166, 0.2), transparent 1.7rem),
        radial-gradient(circle, rgba(123, 33, 28, 0.76), rgba(0, 0, 0, 0.56));
}

.poe2-topic-main[b-bplk2yuty2] {
    min-width: 0;
    display: grid;
    gap: 0.35rem;
    grid-column: 1;
    padding-left: 3.5rem;
}

.poe2-topic-glyph[b-bplk2yuty2] {
    position: absolute;
    left: 1rem;
}

.poe2-topic-title[b-bplk2yuty2] {
    color: var(--poe2-gold-soft);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.poe2-topic-summary[b-bplk2yuty2] {
    color: var(--poe2-muted);
    font-size: 0.875rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.poe2-topic-tags[b-bplk2yuty2] {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 0.15rem;
}

.poe2-topic-tags span[b-bplk2yuty2] {
    max-width: 100%;
    padding: 0.18rem 0.45rem;
    border: 1px solid rgba(164, 122, 66, 0.34);
    color: var(--poe2-parchment);
    background: rgba(0, 0, 0, 0.24);
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.poe2-topic-source[b-bplk2yuty2],
.poe2-topic-clicks[b-bplk2yuty2],
.poe2-topic-time[b-bplk2yuty2] {
    color: var(--poe2-muted);
    font-size: 0.8125rem;
    overflow-wrap: anywhere;
}

.poe2-topic-clicks[b-bplk2yuty2] {
    color: var(--poe2-gold);
    font-weight: 800;
}

@media (max-width: 1120px) {
    .poe2-content-grid[b-bplk2yuty2] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .poe2-forum-page[b-bplk2yuty2] {
        padding: 0.75rem;
    }

    .poe2-nav-strip[b-bplk2yuty2],
    .poe2-panel-heading[b-bplk2yuty2] {
        align-items: stretch;
        flex-direction: column;
    }

    .poe2-fixed-filters[b-bplk2yuty2] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .poe2-fixed-filter[b-bplk2yuty2] {
        min-width: 0;
        width: 100%;
    }

    .poe2-topic-head[b-bplk2yuty2] {
        display: none;
    }

    .poe2-topic-row[b-bplk2yuty2] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .poe2-topic-main[b-bplk2yuty2] {
        padding-left: 3.5rem;
    }

    .poe2-topic-source[b-bplk2yuty2],
    .poe2-topic-clicks[b-bplk2yuty2],
    .poe2-topic-time[b-bplk2yuty2] {
        padding-left: 3.5rem;
    }

    .poe2-topic-count[b-bplk2yuty2] {
        width: fit-content;
    }
}

@media (max-width: 460px) {
    .poe2-fixed-filters[b-bplk2yuty2] {
        grid-template-columns: 1fr;
    }
}
