/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-qta4jtp2rg] {
    background: #fff4cc;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1200;
    color: #3a2b16;
}

#blazor-error-ui .dismiss[b-qta4jtp2rg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.4rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-82956qmtoj],
.components-reconnect-repeated-attempt-visible[b-82956qmtoj],
.components-reconnect-failed-visible[b-82956qmtoj],
.components-pause-visible[b-82956qmtoj],
.components-resume-failed-visible[b-82956qmtoj],
.components-rejoining-animation[b-82956qmtoj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-82956qmtoj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-82956qmtoj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-82956qmtoj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-82956qmtoj],
#components-reconnect-modal.components-reconnect-retrying[b-82956qmtoj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-82956qmtoj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-82956qmtoj],
#components-reconnect-modal.components-reconnect-failed[b-82956qmtoj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-82956qmtoj] {
    display: block;
}


#components-reconnect-modal[b-82956qmtoj] {
    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-82956qmtoj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-82956qmtoj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-82956qmtoj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-82956qmtoj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-82956qmtoj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-82956qmtoj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-82956qmtoj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-82956qmtoj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-82956qmtoj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-82956qmtoj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-82956qmtoj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-82956qmtoj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-82956qmtoj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-82956qmtoj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-82956qmtoj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-82956qmtoj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-82956qmtoj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-82956qmtoj {
    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-table-wrap[b-8fi6jyqu14] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.admin-table[b-8fi6jyqu14] {
    min-width: 760px;
}

.admin-table .admin-cell-public input[type="checkbox"][b-8fi6jyqu14] {
    margin: 0;
}

@media (max-width: 900px) {
    .admin-table[b-8fi6jyqu14] {
        min-width: 0;
        margin-top: 0.75rem;
        border: 0;
    }

    .admin-table thead[b-8fi6jyqu14] {
        display: none;
    }

    .admin-table[b-8fi6jyqu14],
    .admin-table tbody[b-8fi6jyqu14],
    .admin-table tr[b-8fi6jyqu14],
    .admin-table td[b-8fi6jyqu14] {
        display: block;
        width: 100%;
    }

    .admin-table tbody[b-8fi6jyqu14] {
        display: grid;
        gap: 0.85rem;
    }

    .admin-table .admin-member-row[b-8fi6jyqu14] {
        border: 1px solid rgba(242, 227, 203, 0.16);
        border-radius: var(--radius-sm);
        background: rgba(17, 13, 9, 0.4);
        padding: 0.7rem 0.8rem;
    }

    .admin-table td[b-8fi6jyqu14] {
        align-items: center;
        border-bottom: 1px solid rgba(242, 227, 203, 0.12);
        column-gap: 0.7rem;
        display: grid;
        grid-template-columns: minmax(95px, 38%) minmax(0, 1fr);
        overflow: visible;
        padding: 0.45rem 0;
        text-align: left;
        word-break: break-word;
    }

    .admin-table td:last-child[b-8fi6jyqu14] {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .admin-table td[b-8fi6jyqu14]::before {
        color: var(--muted-300);
        content: attr(data-label);
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .admin-table .admin-cell-action .btn[b-8fi6jyqu14] {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .admin-table .admin-member-row[b-8fi6jyqu14] {
        padding: 0.62rem 0.68rem;
    }

    .admin-table td[b-8fi6jyqu14] {
        grid-template-columns: 1fr;
        row-gap: 0.25rem;
    }

    .admin-table td[b-8fi6jyqu14]::before {
        font-size: 0.66rem;
    }
}
/* /Components/Pages/AlignmentTest.razor.rz.scp.css */
.alignment-shell[b-5p1tleibfl] {
    position: relative;
}

.alignment-shell[b-5p1tleibfl]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 10%, rgba(215, 162, 75, 0.12), transparent 34%),
        radial-gradient(circle at 92% 22%, rgba(182, 90, 43, 0.14), transparent 42%);
    opacity: 0.85;
}

.alignment-hero[b-5p1tleibfl] {
    overflow: hidden;
    border-bottom: 1px solid rgba(242, 227, 203, 0.18);
    background:
        linear-gradient(180deg, rgba(182, 90, 43, 0.24), rgba(36, 23, 15, 0.08) 72%),
        radial-gradient(circle at 50% -24%, rgba(215, 162, 75, 0.25), transparent 60%),
        radial-gradient(circle at 88% 38%, rgba(182, 90, 43, 0.14), transparent 44%);
}

.alignment-thesis[b-5p1tleibfl] {
    color: var(--amber-300);
    font-family: var(--font-heading);
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
}

.alignment-section[b-5p1tleibfl] {
    position: relative;
}

.alignment-container[b-5p1tleibfl] {
    position: relative;
    z-index: 1;
    max-width: 900px;
    display: grid;
    gap: 1rem;
}

.alignment-intro[b-5p1tleibfl] {
    border-radius: var(--radius-lg);
    border-color: rgba(215, 162, 75, 0.3);
    background:
        linear-gradient(120deg, rgba(57, 37, 23, 0.82), rgba(25, 18, 13, 0.9)),
        radial-gradient(circle at 8% 18%, rgba(215, 162, 75, 0.12), transparent 50%);
}

.alignment-intro p:last-child[b-5p1tleibfl] {
    margin-bottom: 0;
}

.alignment-chaos-gremlin[b-5p1tleibfl] {
    font-family: var(--font-heading);
    color: var(--amber-300);
    letter-spacing: 0.03em;
}

.alignment-warning p[b-5p1tleibfl] {
    margin-bottom: 0;
}

.alignment-question-stack[b-5p1tleibfl] {
    display: grid;
    gap: 0.9rem;
}

.alignment-question-card[b-5p1tleibfl] {
    border-color: rgba(242, 227, 203, 0.19);
    background:
        linear-gradient(180deg, rgba(57, 37, 23, 0.64), rgba(25, 18, 13, 0.82)),
        radial-gradient(circle at 100% 0%, rgba(215, 162, 75, 0.08), transparent 45%);
}

.alignment-question-label[b-5p1tleibfl] {
    margin: 0 0 0.36rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--amber-300);
}

.alignment-question-card h2[b-5p1tleibfl] {
    margin-bottom: 0.76rem;
    font-size: clamp(1.06rem, 2vw, 1.34rem);
}

.alignment-options[b-5p1tleibfl] {
    display: grid;
    gap: 0.52rem;
}

.alignment-option[b-5p1tleibfl] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: start;
    gap: 0.55rem;
    border: 1px solid rgba(242, 227, 203, 0.18);
    border-radius: var(--radius-sm);
    padding: 0.56rem 0.66rem;
    background: rgba(17, 13, 9, 0.32);
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.alignment-option:hover[b-5p1tleibfl] {
    border-color: rgba(215, 162, 75, 0.4);
    background: rgba(215, 162, 75, 0.08);
    transform: translateY(-1px);
}

.alignment-option.is-selected[b-5p1tleibfl] {
    border-color: rgba(215, 162, 75, 0.56);
    background:
        linear-gradient(180deg, rgba(215, 162, 75, 0.12), rgba(182, 90, 43, 0.08)),
        rgba(17, 13, 9, 0.38);
    box-shadow: 0 0 0 1px rgba(215, 162, 75, 0.3);
}

.alignment-option input[type="radio"][b-5p1tleibfl] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.14rem;
    accent-color: var(--amber-300);
    cursor: pointer;
}

