/* _content/HomeSite.Admin/Components/Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-zms4ikhydx] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background:
        radial-gradient(circle at 15% 15%, rgba(0, 168, 212, 0.2), transparent 32rem),
        radial-gradient(circle at 85% 85%, rgba(54, 182, 193, 0.18), transparent 28rem),
        #08132f;
}
/* _content/HomeSite.Admin/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cmcoftgefr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cmcoftgefr] {
    flex: 1;
}

.sidebar[b-cmcoftgefr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cmcoftgefr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.session-label[b-cmcoftgefr] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-right: auto;
    color: #546078;
    font-size: 0.82rem;
    font-weight: 650;
}

.session-label i[b-cmcoftgefr] {
    color: #1b9a63;
    font-size: 0.65rem;
}

.logout-form[b-cmcoftgefr] {
    margin-left: 1rem;
}

.logout-button[b-cmcoftgefr] {
    padding: 0.4rem 0.75rem;
    border: 1px solid #ccd2dd;
    border-radius: 0.55rem;
    color: #33405d;
    font-size: 0.82rem;
    font-weight: 650;
    background: #fff;
}

.logout-button:hover[b-cmcoftgefr] {
    border-color: #00a8d4;
    color: #007d9e;
}

    .top-row[b-cmcoftgefr]  a, .top-row[b-cmcoftgefr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cmcoftgefr]  a:hover, .top-row[b-cmcoftgefr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cmcoftgefr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-cmcoftgefr] {
        gap: 0.65rem;
    }

    .top-row[b-cmcoftgefr]  a, .top-row[b-cmcoftgefr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cmcoftgefr] {
        flex-direction: row;
    }

    .sidebar[b-cmcoftgefr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cmcoftgefr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cmcoftgefr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cmcoftgefr], article[b-cmcoftgefr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cmcoftgefr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-cmcoftgefr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HomeSite.Admin/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cvlvlr7dab] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #0f1d4a;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid #d9dee8;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 29, 74, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #f6f8fb;
}

.navbar-toggler:checked[b-cvlvlr7dab] {
    background-color: #e8edf5;
}

.top-row[b-cvlvlr7dab] {
    min-height: 4.5rem;
    background-color: #fff;
    border-bottom: 1px solid #e1e5ec;
}

.navbar-brand img[b-cvlvlr7dab] {
    display: block;
    width: min(100%, 12.5rem);
    height: auto;
}

.bi[b-cvlvlr7dab] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cvlvlr7dab] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-cvlvlr7dab] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-cvlvlr7dab] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-cvlvlr7dab] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cvlvlr7dab] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cvlvlr7dab] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cvlvlr7dab]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-cvlvlr7dab]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cvlvlr7dab]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-cvlvlr7dab] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cvlvlr7dab] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cvlvlr7dab] {
        display: none;
    }

    .nav-scrollable[b-cvlvlr7dab] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
/* _content/HomeSite.Admin/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jsc3xs0b1v],
.components-reconnect-repeated-attempt-visible[b-jsc3xs0b1v],
.components-reconnect-failed-visible[b-jsc3xs0b1v],
.components-pause-visible[b-jsc3xs0b1v],
.components-resume-failed-visible[b-jsc3xs0b1v],
.components-rejoining-animation[b-jsc3xs0b1v] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jsc3xs0b1v],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jsc3xs0b1v],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jsc3xs0b1v],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jsc3xs0b1v],
#components-reconnect-modal.components-reconnect-retrying[b-jsc3xs0b1v],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jsc3xs0b1v],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jsc3xs0b1v],
#components-reconnect-modal.components-reconnect-failed[b-jsc3xs0b1v],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jsc3xs0b1v] {
    display: block;
}


#components-reconnect-modal[b-jsc3xs0b1v] {
    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-jsc3xs0b1v 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jsc3xs0b1v 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jsc3xs0b1v 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jsc3xs0b1v]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jsc3xs0b1v 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jsc3xs0b1v {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jsc3xs0b1v {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jsc3xs0b1v {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jsc3xs0b1v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jsc3xs0b1v] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jsc3xs0b1v] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jsc3xs0b1v] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jsc3xs0b1v] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jsc3xs0b1v] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jsc3xs0b1v] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jsc3xs0b1v 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jsc3xs0b1v] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jsc3xs0b1v {
    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;
    }
}
/* _content/HomeSite.Admin/Components/Pages/Login.razor.rz.scp.css */
.login-card[b-e2t4ndh8f6] {
    width: min(100%, 29rem);
    padding: clamp(1.75rem, 5vw, 3rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.32);
}

