/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-i3e7311wzv] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--app-bg);
    color: var(--app-text);
}

main[b-i3e7311wzv] {
    flex: 1;
    min-width: 0;
    background: var(--app-main-bg);
}

.sidebar[b-i3e7311wzv] {
    background: var(--app-sidebar-bg);
    border-right: 1px solid var(--app-sidebar-border);
}

.top-row[b-i3e7311wzv] {
    background-color: var(--app-topbar-bg);
    border-bottom: 1px solid var(--app-topbar-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

    .top-row[b-i3e7311wzv]  a, .top-row[b-i3e7311wzv]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-i3e7311wzv]  a:hover, .top-row[b-i3e7311wzv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-i3e7311wzv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.header-actions[b-i3e7311wzv] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.header-theme-group[b-i3e7311wzv] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.header-sync-group[b-i3e7311wzv] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.header-sync-btn:disabled[b-i3e7311wzv] {
    opacity: 0.65;
    cursor: not-allowed;
}

.header-auth-group[b-i3e7311wzv] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding-left: 0.35rem;
}

.header-user-copy[b-i3e7311wzv] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
}

.header-user-name[b-i3e7311wzv] {
    color: var(--app-text);
    font-size: 0.92rem;
    font-weight: 700;
}

.header-auth-link[b-i3e7311wzv] {
    color: var(--app-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.header-avatar[b-i3e7311wzv] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid var(--app-panel-border);
    background: var(--app-surface);
}

.theme-picker-label[b-i3e7311wzv] {
    color: var(--app-muted);
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
}

.theme-picker[b-i3e7311wzv] {
    appearance: none;
    background-color: var(--app-control-bg);
    border: 1px solid var(--app-control-border);
    border-radius: 999px;
    color: var(--app-control-text);
    min-width: 7rem;
    padding: 0.38rem 2.2rem 0.38rem 0.85rem;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 1rem) calc(50% - 0.15rem), calc(100% - 0.7rem) calc(50% - 0.15rem);
    background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
    background-repeat: no-repeat;
}

.theme-picker:focus[b-i3e7311wzv] {
    outline: none;
    box-shadow: var(--app-control-shadow);
}

@media (max-width: 640.98px) {
    .top-row[b-i3e7311wzv] {
        justify-content: flex-end;
        height: auto;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .top-row[b-i3e7311wzv]  a, .top-row[b-i3e7311wzv]  .btn-link {
        margin-left: 0;
    }

    .header-actions[b-i3e7311wzv] {
        width: 100%;
        justify-content: flex-start;
    }

    .header-sync-group[b-i3e7311wzv] {
        width: 100%;
    }

    .header-auth-group[b-i3e7311wzv] {
        padding-left: 0;
    }
}

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

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

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

    .top-row[b-i3e7311wzv], article[b-i3e7311wzv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-i3e7311wzv] {
        min-width: 0;
        background: var(--app-panel-bg);
        border: 1px solid var(--app-panel-border);
        border-radius: 1.25rem;
        box-shadow: var(--app-panel-shadow);
        margin: 1.25rem 1.5rem 1.5rem;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0gbejwny95] {
    background-color: var(--app-sidebar-hover);
}

.top-row[b-0gbejwny95] {
    min-height: 5.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: var(--app-sidebar-topbar-bg);
}

.navbar-brand[b-0gbejwny95] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.1rem;
    color: var(--app-sidebar-brand);
}

.navbar-brand-logo[b-0gbejwny95] {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    flex: 0 0 auto;
}

.navbar-brand-text[b-0gbejwny95] {
    line-height: 1.1;
}

.bi[b-0gbejwny95] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.bi-house-door-fill-nav-menu[b-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' 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");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' 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-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' 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");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' 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-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' 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");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' 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");
}

.bi-grid-fill-nav-menu[b-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2h5v5H2V2zm7 0h5v5H9V2zM2 9h5v5H2V9zm7 0h5v5H9V9z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2h5v5H2V2zm7 0h5v5H9V2zM2 9h5v5H2V9zm7 0h5v5H9V9z'/%3E%3C/svg%3E");
}

.bi-box-seam-fill-nav-menu[b-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8.186 1.113a1 1 0 0 0-.372 0L1.5 2.58l6.5 2.6 6.5-2.6-6.314-1.467zM15 3.44 8.5 6.04v8.459l6.028-2.412A1 1 0 0 0 15 11.16V3.44zM7.5 14.5V6.04L1 3.44v7.72a1 1 0 0 0 .472.848L7.5 14.5z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8.186 1.113a1 1 0 0 0-.372 0L1.5 2.58l6.5 2.6 6.5-2.6-6.314-1.467zM15 3.44 8.5 6.04v8.459l6.028-2.412A1 1 0 0 0 15 11.16V3.44zM7.5 14.5V6.04L1 3.44v7.72a1 1 0 0 0 .472.848L7.5 14.5z'/%3E%3C/svg%3E");
}

.bi-file-diff-fill-nav-menu[b-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M4 3.5a.5.5 0 0 1 .5-.5H6V1.5a.5.5 0 0 1 1 0V3h1.5a.5.5 0 0 1 0 1H7V5.5a.5.5 0 0 1-1 0V4H4.5a.5.5 0 0 1-.5-.5zm6 2a.5.5 0 0 1 .5-.5h1V4a.5.5 0 0 1 1 0v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0V6h-1a.5.5 0 0 1-.5-.5z'/%3E%3Cpath fill='black' d='M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5z' opacity='.45'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M4 3.5a.5.5 0 0 1 .5-.5H6V1.5a.5.5 0 0 1 1 0V3h1.5a.5.5 0 0 1 0 1H7V5.5a.5.5 0 0 1-1 0V4H4.5a.5.5 0 0 1-.5-.5zm6 2a.5.5 0 0 1 .5-.5h1V4a.5.5 0 0 1 1 0v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0V6h-1a.5.5 0 0 1-.5-.5z'/%3E%3Cpath fill='black' d='M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5z' opacity='.45'/%3E%3C/svg%3E");
}

.bi-journal-text-fill-nav-menu[b-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' opacity='.45'/%3E%3Cpath fill='black' d='M5 4h6v1H5V4zm0 2h6v1H5V6zm0 2h6v1H5V8zm0 2h4v1H5v-1z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' opacity='.45'/%3E%3Cpath fill='black' d='M5 4h6v1H5V4zm0 2h6v1H5V6zm0 2h6v1H5V8zm0 2h4v1H5v-1z'/%3E%3C/svg%3E");
}

