.portal-page--communitytalk .communitytalk-card--live {
    border: 2px solid rgba(227, 6, 19, 0.15);
    box-shadow: 0 8px 32px rgba(227, 6, 19, 0.08);
}

.portal-page--communitytalk .communitytalk-live {
    margin-bottom: 2rem;
}

.portal-page--communitytalk .communitytalk-live__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.portal-page--communitytalk .communitytalk-live__pulse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.6);
    animation: communitytalk-pulse 1.8s infinite;
    flex-shrink: 0;
}

@keyframes communitytalk-pulse {
    0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.55); }
    70% { box-shadow: 0 0 0 10px rgba(22, 163, 74, 0); }
    100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.portal-page--communitytalk .communitytalk-live__eyebrow {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #15803d;
}

.portal-page--communitytalk .communitytalk-live__title {
    margin: 0.15rem 0 0;
    font-family: var(--font-heading);
    font-size: 1.65rem;
    color: var(--aloha-dark);
}

.portal-page--communitytalk .communitytalk-join-form {
    max-width: 32rem;
}

.portal-page--communitytalk .communitytalk-join-btn {
    width: 100%;
    margin-top: 0.5rem;
}

.portal-page--communitytalk .communitytalk-empty--inline {
    padding: 1.5rem 0;
}

.portal-page--communitytalk .communitytalk-schedule {
    margin-top: 0.5rem;
}

.portal-page--communitytalk .communitytalk-schedule__head {
    margin-bottom: 1rem;
}

.portal-page--communitytalk .communitytalk-schedule__title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1.45rem;
    color: var(--aloha-dark);
}

.portal-page--communitytalk .communitytalk-schedule__intro {
    margin: 0.35rem 0 0;
    color: var(--aloha-text-muted);
    font-size: 0.92rem;
}

.portal-page--communitytalk .communitytalk-schedule__list {
    display: grid;
    gap: 0.85rem;
}

.portal-page--communitytalk .communitytalk-schedule-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.1rem 1.25rem;
    background: var(--aloha-surface-elevated);
    border: 1px solid rgba(15, 15, 15, 0.06);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.portal-page--communitytalk .communitytalk-schedule-item__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    padding: 0.5rem 0.65rem;
    border-radius: var(--radius-md);
    background: var(--aloha-surface);
    border: 1px solid var(--aloha-border);
}

.portal-page--communitytalk .communitytalk-schedule-item__day {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    line-height: 1;
    color: var(--aloha-red);
}

.portal-page--communitytalk .communitytalk-schedule-item__month {
    margin-top: 0.15rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--aloha-text-muted);
}

.portal-page--communitytalk .communitytalk-schedule-item__title {
    margin: 0 0 0.35rem;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: var(--aloha-dark);
}

.portal-page--communitytalk .communitytalk-schedule-item__desc {
    margin: 0 0 0.65rem;
    color: var(--aloha-text-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.portal-page--communitytalk .communitytalk-schedule-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.portal-page--communitytalk .communitytalk-schedule-item__action {
    align-self: center;
}

.portal-page--communitytalk .communitytalk-card {
    background: var(--aloha-surface-elevated);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(15, 15, 15, 0.05);
    overflow: hidden;
}

.portal-page--communitytalk .communitytalk-card__body {
    padding: 1.75rem;
}

.portal-page--communitytalk .communitytalk-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.5rem;
}

.portal-page--communitytalk .communitytalk-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-pill);
    background: var(--aloha-surface);
    border: 1px solid var(--aloha-border);
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--aloha-text);
}

.portal-page--communitytalk .communitytalk-badge--live {
    background: rgba(22, 163, 74, 0.1);
    border-color: rgba(22, 163, 74, 0.25);
    color: #15803d;
}

.portal-page--communitytalk .communitytalk-field {
    margin-bottom: 1rem;
}

.portal-page--communitytalk .communitytalk-field label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--aloha-text-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.portal-page--communitytalk .communitytalk-privacy {
    margin-top: 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: var(--radius-md);
    background: var(--aloha-surface);
    border: 1px solid var(--aloha-border);
    color: var(--aloha-text-muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

.portal-page--communitytalk .communitytalk-empty {
    text-align: center;
    padding: 2.5rem 1.5rem;
}

.portal-page--communitytalk .communitytalk-empty__icon {
    font-size: 3rem;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.portal-page--communitytalk .communitytalk-empty h2 {
    margin: 0 0 0.5rem;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--aloha-dark);
}

.portal-page--communitytalk .communitytalk-empty p {
    margin: 0;
    color: var(--aloha-text-muted);
    max-width: 34rem;
    margin-inline: auto;
}

/* Daily.co fullscreen mode */
body.communitytalk-daily {
    margin: 0;
    min-height: 100vh;
    background: #0f0f0f;
    color: #fff;
    font-family: var(--font-body, Inter, sans-serif);
}

.communitytalk-daily-bar {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 56px;
    padding: 0 1.25rem;
    background: #fff;
    border-bottom: 3px solid var(--aloha-red, #e30613);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.communitytalk-daily-bar__logo {
    height: 28px;
    width: auto;
}

.communitytalk-daily-bar__brand {
    font-family: var(--font-heading, Oswald, sans-serif);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--aloha-dark, #0f0f0f);
    text-decoration: none;
}

.communitytalk-daily-bar__brand span {
    color: var(--aloha-red, #e30613);
}

.communitytalk-daily-bar__title {
    margin-left: auto;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--aloha-text-muted, #64748b);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50vw;
}

.communitytalk-daily-bar__user {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--aloha-red, #e30613);
    white-space: nowrap;
}

#communitytalk-daily-frame {
    width: 100%;
    height: calc(100vh - 59px);
    border: 0;
}

.communitytalk-daily-leave {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 59px);
    padding: 2rem;
    text-align: center;
    background: var(--aloha-surface, #f4f6f8);
    color: var(--aloha-text, #1e293b);
}

.communitytalk-daily-leave__icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.communitytalk-daily-leave h2 {
    margin: 0 0 0.5rem;
    font-family: var(--font-heading, Oswald, sans-serif);
    color: var(--aloha-dark, #0f0f0f);
}

.communitytalk-daily-leave p {
    margin: 0 0 1.25rem;
    color: var(--aloha-text-muted, #64748b);
}

@media (max-width: 720px) {
    .portal-page--communitytalk .communitytalk-schedule-item {
        grid-template-columns: auto 1fr;
    }

    .portal-page--communitytalk .communitytalk-schedule-item__action {
        grid-column: 1 / -1;
    }

    .portal-page--communitytalk .communitytalk-schedule-item__action .aloha-btn {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .portal-page--communitytalk .communitytalk-card__body {
        padding: 1.25rem;
    }

    .communitytalk-daily-bar__title {
        display: none;
    }
}