.brand-logo[b-e2t4ndh8f6] {
    display: block;
    width: min(100%, 14rem);
    height: auto;
    margin-bottom: 1.75rem;
}

.eyebrow[b-e2t4ndh8f6] {
    margin: 0 0 0.5rem;
    color: #007d9e;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

h1[b-e2t4ndh8f6] {
    margin: 0;
    color: #0f1d4a;
    font-size: clamp(2rem, 7vw, 2.75rem);
    letter-spacing: -0.04em;
}

.login-intro[b-e2t4ndh8f6] {
    margin: 0.75rem 0 1.75rem;
    color: #58627a;
    line-height: 1.65;
}

.notice[b-e2t4ndh8f6] {
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.notice-error[b-e2t4ndh8f6] {
    color: #8b1d2c;
    border: 1px solid #f4c6cc;
    background: #fff1f3;
}

.notice-success[b-e2t4ndh8f6] {
    color: #17603a;
    border: 1px solid #b8e4ca;
    background: #edfbf3;
}

.login-form[b-e2t4ndh8f6] {
    display: grid;
    gap: 0.6rem;
}

.login-form label[b-e2t4ndh8f6] {
    margin-top: 0.55rem;
    color: #283451;
    font-size: 0.84rem;
    font-weight: 700;
}

.login-form input[b-e2t4ndh8f6] {
    width: 100%;
    padding: 0.82rem 0.95rem;
    border: 1px solid #cad0dc;
    border-radius: 0.7rem;
    color: #15203d;
    background: #fff;
    transition: border-color 120ms ease, box-shadow 120ms ease;
}

.login-form input:focus[b-e2t4ndh8f6] {
    border-color: #00a8d4;
    outline: none;
    box-shadow: 0 0 0 0.22rem rgba(0, 168, 212, 0.14);
}

.login-form button[b-e2t4ndh8f6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding: 0.9rem 1.1rem;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 750;
    background: #0f1d4a;
    cursor: pointer;
}

.login-form button:hover:not(:disabled)[b-e2t4ndh8f6] {
    background: #172b68;
}

.login-form button:disabled[b-e2t4ndh8f6] {
    cursor: not-allowed;
    opacity: 0.5;
}

code[b-e2t4ndh8f6] {
    color: inherit;
}
/* _content/HomeSite.Admin/Components/Pages/NewsManagement.razor.rz.scp.css */
.news-studio[b-falm1xe6bq] {
    --navy: #0f1d4a;
    --cyan: #00a8d4;
    --aqua: #36b6c1;
    --ink: #17213c;
    --muted: #687188;
    --line: #dfe3eb;
    --surface: #fff;
    padding: 1rem 0 3rem;
    color: var(--ink);
}

.studio-header[b-falm1xe6bq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}

.eyebrow[b-falm1xe6bq] {
    margin: 0 0 0.45rem;
    color: #007f9f;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.studio-header h1[b-falm1xe6bq],
.suggestions-intro h2[b-falm1xe6bq] {
    margin: 0;
    color: var(--navy);
    font-weight: 780;
    letter-spacing: -0.035em;
}

.studio-header h1[b-falm1xe6bq] {
    font-size: clamp(2rem, 4vw, 3rem);
}

.header-copy[b-falm1xe6bq],
.suggestions-intro > div > p:last-child[b-falm1xe6bq] {
    max-width: 44rem;
    margin: 0.65rem 0 0;
    color: var(--muted);
    line-height: 1.6;
}

button[b-falm1xe6bq],
input[b-falm1xe6bq],
select[b-falm1xe6bq],
textarea[b-falm1xe6bq] {
    font: inherit;
}

button[b-falm1xe6bq] {
    transition: transform 120ms ease, border-color 120ms ease, background 120ms ease;
}

button:focus-visible[b-falm1xe6bq],
input:focus-visible[b-falm1xe6bq],
select:focus-visible[b-falm1xe6bq],
textarea:focus-visible[b-falm1xe6bq],
summary:focus-visible[b-falm1xe6bq] {
    outline: 3px solid rgba(0, 168, 212, 0.25);
    outline-offset: 2px;
}

.primary-action[b-falm1xe6bq],
.secondary-action[b-falm1xe6bq],
.danger-action[b-falm1xe6bq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 2.75rem;
    padding: 0.7rem 1rem;
    border-radius: 0.7rem;
    font-size: 0.88rem;
    font-weight: 750;
}

.primary-action[b-falm1xe6bq] {
    border: 1px solid var(--navy);
    color: #fff;
    background: var(--navy);
    box-shadow: 0 0.6rem 1.4rem rgba(15, 29, 74, 0.16);
}

.primary-action:hover:not(:disabled)[b-falm1xe6bq] {
    transform: translateY(-1px);
    background: #182c68;
}

.secondary-action[b-falm1xe6bq] {
    border: 1px solid #cbd1dd;
    color: #34405b;
    background: #fff;
}

.danger-action[b-falm1xe6bq] {
    border: 1px solid #f0c4ca;
    color: #a52a3a;
    background: #fff7f8;
}

.primary-action:disabled[b-falm1xe6bq],
.secondary-action:disabled[b-falm1xe6bq],
.danger-action:disabled[b-falm1xe6bq] {
    cursor: not-allowed;
    opacity: 0.55;
}

.metrics[b-falm1xe6bq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-bottom: 1.25rem;
}

.metric-card[b-falm1xe6bq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 5rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--line);
    border-radius: 0.9rem;
    background: var(--surface);
    box-shadow: 0 0.35rem 1rem rgba(27, 37, 65, 0.045);
}

.metric-card span[b-falm1xe6bq] {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.metric-card strong[b-falm1xe6bq] {
    color: var(--navy);
    font-size: 1.65rem;
}

.metric-card.accent[b-falm1xe6bq] {
    border-color: rgba(0, 168, 212, 0.32);
    background: linear-gradient(135deg, rgba(0, 168, 212, 0.08), rgba(54, 182, 193, 0.1));
}

.status-banner[b-falm1xe6bq] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid;
    border-radius: 0.75rem;
    font-size: 0.88rem;
}

.status-banner.success[b-falm1xe6bq] {
    border-color: #bce2cb;
    color: #16603a;
    background: #effaf3;
}

.status-banner.error[b-falm1xe6bq] {
    border-color: #f1c4ca;
    color: #922737;
    background: #fff2f4;
}

.status-banner button[b-falm1xe6bq] {
    margin-left: auto;
    border: 0;
    color: inherit;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
}

.workspace-tabs[b-falm1xe6bq] {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
    padding: 0.3rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    background: #eef1f6;
}

.tab-button[b-falm1xe6bq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.85rem;
    border: 0;
    border-radius: 0.55rem;
    color: #5d667b;
    font-size: 0.86rem;
    font-weight: 720;
    background: transparent;
}

.tab-button.active[b-falm1xe6bq] {
    color: var(--navy);
    background: #fff;
    box-shadow: 0 0.15rem 0.55rem rgba(15, 29, 74, 0.1);
}

.tab-count[b-falm1xe6bq] {
    display: inline-grid;
    place-items: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    color: #007894;
    font-size: 0.68rem;
    background: #dcf6fb;
}

.loading-state[b-falm1xe6bq] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    min-height: 12rem;
    color: var(--muted);
}

.article-workspace[b-falm1xe6bq] {
    display: grid;
    grid-template-columns: minmax(17rem, 0.72fr) minmax(30rem, 1.65fr);
    gap: 1rem;
    align-items: start;
}

.article-library[b-falm1xe6bq],
.editor-panel[b-falm1xe6bq],
.suggestions-panel[b-falm1xe6bq] {
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--surface);
    box-shadow: 0 0.5rem 1.5rem rgba(27, 37, 65, 0.055);
}

