/* /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-group-title[b-ugkeog1r0z] {
    margin: 1rem 0 0.375rem;
    padding: 0 0.75rem;
    color: #aaa8cc;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
}

.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--button[b-p8snu4y2i7] {
    cursor: pointer;
    transition:
        border-color 160ms ease,
        filter 160ms ease,
        transform 160ms ease;
}

.article-admin-stat--button:hover[b-p8snu4y2i7],
.article-admin-stat--button:focus-visible[b-p8snu4y2i7] {
    border-color: rgba(255, 255, 255, 0.46);
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.article-admin-stat--button:focus-visible[b-p8snu4y2i7] {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.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: visible;
    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: visible;
    background:
        linear-gradient(135deg, rgba(141, 108, 255, 0.08), rgba(243, 111, 214, 0.04)),
        rgba(12, 14, 30, 0.18);
}

.article-admin-table[b-p8snu4y2i7]  .mud-table-container {
    overflow: visible;
}

.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-tag-editor[b-p8snu4y2i7] {
    display: grid;
    gap: 0.75rem;
}

.article-tag-chip-list[b-p8snu4y2i7] {
    min-height: 3.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid rgba(214, 205, 255, 0.28);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 0%, rgba(102, 215, 255, 0.16), transparent 10rem),
        linear-gradient(135deg, rgba(46, 51, 126, 0.72), rgba(50, 39, 118, 0.76));
}

.article-tag-chip[b-p8snu4y2i7] {
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    max-width: 100%;
    padding: 0.125rem 0.25rem 0.125rem 0.75rem;
    border: 1px solid rgba(235, 228, 255, 0.42);
    border-radius: 4px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(51, 40, 103, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.article-tag-chip-text[b-p8snu4y2i7] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: anywhere;
}

[b-p8snu4y2i7] .article-tag-remove {
    flex: 0 0 auto;
}

[b-p8snu4y2i7] .article-tag-remove.mud-button-root {
    width: 1.375rem;
    height: 1.375rem;
    min-width: 1.375rem;
    padding: 0;
    color: #d8d1ff;
}

[b-p8snu4y2i7] .article-tag-remove.mud-button-root:hover,
[b-p8snu4y2i7] .article-tag-remove.mud-button-root:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.article-tag-search-item[b-p8snu4y2i7] {
    min-width: 0;
    display: grid;
    gap: 0.125rem;
    padding: 0.125rem 0;
}

.article-tag-search-line[b-p8snu4y2i7] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.article-tag-search-name[b-p8snu4y2i7] {
    min-width: 0;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-tag-search-status[b-p8snu4y2i7] {
    flex: 0 0 auto;
}

.article-tag-search-path[b-p8snu4y2i7],
.article-tag-search-message[b-p8snu4y2i7] {
    color: #aaa8cc;
}

.article-tag-search-path[b-p8snu4y2i7] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-admin-row-actions[b-p8snu4y2i7] {
    gap: 0.125rem;
    min-width: 2.5rem;
    justify-content: center;
}

.article-admin-action-menu[b-p8snu4y2i7] {
    display: inline-flex;
}

.article-admin-action-menu[b-p8snu4y2i7]  .mud-button-root {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    border: 1px solid rgba(214, 205, 255, 0.2);
    border-radius: 8px;
    color: #d8d1ff;
    background: rgba(255, 255, 255, 0.04);
}

.article-admin-action-menu[b-p8snu4y2i7]  .mud-button-root:hover,
.article-admin-action-menu[b-p8snu4y2i7]  .mud-button-root:focus-visible {
    border-color: rgba(255, 255, 255, 0.38);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

[b-p8snu4y2i7] .article-admin-action-popover {
    z-index: 1300;
    border: 1px solid rgba(214, 205, 255, 0.28);
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 0%, rgba(141, 108, 255, 0.3), transparent 9rem),
        linear-gradient(135deg, rgba(42, 39, 100, 0.96), rgba(29, 36, 85, 0.96)) !important;
    box-shadow:
        0 1rem 2.25rem rgba(4, 5, 18, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px);
}

[b-p8snu4y2i7] .article-admin-action-popover .mud-list {
    padding: 0.35rem;
    background: transparent;
}

[b-p8snu4y2i7] .article-admin-action-popover .mud-list-item {
    border-radius: 6px;
    color: #f4f0ff;
}

[b-p8snu4y2i7] .article-admin-action-popover .mud-list-item:hover,
[b-p8snu4y2i7] .article-admin-action-popover .mud-list-item:focus-visible {
    background: rgba(255, 255, 255, 0.1);
}

.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-index-tags[b-vcd3m2t426],
.category-index-list[b-vcd3m2t426],
.category-index-editor[b-vcd3m2t426],
.category-index-editor-heading[b-vcd3m2t426],
.category-index-picker[b-vcd3m2t426],
.category-index-item[b-vcd3m2t426],
.category-index-item-actions[b-vcd3m2t426] {
    display: flex;
    gap: 0.5rem;
}

.category-index-tags[b-vcd3m2t426],
.category-index-list[b-vcd3m2t426] {
    flex-wrap: wrap;
}

.category-index-tags[b-vcd3m2t426] {
    gap: 0.375rem;
}

.category-index-tags span[b-vcd3m2t426] {
    padding: 0.125rem 0.5rem;
    border: 1px solid rgba(214, 205, 255, 0.22);
    border-radius: 999px;
    background: rgba(141, 108, 255, 0.18);
    color: #f8f7ff;
    font-size: 0.78rem;
    font-weight: 700;
}

.category-index-search-message[b-vcd3m2t426] {
    color: #aaa8cc;
}

.category-index-editor[b-vcd3m2t426] {
    flex-direction: column;
    width: min(100%, 42rem);
    padding: 0.75rem;
    border: 1px solid rgba(214, 205, 255, 0.22);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 0%, rgba(102, 215, 255, 0.12), transparent 10rem),
        linear-gradient(135deg, rgba(13, 15, 31, 0.18), rgba(141, 108, 255, 0.08));
}

.category-index-editor-heading[b-vcd3m2t426],
.category-index-picker[b-vcd3m2t426],
.category-index-item[b-vcd3m2t426] {
    align-items: center;
}

.category-index-editor-heading[b-vcd3m2t426],
.category-index-item[b-vcd3m2t426] {
    justify-content: space-between;
}

.category-index-picker[b-vcd3m2t426] {
    display: grid;
    grid-template-columns: minmax(12rem, 1fr) auto;
    align-items: center;
    gap: 0.5rem;
}

.category-index-picker[b-vcd3m2t426]  .mud-input-control {
    min-width: 0;
}

.category-index-list[b-vcd3m2t426] {
    flex-direction: row;
    gap: 0.375rem;
    user-select: none;
}

.category-index-item[b-vcd3m2t426] {
    min-height: 2.25rem;
    max-width: 100%;
    padding: 0.125rem 0.25rem 0.125rem 0.25rem;
    border: 1px solid rgba(214, 205, 255, 0.18);
    border-radius: 999px;
    background: rgba(10, 12, 28, 0.18);
    touch-action: none;
    transition:
        border-color 0.16s ease,
        box-shadow 0.16s ease,
        transform 0.16s ease;
}

.category-index-list--dragging .category-index-item[b-vcd3m2t426] {
    cursor: grabbing;
}

.category-index-item--dragging[b-vcd3m2t426] {
    border-color: rgba(166, 126, 255, 0.72);
    box-shadow: 0 0.75rem 1.4rem rgba(8, 9, 25, 0.3);
    opacity: 0.82;
    transform: translateY(-1px);
    z-index: 2;
}

.category-index-drag-handle[b-vcd3m2t426] {
    width: 1.625rem;
    height: 1.625rem;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(248, 247, 255, 0.72);
    cursor: grab;
    touch-action: none;
}

.category-index-drag-handle:hover[b-vcd3m2t426],
.category-index-drag-handle:focus-visible[b-vcd3m2t426] {
    background: rgba(141, 108, 255, 0.18);
    color: #ffffff;
}

.category-index-drag-handle:disabled[b-vcd3m2t426] {
    cursor: default;
    opacity: 0.45;
}

.category-index-pill[b-vcd3m2t426] {
    max-width: 11rem;
    overflow: hidden;
    color: #f8f7ff;
    font-size: 0.82rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-index-item-actions[b-vcd3m2t426] {
    align-items: center;
    gap: 0;
}

.category-index-item-actions[b-vcd3m2t426]  .mud-icon-button {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0.25rem;
}

.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/AdminTags.razor.rz.scp.css */
.tag-admin-page[b-n734b4z2id] {
    --tag-surface-border: rgba(205, 196, 255, 0.22);
    --tag-surface-shadow: 0 1.25rem 3.25rem rgba(5, 6, 18, 0.28);
    --tag-surface-highlight: rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 1rem;
}

.tag-admin-panel-heading[b-n734b4z2id],
.tag-admin-toolbar[b-n734b4z2id],
.tag-admin-view-switch[b-n734b4z2id],
.tag-admin-toolbar-actions[b-n734b4z2id],
.tag-admin-filter-bar[b-n734b4z2id],
.tag-admin-tab-row[b-n734b4z2id],
.tag-admin-selection-bar[b-n734b4z2id],
.tag-admin-selection-summary[b-n734b4z2id],
.tag-admin-selection-actions[b-n734b4z2id],
.tag-admin-form-actions[b-n734b4z2id],
.tag-admin-stat[b-n734b4z2id],
.tag-admin-row-actions[b-n734b4z2id],
.tag-admin-board[b-n734b4z2id],
.tag-admin-tag-name[b-n734b4z2id],
.tag-admin-usage[b-n734b4z2id],
.tag-admin-sort-actions[b-n734b4z2id],
.tag-admin-sort-note[b-n734b4z2id] {
    display: flex;
    gap: 1rem;
}

.tag-admin-toolbar[b-n734b4z2id],
.tag-admin-view-switch[b-n734b4z2id],
.tag-admin-toolbar-actions[b-n734b4z2id],
.tag-admin-filter-bar[b-n734b4z2id],
.tag-admin-tab-row[b-n734b4z2id],
.tag-admin-selection-bar[b-n734b4z2id],
.tag-admin-selection-summary[b-n734b4z2id],
.tag-admin-selection-actions[b-n734b4z2id],
.tag-admin-form-actions[b-n734b4z2id],
.tag-admin-row-actions[b-n734b4z2id],
.tag-admin-board[b-n734b4z2id],
.tag-admin-tag-name[b-n734b4z2id],
.tag-admin-usage[b-n734b4z2id],
.tag-admin-sort-actions[b-n734b4z2id],
.tag-admin-sort-note[b-n734b4z2id] {
    align-items: center;
}

.tag-admin-toolbar[b-n734b4z2id],
.tag-admin-form-actions[b-n734b4z2id],
.tag-admin-row-actions[b-n734b4z2id] {
    justify-content: flex-end;
}

.tag-admin-toolbar[b-n734b4z2id] {
    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);
}

.tag-admin-view-switch[b-n734b4z2id],
.tag-admin-toolbar-actions[b-n734b4z2id],
.tag-admin-form-actions[b-n734b4z2id] {
    flex-wrap: wrap;
}

.tag-admin-toolbar-actions[b-n734b4z2id] {
    margin-left: auto;
}

.tag-admin-stat[b-n734b4z2id],
.tag-admin-panel[b-n734b4z2id] {
    border: 1px solid var(--tag-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(--tag-surface-shadow),
        inset 0 1px 0 var(--tag-surface-highlight);
    backdrop-filter: blur(22px);
}

.tag-admin-stat[b-n734b4z2id] {
    position: relative;
    min-height: 6.5rem;
    overflow: hidden;
    padding: 1rem;
    align-items: center;
}

.tag-admin-stat[b-n734b4z2id]::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%);
}

.tag-admin-stat > *[b-n734b4z2id] {
    position: relative;
    z-index: 1;
}

.tag-admin-stat .mud-icon-root[b-n734b4z2id] {
    width: 2.875rem;
    height: 2.875rem;
    padding: 0.625rem;
    border-radius: 8px;
    color: #ffffff;
}

.tag-admin-stat--primary .mud-icon-root[b-n734b4z2id] {
    background: linear-gradient(135deg, #8d6cff, #f36fd6);
}

.tag-admin-stat--primary[b-n734b4z2id] {
    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));
}

.tag-admin-stat--success .mud-icon-root[b-n734b4z2id] {
    background: linear-gradient(135deg, #35d3a2, #66d7ff);
}

.tag-admin-stat--success[b-n734b4z2id] {
    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));
}

.tag-admin-stat--warning .mud-icon-root[b-n734b4z2id] {
    background: linear-gradient(135deg, #ffb86b, #f36fd6);
}

.tag-admin-stat--warning[b-n734b4z2id] {
    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));
}

.tag-admin-stat--danger .mud-icon-root[b-n734b4z2id] {
    background: linear-gradient(135deg, #ff6b9f, #ffd166);
}

.tag-admin-stat--danger[b-n734b4z2id] {
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 107, 159, 0.38), transparent 8rem),
        linear-gradient(135deg, rgba(126, 53, 95, 0.7), rgba(49, 37, 98, 0.9) 56%, rgba(31, 27, 78, 0.94));
}

.tag-admin-stat-value[b-n734b4z2id] {
    color: #ffffff;
    font-weight: 900;
}

.tag-admin-muted[b-n734b4z2id],
.tag-admin-search-path[b-n734b4z2id] {
    color: #aaa8cc;
}

.tag-admin-panel[b-n734b4z2id] {
    position: relative;
    overflow: visible;
    padding: 1.25rem;
}

.tag-admin-panel[b-n734b4z2id]::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);
}

.tag-admin-panel > *[b-n734b4z2id] {
    position: relative;
    z-index: 1;
}

.tag-admin-panel h2[b-n734b4z2id],
.tag-admin-panel .mud-typography-h6[b-n734b4z2id] {
    color: #ffffff;
    font-weight: 800;
}

