/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-57kek4kvi5] {
    color-scheme: light only;
    background: #f6cf67;
    border: 3px solid #20201e;
    border-radius: 14px 14px 0 0;
    bottom: 0;
    box-shadow: 0 -6px 0 rgba(32, 32, 30, 0.15);
    box-sizing: border-box;
    display: none;
    left: 50%;
    max-width: 680px;
    padding: 0.8rem 3rem 0.85rem 1.1rem;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-57kek4kvi5] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 0.7rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bqhp39oz64] {
    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-bqhp39oz64] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-bqhp39oz64] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bqhp39oz64] {
    font-size: 1.1rem;
}

.bi[b-bqhp39oz64] {
    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-bqhp39oz64] {
    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-bqhp39oz64] {
    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-bqhp39oz64] {
    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");
}

.nav-item[b-bqhp39oz64] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bqhp39oz64] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bqhp39oz64] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bqhp39oz64]  .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-bqhp39oz64]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-bqhp39oz64]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-bqhp39oz64] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bqhp39oz64] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bqhp39oz64] {
        display: none;
    }

    .nav-scrollable[b-bqhp39oz64] {
        /* 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/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8mmh9rtskl],
.components-reconnect-repeated-attempt-visible[b-8mmh9rtskl],
.components-reconnect-failed-visible[b-8mmh9rtskl],
.components-pause-visible[b-8mmh9rtskl],
.components-resume-failed-visible[b-8mmh9rtskl],
.components-rejoining-animation[b-8mmh9rtskl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8mmh9rtskl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8mmh9rtskl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8mmh9rtskl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8mmh9rtskl],
#components-reconnect-modal.components-reconnect-retrying[b-8mmh9rtskl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8mmh9rtskl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8mmh9rtskl],
#components-reconnect-modal.components-reconnect-failed[b-8mmh9rtskl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8mmh9rtskl] {
    display: block;
}


#components-reconnect-modal[b-8mmh9rtskl] {
    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-8mmh9rtskl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8mmh9rtskl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8mmh9rtskl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8mmh9rtskl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8mmh9rtskl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8mmh9rtskl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8mmh9rtskl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8mmh9rtskl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8mmh9rtskl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8mmh9rtskl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8mmh9rtskl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8mmh9rtskl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8mmh9rtskl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8mmh9rtskl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8mmh9rtskl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8mmh9rtskl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8mmh9rtskl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8mmh9rtskl {
    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/Administration.razor.rz.scp.css */
.admin-shell[b-8n1evyzfjv] {
    min-height: 100vh;
    padding: 28px;
    color: var(--ink);
}

.admin-header[b-8n1evyzfjv] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1480px;
    margin: 0 auto 18px;
    padding: 22px 26px;
    border: var(--border);
    border-radius: var(--radius-medium);
    background: var(--amber);
    box-shadow: 7px 7px 0 rgba(32, 32, 30, 0.18);
}

.admin-header h1[b-8n1evyzfjv],
.admin-section-heading h2[b-8n1evyzfjv],
.admin-editor h2[b-8n1evyzfjv] {
    margin: 2px 0;
    font-family: "Arial Black", "Century Gothic", sans-serif;
    letter-spacing: -0.045em;
    line-height: 1;
}

.admin-header h1[b-8n1evyzfjv] {
    font-size: clamp(2rem, 5vw, 3.6rem);
    text-transform: uppercase;
}

.admin-header p[b-8n1evyzfjv] {
    margin: 7px 0 0;
}