.alignment-option-letter[b-5p1tleibfl] {
    min-width: 1.4rem;
    font-family: var(--font-heading);
    color: var(--amber-300);
}

.alignment-option-text[b-5p1tleibfl] {
    color: var(--wheat-200);
}

.alignment-scoring-note[b-5p1tleibfl] {
    border-left: 4px solid var(--amber-400);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    padding: 0.76rem 0.9rem;
    background: rgba(215, 162, 75, 0.08);
}

.alignment-scoring-note p[b-5p1tleibfl] {
    margin: 0;
}

.alignment-actions[b-5p1tleibfl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.alignment-result[b-5p1tleibfl] {
    border-color: rgba(215, 162, 75, 0.34);
    background:
        linear-gradient(180deg, rgba(57, 37, 23, 0.74), rgba(25, 18, 13, 0.9)),
        radial-gradient(circle at 50% -10%, rgba(215, 162, 75, 0.2), transparent 58%);
}

.alignment-result-label[b-5p1tleibfl] {
    margin: 0 0 0.36rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--amber-300);
}

.alignment-result h2[b-5p1tleibfl] {
    margin-bottom: 0.65rem;
}

.alignment-result p:last-of-type[b-5p1tleibfl] {
    margin-bottom: 0.95rem;
}

.alignment-doctrine[b-5p1tleibfl] {
    text-align: center;
    border-color: rgba(215, 162, 75, 0.28);
    background:
        linear-gradient(180deg, rgba(57, 37, 23, 0.66), rgba(25, 18, 13, 0.88)),
        radial-gradient(circle at 50% -12%, rgba(215, 162, 75, 0.16), transparent 56%);
}