.tag-admin-panel-heading[b-n734b4z2id] {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.tag-admin-filter-bar[b-n734b4z2id] {
    display: grid;
    grid-template-columns: minmax(18rem, 24rem) minmax(16rem, 1fr);
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.tag-admin-tab-row[b-n734b4z2id] {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.tag-admin-selection-bar[b-n734b4z2id] {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0.875rem;
    border: 1px solid rgba(255, 184, 107, 0.34);
    border-radius: 8px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 184, 107, 0.18), rgba(141, 108, 255, 0.16)),
        rgba(18, 20, 42, 0.64);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tag-admin-selection-summary[b-n734b4z2id],
.tag-admin-selection-actions[b-n734b4z2id] {
    flex-wrap: wrap;
    gap: 0.625rem;
}

.tag-admin-selection-summary[b-n734b4z2id] {
    min-width: min(100%, 20rem);
    font-weight: 800;
}

.tag-admin-selection-summary .mud-icon-root[b-n734b4z2id] {
    color: #ffcf8a;
}

.tag-admin-selection-actions[b-n734b4z2id] {
    margin-left: auto;
    justify-content: flex-end;
}

.tag-admin-loading[b-n734b4z2id],
.tag-admin-empty[b-n734b4z2id] {
    min-height: 20rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.75rem;
    text-align: center;
}

.tag-admin-empty[b-n734b4z2id] {
    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));
}

.tag-admin-empty .mud-icon-root[b-n734b4z2id] {
    color: #d8d1ff;
}

.tag-admin-table[b-n734b4z2id] {
    border: 1px solid rgba(214, 205, 255, 0.2);
    border-radius: 8px;
    overflow: visible;
    background:
        linear-gradient(135deg, rgba(141, 108, 255, 0.08), rgba(243, 111, 214, 0.04)),
        rgba(12, 14, 30, 0.18);
}

.tag-admin-table[b-n734b4z2id]  .mud-table-container {
    overflow: auto visible;
}

.tag-admin-table[b-n734b4z2id]  .mud-table-root {
    min-width: 58rem;
}

.tag-admin-select-cell[b-n734b4z2id] {
    width: 3.25rem;
}

.tag-admin-board[b-n734b4z2id] {
    gap: 0.5rem;
    min-width: 11rem;
    color: #f4f1ff;
}

.tag-admin-board .mud-icon-root[b-n734b4z2id],
.tag-admin-soft-icon[b-n734b4z2id] {
    color: #d8d1ff;
}

.tag-admin-tag-name[b-n734b4z2id] {
    gap: 0.5rem;
    min-width: 0;
}

.tag-admin-count[b-n734b4z2id] {
    display: inline-grid;
    min-width: 2.4rem;
    min-height: 1.75rem;
    place-items: center;
    border: 1px solid rgba(216, 209, 255, 0.22);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 800;
}

.tag-admin-usage[b-n734b4z2id] {
    gap: 0.625rem;
    width: min(100%, 12rem);
    min-width: 8rem;
    color: #f8f7ff;
    font-size: 0.82rem;
    font-weight: 700;
}

.tag-admin-usage[b-n734b4z2id]  .mud-progress-linear {
    flex: 1 1 auto;
    min-width: 5rem;
    background-color: rgba(255, 255, 255, 0.12);
}

.tag-admin-sort-actions[b-n734b4z2id] {
    gap: 0.25rem;
}

.tag-admin-row-actions[b-n734b4z2id] {
    gap: 0.125rem;
    min-width: 2.5rem;
    justify-content: center;
}

.tag-admin-action-menu[b-n734b4z2id] {
    display: inline-flex;
}

.tag-admin-action-menu[b-n734b4z2id]  .mud-button-root {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    border: 1px solid rgba(214, 205, 255, 0.2);
}

