@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Areas/Admin/Pages/VideoEdit.razor.rz.scp.css */
.video-edit-hero[b-ak0iwzijio] {
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.95), rgba(14, 116, 144, 0.9));
    color: #f8fafc;
    padding: 2rem 2.5rem;
}

.video-edit-hero .hero-content[b-ak0iwzijio] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.video-edit-hero .hero-icon[b-ak0iwzijio] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
}

.form-helper[b-ak0iwzijio] {
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.68);
    margin-top: 0.35rem;
}

.video-preview-pane[b-ak0iwzijio] {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.video-preview-pane .video-embed[b-ak0iwzijio] {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.45);
}

.video-preview-pane .video-embed iframe[b-ak0iwzijio] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.placeholder-copy[b-ak0iwzijio] {
    font-size: 0.95rem;
    line-height: 1.6;
}
/* /Areas/Admin/Pages/Videos.razor.rz.scp.css */
.video-admin-hero[b-srkq4v35ed] {
    background: linear-gradient(135deg, rgba(12, 74, 110, 0.95), rgba(6, 95, 70, 0.9));
    color: #f8fafc;
    padding: 2.5rem;
}

.video-admin-hero .hero-content[b-srkq4v35ed] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.video-admin-hero .hero-icon[b-srkq4v35ed] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.video-summary[b-srkq4v35ed] {
    color: rgba(15, 23, 42, 0.75);
}

.avatar-circle[b-srkq4v35ed] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
}

.video-card .badge[b-srkq4v35ed] {
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.video-meta dt[b-srkq4v35ed] {
    color: rgba(15, 23, 42, 0.6);
}

.video-meta a[b-srkq4v35ed] {
    color: #0f4c75;
    word-break: break-all;
}

.video-preview-backdrop[b-srkq4v35ed] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: grid;
    place-items: center;
    padding: 1.5rem;
    z-index: 1050;
}

.video-preview-modal[b-srkq4v35ed] {
    max-width: 720px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
}

.video-preview-modal .card-body[b-srkq4v35ed] {
    background: #0b1120;
    color: #e2e8f0;
}

.video-preview-modal .card-body .video-embed[b-srkq4v35ed] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(8, 47, 73, 0.35);
}

.video-preview-modal .card-body .video-embed iframe[b-srkq4v35ed] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-preview-modal .card-body .alert[b-srkq4v35ed] {
    border-radius: 1rem;
}
/* /Components/Auth/Login.razor.rz.scp.css */
:host[b-50gd5jwqmu] {
    display: block;
}