.alignment-doctrine-label[b-5p1tleibfl] {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--amber-300);
}

.alignment-doctrine blockquote[b-5p1tleibfl] {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: var(--font-heading);
    color: var(--amber-300);
    font-size: clamp(1.06rem, 2vw, 1.28rem);
    line-height: 1.5;
}

@media (max-width: 768px) {
    .alignment-container[b-5p1tleibfl] {
        gap: 0.86rem;
    }

    .alignment-intro[b-5p1tleibfl],
    .alignment-question-card[b-5p1tleibfl],
    .alignment-result[b-5p1tleibfl],
    .alignment-doctrine[b-5p1tleibfl] {
        padding: 0.88rem;
    }

    .alignment-question-card h2[b-5p1tleibfl] {
        font-size: 1.02rem;
    }

    .alignment-option[b-5p1tleibfl] {
        gap: 0.46rem;
        padding: 0.52rem 0.55rem;
    }

    .alignment-actions .btn[b-5p1tleibfl] {
        flex: 1 1 100%;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .alignment-shell *[b-5p1tleibfl],
    .alignment-shell *[b-5p1tleibfl]::before,
    .alignment-shell *[b-5p1tleibfl]::after {
        animation: none !important;
        transition: none !important;
    }

    .alignment-shell .reveal[b-5p1tleibfl],
    .alignment-shell .reveal-scale[b-5p1tleibfl],
    .alignment-shell .reveal-left[b-5p1tleibfl],
    .alignment-shell .reveal-right[b-5p1tleibfl],
    .alignment-shell .reveal-blur[b-5p1tleibfl] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}
/* /Components/Pages/Doctrine.razor.rz.scp.css */
.doctrine-shell[b-xby6hbcv9o] {
    position: relative;
}

.doctrine-shell[b-xby6hbcv9o]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 12%, rgba(215, 162, 75, 0.08), transparent 34%),
        radial-gradient(circle at 86% 28%, rgba(182, 90, 43, 0.1), transparent 38%);
    opacity: 0.8;
}

.doctrine-shell .doctrine-section[b-xby6hbcv9o] {
    position: relative;
}

.doctrine-shell .doctrine-section > .container[b-xby6hbcv9o] {
    position: relative;
    z-index: 1;
}

.doctrine-shell .doctrine-section + .doctrine-section[b-xby6hbcv9o]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(94%, 1040px);
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(215, 162, 75, 0),
        rgba(215, 162, 75, 0.42),
        rgba(215, 162, 75, 0)
    );
}

.doctrine-hero[b-xby6hbcv9o] {
    overflow: hidden;
    border-bottom: 1px solid rgba(242, 227, 203, 0.18);
    background:
        linear-gradient(180deg, rgba(182, 90, 43, 0.24), rgba(36, 23, 15, 0.08) 70%),
        radial-gradient(circle at 50% -24%, rgba(215, 162, 75, 0.25), transparent 62%),
        radial-gradient(circle at 88% 35%, rgba(182, 90, 43, 0.12), transparent 42%);
}