.tag-admin-action-menu[b-n734b4z2id]  .mud-button-root:hover,
.tag-admin-action-menu[b-n734b4z2id]  .mud-button-root:focus-visible {
    border-color: rgba(255, 255, 255, 0.38);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

[b-n734b4z2id] .tag-admin-action-popover {
    z-index: 1300;
    border: 1px solid rgba(214, 205, 255, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(54, 43, 112, 0.98), rgba(25, 27, 59, 0.98)),
        rgba(20, 22, 48, 0.98);
    box-shadow: 0 1rem 2.25rem rgba(0, 0, 0, 0.32);
}

[b-n734b4z2id] .tag-admin-action-popover .mud-list {
    padding: 0.35rem;
    background: transparent;
}

[b-n734b4z2id] .tag-admin-action-popover .mud-list-item {
    border-radius: 6px;
    color: #f4f0ff;
}

[b-n734b4z2id] .tag-admin-action-popover .mud-list-item:hover,
[b-n734b4z2id] .tag-admin-action-popover .mud-list-item:focus-visible {
    background: rgba(255, 255, 255, 0.1);
}

.tag-admin-sort-note[b-n734b4z2id] {
    gap: 0.625rem;
    padding: 0.75rem 0.875rem;
    border: 1px solid rgba(216, 209, 255, 0.18);
    border-radius: 8px;
    color: #d8d1ff;
    background: rgba(255, 255, 255, 0.06);
}

.tag-admin-form-grid[b-n734b4z2id] {
    justify-content: center;
}

.tag-admin-form-panel[b-n734b4z2id] {
    position: static;
}

.tag-admin-search-item[b-n734b4z2id] {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.tag-admin-search-line[b-n734b4z2id] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.tag-admin-search-name[b-n734b4z2id] {
    overflow: hidden;
    color: #f8f7ff;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-admin-search-path[b-n734b4z2id] {
    overflow: hidden;
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-admin-search-message[b-n734b4z2id] {
    padding: 0.75rem;
    color: #aaa8cc;
}

.tag-admin-page[b-n734b4z2id]  .mud-input-outlined {
    background: rgba(10, 12, 28, 0.18);
}

.tag-admin-page[b-n734b4z2id]  .mud-input,
.tag-admin-page[b-n734b4z2id]  .mud-input-label,
.tag-admin-page[b-n734b4z2id]  .mud-table,
.tag-admin-page[b-n734b4z2id]  .mud-table-cell,
.tag-admin-page[b-n734b4z2id]  .mud-table-pagination {
    color: #f8f7ff;
}

.tag-admin-page[b-n734b4z2id]  .mud-input-label {
    color: #c9c7e7;
}

.tag-admin-page[b-n734b4z2id]  .mud-table {
    background: transparent;
}

.tag-admin-page[b-n734b4z2id]  .mud-table-head .mud-table-cell {
    border-bottom-color: rgba(214, 205, 255, 0.22);
    color: #d8d1ff;
    font-weight: 800;
}

.tag-admin-page[b-n734b4z2id]  .mud-table-row {
    transition: background-color 150ms ease;
}

.tag-admin-page[b-n734b4z2id]  .mud-table-row:hover {
    background: rgba(255, 255, 255, 0.065);
}

.tag-admin-page[b-n734b4z2id]  .mud-table-cell {
    border-bottom-color: rgba(214, 205, 255, 0.13);
}

.tag-admin-page[b-n734b4z2id]  .mud-button-root {
    border-radius: 8px;
}

.tag-admin-page[b-n734b4z2id]  .mud-checkbox {
    color: #d8d1ff;
}

@media (max-width: 900px) {
    .tag-admin-filter-bar[b-n734b4z2id] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .tag-admin-toolbar[b-n734b4z2id],
    .tag-admin-panel-heading[b-n734b4z2id],
    .tag-admin-selection-bar[b-n734b4z2id],
    .tag-admin-tab-row[b-n734b4z2id] {
        align-items: stretch;
        flex-direction: column;
    }

    .tag-admin-toolbar-actions[b-n734b4z2id],
    .tag-admin-view-switch[b-n734b4z2id],
    .tag-admin-selection-actions[b-n734b4z2id] {
        justify-content: flex-start;
    }

    .tag-admin-table[b-n734b4z2id] {
        overflow-x: auto;
    }
}
/* /Components/Pages/ArticleForums/ArticleForumBackToTop.razor.rz.scp.css */
.article-forum-back-to-top[b-fwr26ihgtb] {
    width: 3.25rem;
    height: 3.25rem;
    border: 1px solid var(--article-forum-back-to-top-border);
    position: fixed;
    right: max(1.25rem, calc((100vw - 86rem) / 2 - 4.25rem));
    bottom: 1.5rem;
    z-index: 1200;
    color: var(--article-forum-back-to-top-color);
    background: var(--article-forum-back-to-top-bg);
    box-shadow: var(--article-forum-back-to-top-shadow);
    display: grid;
    place-items: center;
    text-decoration: none;
    backdrop-filter: blur(0.45rem);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition:
        border-color 140ms ease,
        color 140ms ease,
        background 140ms ease,
        box-shadow 140ms ease,
        opacity 160ms ease,
        visibility 160ms ease,
        transform 140ms ease;
    transform: translateY(0.45rem);
}

.article-forum-back-to-top.is-visible[b-fwr26ihgtb] {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
}

.article-forum-back-to-top:hover[b-fwr26ihgtb],
.article-forum-back-to-top:focus-visible[b-fwr26ihgtb] {
    border-color: var(--article-forum-back-to-top-hover-border);
    color: var(--article-forum-back-to-top-hover-color);
    background: var(--article-forum-back-to-top-hover-bg);
    box-shadow: var(--article-forum-back-to-top-hover-shadow);
    transform: translateY(-2px);
}

.article-forum-back-to-top:focus-visible[b-fwr26ihgtb] {
    outline: 2px solid var(--article-forum-back-to-top-border);
    outline-offset: 3px;
}

.article-forum-back-to-top .mud-icon-root[b-fwr26ihgtb] {
    width: 1.8rem;
    height: 1.8rem;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.55));
}

@media (max-width: 760px) {
    .article-forum-back-to-top[b-fwr26ihgtb] {
        width: 2.875rem;
        height: 2.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
    }
}
/* /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: 22px 4px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 132px);
    column-gap: 22px;
    row-gap: 24px;
}

.game-card[b-7gt2111kuu] {
    --game-accent: #ff5f00;
    --game-accent-soft: rgba(255, 95, 0, 0.14);

    min-width: 0;
    width: 132px;
    min-height: 150px;
    padding: 12px 10px 10px;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 251, 253, 0.96)),
        radial-gradient(circle at 50% 0%, var(--game-accent-soft), transparent 62%);
    color: #3d4b56;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        color 160ms ease,
        transform 160ms ease;
}

.game-card:hover[b-7gt2111kuu] {
    border-color: var(--game-accent-soft);
    color: #111827;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
    transform: translateY(-2px);
}

.game-card[b-7gt2111kuu]::after {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--game-accent);
    opacity: 0.72;
    transition:
        opacity 160ms ease,
        width 160ms ease;
}

.game-card:hover[b-7gt2111kuu]::after {
    width: 42px;
    opacity: 1;
}

.game-card--rocket-league[b-7gt2111kuu] {
    --game-accent: #147bff;
    --game-accent-soft: rgba(20, 123, 255, 0.16);
}

.game-card--path-of-exile-2[b-7gt2111kuu] {
    --game-accent: #b37a2a;
    --game-accent-soft: rgba(179, 122, 42, 0.16);
}

.game-card--valorant[b-7gt2111kuu] {
    --game-accent: #ff4655;
    --game-accent-soft: rgba(255, 70, 85, 0.16);
}

.game-icon[b-7gt2111kuu] {
    position: relative;
    width: 86px;
    height: 86px;
    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--logo[b-7gt2111kuu] {
    padding: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background:
        radial-gradient(circle at 50% 0%, var(--game-accent-soft), transparent 64%),
        linear-gradient(180deg, #ffffff, #f7f9fc);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.88),
        0 10px 24px rgba(15, 23, 42, 0.12);
}

.game-icon--logo[b-7gt2111kuu]::before {
    content: none;
}

.game-icon-logo[b-7gt2111kuu] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(15, 23, 42, 0.16));
}

.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: 100%;
    max-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(auto-fill, minmax(122px, 1fr));
        column-gap: 16px;
    }

    .game-card[b-7gt2111kuu] {
        width: auto;
    }

}

@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(auto-fill, minmax(116px, 1fr));
        column-gap: 12px;
    }

}

@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: 8px;
        row-gap: 18px;
    }

    .game-card[b-7gt2111kuu] {
        min-height: 128px;
        padding: 9px 6px 8px;
        gap: 8px;
    }

    .game-icon[b-7gt2111kuu] {
        width: 70px;
        height: 70px;
        border-radius: 15px;
    }

    .game-icon--logo[b-7gt2111kuu] {
        padding: 8px;
    }

    .game-name[b-7gt2111kuu] {
        max-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;
    --poe2-back-to-top-color: var(--poe2-gold-soft);
    --poe2-back-to-top-hover-color: #fff2c5;
    --poe2-back-to-top-border: rgba(217, 180, 107, 0.58);
    --poe2-back-to-top-hover-border: rgba(255, 230, 166, 0.84);
    --poe2-back-to-top-bg: linear-gradient(180deg, rgba(255, 234, 164, 0.16), rgba(123, 33, 28, 0.22)), rgba(10, 8, 7, 0.9);
    --poe2-back-to-top-hover-bg: linear-gradient(180deg, rgba(255, 230, 166, 0.22), rgba(123, 33, 28, 0.26)), rgba(16, 11, 9, 0.94);
    --poe2-back-to-top-shadow: inset 0 0 0 1px rgba(255, 220, 140, 0.08), 0 0.75rem 1.75rem rgba(0, 0, 0, 0.42);
    --poe2-back-to-top-hover-shadow: inset 0 0 0 1px rgba(255, 220, 140, 0.14), 0 0.9rem 2rem rgba(0, 0, 0, 0.5), 0 0 1.1rem rgba(217, 180, 107, 0.18);
    --article-forum-back-to-top-color: var(--poe2-back-to-top-color);
    --article-forum-back-to-top-hover-color: var(--poe2-back-to-top-hover-color);
    --article-forum-back-to-top-border: var(--poe2-back-to-top-border);
    --article-forum-back-to-top-hover-border: var(--poe2-back-to-top-hover-border);
    --article-forum-back-to-top-bg: var(--poe2-back-to-top-bg);
    --article-forum-back-to-top-hover-bg: var(--poe2-back-to-top-hover-bg);
    --article-forum-back-to-top-shadow: var(--poe2-back-to-top-shadow);
    --article-forum-back-to-top-hover-shadow: var(--poe2-back-to-top-hover-shadow);
    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%);
    scroll-behavior: smooth;
    scroll-margin-top: 0;
}

.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;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
}

.poe2-nav-actions[b-bplk2yuty2] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

[b-bplk2yuty2] .poe2-nav-link {
    min-height: 2.5rem;
    color: #ffe6a6 !important;
    background:
        linear-gradient(180deg, rgba(255, 230, 166, 0.12), rgba(123, 33, 28, 0.16)) !important;
    border: 1px solid rgba(217, 180, 107, 0.34) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 220, 140, 0.05);
    font-weight: 800 !important;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
}

[b-bplk2yuty2] .poe2-nav-link:hover {
    color: #fff2c5 !important;
    border-color: rgba(255, 230, 166, 0.68) !important;
    background:
        linear-gradient(180deg, rgba(255, 230, 166, 0.18), rgba(123, 33, 28, 0.2)) !important;
}

[b-bplk2yuty2] .poe2-nav-link .mud-icon-root {
    color: #ffcf80 !important;
}

.poe2-search-form[b-bplk2yuty2] {
    width: min(24rem, 100%);
    min-height: 2.5rem;
    border: 1px solid rgba(217, 180, 107, 0.44);
    background:
        linear-gradient(180deg, rgba(255, 234, 164, 0.08), rgba(0, 0, 0, 0.18)),
        rgba(10, 8, 7, 0.68);
    box-shadow:
        inset 0 0 0 1px rgba(255, 220, 140, 0.05),
        0 0.75rem 1.75rem rgba(0, 0, 0, 0.18);
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) auto;
    align-items: center;
}

.poe2-search-form .mud-icon-root[b-bplk2yuty2] {
    justify-self: center;
    color: #ffcf80;
}

.poe2-search-input[b-bplk2yuty2] {
    min-width: 0;
    height: 2.5rem;
    border: 0;
    color: var(--poe2-gold-soft);
    background: transparent;
    font: inherit;
    font-size: 0.9rem;
    outline: none;
}

.poe2-search-input[b-bplk2yuty2]::placeholder {
    color: rgba(240, 217, 154, 0.68);
}

.poe2-search-submit[b-bplk2yuty2] {
    height: 2.5rem;
    padding: 0 0.9rem;
    border: 0;
    border-left: 1px solid rgba(217, 180, 107, 0.34);
    color: #1a100d;
    background: linear-gradient(180deg, #f0d99a, #a47a42);
    font: inherit;
    font-size: 0.875rem;
    font-weight: 900;
    cursor: pointer;
}

.poe2-search-submit:hover[b-bplk2yuty2],
.poe2-search-submit:focus-visible[b-bplk2yuty2] {
    background: linear-gradient(180deg, #fff0ba, #c9974d);
}

.poe2-search-form:focus-within[b-bplk2yuty2] {
    border-color: rgba(255, 230, 166, 0.78);
    box-shadow:
        inset 0 0 0 1px rgba(255, 220, 140, 0.08),
        0 0 0 2px rgba(217, 180, 107, 0.18),
        0 0.75rem 1.75rem rgba(0, 0, 0, 0.18);
}

.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-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-empty-reset[b-bplk2yuty2] {
    min-height: 2.4rem;
    margin-top: 0.25rem;
    padding: 0.42rem 0.75rem;
    border: 1px solid rgba(217, 180, 107, 0.56);
    color: var(--poe2-gold-soft);
    background:
        linear-gradient(180deg, rgba(217, 180, 107, 0.14), rgba(123, 33, 28, 0.16)),
        rgba(0, 0, 0, 0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 800;
}

.poe2-empty-reset:hover[b-bplk2yuty2],
.poe2-empty-reset:focus-visible[b-bplk2yuty2] {
    border-color: rgba(255, 230, 166, 0.78);
    color: #fff2c5;
    background:
        linear-gradient(180deg, rgba(255, 230, 166, 0.18), rgba(123, 33, 28, 0.2)),
        rgba(0, 0, 0, 0.34);
}

.poe2-empty-reset .mud-icon-root[b-bplk2yuty2] {
    width: 1.15rem;
    height: 1.15rem;
    color: #ffcf80;
}

.poe2-topic-table[b-bplk2yuty2] {
    --poe2-topic-glyph-column: 2.75rem;
    --poe2-topic-main-gap: 0.75rem;
    --poe2-topic-main-offset: calc(var(--poe2-topic-glyph-column) + var(--poe2-topic-main-gap));
    --poe2-topic-columns: minmax(18rem, 1fr) minmax(7rem, 10rem) 4.5rem 9.5rem;
    --poe2-topic-report-column: 4.25rem;
    --poe2-topic-column-gap: 0.875rem;
    display: grid;
}

.poe2-pager[b-bplk2yuty2] {
    min-height: 3.25rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(101, 77, 52, 0.52);
    background:
        linear-gradient(180deg, rgba(255, 234, 164, 0.045), rgba(0, 0, 0, 0.12)),
        rgba(10, 8, 7, 0.34);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.poe2-pager.is-bottom[b-bplk2yuty2] {
    border-top: 1px solid rgba(101, 77, 52, 0.52);
    border-bottom: 0;
}

.poe2-pager-summary[b-bplk2yuty2] {
    color: var(--poe2-muted);
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
}

.poe2-pager-links[b-bplk2yuty2] {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.poe2-pager-control[b-bplk2yuty2],
.poe2-pager-page[b-bplk2yuty2] {
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.35rem 0.65rem;
    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.16)),
        rgba(0, 0, 0, 0.24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition:
        border-color 140ms ease,
        color 140ms ease,
        background 140ms ease,
        transform 140ms ease;
}

.poe2-pager-control:hover[b-bplk2yuty2],
.poe2-pager-control:focus-visible[b-bplk2yuty2],
.poe2-pager-page:hover[b-bplk2yuty2],
.poe2-pager-page:focus-visible[b-bplk2yuty2] {
    border-color: var(--poe2-gold);
    color: var(--poe2-gold-soft);
    background:
        linear-gradient(180deg, rgba(217, 180, 107, 0.18), rgba(123, 33, 28, 0.18)),
        rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
}

.poe2-pager-page.is-active[b-bplk2yuty2] {
    border-color: var(--poe2-gold);
    color: #1a100d;
    background: linear-gradient(180deg, #f0d99a, #a47a42);
    box-shadow: inset 0 0 0 1px rgba(255, 220, 140, 0.18);
    pointer-events: none;
}

.poe2-pager-control.is-disabled[b-bplk2yuty2] {
    opacity: 0.48;
    pointer-events: none;
}

.poe2-topic-head[b-bplk2yuty2],
.poe2-topic-link[b-bplk2yuty2] {
    display: grid;
    grid-template-columns: var(--poe2-topic-columns);
    column-gap: var(--poe2-topic-column-gap);
    align-items: center;
}

.poe2-topic-head[b-bplk2yuty2] {
    grid-template-columns: var(--poe2-topic-columns) var(--poe2-topic-report-column);
}

.poe2-topic-head[b-bplk2yuty2] {
    min-height: 2.25rem;
    padding: 0 1rem;
    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-head > :first-child[b-bplk2yuty2] {
    padding-left: var(--poe2-topic-main-offset);
}

.poe2-topic-sort[b-bplk2yuty2] {
    min-width: 0;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    transition:
        color 140ms ease,
        text-shadow 140ms ease;
}

.poe2-topic-sort:hover[b-bplk2yuty2],
.poe2-topic-sort:focus-visible[b-bplk2yuty2],
.poe2-topic-sort.is-active[b-bplk2yuty2] {
    color: var(--poe2-gold-soft);
    text-shadow: 0 0 0.75rem rgba(217, 180, 107, 0.34);
}

.poe2-topic-sort:focus-visible[b-bplk2yuty2] {
    outline: 1px solid rgba(255, 230, 166, 0.72);
    outline-offset: 3px;
}

.poe2-topic-sort-arrows[b-bplk2yuty2] {
    width: 0.55rem;
    height: 0.75rem;
    display: inline-grid;
    align-content: center;
    gap: 0.12rem;
}

.poe2-topic-sort-arrow[b-bplk2yuty2] {
    width: 0;
    height: 0;
    border-left: 0.28rem solid transparent;
    border-right: 0.28rem solid transparent;
    opacity: 0.42;
    transition:
        border-color 140ms ease,
        opacity 140ms ease,
        filter 140ms ease;
}

.poe2-topic-sort-arrow.is-asc[b-bplk2yuty2] {
    border-bottom: 0.32rem solid rgba(233, 210, 166, 0.72);
}

.poe2-topic-sort-arrow.is-desc[b-bplk2yuty2] {
    border-top: 0.32rem solid rgba(233, 210, 166, 0.72);
}

.poe2-topic-sort-arrow.is-active[b-bplk2yuty2] {
    opacity: 1;
    filter: drop-shadow(0 0 0.35rem rgba(217, 180, 107, 0.5));
}

.poe2-topic-sort-arrow.is-asc.is-active[b-bplk2yuty2] {
    border-bottom-color: var(--poe2-gold-soft);
}

.poe2-topic-sort-arrow.is-desc.is-active[b-bplk2yuty2] {
    border-top-color: var(--poe2-gold-soft);
}

.poe2-topic-row[b-bplk2yuty2] {
    min-height: 5.75rem;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid rgba(101, 77, 52, 0.44);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--poe2-topic-report-column);
    gap: var(--poe2-topic-column-gap);
}

.poe2-topic-link[b-bplk2yuty2] {
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.poe2-topic-main-link[b-bplk2yuty2] {
    min-width: 0;
    color: inherit;
    text-decoration: none;
    display: grid;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: var(--poe2-topic-glyph-column) minmax(0, 1fr);
    column-gap: var(--poe2-topic-main-gap);
    align-items: center;
}

.poe2-topic-main-link:focus-visible[b-bplk2yuty2] {
    outline: 2px solid rgba(255, 230, 166, 0.86);
    outline-offset: 3px;
}

.poe2-topic-row[b-bplk2yuty2]::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    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: var(--poe2-topic-glyph-column);
    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-column: 1;
    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: 2;
    grid-row: 1;
}

.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;
    grid-column: 1;
    padding-left: var(--poe2-topic-main-offset);
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 0.15rem;
}

.poe2-topic-tag[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;
    line-height: 1.3;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.poe2-topic-tag:not(.is-empty):hover[b-bplk2yuty2],
.poe2-topic-tag:not(.is-empty):focus-visible[b-bplk2yuty2] {
    border-color: rgba(255, 230, 166, 0.76);
    color: #ffe6a6;
    background: rgba(123, 33, 28, 0.42);
}

.poe2-topic-tag.is-active[b-bplk2yuty2] {
    border-color: var(--poe2-gold);
    color: #1a100d;
    background: linear-gradient(180deg, #f0d99a, #a47a42);
}

.poe2-topic-tag.is-empty[b-bplk2yuty2] {
    color: rgba(233, 210, 166, 0.64);
    cursor: default;
}

.poe2-topic-source[b-bplk2yuty2],
.poe2-topic-clicks[b-bplk2yuty2],
.poe2-topic-time[b-bplk2yuty2],
.poe2-topic-report[b-bplk2yuty2] {
    color: var(--poe2-muted);
    font-size: 0.8125rem;
    overflow-wrap: anywhere;
}

.poe2-topic-source[b-bplk2yuty2] {
    grid-column: 2;
}

.poe2-topic-clicks[b-bplk2yuty2] {
    color: var(--poe2-gold);
    font-weight: 800;
    grid-column: 3;
}

.poe2-topic-time[b-bplk2yuty2] {
    display: grid;
    gap: 0.35rem;
    grid-column: 4;
}

.poe2-topic-report[b-bplk2yuty2] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poe2-topic-report form[b-bplk2yuty2] {
    margin: 0;
}

.poe2-report-menu[b-bplk2yuty2] {
    position: relative;
}

.poe2-report-trigger[b-bplk2yuty2] {
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(164, 122, 66, 0.46);
    color: var(--poe2-gold);
    background:
        linear-gradient(180deg, rgba(255, 234, 164, 0.055), rgba(0, 0, 0, 0.16)),
        rgba(0, 0, 0, 0.24);
    display: grid;
    place-items: center;
    cursor: pointer;
    list-style: none;
    transition:
        border-color 140ms ease,
        color 140ms ease,
        background 140ms ease,
        transform 140ms ease;
}

.poe2-report-trigger[b-bplk2yuty2]::-webkit-details-marker {
    display: none;
}

.poe2-report-trigger[b-bplk2yuty2]::marker {
    content: "";
}

.poe2-report-trigger .mud-icon-root[b-bplk2yuty2] {
    width: 1.25rem;
    height: 1.25rem;
}

.poe2-report-trigger:hover[b-bplk2yuty2],
.poe2-report-trigger:focus-visible[b-bplk2yuty2],
.poe2-report-menu[open] .poe2-report-trigger[b-bplk2yuty2] {
    border-color: var(--poe2-gold);
    color: var(--poe2-gold-soft);
    background:
        linear-gradient(180deg, rgba(217, 180, 107, 0.18), rgba(123, 33, 28, 0.18)),
        rgba(0, 0, 0, 0.32);
}

.poe2-report-trigger:focus-visible[b-bplk2yuty2] {
    outline: 2px solid var(--poe2-gold);
    outline-offset: 2px;
}

.poe2-report-popover[b-bplk2yuty2] {
    min-width: 11rem;
    padding: 0.35rem;
    border: 1px solid rgba(164, 122, 66, 0.7);
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    z-index: 8;
    background:
        linear-gradient(180deg, rgba(255, 234, 164, 0.06), rgba(0, 0, 0, 0.18)),
        #17110e;
    box-shadow:
        inset 0 0 0 1px rgba(255, 220, 140, 0.07),
        0 0.75rem 1.75rem rgba(0, 0, 0, 0.42);
}

.poe2-report-popover[b-bplk2yuty2]::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-top: 1px solid rgba(164, 122, 66, 0.7);
    border-left: 1px solid rgba(164, 122, 66, 0.7);
    position: absolute;
    top: -0.38rem;
    right: 0.8rem;
    background: #17110e;
    transform: rotate(45deg);
}

.poe2-report-option[b-bplk2yuty2] {
    width: 100%;
    min-height: 2.25rem;
    padding: 0.35rem 0.55rem;
    border: 0;
    color: var(--poe2-parchment);
    background: transparent;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.poe2-report-option .mud-icon-root[b-bplk2yuty2] {
    width: 1.1rem;
    height: 1.1rem;
    color: #ffcf80;
}

.poe2-report-option:hover[b-bplk2yuty2],
.poe2-report-option:focus-visible[b-bplk2yuty2] {
    color: var(--poe2-gold-soft);
    background: rgba(123, 33, 28, 0.34);
    outline: 1px solid rgba(217, 180, 107, 0.28);
}

.poe2-report-message[b-bplk2yuty2] {
    max-width: min(22rem, calc(100vw - 2rem));
    margin: 0;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(164, 122, 66, 0.7);
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 1500;
    color: var(--poe2-gold-soft);
    background:
        linear-gradient(90deg, rgba(217, 180, 107, 0.14), rgba(0, 0, 0, 0.12)),
        #17110e;
    box-shadow:
        inset 0 0 0 1px rgba(255, 220, 140, 0.08),
        0 0.75rem 2rem rgba(0, 0, 0, 0.42);
    font-weight: 700;
    pointer-events: none;
    animation: poe2-report-message-lifecycle-b-bplk2yuty2 3s ease-out forwards;
}

.poe2-report-message.is-warning[b-bplk2yuty2] {
    color: #ffcf80;
    background:
        linear-gradient(90deg, rgba(123, 33, 28, 0.3), rgba(0, 0, 0, 0.12)),
        #17110e;
}

@keyframes poe2-report-message-lifecycle-b-bplk2yuty2 {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translateY(-0.5rem);
    }

    8%,
    82% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-0.35rem);
    }
}

@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-nav-actions[b-bplk2yuty2] {
        align-items: stretch;
    }

    .poe2-nav-actions .mud-button-root[b-bplk2yuty2] {
        flex: 1 1 11rem;
    }

    .poe2-search-form[b-bplk2yuty2] {
        width: 100%;
    }

    .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-link[b-bplk2yuty2] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .poe2-topic-source[b-bplk2yuty2],
    .poe2-topic-clicks[b-bplk2yuty2],
    .poe2-topic-time[b-bplk2yuty2] {
        grid-column: 1;
        padding-left: var(--poe2-topic-main-offset);
    }

    .poe2-topic-row[b-bplk2yuty2] {
        grid-template-columns: 1fr;
    }

    .poe2-topic-report[b-bplk2yuty2] {
        padding-left: var(--poe2-topic-main-offset);
        justify-content: flex-start;
    }

    .poe2-pager[b-bplk2yuty2] {
        align-items: stretch;
        flex-direction: column;
    }

    .poe2-pager-summary[b-bplk2yuty2] {
        white-space: normal;
    }

    .poe2-pager-links[b-bplk2yuty2] {
        justify-content: flex-start;
    }

    .poe2-report-popover[b-bplk2yuty2] {
        right: auto;
        left: 0;
    }

    .poe2-report-popover[b-bplk2yuty2]::before {
        right: auto;
        left: 0.8rem;
    }

    .poe2-report-message[b-bplk2yuty2] {
        top: 0.75rem;
        right: 0.75rem;
    }

}

@media (max-width: 460px) {
    .poe2-fixed-filters[b-bplk2yuty2] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/RocketLeagueForum/RocketLeagueForum.razor.rz.scp.css */
.rocket-league-forum-page[b-jubm8k8yj0] {
    --rocket-league-night: #041225;
    --rocket-league-deep: #061d3a;
    --rocket-league-panel: #08274a;
    --rocket-league-panel-soft: #10456d;
    --rocket-league-blue: #00a8ff;
    --rocket-league-blue-soft: #82dcff;
    --rocket-league-green: #35d878;
    --rocket-league-green-soft: #93f2b7;
    --rocket-league-gold: #f7cf4a;
    --rocket-league-gold-soft: #ffe88f;
    --rocket-league-orange: var(--rocket-league-gold);
    --rocket-league-orange-soft: var(--rocket-league-gold-soft);
    --rocket-league-white: #f7fbff;
    --rocket-league-muted: #b8cada;
    --rocket-league-line: rgba(126, 217, 255, 0.24);
    --rocket-league-line-bright: #00a8ff;
    --rocket-league-back-to-top-color: var(--rocket-league-white);
    --rocket-league-back-to-top-hover-color: #ffffff;
    --rocket-league-back-to-top-border: rgba(0, 168, 255, 0.6);
    --rocket-league-back-to-top-hover-border: rgba(247, 207, 74, 0.82);
    --rocket-league-back-to-top-bg: linear-gradient(135deg, rgba(0, 168, 255, 0.24), rgba(53, 216, 120, 0.1)), rgba(4, 18, 37, 0.92);
    --rocket-league-back-to-top-hover-bg: linear-gradient(135deg, rgba(0, 168, 255, 0.34), rgba(247, 207, 74, 0.18)), rgba(6, 29, 58, 0.96);
    --rocket-league-back-to-top-shadow: inset 0 0 0 1px rgba(247, 251, 255, 0.08), 0 0.75rem 1.75rem rgba(0, 0, 0, 0.42);
    --rocket-league-back-to-top-hover-shadow: inset 0 0 0 1px rgba(247, 251, 255, 0.14), 0 0.9rem 2rem rgba(0, 0, 0, 0.5), 0 0 1.1rem rgba(0, 168, 255, 0.24);
    --article-forum-back-to-top-color: var(--rocket-league-back-to-top-color);
    --article-forum-back-to-top-hover-color: var(--rocket-league-back-to-top-hover-color);
    --article-forum-back-to-top-border: var(--rocket-league-back-to-top-border);
    --article-forum-back-to-top-hover-border: var(--rocket-league-back-to-top-hover-border);
    --article-forum-back-to-top-bg: var(--rocket-league-back-to-top-bg);
    --article-forum-back-to-top-hover-bg: var(--rocket-league-back-to-top-hover-bg);
    --article-forum-back-to-top-shadow: var(--rocket-league-back-to-top-shadow);
    --article-forum-back-to-top-hover-shadow: var(--rocket-league-back-to-top-hover-shadow);
    min-height: 100vh;
    padding: clamp(1rem, 3vw, 3rem);
    color: var(--rocket-league-white);
    background:
        radial-gradient(circle at 18% 12%, rgba(0, 168, 255, 0.26), transparent 20rem),
        radial-gradient(circle at 84% 0%, rgba(53, 216, 120, 0.18), transparent 18rem),
        linear-gradient(115deg, rgba(0, 168, 255, 0.12) 0 10%, transparent 10% 100%),
        repeating-linear-gradient(90deg, rgba(126, 217, 255, 0.03) 0 1px, transparent 1px 12px),
        linear-gradient(180deg, #041225 0%, #071830 54%, #030c18 100%);
    scroll-behavior: smooth;
    scroll-margin-top: 0;
}

.rocket-league-hero[b-jubm8k8yj0] {
    max-width: 86rem;
    margin: 0 auto;
    display: grid;
    gap: 0.875rem;
}

.rocket-league-nav-strip[b-jubm8k8yj0] {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
}

.rocket-league-nav-actions[b-jubm8k8yj0] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

[b-jubm8k8yj0] .rocket-league-nav-link {
    min-height: 2.5rem;
    color: var(--rocket-league-white) !important;
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.18), rgba(247, 207, 74, 0.1)),
        rgba(6, 22, 45, 0.9) !important;
    border: 1px solid rgba(126, 217, 255, 0.32) !important;
    border-radius: 0.45rem !important;
    box-shadow: inset 0 0 0 1px rgba(247, 207, 74, 0.08);
    font-weight: 800 !important;
    letter-spacing: 0;
}

