/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-a6pyv52nyx] {
    position: relative;
    display: block;
    flex-direction: row;
}

main[b-a6pyv52nyx] {
    flex: 1;
}

article[b-a6pyv52nyx] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

#blazor-error-ui[b-a6pyv52nyx] {
    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-a6pyv52nyx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xrz8wurfuo],
.components-reconnect-repeated-attempt-visible[b-xrz8wurfuo],
.components-reconnect-failed-visible[b-xrz8wurfuo],
.components-pause-visible[b-xrz8wurfuo],
.components-resume-failed-visible[b-xrz8wurfuo],
.components-rejoining-animation[b-xrz8wurfuo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xrz8wurfuo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xrz8wurfuo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xrz8wurfuo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xrz8wurfuo],
#components-reconnect-modal.components-reconnect-retrying[b-xrz8wurfuo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xrz8wurfuo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xrz8wurfuo],
#components-reconnect-modal.components-reconnect-failed[b-xrz8wurfuo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xrz8wurfuo] {
    display: block;
}


#components-reconnect-modal[b-xrz8wurfuo] {
    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-xrz8wurfuo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xrz8wurfuo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xrz8wurfuo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xrz8wurfuo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xrz8wurfuo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xrz8wurfuo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xrz8wurfuo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xrz8wurfuo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xrz8wurfuo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xrz8wurfuo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xrz8wurfuo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xrz8wurfuo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xrz8wurfuo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xrz8wurfuo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xrz8wurfuo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xrz8wurfuo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xrz8wurfuo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xrz8wurfuo {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Topics.razor.rz.scp.css */
.page-header[b-k6ghsftqbs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .page-header h1[b-k6ghsftqbs] {
        margin: 0;
    }

    .page-header p[b-k6ghsftqbs] {
        margin: 4px 0 0;
        opacity: .65;
    }

.primary-btn[b-k6ghsftqbs],
.secondary-btn[b-k6ghsftqbs] {
    border: 0;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
}

.primary-btn[b-k6ghsftqbs] {
    background: #111827;
    color: white;
}

.secondary-btn[b-k6ghsftqbs] {
    background: #e5e7eb;
    color: #111827;
}

.topic-form[b-k6ghsftqbs] {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 24px;
}

    .topic-form input[b-k6ghsftqbs],
    .topic-form textarea[b-k6ghsftqbs],
    .topic-form select[b-k6ghsftqbs] {
        width: 100%;
        padding: 10px 12px;
        margin-bottom: 12px;
        border: 1px solid #d1d5db;
        border-radius: 8px;
    }

    .topic-form textarea[b-k6ghsftqbs] {
        min-height: 90px;
        resize: vertical;
    }

.form-row[b-k6ghsftqbs] {
    margin-bottom: 12px;
}

    .form-row label[b-k6ghsftqbs] {
        display: block;
        margin-bottom: 6px;
    }

.form-actions[b-k6ghsftqbs] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.topic-list[b-k6ghsftqbs] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.topic-card[b-k6ghsftqbs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.topic-title[b-k6ghsftqbs] {
    font-size: 17px;
    font-weight: 600;
}

.topic-description[b-k6ghsftqbs] {
    margin-top: 5px;
    opacity: .7;
}

.topic-meta[b-k6ghsftqbs] {
    margin-top: 10px;
    font-size: 13px;
    opacity: .55;
}

.created-badge[b-k6ghsftqbs] {
    font-size: 13px;
    padding: 7px 10px;
    background: #e5e7eb;
    border-radius: 20px;
}

.empty-state[b-k6ghsftqbs] {
    padding: 40px;
    text-align: center;
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    opacity: .6;
}
/* /Components/Pages/VideoDetail.razor.rz.scp.css */
.video-page[b-pdx9gisn0q] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 24px 80px;
    font-family: Signika-Regular;
    color: #172033;
}

.page-header[b-pdx9gisn0q] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px;
}

    .page-header h1[b-pdx9gisn0q] {
        margin: 5px 0 10px;
        max-width: 800px;
        font-family: Signika-Bold;
        font-size: 36px;
        line-height: 1.15;
        color: #163B65;
    }

.eyebrow[b-pdx9gisn0q],
.section-header span[b-pdx9gisn0q] {
    font-family: Signika-Bold;
    font-size: 12px;
    letter-spacing: 1.6px;
    color: #3F8C78;
}

.status-row[b-pdx9gisn0q] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.status[b-pdx9gisn0q],
.duration[b-pdx9gisn0q] {
    padding: 6px 11px;
    border-radius: 8px;
    background: #E8F1F8;
    color: #163B65;
    font-family: Signika-Bold;
    font-size: 13px;
}

.generate-button[b-pdx9gisn0q] {
    border: 0;
    border-radius: 10px;
    padding: 13px 22px;
    background: #163B65;
    color: #FFFFFF;
    font-family: Signika-Bold;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
}

    .generate-button:hover:not(:disabled)[b-pdx9gisn0q] {
        background: #102F52;
    }

    .generate-button:disabled[b-pdx9gisn0q] {
        opacity: .55;
        cursor: default;
    }

.panel[b-pdx9gisn0q] {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid #DDE3EA;
    border-radius: 14px;
    background: #FFFFFF;
}

.section-header[b-pdx9gisn0q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

    .section-header h2[b-pdx9gisn0q] {
        margin: 4px 0 0;
        font-family: Signika-Bold;
        font-size: 22px;
        color: #163B65;
    }

.video-player[b-pdx9gisn0q] {
    width: 100%;
    display: block;
    border-radius: 10px;
    background: #000000;
}

.thumbnail[b-pdx9gisn0q] {
    display: block;
    width: 100%;
    max-width: 760px;
    border-radius: 10px;
}

.download-primary[b-pdx9gisn0q],
.download-secondary[b-pdx9gisn0q] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 8px;
    padding: 9px 15px;
    font-family: Signika-Bold;
}

.download-primary[b-pdx9gisn0q] {
    background: #163B65;
    color: #FFFFFF;
}

.download-secondary[b-pdx9gisn0q] {
    background: #E8F1F8;
    color: #163B65;
}

.download-grid[b-pdx9gisn0q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}

.file-card[b-pdx9gisn0q] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border: 1px solid #DDE3EA;
    border-radius: 10px;
    background: #F6F8FB;
    text-decoration: none;
    color: #172033;
}

    .file-card:hover[b-pdx9gisn0q] {
        border-color: #3F8C78;
    }

    .file-card strong[b-pdx9gisn0q] {
        font-family: Signika-Bold;
        color: #163B65;
    }

    .file-card span[b-pdx9gisn0q] {
        font-family: Signika-Light;
        font-size: 13px;
        color: #667085;
    }

    .file-card.package[b-pdx9gisn0q] {
        background: #E8F3EF;
        border-color: #3F8C78;
    }