.bi-clock-history-fill-nav-menu[b-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8.515 3.879A.5.5 0 0 0 8 4.5V8l2.5 1.5a.5.5 0 0 0 .5-.866L9 7.5v-3a.5.5 0 0 0-.485-.621z'/%3E%3Cpath fill='black' d='M8 1a7 7 0 1 0 4.546 12.31l1.072 1.072a.5.5 0 0 0 .707-.708l-1.07-1.07A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8.515 3.879A.5.5 0 0 0 8 4.5V8l2.5 1.5a.5.5 0 0 0 .5-.866L9 7.5v-3a.5.5 0 0 0-.485-.621z'/%3E%3Cpath fill='black' d='M8 1a7 7 0 1 0 4.546 12.31l1.072 1.072a.5.5 0 0 0 .707-.708l-1.07-1.07A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.28-.7-2.686.705-1.987 1.987l.17.31a1.464 1.464 0 0 1-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.7 1.28.705 2.686 1.987 1.987l.31-.17a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.28.7 2.686-.705 1.987-1.987l-.17-.31a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.7-1.28-.705-2.686-1.987-1.987l-.31.17a1.464 1.464 0 0 1-2.105-.872l-.1-.34ZM8 10.93a2.93 2.93 0 1 1 0-5.86 2.93 2.93 0 0 1 0 5.86Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.28-.7-2.686.705-1.987 1.987l.17.31a1.464 1.464 0 0 1-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.7 1.28.705 2.686 1.987 1.987l.31-.17a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.28.7 2.686-.705 1.987-1.987l-.17-.31a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.7-1.28-.705-2.686-1.987-1.987l-.31.17a1.464 1.464 0 0 1-2.105-.872l-.1-.34ZM8 10.93a2.93 2.93 0 1 1 0-5.86 2.93 2.93 0 0 1 0 5.86Z'/%3E%3C/svg%3E");
}

.bi-database-fill-nav-menu[b-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1c2.76 0 5 1.12 5 2.5S10.76 6 8 6 3 4.88 3 3.5 5.24 1 8 1zM3 6.5v3c0 1.38 2.24 2.5 5 2.5s5-1.12 5-2.5v-3c0 1.38-2.24 2.5-5 2.5S3 7.88 3 6.5zM3 11.5v3C3 15.88 5.24 17 8 17s5-1.12 5-2.5v-3c0 1.38-2.24 2.5-5 2.5S3 12.88 3 11.5z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1c2.76 0 5 1.12 5 2.5S10.76 6 8 6 3 4.88 3 3.5 5.24 1 8 1zM3 6.5v3c0 1.38 2.24 2.5 5 2.5s5-1.12 5-2.5v-3c0 1.38-2.24 2.5-5 2.5S3 7.88 3 6.5zM3 11.5v3C3 15.88 5.24 17 8 17s5-1.12 5-2.5v-3c0 1.38-2.24 2.5-5 2.5S3 12.88 3 11.5z'/%3E%3C/svg%3E");
}

.bi-stars-nav-menu[b-0gbejwny95] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M7.247.86a.5.5 0 0 1 .506 0l1.088.673a.5.5 0 0 0 .502.02l1.16-.58a.5.5 0 0 1 .69.536l-.184 1.285a.5.5 0 0 0 .145.432l.924.93a.5.5 0 0 1-.277.848l-1.29.224a.5.5 0 0 0-.376.26l-.607 1.15a.5.5 0 0 1-.894 0l-.607-1.15a.5.5 0 0 0-.377-.26l-1.289-.224a.5.5 0 0 1-.277-.848l.924-.93a.5.5 0 0 0 .145-.432L5.895 1.51a.5.5 0 0 1 .69-.536l1.16.58a.5.5 0 0 0 .502-.02L9.335.86ZM4.5 8a.5.5 0 0 1 .452.286l.39.796.877.128a.5.5 0 0 1 .277.852l-.634.619.15.874a.5.5 0 0 1-.725.527L4.5 11.67l-.787.414a.5.5 0 0 1-.725-.527l.15-.874-.634-.619a.5.5 0 0 1 .277-.852l.877-.128.39-.796A.5.5 0 0 1 4.5 8Zm7 3a.5.5 0 0 1 .452.286l.25.51.563.082a.5.5 0 0 1 .277.852l-.407.397.096.561a.5.5 0 0 1-.725.527L11.5 13.94l-.506.266a.5.5 0 0 1-.725-.527l.096-.56-.407-.398a.5.5 0 0 1 .277-.852l.563-.082.25-.51A.5.5 0 0 1 11.5 11Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M7.247.86a.5.5 0 0 1 .506 0l1.088.673a.5.5 0 0 0 .502.02l1.16-.58a.5.5 0 0 1 .69.536l-.184 1.285a.5.5 0 0 0 .145.432l.924.93a.5.5 0 0 1-.277.848l-1.29.224a.5.5 0 0 0-.376.26l-.607 1.15a.5.5 0 0 1-.894 0l-.607-1.15a.5.5 0 0 0-.377-.26l-1.289-.224a.5.5 0 0 1-.277-.848l.924-.93a.5.5 0 0 0 .145-.432L5.895 1.51a.5.5 0 0 1 .69-.536l1.16.58a.5.5 0 0 0 .502-.02L9.335.86ZM4.5 8a.5.5 0 0 1 .452.286l.39.796.877.128a.5.5 0 0 1 .277.852l-.634.619.15.874a.5.5 0 0 1-.725.527L4.5 11.67l-.787.414a.5.5 0 0 1-.725-.527l.15-.874-.634-.619a.5.5 0 0 1 .277-.852l.877-.128.39-.796A.5.5 0 0 1 4.5 8Zm7 3a.5.5 0 0 1 .452.286l.25.51.563.082a.5.5 0 0 1 .277.852l-.407.397.096.561a.5.5 0 0 1-.725.527L11.5 13.94l-.506.266a.5.5 0 0 1-.725-.527l.096-.56-.407-.398a.5.5 0 0 1 .277-.852l.563-.082.25-.51A.5.5 0 0 1 11.5 11Z'/%3E%3C/svg%3E");
}

.nav-item[b-0gbejwny95] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-section-label[b-0gbejwny95] {
    color: var(--app-sidebar-muted);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-0gbejwny95] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0gbejwny95] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0gbejwny95]  a {
        color: var(--app-sidebar-text);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0gbejwny95]  a.active {
    background-color: var(--app-sidebar-active);
    color: var(--app-sidebar-brand);
}

.nav-item[b-0gbejwny95]  a:hover {
    background-color: var(--app-sidebar-hover);
    color: var(--app-sidebar-brand);
}

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

    .navbar-brand-logo[b-0gbejwny95] {
        width: 4.8rem;
        height: 4.8rem;
    }

    .collapse[b-0gbejwny95] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-0gbejwny95] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.downloads-section[b-99uf51i1n9] {
    margin-top: 2rem;
}