[b-jubm8k8yj0] .rocket-league-nav-link:hover {
    color: #ffffff !important;
    border-color: rgba(247, 207, 74, 0.86) !important;
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.28), rgba(247, 207, 74, 0.24)),
        rgba(7, 27, 55, 0.96) !important;
}

[b-jubm8k8yj0] .rocket-league-nav-link .mud-icon-root {
    color: var(--rocket-league-blue-soft) !important;
}

.rocket-league-hero-frame[b-jubm8k8yj0] {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(126, 217, 255, 0.28);
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
    display: block;
    background:
        linear-gradient(180deg, rgba(126, 217, 255, 0.06), transparent 8rem),
        var(--rocket-league-night);
    box-shadow:
        inset 0 0 0 1px rgba(247, 207, 74, 0.14),
        0 1.25rem 3rem rgba(0, 0, 0, 0.4),
        0 0 3rem rgba(0, 168, 255, 0.12);
}

.rocket-league-hero-frame[b-jubm8k8yj0]::before,
.rocket-league-hero-frame[b-jubm8k8yj0]::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.rocket-league-hero-frame[b-jubm8k8yj0]::before {
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(3, 12, 28, 0.3) 0%, transparent 34%, transparent 72%, rgba(3, 12, 28, 0.3) 100%),
        linear-gradient(180deg, rgba(6, 29, 58, 0.04), transparent 56%, rgba(3, 12, 24, 0.26));
}

.rocket-league-hero-frame[b-jubm8k8yj0]::after {
    inset: 0;
    z-index: 3;
    box-shadow:
        inset 0 0 2.4rem rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(126, 217, 255, 0.22),
        inset 0 -1px 0 rgba(247, 207, 74, 0.2);
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.08) 0 14%, transparent 14%),
        linear-gradient(315deg, rgba(247, 207, 74, 0.1) 0 10%, transparent 10%),
        repeating-linear-gradient(90deg, rgba(247, 251, 255, 0.025) 0 1px, transparent 1px 16px);
}

.rocket-league-hero-image[b-jubm8k8yj0] {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.12) contrast(1.08) brightness(0.95);
}

.rocket-league-search-form[b-jubm8k8yj0] {
    width: min(24rem, 100%);
    min-height: 2.5rem;
    border: 1px solid rgba(126, 217, 255, 0.34);
    border-radius: 0.45rem;
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.08), rgba(247, 207, 74, 0.05)),
        rgba(5, 13, 24, 0.78);
    box-shadow:
        inset 0 0 0 1px rgba(247, 207, 74, 0.08),
        0 0.75rem 1.75rem rgba(0, 0, 0, 0.22);
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) auto;
    align-items: center;
    overflow: hidden;
}

.rocket-league-search-form .mud-icon-root[b-jubm8k8yj0] {
    justify-self: center;
    color: var(--rocket-league-blue-soft);
}

.rocket-league-search-input[b-jubm8k8yj0] {
    min-width: 0;
    height: 2.5rem;
    border: 0;
    color: var(--rocket-league-white);
    background: transparent;
    font: inherit;
    font-size: 0.9rem;
    outline: none;
}

.rocket-league-search-input[b-jubm8k8yj0]::placeholder {
    color: rgba(247, 251, 255, 0.6);
}

