@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Layout/AccountLayout.razor.rz.scp.css */
.account-page[b-hgmqjb1ulk] {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 100dvh;
    padding: 58px 24px 76px;
    color: #111827;
    background: transparent;
}

.account-shell[b-hgmqjb1ulk] {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(420px, 1.22fr);
    width: min(100%, 940px);
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9dfe5;
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(24, 33, 45, .12);
}

.account-brand[b-hgmqjb1ulk] {
    position: relative;
    display: flex;
    min-height: 610px;
    padding: 35px;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    background: #111316;
}

.account-brand[b-hgmqjb1ulk]::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        radial-gradient(circle at 70% 20%, rgba(235,0,18,.22), transparent 35%);
    background-size: 40px 40px, 40px 40px, auto;
    content: "";
    mask-image: linear-gradient(#000, transparent 90%);
}

.account-brand > *[b-hgmqjb1ulk] { position: relative; }

.account-logo[b-hgmqjb1ulk] {
    align-self: start;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.04em;
    text-decoration: none;
}

.account-logo span[b-hgmqjb1ulk] { color: #eb0012; }
.brand-copy[b-hgmqjb1ulk] { margin-top: auto; }

.brand-copy > span[b-hgmqjb1ulk] {
    color: #ff5360;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.brand-copy h2[b-hgmqjb1ulk] {
    max-width: 370px;
    margin: 10px 0 12px;
    font-size: clamp(28px, 3.2vw, 39px);
    font-weight: 850;
    line-height: 1.03;
    letter-spacing: -.048em;
}

.brand-copy p[b-hgmqjb1ulk] {
    max-width: 360px;
    margin: 0;
    color: #9fa8b4;
    font-size: 12px;
    line-height: 1.65;
}

.account-brand ul[b-hgmqjb1ulk] {
    display: grid;
    gap: 9px;
    margin: 24px 0 30px;
    padding: 18px 0;
    border-block: 1px solid rgba(255,255,255,.11);
    list-style: none;
}

.account-brand li[b-hgmqjb1ulk] { display: flex; gap: 9px; align-items: center; color: #c2c8d0; font-size: 10px; }
.account-brand li i[b-hgmqjb1ulk] { color: #40c981; }
.brand-help span[b-hgmqjb1ulk], .brand-help a[b-hgmqjb1ulk] { display: block; }
.brand-help span[b-hgmqjb1ulk] { color: #7f8996; font-size: 8px; text-transform: uppercase; }
.brand-help a[b-hgmqjb1ulk] { margin-top: 5px; color: #fff; font-size: 10px; font-weight: 800; text-decoration: none; }
.brand-help a i[b-hgmqjb1ulk] { margin-left: 5px; color: #ff5360; }

.account-card[b-hgmqjb1ulk] {
    display: flex;
    min-width: 0;
    padding: 38px 42px 27px;
    flex-direction: column;
}

.account-kicker[b-hgmqjb1ulk] {
    margin-bottom: 11px;
    color: #eb0012;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.account-content[b-hgmqjb1ulk] { flex: 1; }

.account-content[b-hgmqjb1ulk]  h1 {
    margin: 0 0 9px;
    color: #111827;
    font-size: clamp(31px, 4vw, 43px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.account-content[b-hgmqjb1ulk]  h2,
.account-content[b-hgmqjb1ulk]  h3 {
    margin: 0 0 20px;
    color: #667384;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.account-content[b-hgmqjb1ulk]  .row { display: block; margin: 0; }
.account-content[b-hgmqjb1ulk]  .row > * { width: 100%; max-width: none; padding: 0; }
.account-content[b-hgmqjb1ulk]  hr { margin: 18px 0; color: #dce1e7; opacity: 1; }

.account-content[b-hgmqjb1ulk]  .auth-header { margin-bottom: 25px; }
.account-content[b-hgmqjb1ulk]  .auth-header > span { display: block; margin-bottom: 7px; color: #8b95a1; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.account-content[b-hgmqjb1ulk]  .auth-header p { margin: 0; color: #667384; font-size: 12px; line-height: 1.6; }
.account-content[b-hgmqjb1ulk]  .auth-form { display: grid; gap: 14px; }
.account-content[b-hgmqjb1ulk]  .auth-field { display: grid; gap: 6px; }
.account-content[b-hgmqjb1ulk]  .auth-field label { display: flex; justify-content: space-between; color: #303944; font-size: 10px; font-weight: 850; }
.account-content[b-hgmqjb1ulk]  .auth-field label span { color: #909aa6; font-size: 8px; text-transform: uppercase; }

.account-content[b-hgmqjb1ulk]  .form-control,
.account-content[b-hgmqjb1ulk]  .auth-field .form-control {
    min-height: 48px;
    padding: 10px 12px;
    border-color: #c9d0d8;
    border-radius: 8px;
    font-size: 13px;
}

.account-content[b-hgmqjb1ulk]  .form-control:focus {
    border-color: #eb0012;
    box-shadow: 0 0 0 3px rgba(235, 0, 18, .1);
}

.account-content[b-hgmqjb1ulk]  .auth-check { display: flex; gap: 9px; align-items: center; color: #596575; font-size: 10px; }
.account-content[b-hgmqjb1ulk]  .auth-check input { width: 16px; height: 16px; margin: 0; accent-color: #eb0012; }

.account-content[b-hgmqjb1ulk]  .btn-primary,
.account-content[b-hgmqjb1ulk]  .auth-primary {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 0 16px;
    color: #fff;
    background: #eb0012;
    border: 1px solid #eb0012;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.account-content[b-hgmqjb1ulk]  .btn-primary:hover,
.account-content[b-hgmqjb1ulk]  .auth-primary:hover { color: #fff; background: #bd0010; border-color: #bd0010; }

.account-content[b-hgmqjb1ulk]  .auth-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 14px;
    color: #252d36;
    background: #fff;
    border: 1px solid #cbd2da;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.account-content[b-hgmqjb1ulk]  .auth-links { display: grid; gap: 8px; margin-top: 18px; padding-top: 17px; border-top: 1px solid #e2e6ea; }
.account-content[b-hgmqjb1ulk]  .auth-links a,
.account-content[b-hgmqjb1ulk]  .btn-link,
.account-content[b-hgmqjb1ulk]  a { color: #a9000d; font-weight: 750; }
.account-content[b-hgmqjb1ulk]  .auth-links a { font-size: 10px; text-decoration: none; }
.account-content[b-hgmqjb1ulk]  .auth-links a:hover,
.account-content[b-hgmqjb1ulk]  a:hover { color: #eb0012; }

.account-content[b-hgmqjb1ulk]  .auth-note {
    display: grid;
    grid-template-columns: 33px 1fr;
    gap: 11px;
    align-items: start;
    margin: 17px 0;
    padding: 13px;
    color: #526177;
    background: #eef4ff;
    border: 1px solid #d3def2;
    border-radius: 8px;
    font-size: 10px;
    line-height: 1.5;
}

.account-content[b-hgmqjb1ulk]  .auth-note > i { display: grid; place-items: center; width: 31px; height: 31px; color: #2862ba; background: #fff; border-radius: 7px; }
.account-content[b-hgmqjb1ulk]  .auth-note.warning { color: #705d32; background: #fff8e7; border-color: #ebd9a7; }
.account-content[b-hgmqjb1ulk]  .auth-note.warning > i { color: #9a6800; }
.account-content[b-hgmqjb1ulk]  .auth-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.account-content[b-hgmqjb1ulk]  .auth-legal { margin: 0; color: #788391; font-size: 9px; line-height: 1.55; }
.account-content[b-hgmqjb1ulk]  .password-rules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 14px; margin: 4px 0 2px; padding: 12px; background: #f5f6f8; border-radius: 8px; list-style: none; }
.account-content[b-hgmqjb1ulk]  .password-rules li { position: relative; padding-left: 15px; color: #6e7987; font-size: 8px; }
.account-content[b-hgmqjb1ulk]  .password-rules li::before { position: absolute; left: 0; color: #1b9459; content: "\2713"; font-weight: 900; }

.account-content[b-hgmqjb1ulk]  .auth-state { display: grid; gap: 18px; padding-top: 10px; }
.account-content[b-hgmqjb1ulk]  .auth-state-icon { display: grid; place-items: center; width: 52px; height: 52px; color: #eb0012; background: #fff0f1; border-radius: 13px; font-size: 23px; }
.account-content[b-hgmqjb1ulk]  .auth-state-icon.success { color: #147647; background: #e8f7ee; }
.account-content[b-hgmqjb1ulk]  .auth-state-icon.danger { color: #b0000d; background: #fff0f1; }
.account-content[b-hgmqjb1ulk]  .auth-state p { margin: 0; color: #667384; font-size: 12px; line-height: 1.65; }
.account-content[b-hgmqjb1ulk]  .auth-kicker { display: block; margin-bottom: 7px; color: #eb0012; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.account-content[b-hgmqjb1ulk]  .account-status {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
    padding: 11px 12px;
    color: #17643f;
    background: #eaf8f0;
    border: 1px solid #bee2ce;
    border-radius: 8px;
    font-size: 10px;
}

.account-content[b-hgmqjb1ulk]  .account-status > i { display: grid; place-items: center; width: 30px; height: 30px; background: #fff; border-radius: 7px; }
.account-content[b-hgmqjb1ulk]  .account-status-danger { color: #97000b; background: #fff1f2; border-color: #ecc0c4; }
.account-content[b-hgmqjb1ulk]  .validation-summary-errors,
.account-content[b-hgmqjb1ulk]  .text-danger { color: #ab000d !important; font-size: 10px; }
.account-content[b-hgmqjb1ulk]  .validation-summary-errors ul { margin: 0; padding-left: 18px; }

.account-card-footer[b-hgmqjb1ulk] { display: flex; gap: 14px; margin-top: 28px; padding-top: 16px; border-top: 1px solid #e1e5e9; }
.account-card-footer a[b-hgmqjb1ulk] { color: #7b8592; font-size: 9px; font-weight: 750; text-decoration: none; }
.account-card-footer a:hover[b-hgmqjb1ulk] { color: #eb0012; }

.account-content[b-hgmqjb1ulk]  a:focus-visible,
.account-content[b-hgmqjb1ulk]  button:focus-visible,
.account-content[b-hgmqjb1ulk]  input:focus-visible { outline: 3px solid rgba(235,0,18,.25); outline-offset: 2px; }

@media (max-width: 800px) {
    .account-shell[b-hgmqjb1ulk] { grid-template-columns: 1fr; width: min(100%, 560px); }
    .account-brand[b-hgmqjb1ulk] { min-height: 0; padding: 25px 28px; }
    .brand-copy[b-hgmqjb1ulk] { margin-top: 45px; }
    .brand-copy h2[b-hgmqjb1ulk] { font-size: 29px; }
    .account-brand ul[b-hgmqjb1ulk], .brand-help[b-hgmqjb1ulk] { display: none; }
}

@media (max-width: 560px) {
    .account-page[b-hgmqjb1ulk] { place-items: start center; padding: 28px 14px 50px; }
    .account-shell[b-hgmqjb1ulk] { border-radius: 13px; }
    .account-brand[b-hgmqjb1ulk] { padding: 22px; }
    .brand-copy[b-hgmqjb1ulk] { margin-top: 32px; }
    .brand-copy h2[b-hgmqjb1ulk] { font-size: 26px; }
    .account-card[b-hgmqjb1ulk] { padding: 28px 22px 22px; }
    .account-content[b-hgmqjb1ulk]  .password-rules { grid-template-columns: 1fr; }
    .account-content[b-hgmqjb1ulk]  .auth-actions { align-items: stretch; flex-direction: column; }
    .account-content[b-hgmqjb1ulk]  .auth-primary,
    .account-content[b-hgmqjb1ulk]  .auth-secondary { width: 100%; }
}
/* /Layout/ElectricadLayout.razor.rz.scp.css */
.page[b-v74lma2r5f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v74lma2r5f] {
    flex: 1;
    background-color: black;
}

.sidebar[b-v74lma2r5f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v74lma2r5f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v74lma2r5f]  a, .top-row[b-v74lma2r5f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-v74lma2r5f]  a:hover, .top-row[b-v74lma2r5f]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-v74lma2r5f]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-v74lma2r5f] {
        justify-content: space-between;
    }

        .top-row[b-v74lma2r5f]  a, .top-row[b-v74lma2r5f]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-v74lma2r5f] {
        flex-direction: row;
    }

    .sidebar[b-v74lma2r5f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v74lma2r5f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-v74lma2r5f]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-v74lma2r5f], article[b-v74lma2r5f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-v74lma2r5f] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-v74lma2r5f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-92j0k3cvwz] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content[b-92j0k3cvwz] {
    flex: 1;
    min-width: 0;
}

#blazor-error-ui[b-92j0k3cvwz] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2000;
    display: none;
    max-width: calc(100% - 40px);
    padding: 13px 42px 13px 16px;
    color: #fff;
    background: #1b1b1a;
    border-left: 3px solid #eb0012;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .25);
    font-size: 14px;
}

#blazor-error-ui .reload[b-92j0k3cvwz] {
    margin-left: 10px;
    color: #fff;
    font-weight: 800;
}

#blazor-error-ui .dismiss[b-92j0k3cvwz] {
    position: absolute;
    top: 8px;
    right: 12px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 14px;
}

#blazor-error-ui .dismiss:focus-visible[b-92j0k3cvwz] { outline: 2px solid #fff; outline-offset: 2px; }
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hzqtoz4eha],
.components-reconnect-repeated-attempt-visible[b-hzqtoz4eha],
.components-reconnect-failed-visible[b-hzqtoz4eha],
.components-pause-visible[b-hzqtoz4eha],
.components-resume-failed-visible[b-hzqtoz4eha],
.components-rejoining-animation[b-hzqtoz4eha] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hzqtoz4eha],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hzqtoz4eha],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hzqtoz4eha],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hzqtoz4eha],
#components-reconnect-modal.components-reconnect-retrying[b-hzqtoz4eha],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hzqtoz4eha],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hzqtoz4eha],
#components-reconnect-modal.components-reconnect-failed[b-hzqtoz4eha],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hzqtoz4eha] {
    display: block;
}


#components-reconnect-modal[b-hzqtoz4eha] {
    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-hzqtoz4eha 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hzqtoz4eha 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hzqtoz4eha 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hzqtoz4eha]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hzqtoz4eha 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hzqtoz4eha {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hzqtoz4eha {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hzqtoz4eha {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hzqtoz4eha] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hzqtoz4eha] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hzqtoz4eha] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hzqtoz4eha] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hzqtoz4eha] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hzqtoz4eha] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hzqtoz4eha] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hzqtoz4eha 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hzqtoz4eha] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hzqtoz4eha {
    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;
    }
}
/* /Pages/Account/Pages/Manage/Billing.razor.rz.scp.css */
.billing-page[b-0huchd7ahn] {
    display: grid;
    gap: 30px;
}

.billing-heading > span[b-0huchd7ahn],
.subscription-copy > span[b-0huchd7ahn],
.subscription-status > span[b-0huchd7ahn],
.billing-contact > span[b-0huchd7ahn],
.invoice-history > span[b-0huchd7ahn] {
    color: #eb0012;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.billing-heading h2[b-0huchd7ahn] {
    max-width: 720px;
    margin: 7px 0 10px;
    font-size: clamp(28px, 3.5vw, 39px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.billing-heading p[b-0huchd7ahn] {
    max-width: 720px;
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.65;
}

.subscription-summary[b-0huchd7ahn] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(210px, .7fr);
    gap: 25px;
    padding: 25px;
    color: #fff;
    background: linear-gradient(145deg, #1c1c1c, #070707);
    border-radius: 14px;
}

.subscription-copy h3[b-0huchd7ahn] {
    margin: 7px 0 8px;
    font-size: 27px;
    font-weight: 850;
    letter-spacing: -.035em;
}

.subscription-copy p[b-0huchd7ahn] {
    max-width: 570px;
    margin: 0;
    color: #aeb7c3;
    font-size: 13px;
    line-height: 1.6;
}

.subscription-actions[b-0huchd7ahn] {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.subscription-actions a[b-0huchd7ahn] {
    padding: 10px 13px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.subscription-actions a:first-child[b-0huchd7ahn] {
    background: #eb0012;
    border-color: #eb0012;
}

.subscription-status[b-0huchd7ahn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 11px;
}

.subscription-status strong[b-0huchd7ahn] {
    margin: 7px 0 5px;
    font-size: 21px;
}

.subscription-status small[b-0huchd7ahn] {
    color: #9fa9b6;
    font-size: 11px;
}

.subscription-status.checkout-complete[b-0huchd7ahn] {
    border-color: rgba(62, 211, 132, .42);
}

.subscription-status.checkout-complete strong[b-0huchd7ahn] {
    color: #72e5a7;
}

.subscription-status.checkout-processing strong[b-0huchd7ahn] {
    color: #ffd166;
}

.subscription-status.checkout-cancelled strong[b-0huchd7ahn] {
    color: #ff8790;
}

.billing-details[b-0huchd7ahn] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding-top: 4px;
}

.billing-contact[b-0huchd7ahn],
.invoice-history[b-0huchd7ahn] {
    padding: 20px;
    background: #f6f8fa;
    border: 1px solid #e0e4e9;
    border-radius: 11px;
}

.billing-contact h3[b-0huchd7ahn] {
    margin: 7px 0;
    font-size: 16px;
    overflow-wrap: anywhere;
}

.billing-contact p[b-0huchd7ahn] {
    color: #64748b;
    font-size: 11px;
    line-height: 1.55;
}

.billing-contact a[b-0huchd7ahn] {
    color: #b0000d;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.empty-invoices[b-0huchd7ahn] {
    display: grid;
    justify-items: center;
    padding: 24px 10px 8px;
    text-align: center;
}

.empty-invoices i[b-0huchd7ahn] {
    margin-bottom: 10px;
    color: #a0a9b5;
    font-size: 27px;
}

.empty-invoices strong[b-0huchd7ahn] {
    font-size: 13px;
}

.empty-invoices p[b-0huchd7ahn] {
    max-width: 300px;
    margin: 5px 0 0;
    color: #7a8594;
    font-size: 10px;
    line-height: 1.5;
}

@media (max-width: 680px) {
    .subscription-summary[b-0huchd7ahn],
    .billing-details[b-0huchd7ahn] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Account/Pages/Manage/Index.razor.rz.scp.css */
.account-overview[b-42zapxbz0f] { display: grid; gap: 26px; }
.overview-header[b-42zapxbz0f] { display: flex; gap: 16px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #e0e4e9; }
.account-avatar[b-42zapxbz0f] { display: grid; place-items: center; flex: 0 0 auto; width: 58px; height: 58px; color: #fff; background: #151515; border-radius: 16px; font-size: 24px; font-weight: 900; }
.overview-header span[b-42zapxbz0f], .panel-heading span[b-42zapxbz0f], .quick-actions > span[b-42zapxbz0f], .status-grid article > span[b-42zapxbz0f] { color: #eb0012; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.overview-header h2[b-42zapxbz0f] { margin: 3px 0 3px; font-size: 27px; font-weight: 850; letter-spacing: -.035em; }
.overview-header p[b-42zapxbz0f] { margin: 0; color: #64748b; font-size: 13px; }

.status-grid[b-42zapxbz0f] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.status-grid article[b-42zapxbz0f] { display: flex; flex-direction: column; min-height: 230px; padding: 20px; background: #f6f8fa; border: 1px solid #e0e4e9; border-radius: 13px; }
.status-icon[b-42zapxbz0f] { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 22px; color: #eb0012; background: #fff; border: 1px solid #e0e4e9; border-radius: 11px; font-size: 18px; }
.status-grid strong[b-42zapxbz0f] { display: block; margin: 6px 0 5px; font-size: 18px; }
.status-grid p[b-42zapxbz0f] { margin: 0; color: #64748b; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.status-grid a[b-42zapxbz0f] { margin-top: auto; padding-top: 15px; color: #b0000d; font-size: 12px; font-weight: 850; text-decoration: none; }
.status-grid a[b-42zapxbz0f]::after { content: " →"; }
.billing-status[b-42zapxbz0f] { color: #fff; background: #151515 !important; border-color: #151515 !important; }
.billing-status p[b-42zapxbz0f] { color: #aeb7c3; }
.billing-status .status-icon[b-42zapxbz0f] { color: #fff; background: #eb0012; border-color: #eb0012; }
.billing-status a[b-42zapxbz0f] { color: #ff5361; }

.overview-main[b-42zapxbz0f] { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr); gap: 24px; padding-top: 4px; }
.panel-heading h3[b-42zapxbz0f] { margin: 6px 0 20px; font-size: 22px; font-weight: 850; letter-spacing: -.03em; }
.profile-panel form[b-42zapxbz0f] { display: grid; gap: 15px; }
.field-group[b-42zapxbz0f] { display: grid; gap: 7px; }
.field-group label[b-42zapxbz0f] { display: flex; justify-content: space-between; color: #334155; font-size: 12px; font-weight: 800; }
.field-group label span[b-42zapxbz0f] { color: #8993a1; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.field-group input[b-42zapxbz0f] { min-height: 49px; }
.profile-panel button[b-42zapxbz0f] { width: fit-content; min-height: 45px; padding-inline: 18px; font-size: 13px; }

.quick-actions[b-42zapxbz0f] { display: grid; align-content: start; gap: 8px; }
.quick-actions > span[b-42zapxbz0f] { margin-bottom: 5px; }
.quick-actions a[b-42zapxbz0f] { display: grid; grid-template-columns: 37px 1fr auto; gap: 11px; align-items: center; padding: 12px; color: #111827; background: #f6f8fa; border: 1px solid #e0e4e9; border-radius: 10px; text-decoration: none; }
.quick-actions i[b-42zapxbz0f] { display: grid; place-items: center; width: 35px; height: 35px; color: #eb0012; background: #fff; border-radius: 9px; }
.quick-actions strong[b-42zapxbz0f], .quick-actions small[b-42zapxbz0f] { display: block; }
.quick-actions strong[b-42zapxbz0f] { font-size: 12px; }.quick-actions small[b-42zapxbz0f] { margin-top: 3px; color: #7a8594; font-size: 10px; }.quick-actions b[b-42zapxbz0f] { color: #eb0012; }

@media (max-width: 1200px) { .status-grid[b-42zapxbz0f] { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 950px) { .status-grid[b-42zapxbz0f] { grid-template-columns: 1fr; } .status-grid article[b-42zapxbz0f] { min-height: 190px; } .overview-main[b-42zapxbz0f] { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .overview-header[b-42zapxbz0f] { align-items: flex-start; } .account-avatar[b-42zapxbz0f] { width: 48px; height: 48px; } }
/* /Pages/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-page[b-hoyqw6shw3] {
    min-height: calc(100vh - 72px);
    padding: 58px 40px 82px;
    color: #111827;
    background: #f3f5f7;
}

.manage-heading[b-hoyqw6shw3],
.manage-layout[b-hoyqw6shw3] {
    width: min(1240px, 100%);
    margin-inline: auto;
}

.manage-heading[b-hoyqw6shw3] {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
}

.manage-heading > div > span[b-hoyqw6shw3] {
    color: #eb0012;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.manage-heading[b-hoyqw6shw3]  .editor-access {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex: 0 0 auto;
    padding: 11px 15px;
    color: #fff;
    background: #151515;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.manage-heading[b-hoyqw6shw3]  a.editor-access:hover { background: #eb0012; }

.manage-heading[b-hoyqw6shw3]  .editor-access-disabled {
    cursor: not-allowed;
    opacity: .48;
    filter: grayscale(1);
}

.manage-heading h1[b-hoyqw6shw3] {
    margin: 8px 0 8px;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 850;
    letter-spacing: -.045em;
}

.manage-heading p[b-hoyqw6shw3] {
    margin: 0;
    color: #64748b;
}

.manage-layout[b-hoyqw6shw3] {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
}

.manage-nav[b-hoyqw6shw3] {
    position: sticky;
    top: 94px;
    padding-right: 24px;
    border-right: 1px solid #d3d9e0;
}

.manage-nav[b-hoyqw6shw3]  .account-nav > span {
    display: block;
    margin: 22px 12px 7px;
    color: #8993a1;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.manage-nav[b-hoyqw6shw3]  .account-nav > span:first-child { margin-top: 0; }

.manage-nav[b-hoyqw6shw3]  .nav-link {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    color: #526071;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 750;
}

.manage-nav[b-hoyqw6shw3]  .nav-link i {
    width: 18px;
    color: #8993a1;
    font-size: 15px;
}

.manage-nav[b-hoyqw6shw3]  .nav-link:hover,
.manage-nav[b-hoyqw6shw3]  .nav-link.active {
    color: #eb0012;
    background: #fff1f2;
}

.manage-nav[b-hoyqw6shw3]  .nav-link.active i { color: #eb0012; }

.manage-content[b-hoyqw6shw3] {
    min-width: 0;
    padding: 32px;
    background: #fff;
    border: 1px solid #dce1e7;
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(15,23,42,.055);
}

.manage-content[b-hoyqw6shw3]  h2,
.manage-content[b-hoyqw6shw3]  h3 {
    margin-top: 0;
    font-weight: 850;
    letter-spacing: -.025em;
}

.manage-content[b-hoyqw6shw3]  .form-control {
    border-color: #c7ced7;
    border-radius: 9px;
}

.manage-content[b-hoyqw6shw3]  .form-control:focus {
    border-color: #eb0012;
    box-shadow: 0 0 0 3px rgba(235, 0, 18, .1);
}

.manage-content[b-hoyqw6shw3]  .btn-primary {
    background: #eb0012;
    border-color: #eb0012;
    border-radius: 8px;
    font-weight: 800;
}

.manage-content[b-hoyqw6shw3]  .settings-page { display: grid; gap: 24px; }

.manage-content[b-hoyqw6shw3]  .settings-page-header {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
}

.manage-content[b-hoyqw6shw3]  .settings-page-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #eb0012;
    background: #fff0f1;
    border: 1px solid #ffd3d7;
    border-radius: 11px;
    font-size: 19px;
}

.manage-content[b-hoyqw6shw3]  .settings-kicker,
.manage-content[b-hoyqw6shw3]  .panel-label,
.manage-content[b-hoyqw6shw3]  .panel-heading > div > span {
    display: block;
    color: #eb0012;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.manage-content[b-hoyqw6shw3]  .settings-page-header h2 {
    margin: 6px 0 8px;
    font-size: clamp(27px, 3.5vw, 38px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.manage-content[b-hoyqw6shw3]  .settings-page-header p {
    max-width: 670px;
    margin: 0;
    color: #667384;
    font-size: 13px;
    line-height: 1.65;
}

.manage-content[b-hoyqw6shw3]  .settings-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(220px, .7fr);
    gap: 15px;
    align-items: start;
}

.manage-content[b-hoyqw6shw3]  .settings-stack { display: grid; gap: 12px; }

.manage-content[b-hoyqw6shw3]  .settings-panel {
    padding: 22px;
    background: #f8f9fa;
    border: 1px solid #e0e5e9;
    border-radius: 12px;
}

.manage-content[b-hoyqw6shw3]  .settings-panel.white-panel { background: #fff; }

.manage-content[b-hoyqw6shw3]  .settings-panel.dark-panel {
    color: #fff;
    background: linear-gradient(145deg, #202226, #0d0e10);
    border-color: #17191c;
}

.manage-content[b-hoyqw6shw3]  .panel-heading {
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 19px;
}

.manage-content[b-hoyqw6shw3]  .panel-heading h3 {
    margin: 5px 0 0;
    font-size: 18px;
    line-height: 1.2;
}

.manage-content[b-hoyqw6shw3]  .panel-heading p,
.manage-content[b-hoyqw6shw3]  .settings-panel > p {
    margin: 6px 0 0;
    color: #6c7887;
    font-size: 11px;
    line-height: 1.6;
}

.manage-content[b-hoyqw6shw3]  .dark-panel .panel-heading p,
.manage-content[b-hoyqw6shw3]  .dark-panel > p { color: #a1aab6; }
.manage-content[b-hoyqw6shw3]  .dark-panel .settings-list li { color: #c0c6cf; }

.manage-content[b-hoyqw6shw3]  .panel-status {
    flex: 0 0 auto;
    padding: 6px 9px;
    color: #147647;
    background: #e5f7ed;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.manage-content[b-hoyqw6shw3]  .panel-status.warning { color: #946100; background: #fff2cf; }
.manage-content[b-hoyqw6shw3]  .panel-status.neutral { color: #586474; background: #e9edf1; }

.manage-content[b-hoyqw6shw3]  .settings-form { display: grid; gap: 15px; }
.manage-content[b-hoyqw6shw3]  .settings-field { display: grid; gap: 6px; }

.manage-content[b-hoyqw6shw3]  .settings-field > label {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    color: #333c47;
    font-size: 11px;
    font-weight: 850;
}

.manage-content[b-hoyqw6shw3]  .settings-field > label span {
    color: #8b95a1;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.manage-content[b-hoyqw6shw3]  .settings-field .form-control {
    min-height: 45px;
    padding: 10px 12px;
    background: #fff;
    font-size: 13px;
}

.manage-content[b-hoyqw6shw3]  .settings-field .form-control:disabled { color: #5e6977; background: #edf0f3; }

.manage-content[b-hoyqw6shw3]  .settings-field .text-danger,
.manage-content[b-hoyqw6shw3]  .validation-summary-errors { color: #b3000d !important; font-size: 10px; }
.manage-content[b-hoyqw6shw3]  .validation-summary-errors ul { margin: 0; padding-left: 18px; }

.manage-content[b-hoyqw6shw3]  .settings-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-top: 4px;
    padding-top: 17px;
    border-top: 1px solid #e0e4e8;
}

.manage-content[b-hoyqw6shw3]  .settings-button,
.manage-content[b-hoyqw6shw3]  .settings-button-secondary,
.manage-content[b-hoyqw6shw3]  .settings-button-danger,
.manage-content[b-hoyqw6shw3]  .settings-button-quiet {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.manage-content[b-hoyqw6shw3]  .settings-button { color: #fff; background: #eb0012; border: 1px solid #eb0012; }
.manage-content[b-hoyqw6shw3]  .settings-button:hover { color: #fff; background: #bd000f; border-color: #bd000f; }
.manage-content[b-hoyqw6shw3]  .settings-button-secondary { color: #242b33; background: #fff; border: 1px solid #cbd2d9; }
.manage-content[b-hoyqw6shw3]  .settings-button-secondary:hover { color: #b4000d; border-color: #eb0012; }
.manage-content[b-hoyqw6shw3]  .settings-button-danger { color: #fff; background: #b0000d; border: 1px solid #b0000d; }
.manage-content[b-hoyqw6shw3]  .settings-button-danger:hover { color: #fff; background: #85000a; border-color: #85000a; }
.manage-content[b-hoyqw6shw3]  .settings-button-quiet { min-height: 0; padding: 0; color: #a5000c; background: transparent; border: 0; }

.manage-content[b-hoyqw6shw3]  .settings-callout {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: start;
    padding: 15px;
    background: #eef4ff;
    border: 1px solid #cfdcf5;
    border-radius: 9px;
}

.manage-content[b-hoyqw6shw3]  .settings-callout > i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: #2761bc;
    background: #fff;
    border-radius: 8px;
}

.manage-content[b-hoyqw6shw3]  .settings-callout strong,
.manage-content[b-hoyqw6shw3]  .settings-callout span { display: block; }
.manage-content[b-hoyqw6shw3]  .settings-callout strong { color: #25354d; font-size: 11px; }
.manage-content[b-hoyqw6shw3]  .settings-callout span,
.manage-content[b-hoyqw6shw3]  .settings-callout p { margin: 4px 0 0; color: #62718a; font-size: 10px; line-height: 1.55; }
.manage-content[b-hoyqw6shw3]  .settings-callout.warning { background: #fff8e8; border-color: #efdca8; }
.manage-content[b-hoyqw6shw3]  .settings-callout.warning > i { color: #9a6700; }
.manage-content[b-hoyqw6shw3]  .settings-callout.warning strong { color: #654a13; }
.manage-content[b-hoyqw6shw3]  .settings-callout.warning span,
.manage-content[b-hoyqw6shw3]  .settings-callout.warning p { color: #766744; }
.manage-content[b-hoyqw6shw3]  .settings-callout.danger { background: #fff1f2; border-color: #efc3c6; }
.manage-content[b-hoyqw6shw3]  .settings-callout.danger > i { color: #b0000d; }
.manage-content[b-hoyqw6shw3]  .settings-callout.danger strong { color: #84000a; }
.manage-content[b-hoyqw6shw3]  .settings-callout.danger span,
.manage-content[b-hoyqw6shw3]  .settings-callout.danger p { color: #775257; }

.manage-content[b-hoyqw6shw3]  .settings-list { display: grid; gap: 9px; margin: 14px 0 0; padding: 0; list-style: none; }
.manage-content[b-hoyqw6shw3]  .settings-list li { position: relative; padding-left: 21px; color: #5f6b79; font-size: 10px; line-height: 1.5; }
.manage-content[b-hoyqw6shw3]  .settings-list li::before { position: absolute; top: 1px; left: 0; color: #1a9258; content: "\2713"; font-weight: 900; }
.manage-content[b-hoyqw6shw3]  .settings-list.danger-list li::before { color: #b0000d; content: "!"; }

.manage-content[b-hoyqw6shw3]  .account-status {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 11px;
    align-items: center;
    padding: 12px 14px;
    color: #15653f;
    background: #e9f8f0;
    border: 1px solid #bce2cd;
    border-radius: 9px;
    font-size: 11px;
    line-height: 1.45;
}

.manage-content[b-hoyqw6shw3]  .account-status > i { display: grid; place-items: center; width: 32px; height: 32px; background: #fff; border-radius: 7px; }
.manage-content[b-hoyqw6shw3]  .account-status-danger { color: #94000b; background: #fff1f2; border-color: #edc1c5; }

.manage-content[b-hoyqw6shw3]  .identity-row {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
    background: #fff;
    border: 1px solid #e0e4e8;
    border-radius: 9px;
}

.manage-content[b-hoyqw6shw3]  .identity-row > i { display: grid; place-items: center; flex: 0 0 auto; width: 39px; height: 39px; color: #eb0012; background: #fff0f1; border-radius: 8px; }
.manage-content[b-hoyqw6shw3]  .identity-row > div { min-width: 0; flex: 1; }
.manage-content[b-hoyqw6shw3]  .identity-row strong,
.manage-content[b-hoyqw6shw3]  .identity-row small { display: block; }
.manage-content[b-hoyqw6shw3]  .identity-row strong { font-size: 12px; overflow-wrap: anywhere; }
.manage-content[b-hoyqw6shw3]  .identity-row small { margin-top: 3px; color: #788391; font-size: 9px; }
.manage-content[b-hoyqw6shw3]  .passkey-row-actions { display: flex; gap: 8px; align-items: center; }
.manage-content[b-hoyqw6shw3]  .passkey-row-actions .settings-button-danger { min-height: 34px; padding-inline: 11px; }

.manage-content[b-hoyqw6shw3]  .code-key {
    display: block;
    margin-top: 12px;
    padding: 13px;
    color: #fff;
    background: #181a1d;
    border-radius: 8px;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .08em;
    overflow-wrap: anywhere;
    user-select: all;
}

.manage-content[b-hoyqw6shw3]  .step-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: account-step; }
.manage-content[b-hoyqw6shw3]  .step-list > li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 15px; background: #f8f9fa; border: 1px solid #e0e5e9; border-radius: 10px; counter-increment: account-step; }
.manage-content[b-hoyqw6shw3]  .step-list > li::before { display: grid; place-items: center; width: 30px; height: 30px; color: #eb0012; background: #fff; border: 1px solid #f0cdd0; border-radius: 50%; content: counter(account-step, decimal-leading-zero); font-size: 8px; font-weight: 900; }
.manage-content[b-hoyqw6shw3]  .step-list h3 { margin: 2px 0 5px; font-size: 13px; }
.manage-content[b-hoyqw6shw3]  .step-list p { margin: 0; color: #687585; font-size: 10px; line-height: 1.55; }

.manage-content[b-hoyqw6shw3]  .recovery-codes-panel { display: grid; gap: 20px; }
.manage-content[b-hoyqw6shw3]  .recovery-code-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.manage-content[b-hoyqw6shw3]  .recovery-code { display: block; padding: 11px 13px; color: #222830; background: #fff; border: 1px solid #d9dfe5; border-radius: 7px; font-size: 12px; text-align: center; user-select: all; }

.manage-content[b-hoyqw6shw3]  .settings-check { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; padding: 13px; background: #fff; border: 1px solid #dce1e6; border-radius: 8px; }
.manage-content[b-hoyqw6shw3]  .settings-check input { width: 17px; height: 17px; margin-top: 1px; accent-color: #eb0012; }
.manage-content[b-hoyqw6shw3]  .settings-check strong,
.manage-content[b-hoyqw6shw3]  .settings-check small { display: block; }
.manage-content[b-hoyqw6shw3]  .settings-check strong { font-size: 10px; }
.manage-content[b-hoyqw6shw3]  .settings-check small { margin-top: 3px; color: #778391; font-size: 9px; line-height: 1.45; }

.manage-content[b-hoyqw6shw3]  a:focus-visible,
.manage-content[b-hoyqw6shw3]  button:focus-visible,
.manage-content[b-hoyqw6shw3]  input:focus-visible,
.manage-content[b-hoyqw6shw3]  select:focus-visible { outline: 3px solid rgba(235, 0, 18, .25); outline-offset: 2px; }

@media (max-width: 900px) {
    .manage-page[b-hoyqw6shw3] { padding: 46px 20px 64px; }
    .manage-layout[b-hoyqw6shw3] { grid-template-columns: 1fr; }
    .manage-nav[b-hoyqw6shw3] { position: static; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid #d3d9e0; }
    .manage-heading[b-hoyqw6shw3] { align-items: flex-start; flex-direction: column; }
    .manage-content[b-hoyqw6shw3]  .settings-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .manage-page[b-hoyqw6shw3] { padding-inline: 16px; }
    .manage-heading[b-hoyqw6shw3] { margin-bottom: 27px; }
    .manage-heading[b-hoyqw6shw3]  .editor-access { width: 100%; justify-content: center; }
    .manage-content[b-hoyqw6shw3] { padding: 22px 18px; border-radius: 12px; }
    .manage-content[b-hoyqw6shw3]  .settings-page-header { grid-template-columns: 1fr; }
    .manage-content[b-hoyqw6shw3]  .settings-page-icon { width: 42px; height: 42px; }
    .manage-content[b-hoyqw6shw3]  .settings-actions { align-items: stretch; flex-direction: column; }
    .manage-content[b-hoyqw6shw3]  .settings-button,
    .manage-content[b-hoyqw6shw3]  .settings-button-secondary,
    .manage-content[b-hoyqw6shw3]  .settings-button-danger { width: 100%; }
    .manage-content[b-hoyqw6shw3]  .recovery-code-grid { grid-template-columns: 1fr; }
    .manage-content[b-hoyqw6shw3]  .identity-row { align-items: stretch; flex-wrap: wrap; }
    .manage-content[b-hoyqw6shw3]  .identity-row > form { width: 100%; }
    .manage-content[b-hoyqw6shw3]  .passkey-row-actions { justify-content: flex-end; }
}
/* /Pages/Contact.razor.rz.scp.css */
.contact-page[b-u4yf4f4jk0] { min-height: 100vh; color: #111827; background: #f4f6f8; }
.contact-hero[b-u4yf4f4jk0] { padding: 76px 40px 68px; color: #fff; background: radial-gradient(circle at 18% 12%, rgba(235, 0, 18, .22), transparent 30%), linear-gradient(135deg, #1b1b1a, #050505); }
.contact-copy[b-u4yf4f4jk0] { width: min(1180px, 100%); margin: 0 auto; }
.eyebrow[b-u4yf4f4jk0] { color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-copy h1[b-u4yf4f4jk0] { max-width: 720px; margin: 14px 0 16px; font-size: clamp(42px, 5vw, 68px); font-weight: 850; line-height: 1; letter-spacing: -.05em; }
.contact-copy p[b-u4yf4f4jk0] { max-width: 720px; margin: 0; color: #d8dde5; font-size: 18px; line-height: 1.6; }
.contact-content[b-u4yf4f4jk0] { padding: 64px 40px 88px; }
[b-u4yf4f4jk0] .contact { max-width: 1120px; margin: 0 auto; }

@media (max-width: 700px) {
    .contact-hero[b-u4yf4f4jk0] { padding: 64px 20px 58px; }
    .contact-content[b-u4yf4f4jk0] { padding: 52px 20px 68px; }
}
/* /Pages/CookiePolicy.razor.rz.scp.css */
.legal-page[b-ctbj3hb4te] { min-height: 100vh; color: #111827; background: #f8fafc; }
.legal-hero[b-ctbj3hb4te] { padding: 66px 40px 58px; color: #fff; background: linear-gradient(135deg, #1b1b1a, #050505); }
.legal-hero > *[b-ctbj3hb4te] { display: block; width: min(980px, 100%); margin-inline: auto; }
.legal-hero > span[b-ctbj3hb4te], .cookie-intro > span[b-ctbj3hb4te], .cookie-list article > span[b-ctbj3hb4te] { color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.legal-hero h1[b-ctbj3hb4te] { margin-top: 12px; margin-bottom: 14px; font-size: clamp(38px, 4.5vw, 58px); font-weight: 850; line-height: 1.04; letter-spacing: -.045em; }
.legal-hero p[b-ctbj3hb4te] { max-width: 720px; margin-top: 0; margin-bottom: 16px; color: #d8dde5; font-size: 17px; line-height: 1.6; }
.legal-hero small[b-ctbj3hb4te] { color: #8f99a7; font-size: 12px; }
.cookie-shell[b-ctbj3hb4te] { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 72px; width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 88px; align-items: start; }
.cookie-intro[b-ctbj3hb4te] { position: sticky; top: 100px; }
.cookie-intro h2[b-ctbj3hb4te], .cookie-list h2[b-ctbj3hb4te] { margin: 9px 0 10px; font-size: clamp(25px, 3vw, 38px); font-weight: 850; line-height: 1.12; letter-spacing: -.04em; }
.cookie-intro p[b-ctbj3hb4te], .cookie-list p[b-ctbj3hb4te] { margin: 0; color: #526071; font-size: 15px; line-height: 1.7; }
.cookie-list[b-ctbj3hb4te] { border-top: 1px solid #d9dee5; }
.cookie-list article[b-ctbj3hb4te] { padding: 24px 0 27px; border-bottom: 1px solid #d9dee5; }
.cookie-list h2[b-ctbj3hb4te] { font-size: 27px; }
.manage-cookies[b-ctbj3hb4te] { margin-top: 20px; padding: 24px !important; background: #fff; border-left: 3px solid #eb0012; }
@media (max-width: 760px) { .legal-hero[b-ctbj3hb4te] { padding: 58px 20px 50px; } .cookie-shell[b-ctbj3hb4te] { grid-template-columns: 1fr; gap: 36px; width: min(100% - 32px, 1080px); } .cookie-intro[b-ctbj3hb4te] { position: static; } }
/* /Pages/Disclaimer.razor.rz.scp.css */
.legal-page[b-wtmmfq3dqh] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    color: #111827;
}

.legal-hero[b-wtmmfq3dqh] {
    padding: 66px 40px 58px;
    color: #fff;
    text-align: left;
    background:
        radial-gradient(circle at 50% 16%, rgba(235, 0, 18, 0.18), transparent 28%),
        linear-gradient(180deg, #1b1b1a 0%, #070707 100%);
}

.legal-eyebrow[b-wtmmfq3dqh] {
    max-width: 980px;
    margin: 0 auto;
    color: #ff2b3b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.legal-hero h1[b-wtmmfq3dqh] {
    max-width: 980px;
    margin: 12px auto 14px;
    font-size: clamp(38px, 4.5vw, 58px);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1;
}

.legal-hero p[b-wtmmfq3dqh] {
    max-width: 980px;
    margin: 0 auto;
    color: #e5e7eb;
    font-size: 17px;
    line-height: 1.6;
}

.legal-meta[b-wtmmfq3dqh] {
    max-width: 980px;
    margin: 16px auto 0;
    color: #8f99a7;
    font-size: 12px;
}

.legal-layout[b-wtmmfq3dqh] {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 820px);
    gap: 64px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 58px 32px 86px;
}

.legal-summary[b-wtmmfq3dqh] {
    align-self: start;
    position: sticky;
    top: 104px;
    padding-right: 24px;
    border-right: 1px solid #d9dee5;
}

.legal-summary > span[b-wtmmfq3dqh] {
    color: #eb0012;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.legal-summary h2[b-wtmmfq3dqh],
.legal-block h2[b-wtmmfq3dqh] {
    margin: 0 0 12px;
    color: #111827;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.legal-summary p[b-wtmmfq3dqh],
.legal-block p[b-wtmmfq3dqh] {
    margin: 0;
    color: #475569;
    line-height: 1.65;
}

.legal-content[b-wtmmfq3dqh] {
    display: grid;
    gap: 0;
}

.legal-block[b-wtmmfq3dqh] {
    padding: 0 0 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #d9dee5;
}

.legal-contact-card[b-wtmmfq3dqh] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 24px;
    background: #1b1b1a;
    border: 0;
    border-radius: 12px;
}

.legal-contact-card h2[b-wtmmfq3dqh],
.legal-contact-card p[b-wtmmfq3dqh] {
    color: #fff;
}

.legal-contact-card a[b-wtmmfq3dqh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    color: #fff;
    background: #eb0012;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 860px) {
    .legal-hero[b-wtmmfq3dqh] {
        padding: 72px 20px 58px;
    }

    .legal-layout[b-wtmmfq3dqh] {
        grid-template-columns: 1fr;
        padding: 34px 20px 66px;
    }

    .legal-summary[b-wtmmfq3dqh] {
        position: static;
        padding: 0 0 22px;
        border-right: 0;
        border-bottom: 1px solid #d9dee5;
    }

    .legal-contact-card[b-wtmmfq3dqh] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Pages/Documentation.razor.rz.scp.css */
.docs-page[b-6bgkxajrqo] {
    --docs-red: #eb0012;
    --docs-ink: #111317;
    --docs-muted: #647080;
    --docs-line: #dfe3e8;
    min-height: 100vh;
    color: var(--docs-ink);
    background: #f5f6f7;
}

.docs-page[b-6bgkxajrqo]  .docs-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #0a0b0d;
}

.docs-page[b-6bgkxajrqo]  .docs-hero::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        radial-gradient(circle at 20% 15%, rgba(235, 0, 18, .22), transparent 30%);
    background-size: 48px 48px, 48px 48px, auto;
    content: "";
    mask-image: linear-gradient(to bottom, #000 30%, transparent 100%);
}

.docs-page[b-6bgkxajrqo]  .hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
    gap: 78px;
    align-items: center;
    width: min(1220px, calc(100% - 64px));
    margin: 0 auto;
    padding: 88px 0 78px;
}

.docs-page[b-6bgkxajrqo]  .eyebrow,
.docs-page[b-6bgkxajrqo]  .section-kicker {
    display: block;
    color: var(--docs-red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .hero-copy h1 {
    max-width: 770px;
    margin: 16px 0 20px;
    font-size: clamp(43px, 5.6vw, 74px);
    font-weight: 850;
    line-height: .98;
    letter-spacing: -.057em;
}

.docs-page[b-6bgkxajrqo]  .hero-copy > p {
    max-width: 700px;
    margin: 0;
    color: #bdc3cd;
    font-size: 17px;
    line-height: 1.7;
}

.docs-page[b-6bgkxajrqo]  .hero-actions,
.docs-page[b-6bgkxajrqo]  .support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 29px;
}

.docs-page[b-6bgkxajrqo]  .hero-actions a,
.docs-page[b-6bgkxajrqo]  .support-actions a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.docs-page[b-6bgkxajrqo]  .primary-action,
.docs-page[b-6bgkxajrqo]  .support-actions a:first-child {
    color: #fff;
    background: var(--docs-red);
    border: 1px solid var(--docs-red);
}

.docs-page[b-6bgkxajrqo]  .secondary-action {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .23);
}

.docs-page[b-6bgkxajrqo]  .hero-actions a:hover,
.docs-page[b-6bgkxajrqo]  .support-actions a:hover {
    transform: translateY(-1px);
}

.docs-page[b-6bgkxajrqo]  .workflow-map {
    padding: 19px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 15px;
    backdrop-filter: blur(12px);
}

.docs-page[b-6bgkxajrqo]  .map-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 2px 3px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.docs-page[b-6bgkxajrqo]  .map-heading span {
    color: #8f98a6;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .map-heading b {
    font-size: 11px;
}

.docs-page[b-6bgkxajrqo]  .workflow-map ol {
    display: grid;
    gap: 1px;
    margin: 0;
    padding: 11px 0 0;
    list-style: none;
}

.docs-page[b-6bgkxajrqo]  .workflow-map li {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px 5px;
}

.docs-page[b-6bgkxajrqo]  .workflow-map li:not(:last-child)::after {
    position: absolute;
    bottom: -5px;
    left: 22px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .16);
    content: "";
}

.docs-page[b-6bgkxajrqo]  .workflow-map li > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #ff5b67;
    background: rgba(235, 0, 18, .12);
    border: 1px solid rgba(235, 0, 18, .32);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
}

.docs-page[b-6bgkxajrqo]  .workflow-map strong,
.docs-page[b-6bgkxajrqo]  .workflow-map small {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .workflow-map strong {
    font-size: 13px;
}

.docs-page[b-6bgkxajrqo]  .workflow-map small {
    margin-top: 3px;
    color: #8993a0;
    font-size: 10px;
}

.docs-page[b-6bgkxajrqo]  .docs-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: min(1180px, calc(100% - 64px));
    margin: -28px auto 0;
    background: #fff;
    border: 1px solid rgba(17, 19, 23, .08);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(18, 24, 32, .13);
}

.docs-page[b-6bgkxajrqo]  .docs-meta > div {
    padding: 21px 24px;
}

.docs-page[b-6bgkxajrqo]  .docs-meta > div + div {
    border-left: 1px solid var(--docs-line);
}

.docs-page[b-6bgkxajrqo]  .docs-meta span,
.docs-page[b-6bgkxajrqo]  .docs-meta strong,
.docs-page[b-6bgkxajrqo]  .docs-meta a {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .docs-meta span {
    margin-bottom: 4px;
    color: #8a94a2;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .docs-meta strong,
.docs-page[b-6bgkxajrqo]  .docs-meta a {
    color: #252a32;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.docs-page[b-6bgkxajrqo]  .docs-meta a i {
    margin-left: 5px;
    color: var(--docs-red);
}

.docs-page[b-6bgkxajrqo]  .docs-layout {
    display: grid;
    grid-template-columns: 236px minmax(0, 920px);
    gap: 24px;
    align-items: start;
    justify-content: center;
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    padding: 40px 0 105px;
}

.docs-page[b-6bgkxajrqo]  .docs-nav {
    position: sticky;
    top: 86px;
    overflow: hidden;
    color: #fff;
    background: #17191d;
    border: 1px solid #25282e;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(18, 24, 32, .14);
}

.docs-page[b-6bgkxajrqo]  .nav-progress {
    padding: 21px 18px 18px;
    background: linear-gradient(135deg, #22252a, #151619);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.docs-page[b-6bgkxajrqo]  .nav-progress span,
.docs-page[b-6bgkxajrqo]  .nav-progress strong {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .nav-progress span {
    color: var(--docs-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .nav-progress strong {
    margin-top: 5px;
    color: #fff;
    font-size: 15px;
    letter-spacing: -.02em;
}

.docs-page[b-6bgkxajrqo]  .docs-nav nav {
    display: grid;
    gap: 4px;
    padding: 10px;
}

.docs-page[b-6bgkxajrqo]  .docs-nav nav > span {
    margin: 13px 12px 4px;
    color: #9aa3ae;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .docs-nav nav > span:first-child {
    margin-top: 0;
}

.docs-page[b-6bgkxajrqo]  .docs-nav nav a {
    display: block;
    padding: 11px 12px;
    color: #aeb6c1;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
    transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease;
}

.docs-page[b-6bgkxajrqo]  .docs-nav nav a b {
    color: #a3abb5;
    font-size: 8px;
    letter-spacing: .05em;
}

.docs-page[b-6bgkxajrqo]  .docs-nav nav a:hover,
.docs-page:has(#setup:target)[b-6bgkxajrqo]  .docs-nav a[href="/documentation#setup"],
.docs-page:has(#projects:target)[b-6bgkxajrqo]  .docs-nav a[href="/documentation#projects"],
.docs-page:has(#scenes:target)[b-6bgkxajrqo]  .docs-nav a[href="/documentation#scenes"],
.docs-page:has(#schemas:target)[b-6bgkxajrqo]  .docs-nav a[href="/documentation#schemas"],
.docs-page:has(#titleblocks:target)[b-6bgkxajrqo]  .docs-nav a[href="/documentation#titleblocks"],
.docs-page:has(#eendraadschema:target)[b-6bgkxajrqo]  .docs-nav a[href="/documentation#eendraadschema"],
.docs-page:has(#troubleshooting:target)[b-6bgkxajrqo]  .docs-nav a[href="/documentation#troubleshooting"],
.docs-page:has(#support:target)[b-6bgkxajrqo]  .docs-nav a[href="/documentation#support"] {
    color: #fff;
    background: rgba(235, 0, 18, .16);
    border-color: rgba(255, 60, 76, .28);
    box-shadow: inset 3px 0 var(--docs-red);
    transform: translateX(2px);
}

.docs-page[b-6bgkxajrqo]  .docs-nav nav a:hover b {
    color: var(--docs-red);
}

.docs-page[b-6bgkxajrqo]  .nav-help {
    padding: 17px;
    background: #16181c;
    border-radius: 10px;
    color: #fff;
}

.docs-page[b-6bgkxajrqo]  .nav-help > i {
    color: #ff4553;
    font-size: 19px;
}

.docs-page[b-6bgkxajrqo]  .nav-help strong {
    display: block;
    margin-top: 11px;
    font-size: 12px;
}

.docs-page[b-6bgkxajrqo]  .nav-help p {
    margin: 5px 0 12px;
    color: #9da5b0;
    font-size: 10px;
    line-height: 1.5;
}

.docs-page[b-6bgkxajrqo]  .nav-help a {
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    text-underline-offset: 3px;
}

.docs-page[b-6bgkxajrqo]  .docs-content {
    overflow: hidden;
    min-width: 0;
    background: #fff;
    border: 1px solid rgba(17, 19, 23, .08);
    border-radius: 16px;
    box-shadow: 0 20px 55px rgba(18, 24, 32, .1);
}

.docs-page[b-6bgkxajrqo]  .start-panel {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(340px, 1.15fr);
    gap: 42px;
    padding: 32px;
    background: #fff;
    border: 1px solid var(--docs-line);
    border-top: 3px solid var(--docs-red);
    border-radius: 0 0 12px 12px;
}

.docs-page[b-6bgkxajrqo]  .start-heading h2 {
    margin: 9px 0 12px;
    font-size: 30px;
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.042em;
}

.docs-page[b-6bgkxajrqo]  .start-heading p,
.docs-page[b-6bgkxajrqo]  .section-header p,
.docs-page[b-6bgkxajrqo]  .format-copy p,
.docs-page[b-6bgkxajrqo]  .output-copy p,
.docs-page[b-6bgkxajrqo]  .support-copy > p {
    margin: 0;
    color: var(--docs-muted);
    font-size: 13px;
    line-height: 1.68;
}

.docs-page[b-6bgkxajrqo]  .quick-start {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.docs-page[b-6bgkxajrqo]  .quick-start li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    padding: 10px 0;
}

.docs-page[b-6bgkxajrqo]  .quick-start li + li {
    border-top: 1px solid #e9ecf0;
}

.docs-page[b-6bgkxajrqo]  .quick-start li > span {
    color: var(--docs-red);
    font-size: 10px;
    font-weight: 900;
}

.docs-page[b-6bgkxajrqo]  .quick-start strong,
.docs-page[b-6bgkxajrqo]  .quick-start small {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .quick-start strong {
    font-size: 12px;
}

.docs-page[b-6bgkxajrqo]  .quick-start small {
    margin-top: 3px;
    color: #7a8491;
    font-size: 10px;
    line-height: 1.45;
}

.docs-page[b-6bgkxajrqo]  .doc-section {
    position: relative;
    padding: 54px 56px;
    border-bottom: 1px solid #e5e8ec;
    scroll-margin-top: 92px;
}

.docs-page[b-6bgkxajrqo]  .doc-section::before {
    position: absolute;
    top: 0;
    left: 56px;
    width: 72px;
    height: 3px;
    background: var(--docs-red);
    content: "";
}

.docs-page[b-6bgkxajrqo]  .doc-section:nth-child(even) {
    background: linear-gradient(135deg, rgba(247, 248, 250, .78), rgba(255, 255, 255, 0) 55%);
}

.docs-page[b-6bgkxajrqo]  .section-header {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 20px;
    max-width: 800px;
    margin-bottom: 28px;
}

.docs-page[b-6bgkxajrqo]  .section-number {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background: var(--docs-red);
    border: 1px solid var(--docs-red);
    border-radius: 10px;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 9px 22px rgba(235, 0, 18, .22);
}

.docs-page[b-6bgkxajrqo]  .section-header h2 {
    margin: 8px 0 12px;
    font-size: clamp(30px, 3.2vw, 40px);
    font-weight: 850;
    line-height: 1.06;
    letter-spacing: -.048em;
}

.docs-page[b-6bgkxajrqo]  .instruction-grid,
.docs-page[b-6bgkxajrqo]  .tabbed-explanation {
    display: grid;
    gap: 13px;
}

.docs-page[b-6bgkxajrqo]  .two-column,
.docs-page[b-6bgkxajrqo]  .tabbed-explanation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.docs-page[b-6bgkxajrqo]  .instruction-card,
.docs-page[b-6bgkxajrqo]  .tabbed-explanation > section {
    padding: 25px;
    background: #fff;
    border: 1px solid var(--docs-line);
    border-radius: 11px;
}

.docs-page[b-6bgkxajrqo]  .instruction-card > i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 23px;
    color: var(--docs-red);
    background: #fff0f1;
    border-radius: 9px;
    font-size: 18px;
}

.docs-page[b-6bgkxajrqo]  .instruction-card > span,
.docs-page[b-6bgkxajrqo]  .explanation-label strong {
    color: #8a94a1;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .instruction-card h3,
.docs-page[b-6bgkxajrqo]  .tabbed-explanation h3,
.docs-page[b-6bgkxajrqo]  .format-copy h3,
.docs-page[b-6bgkxajrqo]  .output-copy h3,
.docs-page[b-6bgkxajrqo]  .review-checklist h3 {
    margin: 7px 0 9px;
    font-size: 21px;
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.docs-page[b-6bgkxajrqo]  .instruction-card > p,
.docs-page[b-6bgkxajrqo]  .tabbed-explanation > section > p {
    color: var(--docs-muted);
    font-size: 12px;
    line-height: 1.65;
}

.docs-page[b-6bgkxajrqo]  .instruction-card > a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: 17px;
    color: #a9000d;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.docs-page[b-6bgkxajrqo]  .dark-card {
    color: #fff;
    background: linear-gradient(145deg, #22252a, #0e0f11);
    border-color: #17191c;
}

.docs-page[b-6bgkxajrqo]  .dark-card > i {
    color: #fff;
    background: var(--docs-red);
}

.docs-page[b-6bgkxajrqo]  .dark-card > p {
    color: #a9b1bc;
}

.docs-page[b-6bgkxajrqo]  .mini-path {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin-top: 23px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.docs-page[b-6bgkxajrqo]  .mini-path b {
    font-size: 9px;
}

.docs-page[b-6bgkxajrqo]  .mini-path i {
    color: #67717e;
    font-size: 8px;
}

.docs-page[b-6bgkxajrqo]  .check-list {
    display: grid;
    gap: 9px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.docs-page[b-6bgkxajrqo]  .check-list li {
    position: relative;
    padding-left: 23px;
    color: #4f5b69;
    font-size: 11px;
    line-height: 1.5;
}

.docs-page[b-6bgkxajrqo]  .check-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    place-items: center;
    width: 15px;
    height: 15px;
    color: #fff;
    background: #1f9d62;
    border-radius: 50%;
    content: "\2713";
    font-size: 8px;
    font-weight: 900;
}

.docs-page[b-6bgkxajrqo]  .doc-callout {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 15px;
    align-items: start;
    margin-top: 18px;
    padding: 19px 21px;
    background: #f8faff;
    border: 1px solid var(--docs-line);
    border-left: 3px solid #2f6fec;
    border-radius: 5px 9px 9px 5px;
}

.docs-page[b-6bgkxajrqo]  .doc-callout:not(:has(> i)) {
    grid-template-columns: 1fr;
    gap: 5px;
}

.docs-page[b-6bgkxajrqo]  .doc-callout > i {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    color: #2f6fec;
    background: #edf4ff;
    border-radius: 8px;
}

.docs-page[b-6bgkxajrqo]  .doc-callout strong {
    font-size: 12px;
}

.docs-page[b-6bgkxajrqo]  .doc-callout p {
    margin: 4px 0 0;
    color: var(--docs-muted);
    font-size: 11px;
    line-height: 1.55;
}

.docs-page[b-6bgkxajrqo]  .doc-callout.warning {
    border-left-color: #d78a00;
}

.docs-page[b-6bgkxajrqo]  .doc-callout.warning > i {
    color: #a26800;
    background: #fff6df;
}

.docs-page[b-6bgkxajrqo]  .doc-callout.tip {
    border-left-color: #1d9a5d;
}

.docs-page[b-6bgkxajrqo]  .doc-callout.tip > i {
    color: #147344;
    background: #e7f7ef;
}

.docs-page[b-6bgkxajrqo]  .explanation-label {
    display: flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 21px;
    color: var(--docs-red);
}

.docs-page[b-6bgkxajrqo]  .explanation-label i {
    font-size: 17px;
}

.docs-page[b-6bgkxajrqo]  .field-reference {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 22px;
    border-top: 1px solid #e3e7eb;
    border-left: 1px solid #e3e7eb;
}

.docs-page[b-6bgkxajrqo]  .field-reference > div {
    padding: 13px;
    border-right: 1px solid #e3e7eb;
    border-bottom: 1px solid #e3e7eb;
}

.docs-page[b-6bgkxajrqo]  .field-reference span,
.docs-page[b-6bgkxajrqo]  .field-reference strong,
.docs-page[b-6bgkxajrqo]  .field-reference small {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .field-reference span {
    color: var(--docs-red);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .field-reference strong {
    margin: 4px 0;
    font-size: 10px;
}

.docs-page[b-6bgkxajrqo]  .field-reference small {
    color: #7b8592;
    font-size: 8px;
    line-height: 1.4;
}

.docs-page[b-6bgkxajrqo]  .numbered-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 21px 0 0;
    padding: 0;
    list-style: none;
}

.docs-page[b-6bgkxajrqo]  .numbered-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 11px;
    min-height: 88px;
    padding: 17px;
    background: #f7f8fa;
    border: 1px solid #e4e8ed;
    border-radius: 10px;
}

.docs-page[b-6bgkxajrqo]  .numbered-list li + li {
    border-top-color: #e4e8ed;
}

.docs-page[b-6bgkxajrqo]  .numbered-list li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.docs-page[b-6bgkxajrqo]  .numbered-list li > b {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    color: #fff;
    background: var(--docs-red);
    border-radius: 7px;
    font-size: 8px;
}

.docs-page[b-6bgkxajrqo]  .numbered-list strong,
.docs-page[b-6bgkxajrqo]  .numbered-list span {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .numbered-list strong {
    font-size: 11px;
}

.docs-page[b-6bgkxajrqo]  .numbered-list span {
    margin-top: 3px;
    color: #788391;
    font-size: 9px;
    line-height: 1.45;
}

.docs-page[b-6bgkxajrqo]  .numbered-list.compact {
    margin-top: 12px;
}

.docs-page[b-6bgkxajrqo]  .compact-note {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    color: #555f6c;
    background: #f5f6f8;
    border-radius: 7px;
}

.docs-page[b-6bgkxajrqo]  .compact-note i {
    color: var(--docs-red);
}

.docs-page[b-6bgkxajrqo]  .compact-note p {
    margin: 0;
    font-size: 9px;
    line-height: 1.5;
}

.docs-page[b-6bgkxajrqo]  .best-practice {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    margin-top: 14px;
    padding: 15px 18px;
    color: #fff;
    background: #17191d;
    border-radius: 9px;
}

.docs-page[b-6bgkxajrqo]  .best-practice span {
    color: #ff5260;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .best-practice strong {
    font-size: 11px;
}

.docs-page[b-6bgkxajrqo]  .best-practice code {
    padding: 7px 9px;
    color: #c5ccd5;
    background: #25282e;
    border-radius: 5px;
    font-size: 9px;
}

.docs-page[b-6bgkxajrqo]  .process-line {
    display: grid;
    grid-template-columns: 1fr 20px 1fr 20px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.docs-page[b-6bgkxajrqo]  .process-line > div {
    min-height: 135px;
    padding: 19px;
    background: #fff;
    border: 1px solid var(--docs-line);
    border-radius: 10px;
    box-shadow: 0 9px 22px rgba(18, 24, 32, .06);
}

.docs-page[b-6bgkxajrqo]  .process-line > div:first-child {
    color: #fff;
    background: #191b1f;
    border-color: #191b1f;
}

.docs-page[b-6bgkxajrqo]  .process-line > div:first-child small {
    color: #aeb6c1;
}

.docs-page[b-6bgkxajrqo]  .process-line > i {
    color: #aab1ba;
    text-align: center;
}

.docs-page[b-6bgkxajrqo]  .process-line span,
.docs-page[b-6bgkxajrqo]  .process-line strong,
.docs-page[b-6bgkxajrqo]  .process-line small {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .process-line span {
    color: var(--docs-red);
    font-size: 9px;
    font-weight: 900;
}

.docs-page[b-6bgkxajrqo]  .process-line strong {
    margin: 18px 0 5px;
    font-size: 11px;
}

.docs-page[b-6bgkxajrqo]  .process-line small {
    color: #788391;
    font-size: 9px;
    line-height: 1.45;
}

.docs-page[b-6bgkxajrqo]  .format-panel {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 24px;
    padding: 25px;
    background: #15171a;
    border-radius: 11px;
}

.docs-page[b-6bgkxajrqo]  .format-copy h3 {
    color: #fff;
}

.docs-page[b-6bgkxajrqo]  .format-copy p {
    color: #9ca5b1;
}

.docs-page[b-6bgkxajrqo]  .format-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.docs-page[b-6bgkxajrqo]  .format-grid > div {
    display: grid;
    grid-template-columns: 29px 1fr;
    column-gap: 9px;
    align-items: center;
    padding: 12px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 7px;
}

.docs-page[b-6bgkxajrqo]  .format-grid i {
    grid-row: span 2;
    color: #55d795;
    font-size: 18px;
}

.docs-page[b-6bgkxajrqo]  .format-grid strong,
.docs-page[b-6bgkxajrqo]  .format-grid span {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .format-grid strong {
    color: #fff;
    font-size: 10px;
}

.docs-page[b-6bgkxajrqo]  .format-grid span {
    margin-top: 2px;
    color: #8f99a5;
    font-size: 8px;
}

.docs-page[b-6bgkxajrqo]  .format-grid .limited i {
    color: #f2aa35;
}

.docs-page[b-6bgkxajrqo]  .upload-limit {
    grid-column: 1 / -1;
    display: flex;
    gap: 9px;
    align-items: center;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.docs-page[b-6bgkxajrqo]  .upload-limit i {
    color: #ff5360;
}

.docs-page[b-6bgkxajrqo]  .upload-limit span {
    color: #8f99a5;
    font-size: 9px;
}

.docs-page[b-6bgkxajrqo]  .upload-limit strong {
    margin-left: auto;
    color: #fff;
    font-size: 12px;
}

.docs-page[b-6bgkxajrqo]  .hierarchy {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    margin: 0 0 25px;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item {
    display: grid;
    grid-template-columns: 33px 42px 1fr;
    gap: 13px;
    align-items: center;
    min-height: 88px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--docs-line);
    border-radius: 9px;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item:not(:has(> i)) {
    grid-template-columns: 1fr;
    align-content: end;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item:not(:has(> i))::before {
    color: var(--docs-red);
    content: "0" counter(hierarchy-step);
    counter-increment: hierarchy-step;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}

.docs-page[b-6bgkxajrqo]  .hierarchy {
    counter-reset: hierarchy-step;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item > span {
    color: #9aa3ae;
    font-size: 8px;
    font-weight: 900;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item > i {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    color: #606b78;
    background: #f1f3f5;
    border-radius: 8px;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item strong,
.docs-page[b-6bgkxajrqo]  .hierarchy-item small {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item strong {
    font-size: 13px;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item small {
    margin-top: 3px;
    color: #7c8794;
    font-size: 9px;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item.primary,
.docs-page[b-6bgkxajrqo]  .hierarchy-item.accent {
    color: #fff;
    background: #191b1f;
    border-color: #191b1f;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item.primary::before,
.docs-page[b-6bgkxajrqo]  .hierarchy-item.accent::before {
    color: #ff5966;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-item.primary > i,
.docs-page[b-6bgkxajrqo]  .hierarchy-item.accent > i {
    color: #fff;
    background: var(--docs-red);
}

.docs-page[b-6bgkxajrqo]  .hierarchy-connector {
    height: 27px;
    color: #a5adb7;
    text-align: center;
}

.docs-page[b-6bgkxajrqo]  .hierarchy-connector i {
    line-height: 27px;
}

.docs-page[b-6bgkxajrqo]  .limits-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 14px;
    background: #fff;
    border: 1px solid var(--docs-line);
    border-radius: 9px;
}

.docs-page[b-6bgkxajrqo]  .limits-row > div {
    padding: 16px;
}

.docs-page[b-6bgkxajrqo]  .limits-row > div + div {
    border-left: 1px solid var(--docs-line);
}

.docs-page[b-6bgkxajrqo]  .limits-row span,
.docs-page[b-6bgkxajrqo]  .limits-row strong,
.docs-page[b-6bgkxajrqo]  .limits-row small {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .limits-row span {
    color: #949da8;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .limits-row strong {
    margin: 5px 0 3px;
    font-size: 15px;
}

.docs-page[b-6bgkxajrqo]  .limits-row small {
    color: #77818e;
    font-size: 8px;
}

.docs-page[b-6bgkxajrqo]  .review-checklist {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 30px;
    margin-top: 20px;
    padding: 25px;
    color: #fff;
    background: #181a1e;
    border-radius: 12px;
    box-shadow: 0 16px 30px rgba(18, 24, 32, .15);
}

.docs-page[b-6bgkxajrqo]  .review-checklist p {
    margin: 0;
    color: #9da5b0;
    font-size: 10px;
    line-height: 1.55;
}

.docs-page[b-6bgkxajrqo]  .review-checklist .check-list {
    margin: 0;
}

.docs-page[b-6bgkxajrqo]  .review-checklist .check-list li {
    color: #c2c8d0;
}

.docs-page[b-6bgkxajrqo]  .titleblock-demo {
    display: grid;
    grid-template-columns: 190px 1fr;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--docs-line);
    border-radius: 11px;
    box-shadow: 0 15px 38px rgba(29, 37, 47, .07);
}

.docs-page[b-6bgkxajrqo]  .demo-sidebar {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 23px;
    color: #fff;
    background: #181a1e;
}

.docs-page[b-6bgkxajrqo]  .demo-sidebar span {
    color: #ff5966;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .demo-sidebar strong {
    margin-top: 18px;
    font-size: 12px;
}

.docs-page[b-6bgkxajrqo]  .demo-sidebar .selection-status {
    margin-top: 8px;
    padding: 5px 8px;
    color: #fff;
    background: var(--docs-red);
    border-radius: 4px;
    font-size: 8px;
    font-weight: 800;
}

.docs-page[b-6bgkxajrqo]  .demo-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 23px;
}

.docs-page[b-6bgkxajrqo]  .demo-fields > div {
    padding: 12px 17px;
}

.docs-page[b-6bgkxajrqo]  .demo-fields > div + div {
    border-left: 1px solid #e3e7eb;
}

.docs-page[b-6bgkxajrqo]  .demo-fields span,
.docs-page[b-6bgkxajrqo]  .demo-fields strong,
.docs-page[b-6bgkxajrqo]  .demo-fields small {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .demo-fields span {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    color: var(--docs-red);
    background: #fff0f1;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 900;
}

.docs-page[b-6bgkxajrqo]  .demo-fields strong {
    margin: 18px 0 6px;
    font-size: 11px;
}

.docs-page[b-6bgkxajrqo]  .demo-fields small {
    color: #7b8592;
    font-size: 8px;
    line-height: 1.5;
}

.docs-page[b-6bgkxajrqo]  .output-panel {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 330px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--docs-line);
    border-radius: 11px;
}

.docs-page[b-6bgkxajrqo]  .output-visual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px;
    color: #fff;
    background: #15171a;
}

.docs-page[b-6bgkxajrqo]  .output-visual > span {
    color: #929ba7;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .output-visual > strong {
    font-size: 20px;
    letter-spacing: -.03em;
}

.docs-page[b-6bgkxajrqo]  .diagram-lines {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    width: 78%;
    margin: auto;
    padding-top: 54px;
    border-top: 2px solid var(--docs-red);
}

.docs-page[b-6bgkxajrqo]  .diagram-lines::before {
    position: absolute;
    top: -42px;
    left: 50%;
    width: 2px;
    height: 42px;
    background: var(--docs-red);
    content: "";
}

.docs-page[b-6bgkxajrqo]  .diagram-lines i {
    position: relative;
    height: 42px;
    border-top: 1px solid #717b87;
    border-right: 1px solid #717b87;
}

.docs-page[b-6bgkxajrqo]  .diagram-lines i:nth-child(n+4) {
    display: none;
}

.docs-page[b-6bgkxajrqo]  .diagram-lines i::after {
    position: absolute;
    right: -5px;
    bottom: -8px;
    width: 9px;
    height: 9px;
    background: #15171a;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
}

.docs-page[b-6bgkxajrqo]  .output-copy {
    padding: 30px;
}

.docs-page[b-6bgkxajrqo]  .availability-note {
    display: grid;
    grid-template-columns: 135px 1fr;
    gap: 20px;
    margin-top: 14px;
    padding: 18px 20px;
    background: #fff9e9;
    border: 1px solid #eddaa7;
    border-radius: 9px;
}

.docs-page[b-6bgkxajrqo]  .availability-note > span {
    color: #9d6500;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .availability-note strong {
    font-size: 11px;
}

.docs-page[b-6bgkxajrqo]  .availability-note p {
    margin: 4px 0 0;
    color: #73654a;
    font-size: 9px;
    line-height: 1.55;
}

.docs-page[b-6bgkxajrqo]  .troubleshooting-list {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--docs-line);
    border-radius: 11px;
}

.docs-page[b-6bgkxajrqo]  .troubleshooting-list details + details {
    border-top: 1px solid var(--docs-line);
}

.docs-page[b-6bgkxajrqo]  .troubleshooting-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.docs-page[b-6bgkxajrqo]  .troubleshooting-list summary::-webkit-details-marker {
    display: none;
}

.docs-page[b-6bgkxajrqo]  .troubleshooting-list summary i {
    color: var(--docs-red);
    font-size: 11px;
    transition: transform .2s ease;
}

.docs-page[b-6bgkxajrqo]  .troubleshooting-list details[open] summary i {
    transform: rotate(45deg);
}

.docs-page[b-6bgkxajrqo]  .troubleshooting-list p {
    max-width: 740px;
    margin: -4px 20px 20px;
    padding-left: 16px;
    color: var(--docs-muted);
    border-left: 2px solid var(--docs-red);
    font-size: 11px;
    line-height: 1.6;
}

.docs-page[b-6bgkxajrqo]  .support-section {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 45px;
    margin-top: 0;
    padding: 37px;
    color: #fff;
    background: linear-gradient(135deg, #1d1f23, #08090a);
    border: 0;
    border-radius: 0;
}

.docs-page[b-6bgkxajrqo]  .support-copy h2 {
    margin: 10px 0 13px;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.docs-page[b-6bgkxajrqo]  .support-copy > p {
    color: #a4acb7;
}

.docs-page[b-6bgkxajrqo]  .support-actions a:last-child {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .21);
}

.docs-page[b-6bgkxajrqo]  .support-template {
    padding: 22px;
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
}

.docs-page[b-6bgkxajrqo]  .support-template > span {
    color: #ff5966;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .support-template .check-list li {
    color: #c0c6cf;
}

.docs-page[b-6bgkxajrqo]  .docs-pagination {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 0;
    padding: 24px;
    background: #f3f5f7;
}

.docs-page[b-6bgkxajrqo]  .docs-pagination a {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 18px 20px;
    color: #17191d;
    background: #fff;
    border: 1px solid var(--docs-line);
    border-radius: 9px;
    text-decoration: none;
}

.docs-page[b-6bgkxajrqo]  .docs-pagination a span,
.docs-page[b-6bgkxajrqo]  .docs-pagination a strong {
    display: block;
}

.docs-page[b-6bgkxajrqo]  .docs-pagination a span {
    color: #89939f;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.docs-page[b-6bgkxajrqo]  .docs-pagination a strong {
    margin-top: 4px;
    font-size: 11px;
}

.docs-page[b-6bgkxajrqo]  .docs-pagination a i {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    color: var(--docs-red);
}

@media (max-width: 1050px) {
    .docs-page[b-6bgkxajrqo]  .hero-inner {
        gap: 45px;
    }

    .docs-page[b-6bgkxajrqo]  .docs-layout {
        grid-template-columns: 215px minmax(0, 1fr);
        gap: 20px;
    }

    .docs-page[b-6bgkxajrqo]  .start-panel {
        grid-template-columns: 1fr;
    }

    .docs-page[b-6bgkxajrqo]  .best-practice {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .docs-page[b-6bgkxajrqo]  .best-practice code {
        justify-self: start;
    }
}

@media (max-width: 850px) {
    .docs-page[b-6bgkxajrqo]  .hero-inner {
        grid-template-columns: 1fr;
        width: min(100% - 44px, 720px);
    }

    .docs-page[b-6bgkxajrqo]  .workflow-map {
        max-width: 560px;
    }

    .docs-page[b-6bgkxajrqo]  .docs-meta {
        grid-template-columns: repeat(2, 1fr);
        width: min(100% - 44px, 720px);
    }

    .docs-page[b-6bgkxajrqo]  .docs-meta > div:nth-child(3) {
        border-top: 1px solid var(--docs-line);
        border-left: 0;
    }

    .docs-page[b-6bgkxajrqo]  .docs-meta > div:nth-child(4) {
        border-top: 1px solid var(--docs-line);
    }

    .docs-page[b-6bgkxajrqo]  .docs-layout {
        grid-template-columns: 1fr;
        width: min(100% - 44px, 720px);
        gap: 24px;
    }

    .docs-page[b-6bgkxajrqo]  .docs-nav {
        position: static;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .docs-page[b-6bgkxajrqo]  .nav-progress {
        grid-column: 1 / -1;
    }

    .docs-page[b-6bgkxajrqo]  .docs-nav nav {
        grid-template-columns: repeat(2, 1fr);
        align-content: start;
    }

    .docs-page[b-6bgkxajrqo]  .hierarchy {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .docs-page[b-6bgkxajrqo]  .docs-nav nav > span {
        grid-column: 1 / -1;
    }

    .docs-page[b-6bgkxajrqo]  .two-column,
    .docs-page[b-6bgkxajrqo]  .tabbed-explanation,
    .docs-page[b-6bgkxajrqo]  .format-panel,
    .docs-page[b-6bgkxajrqo]  .output-panel,
    .docs-page[b-6bgkxajrqo]  .support-section {
        grid-template-columns: 1fr;
    }

    .docs-page[b-6bgkxajrqo]  .process-line {
        grid-template-columns: 1fr;
    }

    .docs-page[b-6bgkxajrqo]  .process-line > i {
        transform: rotate(90deg);
    }

    .docs-page[b-6bgkxajrqo]  .process-line > div {
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .docs-page[b-6bgkxajrqo]  .hero-inner {
        width: min(100% - 32px, 720px);
        padding: 65px 0 58px;
    }

    .docs-page[b-6bgkxajrqo]  .hero-copy h1 {
        font-size: clamp(39px, 13vw, 55px);
    }

    .docs-page[b-6bgkxajrqo]  .hero-copy > p {
        font-size: 15px;
    }

    .docs-page[b-6bgkxajrqo]  .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .docs-page[b-6bgkxajrqo]  .docs-meta,
    .docs-page[b-6bgkxajrqo]  .docs-layout {
        width: min(100% - 32px, 720px);
    }

    .docs-page[b-6bgkxajrqo]  .docs-meta {
        grid-template-columns: 1fr;
    }

    .docs-page[b-6bgkxajrqo]  .docs-meta > div + div,
    .docs-page[b-6bgkxajrqo]  .docs-meta > div:nth-child(3) {
        border-top: 1px solid var(--docs-line);
        border-left: 0;
    }

    .docs-page[b-6bgkxajrqo]  .docs-layout {
        gap: 22px;
        padding: 50px 0 72px;
    }

    .docs-page[b-6bgkxajrqo]  .docs-nav {
        grid-template-columns: 1fr;
    }

    .docs-page[b-6bgkxajrqo]  .docs-nav nav {
        grid-template-columns: 1fr;
    }

    .docs-page[b-6bgkxajrqo]  .docs-nav nav > span {
        grid-column: auto;
    }

    .docs-page[b-6bgkxajrqo]  .nav-help {
        display: none;
    }

    .docs-page[b-6bgkxajrqo]  .start-panel,
    .docs-page[b-6bgkxajrqo]  .instruction-card,
    .docs-page[b-6bgkxajrqo]  .tabbed-explanation > section,
    .docs-page[b-6bgkxajrqo]  .format-panel,
    .docs-page[b-6bgkxajrqo]  .output-copy,
    .docs-page[b-6bgkxajrqo]  .support-section {
        padding: 21px;
    }

    .docs-page[b-6bgkxajrqo]  .doc-section {
        padding: 38px 22px;
    }

    .docs-page[b-6bgkxajrqo]  .doc-section::before {
        left: 22px;
        width: 52px;
    }

    .docs-page[b-6bgkxajrqo]  .section-header {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .docs-page[b-6bgkxajrqo]  .field-reference,
    .docs-page[b-6bgkxajrqo]  .format-grid,
    .docs-page[b-6bgkxajrqo]  .limits-row,
    .docs-page[b-6bgkxajrqo]  .hierarchy,
    .docs-page[b-6bgkxajrqo]  .numbered-list,
    .docs-page[b-6bgkxajrqo]  .review-checklist,
    .docs-page[b-6bgkxajrqo]  .docs-pagination {
        grid-template-columns: 1fr;
    }

    .docs-page[b-6bgkxajrqo]  .limits-row > div + div {
        border-top: 1px solid var(--docs-line);
        border-left: 0;
    }

    .docs-page[b-6bgkxajrqo]  .titleblock-demo {
        grid-template-columns: 1fr;
    }

    .docs-page[b-6bgkxajrqo]  .demo-fields {
        grid-template-columns: 1fr;
    }

    .docs-page[b-6bgkxajrqo]  .demo-fields > div + div {
        border-top: 1px solid #e3e7eb;
        border-left: 0;
    }

    .docs-page[b-6bgkxajrqo]  .output-panel {
        min-height: 0;
    }

    .docs-page[b-6bgkxajrqo]  .output-visual {
        min-height: 290px;
    }

    .docs-page[b-6bgkxajrqo]  .availability-note {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .docs-page[b-6bgkxajrqo]  .support-section {
        margin-top: 60px;
    }
}
/* /Pages/Electricad.razor.rz.scp.css */
body[b-3e0dkrca1p] {
    background-color: black;
    overflow: hidden;
}

.graycad-workspace[inert][b-3e0dkrca1p] {
    filter: saturate(.35) brightness(.58);
    user-select: none;
}

.authorization-backdrop[b-3e0dkrca1p] {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(2, 8, 13, .58);
    backdrop-filter: blur(7px);
}

.authorization-modal[b-3e0dkrca1p] {
    position: relative;
    width: min(440px, 100%);
    padding: 28px;
    color: #e9f5fa;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(19, 37, 48, .98), rgba(5, 13, 19, .99));
    border: 1px solid rgba(112, 207, 239, .3);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .62), inset 0 1px rgba(255, 255, 255, .04);
}

.authorization-modal[b-3e0dkrca1p]::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, #52d6ff, transparent);
}

.authorization-brand[b-3e0dkrca1p] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.authorization-brand > span[b-3e0dkrca1p] {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    color: #031017;
    background: #75ddff;
    font: 900 17px/1 system-ui, sans-serif;
}

.authorization-brand div[b-3e0dkrca1p] {
    display: grid;
}

.authorization-brand strong[b-3e0dkrca1p] {
    font: 800 13px/1.2 system-ui, sans-serif;
    letter-spacing: .02em;
}

.authorization-brand small[b-3e0dkrca1p] {
    margin-top: 2px;
    color: #75909d;
    font: 9px/1.2 system-ui, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.authorization-visual[b-3e0dkrca1p] {
    position: relative;
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    margin: 31px auto 24px;
    color: #75ddff;
    background: rgba(42, 157, 195, .08);
    border: 1px solid rgba(117, 221, 255, .18);
    border-radius: 50%;
}

.authorization-visual i[b-3e0dkrca1p] {
    font-size: 27px;
}

.authorization-ring[b-3e0dkrca1p] {
    position: absolute;
    inset: -6px;
    border: 2px solid transparent;
    border-top-color: #75ddff;
    border-right-color: rgba(117, 221, 255, .22);
    border-radius: 50%;
    animation: authorization-spin-b-3e0dkrca1p 1.1s linear infinite;
}

.authorization-kicker[b-3e0dkrca1p] {
    display: block;
    color: #75ddff;
    font: 800 9px/1.2 system-ui, sans-serif;
    letter-spacing: .17em;
    text-align: center;
    text-transform: uppercase;
}

.authorization-kicker.denied[b-3e0dkrca1p] {
    color: #ff8f98;
}

.authorization-modal h1[b-3e0dkrca1p] {
    margin: 8px 0 10px;
    font: 800 27px/1.1 system-ui, sans-serif;
    letter-spacing: -.035em;
    text-align: center;
}

.authorization-modal p[b-3e0dkrca1p] {
    max-width: 350px;
    margin: 0 auto;
    color: #91a7b2;
    font: 12px/1.65 system-ui, sans-serif;
    text-align: center;
}

.authorization-progress[b-3e0dkrca1p] {
    height: 3px;
    margin: 24px 0 17px;
    overflow: hidden;
    background: #142832;
}

.authorization-progress span[b-3e0dkrca1p] {
    display: block;
    width: 42%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #75ddff);
    animation: authorization-progress-b-3e0dkrca1p 1.35s ease-in-out infinite;
}

.authorization-note[b-3e0dkrca1p] {
    display: block;
    color: #68828f;
    font: 9px/1.5 system-ui, sans-serif;
    text-align: center;
}

.authorization-note i[b-3e0dkrca1p] {
    margin-right: 5px;
}

.authorization-modal button[b-3e0dkrca1p] {
    display: block;
    margin: 23px auto 16px;
    padding: 11px 16px;
    color: #031017;
    background: #75ddff;
    border: 0;
    font: 800 11px/1 system-ui, sans-serif;
}

.authorization-modal button i[b-3e0dkrca1p] {
    margin-left: 7px;
}

@keyframes authorization-spin-b-3e0dkrca1p {
    to { transform: rotate(360deg); }
}

@keyframes authorization-progress-b-3e0dkrca1p {
    from { transform: translateX(-110%); }
    to { transform: translateX(350%); }
}

@media (prefers-reduced-motion: reduce) {
    .authorization-ring[b-3e0dkrca1p],
    .authorization-progress span[b-3e0dkrca1p] {
        animation: none;
    }
}
/* /Pages/Error.razor.rz.scp.css */
.error-page[b-pu09mmg62t] { display: grid; justify-items: start; align-content: center; min-height: 62vh; padding: 70px max(24px, calc((100% - 980px) / 2)); color: #111827; background: #f4f6f8; }
.error-page > span[b-pu09mmg62t] { color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.error-page h1[b-pu09mmg62t] { max-width: 760px; margin: 12px 0 14px; font-size: clamp(38px, 5vw, 60px); font-weight: 850; line-height: 1.04; letter-spacing: -.05em; }
.error-page p[b-pu09mmg62t] { max-width: 650px; color: #64748b; font-size: 17px; line-height: 1.65; }
.error-page code[b-pu09mmg62t] { margin-top: 10px; padding: 8px 10px; color: #475569; background: #e5e9ee; border-radius: 6px; font-size: 12px; }
.error-actions[b-pu09mmg62t] { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.error-actions a[b-pu09mmg62t] { padding: 12px 17px; color: #111827; border: 1px solid #c7ced7; border-radius: 9px; font-weight: 800; text-decoration: none; }
.error-actions a:first-child[b-pu09mmg62t] { color: #fff; background: #eb0012; border-color: #eb0012; }
/* /Pages/FAQ.razor.rz.scp.css */
.faq-page[b-v8o6rgntku] { min-height: 100vh; color: #111827; background: #eef1f4; }

.faq-page[b-v8o6rgntku]  .faq-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 72px; align-items: center; padding: 82px max(40px, calc((100% - 1180px) / 2)) 76px; color: #fff; background: radial-gradient(circle at 18% 14%, rgba(235,0,18,.22), transparent 29%), linear-gradient(135deg, #1b1b1a, #050505); }
.faq-page[b-v8o6rgntku]  .hero-copy > span, .faq-page[b-v8o6rgntku]  .popular-questions > span, .faq-page[b-v8o6rgntku]  .topic-navigation header > span, .faq-page[b-v8o6rgntku]  .group-heading span, .faq-page[b-v8o6rgntku]  .support-handoff .handoff-copy > span { color: #ff4352; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.faq-page[b-v8o6rgntku]  .hero-copy h1 { max-width: 780px; margin: 14px 0 18px; font-size: clamp(44px, 5.4vw, 72px); font-weight: 850; line-height: .98; letter-spacing: -.055em; }
.faq-page[b-v8o6rgntku]  .hero-copy p { max-width: 710px; margin: 0; color: #d5dae2; font-size: 18px; line-height: 1.65; }
.faq-page[b-v8o6rgntku]  .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.faq-page[b-v8o6rgntku]  .hero-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 12px 18px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; font-size: 14px; font-weight: 850; text-decoration: none; }
.faq-page[b-v8o6rgntku]  .hero-actions a:first-child { background: #eb0012; border-color: #eb0012; box-shadow: 0 14px 34px rgba(235,0,18,.25); }
.faq-page[b-v8o6rgntku]  .hero-actions a:hover { color: #fff; background: #bd0010; border-color: #bd0010; }

.faq-page[b-v8o6rgntku]  .popular-questions { overflow: hidden; padding: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; box-shadow: 0 26px 70px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.faq-page[b-v8o6rgntku]  .popular-questions > span { display: block; margin: 3px 4px 12px; }
.faq-page[b-v8o6rgntku]  .popular-questions > a { position: relative; display: block; padding: 16px 42px 16px 10px; color: #fff; border-top: 1px solid rgba(255,255,255,.11); text-decoration: none; }
.faq-page[b-v8o6rgntku]  .popular-questions > a::after { position: absolute; top: 50%; right: 12px; color: #ff4352; content: "\2192"; font-size: 18px; transform: translateY(-50%); transition: transform .2s ease; }
.faq-page[b-v8o6rgntku]  .popular-questions > a:hover::after { transform: translate(4px, -50%); }
.faq-page[b-v8o6rgntku]  .popular-questions i { display: grid; place-items: center; width: 38px; height: 38px; color: #ff4352; background: rgba(235,0,18,.11); border-radius: 10px; font-size: 17px; }
.faq-page[b-v8o6rgntku]  .popular-questions strong, .faq-page[b-v8o6rgntku]  .popular-questions small { display: block; }
.faq-page[b-v8o6rgntku]  .popular-questions strong { font-size: 14px; }
.faq-page[b-v8o6rgntku]  .popular-questions small { margin-top: 3px; color: #929ca9; font-size: 11px; }
.faq-page[b-v8o6rgntku]  .popular-questions b { color: #ff4352; font-size: 17px; transition: transform .2s ease; }
.faq-page[b-v8o6rgntku]  .popular-questions a:hover b { transform: translateX(4px); }

.faq-page[b-v8o6rgntku]  .topic-navigation, .faq-page[b-v8o6rgntku]  .faq-content, .faq-page[b-v8o6rgntku]  .support-handoff { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.faq-page[b-v8o6rgntku]  .topic-navigation { padding: 62px 0 38px; scroll-margin-top: 84px; }
.faq-page[b-v8o6rgntku]  .topic-navigation header { max-width: 700px; margin-bottom: 30px; }
.faq-page[b-v8o6rgntku]  .topic-navigation h2 { margin: 9px 0 0; font-size: clamp(32px, 4vw, 48px); font-weight: 850; line-height: 1.06; letter-spacing: -.05em; }
.faq-page[b-v8o6rgntku]  .topic-navigation nav { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; counter-reset: faq-topic; }
.faq-page[b-v8o6rgntku]  .topic-navigation nav a { position: relative; display: flex; flex-direction: column; min-height: 168px; padding: 21px; color: #111827; background: #fff; border: 1px solid #dce1e7; border-radius: 13px; box-shadow: 0 12px 28px rgba(15,23,42,.06); text-decoration: none; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.faq-page[b-v8o6rgntku]  .topic-navigation nav a::before { margin-bottom: 24px; color: #eb0012; content: "0" counter(faq-topic); counter-increment: faq-topic; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.faq-page[b-v8o6rgntku]  .topic-navigation nav a:hover { transform: translateY(-5px); border-color: rgba(235,0,18,.35); box-shadow: 0 22px 52px rgba(15,23,42,.1); }
.faq-page[b-v8o6rgntku]  .topic-navigation i { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 27px; color: #eb0012; background: #fff1f2; border-radius: 12px; font-size: 19px; }
.faq-page[b-v8o6rgntku]  .topic-navigation strong { margin-bottom: 5px; font-size: 18px; font-weight: 850; letter-spacing: -.025em; }
.faq-page[b-v8o6rgntku]  .topic-navigation a > span { color: #64748b; font-size: 12px; line-height: 1.45; }
.faq-page[b-v8o6rgntku]  .topic-navigation small { margin-top: auto; padding-top: 16px; color: #8993a1; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.faq-page[b-v8o6rgntku]  .topic-navigation:has(~ .faq-content #access:target) a[href="/faq#access"], .faq-page[b-v8o6rgntku]  .topic-navigation:has(~ .faq-content #billing:target) a[href="/faq#billing"], .faq-page[b-v8o6rgntku]  .topic-navigation:has(~ .faq-content #exports:target) a[href="/faq#exports"], .faq-page[b-v8o6rgntku]  .topic-navigation:has(~ .faq-content #data:target) a[href="/faq#data"], .faq-page[b-v8o6rgntku]  .topic-navigation:has(~ .faq-content #support:target) a[href="/faq#support"] { color: #fff; background: #191b1f; border-color: #eb0012; box-shadow: 0 0 0 1px #eb0012, 0 18px 38px rgba(15,23,42,.14); }

.faq-page[b-v8o6rgntku]  .faq-content { display: grid; gap: 18px; padding: 18px 0 64px; }
.faq-page[b-v8o6rgntku]  .faq-group { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 0; overflow: hidden; padding: 0; background: #fff; border: 1px solid #dce1e7; border-radius: 16px; box-shadow: 0 15px 36px rgba(15,23,42,.065); scroll-margin-top: 94px; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-page[b-v8o6rgntku]  .faq-group:target { border-color: rgba(235,0,18,.55); box-shadow: 0 0 0 1px rgba(235,0,18,.35), 0 22px 58px rgba(15,23,42,.08); }
.faq-page[b-v8o6rgntku]  .group-heading { display: block; padding: 34px 30px; color: #fff; background: radial-gradient(circle at 0 0, rgba(235,0,18,.18), transparent 38%), #191b1f; }
.faq-page[b-v8o6rgntku]  .group-icon { display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: #eb0012; border-radius: 13px; font-size: 20px; }
.faq-page[b-v8o6rgntku]  .group-heading h2 { margin: 16px 0 10px; color: #fff; font-size: clamp(25px, 3vw, 34px); font-weight: 850; line-height: 1.08; letter-spacing: -.04em; }
.faq-page[b-v8o6rgntku]  .group-heading p { margin: 0; color: #aeb6c1; font-size: 13px; line-height: 1.6; }
.faq-page[b-v8o6rgntku]  .questions { padding: 15px 28px; }
.faq-page[b-v8o6rgntku]  .questions details { border-bottom: 1px solid #dce1e7; }
.faq-page[b-v8o6rgntku]  .questions details[open] { background: linear-gradient(90deg, rgba(235,0,18,.045), transparent 75%); }
.faq-page[b-v8o6rgntku]  .questions summary { display: grid; grid-template-columns: 1fr 28px; gap: 16px; align-items: center; padding: 20px 8px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 850; line-height: 1.4; }
.faq-page[b-v8o6rgntku]  .questions summary::-webkit-details-marker { display: none; }
.faq-page[b-v8o6rgntku]  .questions summary::after { content: "+"; display: grid; place-items: center; width: 26px; height: 26px; color: #eb0012; background: #fff1f2; border-radius: 50%; font-size: 18px; font-weight: 600; }
.faq-page[b-v8o6rgntku]  .questions details[open] summary::after { content: "−"; }
.faq-page[b-v8o6rgntku]  .answer { padding: 0 42px 22px 8px; }
.faq-page[b-v8o6rgntku]  .answer > span { display: inline-flex; margin-bottom: 8px; color: #eb0012; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.faq-page[b-v8o6rgntku]  .answer p { margin: 0; color: #5d6979; font-size: 14px; line-height: 1.7; }
.faq-page[b-v8o6rgntku]  .answer a { display: inline-flex; margin-top: 12px; color: #b0000d; font-size: 12px; font-weight: 850; text-decoration: none; }
.faq-page[b-v8o6rgntku]  .answer a::after { content: " →"; }
.faq-page[b-v8o6rgntku]  .answer a:hover { color: #eb0012; }

.faq-page[b-v8o6rgntku]  .support-handoff { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 60px; align-items: center; margin-bottom: 88px; padding: 36px; color: #fff; background: linear-gradient(135deg, #1c1c1c, #070707); border-radius: 20px; }
.faq-page[b-v8o6rgntku]  .handoff-copy h2 { margin: 9px 0 10px; font-size: clamp(29px, 3.5vw, 42px); font-weight: 850; line-height: 1.08; letter-spacing: -.045em; }
.faq-page[b-v8o6rgntku]  .handoff-copy p { margin: 0; color: #aeb7c3; font-size: 14px; line-height: 1.65; }
.faq-page[b-v8o6rgntku]  .handoff-options { display: grid; gap: 9px; }
.faq-page[b-v8o6rgntku]  .handoff-options a { position: relative; display: block; padding: 16px 44px 16px 17px; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; text-decoration: none; }
.faq-page[b-v8o6rgntku]  .handoff-options a::after { position: absolute; top: 50%; right: 17px; color: #ff4352; content: "\2192"; font-size: 17px; transform: translateY(-50%); }
.faq-page[b-v8o6rgntku]  .handoff-options i { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: #eb0012; border-radius: 10px; }
.faq-page[b-v8o6rgntku]  .handoff-options strong, .faq-page[b-v8o6rgntku]  .handoff-options small { display: block; }
.faq-page[b-v8o6rgntku]  .handoff-options strong { font-size: 14px; }
.faq-page[b-v8o6rgntku]  .handoff-options small { margin-top: 3px; color: #99a3b0; font-size: 11px; }
.faq-page[b-v8o6rgntku]  .handoff-options b { color: #ff4352; transition: transform .2s ease; }
.faq-page[b-v8o6rgntku]  .handoff-options a:hover b { transform: translateX(4px); }

@media (max-width: 1050px) { .faq-page[b-v8o6rgntku]  .topic-navigation nav { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 880px) { .faq-page[b-v8o6rgntku]  .faq-hero, .faq-page[b-v8o6rgntku]  .faq-group, .faq-page[b-v8o6rgntku]  .support-handoff { grid-template-columns: 1fr; } .faq-page[b-v8o6rgntku]  .popular-questions { max-width: 680px; } .faq-page[b-v8o6rgntku]  .faq-group { gap: 30px; } }
@media (max-width: 680px) {
    .faq-page[b-v8o6rgntku]  .faq-hero { padding: 64px 20px 58px; }
    .faq-page[b-v8o6rgntku]  .hero-copy h1 { font-size: clamp(40px, 12vw, 54px); }
    .faq-page[b-v8o6rgntku]  .topic-navigation, .faq-page[b-v8o6rgntku]  .faq-content, .faq-page[b-v8o6rgntku]  .support-handoff { width: min(100% - 32px, 1180px); }
    .faq-page[b-v8o6rgntku]  .topic-navigation { padding-top: 58px; }
    .faq-page[b-v8o6rgntku]  .topic-navigation nav { grid-template-columns: 1fr; }
    .faq-page[b-v8o6rgntku]  .topic-navigation nav a { min-height: 0; }
    .faq-page[b-v8o6rgntku]  .topic-navigation i { margin-bottom: 20px; }
    .faq-page[b-v8o6rgntku]  .faq-group { padding: 0; }
    .faq-page[b-v8o6rgntku]  .group-heading { padding: 27px 22px; }
    .faq-page[b-v8o6rgntku]  .questions { padding: 10px 18px; }
    .faq-page[b-v8o6rgntku]  .group-icon { width: 40px; height: 40px; }
    .faq-page[b-v8o6rgntku]  .support-handoff { gap: 30px; padding: 26px 22px; }
}
/* /Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-1ez4e2ztrz] { display: grid; justify-items: center; align-content: center; min-height: 62vh; padding: 64px 20px; color: #111827; background: #f4f6f8; text-align: center; }
.not-found-code[b-1ez4e2ztrz] { color: #eb0012; font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.not-found-page h1[b-1ez4e2ztrz] { max-width: 720px; margin: 12px 0 14px; font-size: clamp(38px, 6vw, 62px); font-weight: 850; line-height: 1.04; letter-spacing: -.05em; }
.not-found-page p[b-1ez4e2ztrz] { max-width: 560px; margin: 0; color: #64748b; font-size: 17px; line-height: 1.6; }
.not-found-actions[b-1ez4e2ztrz] { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.not-found-actions a[b-1ez4e2ztrz] { padding: 12px 17px; color: #111827; border: 1px solid #c7ced7; border-radius: 9px; font-weight: 800; text-decoration: none; }
.not-found-actions a:first-child[b-1ez4e2ztrz] { color: #fff; background: #eb0012; border-color: #eb0012; }
/* /Pages/Pricing.razor.rz.scp.css */
.pricing-page[b-un0f0zaaqp] { min-height: 100vh; color: #111827; background: #f4f6f8; }

.pricing-page[b-un0f0zaaqp]  .pricing-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 64px; align-items: center; padding: 82px max(40px, calc((100% - 1180px) / 2)) 76px; color: #fff; background: radial-gradient(circle at 18% 15%, rgba(235,0,18,.22), transparent 28%), linear-gradient(135deg, #1b1b1a, #050505); }
.pricing-page[b-un0f0zaaqp]  .eyebrow, .pricing-page[b-un0f0zaaqp]  .section-heading > span, .pricing-page[b-un0f0zaaqp]  .value-heading > span, .pricing-page[b-un0f0zaaqp]  .comparison-heading > span, .pricing-page[b-un0f0zaaqp]  .pricing-faq header > span, .pricing-page[b-un0f0zaaqp]  .pricing-cta > div > span, .pricing-page[b-un0f0zaaqp]  .plan-finder > span { color: #ff4352; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pricing-page[b-un0f0zaaqp]  .hero-copy h1 { max-width: 760px; margin: 14px 0 18px; font-size: clamp(44px, 5.4vw, 72px); font-weight: 850; line-height: .98; letter-spacing: -.055em; }
.pricing-page[b-un0f0zaaqp]  .hero-copy > p { max-width: 710px; margin: 0; color: #d5dae2; font-size: 18px; line-height: 1.65; }
.pricing-page[b-un0f0zaaqp]  .hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.pricing-page[b-un0f0zaaqp]  .hero-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 19px; border-radius: 9px; font-size: 15px; font-weight: 850; text-decoration: none; }
.pricing-page[b-un0f0zaaqp]  .primary-action { color: #fff; background: #eb0012; box-shadow: 0 14px 34px rgba(235,0,18,.28); }
.pricing-page[b-un0f0zaaqp]  .primary-action:hover { color: #fff; background: #bd0010; }
.pricing-page[b-un0f0zaaqp]  .secondary-action { color: #fff; border: 1px solid rgba(255,255,255,.28); }
.pricing-page[b-un0f0zaaqp]  .secondary-action:hover { color: #fff; background: rgba(255,255,255,.08); }
.pricing-page[b-un0f0zaaqp]  .hero-assurances { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 26px; color: #929ca9; font-size: 12px; }
.pricing-page[b-un0f0zaaqp]  .hero-assurances span::before { content: "✓"; margin-right: 7px; color: #ff4352; font-weight: 900; }

.pricing-page[b-un0f0zaaqp]  .plan-finder { overflow: hidden; padding: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; box-shadow: 0 26px 70px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.pricing-page[b-un0f0zaaqp]  .plan-finder > span { display: block; margin: 3px 4px 12px; }
.pricing-page[b-un0f0zaaqp]  .plan-finder > div { display: grid; grid-template-columns: 86px 1fr auto; gap: 12px; align-items: center; padding: 14px 12px; border-top: 1px solid rgba(255,255,255,.11); }
.pricing-page[b-un0f0zaaqp]  .plan-finder > div.recommended { margin-inline: -4px; padding-inline: 16px; background: rgba(235,0,18,.12); border-color: rgba(255,80,95,.3); border-radius: 10px; }
.pricing-page[b-un0f0zaaqp]  .plan-finder strong { color: #fff; font-size: 15px; }
.pricing-page[b-un0f0zaaqp]  .plan-finder p { margin: 0; color: #9fa9b6; font-size: 12px; line-height: 1.4; }
.pricing-page[b-un0f0zaaqp]  .plan-finder b { color: #fff; font-size: 14px; white-space: nowrap; }

.pricing-page[b-un0f0zaaqp]  .plans-section, .pricing-page[b-un0f0zaaqp]  .comparison-section, .pricing-page[b-un0f0zaaqp]  .pricing-faq, .pricing-page[b-un0f0zaaqp]  .pricing-cta { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.pricing-page[b-un0f0zaaqp]  .plans-section { padding: 78px 0 70px; scroll-margin-top: 84px; }
.pricing-page[b-un0f0zaaqp]  .section-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.pricing-page[b-un0f0zaaqp]  .section-heading h2, .pricing-page[b-un0f0zaaqp]  .value-heading h2, .pricing-page[b-un0f0zaaqp]  .comparison-heading h2, .pricing-page[b-un0f0zaaqp]  .pricing-faq h2, .pricing-page[b-un0f0zaaqp]  .pricing-cta h2 { margin: 10px 0 12px; font-size: clamp(34px, 4vw, 50px); font-weight: 850; line-height: 1.05; letter-spacing: -.05em; }
.pricing-page[b-un0f0zaaqp]  .section-heading p, .pricing-page[b-un0f0zaaqp]  .comparison-heading p { max-width: 720px; margin: 0 auto; color: #64748b; font-size: 16px; line-height: 1.65; }
.pricing-page[b-un0f0zaaqp]  .plans-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.pricing-page[b-un0f0zaaqp]  .plan-card { position: relative; display: flex; flex-direction: column; min-height: 570px; padding: 26px 23px 23px; background: #fff; border: 1px solid #dce1e7; border-radius: 18px; box-shadow: 0 16px 45px rgba(15,23,42,.07); transition: transform .22s ease, box-shadow .22s ease; }
.pricing-page[b-un0f0zaaqp]  .plan-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(15,23,42,.12); }
.pricing-page[b-un0f0zaaqp]  .pro-plan { border-color: #eb0012; box-shadow: 0 0 0 1px #eb0012, 0 20px 55px rgba(235,0,18,.11); }
.pricing-page[b-un0f0zaaqp]  .lifetime-plan { color: #fff; background: linear-gradient(145deg, #262626, #0b0b0b); border-color: #262626; }
.pricing-page[b-un0f0zaaqp]  .plan-badge { position: absolute; top: 18px; right: 19px; color: #eb0012; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.pricing-page[b-un0f0zaaqp]  .lifetime-plan .plan-badge { color: #ff5361; }
.pricing-page[b-un0f0zaaqp]  .plan-name { display: grid; gap: 4px; min-height: 55px; padding-right: 74px; }
.pricing-page[b-un0f0zaaqp]  .plan-name > span { font-size: 28px; font-weight: 850; letter-spacing: -.04em; }
.pricing-page[b-un0f0zaaqp]  .plan-name small { color: #eb0012; font-size: 11px; font-weight: 800; }
.pricing-page[b-un0f0zaaqp]  .lifetime-plan .plan-name small { color: #ff5361; }
.pricing-page[b-un0f0zaaqp]  .audience { min-height: 92px; margin: 17px 0 10px; color: #64748b; font-size: 14px; line-height: 1.55; }
.pricing-page[b-un0f0zaaqp]  .lifetime-plan .audience { color: #aeb7c3; }
.pricing-page[b-un0f0zaaqp]  .price { display: grid; gap: 2px; padding: 18px 0; border-block: 1px solid #e1e5ea; }
.pricing-page[b-un0f0zaaqp]  .lifetime-plan .price { border-color: rgba(255,255,255,.13); }
.pricing-page[b-un0f0zaaqp]  .price strong { font-size: 30px; font-weight: 900; letter-spacing: -.045em; }
.pricing-page[b-un0f0zaaqp]  .price span { color: #7a8594; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.pricing-page[b-un0f0zaaqp]  .plan-card ul { display: grid; gap: 10px; margin: 22px 0 25px; padding: 0; color: #475569; list-style: none; font-size: 13px; }
.pricing-page[b-un0f0zaaqp]  .lifetime-plan ul { color: #c1c8d1; }
.pricing-page[b-un0f0zaaqp]  .plan-card li::before { content: "✓"; margin-right: 8px; color: #eb0012; font-weight: 900; }
.pricing-page[b-un0f0zaaqp]  .plan-card > a { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; margin-top: auto; color: #111827; border: 1px solid #c7ced7; border-radius: 9px; font-size: 14px; font-weight: 850; text-decoration: none; }
.pricing-page[b-un0f0zaaqp]  .pro-plan > a { color: #fff; background: #eb0012; border-color: #eb0012; }
.pricing-page[b-un0f0zaaqp]  .lifetime-plan > a { color: #111827; background: #fff; border-color: #fff; }
.pricing-page[b-un0f0zaaqp]  .plan-card > a:hover { color: #fff; background: #eb0012; border-color: #eb0012; }
.pricing-page[b-un0f0zaaqp]  .checkout-note { display: flex; gap: 14px; align-items: center; max-width: 760px; margin: 26px auto 0; color: #526071; font-size: 13px; }
.pricing-page[b-un0f0zaaqp]  .checkout-note i { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; color: #eb0012; background: #fff; border: 1px solid #dce1e7; border-radius: 12px; font-size: 19px; }
.pricing-page[b-un0f0zaaqp]  .checkout-note div { display: grid; gap: 3px; }
.pricing-page[b-un0f0zaaqp]  .checkout-note strong { color: #111827; }

.pricing-page[b-un0f0zaaqp]  .workflow-value { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; padding: 82px max(40px, calc((100% - 1180px) / 2)); color: #fff; background: #151515; }
.pricing-page[b-un0f0zaaqp]  .value-heading { position: sticky; top: 104px; align-self: start; }
.pricing-page[b-un0f0zaaqp]  .value-heading h2 { max-width: 560px; }
.pricing-page[b-un0f0zaaqp]  .value-heading p { max-width: 540px; color: #aeb7c3; font-size: 16px; line-height: 1.7; }
.pricing-page[b-un0f0zaaqp]  .value-list { border-top: 1px solid rgba(255,255,255,.15); }
.pricing-page[b-un0f0zaaqp]  .value-list article { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.pricing-page[b-un0f0zaaqp]  .value-list article > span { color: #ff4352; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pricing-page[b-un0f0zaaqp]  .value-list strong { display: block; margin-bottom: 5px; font-size: 19px; }
.pricing-page[b-un0f0zaaqp]  .value-list p { margin: 0; color: #9fa9b6; font-size: 14px; line-height: 1.6; }
.pricing-page[b-un0f0zaaqp]  .value-list .value-result { margin-top: 18px; padding: 22px; background: rgba(235,0,18,.11); border: 1px solid rgba(255,70,85,.28); border-radius: 12px; }
.pricing-page[b-un0f0zaaqp]  .value-result strong { font-size: 22px; line-height: 1.25; }

.pricing-page[b-un0f0zaaqp]  .comparison-section { padding: 82px 0 74px; }
.pricing-page[b-un0f0zaaqp]  .comparison-heading { max-width: 760px; margin-bottom: 32px; }
.pricing-page[b-un0f0zaaqp]  .comparison-heading p { margin-inline: 0; }
.pricing-page[b-un0f0zaaqp]  .comparison-table { overflow: hidden; background: #fff; border: 1px solid #dce1e7; border-radius: 14px; box-shadow: 0 16px 48px rgba(15,23,42,.07); }
.pricing-page[b-un0f0zaaqp]  .comparison-table > div { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 14px; align-items: center; padding: 16px 18px; border-bottom: 1px solid #e2e8f0; font-size: 13px; }
.pricing-page[b-un0f0zaaqp]  .comparison-table > div:last-child { border-bottom: 0; }
.pricing-page[b-un0f0zaaqp]  .comparison-table > div > span:first-child { color: #111827; font-weight: 800; }
.pricing-page[b-un0f0zaaqp]  .table-head { color: #fff; background: #151515; }

.pricing-page[b-un0f0zaaqp]  .pricing-faq { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: 64px; padding: 28px 0 88px; }
.pricing-page[b-un0f0zaaqp]  .pricing-faq header { position: sticky; top: 104px; align-self: start; }
.pricing-page[b-un0f0zaaqp]  .faq-list { display: grid; gap: 10px; }
.pricing-page[b-un0f0zaaqp]  .faq-list details { padding: 18px 20px; background: #fff; border: 1px solid #dce1e7; border-radius: 11px; }
.pricing-page[b-un0f0zaaqp]  .faq-list details[open] { border-color: rgba(235,0,18,.35); }
.pricing-page[b-un0f0zaaqp]  .faq-list summary { display: grid; grid-template-columns: 1fr 24px; gap: 14px; align-items: center; cursor: pointer; list-style: none; font-size: 16px; font-weight: 850; }
.pricing-page[b-un0f0zaaqp]  .faq-list summary::-webkit-details-marker { display: none; }
.pricing-page[b-un0f0zaaqp]  .faq-list summary::after { content: "+"; color: #eb0012; font-size: 22px; font-weight: 500; text-align: center; }
.pricing-page[b-un0f0zaaqp]  .faq-list details[open] summary::after { content: "−"; }
.pricing-page[b-un0f0zaaqp]  .faq-list p { margin: 12px 0 0; color: #64748b; font-size: 14px; line-height: 1.65; }

.pricing-page[b-un0f0zaaqp]  .pricing-cta { display: flex; gap: 40px; align-items: center; justify-content: space-between; margin-bottom: 88px; padding: 34px; color: #fff; background: linear-gradient(135deg, #1c1c1c, #070707); border-radius: 18px; }
.pricing-page[b-un0f0zaaqp]  .pricing-cta h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(28px, 3.5vw, 42px); }
.pricing-page[b-un0f0zaaqp]  .cta-actions { display: flex; flex: 0 0 auto; gap: 9px; align-items: center; }
.pricing-page[b-un0f0zaaqp]  .cta-actions a { padding: 12px 16px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; font-size: 13px; font-weight: 850; text-decoration: none; white-space: nowrap; }
.pricing-page[b-un0f0zaaqp]  .cta-actions a:first-child { background: #eb0012; border-color: #eb0012; }

@media (max-width: 1100px) {
    .pricing-page[b-un0f0zaaqp]  .pricing-hero { grid-template-columns: 1fr; }
    .pricing-page[b-un0f0zaaqp]  .plan-finder { max-width: 720px; }
    .pricing-page[b-un0f0zaaqp]  .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pricing-page[b-un0f0zaaqp]  .plan-card { min-height: 540px; }
}

@media (max-width: 820px) {
    .pricing-page[b-un0f0zaaqp]  .workflow-value, .pricing-page[b-un0f0zaaqp]  .pricing-faq { grid-template-columns: 1fr; gap: 38px; }
    .pricing-page[b-un0f0zaaqp]  .value-heading, .pricing-page[b-un0f0zaaqp]  .pricing-faq header { position: static; }
    .pricing-page[b-un0f0zaaqp]  .pricing-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
    .pricing-page[b-un0f0zaaqp]  .pricing-hero { padding: 64px 20px 58px; }
    .pricing-page[b-un0f0zaaqp]  .hero-copy h1 { font-size: clamp(40px, 12vw, 54px); }
    .pricing-page[b-un0f0zaaqp]  .plan-finder > div { grid-template-columns: 74px 1fr; }
    .pricing-page[b-un0f0zaaqp]  .plan-finder b { grid-column: 2; }
    .pricing-page[b-un0f0zaaqp]  .plans-section, .pricing-page[b-un0f0zaaqp]  .comparison-section, .pricing-page[b-un0f0zaaqp]  .pricing-faq, .pricing-page[b-un0f0zaaqp]  .pricing-cta { width: min(100% - 32px, 1180px); }
    .pricing-page[b-un0f0zaaqp]  .plans-section { padding-top: 64px; }
    .pricing-page[b-un0f0zaaqp]  .plans-grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
    .pricing-page[b-un0f0zaaqp]  .plan-card { min-height: 0; }
    .pricing-page[b-un0f0zaaqp]  .audience { min-height: 0; }
    .pricing-page[b-un0f0zaaqp]  .workflow-value { padding: 66px 20px; }
    .pricing-page[b-un0f0zaaqp]  .comparison-table { border: 0; background: transparent; box-shadow: none; }
    .pricing-page[b-un0f0zaaqp]  .table-head { display: none !important; }
    .pricing-page[b-un0f0zaaqp]  .comparison-table > div { grid-template-columns: 1fr; gap: 7px; margin-bottom: 11px; padding: 16px; background: #fff; border: 1px solid #dce1e7; border-radius: 11px; }
    .pricing-page[b-un0f0zaaqp]  .comparison-table span[data-label]::before { content: attr(data-label) ": "; color: #7a8594; font-weight: 750; }
    .pricing-page[b-un0f0zaaqp]  .pricing-cta { margin-bottom: 64px; padding: 26px 22px; }
    .pricing-page[b-un0f0zaaqp]  .cta-actions { align-items: stretch; flex-direction: column; width: 100%; }
    .pricing-page[b-un0f0zaaqp]  .cta-actions a { text-align: center; }
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
.legal-page[b-pze2xhi8r6] { min-height: 100vh; color: #111827; background: #f8fafc; }
.legal-hero[b-pze2xhi8r6] { padding: 66px 40px 58px; color: #fff; background: linear-gradient(135deg, #1b1b1a, #050505); }
.legal-hero > *[b-pze2xhi8r6] { display: block; width: min(980px, 100%); margin-inline: auto; }
.legal-hero > span[b-pze2xhi8r6], .legal-nav > span[b-pze2xhi8r6], .legal-content article > span[b-pze2xhi8r6] { color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.legal-hero h1[b-pze2xhi8r6] { margin-top: 12px; margin-bottom: 14px; font-size: clamp(38px, 4.5vw, 58px); font-weight: 850; line-height: 1.04; letter-spacing: -.045em; }
.legal-hero p[b-pze2xhi8r6] { max-width: 720px; margin-top: 0; margin-bottom: 16px; color: #d8dde5; font-size: 17px; line-height: 1.6; }
.legal-hero small[b-pze2xhi8r6] { color: #8f99a7; font-size: 12px; }
.legal-shell[b-pze2xhi8r6] { display: grid; grid-template-columns: 210px minmax(0, 720px); gap: 64px; justify-content: center; width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 88px; align-items: start; }
.legal-nav[b-pze2xhi8r6] { position: sticky; top: 96px; display: grid; gap: 4px; padding-right: 22px; border-right: 1px solid #d9dee5; }
.legal-nav > span[b-pze2xhi8r6] { margin-bottom: 7px; }
.legal-nav a[b-pze2xhi8r6] { padding: 8px 9px; color: #526071; border-radius: 7px; font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-nav a:hover[b-pze2xhi8r6] { color: #eb0012; background: #fff1f2; }
.legal-content article[b-pze2xhi8r6] { padding-bottom: 38px; margin-bottom: 38px; border-bottom: 1px solid #d9dee5; scroll-margin-top: 100px; }
.legal-content article:last-child[b-pze2xhi8r6] { margin-bottom: 0; }
.legal-content h2[b-pze2xhi8r6] { margin: 8px 0 12px; font-size: clamp(25px, 3vw, 34px); font-weight: 850; letter-spacing: -.035em; }
.legal-content p[b-pze2xhi8r6] { margin: 0; color: #526071; font-size: 16px; line-height: 1.75; }
@media (max-width: 760px) { .legal-hero[b-pze2xhi8r6] { padding: 58px 20px 50px; } .legal-shell[b-pze2xhi8r6] { grid-template-columns: 1fr; gap: 34px; width: min(100% - 32px, 1080px); } .legal-nav[b-pze2xhi8r6] { position: static; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid #d9dee5; } }
/* /Pages/Roadmap.razor.rz.scp.css */
.roadmap-page[b-nmwxozswjt] { min-height: 100vh; color: #111827; background: #f4f6f8; }
.roadmap-hero[b-nmwxozswjt] { padding: 82px 40px 70px; color: #fff; background: radial-gradient(circle at 18% 12%, rgba(235, 0, 18, .22), transparent 30%), linear-gradient(135deg, #1b1b1a, #050505); }
.roadmap-hero > *[b-nmwxozswjt] { width: min(1180px, 100%); margin-inline: auto; }
.roadmap-hero > span[b-nmwxozswjt], .section-kicker[b-nmwxozswjt], .phase[b-nmwxozswjt] { display: block; color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.roadmap-hero h1[b-nmwxozswjt] { margin-top: 14px; margin-bottom: 16px; font-size: clamp(42px, 5vw, 70px); font-weight: 850; line-height: 1; letter-spacing: -.05em; }
.roadmap-hero > p[b-nmwxozswjt] { max-width: 720px; margin-top: 0; margin-bottom: 26px; color: #d8dde5; font-size: 18px; line-height: 1.6; }
.status-line[b-nmwxozswjt] { display: flex; flex-wrap: wrap; gap: 8px 28px; color: #aeb7c3; font-size: 13px; }
.status-line strong[b-nmwxozswjt] { color: #fff; }

.roadmap-layout[b-nmwxozswjt], .feedback-section[b-nmwxozswjt] { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.roadmap-layout[b-nmwxozswjt] { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 72px; align-items: start; padding: 72px 0; }
.roadmap-intro[b-nmwxozswjt] { position: sticky; top: 104px; }
.roadmap-intro h2[b-nmwxozswjt], .feedback-section h2[b-nmwxozswjt] { margin: 9px 0 12px; font-size: clamp(30px, 3.5vw, 44px); font-weight: 850; line-height: 1.08; letter-spacing: -.04em; }
.roadmap-intro p[b-nmwxozswjt], .milestone p[b-nmwxozswjt] { color: #64748b; line-height: 1.65; }

.milestone-track[b-nmwxozswjt] { border-top: 1px solid #ccd3db; }
.milestone[b-nmwxozswjt] { position: relative; padding: 26px 20px 28px 48px; border-bottom: 1px solid #ccd3db; }
.milestone[b-nmwxozswjt]::before { content: ""; position: absolute; left: 4px; top: 31px; width: 16px; height: 16px; background: #f4f6f8; border: 4px solid #aeb7c3; border-radius: 50%; }
.milestone.done[b-nmwxozswjt]::before { background: #eb0012; border-color: #eb0012; }
.milestone.active[b-nmwxozswjt]::before { border-color: #eb0012; }
.milestone.active[b-nmwxozswjt] { background: linear-gradient(90deg, rgba(235, 0, 18, .055), transparent 70%); }
.milestone h3[b-nmwxozswjt] { margin: 8px 0 8px; font-size: clamp(23px, 2.5vw, 31px); font-weight: 850; letter-spacing: -.035em; }
.milestone p[b-nmwxozswjt] { margin: 0; }

.feedback-section[b-nmwxozswjt] { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; align-items: start; padding: 32px 0 88px; }
.feedback-section ul[b-nmwxozswjt] { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid #ccd3db; list-style: none; }
.feedback-section li[b-nmwxozswjt] { padding: 16px 0; border-bottom: 1px solid #ccd3db; color: #475569; font-weight: 750; }
.feedback-section li:nth-child(even)[b-nmwxozswjt] { padding-left: 24px; border-left: 1px solid #ccd3db; }

@media (max-width: 820px) {
    .roadmap-layout[b-nmwxozswjt], .feedback-section[b-nmwxozswjt] { grid-template-columns: 1fr; gap: 36px; }
    .roadmap-intro[b-nmwxozswjt] { position: static; }
}
@media (max-width: 600px) {
    .roadmap-hero[b-nmwxozswjt] { padding: 64px 20px 58px; }
    .roadmap-layout[b-nmwxozswjt], .feedback-section[b-nmwxozswjt] { width: min(100% - 32px, 1180px); }
    .feedback-section ul[b-nmwxozswjt] { grid-template-columns: 1fr; }
    .feedback-section li:nth-child(even)[b-nmwxozswjt] { padding-left: 0; border-left: 0; }
}
/* /Pages/TermsofService.razor.rz.scp.css */
.legal-page[b-c2mtnwhthm] { min-height: 100vh; color: #111827; background: #f8fafc; }
.legal-hero[b-c2mtnwhthm] { padding: 66px 40px 58px; color: #fff; background: linear-gradient(135deg, #1b1b1a, #050505); }
.legal-hero > *[b-c2mtnwhthm] { display: block; width: min(980px, 100%); margin-inline: auto; }
.legal-hero > span[b-c2mtnwhthm], .legal-nav > span[b-c2mtnwhthm], .legal-content article > span[b-c2mtnwhthm] { color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.legal-hero h1[b-c2mtnwhthm] { margin-top: 12px; margin-bottom: 14px; font-size: clamp(38px, 4.5vw, 58px); font-weight: 850; line-height: 1.04; letter-spacing: -.045em; }
.legal-hero p[b-c2mtnwhthm] { max-width: 720px; margin-top: 0; margin-bottom: 16px; color: #d8dde5; font-size: 17px; line-height: 1.6; }
.legal-hero small[b-c2mtnwhthm] { color: #8f99a7; font-size: 12px; }
.legal-shell[b-c2mtnwhthm] { display: grid; grid-template-columns: 210px minmax(0, 720px); gap: 64px; justify-content: center; width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 88px; align-items: start; }
.legal-nav[b-c2mtnwhthm] { position: sticky; top: 96px; display: grid; gap: 4px; padding-right: 22px; border-right: 1px solid #d9dee5; }
.legal-nav > span[b-c2mtnwhthm] { margin-bottom: 7px; }
.legal-nav a[b-c2mtnwhthm] { padding: 8px 9px; color: #526071; border-radius: 7px; font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-nav a:hover[b-c2mtnwhthm] { color: #eb0012; background: #fff1f2; }
.legal-content article[b-c2mtnwhthm] { padding-bottom: 38px; margin-bottom: 38px; border-bottom: 1px solid #d9dee5; scroll-margin-top: 100px; }
.legal-content article:last-child[b-c2mtnwhthm] { margin-bottom: 0; }
.legal-content h2[b-c2mtnwhthm] { margin: 8px 0 12px; font-size: clamp(25px, 3vw, 34px); font-weight: 850; letter-spacing: -.035em; }
.legal-content p[b-c2mtnwhthm] { margin: 0; color: #526071; font-size: 16px; line-height: 1.75; }
@media (max-width: 760px) { .legal-hero[b-c2mtnwhthm] { padding: 58px 20px 50px; } .legal-shell[b-c2mtnwhthm] { grid-template-columns: 1fr; gap: 34px; width: min(100% - 32px, 1080px); } .legal-nav[b-c2mtnwhthm] { position: static; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid #d9dee5; } }
/* /Parts/Billing/BillingOverview.razor.rz.scp.css */
.billing-overview[b-z2pr0aw92w] { padding: 20px; background: #f6f8fa; border: 1px solid #e0e4e9; border-radius: 11px; }
.billing-overview > span[b-z2pr0aw92w], .invoice-heading span[b-z2pr0aw92w] { color: #eb0012; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.subscription-row[b-z2pr0aw92w], .invoice-row[b-z2pr0aw92w] { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 0; border-bottom: 1px solid #e0e4e9; }
.subscription-row div[b-z2pr0aw92w], .invoice-row div[b-z2pr0aw92w] { display: grid; gap: 4px; }
.subscription-row strong[b-z2pr0aw92w], .invoice-row strong[b-z2pr0aw92w] { font-size: 13px; }
.subscription-row small[b-z2pr0aw92w], .invoice-row small[b-z2pr0aw92w] { color: #64748b; font-size: 10px; }
.subscription-row button[b-z2pr0aw92w] { padding: 8px 11px; color: #b0000d; background: #fff; border: 1px solid #d9a4a8; border-radius: 7px; font-size: 10px; font-weight: 800; }
.subscription-row button:disabled[b-z2pr0aw92w] { opacity: .55; }
.invoice-heading[b-z2pr0aw92w] { margin-top: 18px; }
.invoice-list[b-z2pr0aw92w] { display: grid; }
.invoice-row:last-child[b-z2pr0aw92w] { border-bottom: 0; }
.invoice-row > span[b-z2pr0aw92w] { margin-left: auto; color: #334155; font-size: 11px; font-weight: 750; }
.invoice-row a[b-z2pr0aw92w] { color: #b0000d; font-size: 10px; font-weight: 850; text-decoration: none; }
.empty-state[b-z2pr0aw92w] { display: grid; justify-items: center; padding: 24px 10px 8px; text-align: center; }
.empty-state i[b-z2pr0aw92w] { margin-bottom: 10px; color: #a0a9b5; font-size: 27px; }
.empty-state strong[b-z2pr0aw92w] { font-size: 13px; }
.empty-state p[b-z2pr0aw92w] { max-width: 300px; margin: 5px 0 0; color: #7a8594; font-size: 10px; line-height: 1.5; }
.empty-state.error strong[b-z2pr0aw92w] { color: #b0000d; }
@media (max-width: 560px) { .subscription-row[b-z2pr0aw92w], .invoice-row[b-z2pr0aw92w] { align-items: flex-start; flex-wrap: wrap; } .invoice-row > span[b-z2pr0aw92w] { margin-left: 0; } }
/* /Parts/Billing/SubscriptionFlow.razor.rz.scp.css */
.subscription-flow[b-4rl0uvz5i6] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe4e9;
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(24, 33, 45, .07);
}

.flow-heading[b-4rl0uvz5i6] {
    display: flex;
    gap: 30px;
    align-items: end;
    justify-content: space-between;
    padding: 25px 27px 22px;
    color: #fff;
    background: linear-gradient(135deg, #1d1f22, #090a0b);
}

.flow-heading > div > span[b-4rl0uvz5i6],
.step-heading > span[b-4rl0uvz5i6],
.review-title > span[b-4rl0uvz5i6] {
    color: #eb0012;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.flow-heading h3[b-4rl0uvz5i6] {
    margin: 7px 0 7px;
    font-size: 25px;
    font-weight: 850;
    letter-spacing: -.04em;
}

.flow-heading p[b-4rl0uvz5i6] {
    margin: 0;
    color: #9fa8b4;
    font-size: 12px;
}

.flow-state[b-4rl0uvz5i6] {
    flex: 0 0 auto;
    min-width: 135px;
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.flow-state span[b-4rl0uvz5i6],
.flow-state strong[b-4rl0uvz5i6] {
    display: block;
}

.flow-state span[b-4rl0uvz5i6] {
    color: #ff5360;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.flow-state strong[b-4rl0uvz5i6] {
    margin-top: 4px;
    font-size: 12px;
}

.flow-progress[b-4rl0uvz5i6] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 27px;
    background: #f7f8f9;
    border-bottom: 1px solid #e2e6ea;
}

.flow-progress button[b-4rl0uvz5i6] {
    position: relative;
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 15px 6px;
    color: #9099a5;
    background: none;
    border: 0;
    text-align: left;
}

.flow-progress button:not(:last-child)[b-4rl0uvz5i6]::after {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 28px;
    height: 1px;
    background: #d5dae0;
    content: "";
}

.flow-progress button:disabled[b-4rl0uvz5i6] {
    opacity: .62;
}

.flow-progress button > span[b-4rl0uvz5i6] {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #929ca8;
    background: #fff;
    border: 1px solid #d6dce2;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 900;
}

.flow-progress button > strong[b-4rl0uvz5i6] {
    font-size: 11px;
}

.flow-progress button.active[b-4rl0uvz5i6],
.flow-progress button.complete[b-4rl0uvz5i6] {
    color: #22272e;
}

.flow-progress button.active > span[b-4rl0uvz5i6] {
    color: #fff;
    background: #eb0012;
    border-color: #eb0012;
}

.flow-progress button.complete > span[b-4rl0uvz5i6] {
    color: #14824e;
    background: #e7f7ef;
    border-color: #a6d9bf;
}

.flow-step[b-4rl0uvz5i6] {
    padding: 30px 27px 27px;
}

.step-heading[b-4rl0uvz5i6] {
    max-width: 680px;
    margin-bottom: 24px;
}

.step-heading h4[b-4rl0uvz5i6] {
    margin: 7px 0 7px;
    font-size: clamp(24px, 3vw, 31px);
    font-weight: 850;
    letter-spacing: -.04em;
}

.step-heading p[b-4rl0uvz5i6] {
    margin: 0;
    color: #687585;
    font-size: 12px;
    line-height: 1.6;
}

.selectable-plans[b-4rl0uvz5i6] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.plan-choice[b-4rl0uvz5i6] {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 272px;
    padding: 17px;
    flex-direction: column;
    color: #1c2026;
    background: #f7f8f9;
    border: 1px solid #dfe4e9;
    border-radius: 11px;
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.choice-input[b-4rl0uvz5i6] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.plan-choice:has(.choice-input:focus-visible)[b-4rl0uvz5i6],
.payment-choice:has(.choice-input:focus-visible)[b-4rl0uvz5i6] {
    outline: 3px solid rgba(235, 0, 18, .25);
    outline-offset: 3px;
}

.plan-choice:hover[b-4rl0uvz5i6] {
    border-color: #b7bec7;
    transform: translateY(-2px);
}

.plan-choice.selected[b-4rl0uvz5i6] {
    background: #fff8f8;
    border-color: #eb0012;
    box-shadow: 0 0 0 1px #eb0012;
}

.plan-choice.lifetime[b-4rl0uvz5i6] {
    color: #fff;
    background: #17191c;
    border-color: #17191c;
}

.plan-choice.lifetime.selected[b-4rl0uvz5i6] {
    border-color: #ff4654;
    box-shadow: 0 0 0 1px #ff4654;
}

.selection-indicator[b-4rl0uvz5i6] {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    color: transparent;
    background: #fff;
    border: 1px solid #cad1d8;
    border-radius: 50%;
    font-size: 9px;
}

.selected > .selection-indicator[b-4rl0uvz5i6],
.selected .selection-indicator[b-4rl0uvz5i6] {
    color: #fff;
    background: #eb0012;
    border-color: #eb0012;
}

.plan-topline[b-4rl0uvz5i6] {
    display: flex;
    gap: 7px;
    align-items: center;
    padding-right: 22px;
}

.plan-topline > span[b-4rl0uvz5i6] {
    color: #eb0012;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.plan-topline > b[b-4rl0uvz5i6] {
    padding: 3px 5px;
    color: #b5000e;
    background: #ffe4e6;
    border-radius: 4px;
    font-size: 8px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.plan-topline > b.active-badge[b-4rl0uvz5i6] {
    color: #087443;
    background: #dff7ea;
}

.plan-choice > p[b-4rl0uvz5i6] {
    min-height: 47px;
    margin: 14px 0 0;
    color: #647080;
    font-size: 11px;
    line-height: 1.5;
}

.lifetime > p[b-4rl0uvz5i6],
.lifetime li[b-4rl0uvz5i6] {
    color: #a8b0bb;
}

.plan-price[b-4rl0uvz5i6] {
    margin: 15px 0;
}

.plan-price strong[b-4rl0uvz5i6],
.plan-price small[b-4rl0uvz5i6] {
    display: block;
}

.plan-price strong[b-4rl0uvz5i6] {
    font-size: 21px;
    letter-spacing: -.04em;
}

.plan-price small[b-4rl0uvz5i6] {
    margin-top: 2px;
    color: #8a94a1;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.plan-choice ul[b-4rl0uvz5i6] {
    display: grid;
    gap: 6px;
    margin: auto 0 0;
    padding: 13px 0 0;
    border-top: 1px solid rgba(127, 139, 152, .2);
    list-style: none;
}

.plan-choice li[b-4rl0uvz5i6] {
    position: relative;
    padding-left: 14px;
    color: #657181;
    font-size: 10px;
}

.plan-choice li[b-4rl0uvz5i6]::before {
    position: absolute;
    left: 0;
    color: #1b9a5e;
    content: "\2713";
    font-weight: 900;
}

.step-footer[b-4rl0uvz5i6] {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e3e7eb;
}

.step-footer.first-step > a[b-4rl0uvz5i6] {
    color: #596575;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.continue-button[b-4rl0uvz5i6],
.back-button[b-4rl0uvz5i6] {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 850;
}

.continue-button[b-4rl0uvz5i6] {
    color: #fff;
    background: #eb0012;
    border: 1px solid #eb0012;
}

.back-button[b-4rl0uvz5i6] {
    color: #303740;
    background: #fff;
    border: 1px solid #ccd3da;
}

.flow-error[b-4rl0uvz5i6] {
    display: flex;
    gap: 9px;
    align-items: center;
    margin-top: 14px;
    padding: 11px 13px;
    color: #a3000c;
    background: #fff1f2;
    border: 1px solid #f2bdc1;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 750;
}

.customer-type[b-4rl0uvz5i6] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 570px;
    margin-bottom: 22px;
}

.customer-type button[b-4rl0uvz5i6] {
    display: grid;
    grid-template-columns: 37px 1fr;
    gap: 11px;
    align-items: center;
    padding: 13px;
    color: #22272e;
    background: #f7f8f9;
    border: 1px solid #dce1e6;
    border-radius: 9px;
    text-align: left;
}

.customer-type button.selected[b-4rl0uvz5i6] {
    background: #fff7f8;
    border-color: #eb0012;
    box-shadow: inset 0 0 0 1px #eb0012;
}

.customer-type button > i[b-4rl0uvz5i6] {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    color: #eb0012;
    background: #fff;
    border-radius: 8px;
}

.customer-type strong[b-4rl0uvz5i6],
.customer-type small[b-4rl0uvz5i6] {
    display: block;
}

.customer-type strong[b-4rl0uvz5i6] {
    font-size: 10px;
}

.customer-type small[b-4rl0uvz5i6] {
    margin-top: 3px;
    color: #7c8794;
    font-size: 8px;
}

.billing-form[b-4rl0uvz5i6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    max-width: 720px;
}

.full-field[b-4rl0uvz5i6] {
    grid-column: 1 / -1;
}

.form-field label[b-4rl0uvz5i6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    color: #333b45;
    font-size: 9px;
    font-weight: 850;
}

.form-field label b[b-4rl0uvz5i6],
.form-field label span[b-4rl0uvz5i6] {
    color: #89939f;
    font-size: 6px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.form-field label b[b-4rl0uvz5i6] {
    color: #bd000e;
}

.form-field input[b-4rl0uvz5i6],
.form-field select[b-4rl0uvz5i6] {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    color: #252b33;
    background: #fff;
    border: 1px solid #cfd6dd;
    border-radius: 7px;
    outline: none;
    font-size: 11px;
}

.form-field input:focus[b-4rl0uvz5i6],
.form-field select:focus[b-4rl0uvz5i6] {
    border-color: #eb0012;
    box-shadow: 0 0 0 3px rgba(235, 0, 18, .09);
}

.form-field input:disabled[b-4rl0uvz5i6] {
    color: #6f7a87;
    background: #f3f5f7;
}

.payment-choices[b-4rl0uvz5i6] {
    display: grid;
    gap: 10px;
}

.payment-choice[b-4rl0uvz5i6] {
    position: relative;
    display: grid;
    grid-template-columns: 47px 1fr 28px;
    gap: 14px;
    align-items: center;
    padding: 14px;
    color: #22272e;
    background: #f7f8f9;
    border: 1px solid #dce1e6;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
}

.payment-choice:not(.unavailable):hover[b-4rl0uvz5i6] {
    border-color: #adb6c0;
}

.payment-choice.selected[b-4rl0uvz5i6] {
    background: #fff8f8;
    border-color: #eb0012;
    box-shadow: inset 0 0 0 1px #eb0012;
}

.payment-choice.unavailable[b-4rl0uvz5i6] {
    opacity: .58;
    cursor: not-allowed;
}

.payment-icon[b-4rl0uvz5i6] {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    color: #eb0012;
    background: #fff;
    border-radius: 9px;
    font-size: 19px;
}

.payment-copy small[b-4rl0uvz5i6],
.payment-copy strong[b-4rl0uvz5i6],
.payment-copy > span[b-4rl0uvz5i6] {
    display: block;
}

.payment-copy small[b-4rl0uvz5i6] {
    color: #eb0012;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.payment-copy strong[b-4rl0uvz5i6] {
    margin: 4px 0;
    font-size: 12px;
}

.payment-copy > span[b-4rl0uvz5i6] {
    margin: 0;
    color: #6f7b89;
    font-size: 10px;
}

.payment-choice .selection-indicator[b-4rl0uvz5i6] {
    position: static;
}

.availability[b-4rl0uvz5i6] {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #7a8490;
    font-size: 8px;
    text-transform: uppercase;
}

.provider-notice[b-4rl0uvz5i6] {
    display: grid;
    grid-template-columns: 39px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 13px;
    padding: 13px;
    color: #fff;
    background: #191b1f;
    border-radius: 9px;
}

.provider-notice > i[b-4rl0uvz5i6] {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    background: #eb0012;
    border-radius: 8px;
}

.provider-notice strong[b-4rl0uvz5i6],
.provider-notice span[b-4rl0uvz5i6] {
    display: block;
}

.provider-notice strong[b-4rl0uvz5i6] {
    font-size: 10px;
}

.provider-notice span[b-4rl0uvz5i6] {
    margin-top: 3px;
    color: #9ba4b0;
    font-size: 8px;
}

.review-layout[b-4rl0uvz5i6] {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 12px;
}

.order-summary[b-4rl0uvz5i6],
.billing-summary[b-4rl0uvz5i6] {
    padding: 20px;
    background: #f7f8f9;
    border: 1px solid #dfe4e9;
    border-radius: 10px;
}

.review-title[b-4rl0uvz5i6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.review-title button[b-4rl0uvz5i6] {
    padding: 0;
    color: #a8000d;
    background: none;
    border: 0;
    font-size: 8px;
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.selected-plan-summary[b-4rl0uvz5i6] {
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #dce1e6;
}

.selected-plan-summary span[b-4rl0uvz5i6],
.selected-plan-summary strong[b-4rl0uvz5i6],
.selected-plan-summary b[b-4rl0uvz5i6],
.selected-plan-summary small[b-4rl0uvz5i6] {
    display: block;
}

.selected-plan-summary span[b-4rl0uvz5i6] {
    color: #eb0012;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.selected-plan-summary strong[b-4rl0uvz5i6] {
    margin-top: 5px;
    color: #596575;
    font-size: 9px;
    font-weight: 600;
}

.selected-plan-summary b[b-4rl0uvz5i6] {
    font-size: 16px;
    white-space: nowrap;
}

.selected-plan-summary small[b-4rl0uvz5i6] {
    margin-top: 2px;
    color: #7d8794;
    font-size: 7px;
    text-align: right;
    text-transform: uppercase;
}

.summary-line[b-4rl0uvz5i6],
.summary-total[b-4rl0uvz5i6] {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
}

.summary-line[b-4rl0uvz5i6] {
    border-bottom: 1px solid #e0e4e8;
}

.summary-line span[b-4rl0uvz5i6],
.summary-line strong[b-4rl0uvz5i6] {
    font-size: 9px;
}

.summary-line span[b-4rl0uvz5i6] {
    color: #6f7a87;
}

.summary-total > span[b-4rl0uvz5i6] {
    font-size: 9px;
    font-weight: 850;
}

.summary-total strong[b-4rl0uvz5i6],
.summary-total small[b-4rl0uvz5i6] {
    display: block;
    text-align: right;
}

.summary-total strong[b-4rl0uvz5i6] {
    font-size: 16px;
}

.summary-total small[b-4rl0uvz5i6] {
    color: #818b97;
    font-size: 7px;
}

.billing-summary > strong[b-4rl0uvz5i6] {
    font-size: 12px;
}

.billing-summary > p[b-4rl0uvz5i6] {
    margin: 8px 0 0;
    color: #697584;
    font-size: 9px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.activation-handoff[b-4rl0uvz5i6] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    margin-top: 13px;
    padding: 17px;
    color: #fff;
    background: #17191c;
    border-radius: 10px;
}

.activation-handoff > div[b-4rl0uvz5i6] {
    display: grid;
    grid-template-columns: 37px 1fr;
    gap: 12px;
    align-items: center;
}

.activation-handoff > div > i[b-4rl0uvz5i6] {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    color: #fff;
    background: #eb0012;
    border-radius: 8px;
}

.activation-handoff strong[b-4rl0uvz5i6],
.activation-handoff small[b-4rl0uvz5i6] {
    display: block;
}

.activation-handoff strong[b-4rl0uvz5i6] {
    font-size: 10px;
}

.activation-handoff small[b-4rl0uvz5i6] {
    margin-top: 4px;
    color: #9ca5b0;
    font-size: 8px;
    line-height: 1.45;
}

.activation-handoff > button[b-4rl0uvz5i6] {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    color: #fff;
    background: #eb0012;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    font-family: inherit;
    font-size: 9px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.activation-handoff > button:disabled[b-4rl0uvz5i6] {
    cursor: wait;
    opacity: .72;
}

.checkout-spinner[b-4rl0uvz5i6] {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: checkout-spin-b-4rl0uvz5i6 .7s linear infinite;
}

@keyframes checkout-spin-b-4rl0uvz5i6 {
    to { transform: rotate(360deg); }
}

.review-footer[b-4rl0uvz5i6] {
    justify-content: start;
}

@media (max-width: 1050px) {
    .selectable-plans[b-4rl0uvz5i6] {
        grid-template-columns: repeat(2, 1fr);
    }

    .plan-choice[b-4rl0uvz5i6] {
        min-height: 250px;
    }
}

@media (max-width: 700px) {
    .flow-heading[b-4rl0uvz5i6] {
        align-items: start;
        flex-direction: column;
    }

    .flow-state[b-4rl0uvz5i6] {
        width: 100%;
        padding: 12px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
        border-left: 0;
    }

    .flow-progress[b-4rl0uvz5i6] {
        padding: 0 15px;
    }

    .flow-progress button[b-4rl0uvz5i6] {
        justify-content: center;
    }

    .flow-progress button > strong[b-4rl0uvz5i6],
    .flow-progress button:not(:last-child)[b-4rl0uvz5i6]::after {
        display: none;
    }

    .review-layout[b-4rl0uvz5i6],
    .activation-handoff[b-4rl0uvz5i6] {
        grid-template-columns: 1fr;
    }

    .activation-handoff > button[b-4rl0uvz5i6] {
        justify-self: stretch;
    }
}

@media (max-width: 520px) {
    .flow-heading[b-4rl0uvz5i6],
    .flow-step[b-4rl0uvz5i6] {
        padding-right: 18px;
        padding-left: 18px;
    }

    .selectable-plans[b-4rl0uvz5i6],
    .customer-type[b-4rl0uvz5i6],
    .billing-form[b-4rl0uvz5i6] {
        grid-template-columns: 1fr;
    }

    .full-field[b-4rl0uvz5i6] {
        grid-column: auto;
    }

    .plan-choice[b-4rl0uvz5i6] {
        min-height: 0;
    }

    .step-footer[b-4rl0uvz5i6] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .first-step[b-4rl0uvz5i6] {
        flex-direction: column;
    }

    .continue-button[b-4rl0uvz5i6],
    .back-button[b-4rl0uvz5i6] {
        width: 100%;
    }

    .payment-choice[b-4rl0uvz5i6] {
        grid-template-columns: 42px 1fr 24px;
        gap: 10px;
    }
}
/* /Parts/Contact/ContactForm.razor.rz.scp.css */
.contact-layout[b-y9yakcu9bs] { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 64px; align-items: start; }
.contact-intro[b-y9yakcu9bs] { position: sticky; top: 104px; }
.contact-intro > span[b-y9yakcu9bs] { color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-intro h2[b-y9yakcu9bs] { margin: 10px 0 14px; color: #111827; font-size: clamp(30px, 3.5vw, 44px); font-weight: 850; line-height: 1.08; letter-spacing: -.04em; }
.contact-intro p[b-y9yakcu9bs] { color: #5b6879; font-size: 16px; line-height: 1.65; }
.contact-intro ul[b-y9yakcu9bs] { display: grid; gap: 0; margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid #ccd3db; }
.contact-intro li[b-y9yakcu9bs] { padding: 13px 0; color: #475569; border-bottom: 1px solid #ccd3db; font-size: 14px; font-weight: 700; }
.contact-intro li[b-y9yakcu9bs]::before { content: "✓"; margin-right: 9px; color: #eb0012; font-weight: 900; }

.contact-card[b-y9yakcu9bs] { padding: 34px; background: #fff; border: 1px solid #dce1e7; border-radius: 16px; }
.contact-form[b-y9yakcu9bs] { display: grid; gap: 17px; }
.field-row[b-y9yakcu9bs] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.field-group[b-y9yakcu9bs] { display: grid; gap: 7px; }
.field-group label[b-y9yakcu9bs] { display: flex; gap: 8px; align-items: baseline; justify-content: space-between; color: #111827; font-size: 13px; font-weight: 800; }
.field-group label span[b-y9yakcu9bs] { color: #8993a1; font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
input[b-y9yakcu9bs], textarea[b-y9yakcu9bs], select.form-control[b-y9yakcu9bs] { width: 100%; padding: 13px 14px; color: #111827; background: #fff; border: 1px solid #c7ced7; border-radius: 9px; font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
textarea[b-y9yakcu9bs] { min-height: 150px; resize: vertical; }
select.form-control[b-y9yakcu9bs] { min-height: 49px; }
input:focus[b-y9yakcu9bs], textarea:focus[b-y9yakcu9bs], select:focus[b-y9yakcu9bs] { border-color: #eb0012; box-shadow: 0 0 0 3px rgba(235, 0, 18, .1); outline: none; }
.form-control.invalid[b-y9yakcu9bs] { border-color: #eb0012; }
.validation-message[b-y9yakcu9bs], [b-y9yakcu9bs] .validation-message { color: #c80010; font-size: 12px; font-weight: 700; }
.validation-summary[b-y9yakcu9bs] { margin: 0; padding: 12px 14px; color: #9b000c; background: #fff1f2; border: 1px solid #efc2c6; border-radius: 8px; font-size: 12px; }
.validation-summary ul[b-y9yakcu9bs] { margin: 0; padding-left: 18px; }
.form-privacy[b-y9yakcu9bs] { margin: -2px 0 0; color: #6e7987; font-size: 11px; line-height: 1.5; }
.form-privacy a[b-y9yakcu9bs] { color: #a9000d; font-weight: 800; }
button[b-y9yakcu9bs] { padding: 14px 18px; color: #fff; background: #eb0012; border: 0; border-radius: 9px; font-size: 15px; font-weight: 850; cursor: pointer; }
button:hover[b-y9yakcu9bs] { background: #bd0010; }
.success-message[b-y9yakcu9bs] { display: grid; gap: 3px; padding: 15px 17px; color: #166534; background: #f0fdf4; border-left: 3px solid #16a34a; }
.success-message span[b-y9yakcu9bs] { font-size: 14px; }

@media (max-width: 850px) {
    .contact-layout[b-y9yakcu9bs] { grid-template-columns: 1fr; gap: 36px; }
    .contact-intro[b-y9yakcu9bs] { position: static; }
}
@media (max-width: 600px) {
    .contact-card[b-y9yakcu9bs] { padding: 22px; }
    .field-row[b-y9yakcu9bs] { grid-template-columns: 1fr; }
}
/* /Parts/CultureSelector/CultureSelector.razor.rz.scp.css */
:root[b-67he764hgg] {
    --accent: #e04642;
    --text: #e9eef5;
    --line: rgba(255,255,255,.14);
    --menu-bg: #1a1d22;
    --menu-shadow: 0 10px 24px rgba(0,0,0,.45);
    --row-h: 44px; /* consistent nav height */
    --pad-x: 14px;
    --radius: 10px;
}

/* container */
.lang-picker[b-67he764hgg] {
    position: relative;
    display: inline-block;
    margin-left: 2px; /* keeps it close to “App” */
    z-index: 1001; /* above other header content */
}

/* trigger button */
.lang-trigger[b-67he764hgg] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    height: var(--row-h);
    padding: 0 calc(var(--pad-x) - 2px);
    color: var(--text);
    background: transparent;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
    vertical-align: middle;
    transition: color .12s, background .12s, border-color .12s, transform .08s;
}

    .lang-trigger:hover[b-67he764hgg] {
        border-color: rgba(224,70,66,.55);
        background: rgba(224,70,66,.10);
        color: #fff;
    }

    .lang-trigger:active[b-67he764hgg] {
        transform: translateY(1px);
    }

    .lang-trigger .globe[b-67he764hgg] {
        width: 18px;
        height: 18px;
        opacity: .85;
    }

    .lang-trigger .chev[b-67he764hgg] {
        transition: transform .15s ease;
        opacity: .9;
    }

    .lang-trigger.open .chev[b-67he764hgg] {
        transform: rotate(180deg);
    }

/* little EN/NL/FR chip */
.code-chip[b-67he764hgg] {
    font-size: .75rem;
    line-height: 1;
    border-radius: .4rem;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
    color: #fff;
}

.lang-menu[b-67he764hgg] {
    position: absolute;
    right: -30px; /* 👈 shift more to the right (was 0) */
    top: calc(100% + 30px);
    min-width: 190px;
    list-style: none;
    margin: 0;
    padding: 6px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.14);
    background: #000; /* solid black */
    box-shadow: 0 10px 24px rgba(0,0,0,.45);
    z-index: 1000;
}

    .lang-menu li[b-67he764hgg] {
        margin: 0;
    }

.lang-item[b-67he764hgg] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: 9px 10px;
    border: 0;
    background: transparent;
    color: var(--text);
    border-radius: 8px;
    text-align: left;
    cursor: pointer;
    transition: background .12s ease, color .12s ease;
}

    .lang-item:hover[b-67he764hgg] {
        background: rgba(255,255,255,.07);
        color: #fff;
    }

    /* active language row */
    .lang-item.active[b-67he764hgg] {
        background: rgba(224,70,66,.14);
        color: #fff;
        position: relative;
    }

        /* checkmark for active */
        .lang-item.active[b-67he764hgg]::after {
            content: "✓";
            position: absolute;
            right: 10px;
            font-size: .9rem;
            color: #fff;
        }


.flag svg[b-67he764hgg] {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    display: block;
    box-shadow: 0 0 0 1px rgba(0,0,0,.28) inset;
}

/* align with other nav links */
.nav-links a[b-67he764hgg],
.lang-trigger[b-67he764hgg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--row-h);
    padding: 0 var(--pad-x);
    line-height: 1;
}

/* sticky header (with black background) */
.site-header[b-67he764hgg] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #000; /* solid black */
    border-bottom: 1px solid rgba(255,255,255,.08);
}
/* /Parts/FeatureSection/FeatureSection.razor.rz.scp.css */
.features[b-tfft3m1bte] {
    padding: 86px 40px 92px;
    color: #111827;
    background: #fff;
}

.section-heading[b-tfft3m1bte],
.workflow-shift[b-tfft3m1bte],
.deliverables[b-tfft3m1bte] {
    width: min(1180px, 100%);
    margin-inline: auto;
}

.section-heading[b-tfft3m1bte] { max-width: 840px; margin-bottom: 46px; text-align: center; }
.section-heading > span[b-tfft3m1bte], .column-label[b-tfft3m1bte], .deliverables > span[b-tfft3m1bte] { color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-heading h2[b-tfft3m1bte] { margin: 10px 0 14px; font-size: clamp(34px, 4.2vw, 54px); font-weight: 850; line-height: 1.04; letter-spacing: -.05em; }
.section-heading p[b-tfft3m1bte] { max-width: 700px; margin: 0 auto; color: #64748b; font-size: 17px; line-height: 1.65; }

.workflow-shift[b-tfft3m1bte] { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid #dce1e7; border-radius: 20px; }
.workflow-shift article[b-tfft3m1bte] { padding: 32px; }
.pain-column[b-tfft3m1bte] { background: #f2f4f7; }
.outcome-column[b-tfft3m1bte] { color: #fff; background: #151515; }
.outcome-column .column-label[b-tfft3m1bte] { color: #ff5060; }
.workflow-shift ul[b-tfft3m1bte] { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid #d4dae1; }
.outcome-column ul[b-tfft3m1bte] { border-color: rgba(255,255,255,.14); }
.workflow-shift li[b-tfft3m1bte] { display: grid; grid-template-columns: minmax(130px, .65fr) 1.35fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #d4dae1; }
.outcome-column li[b-tfft3m1bte] { border-color: rgba(255,255,255,.14); }
.workflow-shift strong[b-tfft3m1bte] { font-size: 16px; }
.workflow-shift li span[b-tfft3m1bte] { color: #657184; font-size: 14px; line-height: 1.55; }
.outcome-column li span[b-tfft3m1bte] { color: #aeb7c3; }

.deliverables[b-tfft3m1bte] { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 26px; }
.deliverables > span[b-tfft3m1bte] { margin-right: 8px; }
.deliverables strong[b-tfft3m1bte] { padding: 9px 12px; color: #475569; background: #f5f7f9; border: 1px solid #dce1e7; border-radius: 999px; font-size: 12px; font-weight: 750; }

@media (max-width: 800px) {
    .features[b-tfft3m1bte] { padding: 68px 24px; }
    .workflow-shift[b-tfft3m1bte] { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .workflow-shift article[b-tfft3m1bte] { padding: 24px 20px; }
    .workflow-shift li[b-tfft3m1bte] { grid-template-columns: 1fr; gap: 5px; }
    .deliverables[b-tfft3m1bte] { align-items: flex-start; flex-direction: column; }
}
/* /Parts/Footer/FooterBar.razor.rz.scp.css */
.site-footer[b-1fl862kzel] {
    color: #e5e7eb;
    background: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-wrap[b-1fl862kzel] {
    width: 100%;
    padding: 22px 64px 14px;
}

.footer-main[b-1fl862kzel] {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
}

.footer-logo[b-1fl862kzel] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: baseline;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.055em;
    text-decoration: none;
}

.footer-logo strong[b-1fl862kzel] {
    color: #eb0012;
    font-weight: 950;
}

.footer-nav[b-1fl862kzel],
.footer-legal-links[b-1fl862kzel] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    justify-content: flex-end;
}

.footer-legal-right[b-1fl862kzel] {
    display: grid;
    gap: 5px;
    justify-items: end;
}

.footer-legal-right > span[b-1fl862kzel] {
    color: #707b89;
    font-size: 11px;
}

.site-footer a[b-1fl862kzel] {
    color: #b8c1cc;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover[b-1fl862kzel],
.site-footer a:focus[b-1fl862kzel] {
    color: #eb0012;
}

.site-footer a:focus-visible[b-1fl862kzel] { outline: 2px solid #eb0012; outline-offset: 4px; border-radius: 2px; }

.footer-legal[b-1fl862kzel] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    padding-top: 12px;
    color: #94a3b8;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
}

.footer-product[b-1fl862kzel] {
    color: #cbd5e1;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.footer-legal-links[b-1fl862kzel] {
    gap: 8px 14px;
    color: #94a3b8;
    font-size: 12px;
}

.footer-legal-links a[b-1fl862kzel],
.footer-legal-links span[b-1fl862kzel] {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
}

.footer-legal-links strong[b-1fl862kzel] {
    color: #d1d5db;
}

@media (max-width: 900px) {
    .footer-wrap[b-1fl862kzel] {
        padding-inline: 32px;
    }

    .footer-main[b-1fl862kzel] {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .footer-nav[b-1fl862kzel],
    .footer-legal-links[b-1fl862kzel] {
        justify-content: flex-start;
    }

    .footer-legal-right[b-1fl862kzel] {
        justify-items: start;
    }

    .footer-legal[b-1fl862kzel] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .footer-product[b-1fl862kzel] {
        text-align: left;
    }
}

@media (max-width: 760px) {
    .footer-wrap[b-1fl862kzel] {
        padding: 20px 20px 14px;
    }
}
/* /Parts/Header/Header.razor.rz.scp.css */
.site-header[b-v7tlwx8bnz] {
    background-color: #1b1b1a;
    color: #fff;
    padding: 0 64px;
    min-height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo[b-v7tlwx8bnz] {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.logo span[b-v7tlwx8bnz] {
    color: #ff0018;
}

.header-nav[b-v7tlwx8bnz] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    flex: 1;
}

.nav-links[b-v7tlwx8bnz],
.nav-actions[b-v7tlwx8bnz] {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nav-actions[b-v7tlwx8bnz] {
    gap: 16px;
}

.nav-links a[b-v7tlwx8bnz],
.login-link[b-v7tlwx8bnz],
.account-menu summary[b-v7tlwx8bnz] {
    color: #fff;
    font-size: 15px;
    font-weight: 650;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.nav-links a:hover[b-v7tlwx8bnz],
.nav-links a.active[b-v7tlwx8bnz],
.login-link:hover[b-v7tlwx8bnz],
.account-menu summary:hover[b-v7tlwx8bnz] {
    color: #ff0018;
}

.nav-actions[b-v7tlwx8bnz]  .app-link {
    background: #eb0012;
    border: 1px solid #eb0012;
    border-radius: 999px;
    color: #fff !important;
    padding: 9px 17px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.nav-actions[b-v7tlwx8bnz]  .app-link:hover {
    background: #b4040f;
    border-color: #b4040f;
    color: #fff !important;
}

.nav-actions[b-v7tlwx8bnz]  .app-link-disabled,
.nav-actions[b-v7tlwx8bnz]  .app-link-disabled:hover {
    cursor: not-allowed;
    opacity: .48;
    filter: grayscale(1);
    pointer-events: none;
}

.nav-actions[b-v7tlwx8bnz]  .login-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
}

.account-menu[b-v7tlwx8bnz] {
    position: relative;
}

.account-menu summary[b-v7tlwx8bnz] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    list-style: none;
    max-width: 210px;
}

.account-menu summary[b-v7tlwx8bnz]::-webkit-details-marker {
    display: none;
}

.account-menu summary[b-v7tlwx8bnz]::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.account-icon[b-v7tlwx8bnz] {
    color: #ff0018;
}

.account-name[b-v7tlwx8bnz] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-panel[b-v7tlwx8bnz] {
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    min-width: 180px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: #111;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
}

.account-panel form[b-v7tlwx8bnz] {
    margin: 0;
}

.account-panel[b-v7tlwx8bnz]  .account-item,
.account-item[b-v7tlwx8bnz] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 11px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #f9fafb !important;
    cursor: pointer;
    font: inherit;
    text-align: left;
    text-decoration: none;
}

.account-panel[b-v7tlwx8bnz]  .account-item:hover,
.account-item:hover[b-v7tlwx8bnz] {
    background: rgba(255, 255, 255, 0.08);
    color: #ff0018 !important;
}

.logout-button[b-v7tlwx8bnz] {
    color: #fff;
}

.lang-nav[b-v7tlwx8bnz] {
    display: flex;
    align-items: center;
}

.site-header[b-v7tlwx8bnz]  .lang-picker {
    margin-left: 0;
}

.site-header[b-v7tlwx8bnz]  .lang-trigger {
    height: auto;
    padding: 0;
    gap: 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.site-header[b-v7tlwx8bnz]  .lang-trigger:hover {
    background: transparent;
    color: #ff0018;
}

.site-header[b-v7tlwx8bnz]  .code-chip {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 13px;
    font-weight: 600;
}

.site-header[b-v7tlwx8bnz]  .globe {
    width: 18px;
    height: 18px;
    opacity: 0.85;
}

.site-header[b-v7tlwx8bnz]  .chev {
    width: 14px;
    height: 14px;
    opacity: 0.8;
}

.menu-toggle[b-v7tlwx8bnz] {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    padding: 8px;
}

.menu-toggle span[b-v7tlwx8bnz] {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: currentColor;
    border-radius: 999px;
}

@media (max-width: 980px) {
    .site-header[b-v7tlwx8bnz] {
        padding: 18px 22px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .menu-toggle[b-v7tlwx8bnz] {
        display: block;
        margin-left: auto;
    }

    .header-nav[b-v7tlwx8bnz] {
        display: none;
        flex-basis: 100%;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
        padding-top: 12px;
        max-height: calc(100vh - 86px);
        overflow-y: auto;
    }

    .header-nav.open[b-v7tlwx8bnz] {
        display: flex;
    }

    .nav-links[b-v7tlwx8bnz],
    .nav-actions[b-v7tlwx8bnz] {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .nav-links a[b-v7tlwx8bnz],
    .nav-actions[b-v7tlwx8bnz]  .login-link {
        width: 100%;
        padding: 9px 0;
    }

    .nav-actions[b-v7tlwx8bnz]  .app-link {
        display: inline-flex;
        justify-content: center;
    }

    .account-panel[b-v7tlwx8bnz] {
        position: static;
        margin-top: 10px;
    }
}

@media (max-width: 1180px) and (min-width: 981px) {
    .site-header[b-v7tlwx8bnz] {
        padding-inline: 32px;
    }

    .header-nav[b-v7tlwx8bnz] {
        gap: 20px;
    }

    .nav-links[b-v7tlwx8bnz] {
        gap: 16px;
    }
}
/* /Parts/Hero/HeroCard.razor.rz.scp.css */
.hero[b-8cqysur20z] {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 650px;
    padding: 96px 24px 72px;
    color: #fff;
    text-align: center;
    background: #050505;
}

.hero-backdrop[b-8cqysur20z] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 35%, rgba(235, 0, 18, .2), transparent 28%),
        linear-gradient(180deg, #1b1b1a 0%, #080808 44%, #020202 100%);
}

.hero-backdrop[b-8cqysur20z]::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(circle at center, #000 0%, transparent 70%);
}

.hero-content[b-8cqysur20z] {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
}

.hero-eyebrow[b-8cqysur20z] {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 8px 12px;
    color: #ff5663;
    background: rgba(235, 0, 18, .08);
    border: 1px solid rgba(255, 70, 84, .22);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero h1[b-8cqysur20z] {
    max-width: 900px;
    margin: 0 auto 20px;
    font-size: clamp(44px, 5.6vw, 76px);
    font-weight: 850;
    line-height: .98;
    letter-spacing: -.055em;
}

.hero p[b-8cqysur20z] {
    max-width: 720px;
    margin: 0 auto 32px;
    color: #d7dce4;
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.6;
}

.hero-actions[b-8cqysur20z] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.cta-button[b-8cqysur20z],
.secondary-button[b-8cqysur20z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 24px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.cta-button[b-8cqysur20z] {
    color: #fff;
    background: #eb0012;
    box-shadow: 0 16px 36px rgba(235, 0, 18, .28);
}

.cta-button:hover[b-8cqysur20z] { color: #fff; background: #bd0010; }
.secondary-button[b-8cqysur20z] { color: #fff; border: 1px solid rgba(255,255,255,.28); }
.secondary-button:hover[b-8cqysur20z] { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }

.hero-value-row[b-8cqysur20z] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 54px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.13);
}

.hero-value-row span[b-8cqysur20z] {
    padding: 0 22px;
    color: #9fa8b5;
    font-size: 13px;
    line-height: 1.5;
}

.hero-value-row span + span[b-8cqysur20z] { border-left: 1px solid rgba(255,255,255,.13); }
.hero-value-row strong[b-8cqysur20z] { display: block; margin-bottom: 3px; color: #fff; font-size: 14px; }

@media (max-width: 700px) {
    .hero[b-8cqysur20z] { min-height: auto; padding: 76px 20px 62px; }
    .hero h1[b-8cqysur20z] { font-size: clamp(40px, 12vw, 56px); }
    .hero-actions[b-8cqysur20z] { align-items: stretch; flex-direction: column; }
    .cta-button[b-8cqysur20z], .secondary-button[b-8cqysur20z] { width: min(100%, 330px); margin-inline: auto; }
    .hero-value-row[b-8cqysur20z] { grid-template-columns: 1fr; margin-top: 42px; }
    .hero-value-row span[b-8cqysur20z] { padding: 13px 0; }
    .hero-value-row span + span[b-8cqysur20z] { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
}
/* /Parts/Modules/Modules.razor.rz.scp.css */
.modules[b-lc485wb2p7] {
    position: relative;
    overflow: hidden;
    padding: 88px 40px 92px;
    color: #111827;
    background: radial-gradient(circle at 85% 12%, rgba(235, 0, 18, .09), transparent 25%), #f1f3f6;
}

.container[b-lc485wb2p7] { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; }
.section-heading[b-lc485wb2p7] { max-width: 780px; margin-bottom: 44px; }
.section-heading > span[b-lc485wb2p7], .module-label[b-lc485wb2p7], .module-cta span[b-lc485wb2p7] { color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-heading h2[b-lc485wb2p7] { margin: 10px 0 14px; font-size: clamp(36px, 4.5vw, 56px); font-weight: 850; line-height: 1.03; letter-spacing: -.05em; }
.section-heading p[b-lc485wb2p7] { max-width: 720px; margin: 0; color: #5f6c7d; font-size: 17px; line-height: 1.65; }

.module-grid[b-lc485wb2p7] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.module-card[b-lc485wb2p7] { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 390px; padding: 28px; background: rgba(255,255,255,.92); border: 1px solid #dce1e7; border-radius: 20px; box-shadow: 0 18px 50px rgba(15, 23, 42, .08); transition: transform .25s ease, box-shadow .25s ease; }
.module-card:hover[b-lc485wb2p7] { transform: translateY(-6px); box-shadow: 0 26px 65px rgba(15,23,42,.13); }
.module-card.featured[b-lc485wb2p7] { color: #fff; background: linear-gradient(145deg, #1c1c1c, #070707); border-color: #1c1c1c; }
.module-icon[b-lc485wb2p7] { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 34px; color: #eb0012; background: #fff1f2; border-radius: 15px; font-size: 23px; }
.featured .module-icon[b-lc485wb2p7] { color: #fff; background: #eb0012; }
.featured .module-label[b-lc485wb2p7] { color: #ff5361; }
.module-card h3[b-lc485wb2p7] { margin: 10px 0 12px; font-size: 29px; font-weight: 850; line-height: 1.12; letter-spacing: -.04em; }
.module-card p[b-lc485wb2p7] { margin: 0; color: #64748b; font-size: 15px; line-height: 1.65; }
.featured p[b-lc485wb2p7] { color: #adb6c2; }
.module-tags[b-lc485wb2p7] { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 28px; }
.module-tags span[b-lc485wb2p7] { padding: 7px 9px; color: #526071; background: #f3f5f7; border-radius: 7px; font-size: 11px; font-weight: 750; }
.featured .module-tags span[b-lc485wb2p7] { color: #d8dde5; background: rgba(255,255,255,.08); }

.module-cta[b-lc485wb2p7] { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-top: 22px; padding: 24px 28px; background: #fff; border: 1px solid #dce1e7; border-radius: 14px; }
.module-cta div[b-lc485wb2p7] { display: grid; gap: 5px; }
.module-cta strong[b-lc485wb2p7] { font-size: 18px; }
.module-cta a[b-lc485wb2p7] { flex: 0 0 auto; padding: 12px 16px; color: #fff; background: #eb0012; border-radius: 9px; font-size: 14px; font-weight: 850; text-decoration: none; }
.module-cta a:hover[b-lc485wb2p7] { background: #bd0010; }

@media (max-width: 900px) { .module-grid[b-lc485wb2p7] { grid-template-columns: 1fr; } .module-card[b-lc485wb2p7] { min-height: 330px; } }
@media (max-width: 600px) { .modules[b-lc485wb2p7] { padding: 68px 20px; } .module-card[b-lc485wb2p7] { min-height: 0; } .module-cta[b-lc485wb2p7] { align-items: flex-start; flex-direction: column; } }
/* /Parts/Navigation/RibbonBar.razor.rz.scp.css */
.ribbon-shell[b-7am649b7sp] {
    position: relative;
    width: 100%;
    background: #eef4fb;
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06), inset 0 -1px 0 rgba(255, 255, 255, 0.65);
    color: #0f172a;
    overflow: hidden;
}

.ribbon-shell[b-7am649b7sp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
}

.ribbon-tabs-row[b-7am649b7sp] {
    padding: 6px 10px 4px;
}

.ribbon-tabs-row[b-7am649b7sp]  .btn-group {
    display: block;
    width: 100%;
}

.ribbon-tabs-row[b-7am649b7sp]  .btn-group > .row {
    margin: 0;
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-tabs {
    width: 100%;
    margin: 0;
    padding: 0 6px;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    scrollbar-width: thin;
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-tabs::-webkit-scrollbar {
    height: 6px;
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.55);
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-item.bordenbtn {
    margin: 0;
    border: 0;
    flex: 0 0 auto;
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-link.menubtn {
    position: relative;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid rgba(203, 213, 225, 0.62);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, 0.4);
    color: #5f6f84;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-link.tab-active {
    color: #1e3a8a;
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(147, 197, 253, 0.85);
    box-shadow: 0 -6px 16px rgba(37, 99, 235, 0.06);
    opacity: 1;
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-link.tab-active::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 2px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-link.tab-inactive {
    opacity: 0.86;
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-link.tab-inactive:hover:not(:disabled) {
    color: #1e3a8a;
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(147, 197, 253, 0.72);
    opacity: 1;
    transform: translateY(-1px);
}

.ribbon-tabs-row[b-7am649b7sp]  .nav-link.tab-disabled,
.ribbon-tabs-row[b-7am649b7sp]  .nav-link.tab-disabled:disabled {
    color: #aab5c4;
    background: rgba(226, 232, 240, 0.28);
    border-color: rgba(203, 213, 225, 0.36);
    opacity: 0.56;
}

.ribbon-tab-content[b-7am649b7sp] {
    margin-top: -1px;
    height: 84px;
    padding: 4px 8px 5px;
    border: 1px solid rgba(203, 213, 225, 0.45);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 251, 255, 0.62));
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
}

.ribbon-actions[b-7am649b7sp] {
    display: flex;
    align-items: stretch;
    height: 73px;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scrollbar-width: thin;
}

.ribbon-actions[b-7am649b7sp]::-webkit-scrollbar {
    height: 6px;
}

.ribbon-actions[b-7am649b7sp]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.5);
}

.ribbon-group[b-7am649b7sp] {
    position: relative;
    flex: 0 0 auto;
    min-width: 0;
    height: 73px;
    padding: 2px 8px 0;
    display: flex;
    align-items: stretch;
    gap: 1px;
    border: 0;
    border-right: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ribbon-group-primary[b-7am649b7sp] {
    background: transparent;
    border-color: rgba(148, 163, 184, 0.32);
}

.ribbon-group-muted[b-7am649b7sp] {
    max-width: none;
    overflow: visible;
}

.ribbon-group:last-child[b-7am649b7sp] {
    border-right: 0;
}

.ribbon-group-title[b-7am649b7sp] {
    display: none;
}

.ribbon-action[b-7am649b7sp] {
    position: relative;
    width: 76px;
    min-width: 76px;
    height: 73px;
    padding: 5px 5px 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: #1f2937;
    background: transparent;
    box-shadow: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.12;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.14s ease, color 0.14s ease, background 0.14s ease;
}

.ribbon-action i[b-7am649b7sp] {
    width: 36px;
    height: 34px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(226, 232, 240, 0.38));
    flex: 0 0 34px;
    font-size: 22px;
    font-style: normal;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 2px rgba(15, 23, 42, 0.16);
    transition: color 0.14s ease, transform 0.14s ease;
}

.ribbon-action span[b-7am649b7sp] {
    min-height: 25px;
    max-width: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ribbon-action:hover:not(:disabled)[b-7am649b7sp] {
    color: #1e3a8a;
    border-color: rgba(96, 165, 250, 0.8);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.9), rgba(219, 234, 254, 0.75));
    box-shadow: none;
}

.ribbon-action:hover:not(:disabled) i[b-7am649b7sp] {
    color: #1d4ed8;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(219, 234, 254, 0.68));
    transform: translateY(-1px);
}

.ribbon-action:active:not(:disabled)[b-7am649b7sp] {
    background: rgba(191, 219, 254, 0.65);
}

.ribbon-action.is-primary[b-7am649b7sp] {
    color: #334155;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.ribbon-action.is-primary i[b-7am649b7sp] {
    color: #2563eb;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(226, 232, 240, 0.38));
}

.ribbon-action.is-primary:hover:not(:disabled)[b-7am649b7sp] {
    color: #1e3a8a;
    border-color: rgba(96, 165, 250, 0.8);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.9), rgba(219, 234, 254, 0.75));
    box-shadow: none;
}

.ribbon-action.is-primary:hover:not(:disabled) i[b-7am649b7sp] {
    color: #1d4ed8;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(219, 234, 254, 0.68));
}

.ribbon-action.is-active[b-7am649b7sp] {
    color: #1e3a8a;
    border-color: rgba(59, 130, 246, 0.45);
    background: linear-gradient(180deg, rgba(219, 234, 254, 0.85), rgba(191, 219, 254, 0.65));
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.08);
}

.ribbon-action.is-active[b-7am649b7sp]::after {
    content: '';
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 3px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.ribbon-action.is-active i[b-7am649b7sp] {
    color: #1d4ed8;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(191, 219, 254, 0.7));
}

.ribbon-action.is-disabled[b-7am649b7sp],
.ribbon-action:disabled[b-7am649b7sp] {
    color: #a8b3c4;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.62;
}

.ribbon-action.is-disabled i[b-7am649b7sp],
.ribbon-action:disabled i[b-7am649b7sp] {
    color: #94a3b8;
    background: rgba(226, 232, 240, 0.28);
    text-shadow: none;
}

.ribbon-action.is-disabled i[b-7am649b7sp]::before,
.ribbon-action:disabled i[b-7am649b7sp]::before {
    color: #94a3b8 !important;
}

.ribbon-action .bi-file-earmark-plus[b-7am649b7sp],
.ribbon-action .bi-plus-square[b-7am649b7sp],
.ribbon-action .bi-plus-circle[b-7am649b7sp],
.ribbon-action .bi-plus-square-dotted[b-7am649b7sp] {
    color: #15803d;
}

.ribbon-action .bi-folder2-open[b-7am649b7sp],
.ribbon-action .bi-pencil[b-7am649b7sp],
.ribbon-action .bi-magic[b-7am649b7sp],
.ribbon-action .bi-ladder[b-7am649b7sp],
.ribbon-action .bi-rulers[b-7am649b7sp] {
    color: #d97706;
}

.ribbon-action .bi-gear[b-7am649b7sp],
.ribbon-action .bi-sliders[b-7am649b7sp],
.ribbon-action .bi-file-earmark-text[b-7am649b7sp],
.ribbon-action .bi-pencil-square[b-7am649b7sp],
.ribbon-action .bi-files[b-7am649b7sp],
.ribbon-action .bi-card-checklist[b-7am649b7sp],
.ribbon-action .bi-file-bar-graph[b-7am649b7sp],
.ribbon-action .bi-table[b-7am649b7sp],
.ribbon-action .bi-list-stars[b-7am649b7sp] {
    color: #2563eb;
}

.ribbon-action .bi-box-seam[b-7am649b7sp],
.ribbon-action .bi-hdd-rack[b-7am649b7sp],
.ribbon-action .bi-ethernet[b-7am649b7sp],
.ribbon-action .bi-three-dots[b-7am649b7sp] {
    color: #64748b;
}

.ribbon-action .bi-search[b-7am649b7sp],
.ribbon-action .bi-broadcast-pin[b-7am649b7sp],
.ribbon-action .bi-broadcast[b-7am649b7sp] {
    color: #0891b2;
}

.ribbon-action .bi-image[b-7am649b7sp],
.ribbon-action .bi-droplet[b-7am649b7sp] {
    color: #0ea5e9;
}

.ribbon-action .bi-bricks[b-7am649b7sp],
.ribbon-action .bi-grid-3x3[b-7am649b7sp],
.ribbon-action .bi-bounding-box[b-7am649b7sp],
.ribbon-action .bi-door-open[b-7am649b7sp] {
    color: #b45309;
}

.ribbon-action .bi-house-door[b-7am649b7sp],
.ribbon-action .bi-toggle-on[b-7am649b7sp] {
    color: #16a34a;
}

.ribbon-action .bi-lightbulb[b-7am649b7sp],
.ribbon-action .bi-lightbulb-fill[b-7am649b7sp] {
    color: #eab308;
}

.ribbon-action .bi-outlet[b-7am649b7sp],
.ribbon-action .bi-plug[b-7am649b7sp] {
    color: #dc2626;
}

.ribbon-action .bi-cpu[b-7am649b7sp],
.ribbon-action .bi-diagram-3[b-7am649b7sp],
.ribbon-action .bi-diagram-2[b-7am649b7sp],
.ribbon-action .bi-bezier2[b-7am649b7sp],
.ribbon-action .bi-speaker[b-7am649b7sp],
.ribbon-action .bi-camera-video[b-7am649b7sp] {
    color: #7c3aed;
}

.ribbon-action .bi-thermometer-half[b-7am649b7sp] {
    color: #ea580c;
}

.test[b-7am649b7sp] {
    background: transparent;
    color: inherit;
    font-size: inherit;
    border: 0;
}

@media (max-width: 900px) {
    .ribbon-action[b-7am649b7sp] {
        width: 70px;
        min-width: 70px;
    }
}
/* /Parts/Navigation/TabControl.razor.rz.scp.css */
.btn-group[b-rm559sew7s] {
    display: block;
    width: 100%;
}

.btn-group > .row[b-rm559sew7s] {
    margin: 0;
}

.nav-tabs[b-rm559sew7s] {
    width: 100%;
    margin: 0;
    padding: 0 6px;
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    scrollbar-width: thin;
}

.nav-tabs[b-rm559sew7s]::-webkit-scrollbar {
    height: 6px;
}

.nav-tabs[b-rm559sew7s]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.55);
}

.bordenbtn[b-rm559sew7s] {
    flex: 0 0 auto;
    margin: 0;
    border: 0;
}

.menubtn[b-rm559sew7s] {
    position: relative;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid rgba(203, 213, 225, 0.85);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, 0.55);
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.tab-active[b-rm559sew7s] {
    color: #1e3a8a;
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(147, 197, 253, 0.85);
    box-shadow: 0 -6px 16px rgba(37, 99, 235, 0.06);
}

.tab-active[b-rm559sew7s]::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 2px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.tab-inactive:hover:not(:disabled)[b-rm559sew7s] {
    color: #1e3a8a;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(147, 197, 253, 0.8);
    transform: translateY(-1px);
}

.tab-disabled[b-rm559sew7s],
.tab-disabled:disabled[b-rm559sew7s] {
    color: #94a3b8;
    background: rgba(226, 232, 240, 0.45);
    border-color: rgba(203, 213, 225, 0.55);
    opacity: 0.72;
}

.test[b-rm559sew7s] {
    background: transparent;
    color: inherit;
    font-size: inherit;
    border: 0;
}
/* /Parts/SignupSection/SignupSection.razor.rz.scp.css */
.signup-section[b-vphibirat6] {
    padding: 88px 40px 80px;
    color: #111827;
    background: radial-gradient(circle at 16% 5%, rgba(235, 0, 18, .08), transparent 24%), linear-gradient(180deg, #f5f7f9, #e9edf2);
}

.signup-header[b-vphibirat6] { max-width: 820px; margin: 0 auto 44px; text-align: center; }
.signup-header > span[b-vphibirat6], .activation-heading > span[b-vphibirat6], .preview-copy > span[b-vphibirat6], .preview-result span[b-vphibirat6] { color: #eb0012; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.signup-header h2[b-vphibirat6] { margin: 10px 0 14px; font-size: clamp(36px, 4.5vw, 56px); font-weight: 850; line-height: 1.04; letter-spacing: -.05em; }
.signup-header p[b-vphibirat6] { max-width: 680px; margin: 0 auto; color: #64748b; font-size: 17px; line-height: 1.65; }

.signup-layout[b-vphibirat6] { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr); gap: 24px; align-items: stretch; max-width: 1180px; margin: 0 auto; }
.activation-card[b-vphibirat6], .output-preview[b-vphibirat6] { min-height: 600px; border-radius: 22px; }
.activation-card[b-vphibirat6] { position: relative; overflow: hidden; padding: 32px; background: rgba(255,255,255,.96); border: 1px solid #dce1e7; box-shadow: 0 24px 70px rgba(15,23,42,.12); }
.activation-card[b-vphibirat6]::after { content: ""; position: absolute; top: -100px; right: -90px; width: 260px; height: 260px; pointer-events: none; background: radial-gradient(circle, rgba(235,0,18,.1), transparent 68%); }
.activation-heading[b-vphibirat6], .signup-steps[b-vphibirat6], .plan-options[b-vphibirat6], .signup-button[b-vphibirat6], .signup-notes[b-vphibirat6] { position: relative; z-index: 1; }
.activation-heading h3[b-vphibirat6] { max-width: 560px; margin: 9px 0 8px; font-size: clamp(25px, 3vw, 34px); font-weight: 850; line-height: 1.12; letter-spacing: -.04em; }
.activation-heading p[b-vphibirat6] { margin: 0; color: #64748b; font-size: 15px; line-height: 1.55; }

.signup-steps[b-vphibirat6] { display: grid; gap: 9px; margin: 26px 0 18px; padding: 0; list-style: none; }
.signup-steps li[b-vphibirat6] { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 12px 14px; background: #f5f7f9; border: 1px solid #dce1e7; border-radius: 12px; }
.signup-steps li > span[b-vphibirat6] { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: #eb0012; border-radius: 50%; font-size: 13px; font-weight: 900; }
.signup-steps strong[b-vphibirat6] { display: block; font-size: 14px; }
.signup-steps p[b-vphibirat6] { margin: 2px 0 0; color: #64748b; font-size: 13px; }

.plan-options[b-vphibirat6] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.plan-options > div[b-vphibirat6] { padding: 13px 10px; text-align: center; background: #fff; border: 1px solid #dce1e7; border-radius: 12px; }
.plan-options > div.selected[b-vphibirat6] { background: #fff8f8; border-color: #eb0012; box-shadow: 0 10px 28px rgba(235,0,18,.09); }
.plan-options span[b-vphibirat6], .plan-options small[b-vphibirat6] { display: block; color: #64748b; font-size: 11px; font-weight: 750; }
.plan-options strong[b-vphibirat6] { display: block; margin: 6px 0 2px; font-size: 25px; font-weight: 850; letter-spacing: -.035em; }

.signup-button[b-vphibirat6] { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 52px; color: #fff; background: #eb0012; border-radius: 9px; font-size: 16px; font-weight: 850; text-decoration: none; box-shadow: 0 14px 32px rgba(235,0,18,.22); }
.signup-button:hover[b-vphibirat6] { color: #fff; background: #bd0010; }
.signup-notes[b-vphibirat6] { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 13px; color: #526071; font-size: 12px; font-weight: 700; }
.signup-notes span[b-vphibirat6]::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: #eb0012; border-radius: 50%; }

.output-preview[b-vphibirat6] { position: relative; overflow: hidden; padding: 32px; color: #fff; background: linear-gradient(145deg, #1b1b1b, #060606); }
.output-preview[b-vphibirat6]::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(#000, transparent 82%); }
.preview-copy[b-vphibirat6], .floorplan-preview[b-vphibirat6], .preview-result[b-vphibirat6] { position: relative; z-index: 1; }
.preview-copy h3[b-vphibirat6] { margin: 9px 0 10px; font-size: clamp(26px, 3vw, 36px); font-weight: 850; line-height: 1.1; letter-spacing: -.04em; }
.preview-copy p[b-vphibirat6] { margin: 0; color: #aeb7c3; font-size: 14px; line-height: 1.6; }

.floorplan-preview[b-vphibirat6] { height: 290px; margin-top: 27px; color: #111827; background: #fff; border-radius: 15px; box-shadow: 0 24px 55px rgba(0,0,0,.35); }
.room[b-vphibirat6] { position: absolute; display: flex; align-items: center; justify-content: center; color: #64748b; background: #f8fafc; border: 2px solid #1f2937; font-size: 11px; font-weight: 750; }
.room-living[b-vphibirat6] { left: 7%; top: 10%; width: 48%; height: 48%; }.room-kitchen[b-vphibirat6] { right: 7%; top: 10%; width: 32%; height: 34%; }.room-hall[b-vphibirat6] { left: 7%; bottom: 10%; width: 32%; height: 28%; }.room-bath[b-vphibirat6] { right: 7%; bottom: 10%; width: 47%; height: 39%; }
.socket[b-vphibirat6] { position: absolute; z-index: 2; width: 12px; height: 12px; background: #eb0012; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 3px rgba(235,0,18,.18); }
.socket-one[b-vphibirat6] { left: 22%; top: 27%; }.socket-two[b-vphibirat6] { right: 20%; top: 27%; }.socket-three[b-vphibirat6] { right: 31%; bottom: 26%; }
.wire[b-vphibirat6] { position: absolute; z-index: 1; height: 2px; background: #eb0012; transform-origin: left center; }
.wire-one[b-vphibirat6] { left: 23%; top: 29%; width: 55%; }.wire-two[b-vphibirat6] { right: 21%; top: 30%; width: 38%; transform: rotate(72deg); }
.preview-result[b-vphibirat6] { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-top: 18px; }
.preview-result span[b-vphibirat6] { color: #ff5361; font-size: 10px; }
.preview-result strong[b-vphibirat6] { font-size: 13px; text-align: right; }

.signup-reminder[b-vphibirat6] { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; justify-content: center; max-width: 1180px; margin: 28px auto 0; color: #526071; font-size: 14px; text-align: center; }
.signup-reminder strong[b-vphibirat6] { color: #111827; }
.signup-reminder span[b-vphibirat6] { color: #eb0012; font-weight: 850; }

@media (max-width: 920px) { .signup-layout[b-vphibirat6] { grid-template-columns: 1fr; } .activation-card[b-vphibirat6], .output-preview[b-vphibirat6] { min-height: auto; } }
@media (max-width: 600px) { .signup-section[b-vphibirat6] { padding: 68px 20px; } .activation-card[b-vphibirat6], .output-preview[b-vphibirat6] { padding: 24px 20px; } .plan-options[b-vphibirat6] { grid-template-columns: 1fr; } .floorplan-preview[b-vphibirat6] { height: 250px; } .preview-result[b-vphibirat6] { align-items: flex-start; flex-direction: column; } .preview-result strong[b-vphibirat6] { text-align: left; } }
/* /Parts/StatusModes/StatusModes.razor.rz.scp.css */
.mode-box[b-3x2eqap46r] {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #222;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-family: monospace;
    user-select: none;
    z-index: 9999;
}
/* /Parts/Subscribe/Subscribe.razor.rz.scp.css */
.pricing-preview[b-b75g3qhfp8] {
    padding: 84px 40px 88px;
    color: #fff;
    background: #151515;
}

.pricing-heading[b-b75g3qhfp8] {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.pricing-heading > span[b-b75g3qhfp8] {
    color: #ff3344;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pricing-heading h2[b-b75g3qhfp8] {
    margin: 10px 0 12px;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.pricing-heading p[b-b75g3qhfp8] {
    margin: 0;
    color: #b9c0ca;
    font-size: 17px;
    line-height: 1.6;
}

.pricing-heading > strong[b-b75g3qhfp8] {
    display: block;
    margin-top: 14px;
    color: #fff;
    font-size: 15px;
}

.pricing-grid[b-b75g3qhfp8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
    align-items: stretch;
}

.pricing-card[b-b75g3qhfp8] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 27px 24px;
    color: #111827;
    background: #fff;
    border: 1px solid #e0e4e9;
    border-radius: 16px;
}

.pricing-card h3[b-b75g3qhfp8] {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 800;
}

.price[b-b75g3qhfp8] {
    margin: 0 0 24px;
    font-size: 34px;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.price span[b-b75g3qhfp8] {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.pricing-card ul[b-b75g3qhfp8] {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    color: #526071;
    font-size: 15px;
}

.pricing-card li[b-b75g3qhfp8]::before {
    content: "✓";
    margin-right: 9px;
    color: #eb0012;
    font-weight: 900;
}

.pro-highlight[b-b75g3qhfp8] {
    border-color: #eb0012;
    box-shadow: 0 0 0 1px #eb0012;
}

.plan-badge[b-b75g3qhfp8] {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #eb0012;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lifetime-card[b-b75g3qhfp8] {
    color: #fff;
    background: linear-gradient(145deg, #292929, #111);
    border-color: rgba(255,255,255,.14);
}

.lifetime-card .plan-badge[b-b75g3qhfp8] {
    color: #ff5361;
}

.lifetime-card .price span[b-b75g3qhfp8],
.lifetime-card ul[b-b75g3qhfp8] {
    color: #b8c1cc;
}

.lifetime-card .cta-button[b-b75g3qhfp8] {
    background: #fff;
    color: #111827;
}

.lifetime-card .cta-button:hover[b-b75g3qhfp8] {
    color: #fff;
    background: #eb0012;
}

.cta-button[b-b75g3qhfp8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 12px 16px;
    color: #fff;
    background: #eb0012;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.cta-button:hover[b-b75g3qhfp8],
.cta-button:focus[b-b75g3qhfp8] {
    color: #fff;
    background: #bd0010;
}

.pricing-footer[b-b75g3qhfp8] {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 22px auto 0;
    padding-top: 20px;
    color: #aeb7c3;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14px;
}

.pricing-footer p[b-b75g3qhfp8] {
    margin: 0;
}

.pricing-footer a[b-b75g3qhfp8] {
    flex: 0 0 auto;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.pricing-footer a:hover[b-b75g3qhfp8] {
    color: #ff3344;
}

@media (max-width: 1100px) {
    .pricing-grid[b-b75g3qhfp8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
    }

    .pricing-footer[b-b75g3qhfp8] {
        max-width: 760px;
    }
}

@media (max-width: 680px) {
    .pricing-preview[b-b75g3qhfp8] {
        padding: 64px 20px;
    }

    .pricing-footer[b-b75g3qhfp8] {
        align-items: flex-start;
        flex-direction: column;
    }

    .pricing-grid[b-b75g3qhfp8] {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}
/* /Parts/Toolbar/Toolbar.razor.rz.scp.css */
/* ── Container ───────────────────────────────────────────────────────────── */
.toolbar[b-czyem7vbtx] {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 900;
    background:
        linear-gradient(180deg, rgba(37, 43, 55, 0.98), rgba(18, 22, 30, 0.98)),
        radial-gradient(circle at 20% 0%, rgba(59, 130, 246, 0.18), transparent 42%);
    padding: 9px;
    display: grid;
    grid-template-columns: repeat(2, 38px);
    grid-auto-rows: 38px;
    gap: 7px;
    user-select: none;
    border-radius: 16px;
    width: max-content;
    cursor: grab;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), 0 6px 18px rgba(15, 23, 42, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.22);
    /* Transition for show/hide */
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.toolbar--hidden[b-czyem7vbtx] {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.92);
}

.placement-options[b-czyem7vbtx] {
    grid-column: span 2;
    display: grid;
    gap: 4px;
    width: 83px;
}

.placement-options select[b-czyem7vbtx],
.placement-options input[b-czyem7vbtx] {
    min-width: 0;
    width: 100%;
    height: 25px;
    padding: 2px 4px;
    color: #e2e8f0;
    background: #181e29;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 6px;
    font-size: 11px;
}

.placement-options label[b-czyem7vbtx] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 3px;
    color: #cbd5e1;
    font-size: 10px;
}

.placement-options .placement-check[b-czyem7vbtx] { grid-template-columns: auto 1fr; }
.placement-options .placement-check input[b-czyem7vbtx] { width: 14px; height: 14px; }

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.tool-button[b-czyem7vbtx] {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
    transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, color 0.15s, transform 0.15s;
    position: relative;
}

    .tool-button:hover[b-czyem7vbtx] {
        background: rgba(59, 130, 246, 0.18);
        border-color: rgba(96, 165, 250, 0.38);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
        transform: translateY(-1px);
    }

    .tool-button:active[b-czyem7vbtx] {
        transform: translateY(0);
        background: rgba(59, 130, 246, 0.26);
    }

    .tool-button i[b-czyem7vbtx] {
        width: 18px;
        color: rgba(226, 232, 240, 0.9);
        font-size: 16px;
        line-height: 1;
        text-align: center;
        transition: color 0.15s, transform 0.15s;
    }

    .tool-button:hover i[b-czyem7vbtx] {
        color: #ffffff;
        transform: scale(1.05);
    }

.switch-symbol-preview[b-czyem7vbtx],
.socket-symbol-preview[b-czyem7vbtx],
.lamp-symbol-preview[b-czyem7vbtx],
.energy-symbol-preview[b-czyem7vbtx] {
    width: 32px;
    height: 32px;
    pointer-events: none;
}

.switch-symbol-preview canvas[b-czyem7vbtx],
.socket-symbol-preview canvas[b-czyem7vbtx],
.lamp-symbol-preview canvas[b-czyem7vbtx],
.energy-symbol-preview canvas[b-czyem7vbtx] {
    pointer-events: none !important;
}

    /* Large (full-width) variant */
    .tool-button.large[b-czyem7vbtx] {
        grid-column: span 2;
        width: 100%;
        height: 38px;
        justify-self: stretch;
        border-radius: 11px;
        background: linear-gradient(180deg, rgba(59, 130, 246, 0.16), rgba(37, 99, 235, 0.1));
    }

        .tool-button.large i[b-czyem7vbtx] {
            font-size: 18px;
        }

    /* Active / selected state */
    .tool-button.active[b-czyem7vbtx] {
        background-color: rgba(56, 207, 45, 0.18);
    }

        .tool-button.active i[b-czyem7vbtx] {
            color: #38cf2d;
        }

/* ── Submenu indicator dot ───────────────────────────────────────────────── */
.submenu-indicator[b-czyem7vbtx] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 6px;
    height: 6px;
    fill: #60a5fa;
    pointer-events: none;
    z-index: 2;
    animation: pulse-b-czyem7vbtx 2s infinite ease-in-out;
}

@keyframes pulse-b-czyem7vbtx {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.6);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ── Divider between button groups ──────────────────────────────────────── */
.toolbar-divider[b-czyem7vbtx] {
    grid-column: span 2;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 2px 0;
}

/* ── Sub-toolbar (fly-out) ───────────────────────────────────────────────── */
.sub-toolbar[b-czyem7vbtx] {
    position: absolute;
    background-color: transparent;
    padding: 0;
    display: block;
    z-index: 901;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: scale(0.9);
}

    .sub-toolbar.show[b-czyem7vbtx] {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1);
    }

    .sub-toolbar.left[b-czyem7vbtx] {
        right: 126px;
        top: 0;
    }

    .sub-toolbar.right[b-czyem7vbtx] {
        left: 52px;
        top: 0;
    }

    .sub-toolbar .tool-button[b-czyem7vbtx] {
        position: absolute;
        width: 38px;
        height: 38px;
        background: rgba(18, 22, 30, 0.98);
        border: 1px solid rgba(148, 163, 184, 0.22);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        border-radius: 0;
    }

        .sub-toolbar .tool-button i[b-czyem7vbtx] {
            font-size: 16px;
            color: rgba(226, 232, 240, 0.9);
            line-height: 1;
        }

    /* ── Left L-shape positions ── */
    .sub-toolbar.left .tool-button:nth-child(1)[b-czyem7vbtx] {
        top: 0;
        left: 0;
        border-top-left-radius: 8px;
    }

    .sub-toolbar.left .tool-button:nth-child(2)[b-czyem7vbtx] {
        top: 0;
        left: 38px;
        border-top-right-radius: 8px;
    }

    .sub-toolbar.left .tool-button:nth-child(3)[b-czyem7vbtx] {
        top: 38px;
        left: 0;
    }

    .sub-toolbar.left .tool-button:nth-child(4)[b-czyem7vbtx] {
        top: 38px;
        left: 38px;
    }

    .sub-toolbar.left .tool-button:nth-child(5)[b-czyem7vbtx] {
        top: 76px;
        left: 0;
        border-bottom-left-radius: 8px;
    }

    .sub-toolbar.left .tool-button:nth-child(6)[b-czyem7vbtx] {
        top: 76px;
        left: 38px;
        border-bottom-right-radius: 8px;
        display: none;
    }

    /* ── Right L-shape positions ── */
    .sub-toolbar.right .tool-button:nth-child(1)[b-czyem7vbtx] {
        top: 0;
        left: 38px;
        border-top-right-radius: 8px;
    }

    .sub-toolbar.right .tool-button:nth-child(2)[b-czyem7vbtx] {
        top: 0;
        left: 0;
        border-top-left-radius: 8px;
    }

    .sub-toolbar.right .tool-button:nth-child(3)[b-czyem7vbtx] {
        top: 38px;
        left: 38px;
    }

    .sub-toolbar.right .tool-button:nth-child(4)[b-czyem7vbtx] {
        top: 38px;
        left: 0;
    }

    .sub-toolbar.right .tool-button:nth-child(5)[b-czyem7vbtx] {
        top: 76px;
        left: 38px;
        border-bottom-right-radius: 8px;
    }

    .sub-toolbar.right .tool-button:nth-child(6)[b-czyem7vbtx] {
        top: 76px;
        left: 0;
        border-bottom-left-radius: 8px;
        display: none;
    }

/* ── Drag handle ─────────────────────────────────────────────────────────── */
.toolbar-drag-handle[b-czyem7vbtx] {
    grid-column: span 2;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    /* Bleed to toolbar edges, sit flush at top */
    margin: -9px -9px 4px -9px;
    border-radius: 16px 16px 0 0;
    background: rgba(255, 255, 255, 0.045);
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    transition: background-color 0.15s;
}

    .toolbar-drag-handle:hover[b-czyem7vbtx] {
        background: rgba(255, 255, 255, 0.08);
    }

    .toolbar-drag-handle:active[b-czyem7vbtx] {
        cursor: grabbing;
        background-color: rgba(255, 255, 255, 0.13);
    }

/* Three-dot grip indicator */
.toolbar-drag-dots[b-czyem7vbtx] {
    display: flex;
    gap: 3px;
    align-items: center;
}

    .toolbar-drag-dots[b-czyem7vbtx]::before,
    .toolbar-drag-dots[b-czyem7vbtx]::after,
    .toolbar-drag-dots span[b-czyem7vbtx] {
        content: '';
        display: block;
        width: 3.5px;
        height: 3.5px;
        border-radius: 50%;
        background: rgba(203, 213, 225, 0.42);
        transition: background-color 0.15s;
    }

.toolbar-drag-handle:hover .toolbar-drag-dots[b-czyem7vbtx]::before,
.toolbar-drag-handle:hover .toolbar-drag-dots[b-czyem7vbtx]::after,
.toolbar-drag-handle:hover .toolbar-drag-dots span[b-czyem7vbtx] {
    background: rgba(255, 255, 255, 0.6);
}

/* Toolbar itself shouldn't show grab cursor */
.toolbar[b-czyem7vbtx] {
    cursor: default;
}
/* /Views/Modals/Cabinet/CabinetModal.razor.rz.scp.css */
/* =======================================
   Base Modal Styling — Enhanced Theme
   ======================================= */



/* Blazored modal chrome reset for the custom Cabinet modal shell. */
.CabinetModal[b-sx8fp1fmk1] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* --- Overlay --- */
.frameless-modal[b-sx8fp1fmk1] {
    position: relative;
    background: transparent;
    backdrop-filter: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: auto;
    padding: 0;
    overflow-y: auto;
    animation: fadeIn-b-sx8fp1fmk1 0.2s ease-out forwards;
}

@keyframes fadeIn-b-sx8fp1fmk1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* --- Modal Content Wrapper --- */
.frameless-modal .content[b-sx8fp1fmk1] {
    width: 100%;
    display: flex;
    justify-content: center;
    background: none;
    border: none;
    box-shadow: none;
    animation: slideUp-b-sx8fp1fmk1 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes slideUp-b-sx8fp1fmk1 {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ===========================
   Card Container
   =========================== */
.card-custom[b-sx8fp1fmk1] {
    background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.13), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(139, 92, 246, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    width: clamp(360px, 92vw, 620px);
    height: auto;
    max-height: none;
    border-radius: 16px;
    padding: 1.75rem 2rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24), 0 10px 28px rgba(37, 99, 235, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

    /* Gradient accent bar */
    .card-custom[b-sx8fp1fmk1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
        opacity: 1;
    }

/* =======================================
   Typography & Sections
   ======================================= */
h2.h5[b-sx8fp1fmk1] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    letter-spacing: -0.3px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cabinet-modal-header[b-sx8fp1fmk1] {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.cabinet-header-icon[b-sx8fp1fmk1] {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #dbeafe 0%, #eef2ff 100%);
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.cabinet-header-icon i[b-sx8fp1fmk1] {
    font-size: 21px;
}

.cabinet-modal-header p[b-sx8fp1fmk1] {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 13px;
}

.section-label[b-sx8fp1fmk1] {
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 13px;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .section-label[b-sx8fp1fmk1]::before {
        content: '•';
        color: #3b82f6;
        font-size: 18px;
        font-weight: bold;
    }

/* =======================================
   Inputs, Selects & Buttons
   ======================================= */
.form-control[b-sx8fp1fmk1],
.form-select[b-sx8fp1fmk1] {
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    background-color: #ffffff;
    padding: 0.55rem 0.9rem;
    transition: all 0.2s ease;
    height: 38px;
    font-size: 14px;
    color: #1e293b;
}

    .form-control:hover[b-sx8fp1fmk1],
    .form-select:hover[b-sx8fp1fmk1] {
        border-color: #cbd5e1;
        background-color: #fafbfc;
    }

    .form-control:focus[b-sx8fp1fmk1],
    .form-select:focus[b-sx8fp1fmk1] {
        border-color: #3b82f6;
        background-color: #ffffff;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
        outline: none;
        transform: translateY(-1px);
    }

    .form-control[b-sx8fp1fmk1]::placeholder {
        color: #94a3b8;
    }

/* Select dropdown styling */
.form-select[b-sx8fp1fmk1] {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

    .form-select:focus[b-sx8fp1fmk1] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    }

/* Input groups */
.input-group[b-sx8fp1fmk1] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    overflow: hidden;
}

    .input-group .form-control[b-sx8fp1fmk1],
    .input-group .form-select[b-sx8fp1fmk1] {
        border-radius: 10px 0 0 10px;
        border-right: none;
        height: 38px;
    }

    .input-group .btn[b-sx8fp1fmk1] {
        border-radius: 0 10px 10px 0;
        height: 38px;
        border-left: 1px solid #e2e8f0;
    }

/* --- Buttons --- */
.btn[b-sx8fp1fmk1] {
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.2s ease;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .btn i[b-sx8fp1fmk1] {
        font-size: 16px;
    }

    .btn[b-sx8fp1fmk1]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .btn:active[b-sx8fp1fmk1]::before {
        width: 300px;
        height: 300px;
    }

.btn-primary[b-sx8fp1fmk1] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
}

.btn-danger[b-sx8fp1fmk1] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 8px 18px rgba(220, 38, 38, 0.22);
}

.btn-danger:hover:not(:disabled)[b-sx8fp1fmk1] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(220, 38, 38, 0.3);
}

    .btn-primary:hover[b-sx8fp1fmk1] {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(59, 130, 246, 0.45);
    }

    .btn-primary:active[b-sx8fp1fmk1] {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(59, 130, 246, 0.35);
    }

.btn-light[b-sx8fp1fmk1] {
    background-color: #f1f5f9;
    color: #475569;
    border: 1.5px solid #e2e8f0;
}

    .btn-light:hover[b-sx8fp1fmk1] {
        background-color: #e2e8f0;
        border-color: #cbd5e1;
        color: #334155;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .btn-light:active[b-sx8fp1fmk1] {
        transform: translateY(0);
    }

    /* Delete/Danger button */
    .btn-light.btn-danger[b-sx8fp1fmk1] {
        color: #ef4444;
        border-color: #fecaca;
        background: #fef2f2;
    }

        .btn-light.btn-danger:hover[b-sx8fp1fmk1] {
            background: #fee2e2;
            border-color: #fca5a5;
            color: #dc2626;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
        }

/* Icon-only buttons */
.btn.px-2[b-sx8fp1fmk1] {
    padding: 8px;
    width: 38px;
    height: 38px;
    justify-content: center;
}

.btn.p-2[b-sx8fp1fmk1] {
    padding: 8px;
    width: 44px;
    height: 44px;
    justify-content: center;
    background: #fef2f2;
    border: 1.5px solid #fecaca;
}

    .btn.p-2:hover[b-sx8fp1fmk1] {
        background: #fee2e2;
        border-color: #fca5a5;
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
    }

    .btn.p-2 i[b-sx8fp1fmk1] {
        font-size: 20px;
    }

/* Small button styling */
.btn-sm[b-sx8fp1fmk1] {
    padding: 6px 14px;
    font-size: 13px;
}

/* Secondary/Cancel button */
.btn-secondary[b-sx8fp1fmk1],
.btn-cancel[b-sx8fp1fmk1] {
    background-color: #f1f5f9;
    color: #475569;
    border: 1.5px solid #e2e8f0;
}

    .btn-secondary:hover[b-sx8fp1fmk1],
    .btn-cancel:hover[b-sx8fp1fmk1] {
        background-color: #e2e8f0;
        border-color: #cbd5e1;
        color: #334155;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .btn-secondary:active[b-sx8fp1fmk1],
    .btn-cancel:active[b-sx8fp1fmk1] {
        transform: translateY(0);
    }

/* =======================================
   Circuits List Area
   ======================================= */
.circuit-list[b-sx8fp1fmk1] {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    padding: 0.5rem;
    height: 120px;
    min-height: 100px;
    max-height: 150px;
    overflow-y: auto;
    scrollbar-width: thin;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.04);
    flex: 1 1 auto;
}

    .circuit-list:hover[b-sx8fp1fmk1] {
        border-color: #cbd5e1;
    }

    .circuit-list:focus-within[b-sx8fp1fmk1] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12), inset 0 2px 4px rgba(0, 0, 0, 0.04);
        outline: none;
    }

    /* Custom scrollbar for circuit list */
    .circuit-list[b-sx8fp1fmk1]::-webkit-scrollbar {
        width: 8px;
    }

    .circuit-list[b-sx8fp1fmk1]::-webkit-scrollbar-track {
        background: #f1f5f9;
        border-radius: 10px;
    }

    .circuit-list[b-sx8fp1fmk1]::-webkit-scrollbar-thumb {
        background-color: #cbd5e1;
        border-radius: 10px;
        border: 2px solid #f1f5f9;
    }

        .circuit-list[b-sx8fp1fmk1]::-webkit-scrollbar-thumb:hover {
            background-color: #94a3b8;
        }

.circuit-list-item[b-sx8fp1fmk1] {
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #1e293b;
    display: block;
    font: inherit;
    margin: 0;
    padding: 6px 10px;
    text-align: left;
}

    .circuit-list-item:hover[b-sx8fp1fmk1],
    .circuit-list-item:focus-visible[b-sx8fp1fmk1] {
        background: #f1f5f9;
        outline: none;
    }

    .circuit-list-item.selected[b-sx8fp1fmk1] {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        color: #ffffff;
        font-weight: 600;
        box-shadow: 0 2px 8px rgba(37, 99, 235, 0.22);
    }

.circuit-list-empty[b-sx8fp1fmk1] {
    color: #94a3b8;
    font-size: 13px;
    font-style: italic;
    padding: 40px 20px;
    text-align: center;
}

/* =======================================
   Form Controls Alignment
   ======================================= */
.d-flex.align-items-center.gap-2[b-sx8fp1fmk1] {
    align-items: center !important;
    gap: 12px !important;
}

/* Phase checkboxes container */
.d-flex.align-items-center.flex-wrap.gap-2.text-secondary.small.mt-2[b-sx8fp1fmk1] {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 12px 16px;
    border-radius: 10px;
    border: 1.5px solid #bae6fd;
    margin-top: 0.75rem !important;
}

    .d-flex.align-items-center.flex-wrap.gap-2.text-secondary.small.mt-2 > span[b-sx8fp1fmk1] {
        font-weight: 600;
        color: #0369a1;
        font-size: 13px;
    }

.form-check[b-sx8fp1fmk1] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 7px 11px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    transition: all 0.2s ease;
}

    .form-check:hover[b-sx8fp1fmk1] {
        background: #f1f5f9;
        border-color: #cbd5e1;
    }

.form-check-input[b-sx8fp1fmk1] {
    margin: 0 4px 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #3b82f6;
    flex-shrink: 0;
}

.form-check-label[b-sx8fp1fmk1] {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    white-space: nowrap;
    padding-top: 1px;
}

.form-check.ms-2[b-sx8fp1fmk1] {
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: 0 !important;
}

.text-secondary.small[b-sx8fp1fmk1] {
    color: #64748b !important;
    font-size: 13px !important;
}

/* --- Dividers & layout spacing --- */
.border-top[b-sx8fp1fmk1] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.border-top-header[b-sx8fp1fmk1] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    cursor: pointer;
    user-select: none;
    position: relative;
    padding: 0 16px;
}

    .border-top-header[b-sx8fp1fmk1]::before,
    .border-top-header[b-sx8fp1fmk1]::after {
        content: '';
        flex: 1;
        height: 1px;
        background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    }

    .border-top-header[b-sx8fp1fmk1]::before {
        margin-right: 16px;
        background: linear-gradient(to right, transparent, #e2e8f0);
    }

    .border-top-header[b-sx8fp1fmk1]::after {
        margin-left: 16px;
        background: linear-gradient(to left, transparent, #e2e8f0);
    }

.border-top-header-content[b-sx8fp1fmk1] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 16px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.border-top-header:hover .border-top-header-content[b-sx8fp1fmk1] {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.border-top-header h6[b-sx8fp1fmk1] {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .border-top-header h6[b-sx8fp1fmk1]::before {
        content: '⚙️';
        font-size: 13px;
    }

.collapse-icon[b-sx8fp1fmk1] {
    font-size: 14px;
    color: #94a3b8;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

    .collapse-icon.expanded[b-sx8fp1fmk1] {
        transform: rotate(180deg);
    }

.border-top-content[b-sx8fp1fmk1] {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

    .border-top-content.collapsed[b-sx8fp1fmk1] {
        max-height: 0 !important;
        opacity: 0;
    }

    .border-top-content.expanded[b-sx8fp1fmk1] {
        max-height: 500px;
        opacity: 1;
    }

/* =======================================
   Additional Options Layout
   ======================================= */
.additional-option-row[b-sx8fp1fmk1] {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 100px minmax(0, 1fr) auto;
}

    .additional-option-row.compact[b-sx8fp1fmk1] {
        grid-template-columns: 100px 110px minmax(0, 1fr);
    }

.additional-option-row label.text-secondary.small[b-sx8fp1fmk1] {
    color: #64748b !important;
    font-weight: 600;
    margin: 0;
    font-size: 13px !important;
}

.additional-option-row .form-control[b-sx8fp1fmk1],
.additional-option-row .form-select[b-sx8fp1fmk1] {
    height: 38px;
    line-height: 1;
    padding: 0.55rem 0.9rem;
    width: 100%;
}

.height-input[b-sx8fp1fmk1] {
    max-width: 110px;
}

/* Checkbox containers in various section */
.additional-option-row .form-check.ms-2[b-sx8fp1fmk1] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 8px 12px;
    white-space: nowrap;
    background: #f8fafc;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    transition: all 0.2s ease;
    height: 38px;
}

    .additional-option-row .form-check.ms-2:hover[b-sx8fp1fmk1] {
        background: #f1f5f9;
        border-color: #cbd5e1;
    }

.modal-actions .btn[b-sx8fp1fmk1] {
    justify-content: center;
    min-width: 118px;
}

/* =======================================
   Confirmation Dialog
   ======================================= */
.confirm-dialog[b-sx8fp1fmk1] {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.42);
}

.confirm-dialog-content[b-sx8fp1fmk1] {
    width: min(420px, 100%);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.35);
    padding: 24px;
}

.confirm-dialog-header[b-sx8fp1fmk1] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.confirm-dialog-icon[b-sx8fp1fmk1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fef3c7;
    font-size: 20px;
}

    .confirm-dialog-icon.danger[b-sx8fp1fmk1],
    .confirm-dialog-icon.warning[b-sx8fp1fmk1] {
        background: #fee2e2;
    }

.confirm-dialog-title[b-sx8fp1fmk1] {
    margin: 0;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 700;
}

.confirm-dialog-message[b-sx8fp1fmk1] {
    margin: 0 0 20px;
    color: #475569;
    line-height: 1.5;
}

.confirm-dialog-actions[b-sx8fp1fmk1] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

    .confirm-dialog-actions .btn[b-sx8fp1fmk1] {
        justify-content: center;
        min-width: 120px;
    }

/* =======================================
   Responsive & Adaptive Height
   ======================================= */
@media (max-height: 700px) {
    .frameless-modal[b-sx8fp1fmk1] {
        align-items: flex-start;
        padding-top: 2rem;
    }

    .circuit-list[b-sx8fp1fmk1] {
        max-height: 140px !important;
    }
}

@media (max-width: 768px) {
    .card-custom[b-sx8fp1fmk1] {
        width: 95%;
        padding: 1.25rem 1.5rem;
        border-radius: 14px;
    }

    h2.h5[b-sx8fp1fmk1] {
        font-size: 1.15rem;
    }

    .additional-option-row[b-sx8fp1fmk1],
    .additional-option-row.compact[b-sx8fp1fmk1] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .additional-option-row label.text-secondary.small[b-sx8fp1fmk1] {
        text-align: left;
        padding-right: 0;
        margin-bottom: 4px;
    }

    .additional-option-row .form-check.ms-2[b-sx8fp1fmk1] {
        justify-content: flex-start;
    }

}

@media (max-width: 480px) {
    .card-custom[b-sx8fp1fmk1] {
        padding: 1.25rem 1.25rem;
    }

    .input-group[b-sx8fp1fmk1] {
        flex-direction: column;
    }

        .input-group .form-control[b-sx8fp1fmk1],
        .input-group .form-select[b-sx8fp1fmk1],
        .input-group .btn[b-sx8fp1fmk1] {
            border-radius: 10px !important;
            border: 1.5px solid #e2e8f0 !important;
            width: 100%;
        }
}

/* =======================================
   Dropdown Menu Improvements
   ======================================= */
.dropdown-menu[b-sx8fp1fmk1] {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 6px;
    margin-top: 8px;
    min-width: 180px;
}

.dropdown-item[b-sx8fp1fmk1] {
    border-radius: 6px;
    padding: 8px 12px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .dropdown-item:hover[b-sx8fp1fmk1] {
        background: #f1f5f9;
        transform: translateX(2px);
    }

    .dropdown-item.text-danger[b-sx8fp1fmk1] {
        color: #ef4444 !important;
    }

        .dropdown-item.text-danger:hover[b-sx8fp1fmk1] {
            background: #fef2f2;
            color: #dc2626 !important;
        }

    .dropdown-item i[b-sx8fp1fmk1] {
        font-size: 16px;
    }

/* Dropdown toggle button */
.dropdown .btn-light[b-sx8fp1fmk1] {
    border-radius: 8px;
    padding: 6px 8px;
}

    .dropdown .btn-light:hover[b-sx8fp1fmk1] {
        background: #e2e8f0;
        transform: rotate(90deg);
    }

/* =======================================
   Input Icon Support
   ======================================= */
.input-with-icon[b-sx8fp1fmk1] {
    position: relative;
}

    .input-with-icon .form-control[b-sx8fp1fmk1],
    .input-with-icon .form-select[b-sx8fp1fmk1] {
        padding-left: 38px;
    }

    .input-with-icon i[b-sx8fp1fmk1] {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
        font-size: 16px;
        pointer-events: none;
        z-index: 1;
    }

    .input-with-icon .form-control:focus ~ i[b-sx8fp1fmk1],
    .input-with-icon .form-select:focus ~ i[b-sx8fp1fmk1] {
        color: #3b82f6;
    }

/* =======================================
   Disabled/Empty States
   ======================================= */
.form-control:disabled[b-sx8fp1fmk1],
.form-select:disabled[b-sx8fp1fmk1] {
    background-color: #f1f5f9;
    color: #94a3b8;
    cursor: not-allowed;
    opacity: 0.6;
}

.form-control[b-sx8fp1fmk1]::placeholder {
    color: #cbd5e1;
    font-style: italic;
}

/* Empty state message */
.empty-state[b-sx8fp1fmk1] {
    padding: 40px 20px;
    text-align: center;
    color: #94a3b8;
    font-size: 14px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1.5px dashed #e2e8f0;
}

    .empty-state i[b-sx8fp1fmk1] {
        font-size: 48px;
        margin-bottom: 12px;
        opacity: 0.5;
        display: block;
    }

.loading-overlay[b-sx8fp1fmk1] {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    z-index: 10;
}

.loading-spinner[b-sx8fp1fmk1] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-sx8fp1fmk1 0.8s linear infinite;
}

@keyframes spin-b-sx8fp1fmk1 {
    to {
        transform: rotate(360deg);
    }
}

/* =======================================
   Accessibility
   ======================================= */
@media (prefers-reduced-motion: reduce) {
    *[b-sx8fp1fmk1] {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus visible for keyboard navigation */
*:focus-visible[b-sx8fp1fmk1] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Keep the custom modal still and prevent wrapper scrollbars. */
.frameless-modal[b-sx8fp1fmk1],
.frameless-modal .content[b-sx8fp1fmk1],
.card-custom[b-sx8fp1fmk1] {
    animation: none !important;
}

.frameless-modal[b-sx8fp1fmk1],
.frameless-modal .content[b-sx8fp1fmk1] {
    overflow: visible !important;
}

.card-custom[b-sx8fp1fmk1] {
    overflow: hidden !important;
}

.card-custom[b-sx8fp1fmk1] {
    transition: none !important;
}

/* Cabinet composition polish */
.card-custom[b-sx8fp1fmk1] {
    gap: 12px;
    min-height: auto;
    padding: 1.35rem;
}

.cabinet-modal-header[b-sx8fp1fmk1] {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(226, 232, 240, 0.76);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    margin-bottom: 2px;
    padding: 12px;
}

.cabinet-header-icon[b-sx8fp1fmk1] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

.cabinet-modal-header h2.h5[b-sx8fp1fmk1] {
    color: #0f172a;
    font-size: 18px;
    letter-spacing: -0.35px;
}

.cabinet-modal-header p[b-sx8fp1fmk1] {
    font-size: 12.5px;
}

.cabinet-section[b-sx8fp1fmk1] {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(203, 213, 225, 0.78);
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    margin-bottom: 0 !important;
    padding: 13px;
}

.cabinet-section-board[b-sx8fp1fmk1] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.84)),
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 36%);
}

.cabinet-section-circuit[b-sx8fp1fmk1] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.84)),
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.1), transparent 34%);
}

.section-label[b-sx8fp1fmk1] {
    color: #0f172a;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.08em;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

.section-label[b-sx8fp1fmk1]::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.11);
    flex: 0 0 auto;
}

.input-group[b-sx8fp1fmk1] {
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.form-control[b-sx8fp1fmk1],
.form-select[b-sx8fp1fmk1] {
    border-color: #dbe4ef;
    height: 40px;
}

.input-group .form-control[b-sx8fp1fmk1],
.input-group .form-select[b-sx8fp1fmk1],
.input-group .btn[b-sx8fp1fmk1] {
    height: 40px;
}

.dropdown .btn-light[b-sx8fp1fmk1] {
    height: 40px;
    width: 40px;
    border-color: #dbe4ef;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.circuit-list[b-sx8fp1fmk1] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: #dbe4ef;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    height: 150px;
    min-height: 150px;
    max-height: 190px;
    padding: 6px;
}

.circuit-list-item[b-sx8fp1fmk1] {
    border: 1px solid transparent;
    border-radius: 9px;
    padding: 7px 10px;
}

.circuit-list-item.selected[b-sx8fp1fmk1] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
}

.circuit-list-empty[b-sx8fp1fmk1] {
    padding: 25px 14px;
}

.input-group .btn.p-2[b-sx8fp1fmk1],
.btn.p-2[b-sx8fp1fmk1] {
    height: auto;
    min-height: 150px;
    width: 44px;
    border-radius: 0 10px 10px 0;
}

.board-menu[b-sx8fp1fmk1] {
    position: relative;
    flex: 0 0 auto;
}

.board-menu-panel[b-sx8fp1fmk1] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 50;
    min-width: 190px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.board-menu-panel[b-sx8fp1fmk1]::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 14px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-left: 1px solid #dbe4ef;
    border-top: 1px solid #dbe4ef;
    transform: rotate(45deg);
}

.board-menu-item[b-sx8fp1fmk1] {
    width: 100%;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    text-align: left;
    font-size: 13px;
    font-weight: 650;
}

.board-menu-item:hover[b-sx8fp1fmk1],
.board-menu-item:focus-visible[b-sx8fp1fmk1] {
    background: #f8fafc;
    outline: none;
}

.board-menu-item.danger[b-sx8fp1fmk1] {
    color: #dc2626;
}

.board-menu-item.danger:hover[b-sx8fp1fmk1],
.board-menu-item.danger:focus-visible[b-sx8fp1fmk1] {
    background: #fef2f2;
}

.cabinet-phase-row.d-flex.align-items-center.flex-wrap.gap-2.text-secondary.small.mt-2[b-sx8fp1fmk1] {
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(224, 242, 254, 0.82));
    border-color: rgba(125, 211, 252, 0.72);
    margin-top: 10px !important;
    padding: 10px 12px;
}

.cabinet-switch-row[b-sx8fp1fmk1] {
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(226, 232, 240, 0.78);
    border-radius: 14px;
    margin-bottom: 0 !important;
    padding: 10px;
}

.form-check[b-sx8fp1fmk1] {
    background: rgba(248, 250, 252, 0.92);
    border-color: #dbe4ef;
}

.border-top-header[b-sx8fp1fmk1] {
    margin-bottom: 0;
    padding: 0;
}

.border-top-header-content[b-sx8fp1fmk1] {
    background: rgba(255, 255, 255, 0.76);
    border-color: #dbe4ef;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.border-top-header h6[b-sx8fp1fmk1]::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle, #2563eb 2px, transparent 3px), #eff6ff;
    border: 1px solid #bfdbfe;
}

.modal-actions[b-sx8fp1fmk1] {
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(226, 232, 240, 0.82);
    border-radius: 14px;
    margin-top: 2px;
    padding: 10px;
}

@media (max-width: 480px) {
    .card-custom[b-sx8fp1fmk1] {
        gap: 10px;
        padding: 1rem;
    }

    .cabinet-modal-header[b-sx8fp1fmk1],
    .cabinet-section[b-sx8fp1fmk1],
    .cabinet-switch-row[b-sx8fp1fmk1],
    .modal-actions[b-sx8fp1fmk1] {
        border-radius: 12px;
    }

    .input-group .btn.p-2[b-sx8fp1fmk1],
    .btn.p-2[b-sx8fp1fmk1] {
        min-height: 40px;
        width: 100%;
    }
}
.circuit-protection-section.is-disabled .border-top-header-content[b-sx8fp1fmk1] { opacity: .55; cursor: not-allowed; }
.protection-header-state[b-sx8fp1fmk1] { display: flex; align-items: center; gap: 9px; }
.protection-header-state small[b-sx8fp1fmk1] { color: #94a3b8; font-size: 11px; }
.circuit-protection-editor[b-sx8fp1fmk1] { padding: 12px 2px 2px; color: #334155; }
.protection-heading[b-sx8fp1fmk1] { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.protection-heading strong[b-sx8fp1fmk1] { color: #0f172a; font-size: 14px; }
.protection-status[b-sx8fp1fmk1] { padding: 3px 7px; color: #15803d; background: #dcfce7; border: 1px solid #86efac; border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.protection-grid[b-sx8fp1fmk1] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.protection-grid label[b-sx8fp1fmk1] { color: #475569; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.protection-grid .form-control[b-sx8fp1fmk1], .protection-grid .form-select[b-sx8fp1fmk1] { margin-top: 5px; color: #0f172a; background-color: #fff; border-color: #dbe4ef; box-shadow: 0 6px 14px rgba(15, 23, 42, .04); }
.protection-grid .form-control:focus[b-sx8fp1fmk1], .protection-grid .form-select:focus[b-sx8fp1fmk1] { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, .12); }
.protection-actions[b-sx8fp1fmk1] { display: flex; justify-content: flex-end; gap: 8px; margin-top: 12px; }
@media (max-width: 640px) { .protection-grid[b-sx8fp1fmk1] { grid-template-columns: 1fr; } }
.circuit-list-item > span[b-sx8fp1fmk1] { display: block; }
.circuit-list-item > small[b-sx8fp1fmk1] { display: block; margin-top: 2px; color: #568093; font-size: 10px; font-weight: 500; }

/* Final cabinet layout refinements. */
.card-custom[b-sx8fp1fmk1] {
    width: clamp(380px, 92vw, 680px);
    gap: 14px;
    padding: 18px;
    background:
        radial-gradient(circle at 8% 0%, rgba(59, 130, 246, .12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.cabinet-modal-header[b-sx8fp1fmk1] {
    min-height: 76px;
    padding: 14px 16px;
    border-color: #dbe4ef;
    background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .86));
}

.cabinet-header-icon[b-sx8fp1fmk1] {
    width: 46px;
    height: 46px;
    border: 1px solid #bfdbfe;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .16);
}

.cabinet-header-copy[b-sx8fp1fmk1] {
    min-width: 0;
    flex: 1;
}

.cabinet-header-kicker[b-sx8fp1fmk1] {
    display: block;
    margin-bottom: 2px;
    color: #2563eb;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.cabinet-header-stats[b-sx8fp1fmk1] {
    display: flex;
    gap: 6px;
    flex: 0 0 auto;
}

.cabinet-header-stats span[b-sx8fp1fmk1] {
    min-width: 58px;
    padding: 7px 9px;
    color: #64748b;
    background: rgba(255, 255, 255, .78);
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    font-size: 9px;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

.cabinet-header-stats strong[b-sx8fp1fmk1] {
    display: block;
    color: #0f172a;
    font-size: 15px;
}

.cabinet-section[b-sx8fp1fmk1] {
    padding: 15px;
    border-color: #dbe4ef;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.circuit-list[b-sx8fp1fmk1] {
    height: 168px;
    min-height: 168px;
    padding: 7px;
}

.input-group .btn.p-2[b-sx8fp1fmk1],
.btn.p-2[b-sx8fp1fmk1] {
    min-height: 168px;
}

.circuit-list-item[b-sx8fp1fmk1] {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 7px 9px;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.circuit-list-item + .circuit-list-item[b-sx8fp1fmk1] {
    margin-top: 4px;
}

.circuit-list-item:hover[b-sx8fp1fmk1],
.circuit-list-item:focus-visible[b-sx8fp1fmk1] {
    border-color: #dbeafe;
    transform: translateX(2px);
}

.circuit-item-icon[b-sx8fp1fmk1] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 9px;
}

.circuit-item-copy[b-sx8fp1fmk1] {
    min-width: 0;
}

.circuit-item-copy strong[b-sx8fp1fmk1],
.circuit-item-copy small[b-sx8fp1fmk1] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.circuit-item-copy strong[b-sx8fp1fmk1] {
    color: inherit;
    font-size: 13px;
    font-weight: 700;
}

.circuit-item-copy small[b-sx8fp1fmk1] {
    margin-top: 2px;
    color: #78909c;
    font-size: 10px;
    font-weight: 500;
}

.circuit-item-status[b-sx8fp1fmk1] {
    display: inline-flex !important;
    color: #16a34a;
    font-size: 16px;
}

.circuit-list-item.selected .circuit-item-icon[b-sx8fp1fmk1] {
    color: #ffffff;
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .25);
}

.circuit-list-item.selected .circuit-item-copy small[b-sx8fp1fmk1],
.circuit-list-item.selected .circuit-item-status[b-sx8fp1fmk1] {
    color: #dbeafe;
}

.circuit-protection-section[b-sx8fp1fmk1] {
    margin-top: 12px;
    padding-top: 0 !important;
    background: #ffffff;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .045);
    overflow: hidden;
}

.circuit-protection-section .protection-header[b-sx8fp1fmk1] {
    justify-content: stretch;
}

.circuit-protection-section .protection-header[b-sx8fp1fmk1]::before,
.circuit-protection-section .protection-header[b-sx8fp1fmk1]::after {
    display: none;
}

.circuit-protection-section .border-top-header-content[b-sx8fp1fmk1] {
    width: 100%;
    min-height: 58px;
    padding: 10px 12px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.circuit-protection-section .border-top-header:hover .border-top-header-content[b-sx8fp1fmk1] {
    background: #f8fafc;
    box-shadow: none;
    transform: none;
}

.protection-header-icon[b-sx8fp1fmk1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
}

.protection-header-copy[b-sx8fp1fmk1] {
    min-width: 0;
    flex: 1;
}

.protection-header-copy h6[b-sx8fp1fmk1]::before {
    display: none;
}

.protection-header-copy small[b-sx8fp1fmk1] {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    color: #64748b;
    font-size: 11px;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.circuit-protection-section .border-top-content.expanded[b-sx8fp1fmk1] {
    max-height: 560px;
    border-top: 1px solid #eef2f7;
}

.circuit-protection-editor[b-sx8fp1fmk1] {
    padding: 14px !important;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.protection-heading[b-sx8fp1fmk1] {
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f7;
}

.protection-actions[b-sx8fp1fmk1] {
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
}

.cabinet-switch-row[b-sx8fp1fmk1],
.modal-actions[b-sx8fp1fmk1] {
    border-color: #dbe4ef;
}

@media (max-width: 640px) {
    .cabinet-header-stats[b-sx8fp1fmk1] {
        display: none;
    }

    .card-custom[b-sx8fp1fmk1] {
        width: min(96vw, 680px);
        padding: 12px;
    }

    .cabinet-modal-header[b-sx8fp1fmk1],
    .cabinet-section[b-sx8fp1fmk1] {
        padding: 12px;
    }

    .circuit-list-item[b-sx8fp1fmk1] {
        grid-template-columns: 30px minmax(0, 1fr) auto;
    }

    .protection-actions[b-sx8fp1fmk1] {
        flex-direction: column-reverse;
    }

    .protection-actions .btn[b-sx8fp1fmk1] {
        justify-content: center;
        width: 100%;
    }
}

/* Desktop workspace keeps all primary controls visible without modal scrolling. */
.card-custom[b-sx8fp1fmk1] {
    width: min(900px, calc(100vw - 32px));
}

.cabinet-workspace[b-sx8fp1fmk1] {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    grid-template-rows: minmax(424px, auto) auto 1fr;
    align-items: start;
    gap: 12px;
}

.cabinet-section-board[b-sx8fp1fmk1] {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.cabinet-section-circuit[b-sx8fp1fmk1] {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
}

.cabinet-options-panel[b-sx8fp1fmk1] {
    grid-column: 1 / -1;
    grid-row: 2;
}

.board-list[b-sx8fp1fmk1] {
    flex: 1 1 auto;
    height: auto;
    min-height: 176px;
    max-height: none;
    border-radius: 10px;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.board-list-item[b-sx8fp1fmk1] {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 46px;
}

.section-heading-row[b-sx8fp1fmk1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 28px;
}

.section-heading-row .section-label[b-sx8fp1fmk1] {
    margin-bottom: 8px !important;
}

.section-label .dependency-hint[b-sx8fp1fmk1] {
    margin-left: auto;
    color: #94a3b8;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.board-delete-button[b-sx8fp1fmk1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: -4px 0 4px;
    padding: 0;
    color: #dc2626;
    background: #fff7f7;
    border: 1px solid #fecaca;
    border-radius: 8px;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.board-delete-button:hover:not(:disabled)[b-sx8fp1fmk1] {
    background: #fee2e2;
    border-color: #fca5a5;
    transform: translateY(-1px);
}

.board-delete-button:disabled[b-sx8fp1fmk1] {
    color: #cbd5e1;
    background: #f8fafc;
    border-color: #e2e8f0;
    cursor: not-allowed;
}

.board-add-form[b-sx8fp1fmk1] {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 8px;
    overflow: visible;
    box-shadow: none;
}

.board-add-form .form-control[b-sx8fp1fmk1],
.board-add-form .btn[b-sx8fp1fmk1] {
    flex: 0 0 40px;
    width: 100%;
    height: 40px;
    border-radius: 10px !important;
}

.board-add-form .form-control[b-sx8fp1fmk1] {
    border: 1.5px solid #dbe4ef !important;
}

.board-add-form .btn[b-sx8fp1fmk1] {
    justify-content: center;
}

.cabinet-options-panel[b-sx8fp1fmk1] {
    padding: 10px 12px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.cabinet-options-heading[b-sx8fp1fmk1] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
}

.cabinet-options-heading > span[b-sx8fp1fmk1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 9px;
}

.cabinet-options-heading strong[b-sx8fp1fmk1],
.cabinet-options-heading small[b-sx8fp1fmk1] {
    display: block;
}

.cabinet-options-heading strong[b-sx8fp1fmk1] {
    color: #0f172a;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cabinet-options-heading small[b-sx8fp1fmk1] {
    margin-top: 1px;
    color: #64748b;
    font-size: 10px;
}

.cabinet-options-content[b-sx8fp1fmk1] {
    display: grid;
    grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 12px;
}

.cabinet-options-content .cabinet-switch-row[b-sx8fp1fmk1],
.cabinet-options-content > .pt-3[b-sx8fp1fmk1] {
    min-height: 52px;
    margin-bottom: 0 !important;
    padding: 7px !important;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
}

.cabinet-options-content .cabinet-switch-row[b-sx8fp1fmk1] {
    align-items: center;
}

.cabinet-options-content > .pt-3 .border-top-header[b-sx8fp1fmk1] {
    margin: 0;
}

.cabinet-section-circuit.protection-open .circuit-selection-area[b-sx8fp1fmk1] {
    display: none;
}

.cabinet-section-circuit.protection-open .circuit-add-form[b-sx8fp1fmk1] {
    display: none;
}

.protection-grid[b-sx8fp1fmk1] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.modal-actions[b-sx8fp1fmk1] {
    min-height: 56px;
}

@media (max-width: 760px) {
    .card-custom[b-sx8fp1fmk1] {
        width: min(96vw, 680px);
    }

    .cabinet-workspace[b-sx8fp1fmk1] {
        display: flex;
        flex-direction: column;
    }

    .cabinet-workspace > *[b-sx8fp1fmk1] {
        width: 100%;
    }

    .cabinet-options-content[b-sx8fp1fmk1] {
        grid-template-columns: 1fr;
    }

    .protection-grid[b-sx8fp1fmk1] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 761px) {
    .cabinet-workspace[b-sx8fp1fmk1] {
        grid-template-rows: 424px auto 1fr;
    }

    .cabinet-section-board[b-sx8fp1fmk1],
    .cabinet-section-circuit[b-sx8fp1fmk1] {
        height: 424px;
        min-height: 424px;
        max-height: 424px;
    }

    .cabinet-section-circuit[b-sx8fp1fmk1] {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .circuit-selection-area[b-sx8fp1fmk1] {
        flex: 1 1 0;
        min-height: 0;
    }

    .circuit-selection-area .circuit-list[b-sx8fp1fmk1] {
        height: 100%;
        min-height: 0;
        max-height: none;
    }

    .circuit-selection-area .btn.p-2[b-sx8fp1fmk1] {
        height: auto;
        min-height: 0;
    }

    .circuit-add-form[b-sx8fp1fmk1],
    .circuit-protection-section[b-sx8fp1fmk1] {
        flex: 0 0 auto;
    }

    .cabinet-section-circuit.protection-open .circuit-protection-section[b-sx8fp1fmk1] {
        display: flex;
        flex: 1 1 0;
        flex-direction: column;
        min-height: 0;
        margin-top: 0;
    }

    .cabinet-section-circuit.protection-open .border-top-content.expanded[b-sx8fp1fmk1] {
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
    }

    .cabinet-section-circuit.protection-open .circuit-protection-editor[b-sx8fp1fmk1] {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .cabinet-section-circuit.protection-open .protection-actions[b-sx8fp1fmk1] {
        margin-top: auto;
    }
}
.circuit-list-item.selected > small[b-sx8fp1fmk1] { color: #b7eaff; }
/* /Views/Modals/ConsumerElectricalProperties/ConsumerElectricalPropertiesModal.razor.rz.scp.css */
.electrical-dialog[b-4mpng6q4cj] {
    --line: #e2e8f0;
    --line-strong: #dbe3ef;
    --text: #1e293b;
    --muted: #64748b;
    --primary: #2563eb;
    position: relative;
    width: min(1180px, calc(100vw - 28px));
    height: min(920px, calc(100vh - 20px));
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    color: var(--text);
    background: radial-gradient(circle at 12% 8%, rgba(59, 130, 246, .13), transparent 30%), radial-gradient(circle at 92% 12%, rgba(139, 92, 246, .1), transparent 28%), linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .24), 0 10px 28px rgba(37, 99, 235, .08), 0 0 0 1px rgba(255, 255, 255, .75) inset;
    overflow: hidden;
    transition: width .18s ease, height .18s ease;
}

.electrical-dialog.catalogue-collapsed[b-4mpng6q4cj] { width: min(500px, calc(100vw - 28px)); height: min(820px, calc(100vh - 20px)); }
.electrical-dialog[b-4mpng6q4cj]::before { content: ''; position: absolute; inset: 0 0 auto; z-index: 2; height: 4px; background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899); }

.dialog-header[b-4mpng6q4cj] { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 18px 22px 16px; background: rgba(255, 255, 255, .66); border-bottom: 1px solid var(--line); }
.dialog-icon[b-4mpng6q4cj] { display: grid; width: 44px; height: 44px; place-items: center; color: var(--primary); background: linear-gradient(135deg, #dbeafe, #eef2ff); border-radius: 14px; box-shadow: 0 10px 24px rgba(37, 99, 235, .18); }
.dialog-icon i[b-4mpng6q4cj] { font-size: 20px; }
.header-copy[b-4mpng6q4cj] { min-width: 0; }
.dialog-header small[b-4mpng6q4cj] { color: #64748b; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.dialog-header h2[b-4mpng6q4cj] { margin: 1px 0 0; color: #0f172a; font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.dialog-header p[b-4mpng6q4cj] { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.header-actions[b-4mpng6q4cj] { display: flex; gap: 7px; align-items: center; }
.circuit-state[b-4mpng6q4cj] { display: inline-flex; gap: 5px; align-items: center; padding: 5px 9px; color: #64748b; background: #f1f5f9; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.circuit-state.linked[b-4mpng6q4cj] { color: #15803d; background: #dcfce7; border-color: #bbf7d0; }
.catalogue-expand[b-4mpng6q4cj] { display: inline-flex; gap: 6px; align-items: center; padding: 7px 10px; color: #1d4ed8; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 8px; font-size: 10px; font-weight: 700; white-space: nowrap; }

.dialog-grid[b-4mpng6q4cj] { min-height: 0; display: grid; grid-template-columns: 440px minmax(0, 1fr); transition: grid-template-columns .18s ease; }
.catalogue-collapsed .dialog-grid[b-4mpng6q4cj] { grid-template-columns: minmax(0, 1fr) 0fr; }
.properties-pane[b-4mpng6q4cj], .catalogue-pane[b-4mpng6q4cj] { min-width: 0; min-height: 0; }
.properties-pane[b-4mpng6q4cj] { padding: 22px 24px; overflow: auto; background: rgba(248, 250, 252, .52); border-right: 1px solid var(--line); }
.catalogue-collapsed .properties-pane[b-4mpng6q4cj] { border-right-color: transparent; }
.catalogue-pane[b-4mpng6q4cj] { display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; background: rgba(255, 255, 255, .72); opacity: 1; transition: opacity .12s ease; }
.catalogue-collapsed .catalogue-pane[b-4mpng6q4cj] { visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .08s ease, visibility 0s linear .18s; }
.pane-title[b-4mpng6q4cj] { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 13px; }
.pane-title > span:first-child[b-4mpng6q4cj] { color: #1e3a8a; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pane-title small[b-4mpng6q4cj] { color: #94a3b8; font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

.field-grid[b-4mpng6q4cj] { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.field-grid .wide[b-4mpng6q4cj] { grid-column: 1 / -1; }
.field[b-4mpng6q4cj] { display: grid; gap: 5px; min-width: 0; margin-bottom: 11px; }
.field > span[b-4mpng6q4cj], .current-readout > span[b-4mpng6q4cj] { color: #475569; font-size: 11px; font-weight: 600; letter-spacing: .03em; }
.field-heading[b-4mpng6q4cj] { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.value-source[b-4mpng6q4cj] { padding: 2px 5px; color: #2563eb; background: #eff6ff; border-radius: 999px; font-size: 7px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.value-source.overridden[b-4mpng6q4cj] { color: #a16207; background: #fef3c7; }
.field em[b-4mpng6q4cj] { margin-left: 4px; color: #94a3b8; font-size: 8px; font-style: normal; text-transform: uppercase; }
.electrical-dialog input[b-4mpng6q4cj], .electrical-dialog select[b-4mpng6q4cj] { box-sizing: border-box; width: 100%; min-width: 0; height: 40px; padding: 8px 11px; color: #0f172a; background: rgba(255, 255, 255, .95); border: 1.5px solid var(--line-strong); border-radius: 9px; outline: none; font-size: 14px; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.electrical-dialog input:hover[b-4mpng6q4cj], .electrical-dialog select:hover[b-4mpng6q4cj] { background: #fff; border-color: #cbd5e1; }
.electrical-dialog input:focus[b-4mpng6q4cj], .electrical-dialog select:focus[b-4mpng6q4cj] { background: #fff; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, .12); }
.electrical-dialog input[type="number"][b-4mpng6q4cj] { appearance: textfield; }
.electrical-dialog input[type="number"][b-4mpng6q4cj]::-webkit-inner-spin-button, .electrical-dialog input[type="number"][b-4mpng6q4cj]::-webkit-outer-spin-button { margin: 0; appearance: none; }
.electrical-dialog select:disabled[b-4mpng6q4cj] { color: #94a3b8; background: #f1f5f9; opacity: 1; }
.unit-field[b-4mpng6q4cj] { position: relative; }
.unit-field input[b-4mpng6q4cj] { padding-right: 34px; }
.unit-field b[b-4mpng6q4cj] { position: absolute; top: 50%; right: 11px; color: #64748b; font-size: 10px; transform: translateY(-50%); }

.section-rule[b-4mpng6q4cj] { display: flex; gap: 9px; align-items: center; margin: 7px 0 12px; }
.section-rule span[b-4mpng6q4cj] { color: #1e3a8a; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.section-rule i[b-4mpng6q4cj] { height: 1px; flex: 1; background: var(--line); }
.calculated-rule[b-4mpng6q4cj] { margin-top: 3px; }
.current-readout[b-4mpng6q4cj] { display: grid; grid-template-columns: 1fr auto; gap: 3px 10px; align-items: center; margin-bottom: 15px; padding: 11px 12px; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 10px; }
.current-readout strong[b-4mpng6q4cj] { color: #1d4ed8; font-size: 15px; font-weight: 750; }
.current-readout small[b-4mpng6q4cj] { grid-column: 1 / -1; color: #64748b; font-size: 9px; }

.linked-product[b-4mpng6q4cj] { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px 10px; align-items: center; margin: 1px 0 15px; padding: 10px; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 10px; }
.product-mark[b-4mpng6q4cj] { display: grid; width: 30px; height: 30px; place-items: center; color: #4f46e5; background: #fff; border-radius: 8px; box-shadow: 0 3px 8px rgba(79, 70, 229, .1); }
.linked-product > div:nth-child(2)[b-4mpng6q4cj] { display: grid; min-width: 0; }
.linked-product small[b-4mpng6q4cj] { overflow: hidden; color: #64748b; font-size: 9px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.linked-product strong[b-4mpng6q4cj] { overflow: hidden; color: #1e293b; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.linked-actions[b-4mpng6q4cj] { grid-column: 1 / -1; display: flex; gap: 6px; }
.linked-actions button[b-4mpng6q4cj] { padding: 5px 8px; color: #475569; background: #fff; border: 1px solid var(--line-strong); border-radius: 7px; font-size: 9px; font-weight: 600; }
.linked-actions .unlink-product[b-4mpng6q4cj] { color: #dc2626; background: #fff7f7; border-color: #fecaca; }

.circuit-fields .field[b-4mpng6q4cj] { margin-bottom: 7px; }
.circuit-rule[b-4mpng6q4cj] { margin-top: 17px; }
.circuit-rule .circuit-state[b-4mpng6q4cj] { margin-left: auto; }
.linked-circuit-summary[b-4mpng6q4cj] { display: flex; gap: 8px; align-items: center; margin-bottom: 10px; padding: 9px 11px; color: #166534; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 9px; font-size: 11px; }
.circuit-actions[b-4mpng6q4cj] { display: flex; justify-content: flex-end; gap: 7px; }
.circuit-actions button[b-4mpng6q4cj] { padding: 7px 10px; border-radius: 8px; font-size: 9px; font-weight: 650; }
.danger-link[b-4mpng6q4cj] { color: #dc2626; background: #fff; border: 1px solid #fecaca; }
.link-circuit[b-4mpng6q4cj] { color: #1d4ed8; background: #eff6ff; border: 1px solid #bfdbfe; }
.link-circuit:disabled[b-4mpng6q4cj] { opacity: .45; }
.inline-message[b-4mpng6q4cj], .validation-message[b-4mpng6q4cj] { display: flex; gap: 7px; align-items: center; padding: 10px; color: #64748b; background: #f8fafc; border: 1px solid var(--line); border-radius: 9px; font-size: 10px; }
.validation-message[b-4mpng6q4cj] { margin-top: 11px; color: #b91c1c; background: #fef2f2; border-color: #fecaca; }

.catalogue-toolbar[b-4mpng6q4cj] { padding: 15px 18px 12px; background: rgba(255, 255, 255, .78); border-bottom: 1px solid var(--line); }
.catalogue-toolbar .pane-title[b-4mpng6q4cj] { margin-bottom: 9px; }
.catalogue-heading[b-4mpng6q4cj] { width: 100%; padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; text-align: left; }
.catalogue-heading-status[b-4mpng6q4cj] { display: flex; gap: 9px; align-items: center; }
.catalogue-heading-status i[b-4mpng6q4cj] { display: grid; width: 25px; height: 25px; place-items: center; color: #1d4ed8; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 7px; font-size: 10px; }
.catalogue-search[b-4mpng6q4cj] { position: relative; }
.catalogue-search > i[b-4mpng6q4cj] { position: absolute; top: 11px; left: 11px; color: #94a3b8; font-size: 12px; }
.catalogue-search input[b-4mpng6q4cj] { padding-right: 61px; padding-left: 32px; }
.catalogue-search button[b-4mpng6q4cj] { position: absolute; top: 7px; width: 24px; height: 24px; padding: 0; border: 0; font-size: 10px; }
.catalogue-search .clear-query[b-4mpng6q4cj] { right: 35px; color: #64748b; background: transparent; }
.catalogue-search .execute-search[b-4mpng6q4cj] { right: 7px; color: #fff; background: #2563eb; border-radius: 6px; }
.catalogue-filters[b-4mpng6q4cj] { display: grid; grid-template-columns: 1fr 1fr auto; gap: 7px; margin-top: 7px; }
.catalogue-filters select[b-4mpng6q4cj] { height: 34px; padding: 5px 8px; font-size: 10px; }
.filter-reset[b-4mpng6q4cj] { width: 34px; color: #475569; background: #fff; border: 1px solid var(--line-strong); border-radius: 8px; }
.filter-reset:disabled[b-4mpng6q4cj] { opacity: .4; }

.catalogue-workspace[b-4mpng6q4cj] { min-height: 0; display: grid; grid-template-columns: minmax(235px, .88fr) minmax(270px, 1.12fr); }
.catalogue-workspace.list-only[b-4mpng6q4cj] { grid-template-columns: 1fr; }
.product-browser[b-4mpng6q4cj] { min-width: 0; min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: rgba(248, 250, 252, .65); border-right: 1px solid var(--line); }
.list-only .product-browser[b-4mpng6q4cj] { border-right: 0; }
.product-list[b-4mpng6q4cj] { min-height: 0; padding: 9px; overflow-y: auto; }
.product-row[b-4mpng6q4cj] { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; gap: 8px; align-items: center; width: 100%; margin-bottom: 6px; padding: 8px; color: #334155; text-align: left; background: rgba(255, 255, 255, .9); border: 1px solid var(--line); border-radius: 9px; }
.product-row:hover[b-4mpng6q4cj], .product-row.selected[b-4mpng6q4cj] { background: #eff6ff; border-color: #93c5fd; box-shadow: 0 5px 14px rgba(37, 99, 235, .08); }
.product-row img[b-4mpng6q4cj], .thumbnail-fallback[b-4mpng6q4cj] { width: 32px; height: 32px; object-fit: cover; border-radius: 8px; }
.thumbnail-fallback[b-4mpng6q4cj] { display: grid; place-items: center; color: var(--primary); background: linear-gradient(135deg, #dbeafe, #eef2ff); }
.product-copy[b-4mpng6q4cj] { display: grid; min-width: 0; gap: 1px; }
.product-copy small[b-4mpng6q4cj] { color: #64748b; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.product-copy strong[b-4mpng6q4cj], .product-copy em[b-4mpng6q4cj] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-copy strong[b-4mpng6q4cj] { color: #1e293b; font-size: 10px; }
.product-copy em[b-4mpng6q4cj] { color: #64748b; font-size: 8px; font-style: normal; }
.key-spec[b-4mpng6q4cj] { color: #1d4ed8; font-family: Consolas, monospace; font-size: 9px; white-space: nowrap; }
.pagination-bar[b-4mpng6q4cj] { display: flex; justify-content: space-between; align-items: center; padding: 8px 9px; color: #64748b; background: #fff; border-top: 1px solid var(--line); font-size: 9px; }
.pagination-bar button[b-4mpng6q4cj] { width: 27px; height: 25px; color: #475569; background: #fff; border: 1px solid var(--line-strong); border-radius: 7px; }
.pagination-bar button:disabled[b-4mpng6q4cj] { opacity: .35; }

.product-detail[b-4mpng6q4cj] { min-width: 0; min-height: 0; padding: 14px 15px; overflow-y: auto; background: rgba(255, 255, 255, .82); }
.detail-header[b-4mpng6q4cj] { display: flex; gap: 8px; justify-content: space-between; }
.detail-header small[b-4mpng6q4cj] { color: #4f46e5; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.detail-header h3[b-4mpng6q4cj] { margin: 2px 0; color: #0f172a; font-size: 13px; line-height: 1.25; }
.detail-header p[b-4mpng6q4cj] { margin: 0; color: #64748b; font-size: 8px; }
.detail-header button[b-4mpng6q4cj] { width: 25px; height: 25px; flex: 0 0 auto; color: #64748b; background: #f1f5f9; border: 0; border-radius: 50%; }
.detail-description[b-4mpng6q4cj] { margin: 10px 0; color: #475569; font-size: 9px; line-height: 1.5; }
.technical-specs[b-4mpng6q4cj] { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; padding: 9px 0; border-block: 1px solid var(--line); }
.technical-specs div[b-4mpng6q4cj] { display: flex; justify-content: space-between; gap: 6px; }
.technical-specs span[b-4mpng6q4cj] { color: #64748b; font-size: 8px; text-transform: uppercase; }
.technical-specs strong[b-4mpng6q4cj] { color: #1e293b; font-family: Consolas, monospace; font-size: 9px; }
.all-specifications[b-4mpng6q4cj] { margin-top: 9px; color: #64748b; font-size: 9px; }
.all-specifications summary[b-4mpng6q4cj] { cursor: pointer; }
.all-specifications > div[b-4mpng6q4cj] { max-height: 126px; margin-top: 6px; overflow-y: auto; }
.all-specifications span[b-4mpng6q4cj] { display: flex; justify-content: space-between; gap: 8px; padding: 4px 2px; border-bottom: 1px solid var(--line); }
.all-specifications small[b-4mpng6q4cj] { color: #64748b; }
.all-specifications strong[b-4mpng6q4cj] { color: #334155; font-size: 8px; }
.apply-product[b-4mpng6q4cj] { width: 100%; margin-top: 11px; padding: 8px; color: #fff; background: linear-gradient(135deg, #3b82f6, #2563eb); border: 0; border-radius: 8px; box-shadow: 0 6px 14px rgba(37, 99, 235, .18); font-size: 9px; font-weight: 700; }
.catalogue-status[b-4mpng6q4cj] { min-height: 0; display: flex; gap: 8px; justify-content: center; align-items: center; padding: 30px; color: #64748b; font-size: 10px; }
.catalogue-status.error[b-4mpng6q4cj] { color: #b91c1c; background: #fef2f2; }
.catalogue-status button[b-4mpng6q4cj] { padding: 6px 9px; color: #1d4ed8; background: #fff; border: 1px solid #bfdbfe; border-radius: 7px; font-size: 9px; }

.dialog-footer[b-4mpng6q4cj] { display: flex; justify-content: space-between; gap: 8px; padding: 12px 16px; background: rgba(255, 255, 255, .88); border-top: 1px solid var(--line); }
.dialog-footer button[b-4mpng6q4cj] { min-width: 98px; height: 36px; padding: 7px 14px; border-radius: 9px; font-size: 10px; font-weight: 650; }
.cancel-button[b-4mpng6q4cj] { color: #475569; background: #fff; border: 1px solid var(--line-strong); }
.apply-button[b-4mpng6q4cj] { color: #fff; background: linear-gradient(135deg, #3b82f6, #2563eb); border: 1px solid #2563eb; box-shadow: 0 6px 14px rgba(37, 99, 235, .18); }
button[b-4mpng6q4cj] { cursor: pointer; transition: background .12s ease, border-color .12s ease, box-shadow .12s ease, transform .12s ease; }
button:disabled[b-4mpng6q4cj] { cursor: default; }
button:not(:disabled):hover[b-4mpng6q4cj] { filter: brightness(.98); }
.apply-button:not(:disabled):hover[b-4mpng6q4cj], .apply-product:not(:disabled):hover[b-4mpng6q4cj] { box-shadow: 0 8px 18px rgba(37, 99, 235, .26); transform: translateY(-1px); }

@media (max-width: 860px) {
    .electrical-dialog[b-4mpng6q4cj] { height: min(920px, calc(100vh - 20px)); }
    .electrical-dialog.catalogue-collapsed[b-4mpng6q4cj] { height: min(820px, calc(100vh - 20px)); }
    .dialog-grid[b-4mpng6q4cj] { grid-template-columns: 1fr; overflow-y: auto; }
    .catalogue-collapsed .dialog-grid[b-4mpng6q4cj] { grid-template-columns: 1fr; }
    .properties-pane[b-4mpng6q4cj] { overflow: visible; border-right: 0; border-bottom: 1px solid var(--line); }
    .catalogue-collapsed .properties-pane[b-4mpng6q4cj] { border-bottom-color: transparent; }
    .catalogue-pane[b-4mpng6q4cj] { min-height: 520px; }
    .catalogue-collapsed .catalogue-pane[b-4mpng6q4cj] { display: none; }
}

@media (max-height: 700px) and (min-width: 861px) {
    .properties-pane[b-4mpng6q4cj] { overflow-y: auto; }
}

@media (max-width: 560px) {
    .electrical-dialog[b-4mpng6q4cj] { width: calc(100vw - 12px); height: calc(100vh - 12px); }
    .dialog-header[b-4mpng6q4cj] { grid-template-columns: auto 1fr; padding: 15px; }
    .header-actions[b-4mpng6q4cj] { grid-column: 1 / -1; justify-content: space-between; }
    .properties-pane[b-4mpng6q4cj] { padding: 15px; }
    .field-grid[b-4mpng6q4cj], .catalogue-filters[b-4mpng6q4cj], .catalogue-workspace[b-4mpng6q4cj] { grid-template-columns: 1fr; }
    .field-grid .wide[b-4mpng6q4cj] { grid-column: auto; }
    .catalogue-workspace[b-4mpng6q4cj] { min-height: 620px; }
    .product-browser[b-4mpng6q4cj] { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
    .technical-specs[b-4mpng6q4cj] { grid-template-columns: 1fr; }
}
/* /Views/Modals/Differentieel/DifferentieelModal.razor.rz.scp.css */
*[b-nx72yiqtdv] {
    box-sizing: border-box;
}

/* ============================================
   MODAL-OPTIMIZED CONTAINER
   ============================================ */
.differential-config[b-nx72yiqtdv] {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: modalContentFadeIn-b-nx72yiqtdv 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalContentFadeIn-b-nx72yiqtdv {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   MODAL CLOSE BUTTON
   ============================================ */
.modal-close-bar[b-nx72yiqtdv] {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 50;
}

.btn-modal-close[b-nx72yiqtdv] {
    width: 32px;
    height: 32px;
    padding: 0;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    color: #64748b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .btn-modal-close:hover[b-nx72yiqtdv] {
        background: #f8fafc;
        border-color: #cbd5e1;
        color: #0f172a;
        transform: scale(1.05);
    }

    .btn-modal-close:active[b-nx72yiqtdv] {
        transform: scale(1);
    }

    .btn-modal-close i[b-nx72yiqtdv] {
        font-size: 16px;
    }

/* ============================================
   HEADER
   ============================================ */
.page-header[b-nx72yiqtdv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 24px;
    flex-shrink: 0;
}

.page-title[b-nx72yiqtdv] {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

    .page-title i[b-nx72yiqtdv] {
        color: #3b82f6;
        font-size: 22px;
    }

.page-subtitle[b-nx72yiqtdv] {
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
}

.status-badge[b-nx72yiqtdv] {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    .status-badge.success[b-nx72yiqtdv] {
        background: #dcfce7;
        color: #15803d;
    }

    .status-badge.warning[b-nx72yiqtdv] {
        background: #fef3c7;
        color: #a16207;
    }

    .status-badge.danger[b-nx72yiqtdv] {
        background: #fee2e2;
        color: #b91c1c;
    }

/* ============================================
   BOARD SELECTOR
   ============================================ */
.board-selector[b-nx72yiqtdv] {
    background: white;
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
}

    .board-selector label[b-nx72yiqtdv] {
        font-size: 13px;
        font-weight: 600;
        color: #475569;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .board-selector .form-select[b-nx72yiqtdv] {
        max-width: 300px;
        flex: 1;
        min-width: 200px;
    }

.board-stats[b-nx72yiqtdv] {
    display: flex;
    gap: 20px;
    margin-left: auto;
    flex-wrap: wrap;
}

.stat[b-nx72yiqtdv] {
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .stat strong[b-nx72yiqtdv] {
        color: #0f172a;
        font-weight: 700;
    }

    .stat.warning[b-nx72yiqtdv] {
        color: #a16207;
    }

        .stat.warning strong[b-nx72yiqtdv] {
            color: #a16207;
        }

/* ============================================
   MASTER-DETAIL LAYOUT
   ============================================ */
.master-detail-layout[b-nx72yiqtdv] {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 20px;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    min-height: 500px;
    max-height: calc(100vh - 200px);
}

/* ============================================
   MASTER PANEL
   ============================================ */
.master-panel[b-nx72yiqtdv] {
    background: white;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.panel-header[b-nx72yiqtdv] {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
}

    .panel-header h3[b-nx72yiqtdv] {
        font-size: 15px;
        font-weight: 700;
        color: #0f172a;
        margin: 0;
        letter-spacing: -0.01em;
    }

.differential-list[b-nx72yiqtdv] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px;
}

/* Differential Cards with Enhanced Interactions */
.differential-card[b-nx72yiqtdv] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

    .differential-card[b-nx72yiqtdv]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: #3b82f6;
        transform: scaleY(0);
        transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .differential-card:hover[b-nx72yiqtdv] {
        border-color: #3b82f6;
        box-shadow: 0 6px 16px rgba(59, 130, 246, 0.09);
        transform: translateY(-1px);
    }

        .differential-card:hover[b-nx72yiqtdv]::before {
            transform: scaleY(1);
        }

    .differential-card.active[b-nx72yiqtdv] {
        border-color: #3b82f6;
        background: #eff6ff;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    }

        .differential-card.active[b-nx72yiqtdv]::before {
            transform: scaleY(1);
        }

.card-header[b-nx72yiqtdv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.card-title[b-nx72yiqtdv] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #0f172a;
}

    .card-title i[b-nx72yiqtdv] {
        color: #3b82f6;
        font-size: 16px;
    }

.badge[b-nx72yiqtdv] {
    padding: 3px 8px;
    background: #e2e8f0;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.card-body[b-nx72yiqtdv] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.card-specs[b-nx72yiqtdv] {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

    .card-specs span[b-nx72yiqtdv] {
        display: flex;
        align-items: center;
        gap: 4px;
    }

.card-circuits[b-nx72yiqtdv] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #64748b;
    padding-top: 6px;
    border-top: 1px solid #f1f5f9;
    font-weight: 500;
}

/* ============================================
   DETAIL PANEL
   ============================================ */
.detail-panel[b-nx72yiqtdv] {
    background: white;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.detail-header[b-nx72yiqtdv] {
    padding: 18px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #f8fafc;
}

    .detail-header h3[b-nx72yiqtdv] {
        font-size: 17px;
        font-weight: 700;
        color: #0f172a;
        margin: 0 0 4px 0;
        display: flex;
        align-items: center;
        gap: 8px;
        letter-spacing: -0.01em;
    }

.detail-subtitle[b-nx72yiqtdv] {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.detail-actions[b-nx72yiqtdv] {
    display: flex;
    gap: 6px;
}

.detail-content[b-nx72yiqtdv] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    animation: detailContentFadeIn-b-nx72yiqtdv 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    scrollbar-width: none;
}

.detail-content[b-nx72yiqtdv]::-webkit-scrollbar {
    display: none;
}

@keyframes detailContentFadeIn-b-nx72yiqtdv {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.detail-empty[b-nx72yiqtdv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: #94a3b8;
    padding: 42px 20px;
}

    .detail-empty i[b-nx72yiqtdv] {
        color: #cbd5e1;
        font-size: 44px;
        margin-bottom: 12px;
        opacity: 0.7;
    }

    .detail-empty h3[b-nx72yiqtdv] {
        color: #64748b;
        font-size: 17px;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .detail-empty p[b-nx72yiqtdv] {
        color: #94a3b8;
        font-size: 13px;
        max-width: 300px;
        line-height: 1.5;
    }

/* ============================================
   FORMS
   ============================================ */
.form-section[b-nx72yiqtdv] {
    margin-bottom: 24px;
}

.form-group[b-nx72yiqtdv] {
    margin-bottom: 18px;
}

    .form-group label[b-nx72yiqtdv] {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #475569;
        margin-bottom: 6px;
    }

.required[b-nx72yiqtdv] {
    color: #ef4444;
}

.form-control[b-nx72yiqtdv], .form-select[b-nx72yiqtdv] {
    width: 100%;
    padding: 9px 12px;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    font-size: 14px;
    background: white;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    color: #0f172a;
}

    .form-control:focus[b-nx72yiqtdv], .form-select:focus[b-nx72yiqtdv] {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
    }

    .form-control:hover[b-nx72yiqtdv], .form-select:hover[b-nx72yiqtdv] {
        border-color: #94a3b8;
    }

.form-row[b-nx72yiqtdv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sensitivity-grid[b-nx72yiqtdv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    gap: 8px;
}

.sensitivity-btn[b-nx72yiqtdv] {
    padding: 10px;
    background: white;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

    .sensitivity-btn:hover[b-nx72yiqtdv] {
        border-color: #3b82f6;
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(59, 130, 246, 0.15);
    }

    .sensitivity-btn:active[b-nx72yiqtdv] {
        transform: translateY(0);
    }

    .sensitivity-btn.active[b-nx72yiqtdv] {
        background: #3b82f6;
        border-color: #3b82f6;
        color: white;
        box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
    }

.error-text[b-nx72yiqtdv] {
    display: block;
    color: #ef4444;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 500;
}

.form-actions[b-nx72yiqtdv] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

/* ============================================
   CIRCUIT SECTIONS - ENHANCED
   ============================================ */
.circuit-section[b-nx72yiqtdv] {
    margin-bottom: 14px;
}

    .circuit-section:last-child[b-nx72yiqtdv] {
        margin-bottom: 0;
    }

.section-header[b-nx72yiqtdv] {
    margin-bottom: 12px;
}

    .section-header h4[b-nx72yiqtdv] {
        font-size: 14px;
        font-weight: 700;
        color: #0f172a;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 7px;
        letter-spacing: -0.01em;
    }

    .section-header i[b-nx72yiqtdv] {
        color: #3b82f6;
        font-size: 16px;
    }

.circuit-grid[b-nx72yiqtdv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px;
    grid-auto-rows: 42px;
    align-items: start;
}

/* Enhanced Circuit Items - Smooth Animations */
.circuit-item[b-nx72yiqtdv] {
    padding: 10px 14px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
    height: 42px;
}

    /* Staggered entrance animation using nth-child */
    .circuit-item:nth-child(1)[b-nx72yiqtdv] {
        animation: circuitFadeIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms backwards;
    }

    .circuit-item:nth-child(2)[b-nx72yiqtdv] {
        animation: circuitFadeIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1) 30ms backwards;
    }

    .circuit-item:nth-child(3)[b-nx72yiqtdv] {
        animation: circuitFadeIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1) 60ms backwards;
    }

    .circuit-item:nth-child(4)[b-nx72yiqtdv] {
        animation: circuitFadeIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1) 90ms backwards;
    }

    .circuit-item:nth-child(5)[b-nx72yiqtdv] {
        animation: circuitFadeIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1) 120ms backwards;
    }

    .circuit-item:nth-child(6)[b-nx72yiqtdv] {
        animation: circuitFadeIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1) 150ms backwards;
    }

    .circuit-item:nth-child(7)[b-nx72yiqtdv] {
        animation: circuitFadeIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1) 180ms backwards;
    }

    .circuit-item:nth-child(8)[b-nx72yiqtdv] {
        animation: circuitFadeIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1) 210ms backwards;
    }

    /* Cap at 8 items to avoid long delays */
    .circuit-item:nth-child(n+9)[b-nx72yiqtdv] {
        animation: circuitFadeIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1) backwards;
    }

@keyframes circuitFadeIn-b-nx72yiqtdv {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.circuit-name[b-nx72yiqtdv] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.circuit-item.available[b-nx72yiqtdv] {
    cursor: pointer;
    color: #475569;
    background: white;
}

    .circuit-item.available:hover[b-nx72yiqtdv] {
        border-color: #10b981;
        background: #f0fdf4;
        color: #15803d;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
    }

    .circuit-item.available:active[b-nx72yiqtdv] {
        transform: translateY(0) scale(1);
    }

.circuit-item.linked[b-nx72yiqtdv] {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #93c5fd;
    color: #1e40af;
}

.circuit-item i[b-nx72yiqtdv] {
    font-size: 14px;
    opacity: 0.6;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.circuit-item:hover i[b-nx72yiqtdv] {
    opacity: 1;
    transform: scale(1.1);
}

.btn-remove[b-nx72yiqtdv] {
    background: none;
    border: none;
    color: #ef4444;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

    .btn-remove:hover[b-nx72yiqtdv] {
        background: #fee2e2;
        transform: scale(1.15);
    }

    .btn-remove:active[b-nx72yiqtdv] {
        transform: scale(1);
    }

/* ============================================
   BUTTONS
   ============================================ */
.btn[b-nx72yiqtdv] {
    padding: 9px 18px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .btn:active[b-nx72yiqtdv] {
        transform: translateY(1px);
    }

.btn-primary[b-nx72yiqtdv] {
    background: #3b82f6;
    color: white;
    box-shadow: 0 1px 2px rgba(59, 130, 246, 0.2);
}

    .btn-primary:hover[b-nx72yiqtdv] {
        background: #2563eb;
        box-shadow: 0 5px 14px rgba(59, 130, 246, 0.18);
        transform: translateY(-1px);
    }

.btn-secondary[b-nx72yiqtdv] {
    background: white;
    color: #475569;
    border: 1.5px solid #cbd5e1;
}

    .btn-secondary:hover[b-nx72yiqtdv] {
        background: #f8fafc;
        border-color: #94a3b8;
    }

.btn-ghost[b-nx72yiqtdv] {
    background: transparent;
    color: #475569;
    border: none;
}

    .btn-ghost:hover[b-nx72yiqtdv] {
        background: #f1f5f9;
    }

.btn-ghost-danger[b-nx72yiqtdv] {
    background: transparent;
    color: #ef4444;
    border: none;
}

    .btn-ghost-danger:hover[b-nx72yiqtdv] {
        background: #fee2e2;
    }

.btn-sm[b-nx72yiqtdv] {
    padding: 6px 12px;
    font-size: 12px;
}

/* ============================================
   EMPTY STATES
   ============================================ */
.empty-state[b-nx72yiqtdv] {
    text-align: center;
    padding: 32px 20px;
    color: #94a3b8;
}

    .empty-state i[b-nx72yiqtdv] {
        font-size: 40px;
        margin-bottom: 10px;
        display: block;
        opacity: 0.5;
    }

    .empty-state p[b-nx72yiqtdv] {
        margin: 6px 0;
        font-size: 13px;
    }

.empty-state-small[b-nx72yiqtdv] {
    text-align: center;
    padding: 20px;
    color: #94a3b8;
    background: #f8fafc;
    border-radius: 6px;
}

    .empty-state-small i[b-nx72yiqtdv] {
        font-size: 28px;
        margin-bottom: 8px;
        display: block;
        opacity: 0.5;
    }

    .empty-state-small p[b-nx72yiqtdv] {
        margin: 0;
        font-size: 12px;
    }

.empty-state-large[b-nx72yiqtdv] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 42px 34px;
    text-align: center;
    color: #94a3b8;
}

    .empty-state-large i[b-nx72yiqtdv] {
        font-size: 48px;
        margin-bottom: 12px;
        display: block;
        opacity: 0.4;
    }

    .empty-state-large h3[b-nx72yiqtdv] {
        color: #64748b;
        font-size: 18px;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .empty-state-large p[b-nx72yiqtdv] {
        color: #94a3b8;
        font-size: 13px;
        line-height: 1.5;
    }

/* ============================================
   TOAST NOTIFICATION - MODAL POSITIONED
   ============================================ */
.toast-notification[b-nx72yiqtdv] {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 14px 18px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 320px;
    max-width: 420px;
    z-index: 100;
    animation: toastSlideIn-b-nx72yiqtdv 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

@keyframes toastSlideIn-b-nx72yiqtdv {
    from {
        transform: translateX(100%) translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}

.toast-notification.success[b-nx72yiqtdv] {
    border-left: 3px solid #10b981;
}

.toast-notification.error[b-nx72yiqtdv] {
    border-left: 3px solid #ef4444;
}

.toast-notification.error i[b-nx72yiqtdv] {
    color: #ef4444;
}

.toast-notification i[b-nx72yiqtdv] {
    font-size: 20px;
    color: #10b981;
    flex-shrink: 0;
}

.toast-notification strong[b-nx72yiqtdv] {
    display: block;
    color: #0f172a;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
}

.toast-notification p[b-nx72yiqtdv] {
    margin: 0;
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

/* ============================================
   SCROLLBAR STYLING
   ============================================ */
.differential-list[b-nx72yiqtdv]::-webkit-scrollbar,
.detail-content[b-nx72yiqtdv]::-webkit-scrollbar {
    width: 6px;
}

.differential-list[b-nx72yiqtdv]::-webkit-scrollbar-track,
.detail-content[b-nx72yiqtdv]::-webkit-scrollbar-track {
    background: #f8fafc;
}

.differential-list[b-nx72yiqtdv]::-webkit-scrollbar-thumb,
.detail-content[b-nx72yiqtdv]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

    .differential-list[b-nx72yiqtdv]::-webkit-scrollbar-thumb:hover,
    .detail-content[b-nx72yiqtdv]::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }

/* ============================================
   ACCESSIBILITY
   ============================================ */
.circuit-item:focus-visible[b-nx72yiqtdv],
.btn:focus-visible[b-nx72yiqtdv],
.form-control:focus-visible[b-nx72yiqtdv],
.form-select:focus-visible[b-nx72yiqtdv],
.sensitivity-btn:focus-visible[b-nx72yiqtdv] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    *[b-nx72yiqtdv],
    *[b-nx72yiqtdv]::before,
    *[b-nx72yiqtdv]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1400px) {
    .master-detail-layout[b-nx72yiqtdv] {
        grid-template-columns: 320px 1fr;
    }
}

@media (max-width: 1024px) {
    .master-detail-layout[b-nx72yiqtdv] {
        grid-template-columns: 1fr;
    }

    .board-stats[b-nx72yiqtdv] {
        margin-left: 0;
        width: 100%;
    }

    .differential-config[b-nx72yiqtdv] {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .differential-config[b-nx72yiqtdv] {
        padding: 12px;
    }

    .page-header[b-nx72yiqtdv] {
        flex-direction: column;
    }

    .page-title[b-nx72yiqtdv] {
        font-size: 20px;
    }

    .form-row[b-nx72yiqtdv] {
        grid-template-columns: 1fr;
    }

    .circuit-grid[b-nx72yiqtdv] {
        grid-template-columns: 1fr;
    }

    .sensitivity-grid[b-nx72yiqtdv] {
        grid-template-columns: repeat(2, 1fr);
    }

    .toast-notification[b-nx72yiqtdv] {
        min-width: auto;
        right: 12px;
        left: 12px;
    }

    .master-panel[b-nx72yiqtdv] {
        max-height: 300px;
    }

    .master-detail-layout[b-nx72yiqtdv] {
        gap: 16px;
        max-height: calc(100vh - 100px);
    }

    .circuit-item[b-nx72yiqtdv],
    .btn-remove[b-nx72yiqtdv],
    .sensitivity-btn[b-nx72yiqtdv] {
        min-height: 44px;
        padding: 12px 16px;
    }
}

/* ============================================
   MODAL POLISH OVERRIDES
   ============================================ */
.differential-config[b-nx72yiqtdv] {
    width: min(1180px, calc(100vw - 48px));
    height: min(760px, calc(100vh - 64px));
    padding: 18px;
    position: relative;
    background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.06), transparent 26%),
        radial-gradient(circle at 94% 8%, rgba(20, 184, 166, 0.05), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16), 0 1px 0 rgba(255, 255, 255, 0.86) inset;
}

.differential-config[b-nx72yiqtdv]::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #14b8a6, #22c55e);
    border-radius: 16px 16px 0 0;
}

.btn-modal-close[b-nx72yiqtdv] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.page-header[b-nx72yiqtdv],
.board-selector[b-nx72yiqtdv],
.master-panel[b-nx72yiqtdv],
.detail-panel[b-nx72yiqtdv],
.main-differential-banner[b-nx72yiqtdv],
.main-differential-summary[b-nx72yiqtdv] {
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(203, 213, 225, 0.68);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.045);
}

.page-header[b-nx72yiqtdv] {
    align-items: center;
    border: 1px solid rgba(226, 232, 240, 0.78);
    border-radius: 14px;
    margin-bottom: 10px;
    padding: 11px 54px 11px 12px;
}

.page-title[b-nx72yiqtdv] {
    color: #0f172a;
    font-size: 20px;
}

.page-title i[b-nx72yiqtdv] {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    background: #eff6ff;
    box-shadow: inset 0 0 0 1px #dbeafe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-differential-banner[b-nx72yiqtdv] {
    align-items: center;
    border: 1px solid rgba(251, 191, 36, 0.42);
    border-radius: 14px;
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
    padding: 10px 12px;
}

.main-differential-icon[b-nx72yiqtdv] {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #fffbeb;
    color: #d97706;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 18px;
}

.main-differential-copy[b-nx72yiqtdv] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.main-differential-copy strong[b-nx72yiqtdv] {
    color: #0f172a;
    font-size: 14px;
}

.main-differential-copy span[b-nx72yiqtdv] {
    color: #64748b;
    font-size: 12.5px;
}

.main-differential-actions[b-nx72yiqtdv] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.main-differential-actions .bi-arrow-repeat[b-nx72yiqtdv] {
    animation: diffSpin-b-nx72yiqtdv 0.8s linear infinite;
}

@keyframes diffSpin-b-nx72yiqtdv {
    to {
        transform: rotate(360deg);
    }
}

.main-differential-summary[b-nx72yiqtdv] {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(236, 253, 245, 0.54), rgba(239, 246, 255, 0.48)),
        rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(147, 197, 253, 0.52);
    border-radius: 14px;
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
    padding: 10px 12px;
}

.main-differential-icon.is-ready[b-nx72yiqtdv] {
    background: #ecfdf5;
    color: #059669;
}

.main-differential-specs[b-nx72yiqtdv] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin-left: auto;
}

.main-differential-specs span[b-nx72yiqtdv],
.card-specs span[b-nx72yiqtdv],
.card-circuits[b-nx72yiqtdv],
.stat[b-nx72yiqtdv],
.status-badge[b-nx72yiqtdv] {
    border: 1px solid rgba(203, 213, 225, 0.64);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    padding: 5px 9px;
}

.main-differential-specs span[b-nx72yiqtdv] {
    color: #0f766e;
    font-size: 12px;
    font-weight: 750;
}

.main-edit-btn[b-nx72yiqtdv] {
    flex: 0 0 auto;
}

.main-differential-editor[b-nx72yiqtdv] {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.04), transparent 34%),
        rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(191, 219, 254, 0.68);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
    margin: -4px 0 12px;
    padding: 14px;
}

.editor-title[b-nx72yiqtdv] {
    align-items: center;
    color: #0f172a;
    display: flex;
    font-size: 14px;
    font-weight: 750;
    gap: 8px;
    margin-bottom: 12px;
}

.editor-title i[b-nx72yiqtdv] {
    color: #2563eb;
}

.main-editor-grid[b-nx72yiqtdv] {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(180px, 1.3fr) repeat(2, minmax(120px, 0.7fr)) minmax(220px, 1fr);
}

.main-editor-grid .form-group[b-nx72yiqtdv] {
    margin-bottom: 0;
}

.sensitivity-grid.compact[b-nx72yiqtdv] {
    grid-template-columns: repeat(5, minmax(48px, 1fr));
}

.sensitivity-grid.compact .sensitivity-btn[b-nx72yiqtdv] {
    padding: 9px 7px;
}

.main-editor-actions[b-nx72yiqtdv] {
    border-top: 1px solid rgba(226, 232, 240, 0.86);
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 12px;
    padding-top: 12px;
}

.board-selector[b-nx72yiqtdv] {
    align-items: stretch;
    border-radius: 14px;
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 10px;
    padding: 10px 14px;
}

.board-selector-main[b-nx72yiqtdv] {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.board-selector.has-selection[b-nx72yiqtdv] {
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.72), rgba(239, 246, 255, 0.44)),
        rgba(255, 255, 255, 0.88);
}

.board-selector.is-disabled[b-nx72yiqtdv] {
    background: rgba(248, 250, 252, 0.64);
    border-style: dashed;
    opacity: 0.82;
}

.board-selector.is-disabled label[b-nx72yiqtdv] {
    color: #94a3b8;
}

.board-selector.is-loading[b-nx72yiqtdv] {
    border-color: rgba(147, 197, 253, 0.78);
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.72), rgba(255, 255, 255, 0.9));
}

.inline-loading[b-nx72yiqtdv] {
    align-items: center;
    color: #2563eb;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    letter-spacing: 0;
    margin-left: 8px;
    text-transform: none;
}

.inline-loading i[b-nx72yiqtdv] {
    animation: diffSpin-b-nx72yiqtdv 0.8s linear infinite;
}

.board-selector .form-select:disabled[b-nx72yiqtdv] {
    background-color: #f1f5f9;
    color: #94a3b8;
    cursor: not-allowed;
}

.board-stats[b-nx72yiqtdv] {
    align-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 0;
}

.stat.selected-board[b-nx72yiqtdv] {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.status-badge[b-nx72yiqtdv] {
    border: 0;
    box-shadow: none;
}

.main-required-state[b-nx72yiqtdv] {
    background:
        radial-gradient(circle at 50% 0%, rgba(245, 158, 11, 0.1), transparent 34%),
        rgba(255, 255, 255, 0.72);
    border-color: rgba(251, 191, 36, 0.5);
}

.main-required-state i[b-nx72yiqtdv] {
    color: #d97706;
    opacity: 0.9;
}

.empty-state-large.fill-remaining[b-nx72yiqtdv] {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    height: calc(100% - 244px);
    justify-content: center;
    min-height: 360px;
}

.board-loading-state[b-nx72yiqtdv] {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: 14px;
    color: #64748b;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-height: 320px;
    padding: 34px;
    text-align: center;
}

.board-loading-state i[b-nx72yiqtdv] {
    animation: diffSpin-b-nx72yiqtdv 0.8s linear infinite;
    color: #2563eb;
    font-size: 32px;
    margin-bottom: 12px;
}

.board-loading-state h3[b-nx72yiqtdv] {
    color: #0f172a;
    font-size: 17px;
    margin: 0 0 4px;
}

.board-loading-state p[b-nx72yiqtdv] {
    font-size: 13px;
    margin: 0;
}

.master-detail-layout[b-nx72yiqtdv] {
    gap: 14px;
    grid-template-columns: 330px minmax(0, 1fr);
    max-height: none;
    min-height: 0;
}

.master-panel[b-nx72yiqtdv],
.detail-panel[b-nx72yiqtdv] {
    border-radius: 14px;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.045);
}

.panel-header[b-nx72yiqtdv],
.detail-header[b-nx72yiqtdv] {
    background: rgba(248, 250, 252, 0.66);
}

.panel-header[b-nx72yiqtdv] {
    padding: 14px 18px;
}

.detail-header[b-nx72yiqtdv] {
    padding: 14px 20px;
}

.selected-differential-title[b-nx72yiqtdv] {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.selected-differential-icon[b-nx72yiqtdv] {
    align-items: center;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 13px;
    color: #1d4ed8;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 20px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.selected-differential-chips[b-nx72yiqtdv] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.selected-differential-chips span[b-nx72yiqtdv] {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(203, 213, 225, 0.82);
    border-radius: 999px;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 9px;
}

.selected-differential-chips .success[b-nx72yiqtdv] {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #15803d;
}

.selected-differential-chips .warning[b-nx72yiqtdv] {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
}

.differential-warning-callout[b-nx72yiqtdv] {
    align-items: center;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    color: #9a3412;
    display: flex;
    font-size: 13px;
    font-weight: 650;
    gap: 9px;
    margin-bottom: 16px;
    padding: 11px 12px;
}

.differential-warning-callout i[b-nx72yiqtdv] {
    color: #ea580c;
    font-size: 17px;
}

.differential-card[b-nx72yiqtdv] {
    background: rgba(255, 255, 255, 0.92);
    border-color: #dbe4ef;
    border-radius: 12px;
    padding: 13px;
}

.differential-card.active[b-nx72yiqtdv] {
    border-color: #2563eb;
    background: #f8fbff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1);
}

.badge.sensitivity[b-nx72yiqtdv] {
    background: #dbeafe;
    border-radius: 999px;
    color: #1d4ed8;
    padding: 5px 9px;
}

.card-specs[b-nx72yiqtdv] {
    flex-wrap: wrap;
    gap: 7px;
}

.card-circuits[b-nx72yiqtdv] {
    align-self: flex-start;
    border-top: 0;
    margin-top: 2px;
    padding: 5px 9px;
}

.card-circuits.is-empty[b-nx72yiqtdv] {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
}

.card-actions[b-nx72yiqtdv] {
    border-top: 1px solid rgba(226, 232, 240, 0.86);
    display: flex;
    gap: 6px;
    margin-top: 8px;
    padding-top: 8px;
}

.card-action-btn[b-nx72yiqtdv] {
    align-items: center;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(203, 213, 225, 0.76);
    border-radius: 999px;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    flex: 1;
    font-size: 11.5px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    padding: 6px 8px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-action-btn:hover[b-nx72yiqtdv] {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.card-action-btn.danger[b-nx72yiqtdv] {
    color: #ef4444;
}

.card-action-btn.danger:hover[b-nx72yiqtdv] {
    background: #fff1f2;
    border-color: #fecdd3;
    color: #dc2626;
}

.card-action-btn:disabled[b-nx72yiqtdv] {
    cursor: not-allowed;
    opacity: 0.55;
}

.assigned-tray[b-nx72yiqtdv],
.available-tray[b-nx72yiqtdv] {
    border: 1px solid rgba(203, 213, 225, 0.76);
    border-radius: 14px;
    margin-bottom: 12px;
    padding: 12px;
}

.available-tray .empty-state-small[b-nx72yiqtdv] {
    padding: 14px 18px;
}

.available-tray .empty-state-small i[b-nx72yiqtdv] {
    font-size: 22px;
    margin-bottom: 4px;
}

.assigned-tray[b-nx72yiqtdv] {
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, 0.04), transparent 36%),
        rgba(248, 250, 252, 0.62);
}

.available-tray[b-nx72yiqtdv] {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.035), transparent 36%),
        rgba(248, 250, 252, 0.62);
}

.assigned-tray .section-header i[b-nx72yiqtdv] {
    color: #16a34a;
}

.available-tray .section-header i[b-nx72yiqtdv] {
    color: #2563eb;
}

.circuit-item[b-nx72yiqtdv] {
    border-radius: 10px;
}

.circuit-item.linked[b-nx72yiqtdv] {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.circuit-item.is-disabled[b-nx72yiqtdv] {
    cursor: wait;
    opacity: 0.62;
    pointer-events: none;
}

.btn-remove:disabled[b-nx72yiqtdv] {
    cursor: wait;
    opacity: 0.45;
}

.empty-state-small[b-nx72yiqtdv] {
    background: rgba(255, 255, 255, 0.66);
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
}

.btn:disabled[b-nx72yiqtdv] {
    cursor: not-allowed;
    opacity: 0.55;
    transform: none !important;
}

.btn-primary[b-nx72yiqtdv] {
    background: #2563eb;
    border: 0;
    border-radius: 10px;
}

.btn .bi-arrow-repeat[b-nx72yiqtdv],
.confirm-dialog .bi-arrow-repeat[b-nx72yiqtdv] {
    animation: diffSpin-b-nx72yiqtdv 0.8s linear infinite;
}

.confirm-dialog[b-nx72yiqtdv] {
    align-items: center;
    background: rgba(15, 23, 42, 0.24);
    backdrop-filter: blur(4px);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 18px;
    position: absolute;
    z-index: 120;
}

.confirm-dialog-content[b-nx72yiqtdv] {
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.05), transparent 38%),
        #ffffff;
    border: 1px solid rgba(254, 202, 202, 0.92);
    border-radius: 16px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
    max-width: 420px;
    padding: 18px;
    width: 100%;
}

.confirm-dialog-header[b-nx72yiqtdv] {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.confirm-dialog-icon[b-nx72yiqtdv] {
    align-items: center;
    border-radius: 13px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 20px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.confirm-dialog-icon.danger[b-nx72yiqtdv] {
    background: #fee2e2;
    color: #dc2626;
}

.confirm-dialog-title[b-nx72yiqtdv] {
    color: #0f172a;
    font-size: 17px;
    font-weight: 750;
    margin: 0;
}

.confirm-dialog-message[b-nx72yiqtdv] {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.confirm-dialog-actions[b-nx72yiqtdv] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.btn-secondary[b-nx72yiqtdv],
.btn-ghost[b-nx72yiqtdv],
.btn-ghost-danger[b-nx72yiqtdv] {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .differential-config[b-nx72yiqtdv] {
        width: calc(100vw - 24px);
        height: calc(100vh - 32px);
        padding: 12px;
    }

    .page-header[b-nx72yiqtdv] {
        align-items: flex-start;
        padding-right: 52px;
    }

    .main-differential-banner[b-nx72yiqtdv],
    .main-differential-summary[b-nx72yiqtdv] {
        align-items: stretch;
        flex-direction: column;
    }

    .main-differential-actions[b-nx72yiqtdv],
    .main-differential-specs[b-nx72yiqtdv] {
        justify-content: flex-start;
        margin-left: 0;
    }

    .main-editor-grid[b-nx72yiqtdv] {
        grid-template-columns: 1fr;
    }

    .sensitivity-grid.compact[b-nx72yiqtdv] {
        grid-template-columns: repeat(2, 1fr);
    }

    .detail-header[b-nx72yiqtdv] {
        gap: 12px;
        flex-direction: column;
    }

    .detail-actions[b-nx72yiqtdv],
    .main-editor-actions[b-nx72yiqtdv],
    .confirm-dialog-actions[b-nx72yiqtdv] {
        justify-content: stretch;
        width: 100%;
    }

    .detail-actions .btn[b-nx72yiqtdv],
    .main-editor-actions .btn[b-nx72yiqtdv],
    .confirm-dialog-actions .btn[b-nx72yiqtdv] {
        justify-content: center;
        flex: 1;
    }

    .board-selector[b-nx72yiqtdv] {
        grid-template-columns: 1fr;
    }

    .board-stats[b-nx72yiqtdv] {
        width: 100%;
    }
}
/* /Views/Modals/EditorSettings/EditorSettingsModal.razor.rz.scp.css */
.editor-settings-card[b-da2rkztj26] {
    position: relative;
    box-sizing: border-box;
    width: min(640px, calc(100vw - 38px));
    padding: 24px 28px 22px;
    color: #1e293b;
    background: radial-gradient(circle at 12% 8%, rgba(59, 130, 246, .13), transparent 30%), radial-gradient(circle at 92% 12%, rgba(139, 92, 246, .1), transparent 28%), linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .24), 0 10px 28px rgba(37, 99, 235, .08), 0 0 0 1px rgba(255, 255, 255, .75) inset;
    overflow: hidden;
}

.editor-settings-card[b-da2rkztj26]::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
}

.editor-settings-card header[b-da2rkztj26] { display: flex; gap: 14px; align-items: center; margin-bottom: 6px; }
.settings-icon[b-da2rkztj26] { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; color: #2563eb; background: linear-gradient(135deg, #dbeafe, #eef2ff); border-radius: 14px; box-shadow: 0 10px 24px rgba(37, 99, 235, .18); font-size: 20px; }
.editor-settings-card header small[b-da2rkztj26] { color: #2563eb; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.editor-settings-card h2[b-da2rkztj26] { margin: 1px 0 0; color: #0f172a; font-size: 20px; font-weight: 700; letter-spacing: -.01em; }
.editor-settings-card header p[b-da2rkztj26] { margin: 3px 0 0; color: #64748b; font-size: 11px; line-height: 1.35; }

.editor-settings-card section[b-da2rkztj26] { margin-top: 14px; padding-top: 13px; border-top: 1px solid #e2e8f0; }
.editor-settings-card h3[b-da2rkztj26] { display: flex; gap: 7px; align-items: center; margin: 0 0 10px; color: #1e3a8a; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.editor-settings-card h3[b-da2rkztj26]::before { content: ''; width: 4px; height: 4px; background: #3b82f6; border-radius: 50%; }
.setting-grid[b-da2rkztj26] { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 14px; }
.setting-grid label[b-da2rkztj26] { min-width: 0; color: #475569; font-size: 11px; font-weight: 600; }
.setting-grid input[type="number"][b-da2rkztj26], .setting-grid input:not([type])[b-da2rkztj26] { box-sizing: border-box; width: 100%; height: 38px; margin-top: 5px; padding: 8px 11px; color: #0f172a; background: rgba(255, 255, 255, .95); border: 1.5px solid #dbe3ef; border-radius: 9px; outline: none; font-size: 13px; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.setting-grid input[type="number"]:hover:not(:disabled)[b-da2rkztj26], .setting-grid input:not([type]):hover:not(:disabled)[b-da2rkztj26] { background: #fff; border-color: #cbd5e1; }
.setting-grid input[type="number"]:focus[b-da2rkztj26], .setting-grid input:not([type]):focus[b-da2rkztj26] { background: #fff; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, .12); }
.setting-grid input:disabled[b-da2rkztj26] { cursor: not-allowed; opacity: .72; }

.setting-grid .check[b-da2rkztj26] { display: flex; gap: 9px; align-items: center; min-height: 38px; padding: 7px 10px; color: #475569; background: rgba(255, 255, 255, .75); border: 1px solid #e2e8f0; border-radius: 9px; cursor: pointer; }
.setting-grid .check:hover[b-da2rkztj26] { background: #eff6ff; border-color: #bfdbfe; }
.setting-grid .check input[b-da2rkztj26] { width: 16px; height: 16px; flex: 0 0 auto; margin: 0; accent-color: #2563eb; }
.setting-grid .check span[b-da2rkztj26] { line-height: 1.25; }
.setting-grid .check:has(input:disabled)[b-da2rkztj26] { cursor: not-allowed; opacity: .65; }

.readonly input:not([type])[b-da2rkztj26] { color: #64748b; background: #f1f5f9; border-color: #e2e8f0; box-shadow: inset 0 1px 2px rgba(15, 23, 42, .03); }
.settings-error[b-da2rkztj26] { margin-top: 14px; padding: 10px 12px; color: #b91c1c; background: #fef2f2; border: 1px solid #fecaca; border-radius: 9px; font-size: 12px; }

.editor-settings-card footer[b-da2rkztj26] { display: flex; justify-content: flex-end; gap: 8px; margin: 18px -28px -22px; padding: 12px 28px; background: rgba(255, 255, 255, .82); border-top: 1px solid #e2e8f0; }
.editor-settings-card footer button[b-da2rkztj26] { min-width: 104px; height: 38px; padding: 8px 14px; color: #475569; background: #fff; border: 1px solid #dbe3ef; border-radius: 9px; font-size: 11px; font-weight: 650; cursor: pointer; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.editor-settings-card footer button:hover:not(:disabled)[b-da2rkztj26] { border-color: #cbd5e1; }
.editor-settings-card footer .apply[b-da2rkztj26] { color: #fff; background: linear-gradient(135deg, #3b82f6, #2563eb); border-color: #2563eb; box-shadow: 0 6px 14px rgba(37, 99, 235, .18); }
.editor-settings-card footer .apply:hover:not(:disabled)[b-da2rkztj26] { box-shadow: 0 8px 18px rgba(37, 99, 235, .26); transform: translateY(-1px); }
.editor-settings-card footer button:disabled[b-da2rkztj26] { cursor: not-allowed; opacity: .55; }

@media (max-width: 520px) {
    .editor-settings-card[b-da2rkztj26] { width: calc(100vw - 16px); max-height: calc(100vh - 16px); padding: 20px; overflow-y: auto; }
    .setting-grid[b-da2rkztj26] { grid-template-columns: 1fr; }
    .editor-settings-card footer[b-da2rkztj26] { margin: 18px -20px -20px; padding: 12px 20px; }
}
/* /Views/Modals/LoadProjectProgress/ProjectLoadProgressModal.razor.rz.scp.css */
.project-load-card[b-f4exsux0jl] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(660px, calc(100vw - 32px));
    padding: 38px 42px 32px;
    color: #eaf7ff;
    background: linear-gradient(135deg, #0a1e34, #07111e);
    border: 1px solid rgba(103, 203, 255, .52);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .08);
}

.project-load-card[b-f4exsux0jl]::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 360px;
    height: 360px;
    right: -155px;
    top: -190px;
    background: #168fd1;
    filter: blur(80px);
    opacity: .28;
    transition: background .25s;
}

.project-load-card.is-complete[b-f4exsux0jl]::before { background: #15a873; }
.project-load-card.is-failed[b-f4exsux0jl]::before { background: #d14b55; }

.project-load-grid[b-f4exsux0jl] {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .2;
    background-image: linear-gradient(rgba(117, 215, 255, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(117, 215, 255, .16) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(to bottom, black, transparent);
}

.project-load-heading[b-f4exsux0jl] {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 26px;
    align-items: center;
}

.project-load-icon[b-f4exsux0jl] {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    color: #78d9ff;
    font-size: 30px;
    border: 1px solid #45bce9;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(69, 188, 233, .08);
    animation: project-load-pulse-b-f4exsux0jl 1.5s ease-in-out infinite;
}

.is-complete .project-load-icon[b-f4exsux0jl] { color: #8af0c4; border-color: #43d99a; }
.is-failed .project-load-icon[b-f4exsux0jl] { color: #ff9da5; border-color: #ef6974; animation: none; }
.project-load-kicker[b-f4exsux0jl], .project-load-footer[b-f4exsux0jl] { color: #79c9e8; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.project-load-heading h2[b-f4exsux0jl] { margin: 7px 0; color: white; font-size: clamp(24px, 5vw, 34px); line-height: 1.08; letter-spacing: -.035em; }
.project-load-heading p[b-f4exsux0jl] { margin: 0; color: #a8c7d9; line-height: 1.45; }

.project-load-steps[b-f4exsux0jl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
    margin-top: 32px;
}

.project-load-step[b-f4exsux0jl] { display: flex; align-items: center; gap: 10px; min-width: 0; color: #668397; font-size: 12px; transition: color .2s; }
.project-load-step.is-active[b-f4exsux0jl] { color: #dff6ff; }
.project-load-step.is-done[b-f4exsux0jl] { color: #80cae6; }
.step-marker[b-f4exsux0jl] { display: grid; flex: 0 0 25px; place-items: center; width: 25px; height: 25px; color: #55758a; border: 1px solid #29485d; border-radius: 50%; font-size: 11px; }
.is-active .step-marker[b-f4exsux0jl] { color: #07111e; background: #78d9ff; border-color: #a8e9ff; box-shadow: 0 0 13px rgba(100, 215, 255, .45); }
.is-done .step-marker[b-f4exsux0jl] { color: #8af0c4; border-color: #3a8e75; }
.project-load-progress[b-f4exsux0jl] { height: 5px; margin-top: 30px; overflow: hidden; background: rgba(137, 207, 238, .18); }
.project-load-progress span[b-f4exsux0jl] { display: block; height: 100%; background: linear-gradient(90deg, #3fb9e9, #b2efff); box-shadow: 0 0 18px #64d7ff; transition: width .35s ease; }
.is-complete .project-load-progress span[b-f4exsux0jl] { background: #69e1aa; }
.is-failed .project-load-progress span[b-f4exsux0jl] { background: #ef6974; }
.project-load-footer[b-f4exsux0jl] { display: flex; justify-content: space-between; margin-top: 14px; font-size: 9px; }
.project-load-return[b-f4exsux0jl] { display: block; margin: 24px 0 0 auto; padding: 9px 14px; color: #eaf7ff; background: rgba(239, 105, 116, .12); border: 1px solid rgba(239, 105, 116, .65); }

@keyframes project-load-pulse-b-f4exsux0jl {
    50% { transform: scale(1.07); box-shadow: 0 0 0 17px rgba(69, 188, 233, 0); }
}

@media (max-width: 620px) {
    .project-load-card[b-f4exsux0jl] { padding: 28px 24px; }
    .project-load-heading[b-f4exsux0jl] { grid-template-columns: 58px 1fr; gap: 18px; }
    .project-load-icon[b-f4exsux0jl] { width: 56px; height: 56px; font-size: 24px; }
    .project-load-steps[b-f4exsux0jl] { grid-template-columns: 1fr; }
}
/* /Views/Modals/LoadProject/LoadProjectModal.razor.rz.scp.css */
/* ============================================
   PANEL SHELL
   ============================================ */
.project-panel[b-hbenin5it0] {
    position: relative;
    background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.13), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(139, 92, 246, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    width: min(1040px, calc(100vw - 48px));
    max-width: 100%;
    margin-inline: auto;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24), 0 10px 28px rgba(37, 99, 235, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
    overflow: hidden;
    animation: slideUp-b-hbenin5it0 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-panel[b-hbenin5it0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
    z-index: 1;
}

@keyframes slideUp-b-hbenin5it0 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   HEADER
   ============================================ */
.project-panel-header[b-hbenin5it0] {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(8px);
}

    .project-panel-header .header-icon[b-hbenin5it0] {
        width: 46px;
        height: 46px;
        background: linear-gradient(135deg, #dbeafe 0%, #eef2ff 100%);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
    }

        .project-panel-header .header-icon i[b-hbenin5it0] {
            font-size: 22px;
            color: #2563eb;
        }

    /* Legacy support if icon isn't wrapped */
    .project-panel-header > i[b-hbenin5it0] {
        font-size: 22px;
        color: #2563eb;
        background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        flex-shrink: 0;
        box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
    }

    .project-panel-header h2[b-hbenin5it0] {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #0f172a;
        letter-spacing: -0.01em;
    }

.header-subtitle[b-hbenin5it0] {
    margin: 2px 0 0 0;
    font-size: 13px;
    color: #64748b;
    font-weight: 400;
}

/* ============================================
   PANEL BODY
   ============================================ */
.project-panel-body[b-hbenin5it0] {
    padding: 20px;
    display: flex;
    gap: 20px;
    min-height: 600px;
    background: rgba(248, 250, 252, 0.72);
    width: 100%;
    box-sizing: border-box;
}

/* ============================================
   PROJECT LIST (LEFT)
   ============================================ */
.project-list[b-hbenin5it0] {
    flex: 0 0 300px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    max-height: 550px; /* or set to 80% so never taller than viewport */
}

.project-search[b-hbenin5it0] {
    padding: 16px;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.66);
}

    .project-search .btn[b-hbenin5it0] {
        margin-bottom: 12px;
        font-size: 13px;
        font-weight: 600;
        padding: 9px 16px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        background: linear-gradient(135deg, #3b82f6 0%, #2563eb 55%, #1d4ed8 100%);
        color: white;
        border: none;
        cursor: pointer;
        box-shadow: 0 8px 18px rgba(37, 99, 235, 0.26);
        transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .project-search .btn:hover[b-hbenin5it0] {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 60%, #1e40af 100%);
            box-shadow: 0 10px 22px rgba(37, 99, 235, 0.36);
            transform: translateY(-1px);
        }

        .project-search .btn:active[b-hbenin5it0] {
            transform: translateY(0);
        }

.search-wrapper[b-hbenin5it0] {
    position: relative;
}

    .search-wrapper i[b-hbenin5it0] {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
        font-size: 14px;
        pointer-events: none;
        transition: all 0.2s ease;
    }

    .search-wrapper input[b-hbenin5it0] {
        width: 100%;
        padding: 9px 12px 9px 36px;
        border: 1.5px solid #e2e8f0;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 500;
        background: #ffffff;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        color: #0f172a;
    }

        .search-wrapper input:hover[b-hbenin5it0] {
            border-color: #cbd5e1;
        }

        .search-wrapper input:focus[b-hbenin5it0] {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            outline: none;
        }

    /* Search icon animation on focus */
    .search-wrapper:focus-within i[b-hbenin5it0] {
        color: #3b82f6;
        transform: translateY(-50%) translateX(-2px);
    }

    .search-wrapper input[b-hbenin5it0]::placeholder {
        color: #94a3b8;
        font-weight: 400;
    }

/* ============================================
   SCROLLABLE LIST
   ============================================ */
.project-list-scrollable[b-hbenin5it0] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px;
}

    /* Premium scrollbar */
    .project-list-scrollable[b-hbenin5it0]::-webkit-scrollbar {
        width: 5px;
    }

    .project-list-scrollable[b-hbenin5it0]::-webkit-scrollbar-track {
        background: transparent;
    }

    .project-list-scrollable[b-hbenin5it0]::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 100%);
        border-radius: 10px;
    }

        .project-list-scrollable[b-hbenin5it0]::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #94a3b8 0%, #64748b 100%);
        }

/* ============================================
   LIST ITEMS
   ============================================ */
.list-group[b-hbenin5it0] {
    margin-bottom: 0;
}

.list-group-item[b-hbenin5it0] {
    padding: 11px 14px;
    border: 1.5px solid transparent;
    border-radius: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    color: #475569;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

    /* Animated left border accent */
    .list-group-item[b-hbenin5it0]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 0;
        width: 3px;
        background: linear-gradient(180deg, #3b82f6 0%, #6366f1 100%);
        border-radius: 0 2px 2px 0;
        transform: translateY(-50%);
        transition: height 0.2s ease;
    }

    .list-group-item:hover[b-hbenin5it0]::before {
        height: 50%;
    }

    .list-group-item.active[b-hbenin5it0]::before {
        height: 60%;
    }

    .list-group-item i.bi-file-earmark-text[b-hbenin5it0] {
        font-size: 16px;
        color: #64748b;
        flex-shrink: 0;
        transition: color 0.15s ease;
    }

.project-name[b-hbenin5it0] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-group-item:hover[b-hbenin5it0] {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #0f172a;
    padding-left: 18px;
}

    .list-group-item:hover i.bi-file-earmark-text[b-hbenin5it0] {
        color: #475569;
    }

/* Active/Selected state */
.list-group-item.active[b-hbenin5it0] {
    background: linear-gradient(90deg, #eff6ff 0%, #f8fafc 100%);
    border-color: transparent;
    color: #1e40af;
    font-weight: 600;
    padding-left: 18px;
}

    .list-group-item.active i.bi-file-earmark-text[b-hbenin5it0] {
        color: #3b82f6;
    }

    .list-group-item.active i.bi-check-lg[b-hbenin5it0] {
        color: #3b82f6;
        font-size: 16px;
    }

/* Selection feedback animation */
@keyframes selectPulse-b-hbenin5it0 {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.3);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(59, 130, 246, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
    }
}

.list-group-item.active[b-hbenin5it0] {
    animation: selectPulse-b-hbenin5it0 0.4s ease-out;
}

/* Stagger animation on load */
@keyframes listItemFadeIn-b-hbenin5it0 {
    from {
        opacity: 0;
        transform: translateX(-8px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.list-group-item[b-hbenin5it0] {
    animation: listItemFadeIn-b-hbenin5it0 0.25s ease-out backwards;
}

    .list-group-item:nth-child(1)[b-hbenin5it0] {
        animation-delay: 0.02s;
    }

    .list-group-item:nth-child(2)[b-hbenin5it0] {
        animation-delay: 0.04s;
    }

    .list-group-item:nth-child(3)[b-hbenin5it0] {
        animation-delay: 0.06s;
    }

    .list-group-item:nth-child(4)[b-hbenin5it0] {
        animation-delay: 0.08s;
    }

    .list-group-item:nth-child(5)[b-hbenin5it0] {
        animation-delay: 0.10s;
    }

    .list-group-item:nth-child(6)[b-hbenin5it0] {
        animation-delay: 0.12s;
    }

    .list-group-item:nth-child(7)[b-hbenin5it0] {
        animation-delay: 0.14s;
    }

    .list-group-item:nth-child(8)[b-hbenin5it0] {
        animation-delay: 0.16s;
    }

    .list-group-item:nth-child(9)[b-hbenin5it0] {
        animation-delay: 0.18s;
    }

    .list-group-item:nth-child(10)[b-hbenin5it0] {
        animation-delay: 0.20s;
    }

/* ============================================
   EMPTY STATE (LIST)
   ============================================ */
.empty-state-small[b-hbenin5it0] {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
}

    .empty-state-small i[b-hbenin5it0] {
        font-size: 40px;
        margin-bottom: 12px;
        display: block;
        opacity: 0.5;
    }

    .empty-state-small p[b-hbenin5it0] {
        margin: 0;
        font-size: 13px;
    }

/* ============================================
   PROJECT DETAILS (RIGHT)
   ============================================ */
.project-details[b-hbenin5it0] {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: box-shadow 0.3s ease;
}

    /* Top gradient accent bar */
    .project-details[b-hbenin5it0]::before {
        content: '';
        display: block;
        height: 3px;
        background: linear-gradient(90deg, #3b82f6 0%, #6366f1 50%, #8b5cf6 100%);
        flex-shrink: 0;
    }

    /* Lift on hover when content is present */
    .project-details:has(.project-details-content):hover[b-hbenin5it0] {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 12px 32px rgba(0, 0, 0, 0.1), 0 32px 64px rgba(0, 0, 0, 0.06);
    }

/* ============================================
   EMPTY STATE (DETAILS)
   ============================================ */
.detail-empty[b-hbenin5it0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #94a3b8;
    /* Dashed border box styling */
    border: 2px dashed #e2e8f0;
    margin: 24px;
    border-radius: 12px;
    height: calc(100% - 48px);
    background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
    transition: all 0.2s ease;
}

    .detail-empty:hover[b-hbenin5it0] {
        border-color: #cbd5e1;
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    }

    .detail-empty i[b-hbenin5it0] {
        font-size: 56px;
        margin-bottom: 20px;
        opacity: 0.3;
        animation: gentlePulse-b-hbenin5it0 2s ease-in-out infinite;
    }

@keyframes gentlePulse-b-hbenin5it0 {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.45;
    }
}

.detail-empty h3[b-hbenin5it0] {
    color: #64748b;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.detail-empty p[b-hbenin5it0] {
    color: #94a3b8;
    font-size: 13px;
    max-width: 320px;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   DETAILS CONTENT
   ============================================ */
.project-details-content[b-hbenin5it0] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.project-header[b-hbenin5it0] {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
    min-width: 0;
}

/* ============================================
   PROJECT IMAGE / THUMBNAIL
   ============================================ */
.project-image[b-hbenin5it0] {
    flex: 0 0 160px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .project-image img[b-hbenin5it0] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        transition: transform 0.3s ease;
    }

    /* Hover overlay */
    .project-image[b-hbenin5it0]::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, transparent 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 8px;
        pointer-events: none;
    }

    .project-image:hover[b-hbenin5it0]::after {
        opacity: 1;
    }

    .project-image:hover img[b-hbenin5it0] {
        transform: scale(1.05);
    }

    /* Generated gradient placeholder */
    .project-image.placeholder[b-hbenin5it0] {
        background: linear-gradient(135deg, #6366f1 0%, #3b82f6 50%, #0ea5e9 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

        .project-image.placeholder img[b-hbenin5it0] {
            display: none;
        }

        .project-image.placeholder[b-hbenin5it0]::before {
            content: '\F3D1'; /* Bootstrap folder icon */
            font-family: 'bootstrap-icons';
            font-size: 32px;
            color: rgba(255, 255, 255, 0.6);
            z-index: 1;
        }

        .project-image.placeholder[b-hbenin5it0]::after {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
            opacity: 1;
        }

/* ============================================
   PROJECT INFO
   ============================================ */
.project-info[b-hbenin5it0] {
    flex: 1;
    min-width: 0;
}

.project-title-row[b-hbenin5it0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}

    .project-title-row h3[b-hbenin5it0] {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #0f172a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        letter-spacing: -0.01em;
    }

.project-description[b-hbenin5it0] {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}

/* ============================================
   METADATA GRID
   ============================================ */
.project-metadata[b-hbenin5it0] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 20px;
    position: relative;
    min-width: 0;
}

    /* Section label */
    .project-metadata[b-hbenin5it0]::before {
        content: 'PROJECT DETAILS';
        display: block;
        font-size: 10px;
        font-weight: 700;
        color: #94a3b8;
        letter-spacing: 0.08em;
        margin-bottom: 12px;
        grid-column: 1 / -1;
    }

.metadata-item[b-hbenin5it0] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    .metadata-item:hover[b-hbenin5it0] {
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        border-color: #cbd5e1;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

    /* Icon with soft background */
    .metadata-item i[b-hbenin5it0] {
        font-size: 16px;
        color: #3b82f6;
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .metadata-item > div[b-hbenin5it0] {
        flex: 1;
        min-width: 0;
    }

.metadata-label[b-hbenin5it0] {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}

.metadata-value[b-hbenin5it0] {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ============================================
   REPOSITORY LINK
   ============================================ */
.project-repo[b-hbenin5it0] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    .project-repo:hover[b-hbenin5it0] {
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        border-color: #cbd5e1;
        transform: translateY(-1px);
    }

    .project-repo i[b-hbenin5it0] {
        font-size: 18px;
        color: #64748b;
        transition: color 0.2s ease;
    }

    .project-repo:hover i[b-hbenin5it0] {
        color: #0f172a;
    }

    .project-repo a[b-hbenin5it0] {
        font-size: 13px;
        color: #3b82f6;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s ease;
    }

        .project-repo a:hover[b-hbenin5it0] {
            color: #2563eb;
            text-decoration: underline;
        }

/* ============================================
   ACTIONS FOOTER
   ============================================ */
.project-actions[b-hbenin5it0] {
    padding: 20px 24px;
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

    .project-actions .btn[b-hbenin5it0] {
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        position: relative;
        overflow: hidden;
    }

        /* Ripple effect */
        .project-actions .btn[b-hbenin5it0]::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            transform: translate(-50%, -50%);
            transition: width 0.5s, height 0.5s;
        }

        .project-actions .btn:active[b-hbenin5it0]::after {
            width: 280px;
            height: 280px;
        }

    .project-actions .btn-secondary[b-hbenin5it0] {
        background: white;
        color: #475569;
        border: 1.5px solid #e2e8f0;
    }

        .project-actions .btn-secondary:hover[b-hbenin5it0] {
            background: #f8fafc;
            border-color: #cbd5e1;
            color: #334155;
            transform: translateY(-1px);
        }

        .project-actions .btn-secondary:active[b-hbenin5it0] {
            transform: translateY(0);
        }

    .project-actions .btn-primary[b-hbenin5it0] {
        background: linear-gradient(135deg, #3b82f6 0%, #2563eb 55%, #1d4ed8 100%);
        color: white;
        box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
        margin-left: auto;
    }

        .project-actions .btn-primary:hover:not(:disabled)[b-hbenin5it0] {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 60%, #1e40af 100%);
            box-shadow: 0 10px 22px rgba(37, 99, 235, 0.36);
            transform: translateY(-2px);
        }

        .project-actions .btn-primary:active:not(:disabled)[b-hbenin5it0] {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
        }

        /* Arrow animation on hover */
        .project-actions .btn-primary i[b-hbenin5it0] {
            transition: transform 0.2s ease;
        }

        .project-actions .btn-primary:hover:not(:disabled) i[b-hbenin5it0] {
            transform: translateX(3px);
        }

    .project-actions .btn:disabled[b-hbenin5it0] {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none !important;
    }

/* Keyboard Hint */
.keyboard-hint[b-hbenin5it0] {
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .keyboard-hint kbd[b-hbenin5it0] {
        padding: 3px 8px;
        background: #ffffff;
        border: 1px solid #cbd5e1;
        border-radius: 4px;
        font-size: 11px;
        font-weight: 600;
        color: #475569;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

/* ============================================
   BUTTON UTILITIES
   ============================================ */
.btn-group[b-hbenin5it0] {
    display: flex;
    gap: 4px;
}

.btn-ghost[b-hbenin5it0],
.btn-ghost-danger[b-hbenin5it0] {
    background: transparent;
    border: none;
    /* Square icon buttons */
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-ghost:hover[b-hbenin5it0] {
        background: #f1f5f9;
        color: #0f172a;
        transform: scale(1.05);
    }

    .btn-ghost:active[b-hbenin5it0] {
        transform: scale(0.95);
    }

.btn-ghost-danger[b-hbenin5it0] {
    color: #ef4444;
}

    .btn-ghost-danger:hover[b-hbenin5it0] {
        background: #fee2e2;
        transform: scale(1.05);
    }

    .btn-ghost-danger:active[b-hbenin5it0] {
        transform: scale(0.95);
    }

    .btn-ghost:disabled[b-hbenin5it0],
    .btn-ghost-danger:disabled[b-hbenin5it0] {
        opacity: 0.4;
        cursor: not-allowed;
        transform: none !important;
    }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .project-panel-body[b-hbenin5it0] {
        flex-direction: column;
        min-height: auto;
    }

    .project-list[b-hbenin5it0] {
        flex: 0 0 auto;
        max-height: 350px;
    }

    .project-metadata[b-hbenin5it0] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .project-panel[b-hbenin5it0] {
        margin: 0 12px;
        border-radius: 10px;
    }

    .project-panel-header[b-hbenin5it0] {
        padding: 16px 20px;
    }

        .project-panel-header > i[b-hbenin5it0],
        .project-panel-header .header-icon[b-hbenin5it0] {
            width: 40px;
            height: 40px;
        }

            .project-panel-header .header-icon i[b-hbenin5it0],
            .project-panel-header > i[b-hbenin5it0] {
                font-size: 18px;
            }

    .project-panel-body[b-hbenin5it0] {
        padding: 16px;
        gap: 16px;
    }

    .project-header[b-hbenin5it0] {
        flex-direction: column;
    }

    .project-image[b-hbenin5it0] {
        flex: 0 0 auto;
        width: 100%;
        height: 160px;
    }

    .project-actions[b-hbenin5it0] {
        flex-wrap: wrap;
        padding: 16px 20px;
    }

        .project-actions .btn-primary[b-hbenin5it0] {
            margin-left: 0;
            order: -1;
            flex: 1 1 100%;
        }

    .keyboard-hint[b-hbenin5it0] {
        flex: 1 1 100%;
        justify-content: center;
    }
}

/* ============================================
   SKELETON LOADER
   ============================================ */
.project-skeleton[b-hbenin5it0] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 6px;
    background-color: #f1f5f9; /* light base */
    overflow: hidden;
}

/* Shimmer animation */
@keyframes shimmer-b-hbenin5it0 {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* Icon placeholder */
.skeleton-icon[b-hbenin5it0] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer-b-hbenin5it0 1.4s linear infinite;
}

/* Text placeholder */
.skeleton-text[b-hbenin5it0] {
    flex: 1;
    height: 14px;
    border-radius: 4px;
    background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer-b-hbenin5it0 1.4s linear infinite;
}



/* ============================================
   ACCESSIBILITY
   ============================================ */
.list-group-item:focus-visible[b-hbenin5it0],
.btn:focus-visible[b-hbenin5it0],
input:focus-visible[b-hbenin5it0] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    *[b-hbenin5it0],
    *[b-hbenin5it0]::before,
    *[b-hbenin5it0]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* /Views/Modals/NewProject/NewProjectModal.razor.rz.scp.css */
/* Blazored modal chrome */
.custom-modal[b-bawvt35dzf] {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.project-modal[b-bawvt35dzf] {
    position: relative;
    width: 760px;
    max-width: 92vw;
    padding: 34px 42px 30px;
    background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.13), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(139, 92, 246, 0.12), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24), 0 10px 28px rgba(37, 99, 235, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
    overflow: hidden;
    animation: fadeInScale-b-bawvt35dzf 0.25s ease-out;
}

.project-modal[b-bawvt35dzf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
}

.close-btn[b-bawvt35dzf] {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.05);
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.close-btn:hover:not(:disabled)[b-bawvt35dzf] {
    background: rgba(15, 23, 42, 0.1);
    color: #0f172a;
    transform: scale(1.08);
}

.close-btn:disabled[b-bawvt35dzf] {
    opacity: 0.5;
    cursor: not-allowed;
}

.project-modal-header[b-bawvt35dzf] {
    margin-bottom: 24px;
    padding-inline: 18px;
    text-align: center;
}

.header-icon[b-bawvt35dzf] {
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
    border-radius: 14px;
    background: linear-gradient(135deg, #dbeafe 0%, #eef2ff 100%);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.header-icon i[b-bawvt35dzf] {
    font-size: 22px;
}

.project-modal-header h2[b-bawvt35dzf] {
    margin: 0;
    color: #0f172a;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.project-modal-header p[b-bawvt35dzf] {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 14px;
}

.modal-form[b-bawvt35dzf] {
    margin: 0;
}

.form-section[b-bawvt35dzf] {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.primary-section[b-bawvt35dzf] {
    position: relative;
    border-left: 0;
    background: transparent;
}

.section-title[b-bawvt35dzf] {
    margin: 0 0 18px;
    color: #1e3a8a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.section-title[b-bawvt35dzf]::after {
    content: '';
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.35), transparent);
}

.section-title i[b-bawvt35dzf] {
    color: #2563eb;
    font-size: 15px;
}

.form-grid[b-bawvt35dzf] {
    display: grid;
    gap: 16px;
}

.form-grid.two-col[b-bawvt35dzf] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid.three-col[b-bawvt35dzf] {
    grid-template-columns: 0.75fr 1.1fr 1fr;
}

.form-group[b-bawvt35dzf] {
    margin-bottom: 18px;
}

.form-grid .form-group[b-bawvt35dzf],
.details-content .form-group:last-child[b-bawvt35dzf],
.form-section .form-group:last-child[b-bawvt35dzf] {
    margin-bottom: 0;
}

.label-row[b-bawvt35dzf] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.form-label[b-bawvt35dzf] {
    display: block;
    margin-bottom: 7px;
    color: #1f2a44;
    font-size: 13px;
    font-weight: 600;
}

.form-label.required[b-bawvt35dzf]::after {
    content: '*';
    margin-left: 3px;
    color: #ef4444;
}

.optional[b-bawvt35dzf] {
    padding: 2px 8px;
    background: #eef2ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.form-control[b-bawvt35dzf],
.form-select[b-bawvt35dzf] {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 13px;
    background: rgba(255, 255, 255, 0.86);
    border: 1.5px solid #dbe3ef;
    border-radius: 9px;
    color: #0f172a;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control.input-lg[b-bawvt35dzf] {
    padding: 12px 14px;
}

.form-control:hover[b-bawvt35dzf],
.form-select:hover[b-bawvt35dzf],
.form-control:focus[b-bawvt35dzf],
.form-select:focus[b-bawvt35dzf] {
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
    outline: none;
}

.form-control[b-bawvt35dzf]::placeholder {
    color: #94a3b8;
}

textarea.form-control[b-bawvt35dzf] {
    min-height: 86px;
    line-height: 1.5;
    resize: none;
}

.details-section[b-bawvt35dzf] {
    margin-top: 18px;
}

.details-toggle[b-bawvt35dzf] {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.details-toggle[b-bawvt35dzf]::before,
.details-toggle[b-bawvt35dzf]::after {
    content: '';
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, #dbe3ef);
}

.details-toggle[b-bawvt35dzf]::after {
    background: linear-gradient(90deg, #dbe3ef, transparent);
}

.details-toggle:hover[b-bawvt35dzf] {
    box-shadow: none;
    transform: translateY(-1px);
}

.details-toggle i[b-bawvt35dzf] {
    color: #94a3b8;
    transition: transform 0.2s ease;
}

.details-toggle span[b-bawvt35dzf] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.details-toggle i.expanded[b-bawvt35dzf] {
    transform: rotate(180deg);
}

.details-content[b-bawvt35dzf] {
    overflow: hidden;
    transition: max-height 0.25s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.details-content.collapsed[b-bawvt35dzf] {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
}

.details-content.expanded[b-bawvt35dzf] {
    max-height: 260px;
    margin-top: 16px;
    opacity: 1;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.validation-summary[b-bawvt35dzf] {
    margin: 12px 0 0;
    color: #dc2626;
    font-size: 12px;
}

.field-error[b-bawvt35dzf],
.validation-message[b-bawvt35dzf] {
    display: block;
    margin-top: 6px;
    color: #dc2626;
    font-size: 12px;
}

.project-modal-footer[b-bawvt35dzf] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.btn[b-bawvt35dzf] {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 126px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.btn:hover:not(:disabled)[b-bawvt35dzf] {
    transform: translateY(-1px);
}

.btn:disabled[b-bawvt35dzf] {
    opacity: 0.55;
    cursor: not-allowed;
}

.btn-secondary[b-bawvt35dzf] {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #334155;
}

.btn-secondary:hover:not(:disabled)[b-bawvt35dzf] {
    background: #eef2f7;
}

.btn-primary[b-bawvt35dzf] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 55%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.btn-primary:hover:not(:disabled)[b-bawvt35dzf] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 60%, #1e40af 100%);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.36);
}

.btn.is-loading[b-bawvt35dzf]::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-bawvt35dzf 0.6s linear infinite;
}

@keyframes fadeInScale-b-bawvt35dzf {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spin-b-bawvt35dzf {
    to {
        transform: rotate(360deg);
    }
}

.close-btn:focus-visible[b-bawvt35dzf],
.details-toggle:focus-visible[b-bawvt35dzf],
.btn:focus-visible[b-bawvt35dzf],
.form-control:focus-visible[b-bawvt35dzf],
.form-select:focus-visible[b-bawvt35dzf] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

@media (max-width: 640px) {
    .project-modal[b-bawvt35dzf] {
        width: 100%;
        max-width: calc(100vw - 24px);
        padding: 28px 24px 24px;
    }

    .form-grid.two-col[b-bawvt35dzf],
    .form-grid.three-col[b-bawvt35dzf] {
        grid-template-columns: 1fr;
    }

    .details-content.expanded[b-bawvt35dzf] {
        max-height: 520px;
    }

    .project-modal-footer[b-bawvt35dzf] {
        flex-direction: column-reverse;
    }

    .btn[b-bawvt35dzf] {
        width: 100%;
    }
}
/* /Views/Modals/NewScene/NewSceneModal.razor.rz.scp.css */
/* Blazored Modal chrome */
.NewSceneModal[b-wxljewkzpv] {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.scene-modal[b-wxljewkzpv] {
    position: relative;
    width: 400px;
    max-width: 90vw;
    padding: 32px 36px 28px;
    background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.13), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(139, 92, 246, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24), 0 10px 28px rgba(37, 99, 235, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
    overflow: hidden;
    animation: fadeInScale-b-wxljewkzpv 0.25s ease-out;
}

.scene-modal[b-wxljewkzpv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
}

.close-btn[b-wxljewkzpv] {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.05);
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.close-btn:hover:not(:disabled)[b-wxljewkzpv] {
    background: rgba(15, 23, 42, 0.1);
    color: #0f172a;
    transform: scale(1.08);
}

.close-btn:disabled[b-wxljewkzpv] {
    opacity: 0.5;
    cursor: not-allowed;
}

.scene-modal-header[b-wxljewkzpv] {
    margin-bottom: 24px;
    padding-inline: 12px;
    text-align: center;
}

.scene-modal-header .ec-modal-icon[b-wxljewkzpv] {
    margin: 0 auto 10px;
}

.scene-modal-header h2[b-wxljewkzpv] {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.scene-modal-header p[b-wxljewkzpv] {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 14px;
}

.modal-form[b-wxljewkzpv] {
    margin: 0;
}

.form-group[b-wxljewkzpv] {
    margin-bottom: 18px;
}

.label-row[b-wxljewkzpv] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.form-label[b-wxljewkzpv] {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.form-label.required[b-wxljewkzpv]::after {
    content: '*';
    margin-left: 3px;
    color: #ef4444;
}

.optional[b-wxljewkzpv] {
    padding: 2px 8px;
    background: #eef2ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.form-control[b-wxljewkzpv] {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 13px;
    background: rgba(255, 255, 255, 0.86);
    border: 1.5px solid #dbe3ef;
    border-radius: 9px;
    color: #0f172a;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control.input-lg[b-wxljewkzpv] {
    padding: 12px 14px;
}

.form-control:hover[b-wxljewkzpv],
.form-control:focus[b-wxljewkzpv] {
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
    outline: none;
}

.form-control[b-wxljewkzpv]::placeholder {
    color: #94a3b8;
}

textarea.form-control[b-wxljewkzpv] {
    min-height: 78px;
    line-height: 1.5;
    resize: none;
}

.field-meta[b-wxljewkzpv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 18px;
    margin-top: 6px;
}

.field-error[b-wxljewkzpv],
.validation-message[b-wxljewkzpv] {
    color: #dc2626;
    font-size: 12px;
}

.char-counter[b-wxljewkzpv] {
    margin-left: auto;
    color: #64748b;
    font-size: 11px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.char-limit[b-wxljewkzpv] {
    color: #94a3b8;
}

.scene-modal-footer[b-wxljewkzpv] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.btn[b-wxljewkzpv] {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 126px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.btn:hover:not(:disabled)[b-wxljewkzpv] {
    transform: translateY(-1px);
}

.btn:disabled[b-wxljewkzpv] {
    opacity: 0.55;
    cursor: not-allowed;
}

.btn-secondary[b-wxljewkzpv] {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #334155;
}

.btn-secondary:hover:not(:disabled)[b-wxljewkzpv] {
    background: #eef2f7;
}

.btn-primary[b-wxljewkzpv] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 55%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.btn-primary:hover:not(:disabled)[b-wxljewkzpv] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 60%, #1e40af 100%);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.36);
}

.btn.is-loading[b-wxljewkzpv]::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-wxljewkzpv 0.6s linear infinite;
}

@keyframes fadeInScale-b-wxljewkzpv {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spin-b-wxljewkzpv {
    to {
        transform: rotate(360deg);
    }
}

.close-btn:focus-visible[b-wxljewkzpv],
.btn:focus-visible[b-wxljewkzpv],
.form-control:focus-visible[b-wxljewkzpv] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

@media (max-width: 460px) {
    .scene-modal[b-wxljewkzpv] {
        width: 100%;
        max-width: calc(100vw - 24px);
        padding: 28px 24px 24px;
    }

    .scene-modal-footer[b-wxljewkzpv] {
        flex-direction: column-reverse;
    }

    .scene-modal-footer .btn[b-wxljewkzpv] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .scene-modal[b-wxljewkzpv],
    .scene-modal *[b-wxljewkzpv] {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
/* /Views/Modals/Product/ProductManagementModal.razor.rz.scp.css */
.product-manager[b-n77u3b7w6y] {
    position: relative;
    width: min(1080px, calc(100vw - 32px));
    max-height: 90vh;
    color: #1e293b;
    background: radial-gradient(circle at 12% 8%, rgba(59, 130, 246, .13), transparent 28%), radial-gradient(circle at 92% 12%, rgba(139, 92, 246, .11), transparent 26%), linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .24), 0 10px 28px rgba(37, 99, 235, .08);
    overflow: hidden;
}
.product-manager[b-n77u3b7w6y]::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899); }
.product-manager header[b-n77u3b7w6y] { display: flex; justify-content: space-between; padding: 28px 32px 22px; border-bottom: 1px solid #e2e8f0; }
.product-manager header small[b-n77u3b7w6y] { color: #2563eb; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.product-manager h2[b-n77u3b7w6y] { margin: 3px 0; color: #0f172a; font-size: 25px; font-weight: 700; }
.product-manager header p[b-n77u3b7w6y] { margin: 0; color: #64748b; font-size: 13px; }
.close-button[b-n77u3b7w6y] { width: 32px; height: 32px; color: #475569; background: rgba(15, 23, 42, .05); border: 0; border-radius: 50%; }
.close-button:hover[b-n77u3b7w6y] { color: #0f172a; background: rgba(15, 23, 42, .1); }
.product-layout[b-n77u3b7w6y] { display: grid; grid-template-columns: minmax(350px, 38%) 1fr; height: calc(90vh - 100px); min-height: 0; overflow: hidden; }
.product-list[b-n77u3b7w6y] { display: flex; min-width: 0; min-height: 0; padding: 0; flex-direction: column; overflow: hidden; background: rgba(248, 250, 252, .82); border-right: 1px solid #e2e8f0; }
.browser-header[b-n77u3b7w6y] { position: relative; z-index: 2; padding: 16px 16px 10px; background: rgba(248, 250, 252, .97); border-bottom: 1px solid #e2e8f0; box-shadow: 0 5px 12px rgba(15, 23, 42, .035); }
.list-heading[b-n77u3b7w6y] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; color: #64748b; font-size: 12px; }
.list-heading button[b-n77u3b7w6y], .catalog-create button[b-n77u3b7w6y], .attribute-create button[b-n77u3b7w6y], .attribute-assign button[b-n77u3b7w6y] { padding: 8px 11px; color: #fff; font-weight: 600; background: linear-gradient(135deg, #3b82f6, #2563eb); border: 0; border-radius: 8px; box-shadow: 0 6px 14px rgba(37, 99, 235, .18); }
.product-search[b-n77u3b7w6y] { position: relative; display: flex; align-items: center; margin-bottom: 8px; }
.product-search > i[b-n77u3b7w6y] { position: absolute; left: 11px; z-index: 1; color: #64748b; }
.product-search input[b-n77u3b7w6y] { height: 38px; padding: 8px 36px 8px 34px; background: #fff; }
.product-search button[b-n77u3b7w6y] { position: absolute; right: 5px; display: grid; width: 28px; height: 28px; padding: 0; place-items: center; color: #64748b; background: transparent; border: 0; border-radius: 7px; }
.product-search button:hover[b-n77u3b7w6y] { color: #0f172a; background: #f1f5f9; }
.browser-filters[b-n77u3b7w6y] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.browser-filters select[b-n77u3b7w6y] { min-width: 0; height: 34px; padding: 6px 8px; font-size: 12px; }
.browser-filters select:last-child[b-n77u3b7w6y] { grid-column: 1 / -1; }
.clear-filters[b-n77u3b7w6y] { margin-top: 7px; padding: 2px 1px; color: #2563eb; background: transparent; border: 0; font-size: 11px; font-weight: 600; }
.clear-filters:hover[b-n77u3b7w6y] { color: #1d4ed8; text-decoration: underline; }
.product-results[b-n77u3b7w6y] { min-height: 0; padding: 9px 10px; flex: 1; overflow-x: hidden; overflow-y: auto; scrollbar-gutter: stable; transition: opacity .12s ease; }
.product-results[aria-busy="true"][b-n77u3b7w6y] { opacity: .62; }
.product-row[b-n77u3b7w6y] { position: relative; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; gap: 9px; align-items: start; width: 100%; margin-bottom: 5px; padding: 9px; color: #334155; text-align: left; background: rgba(255, 255, 255, .88); border: 1px solid #e2e8f0; border-radius: 9px; }
.product-row:hover[b-n77u3b7w6y] { background: #f8fbff; border-color: #bfdbfe; box-shadow: 0 4px 12px rgba(37, 99, 235, .07); }
.product-row.selected[b-n77u3b7w6y] { padding-left: 12px; background: #eff6ff; border-color: #60a5fa; box-shadow: 0 0 0 2px rgba(59, 130, 246, .13), 0 6px 15px rgba(37, 99, 235, .1); }
.product-row.selected[b-n77u3b7w6y]::before { position: absolute; inset: 7px auto 7px 4px; width: 3px; content: ''; background: #2563eb; border-radius: 999px; }
.product-row:focus-visible[b-n77u3b7w6y] { outline: 3px solid rgba(59, 130, 246, .3); outline-offset: 1px; }
.product-summary[b-n77u3b7w6y] { display: grid; min-width: 0; gap: 2px; }
.product-brand[b-n77u3b7w6y] { overflow: hidden; color: #64748b; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-summary strong[b-n77u3b7w6y] { display: -webkit-box; overflow: hidden; color: #172033; font-size: 12px; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-meta[b-n77u3b7w6y] { display: grid; min-width: 0; margin-top: 2px; color: #64748b; font-size: 10px; line-height: 1.35; }
.product-meta span[b-n77u3b7w6y] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-icon[b-n77u3b7w6y] { display: grid; width: 30px; height: 30px; margin-top: 2px; place-items: center; color: #2563eb; background: linear-gradient(135deg, #dbeafe, #eef2ff); border-radius: 8px; }
.product-state[b-n77u3b7w6y] { display: grid; justify-items: end; gap: 7px; }
.product-state > i[b-n77u3b7w6y] { color: #2563eb; font-size: 14px; }
.product-row em[b-n77u3b7w6y] { padding: 3px 7px; color: #15803d; background: #dcfce7; border-radius: 999px; font-size: 9px; font-style: normal; text-transform: uppercase; }
.product-row em.draft[b-n77u3b7w6y] { color: #a16207; background: #fef3c7; }.product-row em.discontinued[b-n77u3b7w6y] { color: #b91c1c; background: #fee2e2; }
.empty-state[b-n77u3b7w6y] { display: grid; min-height: 150px; padding: 30px 12px; place-content: center; justify-items: center; gap: 8px; color: #64748b; text-align: center; }
.empty-state > i[b-n77u3b7w6y] { color: #94a3b8; font-size: 24px; }.empty-state strong[b-n77u3b7w6y] { max-width: 260px; font-size: 12px; }
.empty-state button[b-n77u3b7w6y] { padding: 5px 9px; color: #2563eb; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 7px; font-size: 11px; font-weight: 600; }
.browser-pagination[b-n77u3b7w6y] { display: flex; min-height: 40px; padding: 7px 12px; justify-content: center; align-items: center; gap: 10px; color: #64748b; background: rgba(248, 250, 252, .97); border-top: 1px solid #e2e8f0; font-size: 11px; }
.browser-pagination button[b-n77u3b7w6y] { display: grid; width: 27px; height: 27px; padding: 0; place-items: center; color: #2563eb; background: #fff; border: 1px solid #dbe3ef; border-radius: 7px; }.browser-pagination button:disabled[b-n77u3b7w6y] { color: #cbd5e1; }
.product-form[b-n77u3b7w6y] { min-height: 0; padding: 24px 28px 54px; overflow-x: hidden; overflow-y: auto; scrollbar-gutter: stable; }
.form-title[b-n77u3b7w6y] { display: flex; justify-content: space-between; margin-bottom: 16px; }.form-title span[b-n77u3b7w6y] { color: #1e3a8a; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }.form-title small[b-n77u3b7w6y] { color: #94a3b8; }
.catalog-create[b-n77u3b7w6y] { display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 8px; align-items: end; margin-bottom: 18px; padding: 13px; background: rgba(239, 246, 255, .72); border: 1px solid #dbeafe; border-radius: 11px; }
.catalog-create label[b-n77u3b7w6y], .form-grid label[b-n77u3b7w6y] { display: grid; gap: 6px; color: #475569; font-size: 12px; font-weight: 600; }
.form-grid[b-n77u3b7w6y] { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.form-grid .wide[b-n77u3b7w6y] { grid-column: 1 / -1; }
.product-manager input[b-n77u3b7w6y], .product-manager select[b-n77u3b7w6y], .product-manager textarea[b-n77u3b7w6y] { width: 100%; box-sizing: border-box; padding: 10px 12px; color: #0f172a; background: rgba(255, 255, 255, .9); border: 1.5px solid #dbe3ef; border-radius: 9px; font-size: 14px; }
.product-manager input:focus[b-n77u3b7w6y], .product-manager select:focus[b-n77u3b7w6y], .product-manager textarea:focus[b-n77u3b7w6y] { outline: none; background: #fff; border-color: #3b82f6; box-shadow: 0 0 0 4px rgba(59, 130, 246, .12); }
.specifications[b-n77u3b7w6y] { margin-top: 20px; padding: 16px; background: rgba(248, 250, 252, .8); border: 1px solid #e2e8f0; border-radius: 12px; }
.spec-heading[b-n77u3b7w6y] { display: flex; justify-content: space-between; margin-bottom: 11px; }.spec-heading strong[b-n77u3b7w6y] { color: #1e3a8a; }.spec-heading small[b-n77u3b7w6y] { color: #64748b; }
.attribute-create[b-n77u3b7w6y] { display: grid; grid-template-columns: 1.3fr .8fr 1fr auto; gap: 7px; }.attribute-assign[b-n77u3b7w6y] { display: flex; gap: 7px; margin-top: 9px; }.attribute-assign select[b-n77u3b7w6y] { flex: 1; }
.spec-row[b-n77u3b7w6y] { display: grid; grid-template-columns: 1fr 1fr 55px 32px; gap: 8px; align-items: center; margin-top: 8px; padding: 9px; background: #fff; border: 1px solid #e2e8f0; border-radius: 9px; }.spec-row span[b-n77u3b7w6y] { display: grid; }.spec-row small[b-n77u3b7w6y], .spec-row em[b-n77u3b7w6y] { color: #64748b; font-size: 10px; font-style: normal; }.spec-row button[b-n77u3b7w6y] { color: #ef4444; background: transparent; border: 0; }
.form-error[b-n77u3b7w6y] { margin-top: 14px; padding: 10px; color: #b91c1c; background: #fef2f2; border: 1px solid #fecaca; border-radius: 9px; font-size: 12px; }
.product-form footer[b-n77u3b7w6y] { display: grid; grid-template-columns: auto 1fr auto auto; gap: 8px; margin-top: 22px; }.product-form footer button[b-n77u3b7w6y] { padding: 10px 14px; color: #475569; background: #fff; border: 1px solid #dbe3ef; border-radius: 9px; font-weight: 600; }.product-form footer .primary[b-n77u3b7w6y] { color: #fff; background: linear-gradient(135deg, #3b82f6, #2563eb); border-color: #2563eb; }.product-form footer .delete[b-n77u3b7w6y] { color: #dc2626; border-color: #fecaca; }
@media (max-width: 780px) { .product-manager header[b-n77u3b7w6y] { padding: 22px 20px 17px; }.product-layout[b-n77u3b7w6y] { grid-template-columns: 1fr; overflow-y: auto; }.product-list[b-n77u3b7w6y] { min-height: 360px; max-height: 52vh; border-right: 0; border-bottom: 1px solid #e2e8f0; }.browser-header[b-n77u3b7w6y] { padding: 12px; }.browser-filters[b-n77u3b7w6y] { grid-template-columns: repeat(2, minmax(0, 1fr)); }.browser-filters select:last-child[b-n77u3b7w6y] { grid-column: 1 / -1; }.form-grid[b-n77u3b7w6y], .catalog-create[b-n77u3b7w6y], .attribute-create[b-n77u3b7w6y] { grid-template-columns: 1fr; }.form-grid .wide[b-n77u3b7w6y] { grid-column: auto; }.spec-row[b-n77u3b7w6y] { grid-template-columns: 1fr; } }
@media (max-width: 430px) { .product-manager[b-n77u3b7w6y] { width: calc(100vw - 12px); }.browser-filters[b-n77u3b7w6y] { grid-template-columns: 1fr; }.browser-filters select:last-child[b-n77u3b7w6y] { grid-column: auto; }.product-row[b-n77u3b7w6y] { grid-template-columns: 30px minmax(0, 1fr); }.product-state[b-n77u3b7w6y] { grid-column: 2; grid-row: 1; align-items: start; }.product-summary[b-n77u3b7w6y] { grid-column: 2; }.product-row em[b-n77u3b7w6y] { max-width: 105px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } }
/* /Views/Modals/Reporting/SituationSchemeExportModal.razor.rz.scp.css */
.scheme-export-card[b-x5x26hn11r] { width: min(520px, calc(100vw - 36px)); padding: 28px; color: #dce9f2; background: #0b1620; border: 1px solid #315064; box-shadow: inset 0 0 0 1px #071018, 0 24px 72px #0009; }
.scheme-export-card header[b-x5x26hn11r] { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.scheme-export-icon[b-x5x26hn11r] { display: grid; width: 46px; height: 46px; place-items: center; color: #8be2ff; background: #112a3a; border: 1px solid #3d788f; font-size: 20px; }
.scheme-export-card header small[b-x5x26hn11r] { color: #6bbbd7; font-size: 10px; letter-spacing: .16em; }
.scheme-export-card h2[b-x5x26hn11r] { margin: 3px 0 0; color: white; font-size: 22px; }
.scheme-export-options[b-x5x26hn11r] { display: grid; gap: 9px; }
.scheme-export-choice[b-x5x26hn11r] { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; padding: 13px; background: #071018; border: 1px solid #315064; cursor: pointer; }
.scheme-export-choice:has(input:checked)[b-x5x26hn11r] { border-color: #75d9f7; background: #0d2230; }
.scheme-export-choice input[b-x5x26hn11r] { margin-top: 3px; accent-color: #75d9f7; }
.scheme-export-choice span[b-x5x26hn11r] { display: grid; gap: 3px; }
.scheme-export-choice strong[b-x5x26hn11r] { color: #eefaff; font-size: 13px; }
.scheme-export-choice small[b-x5x26hn11r] { color: #8da9b7; font-size: 12px; }
.scheme-select[b-x5x26hn11r] { display: grid; gap: 7px; margin-top: 16px; color: #8bb9ca; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.scheme-select.disabled[b-x5x26hn11r] { opacity: .5; }
.scheme-select select[b-x5x26hn11r] { width: 100%; padding: 11px; color: white; background: #071018; border: 1px solid #315064; }
.scheme-export-state[b-x5x26hn11r] { margin: 12px 0; padding: 12px; color: #b7eaff; background: #071018; border: 1px solid #315064; font-size: 13px; }
.scheme-export-state.error[b-x5x26hn11r] { color: #fecaca; border-color: #7f1d1d; }
.scheme-export-card footer[b-x5x26hn11r] { display: flex; justify-content: flex-end; gap: 8px; margin-top: 24px; }
.scheme-export-card footer button[b-x5x26hn11r] { padding: 9px 13px; color: #d8e7ed; background: transparent; border: 1px solid #315064; }
.scheme-export-card footer .download[b-x5x26hn11r] { color: #061319; background: #75d9f7; border-color: #9be7ff; }
.scheme-export-card footer button:disabled[b-x5x26hn11r] { opacity: .45; cursor: not-allowed; }
/* /Views/Modals/Scematic/ScematicModal.razor.rz.scp.css */
:host[b-8f3bzxutmz] {
    display: block;
}
/* /Views/Modals/TitleBlock/TitleBlockModal.razor.rz.scp.css */
/* ============================================
   MODAL OVERLAY
   ============================================ */
.modal-overlay[b-mda6uiz8cs] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    animation: fadeIn-b-mda6uiz8cs 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeIn-b-mda6uiz8cs {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ============================================
   MODAL CONTAINER - FIXED HEIGHT
   ============================================ */
.modern-modal[b-mda6uiz8cs] {
    position: relative;
    background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.1), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(139, 92, 246, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    width: 100%;
    max-width: 1200px;
    height: 85vh;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24), 0 10px 28px rgba(37, 99, 235, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: slideUp-b-mda6uiz8cs 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-modal[b-mda6uiz8cs]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
    z-index: 2;
}

@keyframes slideUp-b-mda6uiz8cs {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   MODAL HEADER
   ============================================ */
.modal-header-custom[b-mda6uiz8cs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(8px);
    flex-shrink: 0;
}

.header-title-group[b-mda6uiz8cs] {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .header-title-group > i[b-mda6uiz8cs] {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        background: linear-gradient(135deg, #dbeafe 0%, #eef2ff 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #3b82f6;
        flex-shrink: 0;
        box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
    }

.modal-header-custom h3[b-mda6uiz8cs] {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.modal-subtitle[b-mda6uiz8cs] {
    font-size: 13px;
    color: #64748b;
    margin: 2px 0 0 0;
    font-weight: 400;
}

.close-btn[b-mda6uiz8cs] {
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(15, 23, 42, 0.05);
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    color: #64748b;
}

    .close-btn:hover[b-mda6uiz8cs] {
        background: rgba(15, 23, 42, 0.1);
        color: #0f172a;
        transform: scale(1.08);
    }

    .close-btn i[b-mda6uiz8cs] {
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .close-btn:hover i[b-mda6uiz8cs] {
        transform: none;
    }

/* ============================================
   MODAL BODY - FIXED HEIGHT
   ============================================ */
.modal-body-custom[b-mda6uiz8cs] {
    flex: 1;
    overflow: hidden;
    padding: 20px;
    background: #fafbfc;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.layout-container[b-mda6uiz8cs] {
    display: flex;
    gap: 20px;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* ============================================
   LEFT SIDEBAR - FULL HEIGHT
   ============================================ */
.sidebar-container[b-mda6uiz8cs] {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-self: stretch;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    min-height: 0;
}

.sidebar-header[b-mda6uiz8cs] {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e2e8f0;
    flex-shrink: 0;
}

.sidebar-container h6[b-mda6uiz8cs] {
    color: #0f172a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .sidebar-container h6 i[b-mda6uiz8cs] {
        font-size: 16px;
        color: #3b82f6;
    }

.count-badge[b-mda6uiz8cs] {
    background: #3b82f6;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    margin-left: auto;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

    .count-badge.updated[b-mda6uiz8cs] {
        animation: badgeBounce-b-mda6uiz8cs 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

@keyframes badgeBounce-b-mda6uiz8cs {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/* Sidebar List Wrapper - Takes remaining space */
.sidebar-list-wrapper[b-mda6uiz8cs] {
    flex: 1;
    overflow: hidden;
    min-height: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

/* Empty State - Centered */
.sidebar-empty[b-mda6uiz8cs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    color: #94a3b8;
    text-align: center;
    padding: 32px 16px;
}

.sidebar-empty-icon[b-mda6uiz8cs] {
    font-size: 40px;
    margin-bottom: 12px;
    opacity: 0.5;
    animation: float-b-mda6uiz8cs 3s ease-in-out infinite;
}

@keyframes float-b-mda6uiz8cs {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.sidebar-empty-text[b-mda6uiz8cs] {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 4px;
}

.sidebar-empty-hint[b-mda6uiz8cs] {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
}

/* Sidebar List - Scrollable */
.sidebar-list[b-mda6uiz8cs] {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

    .sidebar-list[b-mda6uiz8cs]::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-list[b-mda6uiz8cs]::-webkit-scrollbar-track {
        background: #f8fafc;
    }

    .sidebar-list[b-mda6uiz8cs]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 3px;
    }

        .sidebar-list[b-mda6uiz8cs]::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

.sidebar-item[b-mda6uiz8cs] {
    padding: 10px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 4px;
    color: #475569;
    font-weight: 500;
    font-size: 13px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideInLeft-b-mda6uiz8cs 0.3s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

    .sidebar-item:nth-child(1)[b-mda6uiz8cs] {
        animation-delay: 0.05s;
    }

    .sidebar-item:nth-child(2)[b-mda6uiz8cs] {
        animation-delay: 0.1s;
    }

    .sidebar-item:nth-child(3)[b-mda6uiz8cs] {
        animation-delay: 0.15s;
    }

    .sidebar-item:nth-child(4)[b-mda6uiz8cs] {
        animation-delay: 0.2s;
    }

    .sidebar-item:nth-child(5)[b-mda6uiz8cs] {
        animation-delay: 0.25s;
    }

    .sidebar-item:nth-child(n+6)[b-mda6uiz8cs] {
        animation-delay: 0.3s;
    }

@keyframes slideInLeft-b-mda6uiz8cs {
    from {
        opacity: 0;
        transform: translateX(-12px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sidebar-item i[b-mda6uiz8cs] {
    font-size: 16px;
    color: #64748b;
    flex-shrink: 0;
}

.sidebar-item-text[b-mda6uiz8cs] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unsaved-dot[b-mda6uiz8cs] {
    color: #f59e0b;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
    animation: dotPulse-b-mda6uiz8cs 1.5s ease-in-out infinite;
}

@keyframes dotPulse-b-mda6uiz8cs {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }
}

.sidebar-item:hover[b-mda6uiz8cs] {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #0f172a;
}

.sidebar-item.active[b-mda6uiz8cs] {
    background: #eff6ff;
    color: #1e40af;
    border-color: #3b82f6;
    font-weight: 600;
}

    .sidebar-item.active i[b-mda6uiz8cs] {
        color: #3b82f6;
    }

    .sidebar-item.active .unsaved-dot[b-mda6uiz8cs] {
        color: #f59e0b;
    }

.sidebar-item.newly-added[b-mda6uiz8cs] {
    animation: highlightNew-b-mda6uiz8cs 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes highlightNew-b-mda6uiz8cs {
    0% {
        background: #dcfce7;
        border-color: #10b981;
    }

    100% {
        background: transparent;
        border-color: transparent;
    }
}

/* Sidebar Bottom - Fixed at bottom */
.sidebar-bottom[b-mda6uiz8cs] {
    padding: 16px 0 0;
    margin-top: auto;
    border-top: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.sidebar-inline[b-mda6uiz8cs] {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .sidebar-inline .form-control[b-mda6uiz8cs] {
        flex: 1;
        border: 1.5px solid #cbd5e1;
        border-radius: 6px;
        padding: 8px 12px;
        font-size: 13px;
        transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
    }

        .sidebar-inline .form-control:focus[b-mda6uiz8cs] {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
            outline: none;
            animation: inputGlow-b-mda6uiz8cs 0.3s ease-out;
        }

@keyframes inputGlow-b-mda6uiz8cs {
    from {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.3);
    }

    to {
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }
}

.sidebar-inline .form-control[b-mda6uiz8cs]::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.sidebar-inline .form-control.is-invalid[b-mda6uiz8cs] {
    border-color: #ef4444;
    animation: shake-b-mda6uiz8cs 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}

@keyframes shake-b-mda6uiz8cs {
    10%, 90% {
        transform: translateX(-2px);
    }

    20%, 80% {
        transform: translateX(4px);
    }

    30%, 50%, 70% {
        transform: translateX(-6px);
    }

    40%, 60% {
        transform: translateX(6px);
    }
}

.sidebar-inline .btn-icon[b-mda6uiz8cs] {
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    cursor: pointer;
}

    .sidebar-inline .btn-icon:hover:not(:disabled)[b-mda6uiz8cs] {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .sidebar-inline .btn-icon:disabled[b-mda6uiz8cs] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.sidebar-inline .btn-add:hover:not(:disabled)[b-mda6uiz8cs] {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.sidebar-inline .btn-remove:hover:not(:disabled)[b-mda6uiz8cs] {
    background: #ef4444;
    color: white;
    border-color: #ef4444;
}

.validation-message[b-mda6uiz8cs] {
    font-size: 12px;
    color: #ef4444;
    margin-top: 6px;
    padding-left: 4px;
}

/* Skeleton Loader */
.skeleton-item[b-mda6uiz8cs] {
    background: linear-gradient( 90deg, #f1f5f9 0%, #e2e8f0 50%, #f1f5f9 100% );
    background-size: 200% 100%;
    animation: shimmer-b-mda6uiz8cs 1.5s infinite;
    border-radius: 6px;
    height: 42px;
    margin-bottom: 4px;
}

@keyframes shimmer-b-mda6uiz8cs {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* ============================================
   RIGHT PANEL - SCROLLABLE
   ============================================ */
.right-panel[b-mda6uiz8cs] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
    position: relative;
}

/* Scrollable container inside right panel */
.right-panel-scroll[b-mda6uiz8cs] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    padding-right: 6px;
}

    .right-panel-scroll[b-mda6uiz8cs]::-webkit-scrollbar {
        width: 8px;
    }

    .right-panel-scroll[b-mda6uiz8cs]::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 4px;
    }

    .right-panel-scroll[b-mda6uiz8cs]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 4px;
    }

        .right-panel-scroll[b-mda6uiz8cs]::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

/* Disabled State */
.panel-disabled[b-mda6uiz8cs] {
    pointer-events: none;
    opacity: 0.5;
    user-select: none;
}

/* Empty State Panel */
.empty-state-panel[b-mda6uiz8cs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    border: 2px dashed #cbd5e1;
    padding: 60px 40px;
}

.empty-state-icon[b-mda6uiz8cs] {
    font-size: 56px;
    margin-bottom: 16px;
    opacity: 0.4;
    color: #94a3b8;
}

.empty-state-panel h4[b-mda6uiz8cs] {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.empty-state-panel p[b-mda6uiz8cs] {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    max-width: 320px;
    line-height: 1.6;
}

/* Loading Overlay */
.loading-overlay[b-mda6uiz8cs] {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 100;
    animation: fadeIn-b-mda6uiz8cs 0.2s ease;
}

.loading-spinner[b-mda6uiz8cs] {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-mda6uiz8cs 0.8s linear infinite;
}

@keyframes spin-b-mda6uiz8cs {
    to {
        transform: rotate(360deg);
    }
}

.loading-text[b-mda6uiz8cs] {
    margin-top: 16px;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    animation: pulse-b-mda6uiz8cs 1.5s ease-in-out infinite;
}

@keyframes pulse-b-mda6uiz8cs {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* ============================================
   SECTION CARDS
   ============================================ */
.section-card[b-mda6uiz8cs] {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    animation: contentFadeIn-b-mda6uiz8cs 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes contentFadeIn-b-mda6uiz8cs {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-card:hover[b-mda6uiz8cs] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.section-header[b-mda6uiz8cs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.section-title[b-mda6uiz8cs] {
    margin: 0;
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .section-title i[b-mda6uiz8cs] {
        font-size: 18px;
        color: #3b82f6;
    }

.section-actions[b-mda6uiz8cs] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-unsaved[b-mda6uiz8cs] {
    background: #fef3c7;
    color: #92400e;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid #fcd34d;
    display: flex;
    align-items: center;
    gap: 4px;
    animation: badgePulse-b-mda6uiz8cs 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes badgePulse-b-mda6uiz8cs {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.badge-unsaved i[b-mda6uiz8cs] {
    font-size: 8px;
}

/* ============================================
   FORM STYLING
   ============================================ */
.form-label[b-mda6uiz8cs] {
    font-weight: 600;
    color: #475569;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

    .form-label.required[b-mda6uiz8cs]::after {
        content: '*';
        color: #ef4444;
        font-size: 14px;
        margin-left: 4px;
    }

.form-control[b-mda6uiz8cs], .form-select[b-mda6uiz8cs] {
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    padding: 9px 12px;
    font-size: 14px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
    font-weight: 500;
    color: #0f172a;
}

    .form-control:focus[b-mda6uiz8cs], .form-select:focus[b-mda6uiz8cs] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        outline: none;
        animation: inputGlow-b-mda6uiz8cs 0.3s ease-out;
    }

    .form-control:hover[b-mda6uiz8cs], .form-select:hover[b-mda6uiz8cs] {
        border-color: #94a3b8;
    }

    .form-control[b-mda6uiz8cs]::placeholder {
        color: #94a3b8;
        font-weight: 400;
    }

    .form-control.is-invalid[b-mda6uiz8cs],
    .form-select.is-invalid[b-mda6uiz8cs] {
        animation: shake-b-mda6uiz8cs 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97);
        border-color: #ef4444;
        background-color: #fef2f2;
    }

.form-select[b-mda6uiz8cs] {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

    .form-select:focus[b-mda6uiz8cs] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    }

/* ============================================
   BUTTONS
   ============================================ */
.btn[b-mda6uiz8cs] {
    border: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    overflow: hidden;
}

    .btn[b-mda6uiz8cs]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .btn:active[b-mda6uiz8cs]::after {
        width: 300px;
        height: 300px;
    }

    .btn:disabled[b-mda6uiz8cs] {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none !important;
    }

.btn-primary[b-mda6uiz8cs] {
    background: #3b82f6;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(59, 130, 246, 0.2);
}

    .btn-primary:hover:not(:disabled)[b-mda6uiz8cs] {
        background: #2563eb;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
        transform: translateY(-1px);
    }

    .btn-primary[b-mda6uiz8cs]::after {
        background: rgba(255, 255, 255, 0.3);
    }

.btn-secondary[b-mda6uiz8cs] {
    background: #f1f5f9;
    color: #475569;
    border: 1.5px solid #cbd5e1;
    padding: 8px 16px;
    font-size: 13px;
}

    .btn-secondary:hover:not(:disabled)[b-mda6uiz8cs] {
        background: #e2e8f0;
        border-color: #94a3b8;
        color: #334155;
    }

.btn-success[b-mda6uiz8cs] {
    background: #10b981;
    color: white;
    padding: 8px 16px;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(16, 185, 129, 0.2);
}

    .btn-success:hover:not(:disabled)[b-mda6uiz8cs] {
        background: #059669;
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
        transform: translateY(-1px);
    }

    .btn-success[b-mda6uiz8cs]::after {
        background: rgba(255, 255, 255, 0.3);
    }

    .btn-success.is-saved i[b-mda6uiz8cs] {
        animation: successCheck-b-mda6uiz8cs 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

@keyframes successCheck-b-mda6uiz8cs {
    0% {
        transform: scale(0) rotate(0deg);
    }

    50% {
        transform: scale(1.2) rotate(5deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.btn-sm[b-mda6uiz8cs] {
    padding: 6px 14px;
    font-size: 12px;
}

/* Button Loading State */
.btn.is-loading[b-mda6uiz8cs] {
    position: relative;
    color: transparent;
    pointer-events: none;
}

    .btn.is-loading[b-mda6uiz8cs]::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        border: 2px solid transparent;
        border-top-color: currentColor;
        border-radius: 50%;
        animation: spin-b-mda6uiz8cs 0.6s linear infinite;
        color: white;
    }

.btn-success.is-loading[b-mda6uiz8cs]::before,
.btn-primary.is-loading[b-mda6uiz8cs]::before {
    border-top-color: white;
}

/* Spinner Mini */
.spinner-mini[b-mda6uiz8cs] {
    width: 16px;
    height: 16px;
    border: 2px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-mda6uiz8cs 0.6s linear infinite;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .modern-modal[b-mda6uiz8cs] {
        height: 90vh;
    }

    .layout-container[b-mda6uiz8cs] {
        flex-direction: column;
        overflow-y: auto;
    }

    .sidebar-container[b-mda6uiz8cs] {
        flex: 0 0 auto;
        height: auto;
        max-height: 300px;
    }

    .right-panel[b-mda6uiz8cs] {
        flex: 1 1 auto;
        height: auto;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .modern-modal[b-mda6uiz8cs] {
        height: 92vh;
    }

    .modal-overlay[b-mda6uiz8cs] {
        padding: 12px;
    }

    .modal-header-custom[b-mda6uiz8cs] {
        padding: 16px 20px;
    }

    .modal-body-custom[b-mda6uiz8cs] {
        padding: 16px;
    }

    .section-header[b-mda6uiz8cs] {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-actions[b-mda6uiz8cs] {
        width: 100%;
        justify-content: flex-end;
    }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
*:focus-visible[b-mda6uiz8cs] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    *[b-mda6uiz8cs],
    *[b-mda6uiz8cs]::before,
    *[b-mda6uiz8cs]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .badge-unsaved[b-mda6uiz8cs],
    .empty-state-icon[b-mda6uiz8cs],
    .loading-text[b-mda6uiz8cs],
    .unsaved-dot[b-mda6uiz8cs] {
        animation: none !important;
    }
}

/* Shared modal polish */
.titleblock-modal[b-mda6uiz8cs] {
    width: min(1180px, calc(100vw - 48px));
    max-width: 100%;
}

.modern-modal[b-mda6uiz8cs] {
    position: relative;
    width: 100%;
    max-width: none;
    height: min(85vh, 880px);
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.13), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(139, 92, 246, 0.12), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24), 0 10px 28px rgba(37, 99, 235, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

.modern-modal[b-mda6uiz8cs]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
    z-index: 1;
}

.modal-header-custom[b-mda6uiz8cs] {
    padding: 24px 30px 22px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.82);
    background: transparent;
}

.header-title-group > i[b-mda6uiz8cs] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #dbeafe 0%, #eef2ff 100%);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.modal-header-custom h3[b-mda6uiz8cs] {
    font-size: 22px;
    letter-spacing: -0.02em;
}

.close-btn[b-mda6uiz8cs] {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.05);
    color: #475569;
}

.close-btn:hover[b-mda6uiz8cs] {
    background: rgba(15, 23, 42, 0.1);
    color: #0f172a;
    transform: scale(1.08);
}

.modal-body-custom[b-mda6uiz8cs] {
    padding: 22px;
    background: transparent;
}

.modal-body-custom[b-mda6uiz8cs]  .titleblock-form {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.layout-container[b-mda6uiz8cs] {
    flex: 1;
    min-height: 0;
    align-items: stretch;
}

.sidebar-container[b-mda6uiz8cs],
.right-panel[b-mda6uiz8cs],
.section-card[b-mda6uiz8cs] {
    border: 1px solid rgba(226, 232, 240, 0.9);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.section-card[b-mda6uiz8cs] {
    border-radius: 14px;
}

.sidebar-container[b-mda6uiz8cs],
.right-panel[b-mda6uiz8cs] {
    border-radius: 16px;
    height: auto;
    align-self: stretch;
}

.empty-state-panel[b-mda6uiz8cs] {
    flex: 1;
    min-height: 0;
}

.count-badge[b-mda6uiz8cs],
.btn-primary[b-mda6uiz8cs],
.btn-add[b-mda6uiz8cs],
.btn-success[b-mda6uiz8cs] {
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}

.btn-primary:hover:not(:disabled)[b-mda6uiz8cs],
.btn-add:hover:not(:disabled)[b-mda6uiz8cs],
.btn-success:hover:not(:disabled)[b-mda6uiz8cs] {
    background: linear-gradient(135deg, #1d4ed8 0%, #4338ca 100%);
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.24);
}

.form-control[b-mda6uiz8cs],
.form-select[b-mda6uiz8cs] {
    border-color: #dbe4ef;
    background-color: rgba(255, 255, 255, 0.92);
}

.form-control:focus[b-mda6uiz8cs],
.form-select:focus[b-mda6uiz8cs] {
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.16);
}

@media (max-width: 768px) {
    .titleblock-modal[b-mda6uiz8cs] {
        width: calc(100vw - 24px);
    }

    .modern-modal[b-mda6uiz8cs] {
        height: 92vh;
    }
}

/* Titleblock layout refinement */
.modern-modal[b-mda6uiz8cs] {
    height: min(86vh, 820px);
    min-height: 620px;
}

.modal-header-custom[b-mda6uiz8cs] {
    padding: 20px 30px 18px;
}

.modal-body-custom[b-mda6uiz8cs] {
    min-height: 0;
}

.layout-container[b-mda6uiz8cs] {
    height: 100%;
    min-height: 0;
}

.sidebar-container[b-mda6uiz8cs],
.right-panel[b-mda6uiz8cs] {
    min-height: 100%;
}

.right-panel-empty[b-mda6uiz8cs] {
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
}

.sidebar-empty[b-mda6uiz8cs] {
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.55), rgba(255, 255, 255, 0));
    border: 1px dashed rgba(147, 197, 253, 0.45);
}

.sidebar-bottom[b-mda6uiz8cs] {
    padding-top: 18px;
    border-top-color: rgba(203, 213, 225, 0.75);
}

.sidebar-inline[b-mda6uiz8cs] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    grid-template-areas:
        "input remove"
        "add add";
    gap: 8px;
}

.sidebar-inline .form-control[b-mda6uiz8cs] {
    grid-area: input;
    min-width: 0;
    height: 38px;
}

.sidebar-inline .btn-add[b-mda6uiz8cs] {
    grid-area: add;
    width: 100%;
    height: 38px;
    padding: 0 14px;
    gap: 8px;
    border: none;
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: none;
}

.sidebar-inline .btn-add span[b-mda6uiz8cs] {
    display: inline;
}

.sidebar-inline .btn-remove[b-mda6uiz8cs] {
    grid-area: remove;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: #ef4444;
    border-color: #fecaca;
    background: #fff7f7;
}

.sidebar-inline .btn-remove:hover:not(:disabled)[b-mda6uiz8cs] {
    background: #ef4444;
    border-color: #ef4444;
    color: #ffffff;
}

.empty-state-panel[b-mda6uiz8cs] {
    position: relative;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(191, 219, 254, 0.9);
    background:
        radial-gradient(circle at 24% 18%, rgba(59, 130, 246, 0.12), transparent 28%),
        radial-gradient(circle at 80% 82%, rgba(139, 92, 246, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.86));
    border-radius: 16px;
    padding: 48px;
}

.empty-state-panel[b-mda6uiz8cs]::before {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px dashed rgba(147, 197, 253, 0.45);
    border-radius: 18px;
    pointer-events: none;
}

.empty-state-visual[b-mda6uiz8cs] {
    position: relative;
    width: 168px;
    height: 116px;
    margin-bottom: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.9), rgba(238, 242, 255, 0.75));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 22px 48px rgba(37, 99, 235, 0.16);
}

.empty-titleblock-preview[b-mda6uiz8cs] {
    width: 118px;
    height: 78px;
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(147, 197, 253, 0.65);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.preview-line[b-mda6uiz8cs],
.preview-grid span[b-mda6uiz8cs] {
    display: block;
    height: 6px;
    border-radius: 999px;
    background: #bfdbfe;
}

.preview-line[b-mda6uiz8cs] {
    width: 58%;
    margin-bottom: 7px;
}

.preview-line-wide[b-mda6uiz8cs] {
    width: 82%;
    background: #93c5fd;
}

.preview-line-short[b-mda6uiz8cs] {
    width: 42%;
}

.preview-grid[b-mda6uiz8cs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 10px;
}

.empty-state-kicker[b-mda6uiz8cs] {
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.empty-state-panel h4[b-mda6uiz8cs] {
    color: #0f172a;
    font-size: 24px;
    letter-spacing: -0.02em;
}

.empty-state-panel p[b-mda6uiz8cs] {
    max-width: 460px;
    color: #64748b;
    font-size: 14px;
}

@media (max-width: 992px) {
    .modern-modal[b-mda6uiz8cs] {
        min-height: 0;
    }

    .sidebar-container[b-mda6uiz8cs],
    .right-panel[b-mda6uiz8cs] {
        min-height: 360px;
    }
}

/* Selected title state */
.right-panel:not(.right-panel-empty)[b-mda6uiz8cs] {
    padding: 18px;
    background:
        radial-gradient(circle at 12% 0%, rgba(59, 130, 246, 0.08), transparent 26%),
        rgba(255, 255, 255, 0.84);
}

.selected-title-banner[b-mda6uiz8cs] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(191, 219, 254, 0.9);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.9)),
        radial-gradient(circle at 100% 0%, rgba(139, 92, 246, 0.14), transparent 38%);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.08);
}

.selected-title-main[b-mda6uiz8cs] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.selected-title-icon[b-mda6uiz8cs] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #2563eb;
    background: #dbeafe;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16);
}

.selected-title-label[b-mda6uiz8cs] {
    display: block;
    margin-bottom: 2px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.selected-title-main strong[b-mda6uiz8cs] {
    display: block;
    max-width: 420px;
    overflow: hidden;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-title-status[b-mda6uiz8cs] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #047857;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    font-size: 12px;
    font-weight: 800;
}

.selected-title-status.is-saving i[b-mda6uiz8cs] {
    animation: spin-b-mda6uiz8cs 0.8s linear infinite;
}

.right-panel-scroll[b-mda6uiz8cs] {
    padding: 2px 4px 2px 2px;
}

.right-panel-scroll .section-card:last-child[b-mda6uiz8cs] {
    margin-bottom: 0;
}

.section-card[b-mda6uiz8cs] {
    position: relative;
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
    border-color: rgba(219, 228, 239, 0.95);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.section-card[b-mda6uiz8cs]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #3b82f6, #8b5cf6);
    opacity: 0.78;
}

.section-card:hover[b-mda6uiz8cs] {
    border-color: rgba(147, 197, 253, 0.9);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1), 0 10px 28px rgba(37, 99, 235, 0.08);
    transform: translateY(-1px);
}

.section-card:has(.badge-unsaved)[b-mda6uiz8cs] {
    border-color: rgba(245, 158, 11, 0.45);
    box-shadow: 0 18px 42px rgba(245, 158, 11, 0.1), 0 12px 32px rgba(15, 23, 42, 0.08);
}

.section-card > .row[b-mda6uiz8cs] {
    padding: 0 22px 22px 24px;
}

.section-header[b-mda6uiz8cs] {
    margin: 0 0 18px;
    padding: 18px 20px 16px 24px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.78);
    background: rgba(248, 250, 252, 0.62);
}

.section-title[b-mda6uiz8cs] {
    color: #0f172a;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.section-title i[b-mda6uiz8cs] {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #2563eb;
    background: #dbeafe;
}

.section-actions[b-mda6uiz8cs] {
    gap: 7px;
}

.badge-unsaved[b-mda6uiz8cs] {
    border-radius: 999px;
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
}

.form-label[b-mda6uiz8cs] {
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.form-control[b-mda6uiz8cs],
.form-select[b-mda6uiz8cs] {
    min-height: 40px;
    border-radius: 10px;
    border-color: #dbe4ef;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.form-control:hover[b-mda6uiz8cs],
.form-select:hover[b-mda6uiz8cs] {
    border-color: #bfdbfe;
    background: #ffffff;
}

.form-control:focus[b-mda6uiz8cs],
.form-select:focus[b-mda6uiz8cs] {
    background: #ffffff;
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14), 0 10px 22px rgba(37, 99, 235, 0.08);
}

.btn-sm[b-mda6uiz8cs] {
    min-height: 32px;
    border-radius: 999px;
    padding-inline: 13px;
}

.btn-success[b-mda6uiz8cs] {
    background: linear-gradient(135deg, #16a34a 0%, #059669 100%);
    box-shadow: 0 10px 20px rgba(5, 150, 105, 0.18);
}

.btn-success:hover:not(:disabled)[b-mda6uiz8cs] {
    background: linear-gradient(135deg, #15803d 0%, #047857 100%);
    box-shadow: 0 14px 26px rgba(5, 150, 105, 0.24);
}

.btn-secondary[b-mda6uiz8cs] {
    background: rgba(248, 250, 252, 0.9);
    border-color: #dbe4ef;
    color: #475569;
}

.btn-secondary:hover:not(:disabled)[b-mda6uiz8cs] {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #3730a3;
}

.sidebar-item.active[b-mda6uiz8cs] {
    position: relative;
    background:
        linear-gradient(135deg, rgba(219, 234, 254, 0.9), rgba(238, 242, 255, 0.82));
    border-color: rgba(59, 130, 246, 0.65);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12);
}

.sidebar-item.active[b-mda6uiz8cs]::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #3b82f6, #8b5cf6);
}

@media (max-width: 768px) {
    .right-panel:not(.right-panel-empty)[b-mda6uiz8cs] {
        padding: 14px;
    }

    .selected-title-banner[b-mda6uiz8cs],
    .section-header[b-mda6uiz8cs] {
        align-items: flex-start;
        flex-direction: column;
    }

    .selected-title-status[b-mda6uiz8cs],
    .section-actions[b-mda6uiz8cs] {
        align-self: stretch;
        justify-content: flex-end;
    }

    .section-card > .row[b-mda6uiz8cs] {
        padding-inline: 18px;
    }
}
/* /Views/Modals/UpgradeRequired/UpgradeRequiredModal.razor.rz.scp.css */
.upgrade-card[b-mvspt3hwre] { position: relative; width: min(430px, calc(100vw - 32px)); padding: 34px; color: #eaf6fb; background: linear-gradient(145deg, #142b37, #071117); border: 1px solid rgba(117,221,255,.3); box-shadow: 0 28px 80px rgba(0,0,0,.55); text-align: center; }
.close[b-mvspt3hwre] { position: absolute; top: 14px; right: 14px; padding: 7px; color: #78909b; background: transparent; border: 0; }
.upgrade-icon[b-mvspt3hwre] { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 20px; color: #061219; background: #75ddff; border-radius: 50%; font-size: 25px; }
.upgrade-card > small[b-mvspt3hwre] { color: #75ddff; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.upgrade-card h2[b-mvspt3hwre] { margin: 8px 0 10px; font-size: 26px; font-weight: 850; letter-spacing: -.035em; }
.upgrade-card p[b-mvspt3hwre] { margin: 0 auto; max-width: 340px; color: #98abb5; font-size: 12px; line-height: 1.65; }
.upgrade-benefits[b-mvspt3hwre] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0; }
.upgrade-benefits span[b-mvspt3hwre] { display: grid; gap: 5px; padding: 11px 7px; color: #b9cbd3; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); font-size: 9px; }
.upgrade-benefits i[b-mvspt3hwre] { color: #75ddff; font-size: 14px; }
.actions[b-mvspt3hwre] { display: flex; justify-content: center; gap: 9px; }
.actions button[b-mvspt3hwre] { padding: 11px 14px; border: 0; font-size: 10px; font-weight: 850; }
.secondary[b-mvspt3hwre] { color: #a9bbc4; background: #172832; }
.primary[b-mvspt3hwre] { color: #031017; background: #75ddff; }
.primary i[b-mvspt3hwre] { margin-left: 6px; }
@media (max-width: 480px) { .upgrade-card[b-mvspt3hwre] { padding: 28px 20px; } .upgrade-benefits[b-mvspt3hwre] { grid-template-columns: 1fr; } }
/* /Views/Modals/Upload/UploadModal.razor.rz.scp.css */
/* Backdrop */
.modal-backdrop[b-jhrzyqp7md] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: background 0.3s ease;
}

/* Modal container */
.modal-container[b-jhrzyqp7md] {
    position: relative;
    background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.13), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(139, 92, 246, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24), 0 10px 28px rgba(37, 99, 235, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
    padding: 32px 36px;
    width: 400px;
    max-width: 90%;
    animation: fadeInScale-b-jhrzyqp7md 0.3s ease-in-out;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.upload-modal .file-info[b-jhrzyqp7md] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    background: rgba(239, 246, 255, 0.75);
    color: #1e3a8a;
}

.upload-modal .file-info i[b-jhrzyqp7md] {
    color: #2563eb;
}

.modal-container[b-jhrzyqp7md]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
}

/* Close button */
.modal-close[b-jhrzyqp7md] {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.05);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    font-weight: bold;
    font-size: 1.1rem;
    color: #475569;
}

    .modal-close:hover[b-jhrzyqp7md] {
        background: rgba(15, 23, 42, 0.1);
        color: #0f172a;
        transform: scale(1.1);
    }

/* Header */
.modal-header[b-jhrzyqp7md] {
    text-align: center;
    margin-bottom: 20px;
}

    .modal-header h2[b-jhrzyqp7md] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #0f172a;
    }

.modal-subtitle[b-jhrzyqp7md] {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 6px;
}

/* Form */
.form-group[b-jhrzyqp7md] {
    margin-bottom: 20px;
}

label[b-jhrzyqp7md] {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.form-control.file-upload[b-jhrzyqp7md] {
    padding: 11px 13px;
    border-radius: 9px;
    border: 1.5px solid #dbe3ef;
    background: rgba(255, 255, 255, 0.86);
    width: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control.file-upload:hover[b-jhrzyqp7md],
    .form-control.file-upload:focus[b-jhrzyqp7md] {
        border-color: #3b82f6;
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
        outline: none;
    }

.file-info[b-jhrzyqp7md] {
    margin: 12px 0;
    font-size: 0.9rem;
    color: #222;
    text-align: center;
    font-weight: 500;
}

/* Buttons */
.modal-actions[b-jhrzyqp7md] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.btn-light[b-jhrzyqp7md] {
    background-color: #f7f7f7;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 500;
    transition: background 0.2s, transform 0.1s;
}

    .btn-light:hover[b-jhrzyqp7md] {
        background-color: #eaeaea;
        transform: translateY(-1px);
    }

.btn-primary[b-jhrzyqp7md] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 55%, #1d4ed8 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
    transition: background 0.3s, transform 0.1s, box-shadow 0.2s ease;
}

    .btn-primary:hover[b-jhrzyqp7md] {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 60%, #1e40af 100%);
        box-shadow: 0 10px 22px rgba(37, 99, 235, 0.36);
        transform: translateY(-1px);
    }

/* Animations */
@keyframes fadeInScale-b-jhrzyqp7md {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOutScale-b-jhrzyqp7md {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.95);
    }
}
