/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w3oij00uxj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-w3oij00uxj] {
    flex: 1;
    background: var(--paper);
}

.sidebar[b-w3oij00uxj] {
    background: var(--ink-side);
}

.top-row[b-w3oij00uxj] {
    background-color: rgba(247, 245, 240, 0.85);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--line);
    justify-content: space-between;
    gap: 1rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-w3oij00uxj]  .top-tagline {
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
}

.top-row[b-w3oij00uxj]  .top-about {
    font-size: .78rem;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
    white-space: nowrap;
    padding: .25rem .7rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    transition: color .12s ease, border-color .12s ease;
}

.top-row[b-w3oij00uxj]  .top-about:hover {
    color: var(--orange-deep);
    border-color: var(--orange);
}

@media (max-width: 640.98px) {
    .top-row[b-w3oij00uxj] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-w3oij00uxj] {
        flex-direction: row;
    }

    .sidebar[b-w3oij00uxj] {
        width: 252px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w3oij00uxj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-w3oij00uxj], article[b-w3oij00uxj] {
        padding-left: 2.2rem !important;
        padding-right: 2.2rem !important;
    }
}

.app-footer[b-w3oij00uxj] {
    border-top: 1px solid var(--line);
    padding-top: .8rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .74rem;
    color: var(--muted);
}

.app-footer .sep[b-w3oij00uxj] { color: var(--line); }

.app-footer a[b-w3oij00uxj] {
    color: var(--muted);
    text-decoration: none;
    border-bottom: 1px solid var(--line);
}

.app-footer a:hover[b-w3oij00uxj] { color: var(--orange-deep); border-bottom-color: var(--orange); }

#blazor-error-ui[b-w3oij00uxj] {
    color-scheme: light only;
    background: #fdf3d9;
    color: #6b4d00;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.15);
    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-w3oij00uxj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand[b-c8m8cdp3ve] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1.1rem;
    background: var(--ink-deep);
}

.nav-brand a[b-c8m8cdp3ve] {
    display: flex;
    align-items: center;
    gap: .65rem;
    text-decoration: none;
}

.brand-chip[b-c8m8cdp3ve] {
    background: #fff;
    border-radius: 7px;
    padding: 3px 8px;
    display: inline-flex;
    align-items: center;
}

.brand-chip img[b-c8m8cdp3ve] { height: 20px; }

.brand-word[b-c8m8cdp3ve] {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
    color: #fff;
}

.navbar-toggler[b-c8m8cdp3ve] {
    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.12);
    border-radius: 8px;
    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.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.6rem rgba(255, 255, 255, 0.06);
}

.navbar-toggler:checked[b-c8m8cdp3ve] {
    background-color: rgba(255, 255, 255, 0.25);
}

.nav-section[b-c8m8cdp3ve] {
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    padding: 1.3rem 1.35rem .45rem;
}

.nav-item[b-c8m8cdp3ve] {
    font-size: .9rem;
    padding: 0 .7rem .15rem;
}

.nav-item[b-c8m8cdp3ve]  .nav-link {
    color: rgba(255, 255, 255, 0.72);
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.7rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    width: 100%;
    padding: 0 .65rem;
    border-left: 3px solid transparent;
    transition: background-color .12s ease, color .12s ease;
}

.nav-item[b-c8m8cdp3ve]  .nav-link svg {
    width: 17px;
    height: 17px;
    flex: none;
    opacity: .85;
}

.nav-item[b-c8m8cdp3ve]  a.active {
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff;
    border-left-color: var(--orange);
}

.nav-item[b-c8m8cdp3ve]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.nav-user[b-c8m8cdp3ve] {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    padding: 1rem 1.35rem 1.2rem;
}

.nav-user-name[b-c8m8cdp3ve] {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

a.nav-user-name:hover[b-c8m8cdp3ve] {
    color: #fff;
    border-bottom-color: var(--orange);
}

.nav-user-role[b-c8m8cdp3ve] {
    display: inline-block;
    margin-top: .25rem;
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--orange);
    background: rgba(247, 148, 29, 0.14);
    border-radius: 999px;
    padding: .2em .7em;
}

.nav-logout[b-c8m8cdp3ve] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: .9rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: .82rem;
    text-decoration: none;
}

.nav-logout:hover[b-c8m8cdp3ve] { color: #fff; }

.nav-logout svg[b-c8m8cdp3ve] { width: 14px; height: 14px; }

.nav-scrollable[b-c8m8cdp3ve] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-c8m8cdp3ve] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c8m8cdp3ve] {
        display: none;
    }

    .nav-scrollable[b-c8m8cdp3ve] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f0lsk7maf1],