.rocket-league-search-submit[b-jubm8k8yj0] {
    height: 2.5rem;
    padding: 0 0.9rem;
    border: 0;
    border-left: 1px solid rgba(126, 217, 255, 0.22);
    color: #061426;
    background: linear-gradient(180deg, #ffe88f, #f7cf4a);
    font: inherit;
    font-size: 0.875rem;
    font-weight: 900;
    cursor: pointer;
}

.rocket-league-search-submit:hover[b-jubm8k8yj0],
.rocket-league-search-submit:focus-visible[b-jubm8k8yj0] {
    background: linear-gradient(180deg, #fff0b8, #ffd866);
}

.rocket-league-search-form:focus-within[b-jubm8k8yj0] {
    border-color: rgba(247, 207, 74, 0.86);
    box-shadow:
        inset 0 0 0 1px rgba(247, 207, 74, 0.12),
        0 0 0 2px rgba(247, 207, 74, 0.18),
        0 0.75rem 1.75rem rgba(0, 0, 0, 0.22);
}

.rocket-league-topic-panel[b-jubm8k8yj0],
.rocket-league-empty-forum[b-jubm8k8yj0] {
    border: 1px solid var(--rocket-league-line);
    border-radius: 0.5rem;
    box-shadow:
        inset 0 0 0 1px rgba(247, 207, 74, 0.08),
        0 1.125rem 2.5rem rgba(0, 0, 0, 0.38);
    background:
        linear-gradient(180deg, rgba(126, 217, 255, 0.07), transparent 8rem),
        repeating-linear-gradient(90deg, rgba(247, 251, 255, 0.024) 0 1px, transparent 1px 12px),
        var(--rocket-league-panel);
    overflow: hidden;
}

.rocket-league-panel-kicker[b-jubm8k8yj0] {
    color: var(--rocket-league-orange-soft);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rocket-league-empty-forum[b-jubm8k8yj0] {
    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;
}

.rocket-league-empty-forum h2[b-jubm8k8yj0],
.rocket-league-empty-title[b-jubm8k8yj0] {
    margin: 0;
    color: var(--rocket-league-white);
}

.rocket-league-empty-forum p[b-jubm8k8yj0] {
    max-width: 36rem;
    color: var(--rocket-league-muted);
}

.rocket-league-empty-mark[b-jubm8k8yj0] {
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(247, 207, 74, 0.72);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--rocket-league-white);
    font-family: inherit;
    font-size: 1.5rem;
    background:
        radial-gradient(circle at 34% 28%, rgba(247, 251, 255, 0.42), transparent 28%),
        linear-gradient(135deg, rgba(0, 168, 255, 0.62), rgba(247, 207, 74, 0.52));
}

.rocket-league-action-button[b-jubm8k8yj0] {
    color: var(--rocket-league-white) !important;
    border-color: var(--rocket-league-orange) !important;
}

.rocket-league-filter-shell[b-jubm8k8yj0],
.rocket-league-content-grid[b-jubm8k8yj0] {
    max-width: 86rem;
    margin: 1rem auto 0;
}

.rocket-league-filter-shell[b-jubm8k8yj0] {
    position: relative;
    overflow: hidden;
    --rocket-league-filter-collapsed-height: 4.375rem;
    --rocket-league-filter-expanded-height: 20rem;
    border: 1px solid var(--rocket-league-line);
    border-radius: 0.5rem;
    box-shadow:
        inset 0 0 0 1px rgba(247, 207, 74, 0.08),
        0 1rem 2rem rgba(0, 0, 0, 0.32);
    background:
        linear-gradient(180deg, rgba(126, 217, 255, 0.06), transparent 7rem),
        repeating-linear-gradient(90deg, rgba(247, 251, 255, 0.022) 0 1px, transparent 1px 12px),
        var(--rocket-league-deep);
    transition: max-height 180ms ease;
}

.rocket-league-filter-shell.is-collapsed[b-jubm8k8yj0] {
    max-height: var(--rocket-league-filter-collapsed-height);
}

.rocket-league-filter-shell.is-expanded[b-jubm8k8yj0] {
    max-height: var(--rocket-league-filter-expanded-height);
}

.rocket-league-filter-toggle[b-jubm8k8yj0] {
    width: 2.875rem;
    height: 2.875rem;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: var(--rocket-league-orange-soft);
    background: transparent;
    cursor: pointer;
    display: block;
}

.rocket-league-filter-toggle[hidden][b-jubm8k8yj0] {
    display: none;
}

.rocket-league-filter-toggle[b-jubm8k8yj0]::after {
    content: "";
    width: 0.65rem;
    aspect-ratio: 1;
    position: absolute;
    top: 0.95rem;
    right: 1rem;
    border-right: 2px solid var(--rocket-league-orange-soft);
    border-bottom: 2px solid var(--rocket-league-orange-soft);
    transform: rotate(45deg);
    transition: transform 160ms ease;
}

.rocket-league-filter-shell.is-expanded .rocket-league-filter-toggle[b-jubm8k8yj0]::after {
    transform: rotate(225deg);
}

.rocket-league-filter-toggle:hover[b-jubm8k8yj0] {
    background: rgba(247, 207, 74, 0.14);
}

.rocket-league-filter-toggle:focus-visible[b-jubm8k8yj0],
.rocket-league-fixed-filter:focus-visible[b-jubm8k8yj0] {
    outline: 2px solid var(--rocket-league-orange-soft);
    outline-offset: 2px;
}

.rocket-league-fixed-filters[b-jubm8k8yj0] {
    padding: 0.875rem 1rem 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
    background:
        linear-gradient(90deg, rgba(0, 168, 255, 0.14), rgba(247, 207, 74, 0.08)),
        rgba(6, 22, 45, 0.76);
}

.rocket-league-filter-shell.is-collapsible .rocket-league-fixed-filters[b-jubm8k8yj0] {
    padding-right: 3.75rem;
}

.rocket-league-fixed-filter[b-jubm8k8yj0] {
    min-width: 5.75rem;
    min-height: 2.5rem;
    padding: 0.42rem 0.75rem;
    border: 1px solid rgba(126, 217, 255, 0.3);
    border-radius: 999px;
    color: var(--rocket-league-white);
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.08), rgba(247, 207, 74, 0.06)),
        rgba(5, 13, 24, 0.82);
    box-shadow: inset 0 0 0 1px rgba(247, 207, 74, 0.055);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition:
        border-color 140ms ease,
        background 140ms ease,
        color 140ms ease,
        transform 140ms ease;
}

.rocket-league-fixed-filter:hover[b-jubm8k8yj0] {
    border-color: var(--rocket-league-orange);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.2), rgba(247, 207, 74, 0.2)),
        rgba(7, 27, 55, 0.94);
    transform: translateY(-1px);
}

.rocket-league-fixed-filter.is-active[b-jubm8k8yj0] {
    border-color: var(--rocket-league-orange-soft);
    color: #041225;
    background:
        linear-gradient(180deg, #ffe88f, #f7cf4a);
    box-shadow:
        inset 0 0 0 1px rgba(247, 251, 255, 0.22),
        0 0 1rem rgba(247, 207, 74, 0.24);
}

.rocket-league-fixed-filter.is-blue span[b-jubm8k8yj0],
.rocket-league-fixed-filter.is-red span[b-jubm8k8yj0],
.rocket-league-fixed-filter.is-all span[b-jubm8k8yj0] {
    color: inherit;
}

.rocket-league-content-grid[b-jubm8k8yj0] {
    display: grid;
    gap: 1rem;
    align-items: start;
}

.rocket-league-topic-panel[b-jubm8k8yj0] {
    min-height: 28rem;
}

.rocket-league-panel-heading[b-jubm8k8yj0] {
    min-height: 5rem;
    padding: 1rem 1.125rem;
    border-bottom: 1px solid var(--rocket-league-line);
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.16), transparent 32%),
        linear-gradient(90deg, transparent 58%, rgba(247, 207, 74, 0.12)),
        linear-gradient(180deg, rgba(5, 13, 24, 0.48), rgba(5, 13, 24, 0.14));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.rocket-league-panel-title[b-jubm8k8yj0] {
    margin: 0.2rem 0 0;
    color: var(--rocket-league-white);
    font-family: inherit;
    font-size: 2.15rem;
    font-weight: 800;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.rocket-league-topic-empty[b-jubm8k8yj0] {
    min-height: 17rem;
    margin: 1rem;
    border: 1px dashed rgba(126, 217, 255, 0.34);
    border-radius: 0.5rem;
    background: rgba(5, 13, 24, 0.32);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.75rem;
    color: var(--rocket-league-muted);
    text-align: center;
}

.rocket-league-topic-empty p[b-jubm8k8yj0] {
    margin: 0;
}

.rocket-league-empty-title[b-jubm8k8yj0] {
    font-weight: 800;
}

.rocket-league-empty-reset[b-jubm8k8yj0] {
    min-height: 2.4rem;
    margin-top: 0.25rem;
    padding: 0.42rem 0.75rem;
    border: 1px solid rgba(247, 207, 74, 0.64);
    border-radius: 999px;
    color: var(--rocket-league-white);
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.22), rgba(247, 207, 74, 0.12)),
        rgba(5, 13, 24, 0.34);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 800;
}

.rocket-league-empty-reset:hover[b-jubm8k8yj0],
.rocket-league-empty-reset:focus-visible[b-jubm8k8yj0] {
    border-color: rgba(247, 207, 74, 0.9);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.3), rgba(247, 207, 74, 0.22)),
        rgba(5, 13, 24, 0.42);
}

.rocket-league-empty-reset .mud-icon-root[b-jubm8k8yj0] {
    width: 1.15rem;
    height: 1.15rem;
    color: var(--rocket-league-orange-soft);
}

.rocket-league-topic-table[b-jubm8k8yj0] {
    --rocket-league-topic-glyph-column: 2.75rem;
    --rocket-league-topic-main-gap: 0.75rem;
    --rocket-league-topic-main-offset: calc(var(--rocket-league-topic-glyph-column) + var(--rocket-league-topic-main-gap));
    --rocket-league-topic-columns: minmax(18rem, 1fr) minmax(7rem, 10rem) 4.5rem 9.5rem;
    --rocket-league-topic-report-column: 4.25rem;
    --rocket-league-topic-column-gap: 0.875rem;
    display: grid;
}

.rocket-league-pager[b-jubm8k8yj0] {
    min-height: 3.25rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(126, 217, 255, 0.18);
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.12), rgba(247, 207, 74, 0.06)),
        rgba(5, 13, 24, 0.34);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.rocket-league-pager.is-bottom[b-jubm8k8yj0] {
    border-top: 1px solid rgba(126, 217, 255, 0.18);
    border-bottom: 0;
}

.rocket-league-pager-summary[b-jubm8k8yj0] {
    color: var(--rocket-league-muted);
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
}

.rocket-league-pager-links[b-jubm8k8yj0] {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.rocket-league-pager-control[b-jubm8k8yj0],
.rocket-league-pager-page[b-jubm8k8yj0] {
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(126, 217, 255, 0.28);
    border-radius: 0.4rem;
    color: var(--rocket-league-white);
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.1), rgba(247, 207, 74, 0.05)),
        rgba(5, 13, 24, 0.36);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition:
        border-color 140ms ease,
        color 140ms ease,
        background 140ms ease,
        transform 140ms ease;
}

.rocket-league-pager-control:hover[b-jubm8k8yj0],
.rocket-league-pager-control:focus-visible[b-jubm8k8yj0],
.rocket-league-pager-page:hover[b-jubm8k8yj0],
.rocket-league-pager-page:focus-visible[b-jubm8k8yj0] {
    border-color: var(--rocket-league-orange);
    color: var(--rocket-league-white);
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.22), rgba(247, 207, 74, 0.2)),
        rgba(5, 13, 24, 0.4);
    transform: translateY(-1px);
}

.rocket-league-pager-page.is-active[b-jubm8k8yj0] {
    border-color: var(--rocket-league-orange-soft);
    color: #061426;
    background: linear-gradient(180deg, #ffe88f, #f7cf4a);
    box-shadow: inset 0 0 0 1px rgba(247, 251, 255, 0.16);
    pointer-events: none;
}

.rocket-league-pager-control.is-disabled[b-jubm8k8yj0] {
    opacity: 0.48;
    pointer-events: none;
}

.rocket-league-topic-head[b-jubm8k8yj0],
.rocket-league-topic-link[b-jubm8k8yj0] {
    display: grid;
    grid-template-columns: var(--rocket-league-topic-columns);
    column-gap: var(--rocket-league-topic-column-gap);
    align-items: center;
}

.rocket-league-topic-head[b-jubm8k8yj0] {
    grid-template-columns: var(--rocket-league-topic-columns) var(--rocket-league-topic-report-column);
    min-height: 2.25rem;
    padding: 0 1rem;
    border-bottom: 1px solid rgba(126, 217, 255, 0.18);
    color: var(--rocket-league-blue-soft);
    background: rgba(5, 13, 24, 0.44);
    font-size: 0.75rem;
    font-weight: 800;
}

.rocket-league-topic-head > :first-child[b-jubm8k8yj0] {
    padding-left: var(--rocket-league-topic-main-offset);
}

.rocket-league-topic-sort[b-jubm8k8yj0] {
    min-width: 0;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    transition:
        color 140ms ease,
        text-shadow 140ms ease;
}

.rocket-league-topic-sort:hover[b-jubm8k8yj0],
.rocket-league-topic-sort:focus-visible[b-jubm8k8yj0],
.rocket-league-topic-sort.is-active[b-jubm8k8yj0] {
    color: var(--rocket-league-orange-soft);
    text-shadow: 0 0 0.75rem rgba(247, 207, 74, 0.34);
}

.rocket-league-topic-sort:focus-visible[b-jubm8k8yj0] {
    outline: 1px solid rgba(247, 207, 74, 0.72);
    outline-offset: 3px;
}

.rocket-league-topic-sort-arrows[b-jubm8k8yj0] {
    width: 0.55rem;
    height: 0.75rem;
    display: inline-grid;
    align-content: center;
    gap: 0.12rem;
}

.rocket-league-topic-sort-arrow[b-jubm8k8yj0] {
    width: 0;
    height: 0;
    border-left: 0.28rem solid transparent;
    border-right: 0.28rem solid transparent;
    opacity: 0.42;
    transition:
        border-color 140ms ease,
        opacity 140ms ease,
        filter 140ms ease;
}

.rocket-league-topic-sort-arrow.is-asc[b-jubm8k8yj0] {
    border-bottom: 0.32rem solid rgba(247, 251, 255, 0.68);
}

.rocket-league-topic-sort-arrow.is-desc[b-jubm8k8yj0] {
    border-top: 0.32rem solid rgba(247, 251, 255, 0.68);
}

.rocket-league-topic-sort-arrow.is-active[b-jubm8k8yj0] {
    opacity: 1;
    filter: drop-shadow(0 0 0.35rem rgba(247, 207, 74, 0.5));
}

.rocket-league-topic-sort-arrow.is-asc.is-active[b-jubm8k8yj0] {
    border-bottom-color: var(--rocket-league-orange-soft);
}

.rocket-league-topic-sort-arrow.is-desc.is-active[b-jubm8k8yj0] {
    border-top-color: var(--rocket-league-orange-soft);
}

.rocket-league-topic-row[b-jubm8k8yj0] {
    min-height: 5.75rem;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid rgba(126, 217, 255, 0.13);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--rocket-league-topic-report-column);
    gap: var(--rocket-league-topic-column-gap);
}

.rocket-league-topic-link[b-jubm8k8yj0] {
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.rocket-league-topic-main-link[b-jubm8k8yj0] {
    min-width: 0;
    color: inherit;
    text-decoration: none;
    display: grid;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: var(--rocket-league-topic-glyph-column) minmax(0, 1fr);
    column-gap: var(--rocket-league-topic-main-gap);
    align-items: center;
}

.rocket-league-topic-main-link:focus-visible[b-jubm8k8yj0] {
    outline: 2px solid rgba(247, 207, 74, 0.86);
    outline-offset: 3px;
}

.rocket-league-topic-row[b-jubm8k8yj0]::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 168, 255, 0.18), rgba(247, 207, 74, 0.12));
    transition: opacity 140ms ease;
}

.rocket-league-topic-row:hover[b-jubm8k8yj0]::before {
    opacity: 1;
}

.rocket-league-topic-row:hover .rocket-league-topic-title[b-jubm8k8yj0] {
    color: #ffffff;
}

.rocket-league-topic-glyph[b-jubm8k8yj0] {
    width: var(--rocket-league-topic-glyph-column);
    height: 2.75rem;
    border: 1px solid rgba(0, 168, 255, 0.46);
    border-radius: 0.4rem;
    color: var(--rocket-league-white);
    background:
        radial-gradient(circle at 34% 30%, rgba(247, 251, 255, 0.34), transparent 28%),
        linear-gradient(135deg, rgba(0, 168, 255, 0.86), rgba(6, 22, 45, 0.82));
    display: grid;
    place-items: center;
    font-family: inherit;
    font-size: 0.8125rem;
    grid-column: 1;
    grid-row: 1;
}