.article-library[b-falm1xe6bq] {
    position: sticky;
    top: 4.5rem;
    overflow: hidden;
}

.library-toolbar[b-falm1xe6bq] {
    display: grid;
    gap: 0.65rem;
    padding: 0.9rem;
    border-bottom: 1px solid var(--line);
    background: #fafbfc;
}

.search-box[b-falm1xe6bq] {
    position: relative;
    display: block;
}

.search-box i[b-falm1xe6bq] {
    position: absolute;
    top: 50%;
    left: 0.8rem;
    color: #8891a4;
    transform: translateY(-50%);
}

.search-box input[b-falm1xe6bq],
.library-toolbar select[b-falm1xe6bq],
.field input[b-falm1xe6bq],
.field select[b-falm1xe6bq],
.field textarea[b-falm1xe6bq],
.brief-control input[b-falm1xe6bq] {
    width: 100%;
    border: 1px solid #cbd1dd;
    border-radius: 0.62rem;
    color: var(--ink);
    background: #fff;
}

.search-box input[b-falm1xe6bq],
.library-toolbar select[b-falm1xe6bq] {
    height: 2.55rem;
    font-size: 0.82rem;
}

.search-box input[b-falm1xe6bq] {
    padding: 0.55rem 0.7rem 0.55rem 2.35rem;
}