.doctrine-thesis[b-xby6hbcv9o] {
    max-width: 78ch;
}

.doctrine-label[b-xby6hbcv9o] {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--amber-300);
}

.doctrine-heading-row[b-xby6hbcv9o] {
    margin-bottom: 1rem;
}

.doctrine-heading-row h2[b-xby6hbcv9o] {
    margin-bottom: 0;
}

.doctrine-section-decree[b-xby6hbcv9o] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.doctrine-decree[b-xby6hbcv9o] {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(215, 162, 75, 0.28);
    background:
        linear-gradient(120deg, rgba(57, 37, 23, 0.82), rgba(25, 18, 13, 0.92)),
        radial-gradient(circle at 8% 18%, rgba(215, 162, 75, 0.12), transparent 50%);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(242, 227, 203, 0.08);
}

.doctrine-decree h2[b-xby6hbcv9o] {
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
}

.doctrine-decree p:last-child[b-xby6hbcv9o] {
    margin-bottom: 0;
}

.doctrine-decree-signoff[b-xby6hbcv9o] {
    margin-top: 1rem;
    font-family: var(--font-heading);
    color: var(--amber-300);
    letter-spacing: 0.04em;
}

.doctrine-section-laws[b-xby6hbcv9o] {
    padding-top: 2.4rem;
}

.law-grid[b-xby6hbcv9o] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
}

.law-card[b-xby6hbcv9o] {
    min-height: 220px;
    border-color: rgba(242, 227, 203, 0.17);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.law-card:hover[b-xby6hbcv9o] {
    transform: translateY(-3px);
    border-color: rgba(215, 162, 75, 0.42);
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.34);
}

.law-card h3[b-xby6hbcv9o] {
    margin-bottom: 0.45rem;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.law-card p[b-xby6hbcv9o] {
    margin-bottom: 0.5rem;
}

.law-card p:last-child[b-xby6hbcv9o] {
    margin-bottom: 0;
}

.law-badge[b-xby6hbcv9o] {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0.48rem;
    padding: 0.22rem 0.62rem;
    border-radius: 999px;
    border: 1px solid rgba(215, 162, 75, 0.34);
    background: rgba(215, 162, 75, 0.12);
    color: var(--amber-300);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    font-weight: 700;
}

.law-practice[b-xby6hbcv9o] {
    color: var(--wheat-100);
}

.law-card-wide[b-xby6hbcv9o] {
    grid-column: 1 / -1;
}

.doctrine-section-ritual[b-xby6hbcv9o] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.doctrine-two-col[b-xby6hbcv9o] {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
    gap: 1rem;
    align-items: start;
}

.doctrine-sticky-intro[b-xby6hbcv9o] {
    position: sticky;
    top: calc(var(--header-height) + 0.8rem);
    border-radius: var(--radius-md);
    border: 1px solid rgba(242, 227, 203, 0.16);
    background: linear-gradient(180deg, rgba(57, 37, 23, 0.5), rgba(25, 18, 13, 0.74));
    padding: 1rem;
}

.doctrine-sticky-intro h2[b-xby6hbcv9o] {
    margin-bottom: 0.6rem;
    font-size: clamp(1.28rem, 2.2vw, 1.72rem);
}

.doctrine-sticky-intro p:last-child[b-xby6hbcv9o] {
    margin-bottom: 0;
}

.ritual-track[b-xby6hbcv9o] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.ritual-step[b-xby6hbcv9o] {
    position: relative;
    border: 1px solid rgba(242, 227, 203, 0.16);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(57, 37, 23, 0.48), rgba(25, 18, 13, 0.75));
    padding: 0.9rem 0.9rem 0.9rem 1rem;
}

.ritual-step p[b-xby6hbcv9o] {
    margin: 0.55rem 0 0;
}