.rocket-league-topic-glyph--external .mud-icon-root[b-jubm8k8yj0] {
    width: 1.35rem;
    height: 1.35rem;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.4));
}

.rocket-league-topic-row:hover .rocket-league-topic-glyph--external[b-jubm8k8yj0] {
    border-color: rgba(247, 207, 74, 0.9);
    background:
        radial-gradient(circle at 34% 30%, rgba(247, 251, 255, 0.34), transparent 28%),
        linear-gradient(135deg, rgba(247, 207, 74, 0.92), rgba(0, 168, 255, 0.72));
}

.rocket-league-topic-main[b-jubm8k8yj0] {
    min-width: 0;
    display: grid;
    gap: 0.35rem;
    grid-column: 2;
    grid-row: 1;
}

.rocket-league-topic-title[b-jubm8k8yj0] {
    color: var(--rocket-league-white);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.rocket-league-topic-summary[b-jubm8k8yj0] {
    color: var(--rocket-league-muted);
    font-size: 0.875rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.rocket-league-topic-tags[b-jubm8k8yj0] {
    min-width: 0;
    grid-column: 1;
    padding-left: var(--rocket-league-topic-main-offset);
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 0.15rem;
}

.rocket-league-topic-tag[b-jubm8k8yj0] {
    max-width: 100%;
    padding: 0.18rem 0.45rem;
    border: 1px solid rgba(126, 217, 255, 0.24);
    border-radius: 999px;
    color: var(--rocket-league-white);
    background: rgba(5, 13, 24, 0.38);
    font-size: 0.75rem;
    line-height: 1.3;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rocket-league-topic-tag:not(.is-empty):hover[b-jubm8k8yj0],
.rocket-league-topic-tag:not(.is-empty):focus-visible[b-jubm8k8yj0] {
    border-color: rgba(247, 207, 74, 0.9);
    color: #ffffff;
    background: rgba(247, 207, 74, 0.24);
}

.rocket-league-topic-tag.is-active[b-jubm8k8yj0] {
    border-color: rgba(247, 207, 74, 0.94);
    color: #061426;
    background: linear-gradient(180deg, #ffe88f, #f7cf4a);
}

.rocket-league-topic-tag.is-empty[b-jubm8k8yj0] {
    color: rgba(247, 251, 255, 0.62);
    cursor: default;
}

.rocket-league-topic-source[b-jubm8k8yj0],
.rocket-league-topic-clicks[b-jubm8k8yj0],
.rocket-league-topic-time[b-jubm8k8yj0],
.rocket-league-topic-report[b-jubm8k8yj0] {
    color: var(--rocket-league-muted);
    font-size: 0.8125rem;
    overflow-wrap: anywhere;
}

.rocket-league-topic-source[b-jubm8k8yj0] {
    grid-column: 2;
}

.rocket-league-topic-clicks[b-jubm8k8yj0] {
    color: var(--rocket-league-orange-soft);
    font-weight: 800;
    grid-column: 3;
}

.rocket-league-topic-time[b-jubm8k8yj0] {
    display: grid;
    gap: 0.35rem;
    grid-column: 4;
}

.rocket-league-topic-report[b-jubm8k8yj0] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rocket-league-topic-report form[b-jubm8k8yj0] {
    margin: 0;
}

.rocket-league-report-menu[b-jubm8k8yj0] {
    position: relative;
}

.rocket-league-report-trigger[b-jubm8k8yj0] {
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(126, 217, 255, 0.28);
    border-radius: 0.4rem;
    color: var(--rocket-league-orange-soft);
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.1), rgba(247, 207, 74, 0.05)),
        rgba(5, 13, 24, 0.36);
    display: grid;
    place-items: center;
    cursor: pointer;
    list-style: none;
    transition:
        border-color 140ms ease,
        color 140ms ease,
        background 140ms ease,
        transform 140ms ease;
}

.rocket-league-report-trigger[b-jubm8k8yj0]::-webkit-details-marker {
    display: none;
}

.rocket-league-report-trigger[b-jubm8k8yj0]::marker {
    content: "";
}

.rocket-league-report-trigger .mud-icon-root[b-jubm8k8yj0] {
    width: 1.25rem;
    height: 1.25rem;
}

.rocket-league-report-trigger:hover[b-jubm8k8yj0],
.rocket-league-report-trigger:focus-visible[b-jubm8k8yj0],
.rocket-league-report-menu[open] .rocket-league-report-trigger[b-jubm8k8yj0] {
    border-color: var(--rocket-league-orange);
    color: var(--rocket-league-white);
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.22), rgba(247, 207, 74, 0.2)),
        rgba(5, 13, 24, 0.4);
}

.rocket-league-report-trigger:focus-visible[b-jubm8k8yj0] {
    outline: 2px solid var(--rocket-league-orange-soft);
    outline-offset: 2px;
}

.rocket-league-report-popover[b-jubm8k8yj0] {
    min-width: 11rem;
    padding: 0.35rem;
    border: 1px solid rgba(247, 207, 74, 0.7);
    border-radius: 0.4rem;
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    z-index: 8;
    background:
        linear-gradient(135deg, rgba(0, 168, 255, 0.12), rgba(247, 207, 74, 0.08)),
        var(--rocket-league-deep);
    box-shadow:
        inset 0 0 0 1px rgba(247, 251, 255, 0.08),
        0 0.75rem 1.75rem rgba(0, 0, 0, 0.42);
}

.rocket-league-report-popover[b-jubm8k8yj0]::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-top: 1px solid rgba(247, 207, 74, 0.7);
    border-left: 1px solid rgba(247, 207, 74, 0.7);
    position: absolute;
    top: -0.38rem;
    right: 0.8rem;
    background: var(--rocket-league-deep);
    transform: rotate(45deg);
}

.rocket-league-report-option[b-jubm8k8yj0] {
    width: 100%;
    min-height: 2.25rem;
    padding: 0.35rem 0.55rem;
    border: 0;
    border-radius: 0.3rem;
    color: var(--rocket-league-white);
    background: transparent;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.rocket-league-report-option .mud-icon-root[b-jubm8k8yj0] {
    width: 1.1rem;
    height: 1.1rem;
    color: var(--rocket-league-orange-soft);
}

.rocket-league-report-option:hover[b-jubm8k8yj0],
.rocket-league-report-option:focus-visible[b-jubm8k8yj0] {
    color: var(--rocket-league-white);
    background: rgba(247, 207, 74, 0.2);
    outline: 1px solid rgba(247, 207, 74, 0.32);
}

.rocket-league-report-message[b-jubm8k8yj0] {
    max-width: min(22rem, calc(100vw - 2rem));
    margin: 0;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(247, 207, 74, 0.72);
    border-radius: 0.5rem;
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 1500;
    color: var(--rocket-league-white);
    background:
        linear-gradient(90deg, rgba(0, 168, 255, 0.2), rgba(247, 207, 74, 0.16)),
        var(--rocket-league-deep);
    box-shadow:
        inset 0 0 0 1px rgba(247, 251, 255, 0.08),
        0 0.75rem 2rem rgba(0, 0, 0, 0.42);
    font-weight: 700;
    pointer-events: none;
    animation: rocket-league-report-message-lifecycle-b-jubm8k8yj0 3s ease-out forwards;
}

.rocket-league-report-message.is-warning[b-jubm8k8yj0] {
    color: var(--rocket-league-white);
    background:
        linear-gradient(90deg, rgba(247, 207, 74, 0.32), rgba(5, 13, 24, 0.16)),
        var(--rocket-league-deep);
}

@keyframes rocket-league-report-message-lifecycle-b-jubm8k8yj0 {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translateY(-0.5rem);
    }

    8%,
    82% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-0.35rem);
    }
}

@media (max-width: 1120px) {
    .rocket-league-content-grid[b-jubm8k8yj0] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .rocket-league-forum-page[b-jubm8k8yj0] {
        padding: 0.75rem;
    }

    .rocket-league-nav-strip[b-jubm8k8yj0],
    .rocket-league-panel-heading[b-jubm8k8yj0] {
        align-items: stretch;
        flex-direction: column;
    }

    .rocket-league-nav-actions[b-jubm8k8yj0] {
        align-items: stretch;
    }

    .rocket-league-nav-actions .mud-button-root[b-jubm8k8yj0] {
        flex: 1 1 11rem;
    }

    .rocket-league-search-form[b-jubm8k8yj0] {
        width: 100%;
    }

    .rocket-league-hero-image[b-jubm8k8yj0] {
        object-position: center;
    }

    .rocket-league-fixed-filters[b-jubm8k8yj0] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .rocket-league-fixed-filter[b-jubm8k8yj0] {
        min-width: 0;
        width: 100%;
    }

    .rocket-league-topic-head[b-jubm8k8yj0] {
        display: none;
    }

    .rocket-league-topic-link[b-jubm8k8yj0] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .rocket-league-topic-source[b-jubm8k8yj0],
    .rocket-league-topic-clicks[b-jubm8k8yj0],
    .rocket-league-topic-time[b-jubm8k8yj0] {
        grid-column: 1;
        padding-left: var(--rocket-league-topic-main-offset);
    }

    .rocket-league-topic-row[b-jubm8k8yj0] {
        grid-template-columns: 1fr;
    }

    .rocket-league-topic-report[b-jubm8k8yj0] {
        padding-left: var(--rocket-league-topic-main-offset);
        justify-content: flex-start;
    }

    .rocket-league-pager[b-jubm8k8yj0] {
        align-items: stretch;
        flex-direction: column;
    }

    .rocket-league-pager-summary[b-jubm8k8yj0] {
        white-space: normal;
    }

    .rocket-league-pager-links[b-jubm8k8yj0] {
        justify-content: flex-start;
    }

    .rocket-league-report-popover[b-jubm8k8yj0] {
        right: auto;
        left: 0;
    }

    .rocket-league-report-popover[b-jubm8k8yj0]::before {
        right: auto;
        left: 0.8rem;
    }

    .rocket-league-report-message[b-jubm8k8yj0] {
        top: 0.75rem;
        right: 0.75rem;
    }
}

@media (max-width: 460px) {
    .rocket-league-fixed-filters[b-jubm8k8yj0] {
        grid-template-columns: 1fr;
    }
}


/* /Components/Pages/ValorantForum/ValorantForum.razor.rz.scp.css */
.valorant-forum-page[b-fqj5musy1t] {
    --valorant-ash: #0f1923;
    --valorant-iron: #111820;
    --valorant-panel: #13212b;
    --valorant-panel-soft: #1b2b36;
    --valorant-line: rgba(236, 232, 225, 0.24);
    --valorant-line-bright: #ff4655;
    --valorant-gold: #ff4655;
    --valorant-gold-soft: #ece8e1;
    --valorant-blood: #bd3944;
    --valorant-parchment: #ece8e1;
    --valorant-muted: #8f9ba3;
    --valorant-ink: #071018;
    --valorant-cream-line: rgba(236, 232, 225, 0.38);
    --valorant-red-soft: rgba(255, 70, 85, 0.18);
    --valorant-back-to-top-color: var(--valorant-gold-soft);
    --valorant-back-to-top-hover-color: #ffffff;
    --valorant-back-to-top-border: rgba(255, 70, 85, 0.58);
    --valorant-back-to-top-hover-border: rgba(255, 70, 85, 0.86);
    --valorant-back-to-top-bg: linear-gradient(135deg, rgba(255, 70, 85, 0.22), rgba(236, 232, 225, 0.04)), rgba(7, 16, 24, 0.9);
    --valorant-back-to-top-hover-bg: linear-gradient(135deg, rgba(255, 70, 85, 0.34), rgba(236, 232, 225, 0.06)), rgba(15, 25, 35, 0.94);
    --valorant-back-to-top-shadow: inset 0 0 0 1px rgba(236, 232, 225, 0.08), 0 0.75rem 1.75rem rgba(0, 0, 0, 0.42);
    --valorant-back-to-top-hover-shadow: inset 0 0 0 1px rgba(236, 232, 225, 0.14), 0 0.9rem 2rem rgba(0, 0, 0, 0.5), 0 0 1.1rem rgba(255, 70, 85, 0.22);
    --article-forum-back-to-top-color: var(--valorant-back-to-top-color);
    --article-forum-back-to-top-hover-color: var(--valorant-back-to-top-hover-color);
    --article-forum-back-to-top-border: var(--valorant-back-to-top-border);
    --article-forum-back-to-top-hover-border: var(--valorant-back-to-top-hover-border);
    --article-forum-back-to-top-bg: var(--valorant-back-to-top-bg);
    --article-forum-back-to-top-hover-bg: var(--valorant-back-to-top-hover-bg);
    --article-forum-back-to-top-shadow: var(--valorant-back-to-top-shadow);
    --article-forum-back-to-top-hover-shadow: var(--valorant-back-to-top-hover-shadow);
    min-height: 100vh;
    padding: clamp(1rem, 3vw, 3rem);
    color: var(--valorant-parchment);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.22) 0 11%, transparent 11% 100%),
        linear-gradient(315deg, transparent 0 62%, rgba(236, 232, 225, 0.06) 62% 63%, transparent 63%),
        repeating-linear-gradient(135deg, rgba(236, 232, 225, 0.035) 0 1px, transparent 1px 14px),
        linear-gradient(180deg, #0f1923 0%, #071018 52%, #0d141c 100%);
    scroll-behavior: smooth;
    scroll-margin-top: 0;
}

.valorant-hero[b-fqj5musy1t] {
    max-width: 86rem;
    margin: 0 auto;
    display: grid;
    gap: 0.875rem;
}

.valorant-nav-strip[b-fqj5musy1t] {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
}

.valorant-nav-actions[b-fqj5musy1t] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

[b-fqj5musy1t] .valorant-nav-link {
    min-height: 2.5rem;
    color: var(--valorant-parchment) !important;
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.16), rgba(15, 25, 35, 0.86)) !important;
    border: 1px solid rgba(236, 232, 225, 0.28) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 70, 85, 0.08);
    font-weight: 800 !important;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(7, 16, 24, 0.7);
}

