/* /Pages/PatGeneration.razor.rz.scp.css */
.pat-generator-box[b-snj0bxywc5] {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}

.pat-generator-box-content[b-snj0bxywc5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1em;
    border: none;
    border-radius: 0.8em;
    padding: 1em;
    background: #0e0e0e;
}

.pat-generator-box-content-table-container[b-snj0bxywc5] {
    width: 100%;
}

.pat-generator-box-content-table-container[b-snj0bxywc5]::-webkit-scrollbar {
    width: 0.6rem;
}

.pat-generator-box-content-table-container[b-snj0bxywc5]::-webkit-scrollbar-thumb {
    background-color: #3f3f3f;
    border-radius: 0.5rem;
    border: 2px solid #0e0e0e;
}

.pat-generator-box-content-table-container[b-snj0bxywc5]::-webkit-scrollbar-track {
    background-color: #0e0e0e;
}

.pat-generator-box-content-table[b-snj0bxywc5] {
    table-layout: fixed;
    text-wrap: wrap;
    white-space: wrap;
    word-break: break-word;
    width: 100%;
    text-align: center;
    color: var(--nxs-font-color);
    border-collapse: collapse;
    border-spacing: 0;
}

.pat-generator-box-content-table div[b-snj0bxywc5] {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    scrollbar-gutter: stable;
}

.pat-generator-box-content-table div[b-snj0bxywc5]::-webkit-scrollbar {
    width: 0.6rem;
}

.pat-generator-box-content-table div[b-snj0bxywc5]::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0.5rem;
    border: 2px solid transparent;
}

.pat-generator-box-content-table div[b-snj0bxywc5]::-webkit-scrollbar-track {
    background-color: transparent;
}

.pat-generator-box-content-table div:hover[b-snj0bxywc5] {
    scrollbar-color: #3f3f3f #0e0e0e;
}

.pat-generator-box-content-table div:hover[b-snj0bxywc5]::-webkit-scrollbar-thumb {
    background-color: #3f3f3f;
    border: 2px solid #0e0e0e;
}

.pat-generator-box-content-table div:hover[b-snj0bxywc5]::-webkit-scrollbar-track {
    background-color: #0e0e0e;
}

.pat-generator-box-content-table th[b-snj0bxywc5],
.pat-generator-box-content-table td[b-snj0bxywc5] {
    padding: 0.5em;
}

.pat-table-sticky-header th[b-snj0bxywc5] {
    position: sticky;
    top: 0;
    background: #0e0e0e;
    z-index: 2;
}

.pat-page-container[b-snj0bxywc5] {
    display: grid;
    grid-template-columns: minmax(0, 48em);
    justify-content: center;
    row-gap: 0.75em;
    width: 100%;
    padding: 0.5em 0.75em 0.75em;
    margin: 0 auto;
    box-sizing: border-box;
}

.pat-auth-actions[b-snj0bxywc5] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0.5em 1em 0;
    box-sizing: border-box;
}

.pat-auth-actions button[b-snj0bxywc5] {
    width: auto;
    min-width: 7em;
}

.pat-generator-actions[b-snj0bxywc5] {
    display: flex;
    justify-content: center;
    gap: 10em;
    width: 100%;
}

.pat-generator-actions button[b-snj0bxywc5] {
    flex: 1;
    width: auto;
    max-width: 15em;
}

.pat-active-box[b-snj0bxywc5] {
    position: relative;
}

.pat-status-message[b-snj0bxywc5] {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    white-space: nowrap;
}

.pat-status-error[b-snj0bxywc5] {
    color: red;
}

.pat-status-success[b-snj0bxywc5] {
    color: green;
}
/* /Pages/ReleaseNotes/ReleaseNotes.razor.rz.scp.css */
.release-notes-page[b-1zd947zbh1] {
    width: min(100%, 1100px);
    margin: 2.5rem auto;
    padding: 2rem 2.5rem 2.5rem;
}

.release-notes-header[b-1zd947zbh1] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--nxs-accent-color, #00bcd4);
}

.release-notes-header h3[b-1zd947zbh1] {
    font-size: 1.6rem;
    margin: 0;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.release-notes-table-wrapper[b-1zd947zbh1] {
    margin-top: 1.25rem;
    background: #0e0e0e;
    border-radius: 0.8rem;
    padding: 0 1.5rem;
    overflow: hidden;
}

.release-notes-table[b-1zd947zbh1] {
    width: 100%;
    border-collapse: collapse;
}

.release-notes-table th[b-1zd947zbh1],
.release-notes-table td[b-1zd947zbh1] {
    padding: 0.95rem 1.5rem;
    text-align: left;
}

.release-notes-table thead[b-1zd947zbh1] {
    background: #0e0e0e;
    color: var(--nxs-font-color, #ffffff);
}

.release-notes-table thead th[b-1zd947zbh1] {
    vertical-align: bottom;
    border-bottom: 1px solid #3f3f3f;
}

.release-notes-table tbody tr[b-1zd947zbh1] {
    background: #0e0e0e;
}

.release-notes-table tbody tr + tr td[b-1zd947zbh1] {
    border-top: 1px solid #3f3f3f;
}

.release-note-version[b-1zd947zbh1] {
    font-weight: 700;
    color: var(--nxs-accent-color, #00bcd4);
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.release-note-date[b-1zd947zbh1] {
    color: #ffffff;
    white-space: nowrap;
}

.release-note-changes[b-1zd947zbh1] {
    color: var(--nxs-font-color, #ffffff);
}

.release-notes-empty[b-1zd947zbh1] {
    margin: 1rem 0 0;
    color: #6b7a90;
}