.downloads-empty-state[b-99uf51i1n9] {
    border: 1px dashed var(--app-panel-border);
    border-radius: 1rem;
    background: var(--app-surface-strong);
    padding: 1rem 1.1rem;
}

.downloads-table[b-99uf51i1n9] {
    margin-top: 1rem;
}

.downloads-table td[b-99uf51i1n9],
.downloads-table th[b-99uf51i1n9] {
    vertical-align: middle;
}

.download-links-cell[b-99uf51i1n9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.download-artifact-cell[b-99uf51i1n9] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.download-artifact-name[b-99uf51i1n9] {
    font-size: 0.9rem;
    color: var(--app-muted);
}

.changelog-modal-overlay[b-99uf51i1n9] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: color-mix(in srgb, var(--app-bg) 42%, transparent);
    backdrop-filter: blur(6px);
}

.changelog-modal-shell[b-99uf51i1n9] {
    width: min(920px, 100%);
    max-height: min(86vh, 900px);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--app-panel-border);
    border-radius: 1.25rem;
    background: var(--app-panel-bg);
    box-shadow: var(--app-panel-shadow);
    overflow: hidden;
}

.changelog-modal-titlebar[b-99uf51i1n9],
.changelog-modal-footer[b-99uf51i1n9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: var(--app-surface-strong);
    border-bottom: 1px solid var(--app-panel-border);
}

.changelog-modal-footer[b-99uf51i1n9] {
    justify-content: flex-end;
    border-top: 1px solid var(--app-panel-border);
    border-bottom: 0;
}

.changelog-modal-title[b-99uf51i1n9] {
    margin: 0;
}

.changelog-modal-subtitle[b-99uf51i1n9] {
    margin: 0.2rem 0 0;
    color: var(--app-muted);
}

.changelog-modal-body[b-99uf51i1n9] {
    overflow: auto;
    padding: 1.25rem;
    background: var(--app-surface);
    color: var(--app-text);
}

.changelog-modal-content[b-99uf51i1n9] {
    color: var(--app-text);
}

.changelog-modal-content h1[b-99uf51i1n9],
.changelog-modal-content h2[b-99uf51i1n9],
.changelog-modal-content h3[b-99uf51i1n9],
.changelog-modal-content h4[b-99uf51i1n9],
.changelog-modal-content p[b-99uf51i1n9],
.changelog-modal-content ul[b-99uf51i1n9],
.changelog-modal-content ol[b-99uf51i1n9] {
    margin-bottom: 0.9rem;
}

.changelog-modal-content a[b-99uf51i1n9] {
    color: var(--app-brand);
}

.changelog-modal-toc[b-99uf51i1n9] {
    margin-bottom: 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--app-panel-border);
    border-radius: 1rem;
    background: var(--app-surface-strong);
}

.changelog-modal-toc-toggle[b-99uf51i1n9] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--app-text);
    text-align: left;
}

.changelog-modal-toc-toggle:hover .changelog-modal-toc-title[b-99uf51i1n9],
.changelog-modal-toc-toggle:hover .changelog-modal-toc-state[b-99uf51i1n9] {
    color: var(--app-brand);
}

.changelog-modal-toc-title[b-99uf51i1n9] {
    color: var(--app-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.82rem;
}

.changelog-modal-toc-state[b-99uf51i1n9] {
    color: var(--app-brand);
    font-size: 0.9rem;
}

.changelog-modal-toc ul[b-99uf51i1n9] {
    margin-top: 0.75rem;
    margin: 0;
    padding-left: 1.1rem;
}

.changelog-modal-toc li[b-99uf51i1n9] {
    margin-bottom: 0.4rem;
}

.changelog-modal-toc .toc-level-2[b-99uf51i1n9],
.changelog-modal-toc .toc-level-3[b-99uf51i1n9],
.changelog-modal-toc .toc-level-4[b-99uf51i1n9],
.changelog-modal-toc .toc-level-5[b-99uf51i1n9],
.changelog-modal-toc .toc-level-6[b-99uf51i1n9] {
    margin-left: 0.75rem;
}

@media (max-width: 760px) {
    .downloads-table[b-99uf51i1n9] {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .changelog-modal-overlay[b-99uf51i1n9] {
        padding: 0.75rem;
    }

    .changelog-modal-titlebar[b-99uf51i1n9],
    .changelog-modal-footer[b-99uf51i1n9] {
        padding: 0.85rem 1rem;
    }
}
/* /Pages/OpsArtifacts.razor.rz.scp.css */
.artifact-actions[b-evhruw856x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.artifact-actions .btn[b-evhruw856x] {
    margin-right: 0;
}

.ops-table[b-evhruw856x] {
    width: 100%;
    table-layout: fixed;
}

.ops-table th[b-evhruw856x],
.ops-table td[b-evhruw856x] {
    overflow-wrap: anywhere;
    vertical-align: top;
    min-width: 0;
}

.ops-table th:nth-child(1)[b-evhruw856x],
.ops-table td:nth-child(1)[b-evhruw856x] {
    width: 21%;
}

.ops-table th:nth-child(2)[b-evhruw856x],
.ops-table td:nth-child(2)[b-evhruw856x] {
    width: 29%;
}

.ops-table th:nth-child(3)[b-evhruw856x],
.ops-table td:nth-child(3)[b-evhruw856x] {
    width: 8%;
}

.ops-table th:nth-child(4)[b-evhruw856x],
.ops-table td:nth-child(4)[b-evhruw856x] {
    width: 14%;
}

.ops-table th:nth-child(5)[b-evhruw856x],
.ops-table td:nth-child(5)[b-evhruw856x] {
    width: 16%;
}

.ops-table th:nth-child(6)[b-evhruw856x],
.ops-table td:nth-child(6)[b-evhruw856x] {
    width: 12%;
}

.ops-table .ops-action-cell[b-evhruw856x] {
    white-space: normal;
}

.ops-table tbody tr:nth-child(even)[b-evhruw856x] {
    background-color: var(--ops-table-stripe-bg);
}

@media (max-width: 1400px) {
    .ops-table[b-evhruw856x],
    .ops-table thead[b-evhruw856x],
    .ops-table tbody[b-evhruw856x],
    .ops-table tr[b-evhruw856x],
    .ops-table th[b-evhruw856x],
    .ops-table td[b-evhruw856x] {
        display: block;
    }

    .ops-table thead[b-evhruw856x] {
        display: none;
    }

    .ops-table tr[b-evhruw856x] {
        margin-bottom: 1rem;
        padding: 0.85rem 1rem;
        border: 1px solid var(--ops-table-card-border);
        border-radius: 0.75rem;
        background: var(--ops-table-card-bg);
    }

    .ops-table td[b-evhruw856x] {
        width: 100% !important;
        padding: 0.35rem 0;
        border: 0;
    }

    .ops-table td[b-evhruw856x]::before {
        content: attr(data-label);
        display: block;
        font-size: 0.78rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        opacity: 0.72;
        margin-bottom: 0.15rem;
    }

    .ops-table .ops-action-cell[b-evhruw856x] {
        padding-top: 0.6rem;
    }

    .ops-table .ops-action-cell .btn[b-evhruw856x] {
        width: 100%;
    }
}
/* /Pages/OpsDatabase.razor.rz.scp.css */
.db-toolbar[b-dytl96nx15] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.db-path[b-dytl96nx15] {
    color: var(--konio-color-text-secondary, #6c757d);
    word-break: break-all;
    font-size: 0.9rem;
}

.db-diagram-shell[b-dytl96nx15] {
    overflow: auto;
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--konio-color-accent-primary) 4%, var(--ops-table-card-bg));
}

.db-diagram-canvas-toolbar[b-dytl96nx15] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid var(--ops-table-card-border);
    background: color-mix(in srgb, var(--konio-color-accent-primary) 6%, var(--ops-table-card-bg));
    position: sticky;
    top: 0;
    z-index: 30;
}

.db-zoom-tool[b-dytl96nx15] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.45rem;
    background: var(--ops-table-card-bg);
    color: var(--app-text);
    cursor: pointer;
    padding: 0;
}