.ritual-step:not(:last-child)[b-xby6hbcv9o]::after {
    content: "";
    position: absolute;
    left: 1.4rem;
    bottom: -0.6rem;
    width: 1px;
    height: 0.6rem;
    background: rgba(215, 162, 75, 0.45);
}

.ritual-chip[b-xby6hbcv9o] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(215, 162, 75, 0.35);
    background: rgba(215, 162, 75, 0.1);
    color: var(--amber-300);
    font-size: 0.73rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 700;
    padding: 0.24rem 0.64rem;
}

.doctrine-section-matrix[b-xby6hbcv9o] {
    padding-top: 2.3rem;
}

.doctrine-table-card[b-xby6hbcv9o] {
    border-radius: var(--radius-md);
    border-color: rgba(215, 162, 75, 0.28);
    background:
        linear-gradient(180deg, rgba(57, 37, 23, 0.66), rgba(25, 18, 13, 0.86)),
        radial-gradient(circle at 100% 0%, rgba(215, 162, 75, 0.09), transparent 46%);
}

.doctrine-table-wrap[b-xby6hbcv9o] {
    overflow-x: auto;
    padding-bottom: 0.2rem;
}

.doctrine-matrix-table[b-xby6hbcv9o] {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.doctrine-matrix-table th[b-xby6hbcv9o],
.doctrine-matrix-table td[b-xby6hbcv9o] {
    padding: 0.72rem 0.8rem;
    text-align: left;
    border-bottom: 1px solid rgba(242, 227, 203, 0.12);
}

.doctrine-matrix-table th[b-xby6hbcv9o] {
    background: rgba(215, 162, 75, 0.15);
    color: var(--wheat-100);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.75rem;
}

.doctrine-matrix-table tbody tr[b-xby6hbcv9o] {
    transition: background 220ms ease;
}

.doctrine-matrix-table tbody tr:hover[b-xby6hbcv9o] {
    background: rgba(215, 162, 75, 0.08);
}

.doctrine-section-prohibitions[b-xby6hbcv9o] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.doctrine-prohibitions[b-xby6hbcv9o] {
    border-color: rgba(206, 75, 53, 0.42);
    background:
        linear-gradient(180deg, rgba(60, 24, 18, 0.72), rgba(30, 15, 12, 0.9)),
        radial-gradient(circle at 18% 6%, rgba(206, 75, 53, 0.15), transparent 50%);
}

.doctrine-prohibitions-intro[b-xby6hbcv9o] {
    margin-bottom: 0.75rem;
}

.prohibition-list[b-xby6hbcv9o] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.prohibition-chip[b-xby6hbcv9o] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(206, 75, 53, 0.44);
    background: rgba(206, 75, 53, 0.16);
    color: #ffd4ca;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.7rem;
    font-weight: 700;
}

.doctrine-section-oath[b-xby6hbcv9o] {
    padding-top: 1.8rem;
    padding-bottom: 2.4rem;
}

.doctrine-oath[b-xby6hbcv9o] {
    text-align: center;
    border-radius: var(--radius-lg);
    border-color: rgba(215, 162, 75, 0.34);
    background:
        linear-gradient(180deg, rgba(57, 37, 23, 0.72), rgba(25, 18, 13, 0.9)),
        radial-gradient(circle at 50% -10%, rgba(215, 162, 75, 0.18), transparent 54%);
}

