/* /Components/SessionList.razor.rz.scp.css */
.session-list-container[b-82h4jtv7mh] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    margin-bottom: 1.5rem;
}

.event-selector[b-82h4jtv7mh] {
    margin-bottom: 1.25rem;
}

.event-selector-label[b-82h4jtv7mh] {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    display: block;
}

.event-dropdown[b-82h4jtv7mh] {
    width: 100%;
    max-width: 400px;
    border-radius: var(--border-radius);
    border: 2px solid #e5e7eb;
}

.session-count-badge[b-82h4jtv7mh] {
    margin-bottom: 1rem;
}

.session-grid[b-82h4jtv7mh] {
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--card-shadow);
}

.session-topic-cell[b-82h4jtv7mh] {
    display: flex;
    align-items: center;
}

.session-location-cell[b-82h4jtv7mh] {
    display: flex;
    align-items: center;
}

.session-time-cell[b-82h4jtv7mh] {
    display: flex;
    align-items: center;
}

.duration-badge[b-82h4jtv7mh] {
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
}

.location-link[b-82h4jtv7mh] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.location-link:hover[b-82h4jtv7mh] {
    color: color-mix(in srgb, var(--primary-color) 75%, black);
    text-decoration: underline;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-zuaasyrygo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zuaasyrygo] {
    flex: 1;
}