[b-fqj5musy1t] .valorant-nav-link:hover {
    color: #ffffff !important;
    border-color: rgba(255, 70, 85, 0.78) !important;
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.36), rgba(15, 25, 35, 0.92)) !important;
}

[b-fqj5musy1t] .valorant-nav-link .mud-icon-root {
    color: var(--valorant-line-bright) !important;
}

.valorant-search-form[b-fqj5musy1t] {
    width: min(24rem, 100%);
    min-height: 2.5rem;
    border: 1px solid rgba(236, 232, 225, 0.3);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.08), rgba(236, 232, 225, 0.03)),
        rgba(7, 16, 24, 0.78);
    box-shadow:
        inset 0 0 0 1px rgba(255, 70, 85, 0.08),
        0 0.75rem 1.75rem rgba(0, 0, 0, 0.22);
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) auto;
    align-items: center;
}

.valorant-search-form .mud-icon-root[b-fqj5musy1t] {
    justify-self: center;
    color: var(--valorant-line-bright);
}

.valorant-search-input[b-fqj5musy1t] {
    min-width: 0;
    height: 2.5rem;
    border: 0;
    color: var(--valorant-gold-soft);
    background: transparent;
    font: inherit;
    font-size: 0.9rem;
    outline: none;
}

.valorant-search-input[b-fqj5musy1t]::placeholder {
    color: rgba(236, 232, 225, 0.58);
}

.valorant-search-submit[b-fqj5musy1t] {
    height: 2.5rem;
    padding: 0 0.9rem;
    border: 0;
    border-left: 1px solid rgba(236, 232, 225, 0.22);
    color: #ffffff;
    background: linear-gradient(180deg, #ff4655, #bd3944);
    font: inherit;
    font-size: 0.875rem;
    font-weight: 900;
    cursor: pointer;
}

.valorant-search-submit:hover[b-fqj5musy1t],
.valorant-search-submit:focus-visible[b-fqj5musy1t] {
    background: linear-gradient(180deg, #ff5f6c, #ff4655);
}

.valorant-search-form:focus-within[b-fqj5musy1t] {
    border-color: rgba(255, 70, 85, 0.82);
    box-shadow:
        inset 0 0 0 1px rgba(255, 70, 85, 0.12),
        0 0 0 2px rgba(255, 70, 85, 0.18),
        0 0.75rem 1.75rem rgba(0, 0, 0, 0.22);
}

.valorant-topic-panel[b-fqj5musy1t],
.valorant-empty-forum[b-fqj5musy1t] {
    border: 1px solid var(--valorant-line);
    box-shadow:
        inset 0 0 0 1px rgba(255, 70, 85, 0.08),
        0 1.125rem 2.5rem rgba(0, 0, 0, 0.38);
    background:
        linear-gradient(180deg, rgba(236, 232, 225, 0.06), transparent 8rem),
        repeating-linear-gradient(135deg, rgba(236, 232, 225, 0.03) 0 1px, transparent 1px 9px),
        var(--valorant-panel);
}

.valorant-hero-frame[b-fqj5musy1t] {
    width: 100%;
    height: clamp(18rem, 34vw, 30rem);
    padding: 0;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    background:
        linear-gradient(180deg, rgba(236, 232, 225, 0.05), transparent 8rem),
        #071018;
}

.valorant-hero-frame[b-fqj5musy1t]::before,
.valorant-hero-frame[b-fqj5musy1t]::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.valorant-hero-frame[b-fqj5musy1t]::before {
    inset: 0;
    z-index: 2;
    border-top: 1px solid rgba(255, 70, 85, 0.62);
    border-bottom: 1px solid rgba(236, 232, 225, 0.24);
    background:
        linear-gradient(90deg, rgba(7, 16, 24, 0.72), transparent 20%, transparent 78%, rgba(7, 16, 24, 0.76)),
        linear-gradient(180deg, rgba(15, 25, 35, 0.16), transparent 48%, rgba(7, 16, 24, 0.48));
}

.valorant-hero-frame[b-fqj5musy1t]::after {
    inset: 0;
    z-index: 3;
    box-shadow:
        inset 0 0 4rem rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 70, 85, 0.18),
        inset 0 -1px 0 rgba(236, 232, 225, 0.12);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.14) 0 12%, transparent 12%),
        repeating-linear-gradient(135deg, rgba(236, 232, 225, 0.035) 0 1px, transparent 1px 10px);
}

.valorant-hero-image[b-fqj5musy1t] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.08) contrast(1.08) brightness(0.86);
}

.valorant-panel-kicker[b-fqj5musy1t] {
    color: var(--valorant-line-bright);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.valorant-empty-forum[b-fqj5musy1t] {
    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;
}

.valorant-empty-forum h2[b-fqj5musy1t],
.valorant-empty-title[b-fqj5musy1t] {
    margin: 0;
    color: var(--valorant-gold-soft);
}

.valorant-empty-forum p[b-fqj5musy1t] {
    max-width: 36rem;
    color: var(--valorant-muted);
}

.valorant-empty-mark[b-fqj5musy1t] {
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--valorant-line-bright);
    display: grid;
    place-items: center;
    color: var(--valorant-gold-soft);
    font-family: inherit;
    font-size: 1.5rem;
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.3), rgba(7, 16, 24, 0.78));
}

.valorant-action-button[b-fqj5musy1t] {
    color: var(--valorant-gold-soft) !important;
    border-color: var(--valorant-line-bright) !important;
}

.valorant-filter-shell[b-fqj5musy1t],
.valorant-content-grid[b-fqj5musy1t] {
    max-width: 86rem;
    margin: 1rem auto 0;
}

.valorant-filter-shell[b-fqj5musy1t] {
    position: relative;
    overflow: hidden;
    --valorant-filter-collapsed-height: 4.375rem;
    --valorant-filter-expanded-height: 20rem;
    border: 1px solid var(--valorant-line);
    box-shadow:
        inset 0 0 0 1px rgba(255, 70, 85, 0.08),
        0 1rem 2rem rgba(0, 0, 0, 0.32);
    background:
        linear-gradient(180deg, rgba(236, 232, 225, 0.05), transparent 7rem),
        repeating-linear-gradient(135deg, rgba(236, 232, 225, 0.026) 0 1px, transparent 1px 10px),
        var(--valorant-iron);
    transition: max-height 180ms ease;
}

.valorant-filter-shell.is-collapsed[b-fqj5musy1t] {
    max-height: var(--valorant-filter-collapsed-height);
}

.valorant-filter-shell.is-expanded[b-fqj5musy1t] {
    max-height: var(--valorant-filter-expanded-height);
}

.valorant-filter-toggle[b-fqj5musy1t] {
    width: 2.875rem;
    height: 2.875rem;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: var(--valorant-gold);
    background: transparent;
    cursor: pointer;
    display: block;
}

.valorant-filter-toggle[hidden][b-fqj5musy1t] {
    display: none;
}

.valorant-filter-toggle[b-fqj5musy1t]::after {
    content: "";
    width: 0.65rem;
    aspect-ratio: 1;
    position: absolute;
    top: 0.95rem;
    right: 1rem;
    border-right: 2px solid var(--valorant-gold);
    border-bottom: 2px solid var(--valorant-gold);
    transform: rotate(45deg);
    transition: transform 160ms ease;
}

.valorant-filter-shell.is-expanded .valorant-filter-toggle[b-fqj5musy1t]::after {
    transform: rotate(225deg);
}

.valorant-filter-toggle:hover[b-fqj5musy1t] {
    background: rgba(255, 70, 85, 0.12);
}

.valorant-filter-toggle:focus-visible[b-fqj5musy1t],
.valorant-fixed-filter:focus-visible[b-fqj5musy1t] {
    outline: 2px solid var(--valorant-gold);
    outline-offset: 2px;
}

.valorant-fixed-filters[b-fqj5musy1t] {
    padding: 0.875rem 1rem 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
    background:
        linear-gradient(180deg, rgba(7, 16, 24, 0.2), rgba(7, 16, 24, 0.42)),
        rgba(15, 25, 35, 0.72);
}

.valorant-filter-shell.is-collapsible .valorant-fixed-filters[b-fqj5musy1t] {
    padding-right: 3.75rem;
}

.valorant-fixed-filter[b-fqj5musy1t] {
    min-width: 5.75rem;
    min-height: 2.5rem;
    padding: 0.42rem 0.75rem;
    border: 1px solid rgba(236, 232, 225, 0.26);
    color: var(--valorant-parchment);
    background:
        linear-gradient(135deg, rgba(236, 232, 225, 0.045), rgba(255, 70, 85, 0.06)),
        rgba(7, 16, 24, 0.88);
    box-shadow: inset 0 0 0 1px rgba(255, 70, 85, 0.055);
    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;
}

.valorant-fixed-filter:hover[b-fqj5musy1t] {
    border-color: var(--valorant-gold);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.22), rgba(236, 232, 225, 0.04)),
        rgba(15, 25, 35, 0.94);
    transform: translateY(-1px);
}

.valorant-fixed-filter.is-active[b-fqj5musy1t] {
    border-color: var(--valorant-gold);
    color: var(--valorant-gold-soft);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.84), rgba(189, 57, 68, 0.86)),
        rgba(15, 25, 35, 0.96);
    box-shadow:
        inset 0 0 0 1px rgba(236, 232, 225, 0.16),
        inset 0 0 1rem rgba(7, 16, 24, 0.14);
}

.valorant-fixed-filter.is-blue span[b-fqj5musy1t] {
    color: var(--valorant-gold-soft);
}

.valorant-fixed-filter.is-red span[b-fqj5musy1t] {
    color: var(--valorant-line-bright);
}

.valorant-fixed-filter.is-all span[b-fqj5musy1t] {
    color: var(--valorant-gold-soft);
}

.valorant-fixed-filter em[b-fqj5musy1t] {
    min-width: 2.1rem;
    padding: 0.14rem 0.34rem;
    border: 1px solid rgba(236, 232, 225, 0.3);
    border-radius: 0.25rem;
    color: #071018;
    background:
        linear-gradient(180deg, #ece8e1, #cfd4d1);
    font-style: normal;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.valorant-content-grid[b-fqj5musy1t] {
    display: grid;
    gap: 1rem;
    align-items: start;
}

.valorant-topic-panel[b-fqj5musy1t] {
    min-height: 28rem;
}

.valorant-panel-heading[b-fqj5musy1t] {
    min-height: 5rem;
    padding: 1rem 1.125rem;
    border-bottom: 1px solid var(--valorant-line);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(7, 16, 24, 0.48), rgba(7, 16, 24, 0.14));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.valorant-panel-title[b-fqj5musy1t] {
    margin: 0.2rem 0 0;
    color: var(--valorant-gold-soft);
    font-family: inherit;
    font-size: clamp(1.45rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.valorant-topic-empty[b-fqj5musy1t] {
    min-height: 17rem;
    margin: 1rem;
    border: 1px dashed rgba(236, 232, 225, 0.32);
    background: rgba(7, 16, 24, 0.32);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.75rem;
    color: var(--valorant-muted);
    text-align: center;
}

.valorant-topic-empty p[b-fqj5musy1t] {
    margin: 0;
}

.valorant-empty-title[b-fqj5musy1t] {
    font-weight: 800;
}

.valorant-empty-reset[b-fqj5musy1t] {
    min-height: 2.4rem;
    margin-top: 0.25rem;
    padding: 0.42rem 0.75rem;
    border: 1px solid rgba(255, 70, 85, 0.58);
    color: var(--valorant-gold-soft);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.22), rgba(236, 232, 225, 0.04)),
        rgba(7, 16, 24, 0.32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 800;
}

.valorant-empty-reset:hover[b-fqj5musy1t],
.valorant-empty-reset:focus-visible[b-fqj5musy1t] {
    border-color: rgba(255, 70, 85, 0.86);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.34), rgba(236, 232, 225, 0.05)),
        rgba(7, 16, 24, 0.4);
}

.valorant-empty-reset .mud-icon-root[b-fqj5musy1t] {
    width: 1.15rem;
    height: 1.15rem;
    color: var(--valorant-line-bright);
}

.valorant-topic-table[b-fqj5musy1t] {
    --valorant-topic-glyph-column: 2.75rem;
    --valorant-topic-main-gap: 0.75rem;
    --valorant-topic-main-offset: calc(var(--valorant-topic-glyph-column) + var(--valorant-topic-main-gap));
    --valorant-topic-columns: minmax(18rem, 1fr) minmax(7rem, 10rem) 4.5rem 9.5rem;
    --valorant-topic-report-column: 4.25rem;
    --valorant-topic-column-gap: 0.875rem;
    display: grid;
}

.valorant-pager[b-fqj5musy1t] {
    min-height: 3.25rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(236, 232, 225, 0.18);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.1), rgba(236, 232, 225, 0.03)),
        rgba(7, 16, 24, 0.34);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.valorant-pager.is-bottom[b-fqj5musy1t] {
    border-top: 1px solid rgba(236, 232, 225, 0.18);
    border-bottom: 0;
}

.valorant-pager-summary[b-fqj5musy1t] {
    color: var(--valorant-muted);
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
}

.valorant-pager-links[b-fqj5musy1t] {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.valorant-pager-control[b-fqj5musy1t],
.valorant-pager-page[b-fqj5musy1t] {
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(236, 232, 225, 0.26);
    color: var(--valorant-parchment);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.1), rgba(236, 232, 225, 0.03)),
        rgba(7, 16, 24, 0.36);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition:
        border-color 140ms ease,
        color 140ms ease,
        background 140ms ease,
        transform 140ms ease;
}

.valorant-pager-control:hover[b-fqj5musy1t],
.valorant-pager-control:focus-visible[b-fqj5musy1t],
.valorant-pager-page:hover[b-fqj5musy1t],
.valorant-pager-page:focus-visible[b-fqj5musy1t] {
    border-color: var(--valorant-gold);
    color: var(--valorant-gold-soft);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.32), rgba(236, 232, 225, 0.045)),
        rgba(7, 16, 24, 0.4);
    transform: translateY(-1px);
}