.doctrine-oath-text[b-xby6hbcv9o] {
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.doctrine-cta-row[b-xby6hbcv9o] {
    justify-content: center;
}

@media (max-width: 980px) {
    .doctrine-two-col[b-xby6hbcv9o] {
        grid-template-columns: 1fr;
    }

    .doctrine-sticky-intro[b-xby6hbcv9o] {
        position: static;
        top: auto;
    }

    .law-card[b-xby6hbcv9o] {
        min-height: 0;
    }
}

@media (max-width: 768px) {
    .doctrine-shell .doctrine-section + .doctrine-section[b-xby6hbcv9o]::before {
        width: calc(100% - 1.4rem);
    }

    .doctrine-section-decree[b-xby6hbcv9o],
    .doctrine-section-laws[b-xby6hbcv9o],
    .doctrine-section-ritual[b-xby6hbcv9o],
    .doctrine-section-matrix[b-xby6hbcv9o],
    .doctrine-section-prohibitions[b-xby6hbcv9o],
    .doctrine-section-oath[b-xby6hbcv9o] {
        padding-top: 1.35rem;
        padding-bottom: 1.35rem;
    }

    .doctrine-decree[b-xby6hbcv9o],
    .doctrine-sticky-intro[b-xby6hbcv9o],
    .ritual-step[b-xby6hbcv9o],
    .doctrine-prohibitions[b-xby6hbcv9o],
    .doctrine-oath[b-xby6hbcv9o] {
        padding: 0.85rem;
    }

    .doctrine-oath-text[b-xby6hbcv9o] {
        font-size: 0.96rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .doctrine-shell *[b-xby6hbcv9o],
    .doctrine-shell *[b-xby6hbcv9o]::before,
    .doctrine-shell *[b-xby6hbcv9o]::after {
        animation: none !important;
        transition: none !important;
    }

    .doctrine-shell .reveal[b-xby6hbcv9o],
    .doctrine-shell .reveal-scale[b-xby6hbcv9o],
    .doctrine-shell .reveal-left[b-xby6hbcv9o],
    .doctrine-shell .reveal-right[b-xby6hbcv9o],
    .doctrine-shell .reveal-blur[b-xby6hbcv9o] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}
/* /Components/Pages/Practices.razor.rz.scp.css */
.practices-shell[b-p2qq0q1kgj] {
    position: relative;
}

.practices-shell[b-p2qq0q1kgj]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 8%, rgba(215, 162, 75, 0.1), transparent 34%),
        radial-gradient(circle at 88% 24%, rgba(182, 90, 43, 0.12), transparent 38%);
    opacity: 0.82;
}

.practices-shell .practices-section[b-p2qq0q1kgj] {
    position: relative;
}

.practices-shell .practices-section > .container[b-p2qq0q1kgj] {
    position: relative;
    z-index: 1;
}

.practices-shell .practices-section + .practices-section[b-p2qq0q1kgj]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(94%, 1040px);
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(215, 162, 75, 0),
        rgba(215, 162, 75, 0.4),
        rgba(215, 162, 75, 0)
    );
}

.practices-hero[b-p2qq0q1kgj] {
    overflow: hidden;
    border-bottom: 1px solid rgba(242, 227, 203, 0.18);
    background:
        linear-gradient(180deg, rgba(182, 90, 43, 0.24), rgba(36, 23, 15, 0.08) 70%),
        radial-gradient(circle at 50% -24%, rgba(215, 162, 75, 0.24), transparent 62%),
        radial-gradient(circle at 92% 42%, rgba(182, 90, 43, 0.12), transparent 44%);
}

.practices-thesis[b-p2qq0q1kgj] {
    max-width: 76ch;
}

.practices-label[b-p2qq0q1kgj] {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--amber-300);
}

.practices-heading-row[b-p2qq0q1kgj] {
    margin-bottom: 1rem;
}

.practices-heading-row h2[b-p2qq0q1kgj] {
    margin-bottom: 0;
}

.practices-section-compact[b-p2qq0q1kgj] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.practices-compact[b-p2qq0q1kgj] {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(215, 162, 75, 0.3);
    background:
        linear-gradient(120deg, rgba(57, 37, 23, 0.84), rgba(25, 18, 13, 0.92)),
        radial-gradient(circle at 8% 18%, rgba(215, 162, 75, 0.12), transparent 50%);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(242, 227, 203, 0.08);
}

.practices-compact p:last-child[b-p2qq0q1kgj] {
    margin-bottom: 0;
}

.practices-section-initiation[b-p2qq0q1kgj] {
    padding-top: 2.3rem;
}