.admin-kicker[b-8n1evyzfjv] {
    margin: 0 !important;
    color: var(--ink-soft);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.admin-back[b-8n1evyzfjv],
.admin-primary[b-8n1evyzfjv],
.admin-secondary[b-8n1evyzfjv],
.admin-link-button[b-8n1evyzfjv],
.admin-sensitive-actions button[b-8n1evyzfjv] {
    border: 2px solid var(--ink);
    border-radius: 10px;
    color: var(--ink);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.admin-back[b-8n1evyzfjv] {
    padding: 9px 12px;
    background: var(--paper);
}

.admin-notice[b-8n1evyzfjv],
.admin-loading[b-8n1evyzfjv],
.admin-tabs[b-8n1evyzfjv],
.admin-workspace[b-8n1evyzfjv],
.theme-panel[b-8n1evyzfjv],
.admin-section-cards[b-8n1evyzfjv] {
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
}

.admin-section-cards[b-8n1evyzfjv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.admin-section-card[b-8n1evyzfjv] {
    display: grid;
    min-height: 180px;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    padding: 17px;
    border: var(--border);
    border-radius: var(--radius-medium);
    color: var(--ink);
    background: var(--blue);
    box-shadow: 6px 6px 0 var(--ink);
    cursor: pointer;
    text-align: left;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.admin-section-card:nth-child(2)[b-8n1evyzfjv] {
    background: var(--mint);
}

.admin-section-card:hover[b-8n1evyzfjv],
.admin-section-card.active[b-8n1evyzfjv] {
    box-shadow: 9px 9px 0 var(--ink);
    transform: translate(-3px, -3px);
}

.admin-section-card.active[b-8n1evyzfjv] {
    outline: 3px solid var(--paper);
    outline-offset: -7px;
}

.admin-section-code[b-8n1evyzfjv] {
    padding-bottom: 9px;
    border-bottom: 2px solid var(--ink);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.admin-section-card > strong[b-8n1evyzfjv] {
    margin-top: 15px;
    font-family: "Arial Black", "Century Gothic", sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    letter-spacing: -0.045em;
    line-height: 1;
    text-transform: uppercase;
}

.admin-section-card > small[b-8n1evyzfjv] {
    margin-top: 7px;
    color: var(--ink-soft);
    font-size: 0.78rem;
    font-weight: 800;
}

.admin-section-access[b-8n1evyzfjv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
    font-size: 0.63rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.admin-section-access i[b-8n1evyzfjv] {
    padding: 6px 9px;
    border: 2px solid var(--ink);
    border-radius: 8px;
    background: rgba(255, 253, 245, 0.62);
    font-style: normal;
}

.theme-panel[b-8n1evyzfjv] {
    margin-bottom: 18px;
    overflow: hidden;
    border: var(--border);
    border-radius: var(--radius-medium);
    background: var(--paper);
    box-shadow: 7px 7px 0 rgba(32, 32, 30, 0.13);
}

.theme-panel-heading[b-8n1evyzfjv] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border-bottom: 2px solid var(--ink);
    background: var(--paper-soft);
}

.theme-panel-heading h2[b-8n1evyzfjv],
.theme-panel-heading p[b-8n1evyzfjv] {
    margin: 0;
}

.theme-panel-heading h2[b-8n1evyzfjv] {
    margin-top: 3px;
    font-family: "Arial Black", "Century Gothic", sans-serif;
    font-size: 1.6rem;
    letter-spacing: -0.045em;
    line-height: 1;
}

.theme-panel-heading p:last-child[b-8n1evyzfjv] {
    margin-top: 7px;
    color: var(--ink-soft);
    font-size: 0.83rem;
}

.theme-cookie-note[b-8n1evyzfjv] {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: var(--blue);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.theme-options[b-8n1evyzfjv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 18px 20px;
}

.theme-option[b-8n1evyzfjv] {
    display: grid;
    grid-template-columns: minmax(150px, 0.72fr) minmax(190px, 1fr) auto;
    align-items: center;
    gap: 15px;
    min-width: 0;
    padding: 12px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    color: var(--ink);
    background: var(--paper-soft);
    cursor: pointer;
    text-align: left;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.theme-option:hover[b-8n1evyzfjv],
.theme-option.active[b-8n1evyzfjv] {
    box-shadow: 4px 4px 0 var(--ink);
    transform: translate(-2px, -2px);
}

.theme-option.active[b-8n1evyzfjv] {
    background: var(--mint);
}

.theme-preview[b-8n1evyzfjv] {
    display: grid;
    min-height: 94px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 25px 9px 9px;
    border: 2px solid var(--ink);
    background: var(--cream);
}

.theme-preview[b-8n1evyzfjv]::before {
    position: absolute;
    content: "";
}

.theme-preview i[b-8n1evyzfjv] {
    display: block;
    min-height: 24px;
    border: 2px solid var(--ink);
}

.theme-preview-classic[b-8n1evyzfjv] {
    border-radius: 12px;
    background: #f2eee2;
    box-shadow: 4px 4px 0 rgba(32, 32, 30, 0.18);
}

.theme-preview-classic i[b-8n1evyzfjv] {
    border-radius: 7px;
}

.theme-preview-classic i:nth-child(1)[b-8n1evyzfjv] {
    background: #f2a08e;
}

.theme-preview-classic i:nth-child(2)[b-8n1evyzfjv] {
    background: #f2cf69;
}

.theme-preview-classic i:nth-child(3)[b-8n1evyzfjv] {
    background: #9fd5b6;
}

.theme-preview-classic i:nth-child(4)[b-8n1evyzfjv] {
    background: #a9cae9;
}

.theme-preview-alpha[b-8n1evyzfjv] {
    position: relative;
    border-color: #282c2d;
    border-radius: 3px;
    background:
        linear-gradient(#d85538, #d85538) 9px 9px / 18px 7px no-repeat,
        linear-gradient(#d8b341, #d8b341) 31px 9px / 18px 7px no-repeat,
        linear-gradient(#789477, #789477) 53px 9px / 18px 7px no-repeat,
        #e8e3d7;
    box-shadow: inset 0 0 0 4px #d3ccbf;
}

.theme-preview-alpha i[b-8n1evyzfjv] {
    border: 1px solid #6f7473;
    border-radius: 2px;
    background: #25292a;
}

.theme-preview-alpha i:nth-child(1)[b-8n1evyzfjv] {
    border-bottom: 5px solid #547896;
}

.theme-preview-alpha i:nth-child(2)[b-8n1evyzfjv] {
    border-bottom: 5px solid #d8b341;
}

.theme-preview-alpha i:nth-child(3)[b-8n1evyzfjv] {
    border-bottom: 5px solid #789477;
}

.theme-preview-alpha i:nth-child(4)[b-8n1evyzfjv] {
    border-bottom: 5px solid #d85538;
}

.theme-preview-institutional[b-8n1evyzfjv] {
    position: relative;
    border-color: #0d2641;
    border-radius: 2px;
    background:
        linear-gradient(#b78a2e, #b78a2e) 9px 9px / 17px 2px no-repeat,
        linear-gradient(#eef1f2, #eef1f2) 31px 9px / 36px 2px no-repeat,
        linear-gradient(#0d2641, #0d2641) 0 0 / 100% 20px no-repeat,
        #f5f4f0;
    box-shadow: 0 3px 7px rgba(13, 38, 65, 0.18);
}

.theme-preview-institutional i[b-8n1evyzfjv] {
    border: 1px solid #cbd0d2;
    border-radius: 1px;
    background:
        linear-gradient(#b78a2e, #b78a2e) 9px 16px / 15px 2px no-repeat,
        #fff;
}

.theme-preview-institutional i:nth-child(odd)[b-8n1evyzfjv] {
    border-top: 3px solid #117475;
}

.theme-preview-institutional i:nth-child(even)[b-8n1evyzfjv] {
    border-top: 3px solid #b78a2e;
}

.theme-option-copy[b-8n1evyzfjv] {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.theme-option-copy strong[b-8n1evyzfjv] {
    font-family: "Arial Black", "Century Gothic", sans-serif;
    font-size: 1rem;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.theme-option-copy small[b-8n1evyzfjv] {
    color: var(--ink-soft);
    line-height: 1.4;
}

.theme-option-state[b-8n1evyzfjv] {
    padding: 6px 8px;
    border: 2px solid var(--ink);
    border-radius: 8px;
    background: var(--paper);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.07em;
}

.theme-selection-message[b-8n1evyzfjv] {
    margin: 0;
    padding: 10px 20px;
    border-top: 2px solid var(--ink);
    background: var(--mint);
    font-size: 0.78rem;
    font-weight: 900;
}

.query-font-option:disabled[b-8n1evyzfjv] {
    cursor: wait;
    opacity: 0.62;
}

.query-font-preview[b-8n1evyzfjv] {
    display: grid;
    min-height: 94px;
    align-content: center;
    gap: 5px;
    padding: 12px;
    border: 2px solid var(--ink);
    border-radius: 10px;
    background: var(--paper);
}

.query-font-preview strong[b-8n1evyzfjv] {
    font-size: 1rem;
    font-weight: 500;
}

.query-font-preview small[b-8n1evyzfjv] {
    color: var(--ink-soft);
    font-size: 0.72rem;
    font-weight: 400;
}

.query-font-preview-ibm-plex-sans[b-8n1evyzfjv] {
    font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
}

.query-font-preview-segoe-ui[b-8n1evyzfjv] {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.query-font-preview-inter[b-8n1evyzfjv] {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.query-font-preview-atkinson-hyperlegible[b-8n1evyzfjv] {
    font-family: "Atkinson Hyperlegible", "Segoe UI", Arial, sans-serif;
}

.query-font-preview-source-sans-3[b-8n1evyzfjv] {
    font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

.query-size-settings[b-8n1evyzfjv] {
    display: grid;
    grid-template-columns: minmax(190px, 0.6fr) auto minmax(260px, 1fr);
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    border-top: 2px solid var(--ink);
    background: var(--paper-soft);
}

.query-size-settings h3[b-8n1evyzfjv],
.query-size-settings p[b-8n1evyzfjv] {
    margin: 0;
}

.query-size-settings h3[b-8n1evyzfjv] {
    margin-top: 3px;
    font-family: "Arial Black", "Century Gothic", sans-serif;
    font-size: 1.15rem;
}

.query-size-settings > div:first-child > p:last-child[b-8n1evyzfjv] {
    margin-top: 5px;
    color: var(--ink-soft);
    font-size: 0.75rem;
}

.query-size-controls[b-8n1evyzfjv] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.query-size-controls button[b-8n1evyzfjv] {
    min-width: 42px;
    min-height: 38px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    color: var(--ink);
    background: var(--paper);
    font-weight: 900;
    cursor: pointer;
}

.query-size-controls button:hover:not(:disabled)[b-8n1evyzfjv] {
    background: var(--mint);
}

.query-size-controls button:disabled[b-8n1evyzfjv] {
    cursor: default;
    opacity: 0.35;
}

.query-size-controls output[b-8n1evyzfjv] {
    min-width: 92px;
    font-size: 0.76rem;
    font-weight: 900;
    text-align: center;
}

.query-size-preview[b-8n1evyzfjv] {
    padding: 14px;
    border: 2px solid var(--ink);
    border-radius: 10px;
    background: var(--paper);
    font-family: var(--query-font-family);
    line-height: 1.45;
}

.query-size-preview-0[b-8n1evyzfjv] {
    font-size: 0.62rem;
}

.query-size-preview-1[b-8n1evyzfjv] {
    font-size: 0.67rem;
}

.query-size-preview-2[b-8n1evyzfjv] {
    font-size: 0.72rem;
}

.query-size-preview-3[b-8n1evyzfjv] {
    font-size: 0.8rem;
}

.query-size-preview-4[b-8n1evyzfjv] {
    font-size: 0.9rem;
}

.admin-notice[b-8n1evyzfjv] {
    margin-bottom: 16px;
    padding: 13px 17px;
    border: 2px solid var(--ink);
    border-radius: 12px;
}

.admin-notice.success[b-8n1evyzfjv] {
    background: var(--mint);
}

.admin-notice.error[b-8n1evyzfjv] {
    background: #f7b0a7;
}

.admin-notice ul[b-8n1evyzfjv] {
    margin: 7px 0 0;
    padding-left: 21px;
}

.admin-tabs[b-8n1evyzfjv] {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.admin-tabs button[b-8n1evyzfjv] {
    padding: 10px 16px;
    border: 2px solid var(--ink);
    border-radius: 12px 12px 0 0;
    background: var(--paper-soft);
    font-weight: 900;
    cursor: pointer;
}

.admin-tabs button.active[b-8n1evyzfjv] {
    background: var(--lilac);
}

.admin-tabs span[b-8n1evyzfjv] {
    display: inline-grid;
    min-width: 24px;
    min-height: 24px;
    margin-left: 7px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: var(--paper);
    place-items: center;
}

.admin-workspace[b-8n1evyzfjv] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
    gap: 16px;
    align-items: start;
}

.admin-list-panel[b-8n1evyzfjv],
.admin-editor[b-8n1evyzfjv] {
    border: var(--border);
    border-radius: var(--radius-medium);
    background: var(--paper);
    box-shadow: 7px 7px 0 rgba(32, 32, 30, 0.13);
}

.admin-list-panel[b-8n1evyzfjv] {
    min-width: 0;
    overflow: hidden;
}

.admin-section-heading[b-8n1evyzfjv],
.admin-editor > header[b-8n1evyzfjv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    border-bottom: 2px solid var(--ink);
    background: var(--paper-soft);
}

.admin-section-heading h2[b-8n1evyzfjv],
.admin-editor h2[b-8n1evyzfjv] {
    font-size: 1.6rem;
}

.admin-primary[b-8n1evyzfjv],
.admin-secondary[b-8n1evyzfjv] {
    padding: 10px 14px;
    box-shadow: 3px 3px 0 var(--ink);
}

.admin-primary[b-8n1evyzfjv] {
    background: var(--mint);
}

.admin-secondary[b-8n1evyzfjv] {
    background: var(--paper);
}

.admin-primary:hover[b-8n1evyzfjv],
.admin-secondary:hover[b-8n1evyzfjv],
.admin-back:hover[b-8n1evyzfjv] {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 var(--ink);
}

.admin-primary:disabled[b-8n1evyzfjv],
.admin-secondary:disabled[b-8n1evyzfjv],
.admin-sensitive-actions button:disabled[b-8n1evyzfjv] {
    cursor: wait;
    opacity: 0.55;
}

.admin-filters[b-8n1evyzfjv] {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) minmax(150px, 0.55fr) auto;
    gap: 10px;
    padding: 14px 20px;
    border-bottom: 2px solid var(--ink);
    background: var(--blue);
}

.admin-filters label:not(.admin-check)[b-8n1evyzfjv],
.admin-field[b-8n1evyzfjv] {
    display: grid;
    gap: 5px;
}

.admin-filters label > span[b-8n1evyzfjv],
.admin-field > span[b-8n1evyzfjv] {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-filters input[b-8n1evyzfjv],
.admin-filters select[b-8n1evyzfjv],
.admin-field input[b-8n1evyzfjv],
.admin-field select[b-8n1evyzfjv] {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 2px solid var(--ink);
    border-radius: 9px;
    background: var(--paper);
}

.admin-check[b-8n1evyzfjv] {
    display: flex;
    align-items: end;
    gap: 7px;
    padding-bottom: 10px;
    font-size: 0.78rem;
    font-weight: 800;
}

.admin-check input[b-8n1evyzfjv],
.admin-toggles input[b-8n1evyzfjv] {
    width: 18px;
    height: 18px;
    accent-color: var(--ink);
}

.admin-table-wrap[b-8n1evyzfjv] {
    max-height: 640px;
    overflow: auto;
}

.admin-table[b-8n1evyzfjv] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.admin-table th[b-8n1evyzfjv],
.admin-table td[b-8n1evyzfjv] {
    padding: 12px 10px;
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    text-align: left;
    vertical-align: middle;
}

.admin-table th:last-child[b-8n1evyzfjv],
.admin-table td:last-child[b-8n1evyzfjv] {
    border-right: 0;
}

.admin-table th[b-8n1evyzfjv] {
    position: sticky;
    z-index: 1;
    top: 0;
    background: var(--paper-soft);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-table tr.selected td[b-8n1evyzfjv] {
    background: #ede4f6;
}

.admin-table td strong[b-8n1evyzfjv],
.admin-table td small[b-8n1evyzfjv] {
    display: block;
}

.admin-table td small[b-8n1evyzfjv] {
    margin-top: 3px;
    color: var(--ink-soft);
}

.admin-empty[b-8n1evyzfjv] {
    padding: 30px !important;
    text-align: center !important;
}

.admin-link-button[b-8n1evyzfjv] {
    padding: 6px 9px;
    background: var(--paper);
    font-size: 0.78rem;
}

.admin-status[b-8n1evyzfjv] {
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 900;
}

.admin-status.active[b-8n1evyzfjv] {
    background: var(--mint);
}

.admin-status.pending[b-8n1evyzfjv] {
    color: #8a5a00;
    background: rgba(245, 184, 64, 0.14);
    border-color: rgba(184, 116, 0, 0.35);
}

.admin-status.danger[b-8n1evyzfjv] {
    background: var(--coral);
}

.admin-status.muted[b-8n1evyzfjv] {
    background: #ddd9ce;
}

.admin-editor[b-8n1evyzfjv] {
    position: sticky;
    top: 14px;
    overflow: hidden;
}

.admin-editor-form[b-8n1evyzfjv] {
    display: grid;
    gap: 13px;
    padding: 18px 20px 22px;
}

.admin-field small[b-8n1evyzfjv] {
    color: var(--ink-soft);
    line-height: 1.3;
}

.admin-field input:disabled[b-8n1evyzfjv] {
    background: #e5e0d4;
    color: var(--ink-soft);
}

.admin-toggles[b-8n1evyzfjv] {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 2px solid var(--ink);
    border-radius: 10px;
    background: var(--paper-soft);
}

.admin-toggles label[b-8n1evyzfjv] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    font-weight: 800;
}

.admin-form-actions[b-8n1evyzfjv] {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-top: 4px;
}

.admin-validation[b-8n1evyzfjv] {
    margin: 0;
    color: var(--danger);
    font-size: 0.8rem;
}

.admin-sensitive[b-8n1evyzfjv] {
    display: grid;
    gap: 11px;
    padding: 18px 20px 22px;
    border-top: 3px solid var(--ink);
    background: #f8dfd9;
}

.admin-sensitive h3[b-8n1evyzfjv],
.admin-sensitive p[b-8n1evyzfjv] {
    margin: 0;
}

.admin-sensitive h3[b-8n1evyzfjv] {
    font-family: "Arial Black", "Century Gothic", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

.admin-sensitive-option[b-8n1evyzfjv] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 10px 11px;
    border: 2px solid var(--ink);
    border-radius: 10px;
    background: var(--paper-soft);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.3;
}

.admin-sensitive-option input[b-8n1evyzfjv] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    accent-color: var(--ink);
}

.admin-sensitive p[b-8n1evyzfjv] {
    font-size: 0.78rem;
}

.admin-secondary.full[b-8n1evyzfjv] {
    width: 100%;
}

.admin-sensitive-actions[b-8n1evyzfjv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.admin-sensitive-actions button[b-8n1evyzfjv] {
    padding: 9px 8px;
    background: var(--paper);
}

.admin-customer-grid[b-8n1evyzfjv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 12px;
    padding: 18px;
}

.admin-customer-card[b-8n1evyzfjv] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    min-height: 150px;
    padding: 16px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: var(--paper-soft);
}

.admin-customer-card.inactive[b-8n1evyzfjv] {
    opacity: 0.62;
}

.admin-customer-card span[b-8n1evyzfjv] {
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.admin-customer-card h3[b-8n1evyzfjv] {
    margin: 10px 0 5px;
    font-family: "Arial Black", "Century Gothic", sans-serif;
    font-size: 1.25rem;
}

.admin-customer-card p[b-8n1evyzfjv] {
    margin: 0;
    color: var(--ink-soft);
}

@media (max-width: 980px) {
    .theme-options[b-8n1evyzfjv] {
        grid-template-columns: 1fr;
    }

    .admin-workspace[b-8n1evyzfjv] {
        grid-template-columns: 1fr;
    }

    .admin-editor[b-8n1evyzfjv] {
        position: static;
    }

    .query-size-settings[b-8n1evyzfjv] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .admin-shell[b-8n1evyzfjv] {
        padding: 12px;
    }

    .admin-header[b-8n1evyzfjv] {
        display: grid;
        gap: 14px;
    }

    .admin-section-cards[b-8n1evyzfjv] {
        grid-template-columns: 1fr;
    }

    .theme-panel-heading[b-8n1evyzfjv] {
        display: grid;
    }

    .theme-cookie-note[b-8n1evyzfjv] {
        justify-self: start;
    }

    .theme-option[b-8n1evyzfjv] {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .theme-option-state[b-8n1evyzfjv] {
        grid-column: 2;
        justify-self: start;
    }

    .admin-back[b-8n1evyzfjv] {
        justify-self: start;
    }

    .admin-filters[b-8n1evyzfjv] {
        grid-template-columns: 1fr;
    }

    .admin-check[b-8n1evyzfjv] {
        align-items: center;
        padding-bottom: 0;
    }

    .admin-table[b-8n1evyzfjv] {
        min-width: 760px;
    }
}
/* /Components/Pages/Admin/GlobalQueryLabelEditor.razor.rz.scp.css */
.global-label-editor[b-sapqb3kmky] {
    display: grid;
    gap: 18px;
}

.global-label-heading[b-sapqb3kmky],
.global-label-dataset[b-sapqb3kmky],
.global-label-filter[b-sapqb3kmky],
.global-label-decision[b-sapqb3kmky],
.global-label-notice[b-sapqb3kmky],
.global-label-loading[b-sapqb3kmky],
.global-label-table-wrap[b-sapqb3kmky] {
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: var(--paper);
}

.global-label-heading[b-sapqb3kmky],
.global-label-dataset[b-sapqb3kmky],
.global-label-filter[b-sapqb3kmky],
.global-label-decision[b-sapqb3kmky] {
    padding: 18px;
}

.global-label-heading[b-sapqb3kmky],
.global-label-dataset[b-sapqb3kmky],
.global-label-filter[b-sapqb3kmky],
.global-label-decision-actions[b-sapqb3kmky] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.global-label-heading h3[b-sapqb3kmky],
.global-label-decision h3[b-sapqb3kmky] {
    margin: 0;
}

.global-label-heading p[b-sapqb3kmky],
.global-label-decision p[b-sapqb3kmky] {
    margin-bottom: 0;
}

.global-label-primary[b-sapqb3kmky],
.global-label-secondary[b-sapqb3kmky] {
    min-height: 38px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    padding: 8px 14px;
    color: var(--ink);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.global-label-primary[b-sapqb3kmky] {
    background: var(--ink);
    color: var(--paper);
}

.global-label-secondary[b-sapqb3kmky] {
    background: var(--paper);
}

.global-label-primary:disabled[b-sapqb3kmky],
.global-label-secondary:disabled[b-sapqb3kmky] {
    cursor: not-allowed;
    opacity: 0.45;
}

.global-label-notice[b-sapqb3kmky],
.global-label-loading[b-sapqb3kmky] {
    padding: 14px 16px;
}

.global-label-notice.success[b-sapqb3kmky] {
    background: var(--mint);
}

.global-label-notice.error[b-sapqb3kmky] {
    background: var(--coral);
}

.global-label-notice ul[b-sapqb3kmky] {
    margin: 8px 0 0;
    padding-left: 20px;
}

.global-label-decision[b-sapqb3kmky] {
    display: grid;
    gap: 16px;
    background: var(--amber);
}

.global-label-conflicts[b-sapqb3kmky] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 8px;
}

.global-label-conflicts > div[b-sapqb3kmky] {
    display: grid;
    gap: 3px;
    border: 1px solid color-mix(in srgb, var(--ink) 35%, transparent);
    border-radius: 10px;
    padding: 10px;
    background: color-mix(in srgb, var(--paper) 72%, transparent);
}

.global-label-conflicts span[b-sapqb3kmky],
.global-label-conflicts small[b-sapqb3kmky] {
    font-size: 0.76rem;
}

.global-label-conflicts small[b-sapqb3kmky] {
    font-weight: 900;
}

.global-label-filter label[b-sapqb3kmky] {
    display: grid;
    min-width: min(430px, 100%);
    gap: 6px;
}

.global-label-dataset label[b-sapqb3kmky] {
    display: grid;
    min-width: min(430px, 100%);
    gap: 6px;
}

.global-label-dataset label > span[b-sapqb3kmky],
.global-label-dataset > small[b-sapqb3kmky] {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.global-label-dataset select[b-sapqb3kmky] {
    min-height: 40px;
    border: 2px solid var(--ink);
    border-radius: 10px;
    padding: 8px 10px;
    background: var(--paper);
    color: var(--ink);
    font: inherit;
}

.global-label-filter label > span[b-sapqb3kmky],
.global-label-filter > span[b-sapqb3kmky] {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.global-label-filter input[b-sapqb3kmky],
.global-label-table input[b-sapqb3kmky] {
    min-height: 40px;
    border: 2px solid var(--ink);
    border-radius: 10px;
    padding: 8px 10px;
    background: var(--paper);
    color: var(--ink);
    font: inherit;
}

.global-label-table-wrap[b-sapqb3kmky] {
    overflow-x: auto;
}

.global-label-table[b-sapqb3kmky] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.global-label-table th[b-sapqb3kmky],
.global-label-table td[b-sapqb3kmky] {
    border-bottom: 1px solid color-mix(in srgb, var(--ink) 28%, transparent);
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

.global-label-table th[b-sapqb3kmky] {
    background: var(--blue);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.global-label-table tbody tr:last-child td[b-sapqb3kmky] {
    border-bottom: 0;
}

.global-label-table td:first-child[b-sapqb3kmky],
.global-label-table details[b-sapqb3kmky],
.global-label-table details span[b-sapqb3kmky] {
    display: grid;
    gap: 3px;
}

.global-label-table td:first-child small[b-sapqb3kmky],
.global-label-table details small[b-sapqb3kmky] {
    color: color-mix(in srgb, var(--ink) 68%, transparent);
}

.global-label-table input[b-sapqb3kmky] {
    width: min(280px, 28vw);
}

.global-label-table summary[b-sapqb3kmky] {
    width: fit-content;
    cursor: pointer;
    font-weight: 900;
}

.global-label-table details span[b-sapqb3kmky] {
    margin-top: 6px;
    white-space: nowrap;
}

.global-label-inherited[b-sapqb3kmky] {
    color: color-mix(in srgb, var(--ink) 58%, transparent);
}

@media (max-width: 760px) {
    .global-label-heading[b-sapqb3kmky],
    .global-label-dataset[b-sapqb3kmky],
    .global-label-filter[b-sapqb3kmky],
    .global-label-decision-actions[b-sapqb3kmky] {
        align-items: stretch;
        flex-direction: column;
    }

    .global-label-filter label[b-sapqb3kmky],
    .global-label-dataset label[b-sapqb3kmky],
    .global-label-table input[b-sapqb3kmky] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Pages/Admin/QueryLayoutEditor.razor.rz.scp.css */
.layout-editor[b-xczk7co25d] {
    display: grid;
    gap: 18px;
}

.layout-loading[b-xczk7co25d],
.layout-empty[b-xczk7co25d],
.layout-start[b-xczk7co25d],
.layout-toolbar[b-xczk7co25d],
.layout-heading[b-xczk7co25d],
.layout-add-column[b-xczk7co25d],
.layout-preview[b-xczk7co25d],
.layout-notice[b-xczk7co25d] {
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: var(--paper);
}

.layout-loading[b-xczk7co25d],
.layout-empty[b-xczk7co25d] {
    padding: 22px;
    font-weight: 800;
}

.layout-notice[b-xczk7co25d] {
    padding: 14px 16px;
}

.layout-notice.success[b-xczk7co25d] {
    background: var(--mint);
}

.layout-notice.error[b-xczk7co25d] {
    background: var(--coral);
}

.layout-notice ul[b-xczk7co25d] {
    margin: 8px 0 0;
    padding-left: 20px;
}

.layout-toolbar[b-xczk7co25d],
.layout-heading[b-xczk7co25d],
.layout-start[b-xczk7co25d],
.layout-add-column[b-xczk7co25d],
.layout-preview > header[b-xczk7co25d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.layout-toolbar[b-xczk7co25d],
.layout-heading[b-xczk7co25d],
.layout-start[b-xczk7co25d],
.layout-add-column[b-xczk7co25d] {
    padding: 18px;
}

.layout-toolbar label[b-xczk7co25d],
.layout-add-column label[b-xczk7co25d] {
    display: grid;
    min-width: min(430px, 100%);
    gap: 6px;
}

.layout-toolbar label > span[b-xczk7co25d],
.layout-add-column label > span[b-xczk7co25d],
.layout-publication > span[b-xczk7co25d] {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.layout-toolbar select[b-xczk7co25d],
.layout-add-column select[b-xczk7co25d],
.layout-table input[type="text"][b-xczk7co25d],
.layout-table input:not([type])[b-xczk7co25d],
.layout-table select[b-xczk7co25d] {
    min-height: 40px;
    padding: 8px 10px;
    border: 2px solid var(--ink);
    border-radius: 9px;
    color: var(--ink);
    background: var(--paper);
    font: inherit;
}

.layout-publication[b-xczk7co25d] {
    display: grid;
    justify-items: end;
    gap: 4px;
}

.layout-start h3[b-xczk7co25d],
.layout-heading h3[b-xczk7co25d],
.layout-preview h3[b-xczk7co25d] {
    margin: 2px 0 6px;
}

.layout-start p[b-xczk7co25d],
.layout-heading p[b-xczk7co25d] {
    max-width: 760px;
    margin: 0;
}

.layout-heading-actions[b-xczk7co25d] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.layout-primary[b-xczk7co25d],
.layout-secondary[b-xczk7co25d],
.layout-remove[b-xczk7co25d],
.layout-order-actions button[b-xczk7co25d] {
    min-height: 36px;
    padding: 8px 11px;
    border: 2px solid var(--ink);
    border-radius: 9px;
    color: var(--ink);
    background: var(--paper);
    cursor: pointer;
    font: inherit;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.layout-primary[b-xczk7co25d] {
    background: var(--mint);
}

.layout-remove[b-xczk7co25d] {
    border-color: rgba(32, 32, 30, 0.45);
}

.layout-primary:disabled[b-xczk7co25d],
.layout-secondary:disabled[b-xczk7co25d],
.layout-remove:disabled[b-xczk7co25d],
.layout-order-actions button:disabled[b-xczk7co25d] {
    cursor: not-allowed;
    opacity: 0.42;
}

.layout-table-wrap[b-xczk7co25d] {
    overflow: auto;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: var(--paper);
}

.layout-table[b-xczk7co25d] {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    font-size: 0.76rem;
}

.layout-table th[b-xczk7co25d],
.layout-table td[b-xczk7co25d] {
    padding: 10px;
    border-right: 1px solid rgba(32, 32, 30, 0.25);
    border-bottom: 1px solid rgba(32, 32, 30, 0.25);
    text-align: left;
    vertical-align: middle;
}

.layout-table th:last-child[b-xczk7co25d],
.layout-table td:last-child[b-xczk7co25d] {
    border-right: 0;
}

.layout-table tbody tr:last-child td[b-xczk7co25d] {
    border-bottom: 0;
}

.layout-table th[b-xczk7co25d] {
    background: var(--blue);
    font-size: 0.64rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.layout-table td strong[b-xczk7co25d],
.layout-table td small[b-xczk7co25d] {
    display: block;
}

.layout-table td small[b-xczk7co25d] {
    margin-top: 3px;
    opacity: 0.68;
}

.layout-table td:nth-child(3) input[b-xczk7co25d] {
    width: 100%;
    min-width: 150px;
}

.layout-check-cell[b-xczk7co25d] {
    text-align: center !important;
}

.layout-check-cell input[b-xczk7co25d] {
    width: 20px;
    height: 20px;
    accent-color: var(--ink);
}

.layout-order-actions[b-xczk7co25d] {
    display: flex;
    gap: 5px;
}

.layout-order-actions button[b-xczk7co25d] {
    min-width: 32px;
    min-height: 32px;
    padding: 4px;
    font-size: 0.58rem;
}

.layout-add-column label[b-xczk7co25d] {
    flex: 1;
}

.layout-preview[b-xczk7co25d] {
    overflow: hidden;
}

.layout-preview > header[b-xczk7co25d] {
    padding: 16px 18px;
    border-bottom: 2px solid var(--ink);
}

.layout-preview > header span[b-xczk7co25d] {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.layout-preview-table[b-xczk7co25d] {
    display: flex;
    min-width: 100%;
    overflow: auto;
    background: var(--blue);
}

.layout-preview-column[b-xczk7co25d] {
    display: flex;
    min-height: 58px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 8px 12px;
    border-right: 1px solid rgba(32, 32, 30, 0.32);
    font-size: 0.68rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.layout-preview-column.is-auto[b-xczk7co25d] {
    min-width: 9rem;
    flex: 1 1 10rem;
}

.layout-preview-column.is-compact[b-xczk7co25d] {
    min-width: 6rem;
    flex: 0 1 8rem;
}

.layout-preview-column.is-standard[b-xczk7co25d] {
    min-width: 9rem;
    flex: 0 0 12rem;
}

.layout-preview-column.is-wide[b-xczk7co25d] {
    min-width: 16rem;
    flex: 0 0 22rem;
}

@media (max-width: 900px) {
    .layout-toolbar[b-xczk7co25d],
    .layout-heading[b-xczk7co25d],
    .layout-start[b-xczk7co25d],
    .layout-add-column[b-xczk7co25d] {
        align-items: stretch;
        flex-direction: column;
    }

    .layout-publication[b-xczk7co25d] {
        justify-items: start;
    }

    .layout-heading-actions[b-xczk7co25d] {
        justify-content: flex-start;
    }
}
/* /Components/Queries/AssetLinkedGroupingSelector.razor.rz.scp.css */
.asset-linked-grouping-selector[b-46oxs8r40u] { display: grid; gap: 12px; }
.auction-filter-brick[b-46oxs8r40u] { min-width: 0; margin: 0; padding: 10px; border: 1px solid var(--border-color, #d6dce5); border-radius: 8px; }
.auction-filter-brick legend[b-46oxs8r40u] { font-weight: 600; padding: 0 4px; }
/* /Components/Queries/AssetLinkedSearchPanel.razor.rz.scp.css */
.asset-linked-filter-fields[b-ltculu8n6a] { border: 0; padding: 0; margin: 0; min-width: 0; display: grid; gap: 14px; }
.asset-linked-range[b-ltculu8n6a] { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.asset-linked-range label[b-ltculu8n6a] { display: grid; gap: 6px; }
.asset-linked-sort[b-ltculu8n6a] { border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; padding: 0; text-align: left; }
.result-table td[b-ltculu8n6a] { white-space: pre-line; }
.subject-summary-totals[b-ltculu8n6a] { display: flex; flex-wrap: wrap; gap: 10px; padding: 12px; }
/* /Components/Queries/AuctionSearchPanel.razor.rz.scp.css */
.auction-macro-scope[b-0exjrc25n4] {
    display: grid;
    gap: 7px;
    margin-bottom: 13px;
    padding: 13px;
    border: 3px solid var(--ink);
    border-left-width: 9px;
    border-radius: 13px;
    background: var(--amber);
    box-shadow: 3px 3px 0 var(--ink);
}

.auction-macro-scope label[b-0exjrc25n4] {
    font-size: 0.69rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auction-macro-select[b-0exjrc25n4] {
    min-height: 44px;
    border-width: 3px;
    font-size: 0.83rem;
    font-weight: 900;
}

.auction-macro-scope small[b-0exjrc25n4] {
    font-size: 0.64rem;
    font-weight: 750;
    line-height: 1.35;
}

.auction-filter-brick[b-0exjrc25n4] {
    min-inline-size: 0;
    margin: 12px 0 5px;
    padding: 8px 10px 11px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: color-mix(in srgb, var(--paper) 86%, transparent);
}

.auction-filter-brick legend[b-0exjrc25n4] {
    padding: 0 7px;
    color: var(--ink-soft);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auction-future-toggle[b-0exjrc25n4] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.72rem;
    font-weight: 900;
}

.auction-future-toggle input[b-0exjrc25n4] {
    accent-color: var(--ink);
}

.auction-procedure-filters[b-0exjrc25n4] {
    display: grid;
    gap: 9px;
}

.auction-procedure-filters label[b-0exjrc25n4] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 900;
}

.auction-procedure-filters label.is-disabled[b-0exjrc25n4] {
    opacity: 0.48;
}

.auction-procedure-filters input[b-0exjrc25n4] {
    accent-color: var(--ink);
}

.auction-range-grid[b-0exjrc25n4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 9rem), 1fr));
    gap: 9px;
}

.auction-range-grid label[b-0exjrc25n4] {
    display: grid;
    min-width: 0;
    gap: 5px;
    color: var(--ink-soft);
    font-size: 0.64rem;
    font-weight: 900;
    text-transform: uppercase;
}

.auction-range-grid .parameter-input[b-0exjrc25n4] {
    box-sizing: border-box;
    inline-size: 100%;
    min-inline-size: 0;
    max-inline-size: 100%;
}

.auction-result-scope[b-0exjrc25n4] {
    display: flex;
    margin-bottom: 12px;
}

.auction-result-scope span[b-0exjrc25n4],
.auction-match-chip[b-0exjrc25n4] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 4px 8px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    font-size: 0.61rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auction-result-scope span[b-0exjrc25n4] {
    background: var(--blue);
}

.auction-match-chip.is-candidate[b-0exjrc25n4] {
    margin-top: 7px;
    background: var(--amber);
}

.auction-open-chip[b-0exjrc25n4] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 7px;
    padding: 4px 8px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    color: var(--ink);
    background: var(--mint);
    font-size: 0.61rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.auction-open-chip:hover[b-0exjrc25n4] {
    background: var(--blue);
}

.auction-result-table[b-0exjrc25n4] {
    min-width: 1100px;
}

.auction-id-column[b-0exjrc25n4],
.auction-id-cell[b-0exjrc25n4] {
    width: 10rem;
    min-width: 10rem;
    max-width: 10rem;
    overflow-wrap: anywhere;
}

.auction-lot-column[b-0exjrc25n4],
.auction-lot-cell[b-0exjrc25n4] {
    width: 7rem;
    min-width: 7rem;
    max-width: 9rem;
    overflow-wrap: anywhere;
}

.auction-price-column[b-0exjrc25n4],
.auction-price-cell[b-0exjrc25n4] {
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
    white-space: nowrap;
}

.auction-assets-column[b-0exjrc25n4],
.auction-assets-cell[b-0exjrc25n4] {
    width: 24rem;
    min-width: 20rem;
}

.auction-procedure-cell[b-0exjrc25n4] {
    min-width: 14rem;
}

.auction-id-cell small[b-0exjrc25n4],
.auction-assets-cell small[b-0exjrc25n4] {
    display: block;
    margin-top: 6px;
    color: var(--muted-module);
    font-size: 0.62rem;
    line-height: 1.4;
}

.auction-asset-types-summary[b-0exjrc25n4] {
    white-space: pre-line;
}

.auction-asset-location-summary[b-0exjrc25n4] {
    padding-top: 6px;
    border-top: 1px solid color-mix(in srgb, var(--ink) 24%, transparent);
    color: var(--ink-soft) !important;
}

.auction-not-matched[b-0exjrc25n4] {
    color: var(--muted-module);
    font-size: 0.68rem;
    font-weight: 750;
}
/* /Components/Queries/BrAuctionAssetTypes.razor.rz.scp.css */
.br-auction-asset-types[b-jv50ic30s8] {
    min-inline-size: 0;
    margin: 12px 0 5px;
    padding: 8px 10px 11px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: color-mix(in srgb, var(--paper) 86%, transparent);
}

.br-auction-asset-types legend[b-jv50ic30s8] {
    padding: 0 7px;
    color: var(--ink-soft);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.br-auction-asset-levels[b-jv50ic30s8] {
    display: grid;
    gap: 9px;
}

.br-auction-asset-levels .parameter-label[b-jv50ic30s8] {
    display: block;
    margin-bottom: 5px;
}

.br-auction-asset-levels input[readonly][b-jv50ic30s8] {
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.br-auction-level2-panel > section + section[b-jv50ic30s8] {
    padding-top: 7px;
    border-top: 1px solid color-mix(in srgb, var(--ink) 30%, transparent);
}

.br-auction-level2-panel > section > p[b-jv50ic30s8] {
    margin: 0 7px 3px;
    color: var(--ink-soft);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.br-auction-asset-chips[b-jv50ic30s8] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.br-auction-asset-chips button[b-jv50ic30s8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 7px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    color: var(--ink);
    background: var(--mint);
    cursor: pointer;
    font-size: 0.62rem;
    font-weight: 900;
}

.br-auction-asset-chips i[b-jv50ic30s8] {
    font-size: 0.82rem;
    font-style: normal;
    line-height: 1;
}

.br-auction-asset-status[b-jv50ic30s8] {
    margin: 8px 0 0;
    color: var(--muted-module);
    font-size: 0.67rem;
    font-weight: 750;
    line-height: 1.4;
}
/* /Components/Queries/BrCadastr.razor.rz.scp.css */
.br-cadastr[b-j6mxnosojj] {
    min-inline-size: 0;
    margin: 12px 0 5px;
    padding: 8px 10px 11px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: color-mix(in srgb, var(--paper) 86%, transparent);
}

.br-cadastr:disabled[b-j6mxnosojj] {
    opacity: 0.62;
    cursor: not-allowed;
}

.br-cadastr legend[b-j6mxnosojj] {
    padding: 0 7px;
    color: var(--ink-soft);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.br-cadastr > .parameter-label[b-j6mxnosojj],
.br-cadastr-quota > .parameter-label[b-j6mxnosojj] {
    display: block;
    margin: 0 0 5px;
}

.br-cadastr-mode[b-j6mxnosojj],
.br-cadastr-minor-rights[b-j6mxnosojj],
.br-cadastr-quota[b-j6mxnosojj] {
    margin-top: 10px;
}

.br-cadastr-validation[b-j6mxnosojj] {
    margin: 6px 0 0;
    color: var(--danger);
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1.35;
}

.br-cadastr-chips[b-j6mxnosojj] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 7px;
}

.br-cadastr-chips button[b-j6mxnosojj] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 7px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    color: var(--ink);
    background: var(--mint);
    cursor: pointer;
    font-size: 0.62rem;
    font-weight: 900;
}

.br-cadastr-chips i[b-j6mxnosojj] {
    font-size: 0.82rem;
    font-style: normal;
    line-height: 1;
}

.br-cadastr > .procedure-type-panel[b-j6mxnosojj] {
    margin-top: 8px;
}
/* /Components/Queries/BrGeo.razor.rz.scp.css */
.br-geo[b-csqitmsl1j] {
    min-inline-size: 0;
    margin: 12px 0 5px;
    padding: 8px 10px 11px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: color-mix(in srgb, var(--paper) 86%, transparent);
}

.br-geo:disabled[b-csqitmsl1j] {
    opacity: 0.62;
    cursor: not-allowed;
}

.br-geo legend[b-csqitmsl1j] {
    padding: 0 7px;
    color: var(--ink-soft);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.br-geo-grid[b-csqitmsl1j] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.br-geo-field[b-csqitmsl1j] {
    min-width: 0;
}

.br-geo-field > .parameter-label[b-csqitmsl1j] {
    display: block;
    margin: 0 0 5px;
}

.br-geo-municipality[b-csqitmsl1j] {
    grid-column: 1 / -1;
}

.br-geo-autocomplete[b-csqitmsl1j] {
    position: relative;
}

.br-geo-options[b-csqitmsl1j] {
    position: absolute;
    z-index: 20;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    display: grid;
    max-height: 260px;
    gap: 4px;
    padding: 7px;
    overflow-y: auto;
    border: 2px solid var(--ink);
    border-radius: 9px;
    background: var(--paper);
    box-shadow: 3px 3px 0 var(--ink);
}

.br-geo-options p[b-csqitmsl1j],
.br-geo-status[b-csqitmsl1j] {
    margin: 0;
    padding: 8px;
    color: var(--muted-module);
    font-size: 0.67rem;
    font-weight: 800;
}

.br-geo-status.is-error[b-csqitmsl1j] {
    color: var(--danger);
}

.br-geo-options button[b-csqitmsl1j] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 9px;
    border: 0;
    border-radius: 6px;
    color: var(--ink);
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.br-geo-options button:hover[b-csqitmsl1j],
.br-geo-options button:focus-visible[b-csqitmsl1j] {
    outline: 2px solid var(--ink);
    background: var(--mint);
}

.br-geo-options strong[b-csqitmsl1j] {
    font-size: 0.72rem;
}

.br-geo-options small[b-csqitmsl1j] {
    color: var(--muted-module);
    font-size: 0.62rem;
    font-weight: 800;
    white-space: nowrap;
}
/* /Components/Queries/BrTipProc.razor.rz.scp.css */
.br-tip-proc[b-k3v53ln40o] {
    min-inline-size: 0;
    margin: 12px 0 5px;
    padding: 8px 10px 11px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: color-mix(in srgb, var(--paper) 86%, transparent);
}

.br-tip-proc legend[b-k3v53ln40o] {
    padding: 0 7px;
    color: var(--ink-soft);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.br-tip-proc-toggles[b-k3v53ln40o] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.br-tip-proc-codes[b-k3v53ln40o] {
    margin-top: 9px;
}

.br-tip-proc-codes > .parameter-label[b-k3v53ln40o] {
    display: block;
    margin: 0 0 5px;
}

.br-tip-proc > .procedure-type-panel[b-k3v53ln40o] {
    margin-top: 8px;
}
/* /Components/Queries/DiagnosticDatabaseOverview.razor.rz.scp.css */
.database-overview[b-v25b0lsmae] {
    border: 3px solid var(--ink);
    border-radius: var(--radius-medium);
    background: color-mix(in srgb, var(--paper) 92%, var(--blue) 8%);
    padding: clamp(1rem, 2vw, 1.5rem);
    margin-bottom: 1.25rem;
}

.database-overview-heading[b-v25b0lsmae],
.database-entity-title[b-v25b0lsmae],
.database-activity-counts[b-v25b0lsmae],
.database-entity-meta[b-v25b0lsmae] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.database-overview-heading h3[b-v25b0lsmae],
.database-entity-title h4[b-v25b0lsmae],
.database-overview-heading p[b-v25b0lsmae],
.database-entity-title span[b-v25b0lsmae] {
    margin: 0;
}

.database-overview-heading > div > p:last-child[b-v25b0lsmae] {
    margin-top: .35rem;
    color: var(--muted);
}

.database-overview-grid[b-v25b0lsmae] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.analytics-refresh-health[b-v25b0lsmae] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: .65rem .8rem;
    border: 1px solid var(--ink);
    background: var(--paper);
    font-size: .78rem;
}

.analytics-refresh-health span[b-v25b0lsmae] {
    color: var(--ink-soft);
    text-align: right;
}

.analytics-refresh-clean[b-v25b0lsmae] {
    border-left: 7px solid var(--mint);
}

.analytics-refresh-pending[b-v25b0lsmae] {
    border-left: 7px solid var(--amber);
}

.analytics-refresh-error[b-v25b0lsmae] {
    border-left: 7px solid var(--coral);
}

.database-entity-card[b-v25b0lsmae] {
    min-width: 0;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: var(--paper);
    padding: .9rem;
}

.database-entity-title span[b-v25b0lsmae],
.database-entity-total-label[b-v25b0lsmae],
.database-entity-meta span[b-v25b0lsmae],
.database-overview-read-at[b-v25b0lsmae] {
    color: var(--ink-soft);
    font-size: .72rem;
    letter-spacing: .04em;
}

.database-entity-title a[b-v25b0lsmae] {
    color: var(--ink);
    font-size: .72rem;
    text-decoration: none;
    white-space: nowrap;
}

.database-entity-total[b-v25b0lsmae] {
    display: block;
    margin-top: 1rem;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1;
}

.database-activity-bar[b-v25b0lsmae] {
    height: 5px;
    margin: .9rem 0 .45rem;
    background: rgba(32, 32, 30, .18);
    overflow: hidden;
}

.database-activity-bar i[b-v25b0lsmae] {
    display: block;
    height: 100%;
    background: var(--blue);
}

.database-activity-counts[b-v25b0lsmae] {
    font-size: .75rem;
}

.database-acquisition-title[b-v25b0lsmae] {
    margin: .85rem 0 .35rem;
    color: var(--ink-soft);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.database-acquisition-counts[b-v25b0lsmae] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .25rem;
    margin: 0;
}

.database-acquisition-counts div[b-v25b0lsmae] {
    min-width: 0;
    padding: .4rem;
    background: var(--paper-soft);
}

.database-acquisition-counts dt[b-v25b0lsmae] {
    color: var(--ink-soft);
    font-size: .62rem;
}

.database-acquisition-counts dd[b-v25b0lsmae] {
    margin: .15rem 0 0;
    font-weight: 700;
}

.database-entity-meta[b-v25b0lsmae] {
    align-items: baseline;
    margin-top: .7rem;
    padding-top: .55rem;
    border-top: 1px solid rgba(32, 32, 30, .22);
    font-size: .75rem;
}

.database-entity-meta time[b-v25b0lsmae] {
    text-align: right;
}

.database-overview-read-at[b-v25b0lsmae] {
    margin: .8rem 0 0;
}

@media (max-width: 1180px) {
    .database-overview-grid[b-v25b0lsmae] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .database-overview-heading[b-v25b0lsmae] {
        align-items: flex-start;
        flex-direction: column;
    }

    .database-overview-grid[b-v25b0lsmae] {
        grid-template-columns: 1fr;
    }

    .analytics-refresh-health[b-v25b0lsmae] {
        align-items: flex-start;
        flex-direction: column;
    }

    .analytics-refresh-health span[b-v25b0lsmae] {
        text-align: left;
    }
}
/* /Components/Queries/QuerySummaryResults.razor.rz.scp.css */
.diagnostic-total-grid.is-multiple[b-a21c04qpr0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    gap: .65rem;
    margin-bottom: 14px;
}

.diagnostic-total-grid.is-multiple .diagnostic-total[b-a21c04qpr0] {
    min-width: 0;
    min-height: 6rem;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
}

.diagnostic-total-grid.is-multiple .diagnostic-total strong[b-a21c04qpr0] {
    font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}