.valorant-pager-page.is-active[b-fqj5musy1t] {
    border-color: var(--valorant-gold);
    color: #ffffff;
    background: linear-gradient(180deg, #ff4655, #bd3944);
    box-shadow: inset 0 0 0 1px rgba(236, 232, 225, 0.16);
    pointer-events: none;
}

.valorant-pager-control.is-disabled[b-fqj5musy1t] {
    opacity: 0.48;
    pointer-events: none;
}

.valorant-topic-head[b-fqj5musy1t],
.valorant-topic-link[b-fqj5musy1t] {
    display: grid;
    grid-template-columns: var(--valorant-topic-columns);
    column-gap: var(--valorant-topic-column-gap);
    align-items: center;
}

.valorant-topic-head[b-fqj5musy1t] {
    grid-template-columns: var(--valorant-topic-columns) var(--valorant-topic-report-column);
}

.valorant-topic-head[b-fqj5musy1t] {
    min-height: 2.25rem;
    padding: 0 1rem;
    border-bottom: 1px solid rgba(236, 232, 225, 0.2);
    color: var(--valorant-line-bright);
    background: rgba(7, 16, 24, 0.38);
    font-size: 0.75rem;
    font-weight: 800;
}

.valorant-topic-head > :first-child[b-fqj5musy1t] {
    padding-left: var(--valorant-topic-main-offset);
}

.valorant-topic-sort[b-fqj5musy1t] {
    min-width: 0;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    transition:
        color 140ms ease,
        text-shadow 140ms ease;
}

.valorant-topic-sort:hover[b-fqj5musy1t],
.valorant-topic-sort:focus-visible[b-fqj5musy1t],
.valorant-topic-sort.is-active[b-fqj5musy1t] {
    color: var(--valorant-gold-soft);
    text-shadow: 0 0 0.75rem rgba(255, 70, 85, 0.34);
}

.valorant-topic-sort:focus-visible[b-fqj5musy1t] {
    outline: 1px solid rgba(255, 70, 85, 0.72);
    outline-offset: 3px;
}

.valorant-topic-sort-arrows[b-fqj5musy1t] {
    width: 0.55rem;
    height: 0.75rem;
    display: inline-grid;
    align-content: center;
    gap: 0.12rem;
}

.valorant-topic-sort-arrow[b-fqj5musy1t] {
    width: 0;
    height: 0;
    border-left: 0.28rem solid transparent;
    border-right: 0.28rem solid transparent;
    opacity: 0.42;
    transition:
        border-color 140ms ease,
        opacity 140ms ease,
        filter 140ms ease;
}

.valorant-topic-sort-arrow.is-asc[b-fqj5musy1t] {
    border-bottom: 0.32rem solid rgba(236, 232, 225, 0.68);
}

.valorant-topic-sort-arrow.is-desc[b-fqj5musy1t] {
    border-top: 0.32rem solid rgba(236, 232, 225, 0.68);
}

.valorant-topic-sort-arrow.is-active[b-fqj5musy1t] {
    opacity: 1;
    filter: drop-shadow(0 0 0.35rem rgba(255, 70, 85, 0.5));
}

.valorant-topic-sort-arrow.is-asc.is-active[b-fqj5musy1t] {
    border-bottom-color: var(--valorant-gold-soft);
}

.valorant-topic-sort-arrow.is-desc.is-active[b-fqj5musy1t] {
    border-top-color: var(--valorant-gold-soft);
}

.valorant-topic-row[b-fqj5musy1t] {
    min-height: 5.75rem;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid rgba(236, 232, 225, 0.14);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--valorant-topic-report-column);
    gap: var(--valorant-topic-column-gap);
}

.valorant-topic-link[b-fqj5musy1t] {
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.valorant-topic-main-link[b-fqj5musy1t] {
    min-width: 0;
    color: inherit;
    text-decoration: none;
    display: grid;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: var(--valorant-topic-glyph-column) minmax(0, 1fr);
    column-gap: var(--valorant-topic-main-gap);
    align-items: center;
}

.valorant-topic-main-link:focus-visible[b-fqj5musy1t] {
    outline: 2px solid rgba(255, 70, 85, 0.86);
    outline-offset: 3px;
}

.valorant-topic-row[b-fqj5musy1t]::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 70, 85, 0.24), rgba(236, 232, 225, 0.045));
    transition: opacity 140ms ease;
}

.valorant-topic-row:hover[b-fqj5musy1t]::before {
    opacity: 1;
}

.valorant-topic-row:hover .valorant-topic-title[b-fqj5musy1t] {
    color: #ffffff;
}

.valorant-topic-glyph[b-fqj5musy1t] {
    width: var(--valorant-topic-glyph-column);
    height: 2.75rem;
    border: 1px solid rgba(255, 70, 85, 0.42);
    color: var(--valorant-gold-soft);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.78), rgba(7, 16, 24, 0.82));
    display: grid;
    place-items: center;
    font-family: inherit;
    font-size: 0.8125rem;
    grid-column: 1;
    grid-row: 1;
}

.valorant-topic-glyph--external[b-fqj5musy1t] {
    color: var(--valorant-gold-soft);
    font-family: inherit;
}

.valorant-topic-glyph--external .mud-icon-root[b-fqj5musy1t] {
    width: 1.35rem;
    height: 1.35rem;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.4));
}

.valorant-topic-row:hover .valorant-topic-glyph--external[b-fqj5musy1t] {
    border-color: rgba(255, 70, 85, 0.86);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.95), rgba(189, 57, 68, 0.7));
}

.valorant-topic-main[b-fqj5musy1t] {
    min-width: 0;
    display: grid;
    gap: 0.35rem;
    grid-column: 2;
    grid-row: 1;
}

.valorant-topic-title[b-fqj5musy1t] {
    color: var(--valorant-gold-soft);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.valorant-topic-summary[b-fqj5musy1t] {
    color: var(--valorant-muted);
    font-size: 0.875rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.valorant-topic-tags[b-fqj5musy1t] {
    min-width: 0;
    grid-column: 1;
    padding-left: var(--valorant-topic-main-offset);
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 0.15rem;
}

.valorant-topic-tag[b-fqj5musy1t] {
    max-width: 100%;
    padding: 0.18rem 0.45rem;
    border: 1px solid rgba(236, 232, 225, 0.22);
    color: var(--valorant-parchment);
    background: rgba(7, 16, 24, 0.38);
    font-size: 0.75rem;
    line-height: 1.3;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.valorant-topic-tag:not(.is-empty):hover[b-fqj5musy1t],
.valorant-topic-tag:not(.is-empty):focus-visible[b-fqj5musy1t] {
    border-color: rgba(255, 70, 85, 0.86);
    color: #ffffff;
    background: rgba(255, 70, 85, 0.34);
}

.valorant-topic-tag.is-active[b-fqj5musy1t] {
    border-color: rgba(255, 70, 85, 0.9);
    color: #ffffff;
    background: linear-gradient(180deg, #ff4655, #bd3944);
}

.valorant-topic-tag.is-empty[b-fqj5musy1t] {
    color: rgba(236, 232, 225, 0.62);
    cursor: default;
}

.valorant-topic-source[b-fqj5musy1t],
.valorant-topic-clicks[b-fqj5musy1t],
.valorant-topic-time[b-fqj5musy1t],
.valorant-topic-report[b-fqj5musy1t] {
    color: var(--valorant-muted);
    font-size: 0.8125rem;
    overflow-wrap: anywhere;
}

.valorant-topic-source[b-fqj5musy1t] {
    grid-column: 2;
}

.valorant-topic-clicks[b-fqj5musy1t] {
    color: var(--valorant-gold);
    font-weight: 800;
    grid-column: 3;
}

.valorant-topic-time[b-fqj5musy1t] {
    display: grid;
    gap: 0.35rem;
    grid-column: 4;
}

.valorant-topic-report[b-fqj5musy1t] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.valorant-topic-report form[b-fqj5musy1t] {
    margin: 0;
}

.valorant-report-menu[b-fqj5musy1t] {
    position: relative;
}

.valorant-report-trigger[b-fqj5musy1t] {
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(236, 232, 225, 0.26);
    color: var(--valorant-gold);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.1), rgba(236, 232, 225, 0.03)),
        rgba(7, 16, 24, 0.36);
    display: grid;
    place-items: center;
    cursor: pointer;
    list-style: none;
    transition:
        border-color 140ms ease,
        color 140ms ease,
        background 140ms ease,
        transform 140ms ease;
}

.valorant-report-trigger[b-fqj5musy1t]::-webkit-details-marker {
    display: none;
}

.valorant-report-trigger[b-fqj5musy1t]::marker {
    content: "";
}

.valorant-report-trigger .mud-icon-root[b-fqj5musy1t] {
    width: 1.25rem;
    height: 1.25rem;
}

.valorant-report-trigger:hover[b-fqj5musy1t],
.valorant-report-trigger:focus-visible[b-fqj5musy1t],
.valorant-report-menu[open] .valorant-report-trigger[b-fqj5musy1t] {
    border-color: var(--valorant-gold);
    color: var(--valorant-gold-soft);
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.32), rgba(236, 232, 225, 0.045)),
        rgba(7, 16, 24, 0.4);
}

.valorant-report-trigger:focus-visible[b-fqj5musy1t] {
    outline: 2px solid var(--valorant-gold);
    outline-offset: 2px;
}

.valorant-report-popover[b-fqj5musy1t] {
    min-width: 11rem;
    padding: 0.35rem;
    border: 1px solid rgba(255, 70, 85, 0.68);
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    z-index: 8;
    background:
        linear-gradient(135deg, rgba(255, 70, 85, 0.12), rgba(236, 232, 225, 0.03)),
        var(--valorant-iron);
    box-shadow:
        inset 0 0 0 1px rgba(236, 232, 225, 0.08),
        0 0.75rem 1.75rem rgba(0, 0, 0, 0.42);
}

.valorant-report-popover[b-fqj5musy1t]::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-top: 1px solid rgba(255, 70, 85, 0.68);
    border-left: 1px solid rgba(255, 70, 85, 0.68);
    position: absolute;
    top: -0.38rem;
    right: 0.8rem;
    background: var(--valorant-iron);
    transform: rotate(45deg);
}

.valorant-report-option[b-fqj5musy1t] {
    width: 100%;
    min-height: 2.25rem;
    padding: 0.35rem 0.55rem;
    border: 0;
    color: var(--valorant-parchment);
    background: transparent;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.valorant-report-option .mud-icon-root[b-fqj5musy1t] {
    width: 1.1rem;
    height: 1.1rem;
    color: var(--valorant-line-bright);
}

.valorant-report-option:hover[b-fqj5musy1t],
.valorant-report-option:focus-visible[b-fqj5musy1t] {
    color: var(--valorant-gold-soft);
    background: rgba(255, 70, 85, 0.22);
    outline: 1px solid rgba(255, 70, 85, 0.32);
}

.valorant-report-message[b-fqj5musy1t] {
    max-width: min(22rem, calc(100vw - 2rem));
    margin: 0;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 70, 85, 0.7);
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 1500;
    color: var(--valorant-gold-soft);
    background:
        linear-gradient(90deg, rgba(255, 70, 85, 0.22), rgba(7, 16, 24, 0.12)),
        var(--valorant-iron);
    box-shadow:
        inset 0 0 0 1px rgba(236, 232, 225, 0.08),
        0 0.75rem 2rem rgba(0, 0, 0, 0.42);
    font-weight: 700;
    pointer-events: none;
    animation: valorant-report-message-lifecycle-b-fqj5musy1t 3s ease-out forwards;
}

.valorant-report-message.is-warning[b-fqj5musy1t] {
    color: var(--valorant-gold-soft);
    background:
        linear-gradient(90deg, rgba(255, 70, 85, 0.36), rgba(7, 16, 24, 0.12)),
        var(--valorant-iron);
}

@keyframes valorant-report-message-lifecycle-b-fqj5musy1t {
    0% {
        opacity: 0;
        visibility: visible;
        transform: translateY(-0.5rem);
    }

    8%,
    82% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-0.35rem);
    }
}

@media (max-width: 1120px) {
    .valorant-content-grid[b-fqj5musy1t] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .valorant-forum-page[b-fqj5musy1t] {
        padding: 0.75rem;
    }

    .valorant-nav-strip[b-fqj5musy1t],
    .valorant-panel-heading[b-fqj5musy1t] {
        align-items: stretch;
        flex-direction: column;
    }

    .valorant-nav-actions[b-fqj5musy1t] {
        align-items: stretch;
    }

    .valorant-nav-actions .mud-button-root[b-fqj5musy1t] {
        flex: 1 1 11rem;
    }

    .valorant-search-form[b-fqj5musy1t] {
        width: 100%;
    }

    .valorant-fixed-filters[b-fqj5musy1t] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .valorant-fixed-filter[b-fqj5musy1t] {
        min-width: 0;
        width: 100%;
    }

    .valorant-topic-head[b-fqj5musy1t] {
        display: none;
    }

    .valorant-topic-link[b-fqj5musy1t] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .valorant-topic-source[b-fqj5musy1t],
    .valorant-topic-clicks[b-fqj5musy1t],
    .valorant-topic-time[b-fqj5musy1t] {
        grid-column: 1;
        padding-left: var(--valorant-topic-main-offset);
    }

    .valorant-topic-row[b-fqj5musy1t] {
        grid-template-columns: 1fr;
    }

    .valorant-topic-report[b-fqj5musy1t] {
        padding-left: var(--valorant-topic-main-offset);
        justify-content: flex-start;
    }

    .valorant-pager[b-fqj5musy1t] {
        align-items: stretch;
        flex-direction: column;
    }

    .valorant-pager-summary[b-fqj5musy1t] {
        white-space: normal;
    }

    .valorant-pager-links[b-fqj5musy1t] {
        justify-content: flex-start;
    }

    .valorant-report-popover[b-fqj5musy1t] {
        right: auto;
        left: 0;
    }

    .valorant-report-popover[b-fqj5musy1t]::before {
        right: auto;
        left: 0.8rem;
    }

    .valorant-report-message[b-fqj5musy1t] {
        top: 0.75rem;
        right: 0.75rem;
    }

}

@media (max-width: 460px) {
    .valorant-fixed-filters[b-fqj5musy1t] {
        grid-template-columns: 1fr;
    }
}