.sidebar[b-zuaasyrygo] {
    background: linear-gradient(180deg, #8b5cf6 0%, #6366f1 100%);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
}

.top-row[b-zuaasyrygo] {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    border-bottom: none;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .top-row[b-zuaasyrygo]  a, .top-row[b-zuaasyrygo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

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

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

@media (max-width: 640.98px) {
    .top-row[b-zuaasyrygo] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-zuaasyrygo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

[b-zuaasyrygo] .layout-header {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 0 1rem;
}

/* Override Radzen's default column layout for the header */
[b-zuaasyrygo] .layout-header.rz-header {
    flex-direction: row !important;
    align-items: center !important;
}

[b-zuaasyrygo] .layout-sidebar {
    background: linear-gradient(180deg, #8b5cf6 0%, #6366f1 100%);
    box-shadow: 1px 0 3px rgba(0,0,0,0.1);
}

[b-zuaasyrygo] .layout-body {
    padding: 1.5rem;
    background: transparent;
}

[b-zuaasyrygo] .layout-footer {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    color: white;
    text-align: center;
    padding: 0.75rem;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.1);
}

[b-zuaasyrygo]  .header-inner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    flex-wrap: nowrap; /* ensure a single row */
}

[b-zuaasyrygo] .header-inner > * {
    display: inline-flex; /* prevent child components from becoming full-width blocks */
    align-items: center;
}

[b-zuaasyrygo] .brand {
    display: inline-flex;
    align-items: center;
    white-space: nowrap; /* keep logo and title together */
}

[b-zuaasyrygo] .header-user {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}

.header-logo[b-zuaasyrygo] {
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    padding: 4px;
    margin: 0 4px;
    object-fit: contain;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.brand-title[b-zuaasyrygo] {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-left: 0.5rem;
}

.header-user-badge[b-zuaasyrygo] {
    font-weight: 500;
    color: white;
    background: rgba(255,255,255,0.2);
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.sidebar-menu[b-zuaasyrygo] {
    margin-top: 0.75rem;
}

.sidebar-menu[b-zuaasyrygo]  .rz-navigation-item {
    color: white;
    margin: 0.25rem 0;
}

.sidebar-footer[b-zuaasyrygo] {
    margin: 1rem;
    margin-top: auto;
    padding-top: 1.5rem;
}

.sidebar-button[b-zuaasyrygo] {
    width: 100%;
    border-radius: 8px;
}

.footer-text[b-zuaasyrygo] {
    color: white;
    font-size: 0.85rem;
    margin: 0;
}
/* /Pages/Admin/Organizations.razor.rz.scp.css */
.organizations-header[b-ncl7njo8c3] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    margin-bottom: 1.5rem;
}

.organizations-grid-container[b-ncl7njo8c3] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
}

.org-icon-box[b-ncl7njo8c3] {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    width: 40px;
    height: 40px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: white;
}

.org-name-cell[b-ncl7njo8c3] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.org-link[b-ncl7njo8c3] {
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1rem;
}

.org-actions-cell[b-ncl7njo8c3] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.action-button[b-ncl7njo8c3] {
    border-radius: 6px;
    padding: 0.5rem 1rem;
}
/* /Pages/Event.razor.rz.scp.css */
.event-branding[b-w79gxu5pyt] {
    margin-bottom: 1rem;
}

.event-logo[b-w79gxu5pyt] {
    width: 100%;
    height: auto;
    display: block;
}

.event-container[b-w79gxu5pyt] {
    max-width: 1200px;
    margin: 0 auto;
}

.event-card[b-w79gxu5pyt] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
}

.event-card-content[b-w79gxu5pyt] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.event-main[b-w79gxu5pyt] {
    flex: 1;
    min-width: 0;
}

.event-info[b-w79gxu5pyt] {
    margin-bottom: 1.5rem;
}

.header-actions[b-w79gxu5pyt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.header-qr-code[b-w79gxu5pyt] {
    width: 256px;
    height: 256px;
    padding: 6px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-qr-code:hover[b-w79gxu5pyt] {
    border-color: var(--primary-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-qr-code :deep(svg)[b-w79gxu5pyt] {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-share[b-w79gxu5pyt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-share:hover[b-w79gxu5pyt] {
    background: color-mix(in srgb, var(--primary-color) 85%, black);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-share i[b-w79gxu5pyt] {
    font-size: 1rem;
}

.sessions-section[b-w79gxu5pyt] {
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.sessions-section + .sessions-section[b-w79gxu5pyt] {
    margin-top: 1.5rem;
}

.section-header[b-w79gxu5pyt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.section-icon[b-w79gxu5pyt] {
    color: var(--primary-color);
}

.session-link[b-w79gxu5pyt] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.session-link:hover[b-w79gxu5pyt] {
    color: color-mix(in srgb, var(--primary-color) 75%, black);
    text-decoration: underline;
}

.location-link[b-w79gxu5pyt] {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s;
}

.location-link:hover[b-w79gxu5pyt] {
    color: color-mix(in srgb, var(--primary-color) 75%, black);
    text-decoration: underline;
}

.loading-container[b-w79gxu5pyt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background: white;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    gap: 1rem;
}

.loading-spinner[b-w79gxu5pyt] {
    font-size: 2rem;
    color: var(--primary-color);
}

.loading-container p[b-w79gxu5pyt] {
    color: #6b7280;
    margin: 0;
}

.error-card[b-w79gxu5pyt] {
    background: white;
    padding: 3rem 2rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    text-align: center;
    max-width: 400px;
}

.error-icon[b-w79gxu5pyt] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.error-card h2[b-w79gxu5pyt] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.error-card p[b-w79gxu5pyt] {
    color: #6b7280;
    margin: 0;
}

/* Status badges */
.status-badge[b-w79gxu5pyt] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-badge i[b-w79gxu5pyt] {
    font-size: 0.5rem;
}

.status-ended[b-w79gxu5pyt] {
    background-color: #e5e7eb;
    color: #6b7280;
}

.status-active[b-w79gxu5pyt] {
    background-color: #dcfce7;
    color: #166534;
}

.status-active i[b-w79gxu5pyt] {
    animation: pulse-b-w79gxu5pyt 2s infinite;
}

.status-scheduled[b-w79gxu5pyt] {
    background-color: #dbeafe;
    color: #1e40af;
}

@keyframes pulse-b-w79gxu5pyt {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .event-card-content[b-w79gxu5pyt] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-actions[b-w79gxu5pyt] {
        align-self: flex-start;
        flex-wrap: wrap;
    }

    .header-qr-code[b-w79gxu5pyt] {
        display: none;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.welcome-card[b-5ab4ip38qg] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    margin-bottom: 1.5rem;
}

.welcome-header[b-5ab4ip38qg] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-header[b-5ab4ip38qg] {
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
}

.section-icon[b-5ab4ip38qg] {
    color: var(--primary-color);
}

.access-denied-container[b-5ab4ip38qg] {
    text-align: center;
    max-width: 600px;
}

.access-denied-icon-circle[b-5ab4ip38qg] {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
}

.cta-button[b-5ab4ip38qg] {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}
/* /Pages/Location.razor.rz.scp.css */
.location-branding[b-rt9o2r04t3] {
    margin-bottom: 1rem;
}

.location-logo[b-rt9o2r04t3] {
    width: 100%;
    height: auto;
    display: block;
}

.location-container[b-rt9o2r04t3] {
    max-width: 1200px;
    margin: 0 auto;
}

.location-card[b-rt9o2r04t3] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
}

.location-card-content[b-rt9o2r04t3] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.location-main[b-rt9o2r04t3] {
    flex: 1;
    min-width: 0;
}

.location-info[b-rt9o2r04t3] {
    margin-bottom: 1.5rem;
}

.header-actions[b-rt9o2r04t3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.header-qr-code[b-rt9o2r04t3] {
    width: 256px;
    height: 256px;
    padding: 6px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-qr-code:hover[b-rt9o2r04t3] {
    border-color: var(--primary-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-qr-code :deep(svg)[b-rt9o2r04t3] {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-share[b-rt9o2r04t3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-share:hover[b-rt9o2r04t3] {
    background: color-mix(in srgb, var(--primary-color) 85%, black);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-share i[b-rt9o2r04t3] {
    font-size: 1rem;
}

.sessions-section[b-rt9o2r04t3] {
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.sessions-section + .sessions-section[b-rt9o2r04t3] {
    margin-top: 1.5rem;
}

.section-header[b-rt9o2r04t3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.section-icon[b-rt9o2r04t3] {
    color: var(--primary-color);
}

.session-link[b-rt9o2r04t3] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.session-link:hover[b-rt9o2r04t3] {
    color: color-mix(in srgb, var(--primary-color) 75%, black);
    text-decoration: underline;
}

.loading-container[b-rt9o2r04t3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background: white;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    gap: 1rem;
}

.loading-spinner[b-rt9o2r04t3] {
    font-size: 2rem;
    color: var(--primary-color);
}

.loading-container p[b-rt9o2r04t3] {
    color: #6b7280;
    margin: 0;
}

.error-card[b-rt9o2r04t3] {
    background: white;
    padding: 3rem 2rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    text-align: center;
    max-width: 400px;
}

.error-icon[b-rt9o2r04t3] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.error-card h2[b-rt9o2r04t3] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.error-card p[b-rt9o2r04t3] {
    color: #6b7280;
    margin: 0;
}

/* Status badges */
.status-badge[b-rt9o2r04t3] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-badge i[b-rt9o2r04t3] {
    font-size: 0.5rem;
}

.status-ended[b-rt9o2r04t3] {
    background-color: #e5e7eb;
    color: #6b7280;
}

.status-active[b-rt9o2r04t3] {
    background-color: #dcfce7;
    color: #166534;
}

.status-active i[b-rt9o2r04t3] {
    animation: pulse-b-rt9o2r04t3 2s infinite;
}

.status-scheduled[b-rt9o2r04t3] {
    background-color: #dbeafe;
    color: #1e40af;
}

@keyframes pulse-b-rt9o2r04t3 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .location-card-content[b-rt9o2r04t3] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-actions[b-rt9o2r04t3] {
        align-self: flex-start;
        flex-wrap: wrap;
    }

    .header-qr-code[b-rt9o2r04t3] {
        display: none;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-divider[b-h2gvpn1t03] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.login-prompt[b-h2gvpn1t03] {
    color: #6b7280;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.login-submit-btn[b-h2gvpn1t03] {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.register-link-btn[b-h2gvpn1t03] {
    font-weight: 500;
}
/* /Pages/Session.razor.rz.scp.css */
.session-container[b-ywfepgtf8a] {
    max-width: 1200px;
    margin: 0 auto;
}

.session-header[b-ywfepgtf8a] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    margin-bottom: 1.5rem;
}

.session-header-content[b-ywfepgtf8a] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.btn-share[b-ywfepgtf8a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-share:hover[b-ywfepgtf8a] {
    background: color-mix(in srgb, var(--primary-color) 85%, black);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-share i[b-ywfepgtf8a] {
    font-size: 1rem;
}

.settings-section[b-ywfepgtf8a] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    margin-bottom: 1.5rem;
}

.controls-section[b-ywfepgtf8a] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    margin-bottom: 1.5rem;
}

.button-group[b-ywfepgtf8a] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.recording-duration[b-ywfepgtf8a] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f3f4f6;
    border: 2px solid #e5e7eb;
    border-radius: var(--border-radius);
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
}

.recording-duration i[b-ywfepgtf8a] {
    color: #6b7280;
    font-size: 1rem;
}

.transcription-output[b-ywfepgtf8a] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
}

.transcription-textarea[b-ywfepgtf8a] {
    width: 100%;
    height: 300px;
    max-height: 500px;
    overflow-y: auto;
    padding: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: var(--border-radius);
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.95rem;
    resize: vertical;
}

.transcription-textarea:focus[b-ywfepgtf8a] {
    outline: none;
    border-color: var(--primary-color);
}

.transcription-follow-controls[b-ywfepgtf8a] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

.status-indicator[b-ywfepgtf8a] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius);
    font-weight: 500;
}

.session-branding[b-ywfepgtf8a] {
    margin-bottom: 1rem;
}

.session-logo[b-ywfepgtf8a] {
    width: 100%;
    height: auto;
    display: block;
}

.waiting-message[b-ywfepgtf8a] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: var(--border-radius);
    color: #92400e;
}

.waiting-message i[b-ywfepgtf8a] {
    font-size: 1.25rem;
    color: #d97706;
}

.waiting-message p[b-ywfepgtf8a] {
    margin: 0;
    font-weight: 500;
}

/* QR Code Section Styles */
.session-qr-section[b-ywfepgtf8a] {
    background: white;
    padding: 1.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    margin-bottom: 1.5rem;
}

.session-qr-content[b-ywfepgtf8a] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.session-id-block[b-ywfepgtf8a] {
    flex: 1;
    min-width: 250px;
}

.session-id-label[b-ywfepgtf8a] {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.session-id-display[b-ywfepgtf8a] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: var(--border-radius);
    font-family: 'Consolas', 'Monaco', monospace;
    overflow-wrap: break-word;
    word-wrap: break-word;
    min-width: 0;
}

.session-id-display code[b-ywfepgtf8a],
.session-id-display .session-id-code[b-ywfepgtf8a] {
    flex: 1;
    color: #1f2937;
    font-size: 0.875rem;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.qr-code-block[b-ywfepgtf8a] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.qr-code-label[b-ywfepgtf8a] {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.qr-code-block svg[b-ywfepgtf8a] {
    border: 2px solid #e5e7eb;
    border-radius: var(--border-radius);
    padding: 0.5rem;
    background: white;
    max-width: 80px;
    height: auto;
}

/* Button styling for copy action */
.btn-outline-primary[b-ywfepgtf8a] {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: transparent;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}

.btn-outline-primary:hover[b-ywfepgtf8a] {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.btn-sm[b-ywfepgtf8a] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .session-qr-content[b-ywfepgtf8a] {
        flex-direction: column;
        gap: 1rem;
    }

    .session-id-block[b-ywfepgtf8a],
    .qr-code-block[b-ywfepgtf8a] {
        width: 100%;
        min-width: unset;
    }

    .qr-code-block[b-ywfepgtf8a] {
        align-items: center;
    }

    .qr-code-block svg[b-ywfepgtf8a] {
        max-width: 70px;
    }

    .session-id-display[b-ywfepgtf8a] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .session-id-display code[b-ywfepgtf8a],
    .session-id-display .session-id-code[b-ywfepgtf8a] {
        font-size: 0.8rem;
    }
}

/* Status Indicators */
.status-indicators[b-ywfepgtf8a] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.status-badge[b-ywfepgtf8a] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    font-size: 0.875rem;
    font-weight: 500;
}

.status-enabled[b-ywfepgtf8a] {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
    border: 1px solid #198754;
}

.status-disabled[b-ywfepgtf8a] {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    border: 1px solid #6c757d;
}

/* Session Ended - Public View */
.session-ended-card[b-ywfepgtf8a] {
    background: white;
    padding: 3rem 2rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--card-shadow);
    text-align: center;
    max-width: 480px;
    animation: fadeIn-b-ywfepgtf8a 0.4s ease-out;
}

.session-ended-icon[b-ywfepgtf8a] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
}

.session-ended-title[b-ywfepgtf8a] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.session-ended-subtitle[b-ywfepgtf8a] {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.session-ended-message[b-ywfepgtf8a] {
    font-size: 0.95rem;
    color: #9ca3af;
    margin: 0;
}

@keyframes fadeIn-b-ywfepgtf8a {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