.library-toolbar select[b-falm1xe6bq] {
    padding: 0.5rem 0.7rem;
}

.article-list[b-falm1xe6bq] {
    max-height: calc(100vh - 16rem);
    overflow-y: auto;
    padding: 0.45rem;
}

.article-row[b-falm1xe6bq] {
    display: grid;
    gap: 0.5rem;
    width: 100%;
    padding: 0.85rem;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    text-align: left;
    color: inherit;
    background: transparent;
}

.article-row + .article-row[b-falm1xe6bq] {
    margin-top: 0.2rem;
}

.article-row:hover[b-falm1xe6bq] {
    background: #f5f8fa;
}

.article-row.selected[b-falm1xe6bq] {
    border-color: rgba(0, 168, 212, 0.34);
    background: rgba(0, 168, 212, 0.075);
}

.article-row-topline[b-falm1xe6bq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.article-row-topline time[b-falm1xe6bq],
.category-label[b-falm1xe6bq] {
    color: #7a8295;
    font-size: 0.7rem;
}

.article-row strong[b-falm1xe6bq] {
    display: -webkit-box;
    overflow: hidden;
    color: #1c2744;
    font-size: 0.88rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.status-pill[b-falm1xe6bq] {
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.status-pill.published[b-falm1xe6bq] {
    color: #17613b;
    background: #e5f7ec;
}

.status-pill.draft[b-falm1xe6bq] {
    color: #6a536f;
    background: #f1eaf3;
}

.empty-list[b-falm1xe6bq] {
    display: grid;
    place-items: center;
    min-height: 12rem;
    color: #8891a4;
    text-align: center;
}

.empty-list i[b-falm1xe6bq] {
    font-size: 1.6rem;
}

.editor-panel[b-falm1xe6bq] {
    padding: clamp(1rem, 2.5vw, 1.5rem);
}

.editor-heading[b-falm1xe6bq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.editor-heading > div > span[b-falm1xe6bq] {
    color: #7a8498;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.editor-heading h2[b-falm1xe6bq] {
    margin: 0.2rem 0 0;
    color: var(--navy);
    font-size: 1.45rem;
}

.save-state[b-falm1xe6bq] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    border-radius: 999px;
    color: #6c5572;
    font-size: 0.72rem;
    font-weight: 750;
    background: #f2ebf4;
}

.save-state i[b-falm1xe6bq] {
    font-size: 0.48rem;
}

.save-state.live[b-falm1xe6bq] {
    color: #17613b;
    background: #e5f7ec;
}

.validation-summary[b-falm1xe6bq] {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid #f0c4ca;
    border-radius: 0.7rem;
    color: #922737;
    font-size: 0.82rem;
    background: #fff3f4;
}

.validation-summary:empty[b-falm1xe6bq] {
    display: none;
}

.form-grid[b-falm1xe6bq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.field[b-falm1xe6bq] {
    display: grid;
    gap: 0.42rem;
}

.field-wide[b-falm1xe6bq] {
    grid-column: 1 / -1;
}

.field label[b-falm1xe6bq],
.brief-control label[b-falm1xe6bq] {
    color: #37425d;
    font-size: 0.78rem;
    font-weight: 750;
}

.field input[b-falm1xe6bq],
.field select[b-falm1xe6bq],
.field textarea[b-falm1xe6bq] {
    padding: 0.7rem 0.8rem;
    font-size: 0.86rem;
}

.field textarea[b-falm1xe6bq] {
    resize: vertical;
}

.field .content-editor[b-falm1xe6bq] {
    min-height: 18rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.8rem;
    line-height: 1.55;
}

.field small[b-falm1xe6bq] {
    color: #7b8497;
    font-size: 0.7rem;
}

.field[b-falm1xe6bq]  .validation-message {
    font-size: 0.72rem;
}

.publish-control[b-falm1xe6bq] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.1rem;
    padding: 0.9rem;
    border: 1px solid #d9dee7;
    border-radius: 0.75rem;
    background: #f8f9fb;
}

.publish-control input[b-falm1xe6bq] {
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.12rem;
    accent-color: var(--cyan);
}

.publish-control label[b-falm1xe6bq] {
    display: grid;
    gap: 0.15rem;
    cursor: pointer;
}

.publish-control strong[b-falm1xe6bq] {
    color: #28334f;
    font-size: 0.82rem;
}

.publish-control span[b-falm1xe6bq] {
    color: #747d91;
    font-size: 0.72rem;
}

.editor-actions[b-falm1xe6bq] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 0.65rem;
    align-items: center;
    margin-top: 1.2rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--line);
}

.preview-panel[b-falm1xe6bq] {
    margin-top: 1.2rem;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: #fafbfc;
}

.preview-panel summary[b-falm1xe6bq] {
    padding: 0.8rem 1rem;
    color: #34405c;
    font-size: 0.82rem;
    font-weight: 750;
    cursor: pointer;
}

.preview-panel article[b-falm1xe6bq] {
    margin: 0 1rem 1rem;
    padding: clamp(1rem, 4vw, 2rem);
    border: 1px solid #e0e4eb;
    border-radius: 0.7rem;
    background: #fff;
}

.preview-meta[b-falm1xe6bq] {
    display: flex;
    gap: 0.6rem;
    color: #788197;
    font-size: 0.72rem;
}

.preview-meta span[b-falm1xe6bq] {
    color: #007d9d;
}

.preview-panel h3[b-falm1xe6bq] {
    margin: 0.7rem 0 1rem;
    color: var(--navy);
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.preview-panel img[b-falm1xe6bq] {
    width: 100%;
    max-height: 20rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    object-fit: cover;
}

.preview-summary[b-falm1xe6bq] {
    color: #59647b;
    font-weight: 650;
    line-height: 1.65;
}

.preview-content[b-falm1xe6bq] {
    color: #2b354f;
    line-height: 1.8;
}

.suggestions-panel[b-falm1xe6bq] {
    padding: clamp(1rem, 3vw, 1.75rem);
}

.suggestions-intro[b-falm1xe6bq] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
    gap: 2rem;
    align-items: end;
    margin-bottom: 1.5rem;
}

.suggestions-intro h2[b-falm1xe6bq] {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.brief-control[b-falm1xe6bq] {
    display: grid;
    gap: 0.45rem;
}

.brief-control > div[b-falm1xe6bq] {
    display: flex;
    gap: 0.5rem;
}

.brief-control input[b-falm1xe6bq] {
    min-width: 0;
    padding: 0.68rem 0.75rem;
}

.brief-control button[b-falm1xe6bq] {
    flex: 0 0 auto;
    border: 1px solid var(--navy);
    border-radius: 0.62rem;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 750;
    background: var(--navy);
}

.suggestion-grid[b-falm1xe6bq] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.suggestion-card[b-falm1xe6bq] {
    display: flex;
    flex-direction: column;
    min-height: 24rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #fff, #fafcfd);
}

.suggestion-topline[b-falm1xe6bq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suggestion-topline span[b-falm1xe6bq] {
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    color: #007c99;
    font-size: 0.66rem;
    font-weight: 780;
    background: #e3f8fb;
}

.suggestion-topline button[b-falm1xe6bq] {
    border: 0;
    color: #81899b;
    font-size: 1.25rem;
    background: transparent;
}

.suggestion-card h3[b-falm1xe6bq] {
    margin: 1rem 0 0.65rem;
    color: var(--navy);
    font-size: 1.05rem;
    line-height: 1.45;
}

.suggestion-summary[b-falm1xe6bq] {
    margin: 0;
    color: #626c82;
    font-size: 0.82rem;
    line-height: 1.65;
}

.suggestion-card dl[b-falm1xe6bq] {
    display: grid;
    gap: 0.7rem;
    margin: 1rem 0;
}

.suggestion-card dl div[b-falm1xe6bq] {
    padding-top: 0.65rem;
    border-top: 1px solid #eaedf2;
}

.suggestion-card dt[b-falm1xe6bq] {
    color: #3d4863;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.suggestion-card dd[b-falm1xe6bq] {
    margin: 0.25rem 0 0;
    color: #70798e;
    font-size: 0.75rem;
    line-height: 1.5;
}

.draft-action[b-falm1xe6bq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding: 0.72rem 0.8rem;
    border: 1px solid #cbd2dd;
    border-radius: 0.65rem;
    color: var(--navy);
    font-size: 0.78rem;
    font-weight: 780;
    background: #fff;
}

.draft-action:hover[b-falm1xe6bq] {
    border-color: var(--cyan);
    color: #007d9d;
}

.empty-suggestions[b-falm1xe6bq] {
    display: grid;
    place-items: center;
    min-height: 20rem;
    color: var(--muted);
    text-align: center;
}

.empty-suggestions > i[b-falm1xe6bq] {
    color: var(--cyan);
    font-size: 2rem;
}

.empty-suggestions h3[b-falm1xe6bq] {
    margin: 0.75rem 0 0;
    color: var(--navy);
}

.empty-suggestions p[b-falm1xe6bq] {
    margin: 0.35rem 0 1rem;
}

@media (max-width: 1100px) {
    .article-workspace[b-falm1xe6bq] {
        grid-template-columns: 1fr;
    }

    .article-library[b-falm1xe6bq] {
        position: static;
    }

    .article-list[b-falm1xe6bq] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: 22rem;
    }

    .suggestion-grid[b-falm1xe6bq] {
        grid-template-columns: 1fr;
    }

    .suggestion-card[b-falm1xe6bq] {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .studio-header[b-falm1xe6bq],
    .suggestions-intro[b-falm1xe6bq] {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .studio-header[b-falm1xe6bq] {
        display: grid;
    }

    .metrics[b-falm1xe6bq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .form-grid[b-falm1xe6bq] {
        grid-template-columns: 1fr;
    }

    .field-wide[b-falm1xe6bq] {
        grid-column: auto;
    }

    .editor-actions[b-falm1xe6bq] {
        position: sticky;
        bottom: 0;
        z-index: 2;
        grid-template-columns: 1fr 1fr;
        margin-inline: -1rem;
        padding: 0.8rem 1rem;
        border: 1px solid var(--line);
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(12px);
    }

    .editor-actions > span[b-falm1xe6bq] {
        display: none;
    }

    .editor-actions .danger-action[b-falm1xe6bq] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .news-studio[b-falm1xe6bq] {
        padding-top: 0.25rem;
    }

    .metrics[b-falm1xe6bq],
    .article-list[b-falm1xe6bq] {
        grid-template-columns: 1fr;
    }

    .metric-card[b-falm1xe6bq] {
        min-height: 4rem;
    }

    .brief-control > div[b-falm1xe6bq] {
        flex-direction: column;
    }

    .workspace-tabs[b-falm1xe6bq],
    .tab-button[b-falm1xe6bq] {
        width: 100%;
    }

    .tab-button[b-falm1xe6bq] {
        justify-content: center;
    }
}
