/* /Pages/DemoHoa.razor.rz.scp.css */
.demo-hoa-page[b-bbym77mi35] {
    margin: 0 auto;
    padding: 2rem 1rem;
    width: min(1180px, 100%);
    color: #152033;
}

.demo-hoa-hero[b-bbym77mi35] {
    display: grid;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.demo-hoa-back[b-bbym77mi35] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    color: #1d4ed8;
    font-weight: 650;
    text-decoration: none;
}

.demo-hoa-kicker[b-bbym77mi35] {
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.demo-hoa-hero h1[b-bbym77mi35] {
    font-size: clamp(2rem, 3.4vw, 3.15rem);
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin: 0;
}

.demo-hoa-lead[b-bbym77mi35] {
    color: #536173;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 1rem 0 0;
    max-width: 820px;
}

.demo-hoa-shell[b-bbym77mi35] {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 1.5rem;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(240px, 310px) 1fr;
    overflow: hidden;
}

.demo-hoa-sidebar[b-bbym77mi35] {
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    padding: 1.25rem;
}

.demo-hoa-sidebar h2[b-bbym77mi35] {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.demo-hoa-nav-list[b-bbym77mi35] {
    display: grid;
    gap: 0.65rem;
}

.demo-hoa-nav-item[b-bbym77mi35] {
    align-items: flex-start;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 1rem;
    color: #334155;
    display: flex;
    gap: 0.75rem;
    padding: 0.8rem;
    text-align: left;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    width: 100%;
}

.demo-hoa-nav-item:hover[b-bbym77mi35],
.demo-hoa-nav-item.active[b-bbym77mi35] {
    background: #fff;
    border-color: #bfdbfe;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.1);
}

.demo-hoa-nav-item strong[b-bbym77mi35],
.demo-hoa-nav-item small[b-bbym77mi35] {
    display: block;
}

.demo-hoa-nav-item small[b-bbym77mi35] {
    color: #64748b;
    line-height: 1.35;
    margin-top: 0.2rem;
}

.demo-hoa-nav-icon[b-bbym77mi35] {
    font-size: 1.2rem;
    line-height: 1.2;
}

.demo-hoa-content[b-bbym77mi35] {
    display: grid;
    gap: 1.25rem;
    padding: 1.25rem;
}

.demo-hoa-intro-card[b-bbym77mi35] {
    align-items: center;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 55%, #ecfeff 100%);
    border: 1px solid #dbeafe;
    border-radius: 1.25rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.25rem;
}

.demo-hoa-intro-card h2[b-bbym77mi35],
.demo-hoa-portal-copy h3[b-bbym77mi35],
.demo-hoa-inbox-column h3[b-bbym77mi35] {
    font-weight: 650;
    letter-spacing: 0;
    margin: 0 0 0.45rem;
}

.demo-hoa-intro-card p[b-bbym77mi35],
.demo-hoa-portal-copy p[b-bbym77mi35] {
    color: #536173;
    margin: 0;
}

.demo-hoa-portal[b-bbym77mi35],
.demo-hoa-email-stage[b-bbym77mi35] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    overflow: hidden;
}

.demo-hoa-portal-topbar[b-bbym77mi35] {
    align-items: center;
    background: #0f172a;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
}

.demo-hoa-portal-topbar span[b-bbym77mi35] {
    color: #cbd5e1;
    display: block;
    font-size: 0.82rem;
}

.demo-hoa-portal-topbar nav[b-bbym77mi35] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.demo-hoa-portal-topbar a[b-bbym77mi35] {
    border-radius: 999px;
    color: #cbd5e1;
    padding: 0.4rem 0.75rem;
    text-decoration: none;
}

.demo-hoa-portal-topbar a.active[b-bbym77mi35] {
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
}

.demo-hoa-portal-body[b-bbym77mi35] {
    background: #f8fafc;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.demo-hoa-embed-frame-wrap[b-bbym77mi35] {
    background: #fff;
    border: 1px solid #dbe4ef;
    border-radius: 1rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.demo-hoa-embed-frame-wrap iframe[b-bbym77mi35] {
    border: 0;
    display: block;
    width: 100%;
}

.demo-hoa-embed-paste[b-bbym77mi35] {
    padding: 0.75rem;
    width: 100%;
    max-height: min(42rem, 70vh);
    overflow: hidden;
}

.demo-hoa-embed-paste iframe[b-bbym77mi35] {
    width: 100%;
    max-height: min(42rem, 70vh);
}

.demo-hoa-email-stage[b-bbym77mi35] {
    background: #f8fafc;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(190px, 250px) 1fr;
    padding: 1.25rem;
}

.demo-hoa-email-card[b-bbym77mi35] {
    background: #fff;
    border: 1px solid #dbe4ef;
    border-radius: 1rem;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.demo-hoa-email-header[b-bbym77mi35] {
    align-items: flex-start;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.demo-hoa-email-header span[b-bbym77mi35] {
    color: #64748b;
    display: block;
    font-size: 0.82rem;
}

.demo-hoa-email-header strong[b-bbym77mi35] {
    display: block;
    font-size: 1.05rem;
    margin-top: 0.25rem;
}

.demo-hoa-email-body[b-bbym77mi35] {
    color: #334155;
    line-height: 1.6;
    padding: 1.25rem;
}

.demo-hoa-email-body a[b-bbym77mi35] {
    color: #2563eb;
    font-weight: 700;
}

.demo-hoa-email-body p[b-bbym77mi35] {
    margin-bottom: 0.85rem;
}

.demo-hoa-email-body p:last-child[b-bbym77mi35] {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .demo-hoa-shell[b-bbym77mi35],
    .demo-hoa-email-stage[b-bbym77mi35] {
        grid-template-columns: 1fr;
    }

    .demo-hoa-sidebar[b-bbym77mi35] {
        border-bottom: 1px solid #e2e8f0;
        border-right: 0;
    }

    .demo-hoa-intro-card[b-bbym77mi35],
    .demo-hoa-portal-topbar[b-bbym77mi35] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Pages/DemoHoaEmbedEvent.razor.rz.scp.css */
.demo-hoa-embed[b-2t8uuirh63] {
    background: #fff;
    color: #1f2937;
    font-size: 0.95rem;
    padding: 0.75rem;
}

.demo-hoa-event-card[b-2t8uuirh63] {
    border: 1px solid #dbe4ef;
    border-radius: 0.9rem;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    padding: 1rem;
}

.demo-hoa-event-card-header[b-2t8uuirh63],
.demo-hoa-event-actions[b-2t8uuirh63],
.demo-hoa-event-details[b-2t8uuirh63] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.demo-hoa-event-card-header[b-2t8uuirh63] {
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.demo-hoa-badge[b-2t8uuirh63] {
    background: #dbeafe;
    border-radius: 999px;
    color: #1d4ed8;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 0.35rem 0.65rem;
}

.demo-hoa-spots[b-2t8uuirh63] {
    color: #047857;
    font-weight: 700;
}

.demo-hoa-event-card h1[b-2t8uuirh63] {
    font-size: 1.35rem;
    font-weight: 650;
    margin: 0 0 0.5rem;
}

.demo-hoa-event-card p[b-2t8uuirh63] {
    color: #536173;
    line-height: 1.5;
}

.demo-hoa-event-details[b-2t8uuirh63] {
    background: #f8fafc;
    border-radius: 0.75rem;
    margin: 1rem 0;
    padding: 0.85rem;
}

.demo-hoa-event-details div[b-2t8uuirh63] {
    min-width: 130px;
}

.demo-hoa-event-details dt[b-2t8uuirh63] {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.demo-hoa-event-details dd[b-2t8uuirh63] {
    font-weight: 700;
    margin: 0;
}
/* /Pages/DemoHoaEmbedEvents.razor.rz.scp.css */
.demo-hoa-embed[b-j7vy0yaqf1] {
    background: #fff;
    color: #1f2937;
    display: grid;
    font-size: 0.95rem;
    gap: 0.8rem;
    padding: 0.75rem;
}

.demo-hoa-list-heading h1[b-j7vy0yaqf1] {
    font-size: 1.25rem;
    font-weight: 650;
    margin: 0 0 0.25rem;
}

.demo-hoa-list-heading p[b-j7vy0yaqf1],
.demo-hoa-list-card p[b-j7vy0yaqf1] {
    color: #536173;
    margin-bottom: 0;
}

.demo-hoa-list-card[b-j7vy0yaqf1] {
    align-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 0.9rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.demo-hoa-list-card h2[b-j7vy0yaqf1] {
    font-size: 1.05rem;
    font-weight: 650;
    margin: 0.45rem 0 0.25rem;
}

.demo-hoa-badge[b-j7vy0yaqf1] {
    background: #dbeafe;
    border-radius: 999px;
    color: #1d4ed8;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.32rem 0.6rem;
}

.demo-hoa-list-meta[b-j7vy0yaqf1] {
    font-size: 0.86rem;
    margin-top: 0.45rem;
}

@media (max-width: 640px) {
    .demo-hoa-list-card[b-j7vy0yaqf1] {
        align-items: flex-start;
        flex-direction: column;
    }
}