.login-section[b-50gd5jwqmu] {
    background: var(--stf-surface-muted, #fff8f0);
}

.login-card[b-50gd5jwqmu] {
    border-radius: 1.25rem;
    box-shadow: 0 20px 45px rgba(29, 53, 87, 0.12);
}

.brand-mark[b-50gd5jwqmu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: var(--stf-primary);
    color: #f1faee;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.login-title[b-50gd5jwqmu] {
    font-size: clamp(1.5rem, 1.7rem + 0.5vw, 2.1rem);
    font-weight: 700;
    color: var(--stf-brand-primary);
}

.form-label[b-50gd5jwqmu] {
    font-weight: 600;
    color: var(--stf-text-strong, #1f2933);
}

.form-control[b-50gd5jwqmu] {
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(29, 53, 87, 0.18);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-size: 1rem;
}

    .form-control:focus[b-50gd5jwqmu] {
        border-color: rgba(29, 53, 87, 0.45);
        box-shadow: 0 0 0 0.25rem rgba(69, 123, 157, 0.2);
        outline: none;
    }

.form-check-input[b-50gd5jwqmu] {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.35rem;
    border: 1px solid rgba(29, 53, 87, 0.4);
}

    .form-check-input:checked[b-50gd5jwqmu] {
        background-color: var(--stf-brand-primary, #1d3557);
        border-color: var(--stf-brand-primary, #1d3557);
    }

.btn-login[b-50gd5jwqmu] {
    background: var(--stf-primary);
    border: none;
    border-radius: 999px;
    padding: 0.9rem 1rem;
    font-weight: 600;
    color: #f8f9fa;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .btn-login:hover[b-50gd5jwqmu],
    .btn-login:focus[b-50gd5jwqmu] {
        transform: translateY(-1px);
        box-shadow: 0 10px 25px rgba(29, 53, 87, 0.25);
        color: #f8f9fa;
    }

.back-link[b-50gd5jwqmu],
.signup-link[b-50gd5jwqmu] {
    color: var(--stf-brand-primary);
    font-weight: 600;
    text-decoration: none;
}

    .back-link:hover[b-50gd5jwqmu],
    .signup-link:hover[b-50gd5jwqmu],
    .back-link:focus[b-50gd5jwqmu],
    .signup-link:focus[b-50gd5jwqmu] {
        text-decoration: underline;
    }

.validation-summary[b-50gd5jwqmu] {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .login-section[b-50gd5jwqmu] {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .card-body[b-50gd5jwqmu] {
        padding: 2.5rem 1.75rem;
    }
}
/* /Components/Public/Breadcrumbs.razor.rz.scp.css */
.breadcrumbs[b-c88m7hav0a] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.breadcrumbs-list[b-c88m7hav0a] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    color: #6c757d;
}

.breadcrumbs-item[b-c88m7hav0a] {
    display: inline-flex;
    align-items: center;
}

.breadcrumbs-item:not(:last-child)[b-c88m7hav0a]::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5rem;
    color: inherit;
}

.breadcrumbs-link[b-c88m7hav0a] {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs-link:hover[b-c88m7hav0a],
.breadcrumbs-link:focus[b-c88m7hav0a] {
    text-decoration: underline;
}

.breadcrumbs-current[b-c88m7hav0a] {
    font-weight: 600;
    color: #343a40;
}
/* /Components/Public/Home.razor.rz.scp.css */
/* Hero layout */
.hero-shell[b-un6zdymg3l] {
    padding-block: clamp(1.5rem, 4vw, 3.5rem);
}

.hero-grid[b-un6zdymg3l] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.5rem, 3vw, 3rem);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: clamp(1rem, 4vw, 2.5rem);
}

.hero-logo[b-un6zdymg3l] {
    max-width: clamp(160px, 26vw, 240px);
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 720px) {
    .hero-grid[b-un6zdymg3l] {
        justify-items: center;
        text-align: center;
    }

    .hero-body[b-un6zdymg3l] {
        align-items: center;
        text-align: center;
    }

    .hero-actions[b-un6zdymg3l] {
        justify-content: center;
    }

    .hero-next[b-un6zdymg3l] {
        justify-content: center;
        text-align: left;
    }
}

@media (min-width: 720px) {
    .hero-grid[b-un6zdymg3l] {
        grid-template-columns: clamp(160px, 26vw, 260px) minmax(0, 1fr);
        align-items: start;
    }

    .hero-logo[b-un6zdymg3l] {
        justify-content: flex-start;
    }
}

.hero-logo-img[b-un6zdymg3l] {
    width: 100%;
    max-width: clamp(140px, 38vw, 240px);
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,.25));
}

.hero-body[b-un6zdymg3l] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    flex: 1 1 auto;
    align-items: flex-start;
    text-align: left;
    /* max-width: min(60ch, 100%); */
}

.hero-title[b-un6zdymg3l] {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    margin: 0;
    line-height: 1.15;
}

.hero-lead[b-un6zdymg3l] {
    font-size: 1.05rem;
    line-height: 1.55;
    margin: 0;
}

.hero-actions[b-un6zdymg3l] {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem 1rem;
}

    .hero-actions .stf-button[b-un6zdymg3l] {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        white-space: nowrap;
    }

.hero-next[b-un6zdymg3l] {
    display: flex;
    gap: .75rem;
    font-size: .85rem;
    padding: .65rem .85rem;
    background: rgba(0,0,0,.03);
    border-radius: .75rem;
    width: 100%;
}

:global(html[data-theme='dark']) .hero-next[b-un6zdymg3l] {
    background: rgba(255,255,255,.06);
}

/* Utility tweaks (if not defined elsewhere) */
.next-gathering-label[b-un6zdymg3l] {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 .15rem;
    opacity: .7;
}

.next-gathering-title[b-un6zdymg3l] {
    font-weight: 600;
    margin: 0;
}

.next-gathering-meta[b-un6zdymg3l] {
    margin: 0;
    opacity: .85;
    font-size: .75rem;
}
/* /Components/Shared/FileManager.razor.rz.scp.css */
.file-manager[b-cy8dmaxo5m] {
    background: var(--stf-surface, #fff);
}

.file-manager .file-manager-header h2[b-cy8dmaxo5m] {
    font-weight: 600;
}

.file-manager .file-manager-upload[b-cy8dmaxo5m] {
    border-style: dashed;
    background: rgba(13, 110, 253, 0.03);
}

.file-thumb img[b-cy8dmaxo5m] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.file-thumb-fallback[b-cy8dmaxo5m] {
    background: rgba(108, 117, 125, 0.1);
}

.file-card[b-cy8dmaxo5m] {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.file-card:hover[b-cy8dmaxo5m] {
    box-shadow: 0 1rem 2rem rgba(33, 37, 41, 0.1);
    transform: translateY(-4px);
}

.file-name[b-cy8dmaxo5m] {
    font-weight: 600;
}