.components-reconnect-repeated-attempt-visible[b-f0lsk7maf1],
.components-reconnect-failed-visible[b-f0lsk7maf1],
.components-pause-visible[b-f0lsk7maf1],
.components-resume-failed-visible[b-f0lsk7maf1],
.components-rejoining-animation[b-f0lsk7maf1] {
    display: none;
}

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


#components-reconnect-modal[b-f0lsk7maf1] {
    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-f0lsk7maf1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f0lsk7maf1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f0lsk7maf1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-f0lsk7maf1 {
    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/About.razor.rz.scp.css */
.about-hero-body[b-fcrsfrrrex] {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}

.about-mark[b-fcrsfrrrex] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: .5rem .7rem;
    display: inline-flex;
    flex: none;
}

.about-mark img[b-fcrsfrrrex] { height: 34px; }

.about-name[b-fcrsfrrrex] {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -.01em;
}

.about-ver[b-fcrsfrrrex] {
    font-family: var(--font-mono);
    font-size: .9rem;
    font-weight: 500;
    color: var(--orange-deep);
    background: var(--orange-soft);
    border-radius: 999px;
    padding: .1em .6em;
    vertical-align: middle;
    margin-left: .4rem;
}

.about-tag[b-fcrsfrrrex] {
    color: var(--muted);
    font-size: .9rem;
    margin-top: .15rem;
}

.about-desc[b-fcrsfrrrex] {
    margin-top: .8rem;
    margin-bottom: 0;
    max-width: 74ch;
    font-size: .92rem;
}

.about-grid[b-fcrsfrrrex] {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 1rem;
}

.about-dl[b-fcrsfrrrex] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .4rem 1rem;
    margin: 0;
    font-size: .88rem;
}

.about-dl dt[b-fcrsfrrrex] {
    color: var(--muted);
    font-weight: 600;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    align-self: center;
}

.about-dl dd[b-fcrsfrrrex] { margin: 0; }

.mono[b-fcrsfrrrex] { font-family: var(--font-mono); }

.changelog-entry[b-fcrsfrrrex] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1rem 1.2rem;
    margin-bottom: .8rem;
}

.cl-head[b-fcrsfrrrex] {
    display: flex;
    align-items: baseline;
    gap: .8rem;
    margin-bottom: .5rem;
}

.cl-ver[b-fcrsfrrrex] {
    font-weight: 600;
    color: var(--ink);
    background: var(--line-soft);
    border-radius: 6px;
    padding: .1em .5em;
    font-size: .85rem;
}

.cl-date[b-fcrsfrrrex] {
    color: var(--muted);
    font-size: .78rem;
}

.cl-items[b-fcrsfrrrex] {
    margin: 0;
    padding-left: 1.1rem;
    font-size: .88rem;
}

.cl-items li[b-fcrsfrrrex] { margin-bottom: .2rem; }

@media (max-width: 720px) {
    .about-grid[b-fcrsfrrrex] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-card[b-1q7iy4aply] {
    max-width: 640px;
}

.profile-dl[b-1q7iy4aply] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .5rem 1.5rem;
    margin: 0 0 .8rem;
    font-size: .9rem;
}

.profile-dl dt[b-1q7iy4aply] {
    color: var(--muted);
    font-weight: 600;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    align-self: center;
}

.profile-dl dd[b-1q7iy4aply] { margin: 0; }

.mono[b-1q7iy4aply] { font-family: var(--font-mono); }
/* /Components/Pages/RelationDetail.razor.rz.scp.css */
.detail-head[b-n110o6611l] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.detail-sub[b-n110o6611l] {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-top: .1rem;
}

.danger-zone[b-n110o6611l] {
    border-color: #eaddc7;
    background: #fdfaf4;
}

.danger-zone[b-n110o6611l]  .card-header {
    color: var(--orange-deep);
}

.link-row[b-n110o6611l] {
    padding: .6rem 0;
    border-bottom: 1px solid var(--line-soft);
}

.link-row:last-of-type[b-n110o6611l] { border-bottom: none; }

.link-who[b-n110o6611l] {
    font-size: .9rem;
    margin-bottom: .4rem;
}

.link-edit[b-n110o6611l] {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
}

.link-edit .form-select-sm[b-n110o6611l] { width: auto; min-width: 9rem; }
.link-edit .form-control-sm[b-n110o6611l] { flex: 1; min-width: 12rem; }
/* /Components/Pages/Review.razor.rz.scp.css */
.queue-lead[b-buwacl12fd] {
    max-width: 70ch;
    margin-bottom: .8rem;
}