.initiation-grid[b-p2qq0q1kgj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.initiation-card[b-p2qq0q1kgj] {
    border-color: rgba(242, 227, 203, 0.18);
}

.initiation-card h3[b-p2qq0q1kgj] {
    margin-bottom: 0.45rem;
}

.initiation-card p[b-p2qq0q1kgj] {
    margin-bottom: 0.55rem;
}

.initiation-card ul[b-p2qq0q1kgj] {
    margin-bottom: 0;
}

.practice-chip[b-p2qq0q1kgj] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(215, 162, 75, 0.35);
    background: rgba(215, 162, 75, 0.1);
    color: var(--amber-300);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 0.24rem 0.62rem;
    margin-bottom: 0.48rem;
}

.practices-section-loop[b-p2qq0q1kgj] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.practices-loop-layout[b-p2qq0q1kgj] {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
    gap: 1rem;
    align-items: start;
}

.practices-loop-intro[b-p2qq0q1kgj] {
    position: sticky;
    top: calc(var(--header-height) + 0.8rem);
    border-radius: var(--radius-md);
    border: 1px solid rgba(242, 227, 203, 0.16);
    background: linear-gradient(180deg, rgba(57, 37, 23, 0.5), rgba(25, 18, 13, 0.74));
    padding: 1rem;
}

.practices-loop-intro h2[b-p2qq0q1kgj] {
    margin-bottom: 0.6rem;
    font-size: clamp(1.28rem, 2.2vw, 1.72rem);
}

.practices-loop-intro p:last-child[b-p2qq0q1kgj] {
    margin-bottom: 0;
}

.loop-steps[b-p2qq0q1kgj] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.loop-step[b-p2qq0q1kgj] {
    position: relative;
    border: 1px solid rgba(242, 227, 203, 0.16);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(57, 37, 23, 0.5), rgba(25, 18, 13, 0.76));
    padding: 0.9rem 0.9rem 0.9rem 1rem;
}

.loop-step p[b-p2qq0q1kgj] {
    margin: 0.56rem 0 0;
}

.loop-step:not(:last-child)[b-p2qq0q1kgj]::after {
    content: "";
    position: absolute;
    left: 1.4rem;
    bottom: -0.62rem;
    width: 1px;
    height: 0.62rem;
    background: rgba(215, 162, 75, 0.45);
}

.practices-section-cadence[b-p2qq0q1kgj] {
    padding-top: 2rem;
}