.metadata-group[b-pdx9gisn0q] {
    margin-bottom: 20px;
}

    .metadata-group:last-child[b-pdx9gisn0q] {
        margin-bottom: 0;
    }

    .metadata-group label[b-pdx9gisn0q] {
        display: block;
        margin-bottom: 7px;
        font-family: Signika-Bold;
        font-size: 13px;
        color: #667085;
    }

.metadata-value[b-pdx9gisn0q] {
    padding: 14px;
    border-radius: 9px;
    background: #F6F8FB;
    line-height: 1.55;
}

    .metadata-value.description[b-pdx9gisn0q] {
        white-space: pre-wrap;
    }

.script[b-pdx9gisn0q] {
    white-space: pre-wrap;
    font-family: Signika-Regular;
    line-height: 1.7;
    color: #172033;
}

.rendering-box[b-pdx9gisn0q],
.ready-box[b-pdx9gisn0q],
.error-box[b-pdx9gisn0q],
.state-box[b-pdx9gisn0q] {
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 22px;
}

.rendering-box[b-pdx9gisn0q] {
    display: flex;
    gap: 14px;
    align-items: center;
    background: #E8F1F8;
    color: #163B65;
}

    .rendering-box p[b-pdx9gisn0q] {
        margin: 3px 0 0;
        color: #667085;
    }

.ready-box[b-pdx9gisn0q] {
    background: #E8F3EF;
    color: #347563;
    font-family: Signika-Bold;
}

.error-box[b-pdx9gisn0q],
.state-box.error[b-pdx9gisn0q] {
    background: #FDECEC;
    color: #9B2C2C;
}

.spinner[b-pdx9gisn0q] {
    width: 25px;
    height: 25px;
    border: 3px solid #DDE3EA;
    border-top-color: #163B65;
    border-radius: 50%;
    animation: spin-b-pdx9gisn0q .8s linear infinite;
}

@keyframes spin-b-pdx9gisn0q {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 760px) {

    .video-page[b-pdx9gisn0q] {
        padding: 26px 16px 60px;
    }

    .page-header[b-pdx9gisn0q] {
        flex-direction: column;
    }

        .page-header h1[b-pdx9gisn0q] {
            font-size: 29px;
        }

    .generate-button[b-pdx9gisn0q] {
        width: 100%;
    }

    .section-header[b-pdx9gisn0q] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/Videos.razor.rz.scp.css */
.video-list[b-kg2ifs5yxa] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.video-card[b-kg2ifs5yxa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
}

    .video-card:hover[b-kg2ifs5yxa] {
        background: #f7f7f7;
    }

.video-meta[b-kg2ifs5yxa] {
    margin-top: 6px;
    font-size: 13px;
    opacity: .6;
}