.disposition-legend[b-buwacl12fd] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1.6rem;
    margin: 0 0 1.6rem;
    padding: .75rem 1.1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    font-size: .82rem;
    color: var(--ink);
}

.disposition-legend > div[b-buwacl12fd] {
    display: flex;
    align-items: center;
}

.disposition-legend .dot[b-buwacl12fd] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: .5rem;
    flex: none;
}

.disposition-legend .dot.ok[b-buwacl12fd] { background: #1e7f4f; }
.disposition-legend .dot.info[b-buwacl12fd] { background: #31569d; }
.disposition-legend .dot.bad[b-buwacl12fd] { background: #b3372c; }

.disposition-legend .leg-desc[b-buwacl12fd] {
    margin-left: .45rem;
    color: var(--muted);
}
/* /Components/Pages/Validation.razor.rz.scp.css */
/* ---------- run panel ---------- */

.run-panel[b-42lxpahhyf] {
    margin-bottom: 1.4rem;
    overflow: hidden;
}

.run-panel-body[b-42lxpahhyf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.3rem 1.4rem;
}

.run-title[b-42lxpahhyf] {
    font-family: var(--font-display);
    font-weight: 650;
    font-size: 1.08rem;
}

.run-sub[b-42lxpahhyf] {
    color: var(--muted);
    font-size: .86rem;
    margin-top: .25rem;
    max-width: 56ch;
}

.run-button[b-42lxpahhyf] {
    flex: none;
    padding: .65rem 1.6rem;
}

.run-progress[b-42lxpahhyf] {
    height: 4px;
    background: var(--line-soft);
}

.run-progress div[b-42lxpahhyf] {
    height: 100%;
    background: var(--orange);
    transition: width .3s ease;
}

/* ---------- stat strip ---------- */

.stat-strip[b-42lxpahhyf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: .8rem;
    margin-bottom: 1.2rem;
}

.stat[b-42lxpahhyf] {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: .8rem 1rem .7rem;
}

.stat-label[b-42lxpahhyf] {
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .25rem;
}

.stat-value[b-42lxpahhyf] {
    font-family: var(--font-display);
    font-weight: 650;
    font-size: 1.15rem;
}

.stat-value.stat-ok[b-42lxpahhyf] { color: var(--ok); }
.stat-value.stat-bad[b-42lxpahhyf] { color: var(--bad); }

.stat-mono[b-42lxpahhyf] {
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: .9rem;
    word-break: break-all;
}

/* ---------- results table accents ---------- */

.tc-id[b-42lxpahhyf] {
    font-family: var(--font-mono);
    font-weight: 600;
}

.tc-flags[b-42lxpahhyf] {
    font-family: var(--font-mono);
    font-size: .78rem;
    color: var(--muted);
}

.tc-expected[b-42lxpahhyf] {
    font-size: .78rem;
    color: var(--muted);
}

/* ---------- empty state ---------- */

.empty-state[b-42lxpahhyf] {
    border: 1.5px dashed var(--line);
    border-radius: var(--radius);
    padding: 2.6rem 1rem;
    text-align: center;
    color: var(--muted);
    margin-bottom: .5rem;
}

.empty-brace[b-42lxpahhyf] {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 2.2rem;
    color: var(--orange);
    opacity: .45;
    margin-bottom: .4rem;
}

.empty-state p[b-42lxpahhyf] { margin: 0; max-width: 52ch; margin-inline: auto; }

/* ---------- manual evidence cases ---------- */

.manual-grid[b-42lxpahhyf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: .8rem;
}

.manual-card[b-42lxpahhyf] {
    display: block;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1rem 1.1rem;
    text-decoration: none;
    color: inherit;
    transition: transform .12s ease, border-color .12s ease;
}

.manual-card:hover[b-42lxpahhyf] {
    transform: translateY(-2px);
    border-color: var(--orange);
    color: inherit;
}

.manual-tc[b-42lxpahhyf] {
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: .72rem;
    color: var(--orange-deep);
    background: var(--orange-soft);
    display: inline-block;
    border-radius: 999px;
    padding: .15em .7em;
    margin-bottom: .5rem;
}

.manual-name[b-42lxpahhyf] {
    font-family: var(--font-display);
    font-weight: 650;
    font-size: .98rem;
}

.manual-how[b-42lxpahhyf] {
    font-size: .8rem;
    color: var(--muted);
    margin-top: .25rem;
}

.tc-desc[b-42lxpahhyf] {
    font-size: .74rem;
    color: var(--muted);
    margin-top: .15rem;
    max-width: 46ch;
}