.db-zoom-tool:hover[b-dytl96nx15] {
    background: color-mix(in srgb, var(--konio-color-accent-primary) 12%, var(--ops-table-card-bg));
}

.db-zoom-tool.is-active[b-dytl96nx15] {
    background: color-mix(in srgb, var(--konio-color-accent-primary) 22%, var(--ops-table-card-bg));
    border-color: color-mix(in srgb, var(--konio-color-accent-primary) 45%, var(--ops-table-card-border));
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--konio-color-accent-primary) 25%, transparent);
}

.db-zoom-glyph[b-dytl96nx15] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.db-zoom-glyph-in[b-dytl96nx15] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3Cpath fill='black' d='M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3Cpath fill='black' d='M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.db-zoom-glyph-out[b-dytl96nx15] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3Cpath fill='black' d='M6 8.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3Cpath fill='black' d='M6 8.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z'/%3E%3C/svg%3E");
}

.db-zoom-hint[b-dytl96nx15] {
    margin-left: 0.35rem;
    font-size: 0.8rem;
    color: var(--konio-color-text-secondary, #6c757d);
}

.db-diagram-panel.is-zoom-in[b-dytl96nx15],
.db-diagram-panel.is-zoom-out[b-dytl96nx15] {
    cursor: zoom-in;
}

.db-diagram-panel.is-zoom-out[b-dytl96nx15] {
    cursor: zoom-out;
}

.db-toolbar-actions[b-dytl96nx15] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.db-zoom-label[b-dytl96nx15] {
    min-width: 3rem;
    text-align: right;
    font-size: 0.85rem;
    color: var(--konio-color-text-secondary, #6c757d);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.db-diagram-viewport[b-dytl96nx15] {
    position: relative;
}

.db-diagram-panel[b-dytl96nx15] {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100%;
    background-color: color-mix(in srgb, var(--konio-color-accent-primary) 3%, var(--ops-table-card-bg));
    background-image:
        linear-gradient(color-mix(in srgb, var(--konio-color-accent-primary) 14%, transparent) 1px, transparent 1px),
        linear-gradient(90deg, color-mix(in srgb, var(--konio-color-accent-primary) 14%, transparent) 1px, transparent 1px);
    background-size: 28px 28px;
}

.db-diagram-svg[b-dytl96nx15] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.db-diagram-link[b-dytl96nx15] {
    fill: none;
    stroke: color-mix(in srgb, var(--konio-color-accent-primary) 55%, var(--ops-table-card-border));
    stroke-width: 2;
}

.db-diagram-link-label[b-dytl96nx15] {
    fill: var(--konio-color-text-secondary, #6c757d);
    font-size: 11px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    text-anchor: middle;
}

.db-diagram-legend[b-dytl96nx15] {
    position: absolute;
    left: 16px;
    bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.85rem;
    max-width: calc(100% - 32px);
    padding: 0.45rem 0.65rem;
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.45rem;
    background: color-mix(in srgb, var(--ops-table-card-bg) 88%, transparent);
    font-size: 0.75rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.db-diagram-legend-item em[b-dytl96nx15] {
    color: var(--konio-color-text-secondary, #6c757d);
    font-style: normal;
}

.db-diagram-arrowhead[b-dytl96nx15] {
    fill: color-mix(in srgb, var(--konio-color-accent-primary) 55%, var(--ops-table-card-border));
}

.db-diagram-node[b-dytl96nx15] {
    position: absolute;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.55rem;
    background: var(--ops-table-card-bg);
    box-shadow: 0 8px 24px color-mix(in srgb, #000 18%, transparent);
    overflow: hidden;
    box-sizing: border-box;
}

.db-diagram-node.is-collapsed .db-diagram-node-header[b-dytl96nx15] {
    border-bottom: none;
}

.db-diagram-node.is-resizing[b-dytl96nx15] {
    z-index: 20;
}

.db-diagram-node.is-selected[b-dytl96nx15] {
    border-color: color-mix(in srgb, var(--konio-color-accent-primary) 55%, var(--ops-table-card-border));
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--konio-color-accent-primary) 35%, transparent),
        0 10px 28px color-mix(in srgb, var(--konio-color-accent-primary) 18%, transparent);
}

.db-toolbar-actions[b-dytl96nx15] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.db-diagram-panel.is-dragging[b-dytl96nx15] {
    cursor: grabbing;
}

.db-diagram-panel.is-resizing[b-dytl96nx15] {
    cursor: se-resize;
}

.db-diagram-panel.is-dragging .db-diagram-node:not(.is-dragging)[b-dytl96nx15],
.db-diagram-panel.is-resizing .db-diagram-node:not(.is-resizing)[b-dytl96nx15] {
    pointer-events: none;
}

.db-diagram-node.is-dragging[b-dytl96nx15] {
    z-index: 20;
    box-shadow: 0 14px 36px color-mix(in srgb, #000 28%, transparent);
}

.db-diagram-node-header[b-dytl96nx15] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    min-height: 46px;
    flex: 0 0 46px;
    padding: 0.45rem 0.55rem 0.45rem 0.45rem;
    background: color-mix(in srgb, var(--konio-color-accent-primary) 16%, var(--ops-table-card-bg));
    border-bottom: 1px solid var(--ops-table-card-border);
    user-select: none;
}

.db-diagram-node-title[b-dytl96nx15] {
    min-width: 0;
    flex: 1 1 auto;
    cursor: grab;
    touch-action: none;
}

.db-diagram-node.is-dragging .db-diagram-node-title[b-dytl96nx15] {
    cursor: grabbing;
}

.db-collapse-btn[b-dytl96nx15] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    border-radius: 0.35rem;
    background: transparent;
    color: var(--app-text);
    cursor: pointer;
    padding: 0;
}

.db-collapse-btn:hover[b-dytl96nx15] {
    background: color-mix(in srgb, var(--konio-color-accent-primary) 14%, transparent);
}

.db-collapse-glyph[b-dytl96nx15] {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    transition: transform 0.15s ease;
}

.db-collapse-glyph.is-collapsed[b-dytl96nx15] {
    transform: rotate(-90deg);
}

.db-diagram-node-content[b-dytl96nx15] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.db-diagram-resize-handle[b-dytl96nx15] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    cursor: se-resize;
    touch-action: none;
    background:
        linear-gradient(135deg, transparent 0 45%, color-mix(in srgb, var(--konio-color-accent-primary) 45%, var(--ops-table-card-border)) 45% 50%, transparent 50% 60%, color-mix(in srgb, var(--konio-color-accent-primary) 45%, var(--ops-table-card-border)) 60% 65%, transparent 65%);
}

.db-diagram-resize-handle:hover[b-dytl96nx15] {
    background:
        linear-gradient(135deg, transparent 0 45%, color-mix(in srgb, var(--konio-color-accent-primary) 70%, var(--ops-table-card-border)) 45% 50%, transparent 50% 60%, color-mix(in srgb, var(--konio-color-accent-primary) 70%, var(--ops-table-card-border)) 60% 65%, transparent 65%);
}

.db-diagram-node-name[b-dytl96nx15] {
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.82rem;
    font-weight: 700;
    word-break: break-word;
}

.db-diagram-node-meta[b-dytl96nx15] {
    display: block;
    color: var(--konio-color-text-secondary, #6c757d);
    font-size: 0.72rem;
}

.db-view-rows-btn[b-dytl96nx15] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.4rem;
    background: color-mix(in srgb, var(--konio-color-accent-primary) 10%, var(--ops-table-card-bg));
    color: var(--app-text);
    cursor: pointer;
}

.db-table-help-btn[b-dytl96nx15] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    border-radius: 0.35rem;
    background: transparent;
    color: var(--konio-color-text-secondary, #6c757d);
    cursor: pointer;
    padding: 0;
}

.db-table-help-btn:hover[b-dytl96nx15] {
    background: color-mix(in srgb, var(--konio-color-accent-primary) 14%, transparent);
    color: var(--app-text);
}

.db-table-help-glyph[b-dytl96nx15] {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath fill='black' d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath fill='black' d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.db-view-rows-btn:hover:not(:disabled)[b-dytl96nx15],
.db-view-rows-btn.is-active[b-dytl96nx15] {
    background: color-mix(in srgb, var(--konio-color-accent-primary) 24%, var(--ops-table-card-bg));
    border-color: color-mix(in srgb, var(--konio-color-accent-primary) 40%, var(--ops-table-card-border));
}

.db-view-rows-btn:disabled[b-dytl96nx15] {
    opacity: 0.55;
    cursor: not-allowed;
}

.db-view-rows-glyph[b-dytl96nx15] {
    display: inline-block;
    width: 0.95rem;
    height: 0.95rem;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.db-diagram-node-body[b-dytl96nx15] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 0.15rem 0;
}

.db-diagram-column[b-dytl96nx15] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 0.35rem;
    padding: 0.18rem 0.65rem;
    font-size: 0.78rem;
    border-bottom: 1px solid color-mix(in srgb, var(--ops-table-card-border) 55%, transparent);
}

.db-diagram-column:last-child[b-dytl96nx15] {
    border-bottom: none;
}

.db-diagram-column.is-pk[b-dytl96nx15] {
    background: color-mix(in srgb, var(--konio-color-accent-primary) 10%, transparent);
}

.db-diagram-column-name[b-dytl96nx15] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    word-break: break-word;
}

.db-diagram-column-type[b-dytl96nx15] {
    text-align: right;
    color: var(--konio-color-text-secondary, #6c757d);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    word-break: break-word;
}

.db-diagram-node-footer[b-dytl96nx15] {
    flex: 0 0 auto;
    padding: 0.25rem 0.65rem;
    border-top: 1px solid var(--ops-table-card-border);
    color: var(--konio-color-text-secondary, #6c757d);
    font-size: 0.72rem;
}

.db-rows-drawer[b-dytl96nx15] {
    margin-top: 1rem;
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.75rem;
    background: var(--ops-table-card-bg);
    padding: 0.85rem 1rem 1rem;
}

.db-rows-drawer-header[b-dytl96nx15] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.db-rows-drawer-title[b-dytl96nx15] {
    margin: 0;
    font-size: 1rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.db-rows-toolbar[b-dytl96nx15] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.db-rows-pager[b-dytl96nx15] {
    display: flex;
    gap: 0.35rem;
}

.db-rows-table-wrap[b-dytl96nx15] {
    overflow-x: auto;
}

.db-rows-table[b-dytl96nx15] {
    margin-bottom: 0;
    font-size: 0.85rem;
}

.db-rows-table th[b-dytl96nx15],
.db-rows-table td[b-dytl96nx15] {
    white-space: nowrap;
    max-width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.db-rows-status[b-dytl96nx15] {
    margin: 0;
    font-size: 0.9rem;
}

.db-table-help-overlay[b-dytl96nx15] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: color-mix(in srgb, #000 45%, transparent);
}

.db-table-help-shell[b-dytl96nx15] {
    display: flex;
    flex-direction: column;
    width: min(34rem, 100%);
    max-height: min(80vh, 40rem);
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.75rem;
    background: var(--ops-table-card-bg);
    box-shadow: 0 18px 48px color-mix(in srgb, #000 28%, transparent);
    outline: none;
}

.db-table-help-titlebar[b-dytl96nx15],
.db-table-help-footer[b-dytl96nx15] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--ops-table-card-border);
}

.db-table-help-footer[b-dytl96nx15] {
    border-bottom: none;
    border-top: 1px solid var(--ops-table-card-border);
    justify-content: flex-end;
}

.db-table-help-title[b-dytl96nx15] {
    margin: 0;
    font-size: 1.05rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.db-table-help-subtitle[b-dytl96nx15] {
    margin: 0.15rem 0 0;
    font-size: 0.85rem;
    color: var(--konio-color-text-secondary, #6c757d);
}

.db-table-help-body[b-dytl96nx15] {
    overflow: auto;
    padding: 1rem 1.1rem;
}

.db-table-help-section-title[b-dytl96nx15] {
    margin: 0 0 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--konio-color-text-secondary, #6c757d);
}

.db-table-help-section-title:not(:first-child)[b-dytl96nx15] {
    margin-top: 1rem;
}

.db-table-help-text[b-dytl96nx15] {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    white-space: pre-line;
}

.db-table-help-related[b-dytl96nx15] {
    margin: 0;
    padding-left: 1.2rem;
    font-size: 0.9rem;
}

.db-table-help-related li + li[b-dytl96nx15] {
    margin-top: 0.25rem;
}

@media (max-width: 900px) {
    .db-diagram-shell[b-dytl96nx15] {
        max-height: 70vh;
    }
}
/* /Pages/OpsPublish.razor.rz.scp.css */
.publish-message[b-0peba3bnyl] {
    margin-bottom: 0.75rem;
}

.publish-hint[b-0peba3bnyl] {
    color: var(--konio-color-text-secondary, #6c757d);
    margin-bottom: 0.75rem;
}

.publish-last-tag-card[b-0peba3bnyl] {
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--konio-color-accent-primary) 8%, var(--ops-table-card-bg));
    padding: 0.75rem 1rem;
}

.publish-last-tag-label[b-0peba3bnyl] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--konio-color-text-secondary, #6c757d);
    margin-bottom: 0.25rem;
}

.publish-last-tag-name[b-0peba3bnyl] {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.publish-last-tag-meta[b-0peba3bnyl] {
    color: var(--konio-color-text-secondary, #6c757d);
    font-size: 0.9rem;
}

.publish-last-tag-empty[b-0peba3bnyl] {
    color: var(--konio-color-text-secondary, #6c757d);
}

.publish-resume-card[b-0peba3bnyl] {
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--konio-color-accent-primary) 10%, var(--ops-table-card-bg));
    padding: 0.85rem 1rem;
}

.publish-resume-label[b-0peba3bnyl] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--konio-color-text-secondary, #6c757d);
    margin-bottom: 0.35rem;
}

.publish-resume-text[b-0peba3bnyl] {
    margin-bottom: 0.75rem;
    color: var(--app-text);
    font-size: 0.95rem;
}

.publish-success[b-0peba3bnyl] {
    color: var(--konio-color-accent-success, #198754);
    margin-bottom: 0.75rem;
}

.publish-wizard[b-0peba3bnyl] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.publish-wizard-nav[b-0peba3bnyl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.publish-wizard-step[b-0peba3bnyl] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid var(--ops-table-card-border);
    border-radius: 999px;
    background: var(--ops-table-card-bg);
    color: var(--app-text);
    padding: 0.35rem 0.75rem 0.35rem 0.35rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.publish-wizard-step:disabled[b-0peba3bnyl] {
    opacity: 0.45;
    cursor: not-allowed;
}

.publish-wizard-step-active[b-0peba3bnyl] {
    border-color: var(--konio-color-accent-primary);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--konio-color-accent-primary) 35%, transparent);
}

.publish-wizard-step-done .publish-wizard-step-index[b-0peba3bnyl] {
    background: var(--konio-color-accent-success, #198754);
}

.publish-wizard-step-index[b-0peba3bnyl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: var(--konio-color-accent-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.publish-wizard-step-label[b-0peba3bnyl] {
    white-space: nowrap;
}

.publish-wizard-summary[b-0peba3bnyl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    align-items: center;
    padding: 0.65rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--ops-table-card-border);
    background: color-mix(in srgb, var(--konio-color-accent-primary) 6%, var(--ops-table-card-bg));
    font-size: 0.9rem;
}

.publish-diff-card[b-0peba3bnyl] {
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.5rem;
    background: color-mix(in srgb, var(--konio-color-accent-primary) 5%, var(--ops-table-card-bg));
    padding: 0.85rem 1rem;
}

.publish-diff-card-row[b-0peba3bnyl] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.publish-diff-card-label[b-0peba3bnyl] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--konio-color-text-secondary, #6c757d);
    margin-bottom: 0.2rem;
}

.publish-diff-card-range[b-0peba3bnyl] {
    font-size: 0.95rem;
}

.publish-diff-size-block[b-0peba3bnyl] {
    text-align: right;
}

.publish-diff-size[b-0peba3bnyl] {
    font-size: 1.15rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.publish-diff-meta[b-0peba3bnyl] {
    font-size: 0.85rem;
    color: var(--app-muted);
    margin-top: 0.25rem;
}

.publish-diff-card-actions[b-0peba3bnyl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.publish-diff-refetch-options summary[b-0peba3bnyl] {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.publish-diff-refetch-options .diff-options-panel[b-0peba3bnyl] {
    margin-top: 0.5rem;
}

.publish-wizard-panel[b-0peba3bnyl] {
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.75rem;
    background: var(--ops-table-card-bg);
    padding: 1rem 1.15rem;
    min-height: 14rem;
}

.publish-wizard-panel-changelog[b-0peba3bnyl] {
    min-height: 0;
    padding: 0.85rem 1rem;
}

.publish-step-header-compact[b-0peba3bnyl] {
    margin-bottom: 0.55rem;
}

.publish-step-header-compact h2[b-0peba3bnyl] {
    font-size: 1rem;
}

.publish-step-header-compact p[b-0peba3bnyl] {
    font-size: 0.85rem;
}

.publish-changelog-diff-summary[b-0peba3bnyl] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.75rem;
    margin-bottom: 0.65rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.5rem;
    background: color-mix(in srgb, var(--konio-color-accent-primary) 5%, var(--ops-table-card-bg));
    font-size: 0.88rem;
}

.publish-changelog-diff-label[b-0peba3bnyl] {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--konio-color-text-secondary, #6c757d);
}

.publish-changelog-diff-range[b-0peba3bnyl] {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.publish-changelog-diff-range code[b-0peba3bnyl] {
    font-size: 0.85rem;
}

.publish-changelog-diff-meta[b-0peba3bnyl] {
    color: var(--app-muted);
    font-size: 0.82rem;
}

.publish-changelog-diff-link[b-0peba3bnyl] {
    margin-left: auto;
}

.publish-changelog-toolbar[b-0peba3bnyl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.publish-changelog-column[b-0peba3bnyl] {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.publish-step-header[b-0peba3bnyl] {
    margin-bottom: 0.85rem;
}

.publish-step-header h2[b-0peba3bnyl] {
    font-size: 1.05rem;
    margin: 0 0 0.2rem;
}

.publish-step-header p[b-0peba3bnyl] {
    margin: 0;
    color: var(--konio-color-text-secondary, #6c757d);
    font-size: 0.9rem;
}

.publish-candidates-shell[b-0peba3bnyl] {
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.5rem;
    overflow: hidden;
}

.publish-candidates-toolbar[b-0peba3bnyl] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.35rem 0.5rem;
    border-bottom: 1px solid var(--ops-table-card-border);
    background: color-mix(in srgb, var(--konio-color-accent-primary) 6%, var(--ops-table-card-bg));
}

.publish-candidates-help-btn[b-0peba3bnyl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    border-radius: 0.4rem;
    background: transparent;
    color: var(--konio-color-text-secondary, #6c757d);
    cursor: pointer;
    padding: 0;
}

.publish-candidates-help-btn:hover[b-0peba3bnyl] {
    background: color-mix(in srgb, var(--konio-color-accent-primary) 14%, transparent);
    color: var(--app-text);
}

.publish-candidates-help-glyph[b-0peba3bnyl] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath fill='black' d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath fill='black' d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.publish-candidates-scroll[b-0peba3bnyl] {
    overflow: auto;
}

.publish-candidates-table[b-0peba3bnyl] {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

.publish-candidates-table th[b-0peba3bnyl],
.publish-candidates-table td[b-0peba3bnyl] {
    vertical-align: middle;
}

.publish-candidates-table tbody td[b-0peba3bnyl] {
    overflow-wrap: anywhere;
    min-width: 0;
}

.publish-candidates-table thead th[b-0peba3bnyl] {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    min-width: unset;
    font-size: 0.875rem;
}

.publish-candidates-table th.publish-col-progress[b-0peba3bnyl],
.publish-candidates-table th.publish-col-status[b-0peba3bnyl],
.publish-candidates-table td.publish-col-progress[b-0peba3bnyl],
.publish-candidates-table td.publish-col-status[b-0peba3bnyl] {
    text-align: center;
    white-space: nowrap;
    overflow-wrap: normal;
}

.publish-candidates-table th:nth-child(1)[b-0peba3bnyl],
.publish-candidates-table td:nth-child(1)[b-0peba3bnyl] {
    width: 38%;
}

.publish-candidates-table th:nth-child(2)[b-0peba3bnyl],
.publish-candidates-table td:nth-child(2)[b-0peba3bnyl] {
    width: 24%;
}

.publish-commit-date-cell[b-0peba3bnyl] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: normal;
}

.publish-commit-date[b-0peba3bnyl] {
    font-size: 0.9rem;
}

.publish-commit-time[b-0peba3bnyl] {
    margin-left: 0.35rem;
    font-size: 0.75rem;
    color: var(--konio-color-text-secondary, #6c757d);
}

.publish-candidates-table th:nth-child(3)[b-0peba3bnyl],
.publish-candidates-table td:nth-child(3)[b-0peba3bnyl] {
    width: 14%;
    min-width: 6.75rem;
}

.publish-candidates-table th:nth-child(4)[b-0peba3bnyl],
.publish-candidates-table td:nth-child(4)[b-0peba3bnyl] {
    width: 13%;
    min-width: 6.25rem;
}

.publish-candidates-table th:nth-child(5)[b-0peba3bnyl],
.publish-candidates-table td:nth-child(5)[b-0peba3bnyl] {
    width: 11%;
}

.publish-col-name[b-0peba3bnyl],
.publish-col-commit-date[b-0peba3bnyl] {
    white-space: nowrap;
    overflow-wrap: normal;
}

.publish-candidates-table tbody tr:nth-child(even)[b-0peba3bnyl] {
    background-color: var(--ops-table-stripe-bg);
}

.publish-candidate-row[b-0peba3bnyl] {
    cursor: pointer;
    transition: background-color 0.12s ease;
}

.publish-candidate-row:hover:not(.is-disabled)[b-0peba3bnyl] {
    background-color: color-mix(in srgb, var(--konio-color-accent-primary) 12%, var(--ops-table-card-bg)) !important;
}

.publish-candidate-row.is-disabled[b-0peba3bnyl] {
    cursor: not-allowed;
    opacity: 0.65;
}

.publish-progress-indicator[b-0peba3bnyl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.publish-progress-glyph[b-0peba3bnyl] {
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.publish-progress-tag[b-0peba3bnyl] {
    color: var(--konio-color-text-secondary, #6c757d);
}

.publish-progress-tag .publish-progress-glyph[b-0peba3bnyl] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 2H2zm2 1a1 1 0 0 1 1-1h1.586a1 1 0 0 1 .707.293l6.414 6.414a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0L2.293 7.707A1 1 0 0 1 2 7V3z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 2H2zm2 1a1 1 0 0 1 1-1h1.586a1 1 0 0 1 .707.293l6.414 6.414a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0L2.293 7.707A1 1 0 0 1 2 7V3z'/%3E%3C/svg%3E");
}

.publish-progress-diff[b-0peba3bnyl] {
    color: var(--konio-color-accent-primary, #0d6efd);
}

.publish-progress-diff .publish-progress-glyph[b-0peba3bnyl] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H4z'/%3E%3Cpath fill='black' d='M4.603 12.087a.5.5 0 0 1-.162-.633l1.285-3.652a.5.5 0 0 1 .946.049l1.592 5.509A.5.5 0 0 1 8 14.5h-.528a.5.5 0 0 1-.447-.342l-1.424-3.621z'/%3E%3Cpath fill='black' d='M11.854 9.646a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H4z'/%3E%3Cpath fill='black' d='M4.603 12.087a.5.5 0 0 1-.162-.633l1.285-3.652a.5.5 0 0 1 .946.049l1.592 5.509A.5.5 0 0 1 8 14.5h-.528a.5.5 0 0 1-.447-.342l-1.424-3.621z'/%3E%3Cpath fill='black' d='M11.854 9.646a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708z'/%3E%3C/svg%3E");
}

.publish-progress-changelogs[b-0peba3bnyl] {
    color: #6f42c1;
}

.publish-progress-changelogs .publish-progress-glyph[b-0peba3bnyl] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z'/%3E%3Cpath fill='black' d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z'/%3E%3Cpath fill='black' d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3z'/%3E%3C/svg%3E");
}

.publish-progress-release[b-0peba3bnyl] {
    color: #fd7e14;
}

.publish-progress-release .publish-progress-glyph[b-0peba3bnyl] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z'/%3E%3Cpath fill='black' d='M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z'/%3E%3Cpath fill='black' d='M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.publish-progress-complete[b-0peba3bnyl] {
    color: var(--konio-color-accent-success, #198754);
}

.publish-progress-complete .publish-progress-glyph[b-0peba3bnyl] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
}

.publish-status-indicator[b-0peba3bnyl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.publish-status-glyph[b-0peba3bnyl] {
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.publish-status-draft[b-0peba3bnyl] {
    color: var(--konio-color-text-secondary, #6c757d);
}

.publish-status-draft .publish-status-glyph[b-0peba3bnyl] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3C/svg%3E");
}

.publish-status-tagged[b-0peba3bnyl] {
    color: var(--konio-color-accent-primary, #0d6efd);
}

.publish-status-tagged .publish-status-glyph[b-0peba3bnyl] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 2H2zm2 1a1 1 0 0 1 1-1h1.586a1 1 0 0 1 .707.293l6.414 6.414a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0L2.293 7.707A1 1 0 0 1 2 7V3z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 2H2zm2 1a1 1 0 0 1 1-1h1.586a1 1 0 0 1 .707.293l6.414 6.414a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0L2.293 7.707A1 1 0 0 1 2 7V3z'/%3E%3C/svg%3E");
}

.publish-status-published[b-0peba3bnyl] {
    color: var(--konio-color-accent-success, #198754);
}

.publish-status-published .publish-status-glyph[b-0peba3bnyl] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
}

.publish-candidate-help-overlay[b-0peba3bnyl] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: color-mix(in srgb, #000 45%, transparent);
}

.publish-candidate-help-shell[b-0peba3bnyl] {
    display: flex;
    flex-direction: column;
    width: min(34rem, 100%);
    max-height: min(80vh, 40rem);
    border: 1px solid var(--ops-table-card-border);
    border-radius: 0.75rem;
    background: var(--ops-table-card-bg);
    box-shadow: 0 18px 48px color-mix(in srgb, #000 28%, transparent);
    outline: none;
}

.publish-candidate-help-titlebar[b-0peba3bnyl],
.publish-candidate-help-footer[b-0peba3bnyl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--ops-table-card-border);
}

.publish-candidate-help-footer[b-0peba3bnyl] {
    border-bottom: none;
    border-top: 1px solid var(--ops-table-card-border);
    justify-content: flex-end;
}

.publish-candidate-help-title[b-0peba3bnyl] {
    margin: 0;
    font-size: 1.05rem;
}

.publish-candidate-help-subtitle[b-0peba3bnyl] {
    margin: 0.15rem 0 0;
    font-size: 0.85rem;
    color: var(--konio-color-text-secondary, #6c757d);
}

.publish-candidate-help-body[b-0peba3bnyl] {
    overflow: auto;
    padding: 0.85rem 1rem 1rem;
}

.publish-candidate-help-section-title[b-0peba3bnyl] {
    margin: 0 0 0.65rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--konio-color-text-secondary, #6c757d);
}

.publish-candidate-help-section-title:not(:first-child)[b-0peba3bnyl] {
    margin-top: 1.15rem;
}

.publish-candidate-help-legend[b-0peba3bnyl] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.publish-candidate-help-legend li[b-0peba3bnyl] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
}

.publish-candidate-help-legend strong[b-0peba3bnyl] {
    display: block;
    margin-bottom: 0.15rem;
}

.publish-candidate-help-legend p[b-0peba3bnyl] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--konio-color-text-secondary, #6c757d);
}

@media (max-width: 900px) {
    .publish-candidates-table[b-0peba3bnyl],
    .publish-candidates-table thead[b-0peba3bnyl],
    .publish-candidates-table tbody[b-0peba3bnyl],
    .publish-candidates-table tr[b-0peba3bnyl],
    .publish-candidates-table th[b-0peba3bnyl],
    .publish-candidates-table td[b-0peba3bnyl] {
        display: block;
    }

    .publish-candidates-table thead[b-0peba3bnyl] {
        display: none;
    }

    .publish-candidates-table tr[b-0peba3bnyl] {
        margin-bottom: 0.75rem;
        padding: 0.75rem 0.85rem;
        border-bottom: 1px solid var(--ops-table-card-border);
    }

    .publish-candidates-table tr:last-child[b-0peba3bnyl] {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .publish-candidates-table td[b-0peba3bnyl] {
        width: 100% !important;
        padding: 0.3rem 0;
        border: 0;
    }

    .publish-candidates-table td[b-0peba3bnyl]::before {
        content: attr(data-label);
        display: block;
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: var(--konio-color-text-secondary, #6c757d);
        margin-bottom: 0.1rem;
    }

    .publish-candidates-table .publish-actions-col[b-0peba3bnyl]::before {
        content: none;
    }

    .publish-candidates-table .publish-actions-col[b-0peba3bnyl] {
        padding-top: 0.35rem;
        text-align: right;
    }
}

.publish-row-selected[b-0peba3bnyl] {
    outline: 2px solid color-mix(in srgb, var(--konio-color-accent-primary) 45%, transparent);
}

.publish-manual-commit summary[b-0peba3bnyl] {
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
}

.publish-wizard-actions[b-0peba3bnyl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.publish-changelog-grid[b-0peba3bnyl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.publish-changelog-header[b-0peba3bnyl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.4rem;
}

.publish-changelog-header .form-label[b-0peba3bnyl] {
    font-size: 0.9rem;
}

.publish-changelog-grid[b-0peba3bnyl]  .rich-editor-shell {
    display: flex;
    flex-direction: column;
    max-height: 13.5rem;
}

.publish-changelog-grid[b-0peba3bnyl]  .rich-editor-toolbar {
    padding: 0.4rem 0.55rem;
    gap: 0.35rem;
    flex-shrink: 0;
}

.publish-changelog-grid[b-0peba3bnyl]  .rich-editor-toolbar .btn {
    padding: 0.2rem 0.45rem;
    font-size: 0.78rem;
}

.publish-changelog-grid[b-0peba3bnyl]  .rich-editor-content {
    min-height: 0;
    flex: 1 1 auto;
    max-height: 10.5rem;
    overflow-y: auto;
    padding: 0.65rem 0.75rem;
}

.publish-changelog-grid[b-0peba3bnyl]  .ql-container {
    max-height: none;
    overflow: visible;
}

@media (max-width: 991px) {
    .publish-changelog-grid[b-0peba3bnyl] {
        grid-template-columns: 1fr;
    }

    .publish-wizard-step-label[b-0peba3bnyl] {
        display: none;
    }
}