.cadence-grid[b-p2qq0q1kgj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.cadence-card[b-p2qq0q1kgj] {
    border-color: rgba(242, 227, 203, 0.18);
}

.cadence-card ul[b-p2qq0q1kgj] {
    margin-bottom: 0;
}

.practices-section-tactics[b-p2qq0q1kgj] {
    padding-top: 2rem;
}

.practices-table-card[b-p2qq0q1kgj] {
    border-color: rgba(215, 162, 75, 0.3);
    background:
        linear-gradient(180deg, rgba(57, 37, 23, 0.66), rgba(25, 18, 13, 0.86)),
        radial-gradient(circle at 100% 0%, rgba(215, 162, 75, 0.09), transparent 46%);
}

.practices-table-wrap[b-p2qq0q1kgj] {
    overflow-x: auto;
    padding-bottom: 0.2rem;
}

.practices-table[b-p2qq0q1kgj] {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.practices-table th[b-p2qq0q1kgj],
.practices-table td[b-p2qq0q1kgj] {
    text-align: left;
    padding: 0.74rem 0.82rem;
    border-bottom: 1px solid rgba(242, 227, 203, 0.12);
}

.practices-table th[b-p2qq0q1kgj] {
    background: rgba(215, 162, 75, 0.15);
    color: var(--wheat-100);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.75rem;
}

.practices-table tbody tr[b-p2qq0q1kgj] {
    transition: background 220ms ease;
}

.practices-table tbody tr:hover[b-p2qq0q1kgj] {
    background: rgba(215, 162, 75, 0.08);
}

.practices-section-failures[b-p2qq0q1kgj] {
    padding-top: 2rem;
}

.failure-grid[b-p2qq0q1kgj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.failure-card[b-p2qq0q1kgj] {
    border-color: rgba(206, 75, 53, 0.32);
    background:
        linear-gradient(180deg, rgba(60, 24, 18, 0.58), rgba(30, 15, 12, 0.84)),
        radial-gradient(circle at 14% 12%, rgba(206, 75, 53, 0.12), transparent 50%);
}

.failure-tag[b-p2qq0q1kgj] {
    color: #ffd4ca;
    margin-bottom: 0.42rem;
    font-size: 0.9rem;
}

.failure-card p:last-child[b-p2qq0q1kgj] {
    margin-bottom: 0;
}

.practices-section-submission[b-p2qq0q1kgj] {
    padding-top: 2rem;
}

.submission-card[b-p2qq0q1kgj] {
    border-color: rgba(242, 227, 203, 0.2);
    background:
        linear-gradient(180deg, rgba(57, 37, 23, 0.6), rgba(25, 18, 13, 0.84)),
        radial-gradient(circle at 0% 0%, rgba(215, 162, 75, 0.09), transparent 40%);
}

.submission-grid[b-p2qq0q1kgj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.submission-grid ul[b-p2qq0q1kgj] {
    margin-bottom: 0;
}

.practices-section-cta[b-p2qq0q1kgj] {
    padding-top: 1.8rem;
    padding-bottom: 2.4rem;
}

.practices-cta[b-p2qq0q1kgj] {
    text-align: center;
    border-radius: var(--radius-lg);
    border-color: rgba(215, 162, 75, 0.34);
    background:
        linear-gradient(180deg, rgba(57, 37, 23, 0.72), rgba(25, 18, 13, 0.9)),
        radial-gradient(circle at 50% -10%, rgba(215, 162, 75, 0.18), transparent 54%);
}

.practices-cta-text[b-p2qq0q1kgj] {
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.practices-cta-row[b-p2qq0q1kgj] {
    justify-content: center;
}

@media (max-width: 980px) {
    .practices-loop-layout[b-p2qq0q1kgj] {
        grid-template-columns: 1fr;
    }

    .practices-loop-intro[b-p2qq0q1kgj] {
        position: static;
        top: auto;
    }
}

@media (max-width: 768px) {
    .practices-shell .practices-section + .practices-section[b-p2qq0q1kgj]::before {
        width: calc(100% - 1.4rem);
    }

    .practices-section-compact[b-p2qq0q1kgj],
    .practices-section-initiation[b-p2qq0q1kgj],
    .practices-section-loop[b-p2qq0q1kgj],
    .practices-section-cadence[b-p2qq0q1kgj],
    .practices-section-tactics[b-p2qq0q1kgj],
    .practices-section-failures[b-p2qq0q1kgj],
    .practices-section-submission[b-p2qq0q1kgj],
    .practices-section-cta[b-p2qq0q1kgj] {
        padding-top: 1.35rem;
        padding-bottom: 1.35rem;
    }

    .practices-compact[b-p2qq0q1kgj],
    .practices-loop-intro[b-p2qq0q1kgj],
    .loop-step[b-p2qq0q1kgj],
    .practices-cta[b-p2qq0q1kgj] {
        padding: 0.86rem;
    }

    .practices-cta-text[b-p2qq0q1kgj] {
        font-size: 0.96rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .practices-shell *[b-p2qq0q1kgj],
    .practices-shell *[b-p2qq0q1kgj]::before,
    .practices-shell *[b-p2qq0q1kgj]::after {
        animation: none !important;
        transition: none !important;
    }

    .practices-shell .reveal[b-p2qq0q1kgj],
    .practices-shell .reveal-scale[b-p2qq0q1kgj],
    .practices-shell .reveal-left[b-p2qq0q1kgj],
    .practices-shell .reveal-right[b-p2qq0q1kgj],
    .practices-shell .reveal-blur[b-p2qq0q1kgj] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}
