/* /Components/Admin/AdminApprovalsNav.razor.rz.scp.css */
/* Mobile: slide-in panel with edge tab to open */
.admin-approvals-nav-tab[b-v1q7nu7m9p] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 210;
    transform: translateY(-50%);
    min-height: 6.5rem;
    padding: 0.65rem 0.45rem;
    border: 1px solid var(--ew-border);
    border-right: none;
    border-radius: 8px 0 0 8px;
    background: var(--ew-surface-raised, #fff);
    color: var(--ew-text);
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: -2px 0 12px rgba(15, 23, 42, 0.08);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: opacity 0.18s ease, transform 0.22s ease;
}

.admin-approvals-nav-backdrop[b-v1q7nu7m9p] {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(15, 23, 42, 0.4);
    cursor: pointer;
    animation: admin-approvals-nav-fade-in-b-v1q7nu7m9p 0.22s ease;
}

@keyframes admin-approvals-nav-fade-in-b-v1q7nu7m9p {
    from { opacity: 0; }
    to { opacity: 1; }
}

.admin-approvals-nav-panel[b-v1q7nu7m9p] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 205;
    display: flex;
    flex-direction: column;
    width: min(82vw, 260px);
    margin: 0;
    padding: 0 0.85rem 1.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--ew-surface-raised, #fff);
    border-left: 1px solid var(--ew-border);
    box-shadow: -8px 0 32px rgba(15, 23, 42, 0.12);
    transform: translateX(100%);
    transition: transform 0.22s ease;
    visibility: hidden;
    pointer-events: none;
}

.admin-approvals-nav-panel--open[b-v1q7nu7m9p] {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.admin-approvals-nav-panel-head[b-v1q7nu7m9p] {
    position: sticky;
    top: 0;
    z-index: 1;
    margin: 0 -0.85rem 0.75rem;
    padding: 0.85rem 0.85rem 0.65rem;
    background: var(--ew-surface-raised, #fff);
    border-bottom: 1px solid var(--ew-border);
}

.admin-approvals-nav-panel-close[b-v1q7nu7m9p] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    margin: 0 0 0.55rem;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--ew-primary);
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.admin-approvals-nav-panel-close:hover[b-v1q7nu7m9p] {
    color: var(--ew-primary-dark);
}

.admin-approvals-nav-panel-close-icon[b-v1q7nu7m9p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: rgba(74, 99, 216, 0.08);
    font-size: 1.1rem;
    line-height: 1;
}

.admin-approvals-nav-panel-title[b-v1q7nu7m9p] {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.admin-approvals-nav-list[b-v1q7nu7m9p] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.admin-approvals-nav-link[b-v1q7nu7m9p] {
    display: block;
    padding: 0.6rem 0.75rem;
    border-radius: var(--ew-radius-sm);
    color: #334155;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.35;
}

.admin-approvals-nav-link:hover[b-v1q7nu7m9p] {
    background: #f1f5f9;
    color: var(--ew-primary-dark);
}

.admin-approvals-nav-link--active[b-v1q7nu7m9p] {
    background: rgba(74, 99, 216, 0.08);
    color: var(--ew-primary);
    font-weight: 600;
}

.admin-approvals-nav-sidebar[b-v1q7nu7m9p] {
    display: none;
}

@media (min-width: 992px) {
    .admin-approvals-nav-tab[b-v1q7nu7m9p],
    .admin-approvals-nav-backdrop[b-v1q7nu7m9p],
    .admin-approvals-nav-panel[b-v1q7nu7m9p] {
        display: none !important;
    }

    .admin-approvals-nav-sidebar[b-v1q7nu7m9p] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        position: sticky;
        top: 1rem;
        align-self: start;
        padding: 0.85rem 0.75rem;
        border: 1px solid var(--ew-border);
        border-radius: var(--ew-radius-sm);
        background: #fff;
        box-shadow: var(--ew-shadow);
    }

    .admin-approvals-nav-sidebar-title[b-v1q7nu7m9p] {
        margin: 0 0 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--ew-border);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #64748b;
    }

    .admin-approvals-nav-sidebar-link[b-v1q7nu7m9p] {
        display: block;
        padding: 0.55rem 0.65rem;
        border-radius: var(--ew-radius-sm);
        color: #64748b;
        text-decoration: none;
        font-size: 0.8125rem;
        font-weight: 500;
        line-height: 1.35;
    }

    .admin-approvals-nav-sidebar-link:hover[b-v1q7nu7m9p] {
        background: #f8fafc;
        color: var(--ew-primary-dark);
    }

    .admin-approvals-nav-sidebar-link--active[b-v1q7nu7m9p] {
        background: rgba(74, 99, 216, 0.08);
        color: var(--ew-primary);
        font-weight: 600;
    }
}
/* /Components/Admin/AdminCommissionSettingsPanel.razor.rz.scp.css */
.admin-commission-carousel-wrap[b-ws8n86ntcx] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.admin-commission-carousel-step[b-ws8n86ntcx] {
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b;
}

.admin-commission-carousel[b-ws8n86ntcx] {
    position: relative;
}

.admin-commission-carousel-viewport[b-ws8n86ntcx] {
    overflow: hidden;
    touch-action: pan-y;
}

.admin-commission-carousel-track[b-ws8n86ntcx] {
    display: flex;
    transition: transform 0.28s ease;
    will-change: transform;
}

.admin-commission-carousel-track--instant[b-ws8n86ntcx] {
    transition: none;
}

.admin-commission-carousel-slide[b-ws8n86ntcx] {
    flex: 0 0 100%;
    min-width: 0;
    padding: 0 0.15rem;
    box-sizing: border-box;
}

.admin-commission-carousel-nav[b-ws8n86ntcx] {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #334155;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.admin-commission-carousel-nav:hover:not(:disabled)[b-ws8n86ntcx] {
    background: #fff;
    border-color: #cbd5e1;
    color: var(--ew-primary);
}

.admin-commission-carousel-nav:disabled[b-ws8n86ntcx] {
    opacity: 0.35;
    cursor: default;
}

.admin-commission-carousel-nav--prev[b-ws8n86ntcx] {
    left: -0.35rem;
}

.admin-commission-carousel-nav--next[b-ws8n86ntcx] {
    right: -0.35rem;
}

.admin-commission-carousel-dots[b-ws8n86ntcx] {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    padding-top: 0.15rem;
}

.admin-commission-carousel-dot[b-ws8n86ntcx] {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
}

.admin-commission-carousel-dot.is-active[b-ws8n86ntcx] {
    background: var(--ew-primary);
    transform: scale(1.15);
}

@media (min-width: 768px) {
    .admin-commission-carousel-slide[b-ws8n86ntcx] {
        padding: 0 1.25rem;
    }

    .admin-commission-carousel-nav--prev[b-ws8n86ntcx] {
        left: -0.15rem;
    }

    .admin-commission-carousel-nav--next[b-ws8n86ntcx] {
        right: -0.15rem;
    }
}
/* /Components/Admin/AdminEventsPanel.razor.rz.scp.css */
.admin-events-panel[b-k73y2d8jes] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background: var(--ew-surface-raised);
    border: 1px solid var(--ew-border);
    border-radius: var(--ew-radius);
    padding: 1rem;
    box-shadow: var(--ew-shadow);
}

.admin-events-header[b-k73y2d8jes] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 0.75rem;
    row-gap: 0.35rem;
    align-items: start;
}

.admin-events-title[b-k73y2d8jes] {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0f172a;
}

.admin-events-toolbar[b-k73y2d8jes] {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    flex-shrink: 0;
}

.admin-events-subtitle[b-k73y2d8jes] {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--ew-text-muted);
}

.admin-events-toolbar-group[b-k73y2d8jes] {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    border: 1px solid var(--ew-border);
    border-radius: var(--ew-radius-sm);
    background: #fff;
    overflow: visible;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.admin-events-toolbar-group .admin-forum-filter-more[b-k73y2d8jes] {
    position: relative;
    display: flex;
    border-right: 1px solid var(--ew-border);
}

.admin-events-toolbar-group .admin-forum-filter-more-btn[b-k73y2d8jes],
.admin-events-toolbar-group .admin-forum-refresh-btn[b-k73y2d8jes] {
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 0;
    background: transparent;
}

.admin-events-toolbar-group .admin-forum-filter-more-btn:hover[b-k73y2d8jes],
.admin-events-toolbar-group .admin-forum-filter-more-btn[aria-expanded="true"][b-k73y2d8jes],
.admin-events-toolbar-group .admin-forum-refresh-btn:hover[b-k73y2d8jes] {
    background: #f8fafc;
}

.admin-events-toolbar-group .admin-forum-filter-more-menu[b-k73y2d8jes] {
    top: calc(100% + 0.35rem);
    right: 0;
    left: auto;
    min-width: 10.5rem;
}

.admin-events-empty[b-k73y2d8jes] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.375rem;
    padding: 1rem 0.75rem;
    border: 1px dashed var(--ew-border);
    border-radius: var(--ew-radius-sm);
    background: #f8fafc;
}

.admin-events-empty--prominent[b-k73y2d8jes] {
    align-items: center;
    text-align: center;
    padding: 2.75rem 1.25rem 3rem;
    gap: 0.5rem;
}

.admin-events-empty-cta[b-k73y2d8jes] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 18rem;
    margin-top: 0.75rem;
    padding: 0.85rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
}

.admin-events-empty-title[b-k73y2d8jes] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
}

.admin-events-empty--prominent .admin-events-empty-title[b-k73y2d8jes] {
    font-size: 1.05rem;
}

.admin-events-notice[b-k73y2d8jes] {
    margin: 0;
    padding: 0.625rem 0.75rem;
    border-radius: var(--ew-radius-sm);
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1e40af;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.admin-events-notice--success[b-k73y2d8jes] {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.admin-events-stats[b-k73y2d8jes] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.admin-events-stat[b-k73y2d8jes] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    min-height: 72px;
    padding: 0.5rem;
    border: 1px solid var(--ew-border);
    border-radius: var(--ew-radius-sm);
    background: #f8fafc;
}

.admin-events-stat-value[b-k73y2d8jes] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ew-primary-dark);
    line-height: 1.1;
}

.admin-events-stat-label[b-k73y2d8jes] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ew-text-muted);
}

.admin-events-panel .admin-users-search-wrap[b-k73y2d8jes] {
    margin: 0;
}

.admin-events-panel .admin-users-search[b-k73y2d8jes] {
    width: 100%;
    max-width: none;
    min-height: 42px;
    height: 42px;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    border-radius: var(--ew-radius-sm);
}

.admin-events-list[b-k73y2d8jes] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.admin-event-card[b-k73y2d8jes] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--ew-border);
    border-radius: 12px;
    background: linear-gradient(135deg, #fffef8 0%, #ffffff 52%, #f8fafc 100%);
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.admin-event-card:hover[b-k73y2d8jes] {
    border-color: #cbd5e1;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}

.admin-event-card-main[b-k73y2d8jes] {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    min-width: 0;
    align-items: flex-start;
}

.admin-event-more[b-k73y2d8jes] {
    flex-shrink: 0;
    margin-left: auto;
}

.admin-event-card-media[b-k73y2d8jes] {
    flex-shrink: 0;
    width: 4.75rem;
}

.admin-event-card-image[b-k73y2d8jes] {
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 10px;
    object-fit: cover;
    background: #e2e8f0;
}

.admin-event-card-image--placeholder[b-k73y2d8jes] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.admin-event-card-image--tone-1[b-k73y2d8jes] {
    background: linear-gradient(145deg, #1e3a5f, #475569);
}

.admin-event-card-image--tone-2[b-k73y2d8jes] {
    background: linear-gradient(145deg, #1d4ed8, #3b82f6);
}

.admin-event-card-image--tone-3[b-k73y2d8jes] {
    background: linear-gradient(145deg, #0f766e, #14b8a6);
}

.admin-event-card-image--tone-4[b-k73y2d8jes] {
    background: linear-gradient(145deg, #6d28d9, #8b5cf6);
}

.admin-event-card-body[b-k73y2d8jes] {
    flex: 1;
    min-width: 0;
}

.admin-event-card-head[b-k73y2d8jes] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.3rem 0.45rem;
    margin-bottom: 0.3rem;
}

.admin-event-card-title[b-k73y2d8jes] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
}

.admin-event-card-type[b-k73y2d8jes] {
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.admin-event-card-badges[b-k73y2d8jes] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 0.35rem;
}

.admin-event-card-badges .admin-events-status[b-k73y2d8jes] {
    margin-top: 0;
}

.admin-event-card-meta[b-k73y2d8jes] {
    margin: 0 0 0.15rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #64748b;
}

.admin-event-card-venue[b-k73y2d8jes] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-event-card-stats[b-k73y2d8jes] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.625rem;
    margin-top: 0.25rem;
}

.admin-event-card-stat[b-k73y2d8jes] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #334155;
}

@media (min-width: 720px) {
    .admin-events-title[b-k73y2d8jes] {
        font-size: 1.25rem;
    }

    .admin-event-card-main[b-k73y2d8jes] {
        gap: 1rem;
        padding: 0.875rem;
    }

    .admin-event-card-media[b-k73y2d8jes] {
        width: 7.5rem;
    }

    .admin-event-card-image[b-k73y2d8jes] {
        width: 7.5rem;
        height: 5.25rem;
        border-radius: 10px;
    }

    .admin-event-card-image--placeholder[b-k73y2d8jes] {
        height: 5.25rem;
    }

    .admin-event-card-title[b-k73y2d8jes] {
        font-size: 1rem;
    }
}
/* /Components/Admin/AdminEventsScheduleTabs.razor.rz.scp.css */
.admin-events-schedule-tabs[b-bfrgsy45xn] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    min-height: 48px;
    border-bottom: 1px solid var(--ew-border);
    background: #fff;
    border-radius: var(--ew-radius-sm) var(--ew-radius-sm) 0 0;
}

.admin-events-schedule-tabs .admin-role-tab[b-bfrgsy45xn] {
    flex: 1;
    justify-content: center;
    min-height: 48px;
    padding: 0 1rem;
    font-size: 0.875rem;
}

@media (min-width: 480px) {
    .admin-events-schedule-tabs .admin-role-tab[b-bfrgsy45xn] {
        flex: 0 1 auto;
    }
}
/* /Components/Admin/AdminForumExploreNav.razor.rz.scp.css */
.admin-forum-explore-nav-tab[b-p5vskg2tuv] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 210;
    transform: translateY(-50%);
    min-height: 6.5rem;
    padding: 0.65rem 0.45rem;
    border: 1px solid var(--ew-border);
    border-right: none;
    border-radius: 8px 0 0 8px;
    background: var(--ew-surface-raised, #fff);
    color: var(--ew-text);
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: -2px 0 12px rgba(15, 23, 42, 0.08);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: opacity 0.18s ease, transform 0.22s ease;
}

.admin-forum-explore-nav-backdrop[b-p5vskg2tuv] {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(15, 23, 42, 0.4);
    cursor: pointer;
    animation: admin-forum-explore-nav-fade-in-b-p5vskg2tuv 0.22s ease;
}

@keyframes admin-forum-explore-nav-fade-in-b-p5vskg2tuv {
    from { opacity: 0; }
    to { opacity: 1; }
}

.admin-forum-explore-nav-panel[b-p5vskg2tuv] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 205;
    display: flex;
    flex-direction: column;
    width: min(82vw, 260px);
    margin: 0;
    padding: 0 0.85rem 1.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--ew-surface-raised, #fff);
    border-left: 1px solid var(--ew-border);
    box-shadow: -8px 0 32px rgba(15, 23, 42, 0.12);
    transform: translateX(100%);
    transition: transform 0.22s ease;
    visibility: hidden;
    pointer-events: none;
}

.admin-forum-explore-nav-panel--open[b-p5vskg2tuv] {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.admin-forum-explore-nav-panel-head[b-p5vskg2tuv] {
    position: sticky;
    top: 0;
    z-index: 1;
    margin: 0 -0.85rem 0.75rem;
    padding: 0.85rem 0.85rem 0.65rem;
    background: var(--ew-surface-raised, #fff);
    border-bottom: 1px solid var(--ew-border);
}

.admin-forum-explore-nav-panel-close[b-p5vskg2tuv] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    margin: 0 0 0.55rem;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--ew-primary);
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.admin-forum-explore-nav-panel-close:hover[b-p5vskg2tuv] {
    color: var(--ew-primary-dark);
}

.admin-forum-explore-nav-panel-close-icon[b-p5vskg2tuv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: rgba(74, 99, 216, 0.08);
    font-size: 1.1rem;
    line-height: 1;
}

.admin-forum-explore-nav-panel-title[b-p5vskg2tuv] {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.admin-forum-explore-nav-list[b-p5vskg2tuv] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.admin-forum-explore-nav-link[b-p5vskg2tuv] {
    display: block;
    padding: 0.6rem 0.75rem;
    border-radius: var(--ew-radius-sm);
    color: #334155;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.35;
}

.admin-forum-explore-nav-link:hover[b-p5vskg2tuv] {
    background: #f1f5f9;
    color: var(--ew-primary-dark);
}

.admin-forum-explore-nav-link--active[b-p5vskg2tuv] {
    background: rgba(74, 99, 216, 0.08);
    color: var(--ew-primary);
    font-weight: 600;
}

.admin-forum-explore-nav-sidebar[b-p5vskg2tuv] {
    display: none;
}

@media (min-width: 992px) {
    .admin-forum-explore-nav-tab[b-p5vskg2tuv],
    .admin-forum-explore-nav-backdrop[b-p5vskg2tuv],
    .admin-forum-explore-nav-panel[b-p5vskg2tuv] {
        display: none !important;
    }

    .admin-forum-explore-nav-sidebar[b-p5vskg2tuv] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        position: sticky;
        top: 1rem;
        align-self: start;
        padding: 0.85rem 0.75rem;
        border: 1px solid var(--ew-border);
        border-radius: var(--ew-radius-sm);
        background: #fff;
        box-shadow: var(--ew-shadow);
    }

    .admin-forum-explore-nav-sidebar-title[b-p5vskg2tuv] {
        margin: 0 0 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--ew-border);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #64748b;
    }

    .admin-forum-explore-nav-sidebar-link[b-p5vskg2tuv] {
        display: block;
        padding: 0.55rem 0.65rem;
        border-radius: var(--ew-radius-sm);
        color: #64748b;
        text-decoration: none;
        font-size: 0.8125rem;
        font-weight: 500;
        line-height: 1.35;
    }

    .admin-forum-explore-nav-sidebar-link:hover[b-p5vskg2tuv] {
        background: #f8fafc;
        color: var(--ew-primary-dark);
    }

    .admin-forum-explore-nav-sidebar-link--active[b-p5vskg2tuv] {
        background: rgba(74, 99, 216, 0.08);
        color: var(--ew-primary);
        font-weight: 600;
    }
}
/* /Components/Admin/AdminPendingEventsPanel.razor.rz.scp.css */
.admin-approvals-panel .admin-approval-description[b-9j9axvio2f] {
    margin: 0.35rem 0 0;
    font-size: 0.875rem;
    color: #475569;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.admin-events-empty[b-9j9axvio2f] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.375rem;
    padding: 1rem 0.75rem;
    border: 1px dashed var(--ew-border);
    border-radius: var(--ew-radius-sm);
    background: #f8fafc;
}

.admin-events-empty-title[b-9j9axvio2f] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
}
/* /Components/Admin/AdminPointCrudLogTable.razor.rz.scp.css */
.admin-point-crud-col-user[b-9k9juxnfad] {
    width: 9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-point-crud-col-type[b-9k9juxnfad] {
    width: 9.5rem;
}

.admin-point-crud-col-points[b-9k9juxnfad] {
    width: 5.5rem;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.admin-point-crud-col-remarks[b-9k9juxnfad] {
    width: auto;
    min-width: 10rem;
}

.admin-point-crud-col-by[b-9k9juxnfad] {
    width: 8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-point-crud-type[b-9k9juxnfad] {
    display: inline-block;
    max-width: 100%;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.admin-point-crud-type--reward[b-9k9juxnfad] {
    background: #dbeafe;
    color: #1d4ed8;
}

.admin-point-crud-type--adjust[b-9k9juxnfad] {
    background: #f3e8ff;
    color: #7c3aed;
}

.admin-txn-log-table--compact .admin-point-crud-col-remarks[b-9k9juxnfad] {
    min-width: 0;
}

@media (max-width: 768px) {
    .admin-point-crud-log-table.admin-txn-log-table--wide .admin-point-crud-col-remarks[b-9k9juxnfad],
    .admin-point-crud-log-table.admin-txn-log-table--full .admin-point-crud-col-remarks[b-9k9juxnfad] {
        min-width: 10rem;
        max-width: 14rem;
        white-space: normal;
    }
}
/* /Components/Admin/AdminReportsPanel.razor.rz.scp.css */
.admin-reports-panel[b-z68iqkyh9f] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.admin-reports-filter-card[b-z68iqkyh9f] {
    position: relative;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.admin-reports-filter-card--menu-open[b-z68iqkyh9f] {
    z-index: 20;
}

.admin-reports-toolbar-end[b-z68iqkyh9f] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}

.admin-reports-more-menu[b-z68iqkyh9f] {
    min-width: 11.5rem;
}

.admin-reports-more-menu-label[b-z68iqkyh9f] {
    margin: 0.15rem 0 0;
    padding: 0.35rem 0.85rem 0.15rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.admin-reports-more-item--active[b-z68iqkyh9f] {
    font-weight: 700;
    color: #3730a3;
    background: #eef2ff;
}

.admin-reports-more-item--active:hover[b-z68iqkyh9f] {
    background: #e0e7ff;
}

.admin-reports-toolbar-head[b-z68iqkyh9f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #e2e8f0;
}

.admin-reports-toolbar-title[b-z68iqkyh9f] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    min-width: 0;
}

.admin-reports-toolbar-title h2[b-z68iqkyh9f] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.2;
}

.admin-reports-toolbar-sub[b-z68iqkyh9f] {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.3;
}

.admin-reports-toolbar-sub[b-z68iqkyh9f]::before {
    content: "·";
    margin-right: 0.5rem;
    color: #cbd5e1;
}

.admin-reports-range-badge[b-z68iqkyh9f] {
    flex-shrink: 0;
    margin: 0;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #3730a3;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.admin-reports-date-row[b-z68iqkyh9f] {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0.55rem;
    align-items: end;
}

.admin-reports-date-field[b-z68iqkyh9f] {
    min-width: 0;
    margin: 0;
}

.admin-reports-date-field label[b-z68iqkyh9f] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.admin-reports-run[b-z68iqkyh9f] {
    min-height: 2.35rem;
    padding-inline: 1rem;
    white-space: nowrap;
}

.admin-reports-error[b-z68iqkyh9f] {
    margin: 0;
}

.admin-reports-kpis[b-z68iqkyh9f] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.admin-reports-kpi[b-z68iqkyh9f] {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.75rem 0.8rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    min-width: 0;
}

.admin-reports-kpi-icon[b-z68iqkyh9f] {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 9px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.admin-reports-kpi--revenue .admin-reports-kpi-icon[b-z68iqkyh9f] {
    background: #dbeafe;
    color: #1d4ed8;
}

.admin-reports-kpi--orders .admin-reports-kpi-icon[b-z68iqkyh9f] {
    background: #e0e7ff;
    color: #4338ca;
}

.admin-reports-kpi--joined .admin-reports-kpi-icon[b-z68iqkyh9f] {
    background: #d1fae5;
    color: #047857;
}

.admin-reports-kpi--buyers .admin-reports-kpi-icon[b-z68iqkyh9f] {
    background: #fef3c7;
    color: #b45309;
}

.admin-reports-kpi-body[b-z68iqkyh9f] {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    min-width: 0;
}

.admin-reports-kpi-value[b-z68iqkyh9f] {
    font-size: clamp(1rem, 4vw, 1.25rem);
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    word-break: break-word;
}

.admin-reports-kpi-label[b-z68iqkyh9f] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.admin-reports-kpi-hint[b-z68iqkyh9f] {
    font-size: 0.72rem;
    color: #94a3b8;
    line-height: 1.3;
}

.admin-reports-kpi-help[b-z68iqkyh9f] {
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    background: #fff;
    color: #64748b;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    cursor: help;
}

.admin-reports-kpi-note[b-z68iqkyh9f] {
    margin: 0;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.78rem;
    color: #475569;
    line-height: 1.4;
}

.admin-reports-kpi-note strong[b-z68iqkyh9f] {
    color: #0f172a;
}

.admin-reports-charts[b-z68iqkyh9f] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.admin-reports-section--chart[b-z68iqkyh9f] {
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    min-width: 0;
}

.admin-reports-section-head h3[b-z68iqkyh9f] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
}

.admin-reports-section-head .meta[b-z68iqkyh9f] {
    margin: 0.15rem 0 0.55rem;
    font-size: 0.8125rem;
}

.admin-reports-empty[b-z68iqkyh9f] {
    padding: 1.15rem 0.85rem;
    text-align: center;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
}

.admin-reports-empty p[b-z68iqkyh9f] {
    margin: 0;
}

.admin-reports-empty .meta[b-z68iqkyh9f] {
    margin-top: 0.3rem;
}

.admin-reports-details[b-z68iqkyh9f] {
    margin-top: 0.55rem;
}

.admin-reports-details summary[b-z68iqkyh9f] {
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563eb;
    user-select: none;
}

.admin-reports-details summary:hover[b-z68iqkyh9f] {
    text-decoration: underline;
}

.admin-reports-details .admin-reports-table-wrap[b-z68iqkyh9f] {
    margin-top: 0.55rem;
}

.admin-reports-table-wrap[b-z68iqkyh9f] {
    overflow-x: auto;
    border: 1px solid var(--ew-border);
    border-radius: var(--ew-radius-sm);
    background: #fff;
}

.admin-reports-table[b-z68iqkyh9f] {
    width: 100%;
    margin: 0;
}

.admin-reports-table th[b-z68iqkyh9f],
.admin-reports-table td[b-z68iqkyh9f] {
    padding: 0.55rem 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--ew-border);
}

.admin-reports-table th[b-z68iqkyh9f] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    background: #f8fafc;
}

.admin-reports-table tbody tr:last-child td[b-z68iqkyh9f] {
    border-bottom: none;
}

.admin-reports-num[b-z68iqkyh9f] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.admin-reports-table th.admin-reports-num[b-z68iqkyh9f] {
    text-align: right;
}

@media (max-width: 640px) {
    .admin-reports-toolbar-head[b-z68iqkyh9f] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }

    .admin-reports-toolbar-end[b-z68iqkyh9f] {
        width: 100%;
        justify-content: space-between;
    }

    .admin-reports-toolbar-sub[b-z68iqkyh9f]::before {
        display: none;
    }

    .admin-reports-toolbar-title[b-z68iqkyh9f] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.1rem;
    }

    .admin-reports-date-row[b-z68iqkyh9f] {
        grid-template-columns: 1fr 1fr;
    }

    .admin-reports-run[b-z68iqkyh9f] {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (min-width: 900px) {
    .admin-reports-kpis[b-z68iqkyh9f] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* /Components/Admin/AdminStudentChildDetailPanel.razor.rz.scp.css */
.admin-student-points-detail[b-es38ggeoz4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 56rem;
    min-width: 0;
}

.admin-student-points-back[b-es38ggeoz4] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0.1rem;
    color: var(--ew-primary);
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
}

.admin-student-points-back:hover[b-es38ggeoz4] {
    color: var(--ew-primary-dark);
    text-decoration: underline;
}

.admin-student-points-hero-card[b-es38ggeoz4] {
    padding: 0.9rem 1rem;
    margin-bottom: 0;
}

.admin-student-points-hero-top[b-es38ggeoz4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.admin-student-points-hero-main[b-es38ggeoz4] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
    flex: 1 1 auto;
}

.admin-student-points-hero-info[b-es38ggeoz4] {
    min-width: 0;
}

.admin-student-points-hero-title[b-es38ggeoz4] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.45rem;
}

.admin-student-points-hero-title h2[b-es38ggeoz4] {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.25;
}

.admin-student-points-hero-title .admin-role-badge--inline[b-es38ggeoz4] {
    font-size: 0.58rem;
    font-weight: 600;
    padding: 0.08rem 0.35rem;
}

.admin-student-points-hero-email[b-es38ggeoz4] {
    margin: 0.2rem 0 0;
    font-size: 0.78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-student-points-hero-status[b-es38ggeoz4] {
    margin: 0.1rem 0 0;
    font-size: 0.72rem;
}

.admin-student-points-hero-balance[b-es38ggeoz4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 4.75rem;
    padding: 0.5rem 0.7rem;
    border-radius: var(--ew-radius-sm);
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
    text-align: center;
}

.admin-student-points-hero-balance-value[b-es38ggeoz4] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #1d4ed8;
    font-variant-numeric: tabular-nums;
}

.admin-student-points-hero-balance-unit[b-es38ggeoz4] {
    margin-top: 0.1rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (min-width: 641px) {
    .admin-student-points-detail[b-es38ggeoz4] {
        gap: 1rem;
    }

    .admin-student-points-hero-card[b-es38ggeoz4] {
        padding: 1rem 1.15rem;
    }

    .admin-student-points-hero-title h2[b-es38ggeoz4] {
        font-size: 1.2rem;
    }

    .admin-student-points-hero-email[b-es38ggeoz4] {
        font-size: 0.84rem;
    }

    .admin-student-points-hero-status[b-es38ggeoz4] {
        font-size: 0.78rem;
    }

    .admin-student-points-hero-balance[b-es38ggeoz4] {
        min-width: 6.5rem;
        padding: 0.7rem 0.9rem;
    }

    .admin-student-points-hero-balance-value[b-es38ggeoz4] {
        font-size: 2rem;
    }

    .admin-student-points-hero-balance-unit[b-es38ggeoz4] {
        font-size: 0.78rem;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 400;
    }
}
/* /Components/Admin/AdminStudentChildrenPanel.razor.rz.scp.css */
.admin-student-toolbar[b-t3xki3iloh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.85rem;
    margin-bottom: 0.15rem;
}

.admin-student-search-wrap[b-t3xki3iloh] {
    flex: 1 1 14rem;
    min-width: 0;
    margin: 0;
}

.admin-student-search-wrap .admin-users-search[b-t3xki3iloh] {
    max-width: none;
}

.admin-student-type-tabs[b-t3xki3iloh] {
    flex: 0 0 auto;
    flex-wrap: nowrap;
}

.admin-student-type-tabs .admin-segment-tab[b-t3xki3iloh] {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    font: inherit;
    cursor: pointer;
    background: #fff;
    white-space: nowrap;
}

.admin-student-type-tabs .admin-segment-tab--active[b-t3xki3iloh] {
    background: #2563eb;
}

@media (max-width: 640px) {
    .admin-student-type-tabs[b-t3xki3iloh] {
        width: 100%;
        justify-content: stretch;
    }

    .admin-student-type-tabs .admin-segment-tab[b-t3xki3iloh] {
        flex: 1 1 0;
        justify-content: center;
        padding-inline: 0.55rem;
        font-size: 0.82rem;
    }
}

.admin-student-card[b-t3xki3iloh] {
    position: relative;
    align-items: center;
    gap: 0.85rem;
    padding-right: 1.75rem;
}

.admin-student-card--menu-open[b-t3xki3iloh] {
    z-index: 100;
}

.admin-student-card-body[b-t3xki3iloh] {
    flex: 1 1 auto;
    min-width: 0;
}

.admin-student-card-title-row[b-t3xki3iloh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.45rem;
}

.admin-student-card-body .admin-user-name[b-t3xki3iloh] {
    margin: 0;
    line-height: 1.25;
}

.admin-student-card .admin-role-badge--inline[b-t3xki3iloh] {
    font-size: 0.58rem;
    font-weight: 600;
    padding: 0.08rem 0.35rem;
    line-height: 1.3;
}

.admin-student-card-meta[b-t3xki3iloh] {
    margin: 0.2rem 0 0;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-student-card-more[b-t3xki3iloh] {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    z-index: 2;
}

.admin-student-card-more-btn[b-t3xki3iloh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.admin-student-card-more-btn:hover[b-t3xki3iloh],
.admin-student-card-more-btn[aria-expanded="true"][b-t3xki3iloh] {
    background: #f1f5f9;
    color: #334155;
}

.admin-student-card-kebab[b-t3xki3iloh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    width: 0.75rem;
    height: 0.9rem;
}

.admin-student-card-kebab span[b-t3xki3iloh] {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 999px;
    background: currentColor;
}

.admin-student-card-more-menu[b-t3xki3iloh] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    z-index: 12;
    min-width: 10.5rem;
    padding: 0.25rem 0;
    background: #fff;
    border: 1px solid var(--ew-border);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.admin-student-card-menu-backdrop[b-t3xki3iloh] {
    position: fixed;
    inset: 0;
    z-index: 11;
    border: none;
    background: transparent;
    cursor: default;
}

.admin-student-card-more-item[b-t3xki3iloh] {
    display: block;
    width: 100%;
    padding: 0.55rem 0.85rem;
    border: none;
    background: #fff;
    color: #1e293b;
    font: inherit;
    font-size: 0.84rem;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

button.admin-student-card-more-item[b-t3xki3iloh] {
    appearance: none;
    -webkit-appearance: none;
}

.admin-student-card-more-item:hover[b-t3xki3iloh] {
    background: #f8fafc;
    color: #1e293b;
}

.admin-student-card-more-item--disabled[b-t3xki3iloh] {
    color: #94a3b8;
    cursor: not-allowed;
    pointer-events: none;
}

.admin-status-badge--unassigned[b-t3xki3iloh] {
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #fdba74;
    font-weight: 600;
    padding: 0.08rem 0.35rem;
    border-radius: 999px;
    font-size: 0.58rem;
    line-height: 1.3;
}

.admin-student-assign-parent[b-t3xki3iloh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.55rem;
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid #e2e8f0;
}

.admin-student-assign-label[b-t3xki3iloh] {
    flex: 1 1 12rem;
    min-width: 0;
    margin: 0;
}

.admin-student-assign-select[b-t3xki3iloh] {
    width: 100%;
    font-size: 0.85rem;
}

.admin-student-assign-actions[b-t3xki3iloh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.admin-inline-error[b-t3xki3iloh] {
    margin: 0 0 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 0.88rem;
}
/* /Components/Admin/AdminStudentPointsSection.razor.rz.scp.css */
.admin-student-points-body[b-90j5otcubd] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

.admin-student-points-hero-card--compact[b-90j5otcubd] {
    display: flex;
    justify-content: flex-end;
    padding: 0.85rem 1rem;
}

.admin-student-points-hero-card--compact .admin-student-points-hero-balance[b-90j5otcubd] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 5rem;
    padding: 0.5rem 0.75rem;
    border-radius: var(--ew-radius-sm);
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
}

.admin-student-points-hero-card--compact .admin-student-points-hero-balance-label[b-90j5otcubd] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #64748b;
}

.admin-student-points-hero-card--compact .admin-student-points-hero-balance-value[b-90j5otcubd] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1d4ed8;
    font-variant-numeric: tabular-nums;
}

.admin-student-points-hero-card--compact .admin-student-points-hero-balance-unit[b-90j5otcubd] {
    font-size: 0.68rem;
    color: #64748b;
}

.admin-student-points-panel[b-90j5otcubd] {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    min-width: 0;
}

.admin-student-points-history[b-90j5otcubd] {
    overflow: visible;
}

.admin-student-points-panel-head[b-90j5otcubd] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--ew-border);
    background: #f8fafc;
}

.admin-student-points-panel-head--split[b-90j5otcubd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.admin-student-points-panel-title[b-90j5otcubd] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.admin-student-points-count[b-90j5otcubd] {
    flex-shrink: 0;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: #e2e8f0;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.admin-student-points-alert[b-90j5otcubd] {
    margin: 0 1rem;
    padding: 0.55rem 0.75rem;
    border-radius: var(--ew-radius-sm);
    font-size: 0.8125rem;
}

.admin-student-points-adjust .admin-student-points-alert[b-90j5otcubd] {
    margin-top: 0.65rem;
}

.admin-student-points-alert--success[b-90j5otcubd] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.admin-student-points-alert--error[b-90j5otcubd] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.admin-student-points-body > .admin-student-points-alert--error[b-90j5otcubd] {
    margin: 0;
}

.admin-student-points-form[b-90j5otcubd] {
    padding: 0.75rem 1rem 0.9rem;
}

.admin-student-points-form .form-group[b-90j5otcubd] {
    margin-bottom: 0.65rem;
}

.admin-student-adjust-row[b-90j5otcubd] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 0.65rem;
    margin-bottom: 0;
}

.admin-student-adjust-remark[b-90j5otcubd] {
    margin-bottom: 0.5rem !important;
}

.admin-student-point-direction[b-90j5otcubd] {
    display: flex;
    gap: 0.3rem;
}

.admin-student-point-direction-btn[b-90j5otcubd] {
    flex: 1 1 0;
    min-height: 2.25rem;
    padding: 0.4rem 0.5rem;
    border: 1px solid var(--ew-border);
    border-radius: var(--ew-radius-sm);
    background: #fff;
    color: #475569;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.admin-student-point-direction-btn:hover[b-90j5otcubd] {
    background: #f8fafc;
}

.admin-student-point-direction-btn--add.admin-student-point-direction-btn--active[b-90j5otcubd] {
    border-color: #86efac;
    background: #f0fdf4;
    color: #15803d;
}

.admin-student-point-direction-btn--deduct.admin-student-point-direction-btn--active[b-90j5otcubd] {
    border-color: #fca5a5;
    background: #fef2f2;
    color: #b91c1c;
}

.admin-student-points-form-actions[b-90j5otcubd] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0;
}

.admin-student-points-form-actions .btn-primary[b-90j5otcubd] {
    flex: 1 1 auto;
    min-height: 2.5rem;
}

.admin-student-points-empty[b-90j5otcubd] {
    padding: 1.1rem 1rem 1.25rem;
    text-align: center;
}

.admin-student-points-empty p[b-90j5otcubd] {
    margin: 0;
}

.admin-student-points-empty .meta[b-90j5otcubd] {
    margin-top: 0.3rem;
    font-size: 0.78rem;
}

.admin-student-points-txn-log[b-90j5otcubd] {
    padding: 0 0 0.85rem;
    min-width: 0;
}

.admin-student-points-txn-log .admin-txn-log-table-wrap[b-90j5otcubd] {
    max-height: none;
    max-width: 100%;
    min-width: 0;
    margin: 0 1rem;
    width: calc(100% - 2rem);
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    scrollbar-gutter: stable;
}

.admin-student-points-txn-log .admin-txn-log-table[b-90j5otcubd] {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
}

.admin-student-points-txn-log .admin-txn-log-table--medium[b-90j5otcubd] {
    min-width: 36rem;
    width: 100%;
}

.admin-student-points-txn-log .admin-txn-log-table th[b-90j5otcubd],
.admin-student-points-txn-log .admin-txn-log-table td[b-90j5otcubd] {
    font-size: 0.8125rem;
    vertical-align: top;
}

.admin-student-points-txn-log .admin-txn-log-col-date[b-90j5otcubd] {
    width: 7.5rem;
    white-space: nowrap;
}

.admin-student-points-txn-log .admin-point-crud-col-type[b-90j5otcubd] {
    width: 9.5rem;
}

.admin-student-points-txn-log .admin-point-crud-col-points[b-90j5otcubd] {
    width: 5.5rem;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.admin-student-points-txn-log .admin-point-crud-col-remarks[b-90j5otcubd] {
    width: auto;
    min-width: 10rem;
}

.admin-student-points-txn-log .admin-point-crud-col-by[b-90j5otcubd] {
    width: 8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-student-points-txn-log .admin-point-crud-type[b-90j5otcubd] {
    display: inline-block;
    max-width: 100%;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.admin-student-points-txn-log .admin-point-crud-type--reward[b-90j5otcubd] {
    background: #dbeafe;
    color: #1d4ed8;
}

.admin-student-points-txn-log .admin-point-crud-type--adjust[b-90j5otcubd] {
    background: #f3e8ff;
    color: #7c3aed;
}

.admin-student-points-txn-log .admin-txn-log-date[b-90j5otcubd] {
    white-space: nowrap;
    color: #334155;
}

.admin-student-points-txn-log .admin-txn-desc[b-90j5otcubd] {
    color: #334155;
    line-height: 1.35;
    word-break: break-word;
}

@media (max-width: 768px) {
    .admin-student-points-txn-log .admin-txn-log-table-wrap[b-90j5otcubd] {
        margin: 0 0.75rem;
        width: calc(100% - 1.5rem);
    }

    .admin-student-points-txn-log .admin-txn-log-table--medium[b-90j5otcubd] {
        min-width: 32rem;
        table-layout: auto;
    }

    .admin-student-points-txn-log .admin-txn-log-table th[b-90j5otcubd],
    .admin-student-points-txn-log .admin-txn-log-table td[b-90j5otcubd] {
        font-size: 0.75rem;
        padding: 0.5rem 0.6rem;
    }

    .admin-student-points-txn-log .admin-point-crud-col-remarks[b-90j5otcubd],
    .admin-student-points-txn-log .admin-txn-desc[b-90j5otcubd] {
        min-width: 8rem;
        max-width: 14rem;
        white-space: normal;
    }

    .admin-student-points-txn-log .admin-txn-log-table thead th[b-90j5otcubd] {
        position: sticky;
        top: 0;
        z-index: 1;
        box-shadow: 0 1px 0 var(--ew-border);
    }
}

@media (min-width: 641px) {
    .admin-student-points-body[b-90j5otcubd] {
        gap: 1rem;
    }

    .admin-student-points-hero-card--compact[b-90j5otcubd] {
        padding: 1rem 1.25rem;
    }

    .admin-student-points-hero-card--compact .admin-student-points-hero-balance[b-90j5otcubd] {
        min-width: 7rem;
        padding: 0.85rem 1rem;
    }

    .admin-student-points-hero-card--compact .admin-student-points-hero-balance-value[b-90j5otcubd] {
        font-size: 2rem;
    }

    .admin-student-points-hero-card--compact .admin-student-points-hero-balance-unit[b-90j5otcubd] {
        font-size: 0.78rem;
    }

    .admin-student-points-panel-head[b-90j5otcubd] {
        padding: 1rem 1.25rem 0.85rem;
    }

    .admin-student-points-panel-title[b-90j5otcubd] {
        font-size: 1rem;
    }

    .admin-student-points-alert[b-90j5otcubd] {
        margin: 0 1.25rem;
        padding: 0.65rem 0.85rem;
        font-size: 0.875rem;
    }

    .admin-student-points-form[b-90j5otcubd] {
        padding: 1rem 1.25rem 1.15rem;
    }

    .admin-student-adjust-row[b-90j5otcubd] {
        grid-template-columns: 1fr 1fr;
        gap: 0.85rem;
    }

    .admin-student-point-direction-btn[b-90j5otcubd] {
        min-height: 2.35rem;
        padding: 0.45rem 0.75rem;
        font-size: 0.875rem;
    }

    .admin-student-points-form-actions .btn-primary[b-90j5otcubd] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .admin-student-points-txn-log[b-90j5otcubd] {
        padding-bottom: 1rem;
    }

    .admin-student-points-txn-log .admin-txn-log-table-wrap[b-90j5otcubd] {
        margin: 0 1.25rem;
        width: calc(100% - 2.5rem);
    }
}
/* /Components/Admin/AdminTransactionLogPanel.razor.rz.scp.css */
.admin-txn-log[b-ccs7jauua6] {
    min-width: 0;
    max-width: 100%;
}

.admin-txn-log--embedded[b-ccs7jauua6] {
    grid-column: auto;
    min-width: 0;
    max-width: 100%;
}

.admin-txn-log-summary[b-ccs7jauua6] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.35rem;
}

.admin-txn-log-head[b-ccs7jauua6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.admin-txn-log-head h3[b-ccs7jauua6] {
    margin: 0 0 0.25rem;
    font-size: 1rem;
}

.admin-txn-log-count[b-ccs7jauua6] {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    padding: 0.25rem 0.55rem;
    background: #f1f5f9;
    border-radius: 999px;
}

.admin-txn-log-filters[b-ccs7jauua6] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.admin-txn-log-filter[b-ccs7jauua6] {
    min-width: 11rem;
    margin: 0;
}

.admin-txn-log-filter--search[b-ccs7jauua6] {
    flex: 1 1 14rem;
    min-width: 12rem;
}

.admin-txn-log-columns-bar[b-ccs7jauua6] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.55rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--ew-border);
    border-radius: var(--ew-radius-sm);
    background: #f8fafc;
}

.admin-txn-log-columns-row[b-ccs7jauua6] {
    display: flex;
    align-items: center;
    min-width: 0;
}

.admin-txn-log-columns-options[b-ccs7jauua6] {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.admin-txn-log-columns-label[b-ccs7jauua6] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.admin-txn-log-col-toggle[b-ccs7jauua6] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    font-size: 0.8125rem;
    color: #334155;
    cursor: pointer;
    user-select: none;
}

.admin-txn-log-col-toggle input[b-ccs7jauua6] {
    margin: 0;
    cursor: pointer;
}

.admin-txn-log-table-wrap[b-ccs7jauua6] {
    max-height: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    scrollbar-gutter: stable;
}

.admin-txn-log-table-wrap--compact[b-ccs7jauua6],
.admin-txn-log-table-wrap--medium[b-ccs7jauua6] {
    overflow-x: visible;
}

.admin-txn-log-table[b-ccs7jauua6] {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
}

.admin-txn-log-table--compact[b-ccs7jauua6] {
    min-width: 0;
}

.admin-txn-log-table--medium[b-ccs7jauua6] {
    min-width: 36rem;
    width: 100%;
}

.admin-txn-log-table--wide[b-ccs7jauua6] {
    min-width: 48rem;
    width: 100%;
}

.admin-txn-log-table--full[b-ccs7jauua6] {
    min-width: 56rem;
    width: max-content;
}

.admin-txn-log-table th[b-ccs7jauua6],
.admin-txn-log-table td[b-ccs7jauua6] {
    font-size: 0.8125rem;
    vertical-align: top;
}

.admin-txn-log-col-date[b-ccs7jauua6] {
    width: 7.5rem;
    white-space: nowrap;
}

.admin-txn-log-col-type[b-ccs7jauua6] {
    width: 10rem;
}

.admin-txn-log-col-user[b-ccs7jauua6] {
    width: 8rem;
}

.admin-txn-log-col-details[b-ccs7jauua6] {
    width: auto;
    min-width: 10rem;
}

.admin-txn-log-table--compact .admin-txn-log-col-details[b-ccs7jauua6] {
    min-width: 0;
}

.admin-txn-log-col-status[b-ccs7jauua6] {
    width: 6.5rem;
}

.admin-txn-log-col-amount[b-ccs7jauua6],
.admin-txn-log-col-amount th[b-ccs7jauua6] {
    width: 7.5rem;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.admin-txn-log-date[b-ccs7jauua6] {
    white-space: nowrap;
    color: #334155;
}

.admin-txn-desc[b-ccs7jauua6] {
    color: #334155;
    line-height: 1.35;
    word-break: break-word;
}

.admin-txn-amount[b-ccs7jauua6] {
    font-weight: 600;
    white-space: nowrap;
}

.admin-txn-amount--credit[b-ccs7jauua6] { color: #15803d; }
.admin-txn-amount--debit[b-ccs7jauua6] { color: #0f172a; }

.admin-txn-log-more[b-ccs7jauua6] {
    display: flex;
    justify-content: center;
    margin-top: 0.85rem;
}

.admin-txn-log-empty[b-ccs7jauua6] {
    margin: 0;
}

@media (max-width: 768px) {
    .admin-txn-log-table-wrap[b-ccs7jauua6] {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .admin-txn-log-table-wrap--compact[b-ccs7jauua6] {
        overflow-x: visible;
    }

    .admin-txn-log-table--compact[b-ccs7jauua6] {
        min-width: 0;
        width: 100%;
        table-layout: fixed;
    }

    .admin-txn-log-table--medium[b-ccs7jauua6] {
        min-width: 32rem;
    }

    .admin-txn-log-table--wide[b-ccs7jauua6],
    .admin-txn-log-table--full[b-ccs7jauua6] {
        min-width: 48rem;
        width: max-content;
        table-layout: auto;
    }

    .admin-txn-log-table th[b-ccs7jauua6],
    .admin-txn-log-table td[b-ccs7jauua6] {
        font-size: 0.75rem;
        padding: 0.5rem 0.6rem;
    }

    .admin-txn-log-table--wide th[b-ccs7jauua6],
    .admin-txn-log-table--wide td[b-ccs7jauua6],
    .admin-txn-log-table--full th[b-ccs7jauua6],
    .admin-txn-log-table--full td[b-ccs7jauua6] {
        white-space: nowrap;
    }

    .admin-txn-log-col-details[b-ccs7jauua6],
    .admin-txn-desc[b-ccs7jauua6] {
        white-space: normal;
        min-width: 8rem;
    }

    .admin-txn-log-table--wide .admin-txn-log-col-details[b-ccs7jauua6],
    .admin-txn-log-table--wide .admin-txn-desc[b-ccs7jauua6],
    .admin-txn-log-table--full .admin-txn-log-col-details[b-ccs7jauua6],
    .admin-txn-log-table--full .admin-txn-desc[b-ccs7jauua6] {
        min-width: 12rem;
        max-width: 16rem;
    }

    .admin-txn-log-table thead th[b-ccs7jauua6] {
        position: sticky;
        top: 0;
        z-index: 1;
        box-shadow: 0 1px 0 var(--ew-border);
    }

    .admin-txn-log-more[b-ccs7jauua6] {
        margin-top: 0.65rem;
    }

    .admin-txn-log-columns-bar[b-ccs7jauua6] {
        gap: 0.35rem;
        padding: 0.45rem 0.6rem;
    }

    .admin-txn-log-columns-options[b-ccs7jauua6] {
        gap: 0.45rem 0.85rem;
    }
}
/* /Components/Admin/AdminTransactionLogsPanel.razor.rz.scp.css */
/* Shared transaction log panel styles live in eventweb.css */
/* /Components/Admin/AdminUserDetailPanel.razor.rz.scp.css */
.admin-user-detail[b-fz674cbqbf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

.admin-user-profile-card[b-fz674cbqbf] {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.admin-user-profile-card__toolbar[b-fz674cbqbf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 1.1rem;
    border-bottom: 1px solid var(--ew-border);
    background: #fff;
}

.admin-user-profile-card__back[b-fz674cbqbf] {
    margin: 0;
    flex-shrink: 0;
}

.admin-user-profile-card__actions[b-fz674cbqbf] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.4rem;
}

.admin-user-profile-card__head[b-fz674cbqbf] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid var(--ew-border);
}

.admin-user-profile-card__identity[b-fz674cbqbf] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    min-width: 0;
    flex: 1;
}

.admin-user-profile-card__avatar[b-fz674cbqbf] {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.15rem;
}

.admin-user-profile-card__identity-text[b-fz674cbqbf] {
    min-width: 0;
    flex: 1;
}

.admin-user-profile-card__title-row[b-fz674cbqbf] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.3rem;
}

.admin-user-profile-card__name[b-fz674cbqbf] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--ew-text);
}

.admin-user-profile-card__phone[b-fz674cbqbf] {
    margin: 0 0 0.15rem;
    font-size: 0.92rem;
    color: #334155;
}

.admin-user-profile-card__email[b-fz674cbqbf],
.admin-user-profile-card__id[b-fz674cbqbf] {
    margin: 0;
    font-size: 0.78rem;
    word-break: break-word;
}

.admin-user-profile-card__id[b-fz674cbqbf] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    color: #94a3b8;
}

.admin-user-profile-card__balance[b-fz674cbqbf] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 5.5rem;
    padding: 0.65rem 0.85rem;
    border-radius: var(--ew-radius-sm);
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
}

.admin-user-profile-card__balance-label[b-fz674cbqbf] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #64748b;
}

.admin-user-profile-card__balance-value[b-fz674cbqbf] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1d4ed8;
    font-variant-numeric: tabular-nums;
}

.admin-user-profile-card__balance-unit[b-fz674cbqbf] {
    font-size: 0.72rem;
    color: #64748b;
}

.admin-user-profile-card__body[b-fz674cbqbf] {
    padding: 0.95rem 1.1rem 1.1rem;
}

.admin-user-profile-card__section-head[b-fz674cbqbf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.admin-user-profile-card__section-head h3[b-fz674cbqbf] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.admin-user-profile-card__loading[b-fz674cbqbf],
.admin-user-profile-card__error[b-fz674cbqbf] {
    margin: 0;
    padding: 0.85rem 1.1rem 1rem;
}

.admin-user-profile-card__error[b-fz674cbqbf] {
    color: #b91c1c;
    font-size: 0.875rem;
}

.admin-user-profile-dl[b-fz674cbqbf] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem 1.25rem;
    margin: 0;
}

.admin-user-profile-dl__row[b-fz674cbqbf] {
    display: grid;
    grid-template-columns: 7.5rem minmax(0, 1fr);
    gap: 0.5rem 0.85rem;
    align-items: baseline;
    padding: 0.45rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.admin-user-profile-dl__row:last-child[b-fz674cbqbf] {
    border-bottom: none;
    padding-bottom: 0;
}

.admin-user-profile-dl__row dt[b-fz674cbqbf] {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.admin-user-profile-dl__row dd[b-fz674cbqbf] {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ew-text);
    word-break: break-word;
}

@media (min-width: 641px) {
    .admin-user-detail[b-fz674cbqbf] {
        gap: 1rem;
    }

    .admin-user-profile-card__toolbar[b-fz674cbqbf] {
        padding: 0.8rem 1.25rem;
    }

    .admin-user-profile-card__head[b-fz674cbqbf] {
        padding: 1.15rem 1.25rem;
    }

    .admin-user-profile-card__avatar[b-fz674cbqbf] {
        width: 3.75rem;
        height: 3.75rem;
        font-size: 1.25rem;
    }

    .admin-user-profile-card__name[b-fz674cbqbf] {
        font-size: 1.35rem;
    }

    .admin-user-profile-card__balance[b-fz674cbqbf] {
        min-width: 7rem;
        padding: 0.85rem 1rem;
    }

    .admin-user-profile-card__balance-value[b-fz674cbqbf] {
        font-size: 2rem;
    }

    .admin-user-profile-card__body[b-fz674cbqbf] {
        padding: 1.1rem 1.25rem 1.25rem;
    }

    .admin-user-profile-dl[b-fz674cbqbf] {
        grid-template-columns: 1fr 1fr;
        gap: 0.35rem 1.5rem;
    }

    .admin-user-profile-dl__row[b-fz674cbqbf] {
        border-bottom: none;
        padding: 0.4rem 0;
    }

    .admin-user-profile-dl__row--wide[b-fz674cbqbf] {
        grid-column: 1 / -1;
    }

    .admin-user-profile-dl__row dt[b-fz674cbqbf] {
        font-size: 0.8rem;
    }

    .admin-user-profile-dl__row dd[b-fz674cbqbf] {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .admin-user-profile-card__toolbar[b-fz674cbqbf] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .admin-user-profile-card__actions[b-fz674cbqbf] {
        width: 100%;
    }

    .admin-user-profile-card__actions .btn-sm[b-fz674cbqbf] {
        flex: 1 1 auto;
    }

    .admin-user-profile-card__head[b-fz674cbqbf] {
        flex-direction: column;
    }

    .admin-user-profile-card__balance[b-fz674cbqbf] {
        align-self: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.35rem 0.5rem;
    }

    .admin-user-profile-card__balance-label[b-fz674cbqbf] {
        width: 100%;
    }

    .admin-user-profile-dl__row[b-fz674cbqbf] {
        grid-template-columns: 6.25rem minmax(0, 1fr);
    }
}
/* /Components/Admin/AdminUsersRoleNav.razor.rz.scp.css */
/* Mobile: slide-in panel with edge tab to open */
.admin-users-role-tab[b-5ir73yzg4j] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 210;
    transform: translateY(-50%);
    min-height: 5.5rem;
    padding: 0.65rem 0.45rem;
    border: 1px solid var(--ew-border);
    border-right: none;
    border-radius: 8px 0 0 8px;
    background: var(--ew-surface-raised, #fff);
    color: var(--ew-text);
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: -2px 0 12px rgba(15, 23, 42, 0.08);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: opacity 0.18s ease, transform 0.22s ease;
}

.admin-users-role-backdrop[b-5ir73yzg4j] {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(15, 23, 42, 0.4);
    cursor: pointer;
    animation: admin-users-role-fade-in-b-5ir73yzg4j 0.22s ease;
}

@keyframes admin-users-role-fade-in-b-5ir73yzg4j {
    from { opacity: 0; }
    to { opacity: 1; }
}

.admin-users-role-panel[b-5ir73yzg4j] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 205;
    display: flex;
    flex-direction: column;
    width: min(78vw, 240px);
    margin: 0;
    padding: 0 0.85rem 1.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--ew-surface-raised, #fff);
    border-left: 1px solid var(--ew-border);
    box-shadow: -8px 0 32px rgba(15, 23, 42, 0.12);
    transform: translateX(100%);
    transition: transform 0.22s ease;
    visibility: hidden;
    pointer-events: none;
}

.admin-users-role-panel--open[b-5ir73yzg4j] {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.admin-users-role-panel-head[b-5ir73yzg4j] {
    position: sticky;
    top: 0;
    z-index: 1;
    margin: 0 -0.85rem 0.75rem;
    padding: 0.85rem 0.85rem 0.65rem;
    background: var(--ew-surface-raised, #fff);
    border-bottom: 1px solid var(--ew-border);
}

.admin-users-role-panel-close[b-5ir73yzg4j] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    margin: 0 0 0.55rem;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--ew-primary);
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.admin-users-role-panel-close:hover[b-5ir73yzg4j] {
    color: var(--ew-primary-dark);
}

.admin-users-role-panel-close-icon[b-5ir73yzg4j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: rgba(74, 99, 216, 0.08);
    font-size: 1.1rem;
    line-height: 1;
}

.admin-users-role-panel-title[b-5ir73yzg4j] {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.admin-users-role-list[b-5ir73yzg4j] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.admin-users-role-link[b-5ir73yzg4j] {
    display: block;
    padding: 0.6rem 0.75rem;
    border-radius: var(--ew-radius-sm);
    color: #334155;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.admin-users-role-link:hover[b-5ir73yzg4j] {
    background: #f1f5f9;
    color: var(--ew-primary-dark);
}

.admin-users-role-link--active[b-5ir73yzg4j] {
    background: rgba(74, 99, 216, 0.08);
    color: var(--ew-primary);
    font-weight: 600;
}

/* Desktop: sticky right sidebar column */
.admin-users-role-sidebar[b-5ir73yzg4j] {
    display: none;
}

@media (min-width: 992px) {
    .admin-users-role-tab[b-5ir73yzg4j],
    .admin-users-role-backdrop[b-5ir73yzg4j],
    .admin-users-role-panel[b-5ir73yzg4j] {
        display: none !important;
    }

    .admin-users-role-sidebar[b-5ir73yzg4j] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        position: sticky;
        top: 1rem;
        align-self: start;
        padding: 0.85rem 0.75rem;
        border: 1px solid var(--ew-border);
        border-radius: var(--ew-radius-sm);
        background: #fff;
        box-shadow: var(--ew-shadow);
    }

    .admin-users-role-sidebar-title[b-5ir73yzg4j] {
        margin: 0 0 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--ew-border);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #64748b;
    }

    .admin-users-role-sidebar-link[b-5ir73yzg4j] {
        display: block;
        padding: 0.55rem 0.65rem;
        border-radius: var(--ew-radius-sm);
        color: #64748b;
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: 500;
        white-space: nowrap;
    }

    .admin-users-role-sidebar-link:hover[b-5ir73yzg4j] {
        background: #f8fafc;
        color: var(--ew-primary-dark);
    }

    .admin-users-role-sidebar-link--active[b-5ir73yzg4j] {
        background: rgba(74, 99, 216, 0.08);
        color: var(--ew-primary);
        font-weight: 600;
    }
}
/* /Components/Admin/ReportBarChart.razor.rz.scp.css */
.report-chart[b-7g07ofja06] {
    width: 100%;
    border: 1px solid var(--ew-border);
    border-radius: var(--ew-radius-sm);
    background: #fff;
    padding: 0.5rem 0.35rem 0.25rem;
}

.report-chart-canvas[b-7g07ofja06] {
    width: 100%;
    height: 280px;
    min-height: 220px;
}

.report-chart-empty[b-7g07ofja06] {
    border: 1px dashed var(--ew-border);
    border-radius: var(--ew-radius-sm);
    padding: 2rem 1rem;
    text-align: center;
    background: #f8fafc;
}

.report-chart-empty p[b-7g07ofja06] {
    margin: 0;
}
/* /Components/ChildEditModal.razor.rz.scp.css */
.child-edit-backdrop[b-rpj1x6saik] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    border: none;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.child-edit-modal[b-rpj1x6saik] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1201;
    transform: translate(-50%, -50%);
    width: min(92vw, 24rem);
    max-height: 90dvh;
    overflow-y: auto;
    background: #fff;
    border-radius: 14px;
    padding: 1.1rem 1.15rem 1.25rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.child-edit-modal-header[b-rpj1x6saik] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.child-edit-modal-title[b-rpj1x6saik] {
    margin: 0;
    font-size: 1.05rem;
}

.child-edit-modal-close[b-rpj1x6saik] {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: #f3f3f3;
    color: #444;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.child-edit-modal-close:hover[b-rpj1x6saik] {
    background: #e8e8e8;
}
/* /Components/Engagement/DailyRewardTasksPanel.razor.rz.scp.css */
.dr-tasks-tab[b-cmzyxdawvq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    position: absolute;
    top: 0.75rem;
    right: 0;
    z-index: 210;
    transform: translateX(42%);
    min-height: 5.5rem;
    padding: 0.65rem 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-right: none;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(180deg, #fff 0%, #f5f3ff 100%);
    color: #5b21b6;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: -3px 0 16px rgba(91, 33, 182, 0.15);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.dr-tasks-tab--open[b-cmzyxdawvq] {
    position: fixed;
    top: calc(var(--ew-topbar-height, 3.25rem) + 0.65rem);
    right: min(88vw, 320px);
    transform: none;
    border-right: 1px solid rgba(255, 255, 255, 0.85);
    writing-mode: horizontal-tb;
    min-height: auto;
    min-width: 2rem;
    padding: 0.55rem 0.35rem;
}

.dr-tasks-tab-icon[b-cmzyxdawvq] {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
}

.dr-tasks-tab-label[b-cmzyxdawvq] {
    line-height: 1.2;
}

.dr-tasks-tab-badge[b-cmzyxdawvq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.25rem;
    border-radius: 999px;
    background: #7c3aed;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    writing-mode: horizontal-tb;
}

.dr-tasks-backdrop[b-cmzyxdawvq] {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(49, 46, 129, 0.35);
    cursor: pointer;
}

.dr-tasks-panel[b-cmzyxdawvq] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 205;
    width: min(88vw, 320px);
    margin: 0;
    padding: 0 0 1.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(180deg, #faf5ff 0%, #fff 35%);
    border-left: 1px solid #e9d5ff;
    box-shadow: -8px 0 32px rgba(91, 33, 182, 0.12);
    transform: translateX(100%);
    transition: transform 0.25s ease;
}

.dr-tasks-panel--open[b-cmzyxdawvq] {
    transform: translateX(0);
}

.dr-tasks-panel-head[b-cmzyxdawvq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.85rem 0.85rem 0.65rem;
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(250, 245, 255, 0.95);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #ede9fe;
}

.dr-tasks-panel-title[b-cmzyxdawvq] {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #4c1d95;
}

.dr-tasks-panel-close[b-cmzyxdawvq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: #ede9fe;
    color: #5b21b6;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.dr-tasks-loading[b-cmzyxdawvq] {
    margin: 1rem 0.85rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.dr-tasks-section[b-cmzyxdawvq] {
    padding: 0.5rem 0.85rem 0;
}

.dr-tasks-section-title[b-cmzyxdawvq] {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7c3aed;
}

.dr-tasks-section .le-weekly-list[b-cmzyxdawvq] {
    gap: 0.3rem;
}

.dr-tasks-section--weekly[b-cmzyxdawvq]  .le-weekly-card {
    margin: 0;
    padding: 0.55rem 0.6rem;
    border-radius: 10px;
    box-shadow: none;
}

.dr-tasks-section--weekly[b-cmzyxdawvq]  .le-weekly-head {
    margin-bottom: 0.35rem;
}

.dr-tasks-section--weekly[b-cmzyxdawvq]  .le-weekly-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7c3aed;
}

.dr-tasks-section--weekly[b-cmzyxdawvq]  .le-weekly-week {
    font-size: 0.62rem;
}

.dr-tasks-section--weekly[b-cmzyxdawvq]  .le-weekly-summary {
    margin-bottom: 0.3rem;
}

.dr-tasks-shop[b-cmzyxdawvq] {
    padding: 1rem 0.85rem 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid #ede9fe;
}

.dr-tasks-shop-link[b-cmzyxdawvq] {
    display: block;
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid #d8b4fe;
    border-radius: 10px;
    background: #fff;
    color: #6d28d9;
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.dr-tasks-shop-link:hover[b-cmzyxdawvq] {
    background: #faf5ff;
    border-color: #a855f7;
}
/* /Components/Engagement/FriendActivityTopbarButton.razor.rz.scp.css */
.app-friend-activity-wrap[b-kjbmpprxpf] {
    position: relative;
}

.app-friend-activity-btn[b-kjbmpprxpf] {
    position: relative;
}

.app-friend-activity-backdrop[b-kjbmpprxpf] {
    position: fixed;
    inset: 0;
    z-index: 240;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(15, 23, 42, 0.18);
    cursor: default;
}

.app-friend-activity-panel[b-kjbmpprxpf] {
    position: fixed;
    top: calc(var(--ew-topbar-height, 56px) + 0.65rem);
    right: max(1rem, env(safe-area-inset-right, 0px));
    left: max(1rem, env(safe-area-inset-left, 0px));
    z-index: 250;
    width: auto;
    max-width: 22rem;
    margin-left: auto;
    max-height: min(70vh, 24rem);
    overflow: auto;
    padding: 0.85rem 0.9rem 0.9rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--ew-border);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
}

@media (max-width: 520px) {
    .app-friend-activity-panel[b-kjbmpprxpf] {
        right: max(0.85rem, env(safe-area-inset-right, 0px));
        left: max(0.85rem, env(safe-area-inset-left, 0px));
        margin-left: 0;
        max-width: none;
    }
}

.app-friend-activity-head[b-kjbmpprxpf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
}

.app-friend-activity-title[b-kjbmpprxpf] {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    color: #262626;
}

.app-friend-activity-close[b-kjbmpprxpf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    border-radius: 999px;
    background: #f3f4f6;
    color: #525252;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

.app-friend-activity-summary[b-kjbmpprxpf] {
    margin: 0 0 0.55rem;
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: #faf5ff;
    color: #7c3aed;
    font-size: 0.8rem;
    font-weight: 700;
}

.app-friend-activity-empty[b-kjbmpprxpf] {
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: #737373;
}

.app-friend-activity-list[b-kjbmpprxpf] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.app-friend-activity-item[b-kjbmpprxpf] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.55rem 0.6rem;
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    color: inherit;
    text-decoration: none;
}

.app-friend-activity-item:hover[b-kjbmpprxpf] {
    background: #f5f3ff;
    border-color: #e9d5ff;
}

.app-friend-activity-item--static[b-kjbmpprxpf] {
    cursor: default;
}

.app-friend-activity-body[b-kjbmpprxpf] {
    min-width: 0;
}

.app-friend-activity-msg[b-kjbmpprxpf] {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.35;
    color: #262626;
}

.app-friend-activity-time[b-kjbmpprxpf] {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.7rem;
    color: #a3a3a3;
}
/* /Components/Engagement/XpToast.razor.rz.scp.css */
.xp-toast[b-ky7h4a2sic] {
    position: fixed;
    top: 4.5rem;
    left: 50%;
    z-index: 200;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    max-width: min(22rem, calc(100vw - 2rem));
    padding: 0.75rem 1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #312e81 0%, #6366f1 100%);
    color: #fff;
    box-shadow: 0 8px 28px rgba(79, 70, 229, 0.35);
    transform: translateX(-50%);
    animation: xp-toast-in-b-ky7h4a2sic 0.35s ease;
}

.xp-toast-icon[b-ky7h4a2sic] {
    font-size: 1.25rem;
    line-height: 1;
    flex-shrink: 0;
}

.xp-toast-body[b-ky7h4a2sic] {
    min-width: 0;
}

.xp-toast-title[b-ky7h4a2sic] {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.xp-toast-sub[b-ky7h4a2sic],
.xp-toast-badge[b-ky7h4a2sic] {
    margin: 0.2rem 0 0;
    font-size: 0.78rem;
    opacity: 0.92;
    line-height: 1.35;
}

@keyframes xp-toast-in-b-ky7h4a2sic {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
/* /Components/Forum/ForumAvatar.razor.rz.scp.css */
.forum-avatar[b-kzhay23jr2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    overflow: hidden;
    background: #e5e7eb;
    color: #374151;
    font-weight: 700;
    flex-shrink: 0;
}

.forum-avatar--xs[b-kzhay23jr2] {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.62rem;
}

.forum-avatar--sm[b-kzhay23jr2] {
    width: 2rem;
    height: 2rem;
    font-size: 0.72rem;
}

.forum-avatar--md[b-kzhay23jr2] {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 0.85rem;
}

.forum-avatar--lg[b-kzhay23jr2] {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.1rem;
}

.forum-avatar-img[b-kzhay23jr2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.forum-avatar-initials[b-kzhay23jr2] {
    line-height: 1;
}
/* /Components/Forum/ForumCommentsSheet.razor.rz.scp.css */
.comments-sheet-backdrop[b-dwjeeagijx] {
    position: fixed;
    inset: 0;
    z-index: 280;
    background: rgba(15, 23, 42, 0.45);
    cursor: pointer;
}

.comments-sheet[b-dwjeeagijx] {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 290;
    display: flex;
    flex-direction: column;
    width: min(100%, var(--forum-max));
    height: 75vh;
    max-height: 75vh;
    transform: translateX(-50%);
    border-radius: 14px 14px 0 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    transition: transform 0.22s ease;
    touch-action: pan-y;
}

.comments-sheet--dragging[b-dwjeeagijx] {
    transition: none;
}

.comments-sheet__drag-zone[b-dwjeeagijx] {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding: 0.45rem 0 0.15rem;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.comments-sheet__drag-zone:active[b-dwjeeagijx] {
    cursor: grabbing;
}

.comments-sheet__handle[b-dwjeeagijx] {
    display: block;
    width: 2.25rem;
    height: 0.22rem;
    border-radius: 999px;
    background: rgba(100, 116, 139, 0.45);
}

.comments-sheet__header[b-dwjeeagijx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 0.35rem 0.75rem 0.55rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.comments-sheet__title[b-dwjeeagijx] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.comments-sheet__close[b-dwjeeagijx] {
    padding: 0.15rem 0.45rem;
    border: none;
    background: transparent;
    color: var(--ew-text-muted);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.comments-sheet__close:hover[b-dwjeeagijx] {
    color: var(--ew-text);
}

.comments-sheet__status[b-dwjeeagijx] {
    margin: 0;
    padding: 1rem 0.75rem;
    font-size: 0.9375rem;
    color: var(--ew-text-muted);
}

.comments-sheet__status--error[b-dwjeeagijx] {
    color: #b91c1c;
}

.comments-sheet__post[b-dwjeeagijx] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex-shrink: 0;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.comments-sheet__caption[b-dwjeeagijx] {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: var(--ew-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.comments-sheet__caption strong[b-dwjeeagijx] {
    font-weight: 700;
    margin-right: 0.35rem;
}

.comments-sheet__replies[b-dwjeeagijx] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    padding-bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px));
}

.comments-sheet__empty[b-dwjeeagijx] {
    margin: 0;
    padding: 0.5rem 0;
    font-size: 0.9375rem;
    color: var(--ew-text-muted);
}

/* Slightly larger comment text inside the sheet */
.comments-sheet .forum-replies-section--ig .forum-comment-composer[b-dwjeeagijx] {
    font-size: 0.9375rem;
    min-height: 2.25rem;
    padding: 0.45rem 2.35rem 0.45rem 0.6rem;
}

.comments-sheet .forum-replies-section--ig .forum-comment-send[b-dwjeeagijx] {
    width: 1.85rem;
    height: 1.85rem;
}

.comments-sheet .forum-replies-section--ig .forum-comment-send-icon[b-dwjeeagijx] {
    width: 1rem;
    height: 1rem;
}

.comments-sheet .forum-replies-section--ig .forum-comment-header[b-dwjeeagijx] {
    font-size: 0.8125rem;
}

.comments-sheet .forum-replies-section--ig .forum-comment-text[b-dwjeeagijx] {
    font-size: 0.9375rem;
    line-height: 1.4;
}

.comments-sheet .forum-replies-section--ig .forum-comment-reply-btn[b-dwjeeagijx] {
    font-size: 0.8125rem;
}

.comments-sheet .forum-replies-section--ig .forum-comment-replying-to[b-dwjeeagijx] {
    font-size: 0.8125rem;
}

.comments-sheet .forum-replies-section--ig .forum-comment-composer-error[b-dwjeeagijx] {
    font-size: 0.8125rem;
}

@media (min-width: 520px) {
    .comments-sheet[b-dwjeeagijx] {
        height: 75vh;
        max-height: 75vh;
    }
}
/* /Components/Forum/ForumExploreContent.razor.rz.scp.css */
.forum-explore-content[b-xfajteh0je] {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.forum-explore-content[b-xfajteh0je]  .forum-student-search-panel-inner {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 0;
}

.forum-explore-content[b-xfajteh0je]  .ig-follow-search-wrap {
    padding: 0 0.15rem;
}

.forum-explore-content[b-xfajteh0je]  .ig-follow-search {
    width: 100%;
    padding: 0.62rem 0.75rem;
    border-radius: 10px;
    font-size: 0.875rem;
}

.forum-explore-content[b-xfajteh0je]  .ig-follow-list {
    max-height: none;
    overflow-y: auto;
}

.forum-explore-content[b-xfajteh0je]  .ig-follow-row {
    padding: 0.5rem 0.35rem;
}

.forum-explore-content[b-xfajteh0je]  .ig-follow-empty,
.forum-explore-content[b-xfajteh0je]  .ig-follow-loading {
    font-size: 0.8125rem;
    padding: 0.5rem 0.35rem;
}
/* /Components/Forum/ForumExplorePanel.razor.rz.scp.css */
.explore-tab[b-32l7fzcd8x] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 210;
    transform: translateY(-50%);
    min-height: 5.5rem;
    padding: 0.65rem 0.45rem;
    border: 1px solid var(--ew-border);
    border-right: none;
    border-radius: 8px 0 0 8px;
    background: var(--ew-surface-raised);
    color: var(--ew-text);
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: -2px 0 12px rgba(15, 23, 42, 0.08);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.explore-tab--open[b-32l7fzcd8x] {
    right: min(88vw, 320px);
    border-right: 1px solid var(--ew-border);
    border-radius: 8px 0 0 8px;
    writing-mode: horizontal-tb;
    min-height: auto;
    min-width: 2rem;
    padding: 0.55rem 0.35rem;
}

.explore-backdrop[b-32l7fzcd8x] {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(15, 23, 42, 0.4);
    cursor: pointer;
}

.explore-panel[b-32l7fzcd8x] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 205;
    width: min(88vw, 320px);
    margin: 0;
    padding: 1rem 0.85rem 1.25rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--ew-canvas);
    border-left: 1px solid var(--ew-border);
    box-shadow: -8px 0 32px rgba(15, 23, 42, 0.12);
    transform: translateX(100%);
    transition: transform 0.22s ease;
    visibility: hidden;
    pointer-events: none;
}

.explore-panel--open[b-32l7fzcd8x] {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}
/* /Components/Forum/ForumImageCarousel.razor.rz.scp.css */
.forum-img-carousel[b-3szutgx43t] {
    position: relative;
    margin: 0.75rem 0;
}

.forum-img-carousel--feed[b-3szutgx43t] {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    border: none;
}

.forum-img-carousel-viewport[b-3szutgx43t] {
    overflow: hidden;
    border-radius: var(--ew-radius);
    background: #000;
}

.forum-img-carousel--feed .forum-img-carousel-viewport[b-3szutgx43t] {
    border-radius: 0;
    aspect-ratio: 1 / 1;
}

.forum-img-carousel-track[b-3szutgx43t] {
    display: flex;
    transition: transform 0.28s ease;
    will-change: transform;
    height: 100%;
}

.forum-img-carousel--feed .forum-img-carousel-track[b-3szutgx43t] {
    height: 100%;
}

.forum-img-carousel-track--instant[b-3szutgx43t] {
    transition: none;
}

.forum-img-carousel-slide[b-3szutgx43t] {
    flex: 0 0 100%;
    min-width: 100%;
    height: 100%;
}

.forum-img-carousel-btn[b-3szutgx43t],
.forum-img-carousel-link[b-3szutgx43t] {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    text-decoration: none;
    cursor: zoom-in;
}

.forum-img-carousel-link[b-3szutgx43t] {
    cursor: pointer;
}

.forum-img-carousel-btn:focus-visible[b-3szutgx43t],
.forum-img-carousel-link:focus-visible[b-3szutgx43t] {
    outline: 2px solid #0079d3;
    outline-offset: 2px;
}

.forum-img-carousel-img[b-3szutgx43t] {
    display: block;
    width: 100%;
    max-height: 28rem;
    object-fit: contain;
    background: #f3f4f6;
    user-select: none;
    -webkit-user-drag: none;
}

.forum-img-carousel--feed .forum-img-carousel-img[b-3szutgx43t] {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    background: #000;
}

.forum-img-carousel-nav[b-3szutgx43t] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    color: #262626;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.forum-img-carousel-nav:hover:not(:disabled)[b-3szutgx43t] {
    background: #fff;
}

.forum-img-carousel-nav:disabled[b-3szutgx43t] {
    opacity: 0.35;
    cursor: default;
}

.forum-img-carousel-nav--prev[b-3szutgx43t] {
    left: 0.5rem;
}

.forum-img-carousel-nav--next[b-3szutgx43t] {
    right: 0.5rem;
}

.forum-img-carousel-dots[b-3szutgx43t] {
    position: absolute;
    left: 50%;
    bottom: 0.65rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.22rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.forum-img-carousel-dot[b-3szutgx43t] {
    width: 0.35rem;
    height: 0.35rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.forum-img-carousel-dot.is-active[b-3szutgx43t] {
    background: #0095f6;
    transform: none;
}

.forum-img-carousel-count[b-3szutgx43t] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.3;
    pointer-events: none;
}

.forum-img-carousel--feed .forum-img-carousel-count[b-3szutgx43t] {
    display: none;
}
/* /Components/Forum/ForumPostActions.razor.rz.scp.css */
.post-actions[b-d4qym4st9d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem 0.25rem;
}

.post-actions__left[b-d4qym4st9d] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.post-actions__btn[b-d4qym4st9d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.15rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #262626;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.15s ease, transform 0.15s ease;
}

.post-actions__btn:hover:not(:disabled)[b-d4qym4st9d] {
    color: #525252;
}

.post-actions__btn:active:not(:disabled)[b-d4qym4st9d] {
    transform: scale(0.92);
}

.post-actions__btn:disabled[b-d4qym4st9d] {
    opacity: 0.45;
    cursor: default;
}

.post-actions__icon[b-d4qym4st9d] {
    display: block;
    flex-shrink: 0;
}

/* Default: outline only, transparent ghost look */
.post-actions__icon-fill[b-d4qym4st9d] {
    display: none;
}

.post-actions__icon-stroke[b-d4qym4st9d] {
    opacity: 0.38;
    transition: opacity 0.15s ease;
}

.post-actions__icon-stroke path[b-d4qym4st9d] {
    transition: stroke 0.15s ease;
}

/* Active / toggled: solid red fill */
.post-actions__like--active[b-d4qym4st9d],
.post-actions__save--active[b-d4qym4st9d],
.post-actions__comment--active[b-d4qym4st9d] {
    color: #e11d48;
}

.post-actions__like--active .post-actions__icon-stroke[b-d4qym4st9d],
.post-actions__save--active .post-actions__icon-stroke[b-d4qym4st9d],
.post-actions__comment--active .post-actions__icon-stroke[b-d4qym4st9d],
.post-actions__like--active .post-actions__icon-stroke path[b-d4qym4st9d],
.post-actions__save--active .post-actions__icon-stroke path[b-d4qym4st9d],
.post-actions__comment--active .post-actions__icon-stroke path[b-d4qym4st9d] {
    display: none;
}

.post-actions__like--active .post-actions__icon-fill[b-d4qym4st9d],
.post-actions__save--active .post-actions__icon-fill[b-d4qym4st9d],
.post-actions__comment--active .post-actions__icon-fill[b-d4qym4st9d] {
    display: block;
}

.post-actions__comment:active:not(.post-actions__comment--active) .post-actions__icon-stroke[b-d4qym4st9d] {
    opacity: 0.75;
    stroke: #e11d48;
}

.post-actions__like--active .post-actions__icon[b-d4qym4st9d],
.post-actions__save--active .post-actions__icon[b-d4qym4st9d] {
    transform: scale(1.06);
}
/* /Components/Forum/ForumPostCard.razor.rz.scp.css */
.post-card[b-4rgbealczx] {
    background: #fff;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.post-card--pinned[b-4rgbealczx] {
    border-top: 2px solid var(--ew-primary);
}

.post-card__header[b-4rgbealczx] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
}

.post-card__avatar[b-4rgbealczx] {
    flex-shrink: 0;
    text-decoration: none;
}

.post-card__meta[b-4rgbealczx] {
    flex: 1;
    min-width: 0;
}

.post-card__meta-primary[b-4rgbealczx] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.post-card__overflow[b-4rgbealczx] {
    margin-left: auto;
}

.post-card__author[b-4rgbealczx] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #262626;
    text-decoration: none;
    line-height: 1.2;
}

.post-card__author:hover[b-4rgbealczx] {
    color: #262626;
    text-decoration: underline;
}

.post-card__badge[b-4rgbealczx] {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--ew-primary);
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    background: #eff6ff;
}

.post-card__likes[b-4rgbealczx] {
    margin: 0;
    padding: 0 1rem 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #262626;
    line-height: 1.3;
}

.post-card__caption[b-4rgbealczx] {
    margin: 0;
    padding: 0 1rem 0.35rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #262626;
}

.post-card__caption-author[b-4rgbealczx] {
    font-weight: 600;
    color: #262626;
    text-decoration: none;
    margin-right: 0.35rem;
}

.post-card__caption-author:hover[b-4rgbealczx] {
    text-decoration: underline;
}

.post-card__caption-body[b-4rgbealczx] {
    color: inherit;
    text-decoration: none;
}

.post-card__caption-body:hover .post-card__caption-text[b-4rgbealczx] {
    color: #525252;
}

.post-card__caption-text[b-4rgbealczx] {
    white-space: pre-wrap;
    word-break: break-word;
    color: #262626;
}

.post-card__caption-text--clamp[b-4rgbealczx] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
}

.post-card__caption-more[b-4rgbealczx] {
    display: inline;
    padding: 0;
    margin: 0 0 0 0.15rem;
    border: none;
    background: none;
    color: #737373;
    font: inherit;
    font-size: 0.875rem;
    cursor: pointer;
}

.post-card__caption-more:hover[b-4rgbealczx] {
    color: #262626;
}

.post-card__view-comments[b-4rgbealczx] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 1rem 0.35rem;
    border: none;
    background: none;
    text-align: left;
    color: #737373;
    font: inherit;
    font-size: 0.875rem;
    cursor: pointer;
}

.post-card__view-comments:hover[b-4rgbealczx] {
    color: #525252;
}

.post-card__time[b-4rgbealczx] {
    display: block;
    padding: 0 1rem 0.85rem;
    font-size: 0.625rem;
    font-weight: 400;
    color: #a8a8a8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.post-card__modal-backdrop[b-4rgbealczx] {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.45);
}

.post-card__modal[b-4rgbealczx] {
    width: min(100%, 22rem);
    padding: 1rem;
    border-radius: var(--forum-radius);
    background: var(--ew-surface-raised);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.18);
}

.post-card__modal-title[b-4rgbealczx] {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 700;
}

.post-card__modal-input[b-4rgbealczx] {
    width: 100%;
    padding: 0.55rem 0.65rem;
    border: 1px solid var(--ew-border);
    border-radius: var(--ew-radius);
    font: inherit;
    font-size: var(--forum-font-base);
    resize: vertical;
}

.post-card__modal-actions[b-4rgbealczx] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.post-card__modal-btn[b-4rgbealczx] {
    padding: 0.45rem 0.85rem;
    border: none;
    border-radius: var(--ew-radius);
    background: var(--ew-primary);
    color: #fff;
    font: inherit;
    font-size: var(--forum-font-base);
    font-weight: 600;
    cursor: pointer;
}

.post-card__modal-btn--secondary[b-4rgbealczx] {
    background: var(--ew-surface);
    color: var(--ew-text);
    border: 1px solid var(--ew-border);
}

.post-card__modal-btn:disabled[b-4rgbealczx] {
    opacity: 0.6;
    cursor: default;
}

.post-card[b-4rgbealczx]  .forum-img-carousel--feed {
    margin: 0;
    border-radius: 0;
    border: none;
}

.post-card[b-4rgbealczx]  .post-actions {
    padding: 0.35rem 0.75rem 0.5rem;
    border-top: none;
    margin-top: 0;
}
/* /Components/Forum/ForumPostList.razor.rz.scp.css */
.forum-post-list[b-bbvpy83zo1] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.forum-post-list__empty[b-bbvpy83zo1] {
    padding: 2rem 1rem;
    text-align: center;
    color: #737373;
    font-size: 0.9rem;
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.forum-post-list__create[b-bbvpy83zo1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    text-decoration: none;
    color: #8e8e8e;
    background: #fff;
    border-bottom: 1px solid #efefef;
    transition: background 0.15s ease, color 0.15s ease;
}

.forum-post-list__create:hover[b-bbvpy83zo1] {
    background: #fafafa;
    color: #262626;
}

.forum-post-list__create-icon[b-bbvpy83zo1] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1;
    border-radius: 50%;
    background: #fafafa;
    border: 1px solid #dbdbdb;
}

.forum-post-list__create-text[b-bbvpy83zo1] {
    font-size: 0.875rem;
    font-weight: 600;
}
/* /Components/Forum/ForumPostOverflowMenu.razor.rz.scp.css */
.post-overflow[b-4tf5nlx75g] {
    position: relative;
    flex-shrink: 0;
}

.post-overflow__trigger[b-4tf5nlx75g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--forum-muted);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.post-overflow__trigger:hover:not(:disabled)[b-4tf5nlx75g] {
    background: #f1f5f9;
    color: var(--ew-text);
}

.post-overflow__trigger:disabled[b-4tf5nlx75g] {
    opacity: 0.5;
    cursor: default;
}

.post-overflow__menu[b-4tf5nlx75g] {
    position: absolute;
    top: calc(100% + 0.2rem);
    right: 0;
    z-index: 8;
    min-width: 8.75rem;
    padding: 0.35rem 0;
    border: 1px solid var(--ew-border);
    border-radius: 10px;
    background: var(--ew-surface-raised);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.post-overflow__item[b-4tf5nlx75g] {
    display: block;
    width: 100%;
    padding: 0.5rem 0.85rem;
    border: none;
    background: transparent;
    color: var(--ew-text);
    font: inherit;
    font-size: var(--forum-font-base);
    text-align: left;
    cursor: pointer;
}

.post-overflow__item:hover:not(:disabled)[b-4tf5nlx75g] {
    background: #f8fafc;
}

.post-overflow__item:disabled[b-4tf5nlx75g] {
    opacity: 0.6;
    cursor: default;
}

.post-overflow__item--danger[b-4tf5nlx75g] {
    color: #dc2626;
}
/* /Components/Forum/ForumProfileSavedPanel.razor.rz.scp.css */
.saved-panel[b-3bcj8zhqj8] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-top: 0.15rem;
}

.saved-panel__section-title[b-3bcj8zhqj8] {
    margin: 0.25rem 0 0;
    padding: 0 0.15rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.saved-panel[b-3bcj8zhqj8]  .forum-post-list {
    gap: 0.75rem;
}

.saved-panel[b-3bcj8zhqj8]  .forum-profile-grid {
    border-radius: 12px;
    overflow: hidden;
    gap: 3px;
    background: #e2e8f0;
}
/* /Components/Forum/ForumReportModal.razor.rz.scp.css */
.forum-report-modal-backdrop[b-n56rx64gkg] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(15, 23, 42, 0.45);
}

.forum-report-modal[b-n56rx64gkg] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1210;
    width: min(92vw, 24rem);
    max-height: min(88vh, 36rem);
    overflow: auto;
    padding: 1.1rem 1rem 1rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.forum-report-modal__title[b-n56rx64gkg] {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
}

.forum-report-modal__reasons[b-n56rx64gkg] {
    margin: 0 0 0.85rem;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.forum-report-modal__reason[b-n56rx64gkg] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.875rem;
    color: #334155;
    cursor: pointer;
}

.forum-report-modal__reason input[b-n56rx64gkg] {
    margin: 0;
}

.forum-report-modal__field[b-n56rx64gkg] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.forum-report-modal__label[b-n56rx64gkg] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.forum-report-modal__input[b-n56rx64gkg],
.forum-report-modal__textarea[b-n56rx64gkg] {
    width: 100%;
    padding: 0.6rem 0.7rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font: inherit;
    font-size: 0.875rem;
    color: #0f172a;
    background: #fff;
}

.forum-report-modal__textarea[b-n56rx64gkg] {
    resize: vertical;
    min-height: 4.5rem;
}

.forum-report-modal__error[b-n56rx64gkg] {
    margin: 0 0 0.65rem;
    font-size: 0.8125rem;
}

.forum-report-modal__actions[b-n56rx64gkg] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.forum-report-modal__btn[b-n56rx64gkg] {
    padding: 0.55rem 0.9rem;
    border: none;
    border-radius: 8px;
    background: var(--ew-primary, #ee4d2d);
    color: #fff;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.forum-report-modal__btn:disabled[b-n56rx64gkg] {
    opacity: 0.6;
    cursor: not-allowed;
}

.forum-report-modal__btn--ghost[b-n56rx64gkg] {
    background: #f1f5f9;
    color: #334155;
}
/* /Components/Forum/ForumWarningGate.razor.rz.scp.css */
.forum-warning-backdrop[b-74xt8l63d4] {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(15, 23, 42, 0.5);
}

.forum-warning-modal[b-74xt8l63d4] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1310;
    width: min(92vw, 26rem);
    max-height: min(88vh, 32rem);
    overflow: auto;
    padding: 1.15rem 1rem 1rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
}

.forum-warning-modal__title[b-74xt8l63d4] {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.forum-warning-modal__intro[b-74xt8l63d4] {
    margin: 0 0 0.85rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.forum-warning-modal__list[b-74xt8l63d4] {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.forum-warning-modal__item[b-74xt8l63d4] {
    padding: 0.75rem;
    border-radius: 8px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.forum-warning-modal__message[b-74xt8l63d4] {
    margin: 0 0 0.35rem;
    font-size: 0.875rem;
    color: #7c2d12;
}

.forum-warning-modal__link[b-74xt8l63d4] {
    display: inline-block;
    margin-bottom: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
}

.forum-warning-modal__meta[b-74xt8l63d4] {
    display: block;
    font-size: 0.75rem;
    color: #9a3412;
}

.forum-warning-modal__error[b-74xt8l63d4] {
    margin: 0 0 0.65rem;
    font-size: 0.8125rem;
}

.forum-warning-modal__btn[b-74xt8l63d4] {
    width: 100%;
    padding: 0.7rem 1rem;
    border: none;
    border-radius: 8px;
    background: var(--ew-primary, #ee4d2d);
    color: #fff;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.forum-warning-modal__btn:disabled[b-74xt8l63d4] {
    opacity: 0.65;
    cursor: not-allowed;
}
/* /Components/Layout/LearnerBottomNav.razor.rz.scp.css */
.app-shell--learner .learner-bottom-nav[b-yepfc0vu20] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 220;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    gap: 0;
    padding: 0.25rem 0 calc(0.25rem + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #dbdbdb;
    box-shadow: 0 -2px 12px rgba(15, 23, 42, 0.05);
}

.learner-bottom-nav[b-yepfc0vu20] {
    display: none;
}

.learner-bottom-nav-item[b-yepfc0vu20] {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    min-width: 0;
    padding: 0.3rem 0.25rem;
    color: #737373;
    text-decoration: none;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.learner-bottom-nav-item:hover[b-yepfc0vu20] {
    color: #262626;
}

.learner-bottom-nav-item--active[b-yepfc0vu20] {
    color: var(--ew-primary);
}

.learner-bottom-nav-icon[b-yepfc0vu20] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.learner-bottom-nav-label[b-yepfc0vu20] {
    line-height: 1.1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.learner-bottom-nav-create[b-yepfc0vu20] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.25rem;
    color: #262626;
    text-decoration: none;
}

.learner-bottom-nav-create:hover[b-yepfc0vu20] {
    color: #262626;
}

.learner-bottom-nav-create--active[b-yepfc0vu20] {
    color: var(--ew-primary);
}

.learner-bottom-nav-create-icon[b-yepfc0vu20] {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

@media (min-width: 901px) {
    .app-shell--learner .learner-bottom-nav[b-yepfc0vu20] {
        max-width: var(--forum-max, 470px);
        left: 50%;
        transform: translateX(-50%);
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
        border-radius: 0;
    }
}
/* /Components/ReferralSharePanel.razor.rz.scp.css */
.sp-referral-share-card[b-bx5bxguh2y] {
    padding: 0;
    overflow: hidden;
}

.referral-share-trigger[b-bx5bxguh2y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
    padding: 0.95rem 1rem;
    border: none;
    background: #fff;
    text-align: left;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

.referral-share-trigger:hover[b-bx5bxguh2y],
.referral-share-trigger:focus-visible[b-bx5bxguh2y] {
    background: #fafafa;
}

.referral-share-trigger-text[b-bx5bxguh2y] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.referral-share-trigger-title[b-bx5bxguh2y] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.referral-share-trigger-hint[b-bx5bxguh2y] {
    margin: 0;
    font-size: 0.78rem;
}

.referral-share-sheet[b-bx5bxguh2y] {
    position: fixed;
    left: 50%;
    top: 54%;
    z-index: 201;
    width: min(calc(100vw - 1.5rem), 420px);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.22);
    padding: 0 1rem 1.15rem;
    animation: referral-share-sheet-in-b-bx5bxguh2y 0.22s ease;
}

@keyframes referral-share-sheet-in-b-bx5bxguh2y {
    from {
        opacity: 0;
        transform: translate(-50%, -46%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.referral-share-sheet-header[b-bx5bxguh2y] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 0 0.65rem;
}

.referral-share-sheet-heading[b-bx5bxguh2y] {
    min-width: 0;
}

.referral-share-sheet-title[b-bx5bxguh2y] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.referral-share-sheet-step[b-bx5bxguh2y] {
    margin: 0.2rem 0 0;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.referral-share-carousel[b-bx5bxguh2y] {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
}

.referral-share-viewport[b-bx5bxguh2y] {
    flex: 1;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    min-height: 15.5rem;
}

.referral-share-track[b-bx5bxguh2y] {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.referral-share-track--instant[b-bx5bxguh2y] {
    transition: none;
}

.referral-share-slide[b-bx5bxguh2y] {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.1rem 1rem 1.2rem;
    text-align: center;
    box-sizing: border-box;
}

.referral-share-slide--qr[b-bx5bxguh2y] {
    padding: 0.85rem 0.75rem 1rem;
}

.referral-share-slide-eyebrow[b-bx5bxguh2y] {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.referral-share-slide-heading[b-bx5bxguh2y] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.referral-share-value-card[b-bx5bxguh2y] {
    width: 100%;
    max-width: 18rem;
    padding: 0.85rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.referral-share-slide-value[b-bx5bxguh2y] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
    word-break: break-all;
}

.referral-share-slide-value--link[b-bx5bxguh2y] {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.45;
}

.referral-share-slide-hint[b-bx5bxguh2y] {
    margin: 0;
    max-width: 17rem;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #64748b;
}

.referral-share-copy-btn[b-bx5bxguh2y] {
    margin-top: 0.25rem;
    padding: 0.55rem 1.15rem;
    border: none;
    border-radius: 999px;
    background: var(--ew-primary, #1d4ed8);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.12s ease;
}

.referral-share-copy-btn:hover[b-bx5bxguh2y],
.referral-share-copy-btn:focus-visible[b-bx5bxguh2y] {
    background: #1e40af;
}

.referral-share-copy-btn:active[b-bx5bxguh2y] {
    transform: scale(0.98);
}

/* Formal QR invite card */
.referral-share-qr-card[b-bx5bxguh2y] {
    width: 100%;
    max-width: 17.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.06),
        0 8px 24px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.referral-share-qr-card-header[b-bx5bxguh2y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.referral-share-qr-brand[b-bx5bxguh2y] {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0f172a;
}

.referral-share-qr-badge[b-bx5bxguh2y] {
    flex-shrink: 0;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.referral-share-qr-frame[b-bx5bxguh2y] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem 0.85rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(29, 78, 216, 0.04) 0%, transparent 55%),
        #fff;
}

.referral-share-qr-host[b-bx5bxguh2y] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem;
    background: #fff;
    border: 2px solid #0f172a;
    border-radius: 4px;
    box-shadow: inset 0 0 0 4px #fff;
}

.referral-share-qr-host img[b-bx5bxguh2y],
.referral-share-qr-host canvas[b-bx5bxguh2y] {
    display: block;
}

.referral-share-qr-card-footer[b-bx5bxguh2y] {
    padding: 0.7rem 0.85rem 0.85rem;
    border-top: 1px dashed #cbd5e1;
    background: #f8fafc;
    text-align: center;
}

.referral-share-qr-agent[b-bx5bxguh2y] {
    margin: 0;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.referral-share-qr-code[b-bx5bxguh2y] {
    margin: 0.25rem 0 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    word-break: break-all;
}

.referral-share-qr-note[b-bx5bxguh2y] {
    margin: 0.35rem 0 0;
    font-size: 0.72rem;
    line-height: 1.4;
    color: #64748b;
}

.referral-share-nav[b-bx5bxguh2y] {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    margin: 0;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
    transform: translateY(-50%);
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.referral-share-nav--prev[b-bx5bxguh2y] {
    left: -0.55rem;
}

.referral-share-nav--next[b-bx5bxguh2y] {
    right: -0.55rem;
}

.referral-share-nav:hover[b-bx5bxguh2y],
.referral-share-nav:focus-visible[b-bx5bxguh2y] {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #1d4ed8;
}

.referral-share-carousel-hint[b-bx5bxguh2y] {
    margin: 0.75rem 0 0;
    font-size: 0.75rem;
    text-align: center;
    color: #94a3b8;
}

@media (max-width: 420px) {
    .referral-share-sheet[b-bx5bxguh2y] {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        transform: none;
        border-radius: 16px 16px 0 0;
        padding: 0 1rem calc(1.15rem + env(safe-area-inset-bottom, 0px));
        animation: referral-share-sheet-up-b-bx5bxguh2y 0.24s ease;
    }

    @keyframes referral-share-sheet-up-b-bx5bxguh2y {
        from {
            opacity: 0;
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .referral-share-nav--prev[b-bx5bxguh2y] {
        left: 0.15rem;
    }

    .referral-share-nav--next[b-bx5bxguh2y] {
        right: 0.15rem;
    }
}
/* /Components/SegmentTabBar.razor.rz.scp.css */
.segment-tab-bar[b-347c7w132p] {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.segment-tab[b-347c7w132p] {
    flex: 1;
    margin: 0;
    padding: 0.68rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.segment-tab.active[b-347c7w132p] {
    border-color: #93c5fd;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
    color: #1d4ed8;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12);
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Scoped overrides — main styles in wwwroot/css/eventweb.css */
/* /Layout/MobileLayout.razor.rz.scp.css */
/* Scoped overrides — main styles in wwwroot/css/eventweb.css */

.site-nav[b-u5rbdp2x6w]  a.nav-item {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    font-size: 0.95rem;
    text-decoration: none;
    color: #424242;
    border-radius: 6px;
}

.site-nav[b-u5rbdp2x6w]  a.nav-item.active {
    color: var(--ew-primary, #3949ab);
    font-weight: 600;
    background: rgba(57, 73, 171, 0.08);
}

.site-nav[b-u5rbdp2x6w]  a.nav-item:hover {
    background: rgba(57, 73, 171, 0.06);
}
/* /Pages/DailyReward.razor.rz.scp.css */
/* Daily reward — kid-friendly treasure calendar game */
.dr-page[b-87pwix09al] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
    padding: 0.35rem;
    border-radius: 20px;
    background: linear-gradient(160deg, #bfdbfe 0%, #ddd6fe 45%, #fbcfe8 100%);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.dr-layout[b-87pwix09al] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.25rem;
    border-radius: 16px;
}

.dr-layout[b-87pwix09al]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.55) 0 3px, transparent 4px),
        radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.45) 0 2px, transparent 3px),
        radial-gradient(circle at 72% 78%, rgba(255, 255, 255, 0.4) 0 2.5px, transparent 3.5px),
        radial-gradient(circle at 24% 82%, rgba(255, 255, 255, 0.35) 0 2px, transparent 3px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2) 0 1.5px, transparent 2.5px);
    opacity: 0.85;
}

/* ── Loading ───────────────────────────────────────────────────────────── */
.dr-loading[b-87pwix09al] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 12rem;
    padding: 2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.65);
    border: 2px solid rgba(255, 255, 255, 0.9);
    text-align: center;
}

.dr-loading-coin[b-87pwix09al] {
    font-size: 2.5rem;
    color: #f59e0b;
    line-height: 1;
    animation: dr-loading-bounce-b-87pwix09al 0.9s ease-in-out infinite;
}

.dr-loading-text[b-87pwix09al] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #6d28d9;
}

@keyframes dr-loading-bounce-b-87pwix09al {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-10px) scale(1.08); }
}

/* ── Stats HUD (XP on top, points below) ─────────────────────────────── */
.dr-stats[b-87pwix09al] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dr-xp-bar-wrap[b-87pwix09al] {
    position: relative;
    overflow: visible;
}

.dr-streak-bookmark[b-87pwix09al] {
    position: absolute;
    top: -0.35rem;
    right: 0.65rem;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0 3px 5px rgba(251, 146, 60, 0.18));
}

.dr-streak-bookmark-tab[b-87pwix09al] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    min-width: 2.85rem;
    padding: 0.35rem 0.45rem 0.8rem;
    background: linear-gradient(180deg, #ffedd5 0%, #fed7aa 45%, #fdba74 100%);
    color: #c2410c;
    text-align: center;
    border-radius: 0 0 8px 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.dr-streak-bookmark-tab[b-87pwix09al]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.35rem;
    right: -0.35rem;
    height: 0.35rem;
    background: linear-gradient(180deg, #fff7ed 0%, #fed7aa 100%);
    border-radius: 4px 4px 0 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.dr-streak-bookmark-tab[b-87pwix09al]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.45rem;
    height: 0.45rem;
    background:
        linear-gradient(135deg, transparent 50%, #fb923c 50%) 0 0 / 50% 100% no-repeat,
        linear-gradient(225deg, transparent 50%, #fb923c 50%) 100% 0 / 50% 100% no-repeat;
}

.dr-streak-bookmark--at-risk .dr-streak-bookmark-tab[b-87pwix09al] {
    background: linear-gradient(180deg, #ffe4e6 0%, #fecaca 45%, #fca5a5 100%);
    color: #b91c1c;
    animation: dr-bookmark-pulse-b-87pwix09al 1.4s ease-in-out infinite;
}

.dr-streak-bookmark--at-risk .dr-streak-bookmark-tab[b-87pwix09al]::before {
    background: linear-gradient(180deg, #fff1f2 0%, #fecaca 100%);
}

.dr-streak-bookmark--at-risk .dr-streak-bookmark-tab[b-87pwix09al]::after {
    background:
        linear-gradient(135deg, transparent 50%, #f87171 50%) 0 0 / 50% 100% no-repeat,
        linear-gradient(225deg, transparent 50%, #f87171 50%) 100% 0 / 50% 100% no-repeat;
}

@keyframes dr-bookmark-pulse-b-87pwix09al {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(2px); }
}

.dr-streak-bookmark-fire[b-87pwix09al] {
    font-size: 0.95rem;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.dr-streak-bookmark-num[b-87pwix09al] {
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
}

.dr-streak-bookmark-text[b-87pwix09al] {
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.15;
    opacity: 0.95;
}

.dr-streak-bookmark-sub[b-87pwix09al] {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.1;
    opacity: 0.9;
}

.dr-streak-notes[b-87pwix09al] {
    margin-top: 0.35rem;
    padding: 0 0.15rem;
}

.dr-streak-notes-at-risk[b-87pwix09al] {
    margin: 0 0 0.2rem;
    padding: 0.35rem 0.55rem;
    border-radius: 8px;
    background: rgba(254, 226, 226, 0.9);
    border: 1px solid #fecaca;
    font-size: 0.72rem;
    font-weight: 700;
    color: #b91c1c;
}

.dr-streak-notes-meta[b-87pwix09al] {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 600;
    color: #6366f1;
    text-align: right;
}

.dr-xp-bar[b-87pwix09al] {
    position: relative;
    padding: 0.85rem 3.65rem 0.85rem 1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 55%, #ede9fe 100%);
    border: 1px solid #c7d2fe;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.08);
    overflow: visible;
}

.dr-xp-bar-head[b-87pwix09al] {
    margin-bottom: 0.55rem;
}

.dr-xp-bar-intro[b-87pwix09al] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    max-width: 100%;
}

.dr-xp-bar-counter[b-87pwix09al] {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
}

.dr-xp-bar-total[b-87pwix09al] {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #312e81;
    font-variant-numeric: tabular-nums;
}

.dr-xp-bar-total-label[b-87pwix09al] {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6366f1;
}

.dr-xp-bar-level[b-87pwix09al] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.3rem;
    text-align: left;
}

.dr-xp-bar-level-num[b-87pwix09al] {
    font-size: 0.82rem;
    font-weight: 800;
    color: #3730a3;
}

.dr-xp-bar-level-sep[b-87pwix09al] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #a5b4fc;
}

.dr-xp-bar-level-title[b-87pwix09al] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6366f1;
}

.dr-xp-bar-track[b-87pwix09al] {
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.15);
    overflow: hidden;
}

.dr-xp-bar-fill[b-87pwix09al] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    transition: width 0.35s ease;
}

.dr-xp-bar-meta[b-87pwix09al] {
    margin: 0.4rem 0 0;
    font-size: 0.72rem;
    font-weight: 600;
    color: #4f46e5;
}

.dr-points-card[b-87pwix09al] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.06),
        0 4px 14px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease;
}

.dr-points-card--pop[b-87pwix09al] {
    animation: dr-hud-pop-b-87pwix09al 0.55s cubic-bezier(0.34, 1.5, 0.64, 1);
}

@keyframes dr-hud-pop-b-87pwix09al {
    0% { transform: scale(1); }
    35% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.dr-points-coin[b-87pwix09al] {
    position: relative;
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.85) 0%, transparent 42%),
        radial-gradient(circle at 72% 78%, rgba(120, 53, 15, 0.35) 0%, transparent 48%),
        linear-gradient(145deg, #fde68a 0%, #fbbf24 38%, #d97706 72%, #b45309 100%);
    border: 2px solid #ca8a04;
    box-shadow:
        0 2px 4px rgba(15, 23, 42, 0.18),
        inset 0 2px 4px rgba(255, 255, 255, 0.45),
        inset 0 -3px 6px rgba(146, 64, 14, 0.35);
}

.dr-points-coin[b-87pwix09al]::before {
    content: "";
    position: absolute;
    inset: 0.35rem;
    border-radius: 50%;
    border: 1px solid rgba(180, 83, 9, 0.35);
}

.dr-points-coin[b-87pwix09al]::after {
    content: "P";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 900;
    color: #78350f;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.dr-points-body[b-87pwix09al] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.dr-points-label[b-87pwix09al] {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #64748b;
}

.dr-points-value[b-87pwix09al] {
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
}

.dr-points-value--pop[b-87pwix09al] {
    animation: dr-balance-bump-b-87pwix09al 0.55s cubic-bezier(0.34, 1.5, 0.64, 1);
}

.dr-points-shop-link[b-87pwix09al] {
    margin-left: auto;
    align-self: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #c2410c;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #fed7aa;
}

.dr-points-shop-link:hover[b-87pwix09al] {
    background: #fff7ed;
}

@keyframes dr-balance-bump-b-87pwix09al {
    0% { transform: scale(1); }
    40% { transform: scale(1.12); color: #b45309; }
    100% { transform: scale(1); }
}

/* ── Streak card ───────────────────────────────────────────────────────── */
.dr-streak-card[b-87pwix09al] {
    position: relative;
    z-index: 1;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 55%, #fde68a 100%);
    border: 1px solid #fcd34d;
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.12);
}

.dr-streak-at-risk[b-87pwix09al] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.55rem;
    padding: 0.45rem 0.65rem;
    border-radius: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.78rem;
    font-weight: 700;
}

.dr-streak-body[b-87pwix09al] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.dr-streak-main[b-87pwix09al] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.dr-streak-fire[b-87pwix09al] {
    font-size: 1.75rem;
    line-height: 1;
}

.dr-streak-value[b-87pwix09al] {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1;
    color: #c2410c;
}

.dr-streak-label[b-87pwix09al] {
    margin: 0.1rem 0 0;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ea580c;
}

.dr-streak-meta[b-87pwix09al] {
    text-align: right;
    font-size: 0.72rem;
    font-weight: 600;
    color: #92400e;
    line-height: 1.4;
}

.dr-streak-meta p[b-87pwix09al] {
    margin: 0;
}

.dr-claim-streak-bonus[b-87pwix09al] {
    margin: 0.35rem 0 0;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.2);
    font-size: 0.82rem;
    font-weight: 700;
    color: #92400e;
}

.dr-claim-streak-bonus span + span[b-87pwix09al] {
    margin-left: 0.35rem;
}

.dr-claim-streak-count[b-87pwix09al] {
    margin: 0.25rem 0 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: #c2410c;
}

.dr-cell-xp-value[b-87pwix09al] {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.1;
    color: #5b21b6;
    letter-spacing: 0.01em;
}

.dr-claim-reward-xp[b-87pwix09al] {
    margin: 0.15rem 0 0;
    font-size: 1rem;
    font-weight: 800;
    color: #6366f1;
}

.dr-claim-level-up[b-87pwix09al] {
    margin: 0.5rem 0 0;
    padding: 0.45rem 0.65rem;
    border-radius: 10px;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.35;
}

/* ── Calendar game board ───────────────────────────────────────────────── */
.dr-calendar-shell[b-87pwix09al] {
    position: relative;
}

.dr-calendar[b-87pwix09al] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    border: 3px solid #7c3aed;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 6px 0 #5b21b6,
        0 12px 28px rgba(91, 33, 182, 0.28);
}

.dr-calendar-header[b-87pwix09al] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.35rem 1rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
    color: #fff;
    flex-shrink: 0;
}

.dr-calendar-month[b-87pwix09al] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.dr-calendar-month--playful[b-87pwix09al] {
    font-size: 1.3rem;
}

.dr-calendar-sub[b-87pwix09al] {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.dr-weekdays[b-87pwix09al] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    flex-shrink: 0;
    gap: 2px;
    padding: 4px 4px 0;
    background: #f5f3ff;
}

.dr-weekday[b-87pwix09al] {
    padding: 0.4rem 0.2rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 8px 8px 0 0;
    color: #5b21b6;
}

.dr-weekday--0[b-87pwix09al] { background: #fce7f3; }
.dr-weekday--1[b-87pwix09al] { background: #e0e7ff; }
.dr-weekday--2[b-87pwix09al] { background: #dbeafe; }
.dr-weekday--3[b-87pwix09al] { background: #d1fae5; }
.dr-weekday--4[b-87pwix09al] { background: #fef3c7; }
.dr-weekday--5[b-87pwix09al] { background: #ffedd5; }
.dr-weekday--6[b-87pwix09al] { background: #ede9fe; }

.dr-month-grid[b-87pwix09al] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-auto-rows: minmax(4.25rem, auto);
    gap: 3px;
    padding: 0 4px 4px;
    background: #f5f3ff;
}

/* ── Loot tiles ────────────────────────────────────────────────────────── */
.dr-cell[b-87pwix09al] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 0 rgba(91, 33, 182, 0.08);
    overflow: hidden;
}

.dr-cell--empty[b-87pwix09al] {
    background: transparent;
    box-shadow: none;
}

.dr-cell--plain[b-87pwix09al] {
    background: #f8fafc;
    opacity: 0.7;
}

.dr-cell--plain .dr-cell-date[b-87pwix09al] {
    color: #94a3b8;
}

.dr-cell-inner[b-87pwix09al],
.dr-cell-btn[b-87pwix09al] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0.3rem 0.35rem 0.4rem;
    box-sizing: border-box;
    border-radius: 10px;
}

.dr-cell-btn[b-87pwix09al] {
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
    transition: transform 0.12s ease;
}

.dr-cell-btn:active[b-87pwix09al] {
    transform: scale(0.94);
}

.dr-cell-date[b-87pwix09al] {
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    color: #6b7280;
}

.dr-cell-reward[b-87pwix09al] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;
    margin-top: 0.1rem;
    min-height: 0;
}

.dr-cell-coin[b-87pwix09al] {
    font-size: 0.85rem;
    font-weight: 800;
    color: #f59e0b;
    line-height: 1;
}

.dr-cell-points-value[b-87pwix09al] {
    font-size: clamp(1rem, 3vw, 1.45rem);
    font-weight: 900;
    line-height: 1;
    color: #7c3aed;
}

.dr-cell-status[b-87pwix09al] {
    position: absolute;
    top: 0.28rem;
    right: 0.28rem;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
}

.dr-cell-status--claimed[b-87pwix09al] {
    color: #f59e0b;
    text-shadow: 0 0 4px rgba(251, 191, 36, 0.6);
}

.dr-cell-status--missed[b-87pwix09al] {
    color: #94a3b8;
    font-size: 0.85rem;
}

.dr-cell-sparkle[b-87pwix09al] {
    position: absolute;
    bottom: 0.2rem;
    right: 0.25rem;
    font-size: 0.55rem;
    color: #fbbf24;
    opacity: 0.9;
    animation: dr-sparkle-twinkle-b-87pwix09al 1.8s ease-in-out infinite;
}

@keyframes dr-sparkle-twinkle-b-87pwix09al {
    0%, 100% { opacity: 0.5; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.15); }
}

/* Status tile colours */
.dr-cell--claimed[b-87pwix09al] {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
    border: 2px solid #6ee7b7;
}

.dr-cell--claimed .dr-cell-points-value[b-87pwix09al] {
    color: #059669;
}

.dr-cell--available[b-87pwix09al],
.dr-cell--today[b-87pwix09al] {
    background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 100%);
    border: 2px solid #fdba74;
}

.dr-cell--today[b-87pwix09al] {
    z-index: 1;
}

.dr-cell--available .dr-cell-points-value[b-87pwix09al],
.dr-cell--today .dr-cell-points-value[b-87pwix09al] {
    color: #ea580c;
}

.dr-cell--missed[b-87pwix09al] {
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid #e2e8f0;
    opacity: 0.75;
}

.dr-cell--missed .dr-cell-points-value[b-87pwix09al] {
    color: #94a3b8;
    text-decoration: line-through;
}

.dr-cell--locked[b-87pwix09al] {
    background: linear-gradient(145deg, #f8fafc 0%, #eef2ff 100%);
    border: 2px solid #e0e7ff;
}

.dr-cell--locked .dr-cell-points-value[b-87pwix09al] {
    color: #818cf8;
}

.dr-cell--bonus[b-87pwix09al] {
    background: linear-gradient(145deg, #fef9c3 0%, #fde68a 100%);
    border-color: #fbbf24;
}

.dr-cell--bonus .dr-cell-points-value[b-87pwix09al] {
    color: #b45309;
}

.dr-cell-btn:hover[b-87pwix09al] {
    background: rgba(255, 237, 213, 0.5);
}

.dr-cell--pulse[b-87pwix09al] {
    animation: dr-cell-pulse-b-87pwix09al 2.4s ease-in-out infinite;
}

@keyframes dr-cell-pulse-b-87pwix09al {
    0%, 100% {
        box-shadow: 0 2px 0 rgba(234, 88, 12, 0.2), 0 0 0 0 rgba(249, 115, 22, 0);
    }
    50% {
        box-shadow: 0 2px 0 rgba(234, 88, 12, 0.3), 0 0 12px 3px rgba(249, 115, 22, 0.4);
    }
}

/* ── Claim modal (game-style) ──────────────────────────────────────────── */
.dr-claim-backdrop[b-87pwix09al] {
    position: fixed;
    inset: 0;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(49, 46, 129, 0.65);
    backdrop-filter: blur(6px);
}

.dr-claim-modal[b-87pwix09al] {
    position: relative;
    width: min(100%, 18rem);
    padding: 1.5rem 1.25rem 1.35rem;
    border-radius: 20px;
    background: linear-gradient(165deg, #4c1d95 0%, #312e81 100%);
    border: 3px solid #a78bfa;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 8px 0 #1e1b4b,
        0 20px 50px rgba(0, 0, 0, 0.45);
    text-align: center;
    color: #fff;
    overflow: hidden;
    animation: dr-claim-pop-b-87pwix09al 0.28s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.dr-claim-modal--success[b-87pwix09al] {
    border-color: #fbbf24;
    box-shadow:
        0 0 0 1px rgba(251, 191, 36, 0.3) inset,
        0 0 40px rgba(251, 191, 36, 0.35),
        0 8px 0 #92400e,
        0 20px 50px rgba(0, 0, 0, 0.45);
}

@keyframes dr-claim-pop-b-87pwix09al {
    from {
        opacity: 0;
        transform: scale(0.88) translateY(12px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.dr-claim-confetti[b-87pwix09al] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.dr-confetti-piece[b-87pwix09al] {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    opacity: 0;
    animation: dr-confetti-fly-b-87pwix09al 0.9s ease-out forwards;
}

.dr-confetti-piece--0[b-87pwix09al] { background: #fde68a; --dr-cx: -60px; --dr-cy: -80px; animation-delay: 0s; }
.dr-confetti-piece--1[b-87pwix09al] { background: #f472b6; --dr-cx: 50px; --dr-cy: -90px; animation-delay: 0.05s; }
.dr-confetti-piece--2[b-87pwix09al] { background: #60a5fa; --dr-cx: -40px; --dr-cy: 70px; animation-delay: 0.08s; }
.dr-confetti-piece--3[b-87pwix09al] { background: #34d399; --dr-cx: 70px; --dr-cy: 60px; animation-delay: 0.03s; }
.dr-confetti-piece--4[b-87pwix09al] { background: #c084fc; --dr-cx: -80px; --dr-cy: 20px; animation-delay: 0.1s; }
.dr-confetti-piece--5[b-87pwix09al] { background: #fb923c; --dr-cx: 30px; --dr-cy: -50px; animation-delay: 0.06s; }

.dr-confetti-piece:nth-child(7)[b-87pwix09al] { background: #fde68a; --dr-cx: -20px; --dr-cy: -100px; animation-delay: 0.04s; }
.dr-confetti-piece:nth-child(8)[b-87pwix09al] { background: #f472b6; --dr-cx: 80px; --dr-cy: -30px; animation-delay: 0.09s; }
.dr-confetti-piece:nth-child(9)[b-87pwix09al] { background: #60a5fa; --dr-cx: -70px; --dr-cy: -40px; animation-delay: 0.02s; }
.dr-confetti-piece:nth-child(10)[b-87pwix09al] { background: #34d399; --dr-cx: 10px; --dr-cy: 80px; animation-delay: 0.07s; }
.dr-confetti-piece:nth-child(11)[b-87pwix09al] { background: #c084fc; --dr-cx: -50px; --dr-cy: 90px; animation-delay: 0.11s; }
.dr-confetti-piece:nth-child(12)[b-87pwix09al] { background: #fb923c; --dr-cx: 60px; --dr-cy: 10px; animation-delay: 0.05s; }

@keyframes dr-confetti-fly-b-87pwix09al {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--dr-cx)), calc(-50% + var(--dr-cy))) scale(0.5) rotate(180deg);
    }
}

.dr-claim-close[b-87pwix09al] {
    position: absolute;
    top: 0.5rem;
    right: 0.55rem;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #c4b5fd;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.dr-claim-close:hover:not(:disabled)[b-87pwix09al] {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.dr-claim-close:disabled[b-87pwix09al] {
    opacity: 0.4;
    cursor: not-allowed;
}

.dr-claim-eyebrow[b-87pwix09al],
.dr-claim-success-eyebrow[b-87pwix09al] {
    margin: 0 0 0.2rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c4b5fd;
}

.dr-claim-title[b-87pwix09al] {
    margin: 0 0 1rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #faf5ff;
}

.dr-claim-reward[b-87pwix09al] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    margin-bottom: 1.25rem;
    padding: 1rem 0.75rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.dr-claim-reward-icon[b-87pwix09al] {
    font-size: 2rem;
    color: #fde68a;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.dr-claim-reward-value[b-87pwix09al] {
    margin: 0;
    font-size: 2.85rem;
    font-weight: 900;
    line-height: 1;
    color: #fde68a;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 2px 8px rgba(251, 191, 36, 0.4);
}

.dr-claim-reward-unit[b-87pwix09al] {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ddd6fe;
}

.dr-claim-btn-primary[b-87pwix09al] {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    border: none;
    border-radius: 12px;
    color: #78350f;
    background: linear-gradient(180deg, #fef08a 0%, #fbbf24 100%);
    cursor: pointer;
    box-shadow: 0 5px 0 #b45309, 0 8px 18px rgba(0, 0, 0, 0.3);
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.dr-claim-btn-primary--glow:hover:not(:disabled)[b-87pwix09al] {
    transform: translateY(-2px);
    box-shadow: 0 7px 0 #b45309, 0 10px 24px rgba(251, 191, 36, 0.4);
}

.dr-claim-btn-primary:active:not(:disabled)[b-87pwix09al] {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #b45309, 0 4px 10px rgba(0, 0, 0, 0.25);
}

.dr-claim-btn-primary:disabled[b-87pwix09al] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.dr-claim-btn-secondary[b-87pwix09al] {
    flex: 1;
    padding: 0.65rem 0.85rem;
    font-size: 0.88rem;
    font-weight: 600;
    border: 2px solid #6d28d9;
    border-radius: 12px;
    background: transparent;
    color: #ddd6fe;
    cursor: pointer;
}

.dr-claim-btn-secondary:hover[b-87pwix09al] {
    background: rgba(255, 255, 255, 0.08);
}

.dr-claim-success[b-87pwix09al] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    animation: dr-claim-success-in-b-87pwix09al 0.4s ease;
}

@keyframes dr-claim-success-in-b-87pwix09al {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dr-claim-success-burst[b-87pwix09al] {
    font-size: 2.25rem;
    color: #fde68a;
    line-height: 1;
    margin-bottom: 0.35rem;
    animation: dr-claim-burst-b-87pwix09al 0.6s ease;
}

@keyframes dr-claim-burst-b-87pwix09al {
    0% { transform: scale(0.5); opacity: 0; }
    60% { transform: scale(1.25); opacity: 1; }
    100% { transform: scale(1); }
}

.dr-claim-success-balance[b-87pwix09al] {
    margin: 0.5rem 0 1rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #c4b5fd;
}

.dr-claim-error .dr-claim-message[b-87pwix09al] {
    margin: 0 0 1.1rem;
    font-size: 0.88rem;
    color: #fca5a5;
    line-height: 1.45;
}

.dr-claim-actions[b-87pwix09al] {
    display: flex;
    gap: 0.5rem;
}

.dr-claim-actions .dr-claim-btn-primary[b-87pwix09al] {
    flex: 1;
}

/* ── Reduced motion ────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .dr-loading-coin[b-87pwix09al],
    .dr-cell--pulse[b-87pwix09al],
    .dr-cell-sparkle[b-87pwix09al],
    .dr-points-card--pop[b-87pwix09al],
    .dr-points-value--pop[b-87pwix09al],
    .dr-claim-modal[b-87pwix09al],
    .dr-claim-success[b-87pwix09al],
    .dr-claim-success-burst[b-87pwix09al],
    .dr-confetti-piece[b-87pwix09al] {
        animation: none !important;
    }

    .dr-cell-btn:active[b-87pwix09al] {
        transform: none;
    }
}

/* ── Mobile ────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    :global(.app-content:has(.dr-page))[b-87pwix09al] {
        display: flex;
        flex-direction: column;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        padding-top: 0.35rem;
        background: linear-gradient(160deg, #bfdbfe 0%, #ddd6fe 45%, #fbcfe8 100%);
    }

    .dr-page[b-87pwix09al] {
        max-width: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .dr-calendar-month--playful[b-87pwix09al] {
        font-size: 1.1rem;
    }

    .dr-weekday[b-87pwix09al] {
        font-size: 0.58rem;
        padding: 0.32rem 0.05rem;
    }

    .dr-cell-inner[b-87pwix09al],
    .dr-cell-btn[b-87pwix09al] {
        padding: 0.24rem 0.28rem 0.32rem;
    }

    .dr-cell-date[b-87pwix09al] {
        font-size: 0.65rem;
    }

    .dr-claim-modal[b-87pwix09al] {
        width: min(100%, 16.5rem);
    }

    .dr-points-value[b-87pwix09al] {
        font-size: 1.45rem;
    }

    .dr-xp-bar-total[b-87pwix09al] {
        font-size: 1.65rem;
    }
}

@media (min-width: 901px) {
    .dr-calendar-month--playful[b-87pwix09al] {
        font-size: 1.45rem;
    }
}
/* /Pages/EventDetail.razor.rz.scp.css */
/* Event detail — professional / corporate */
.event-detail-page[b-ehv7pfvhn7] {
    --ed-primary: var(--ew-primary, #1d4ed8);
    --ed-primary-soft: #eff6ff;
    --ed-ink: #0f172a;
    --ed-muted: #64748b;
    --ed-border: #e2e8f0;
    --ed-surface: #f8fafc;
    --ed-radius: 8px;
    margin: -1rem -1.15rem -1.25rem;
    min-height: calc(100dvh - var(--ew-topbar-height) - 2px);
    background: var(--ew-canvas, #eef1f6);
    padding-bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
}

.event-detail-page .sp-page-topbar[b-ehv7pfvhn7] {
    display: none;
}

.event-detail-card[b-ehv7pfvhn7] {
    display: flex;
    flex-direction: column;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
}

/* Hero */
.event-detail-hero[b-ehv7pfvhn7] {
    position: relative;
    width: 100%;
    min-height: 200px;
    max-height: 280px;
    overflow: hidden;
    background: #e2e8f0;
}

.event-detail-hero .forum-img-carousel[b-ehv7pfvhn7] {
    margin: 0;
    height: 100%;
    min-height: 200px;
    max-height: 280px;
}

.event-detail-hero .forum-img-carousel--feed[b-ehv7pfvhn7] {
    border: none;
    border-radius: 0;
}

.event-detail-hero .forum-img-carousel-viewport[b-ehv7pfvhn7] {
    height: 100%;
    min-height: 200px;
    max-height: 280px;
    border-radius: 0;
}

.event-detail-hero .forum-img-carousel-img[b-ehv7pfvhn7] {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 280px;
    object-fit: cover;
}

.event-detail-hero .forum-img-carousel-nav[b-ehv7pfvhn7] {
    z-index: 3;
}

.event-detail-hero .forum-img-carousel-count[b-ehv7pfvhn7],
.event-detail-hero .forum-img-carousel-dots[b-ehv7pfvhn7] {
    z-index: 3;
}

.event-detail-hero .forum-img-carousel-btn[b-ehv7pfvhn7] {
    cursor: default;
    pointer-events: none;
}

.event-detail-image[b-ehv7pfvhn7] {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 280px;
    object-fit: cover;
    display: block;
}

.event-detail-image--placeholder[b-ehv7pfvhn7] {
    min-height: 200px;
    max-height: 280px;
}

.event-detail-image--tone-1[b-ehv7pfvhn7],
.event-detail-image--tone-2[b-ehv7pfvhn7],
.event-detail-image--tone-3[b-ehv7pfvhn7],
.event-detail-image--tone-4[b-ehv7pfvhn7],
.event-detail-image--tone-5[b-ehv7pfvhn7] {
    background: linear-gradient(145deg, #1e3a5f 0%, #334155 48%, #475569 100%);
}

.event-detail-hero[b-ehv7pfvhn7]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.2) 0%,
        transparent 38%,
        rgba(15, 23, 42, 0.45) 100%
    );
    pointer-events: none;
}

.event-detail-back[b-ehv7pfvhn7] {
    position: absolute;
    top: max(0.65rem, env(safe-area-inset-top, 0px));
    left: 0.85rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: var(--ed-radius);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: var(--ed-ink);
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
    transition: background 0.15s ease, color 0.15s ease;
}

.event-detail-back:hover[b-ehv7pfvhn7] {
    background: #fff;
    color: var(--ed-primary);
}

/* Body */
.event-detail-body[b-ehv7pfvhn7] {
    position: relative;
    z-index: 1;
    margin-top: -0.75rem;
    padding: 1.35rem 1.25rem 1.75rem;
    background: #fff;
    border-radius: var(--ed-radius) var(--ed-radius) 0 0;
    border-top: 1px solid #fff;
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.05);
}

.event-detail-header[b-ehv7pfvhn7] {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--ed-border);
}

.event-detail-type[b-ehv7pfvhn7] {
    display: inline-block;
    margin: 0 0 0.55rem;
    padding: 0.18rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ed-primary);
    background: var(--ed-primary-soft);
    border: 1px solid #dbeafe;
    border-radius: 4px;
}

.event-detail-title[b-ehv7pfvhn7] {
    margin: 0;
    font-size: clamp(1.15rem, 3.5vw, 1.375rem);
    font-weight: 600;
    color: var(--ed-ink);
    line-height: 1.35;
    letter-spacing: -0.015em;
}

/* Sections */
.event-detail-section[b-ehv7pfvhn7] {
    margin-top: 1.25rem;
}

.event-detail-section-title[b-ehv7pfvhn7] {
    margin: 0 0 0.75rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
}

/* Facts — clean list */
.event-detail-facts[b-ehv7pfvhn7] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--ed-border);
    border-radius: var(--ed-radius);
    overflow: hidden;
    background: #fff;
}

.event-detail-fact[b-ehv7pfvhn7] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin: 0;
    padding: 0.85rem 1rem;
    background: #fff;
    border-bottom: 1px solid var(--ed-border);
}

.event-detail-fact:last-child[b-ehv7pfvhn7] {
    border-bottom: none;
}

.event-detail-fact-icon[b-ehv7pfvhn7] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    margin-top: 0.05rem;
    color: var(--ed-primary);
}

.event-detail-fact-icon svg[b-ehv7pfvhn7] {
    width: 1.05rem;
    height: 1.05rem;
    stroke-width: 1.75;
}

.event-detail-fact-text[b-ehv7pfvhn7] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.event-detail-fact-label[b-ehv7pfvhn7] {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.event-detail-fact-value[b-ehv7pfvhn7] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ed-ink);
    line-height: 1.45;
}

.event-detail-fact-sub[b-ehv7pfvhn7] {
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--ed-muted);
    line-height: 1.5;
}

.event-detail-maps-link[b-ehv7pfvhn7] {
    display: inline-flex;
    align-items: center;
    margin-top: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ed-primary, #1d4ed8);
    text-decoration: none;
}

.event-detail-maps-link:hover[b-ehv7pfvhn7],
.event-detail-maps-link:focus[b-ehv7pfvhn7] {
    text-decoration: underline;
}

.event-detail-location-locked[b-ehv7pfvhn7] {
    display: block;
    font-size: 0.92rem;
    line-height: 1.45;
    color: var(--ed-muted);
}

.event-detail-fact--restricted .event-detail-fact-icon[b-ehv7pfvhn7] {
    color: var(--ed-muted);
}

/* Capacity */
.event-detail-seats-row[b-ehv7pfvhn7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.event-detail-seats-bar[b-ehv7pfvhn7] {
    margin-top: 0.5rem;
    height: 4px;
    border-radius: 2px;
    background: #e2e8f0;
    overflow: hidden;
}

.event-detail-seats-fill[b-ehv7pfvhn7] {
    height: 100%;
    border-radius: inherit;
    background: var(--ed-primary);
    transition: width 0.35s ease;
}

.event-detail-seats-fill--high[b-ehv7pfvhn7] {
    background: #d97706;
}

.event-detail-seats-fill--full[b-ehv7pfvhn7] {
    background: #dc2626;
}

/* Ticket */
.event-detail-ticket[b-ehv7pfvhn7] {
    margin-top: 0;
    padding: 1rem 1.05rem;
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    border: 1px solid var(--ed-border);
}

.event-detail-ticket-row[b-ehv7pfvhn7] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.event-detail-price-label[b-ehv7pfvhn7] {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.event-detail-price-value[b-ehv7pfvhn7] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--ed-ink);
    letter-spacing: -0.02em;
    line-height: 1.15;
    font-variant-numeric: tabular-nums;
}

.event-detail-price-value--free[b-ehv7pfvhn7] {
    color: #047857;
}

.event-detail-ticket-meta[b-ehv7pfvhn7] {
    flex-shrink: 0;
    text-align: right;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--ed-muted);
    line-height: 1.4;
}

.event-detail-qty-limit[b-ehv7pfvhn7] {
    margin: 0.65rem 0 0;
    padding-top: 0.65rem;
    border-top: 1px solid var(--ed-border);
    font-size: 0.8125rem;
    color: var(--ed-muted);
    line-height: 1.5;
}

/* About */
.event-detail-about[b-ehv7pfvhn7] {
    margin-top: 0;
}

.event-detail-about p[b-ehv7pfvhn7] {
    margin: 0;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.7;
    white-space: pre-wrap;
}

/* Bottom bar — align with corporate theme on this page */
.event-detail-page .sp-product-bar[b-ehv7pfvhn7] {
    border-top-color: var(--ed-border);
    box-shadow: 0 -1px 8px rgba(15, 23, 42, 0.06);
}

.event-detail-page .sp-product-bar-actions[b-ehv7pfvhn7] {
    box-shadow: none;
    border: 1px solid var(--ed-border);
    border-radius: var(--ed-radius);
}

.event-detail-page .sp-product-bar-add[b-ehv7pfvhn7] {
    background: #fff;
    color: var(--ed-primary);
    border-right: 1px solid var(--ed-border);
}

.event-detail-page .sp-product-bar-add:hover:not(:disabled)[b-ehv7pfvhn7] {
    background: var(--ed-primary-soft);
}

.event-detail-page .sp-product-bar-buy[b-ehv7pfvhn7] {
    background: var(--ed-primary);
    color: #fff;
}

.event-detail-page .sp-product-bar-buy:hover:not(:disabled)[b-ehv7pfvhn7] {
    background: var(--ew-primary-dark, #1e40af);
}

.event-detail-page .sp-product-bar-cart[b-ehv7pfvhn7] {
    border-radius: var(--ed-radius);
    border: 1px solid var(--ed-border);
    background: #fff;
}

/* Loading / error */
.event-detail-page .sp-sub-loading[b-ehv7pfvhn7],
.event-detail-page .sp-sub-card[b-ehv7pfvhn7] {
    max-width: 680px;
    margin: 1rem auto;
}

@media (min-width: 768px) {
    .event-detail-page[b-ehv7pfvhn7] {
        padding: 1rem 1rem calc(5.75rem + env(safe-area-inset-bottom, 0px));
    }

    .event-detail-card[b-ehv7pfvhn7] {
        border-radius: var(--ed-radius);
        overflow: hidden;
        border: 1px solid var(--ed-border);
        box-shadow: var(--ew-shadow, 0 1px 2px rgba(15, 23, 42, 0.04));
        margin-bottom: 1rem;
    }

    .event-detail-body[b-ehv7pfvhn7] {
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 1.5rem 1.5rem 1.75rem;
    }

    .event-detail-hero[b-ehv7pfvhn7] {
        max-height: 300px;
    }

    .event-detail-hero .forum-img-carousel[b-ehv7pfvhn7],
    .event-detail-hero .forum-img-carousel-viewport[b-ehv7pfvhn7],
    .event-detail-hero .forum-img-carousel-img[b-ehv7pfvhn7] {
        max-height: 300px;
    }

    .event-detail-image[b-ehv7pfvhn7],
    .event-detail-image--placeholder[b-ehv7pfvhn7] {
        max-height: 300px;
    }
}
/* /Pages/Forum.razor.rz.scp.css */
.forum-feed[b-patipagkp0] {
    position: relative;
    max-width: var(--forum-max);
    margin: 0 auto;
    padding: 0 0 1rem;
}

.forum-feed__list[b-patipagkp0] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

.forum-feed__load-more[b-patipagkp0] {
    display: block;
    width: calc(100% - 1.7rem);
    margin: 0.75rem auto 0;
}

@media (max-width: 640px) {
    .forum-feed[b-patipagkp0] {
        padding: 0 0 0.85rem;
    }
}
/* /Pages/ForumActivity.razor.rz.scp.css */
.forum-activity-rows[b-4jhujhcxjs] {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid var(--ew-border);
    border-radius: var(--ew-radius);
    overflow: hidden;
}

.forum-activity-row[b-4jhujhcxjs] {
    border-bottom: 1px solid var(--ew-border);
}

.forum-activity-row:last-child[b-4jhujhcxjs] {
    border-bottom: none;
}

.forum-activity-row-link[b-4jhujhcxjs] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.9rem 1rem;
    background: #fff;
    text-align: left;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease;
}

.forum-activity-row-link:hover[b-4jhujhcxjs],
.forum-activity-row-link:focus-visible[b-4jhujhcxjs] {
    background: rgba(57, 73, 171, 0.04);
    outline: none;
}

.forum-activity-row-label[b-4jhujhcxjs] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #262626;
}

.forum-activity-row-count[b-4jhujhcxjs] {
    min-width: 1.5rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: #f3f4f6;
    font-size: 0.75rem;
    font-weight: 700;
    color: #525252;
    text-align: center;
}

.forum-activity-row-chevron[b-4jhujhcxjs] {
    font-size: 1.1rem;
    line-height: 1;
    color: var(--ew-text-muted);
}

.forum-activity-section-body[b-4jhujhcxjs] {
    margin-top: 0.75rem;
}

.forum-activity-section-body .forum-post-list[b-4jhujhcxjs],
.forum-activity-section-body .forum-reply-list[b-4jhujhcxjs],
.forum-activity-section-body .forum-user-list[b-4jhujhcxjs] {
    margin: 0;
}

.forum-activity-section-body .state-card[b-4jhujhcxjs],
.forum-activity-section-body .forum-post-list__empty[b-4jhujhcxjs] {
    margin: 0;
}

.forum-activity-section-body .forum-reply-list[b-4jhujhcxjs] {
    padding: 0;
}
/* /Pages/ForumActivitySection.razor.rz.scp.css */
.forum-activity-section-body[b-35wuy7x0hq] {
    margin-top: 0.75rem;
}

.forum-activity-section-body .forum-post-list[b-35wuy7x0hq],
.forum-activity-section-body .forum-reply-list[b-35wuy7x0hq] {
    margin: 0;
}

.forum-activity-section-body .state-card[b-35wuy7x0hq],
.forum-activity-section-body .forum-post-list__empty[b-35wuy7x0hq] {
    margin: 0;
}

.forum-activity-section-body .forum-reply-list[b-35wuy7x0hq] {
    padding: 0;
}
/* /Pages/ForumCreate.razor.rz.scp.css */
.ig-create-page[b-ued067hhps] {
    max-width: var(--forum-max, 470px);
    margin: 0 auto;
    min-height: calc(100dvh - 3.5rem - env(safe-area-inset-bottom, 0px));
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
}

.ig-create-page.forum-page[b-ued067hhps] {
    margin: -1rem -1.15rem calc(-1.25rem - 4.5rem - env(safe-area-inset-bottom, 0px));
    min-height: calc(100dvh - 3.5rem - env(safe-area-inset-bottom, 0px));
    padding: 0;
    background: #f5f5f5;
    gap: 0;
}

.ig-create-topbar[b-ued067hhps] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: 2.5rem 1fr 2.5rem;
    align-items: center;
    min-height: 2.75rem;
    padding: 0 0.5rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.ig-create-topbar-spacer[b-ued067hhps] {
    width: 2.25rem;
}

.ig-create-back[b-ued067hhps] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    color: #262626;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
}

.ig-create-heading[b-ued067hhps] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    text-align: center;
    color: #262626;
}

.ig-create-actions[b-ued067hhps] {
    margin-top: auto;
    padding-top: 0.35rem;
}

.ig-create-submit[b-ued067hhps] {
    width: 100%;
    margin: 0;
    padding: 0.72rem 1rem;
    border: none;
    border-radius: 8px;
    background: var(--ew-primary, #1d4ed8);
    color: #fff;
    font: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
}

.ig-create-submit:hover:not(:disabled)[b-ued067hhps] {
    background: var(--ew-primary-light, #2563eb);
}

.ig-create-submit:disabled[b-ued067hhps] {
    background: #c7d7f8;
    color: #f8fafc;
    cursor: default;
}

.ig-create-tabs[b-ued067hhps] {
    display: grid;
    grid-template-columns: 2.25rem 1fr 2.25rem;
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.ig-create-tab-row[b-ued067hhps] {
    display: flex;
}

.ig-create-tab-arrow[b-ued067hhps] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #525252;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.ig-create-tab-arrow:hover:not(:disabled)[b-ued067hhps] {
    color: #262626;
    background: #fafafa;
}

.ig-create-tab-arrow:disabled[b-ued067hhps] {
    color: #d4d4d4;
    cursor: default;
}

.ig-create-tab[b-ued067hhps] {
    flex: 1;
    margin: 0;
    padding: 0.7rem 0.5rem;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    background: transparent;
    color: #737373;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.ig-create-tab:hover[b-ued067hhps] {
    color: #262626;
}

.ig-create-tab--active[b-ued067hhps] {
    color: #262626;
    border-bottom-color: #262626;
}

.ig-create-body[b-ued067hhps] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem 1rem;
    flex: 1;
}

.ig-create-media-wrap[b-ued067hhps] {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.ig-create-media[b-ued067hhps] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: #fafafa;
    overflow: hidden;
}

.ig-create-media--carousel[b-ued067hhps] {
    background: #111;
}

.ig-create-media--empty[b-ued067hhps] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 11rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.ig-create-media--empty:hover:not(.ig-create-media--busy)[b-ued067hhps] {
    background: #f3f3f3;
}

.ig-create-media--busy[b-ued067hhps] {
    cursor: wait;
    opacity: 0.85;
}

.ig-create-media-icon[b-ued067hhps] {
    width: 2rem;
    height: 2rem;
    color: #737373;
}

.ig-create-media-label[b-ued067hhps] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #525252;
}

.ig-create-media-img[b-ued067hhps] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #111;
}

.ig-create-media-nav[b-ued067hhps] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 1.85rem;
    height: 1.85rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #262626;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ig-create-media-nav:hover:not(:disabled)[b-ued067hhps] {
    background: #fff;
}

.ig-create-media-nav:disabled[b-ued067hhps] {
    opacity: 0.3;
    cursor: default;
}

.ig-create-media-nav--prev[b-ued067hhps] {
    left: 0.5rem;
}

.ig-create-media-nav--next[b-ued067hhps] {
    right: 0.5rem;
}

.ig-create-media-dots[b-ued067hhps] {
    position: absolute;
    left: 50%;
    bottom: 0.6rem;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.ig-create-media-dot[b-ued067hhps] {
    width: 0.4rem;
    height: 0.4rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.ig-create-media-dot--active[b-ued067hhps] {
    background: #fff;
}

.ig-create-media-count[b-ued067hhps] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 3;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.3;
    pointer-events: none;
}

.ig-create-media-loading[b-ued067hhps] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
    min-height: 11rem;
    color: #737373;
    font-size: 0.8125rem;
    background: #fafafa;
}

.ig-create-media--empty[b-ued067hhps]  input[type="file"],
.ig-create-strip-add[b-ued067hhps]  input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
}

.ig-create-strip[b-ued067hhps] {
    padding: 0.5rem 0.65rem;
    border-top: 1px solid #efefef;
    background: #fff;
}

.ig-create-strip.forum-create-gallery[b-ued067hhps] {
    min-height: auto;
    max-height: none;
}

.ig-create-thumb[b-ued067hhps] {
    cursor: pointer;
}

.ig-create-thumb--selected[b-ued067hhps] {
    outline: 2px solid #525252;
    outline-offset: 1px;
}

.ig-create-strip-add[b-ued067hhps] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    background: #fafafa;
    color: #525252;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
}

.ig-create-strip-add:hover:not(.ig-create-strip-add--busy)[b-ued067hhps] {
    background: #f3f3f3;
}

.ig-create-strip-add--busy[b-ued067hhps] {
    opacity: 0.6;
    cursor: wait;
}

.ig-create-caption[b-ued067hhps],
.ig-create-composer[b-ued067hhps] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.ig-create-composer--thread[b-ued067hhps] {
    flex: 1;
}

.ig-create-caption-input[b-ued067hhps] {
    flex: 1;
    min-width: 0;
    border: none;
    padding: 0.1rem 0 0;
    margin: 0;
    font: inherit;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #262626;
    resize: none;
    background: transparent;
}

.ig-create-caption-input:focus[b-ued067hhps] {
    outline: none;
}

.ig-create-caption-input[b-ued067hhps]::placeholder {
    color: #a8a8a8;
}

.ig-create-caption-input--thread[b-ued067hhps] {
    min-height: 9rem;
    resize: vertical;
}

.ig-create-hint[b-ued067hhps] {
    margin: -0.25rem 0 0;
    padding: 0 0.15rem;
    font-size: 0.75rem;
    color: #a8a8a8;
    line-height: 1.4;
}

.ig-create-error[b-ued067hhps] {
    margin: 0;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.8125rem;
}

@media (max-width: 600px) {
    .ig-create-strip[b-ued067hhps]  .forum-create-thumb {
        width: 3.75rem;
        height: 3.75rem;
    }
}
/* /Pages/ForumSearch.razor.rz.scp.css */
.forum-search-page.forum-page[b-0bzr08uj96] {
    margin: -1rem -1.15rem calc(-1.25rem - 4.5rem - env(safe-area-inset-bottom, 0px));
    min-height: calc(100dvh - var(--ew-topbar-height, 56px) - 3.5rem - env(safe-area-inset-bottom, 0px));
    padding: 0;
    background: #fff;
    gap: 0;
}

.forum-search-page[b-0bzr08uj96]  .forum-student-search-panel-inner {
    display: flex;
    flex-direction: column;
    min-height: inherit;
}

.forum-search-page[b-0bzr08uj96]  .ig-follow-search-wrap {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0.5rem 1rem;
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.forum-search-page[b-0bzr08uj96]  .ig-follow-search {
    padding: 0.55rem 0.85rem;
    border-radius: 10px;
    font-size: 0.9rem;
}

.forum-search-page[b-0bzr08uj96]  .ig-follow-list {
    flex: 1;
    max-height: none;
    overflow-y: auto;
}

.forum-search-page[b-0bzr08uj96]  .ig-follow-row {
    padding: 0.7rem 1rem;
}

.forum-search-page[b-0bzr08uj96]  .forum-student-search-hint,
.forum-search-page[b-0bzr08uj96]  .ig-follow-empty,
.forum-search-page[b-0bzr08uj96]  .ig-follow-loading {
    padding: 1.25rem 1rem;
    font-size: 0.875rem;
    color: #8e8e8e;
    text-align: center;
}

.forum-search-page[b-0bzr08uj96]  .forum-student-search-more {
    width: calc(100% - 2rem);
    margin: 0.35rem 1rem 1rem;
}
/* /Pages/NotificationDetail.razor.rz.scp.css */
.notif-detail-view[b-ge8e9s3i80] {
    max-width: 680px;
    margin: 0 auto;
    padding: 0.35rem 1rem 2.5rem;
    box-sizing: border-box;
}

.notif-detail-nav[b-ge8e9s3i80] {
    padding: 0.15rem 0 1rem;
}

.notif-detail-back[b-ge8e9s3i80] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    padding: 0.35rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #262626;
    text-decoration: none;
    transition: color 0.15s;
}

.notif-detail-back:hover[b-ge8e9s3i80] {
    color: #0095f6;
}

.notif-detail-back svg[b-ge8e9s3i80] {
    flex-shrink: 0;
    margin-left: -0.15rem;
}

.notif-detail-article[b-ge8e9s3i80] {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 1.5rem 1.35rem 1.65rem;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.05);
}

.notif-detail-hero[b-ge8e9s3i80] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.notif-detail-hero-text[b-ge8e9s3i80] {
    min-width: 0;
}

.notif-detail-from[b-ge8e9s3i80] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

.notif-detail-when[b-ge8e9s3i80] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.82rem;
    color: #9ca3af;
    font-style: normal;
}

.notif-detail-divider[b-ge8e9s3i80] {
    height: 1px;
    margin: 1.35rem 0 1.25rem;
    background: linear-gradient(90deg, transparent, #e5e7eb 12%, #e5e7eb 88%, transparent);
}

.notif-detail-title[b-ge8e9s3i80] {
    margin: 0 0 1.15rem;
    font-size: clamp(1.35rem, 4vw, 1.65rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #111827;
}

.notif-detail-message[b-ge8e9s3i80] {
    padding: 1.2rem 1.25rem;
    border-radius: 14px;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
    white-space: pre-wrap;
    word-break: break-word;
}

.notif-detail-meta[b-ge8e9s3i80] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1.35rem;
}

.notif-detail-chip[b-ge8e9s3i80] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #f3f4f6;
    font-size: 0.78rem;
    font-weight: 500;
    color: #6b7280;
}

.notif-detail-state[b-ge8e9s3i80] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem 1.25rem;
    text-align: center;
    color: #6b7280;
}

.notif-detail-state p[b-ge8e9s3i80] {
    margin: 0;
}

.notif-detail-state--error p[b-ge8e9s3i80] {
    color: #b91c1c;
}

.notif-detail-spinner[b-ge8e9s3i80] {
    width: 1.75rem;
    height: 1.75rem;
    border: 2px solid #efefef;
    border-top-color: #262626;
    border-radius: 50%;
    animation: notif-detail-spin-b-ge8e9s3i80 0.7s linear infinite;
}

@keyframes notif-detail-spin-b-ge8e9s3i80 {
    to {
        transform: rotate(360deg);
    }
}

.notif-detail-link[b-ge8e9s3i80] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #0095f6;
    text-decoration: none;
}

.notif-detail-link:hover[b-ge8e9s3i80] {
    text-decoration: underline;
}

.notif-detail-empty[b-ge8e9s3i80] {
    padding: 2.5rem 1.25rem;
    text-align: center;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 20px;
}

.notif-detail-empty h2[b-ge8e9s3i80] {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}

.notif-detail-empty p[b-ge8e9s3i80] {
    margin: 0 0 1rem;
    color: #6b7280;
}

@media (max-width: 600px) {
    .notif-detail-view[b-ge8e9s3i80] {
        padding: 0.25rem 0.65rem 2rem;
    }

    .notif-detail-article[b-ge8e9s3i80] {
        border-radius: 16px;
        padding: 1.25rem 1.1rem 1.4rem;
    }

    .notif-detail-message[b-ge8e9s3i80] {
        padding: 1rem 1.05rem;
        font-size: 0.95rem;
    }

    .notif-detail-hero .forum-avatar--lg[b-ge8e9s3i80] {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1rem;
    }
}

@media (min-width: 900px) {
    .notif-detail-view[b-ge8e9s3i80] {
        padding-top: 0.75rem;
    }

    .notif-detail-article[b-ge8e9s3i80] {
        padding: 1.75rem 1.65rem 1.85rem;
    }
}
/* /Pages/Notifications.razor.rz.scp.css */
.notif-page[b-uve2312sej] {
    max-width: 560px;
    margin: 0 auto;
    padding: 1rem 0.85rem 2rem;
    box-sizing: border-box;
}

.notif-card[b-uve2312sej] {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.notif-card--empty[b-uve2312sej] {
    padding: 2rem 1.25rem;
    text-align: center;
}

.notif-header[b-uve2312sej] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.1rem 1.15rem 0.85rem;
}

.notif-title[b-uve2312sej] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #262626;
    letter-spacing: -0.02em;
}

.notif-mark-all[b-uve2312sej] {
    flex-shrink: 0;
    padding: 0;
    border: none;
    background: transparent;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0095f6;
    cursor: pointer;
}

.notif-mark-all:hover:not(:disabled)[b-uve2312sej] {
    text-decoration: underline;
}

.notif-mark-all:disabled[b-uve2312sej] {
    opacity: 0.45;
    cursor: default;
}

.notif-tabs[b-uve2312sej] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 1rem 0.85rem;
    border-bottom: 1px solid #efefef;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.notif-tab[b-uve2312sej] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.42rem 0.85rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    color: #737373;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.notif-tab:hover[b-uve2312sej] {
    color: #262626;
}

.notif-tab--active[b-uve2312sej] {
    background: #262626;
    color: #fff;
}

.notif-tab-badge[b-uve2312sej] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    padding: 0.05rem 0.35rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.3;
    background: #efefef;
    color: #262626;
}

.notif-tab--active .notif-tab-badge[b-uve2312sej] {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.notif-list[b-uve2312sej] {
    display: flex;
    flex-direction: column;
}

.notif-item[b-uve2312sej] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    padding: 0.9rem 1.15rem;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    text-align: left;
    font: inherit;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.12s;
    box-sizing: border-box;
}

.notif-item:last-child[b-uve2312sej] {
    border-bottom: none;
}

.notif-item:hover[b-uve2312sej] {
    background: #fafafa;
}

.notif-item--unread[b-uve2312sej] {
    background: #fff8f0;
}

.notif-item--unread:hover[b-uve2312sej] {
    background: #fff3e6;
}

.notif-body[b-uve2312sej] {
    flex: 1;
    min-width: 0;
}

.notif-text[b-uve2312sej] {
    margin: 0 0 0.3rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #262626;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notif-text strong[b-uve2312sej] {
    font-weight: 600;
}

.notif-meta[b-uve2312sej] {
    margin: 0;
    font-size: 0.78rem;
    color: #8e8e8e;
}

.notif-unread-dot[b-uve2312sej] {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 0.45rem;
    border-radius: 50%;
    background: #0095f6;
}

.notif-state[b-uve2312sej] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 2.5rem 1.25rem;
    text-align: center;
}

.notif-state--error p[b-uve2312sej] {
    margin: 0;
    color: #b91c1c;
}

.notif-spinner[b-uve2312sej] {
    width: 1.75rem;
    height: 1.75rem;
    border: 2px solid #efefef;
    border-top-color: #262626;
    border-radius: 50%;
    animation: notif-spin-b-uve2312sej 0.7s linear infinite;
}

@keyframes notif-spin-b-uve2312sej {
    to {
        transform: rotate(360deg);
    }
}

.notif-empty-icon[b-uve2312sej] {
    font-size: 2rem;
    line-height: 1;
}

.notif-empty-title[b-uve2312sej] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #262626;
}

.notif-empty-text[b-uve2312sej] {
    margin: 0;
    font-size: 0.88rem;
    color: #8e8e8e;
    line-height: 1.45;
    max-width: 18rem;
}

.notif-retry[b-uve2312sej] {
    padding: 0;
    border: none;
    background: transparent;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0095f6;
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 480px) {
    .notif-page[b-uve2312sej] {
        padding: 0.5rem 0.65rem 1.5rem;
    }

    .notif-header[b-uve2312sej] {
        padding: 0.95rem 1rem 0.75rem;
    }

    .notif-title[b-uve2312sej] {
        font-size: 1.2rem;
    }

    .notif-item[b-uve2312sej] {
        padding: 0.85rem 1rem;
    }

    .notif-tabs[b-uve2312sej] {
        padding: 0 0.85rem 0.75rem;
    }
}
/* /Pages/Orders.razor.rz.scp.css */
.orders-page[b-n937gub91g] {
    padding: 0 0 1.5rem;
}

.orders-page .segment-tab-bar[b-n937gub91g] {
    margin-bottom: 0.85rem;
}

.order-history-status[b-n937gub91g] {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    color: #64748b;
}

.order-history-status.error[b-n937gub91g] {
    color: #b91c1c;
}

.order-history-empty[b-n937gub91g] {
    padding: 2rem 0.5rem;
    text-align: center;
}

.order-history-empty-title[b-n937gub91g] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.order-history-empty-hint[b-n937gub91g] {
    margin: 0.35rem 0 1rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}

.order-history-list[b-n937gub91g] {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.order-history-item[b-n937gub91g] {
    margin: 0;
}

.order-history-item + .order-history-item[b-n937gub91g] {
    border-top: 1px solid #f1f5f9;
}

.order-history-row[b-n937gub91g],
.order-history-row:link[b-n937gub91g],
.order-history-row:visited[b-n937gub91g],
.order-history-row:hover[b-n937gub91g],
.order-history-row:active[b-n937gub91g],
.order-history-row:focus[b-n937gub91g],
.order-history-row:focus-visible[b-n937gub91g] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
    text-decoration: none !important;
    color: inherit !important;
    transition: background 0.12s ease;
}

.order-history-row *[b-n937gub91g],
.order-history-row:hover *[b-n937gub91g],
.order-history-row:visited *[b-n937gub91g] {
    text-decoration: none !important;
}

.order-history-row:hover[b-n937gub91g],
.order-history-row:focus-visible[b-n937gub91g] {
    background: #f8fafc;
}

.order-history-row-main[b-n937gub91g] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.order-history-title[b-n937gub91g] {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    color: #0f172a !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-history-meta[b-n937gub91g] {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8 !important;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-history-status-pill[b-n937gub91g] {
    align-self: flex-start;
    margin-top: 0.15rem;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.order-history-status-pill.status-paid[b-n937gub91g] {
    background: #f0fdf4;
    color: #15803d;
}

.order-history-status-pill.status-pending[b-n937gub91g] {
    background: #fffbeb;
    color: #b45309;
}

.order-history-status-pill.status-failed[b-n937gub91g],
.order-history-status-pill.status-cancelled[b-n937gub91g] {
    background: #fef2f2;
    color: #b91c1c;
}

.order-history-row-end[b-n937gub91g] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.order-history-amount[b-n937gub91g] {
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    color: #334155 !important;
}

.order-history-amount--free[b-n937gub91g] {
    color: #64748b !important;
    font-weight: 500;
}

.order-history-chevron[b-n937gub91g] {
    font-size: 1rem;
    line-height: 1;
    color: #cbd5e1 !important;
}
/* /Pages/PaymentResult.razor.rz.scp.css */
.payment-result-page[b-nsyt3bjr5x] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(72vh, 640px);
    padding: 1.5rem 1rem 2.5rem;
}

.payment-result-card[b-nsyt3bjr5x] {
    width: min(100%, 420px);
    padding: 2rem 1.75rem 1.5rem;
    border-radius: var(--ew-radius, 12px);
    border: 1px solid var(--ew-border, #e2e8f0);
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.payment-result-card--success[b-nsyt3bjr5x] {
    border-color: #bbf7d0;
    background: linear-gradient(180deg, #f0fdf4 0%, #fff 42%);
}

.payment-result-card--fail[b-nsyt3bjr5x] {
    border-color: #fecaca;
    background: linear-gradient(180deg, #fef2f2 0%, #fff 42%);
}

.payment-result-icon[b-nsyt3bjr5x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.payment-result-card--success .payment-result-icon[b-nsyt3bjr5x] {
    background: #dcfce7;
    color: #15803d;
}

.payment-result-card--fail .payment-result-icon[b-nsyt3bjr5x] {
    background: #fee2e2;
    color: #b91c1c;
}

.payment-result-title[b-nsyt3bjr5x] {
    margin: 0 0 0.65rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.payment-result-message[b-nsyt3bjr5x] {
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #475569;
}

.payment-result-actions[b-nsyt3bjr5x] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.payment-result-primary[b-nsyt3bjr5x] {
    width: 100%;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.payment-result-actions .btn-secondary[b-nsyt3bjr5x] {
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.payment-result-foot[b-nsyt3bjr5x] {
    margin: 1.25rem 0 0;
    font-size: 0.8rem;
}
/* /Pages/Profile.razor.rz.scp.css */
.ig-profile-avatar-frame[b-pk4johvr5f] {
    display: inline-flex;
    border-radius: 999px;
    padding: 3px;
    flex-shrink: 0;
}

.ig-profile-avatar-frame.cosmetic-orbit[b-pk4johvr5f] {
    padding: 0;
    overflow: visible;
}

.ig-profile-avatar-frame[b-pk4johvr5f] >  .forum-avatar--lg {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
}

.ig-profile-avatar-xp[b-pk4johvr5f] {
    position: relative;
    width: 6.25rem;
    height: 6.25rem;
    flex-shrink: 0;
}

.ig-profile-xp-ring[b-pk4johvr5f] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.ig-profile-xp-ring-track[b-pk4johvr5f] {
    fill: none;
    stroke: #e0e7ff;
    stroke-width: 4;
}

.ig-profile-xp-ring-fill[b-pk4johvr5f] {
    fill: none;
    stroke: #6366f1;
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.35s ease;
}

.ig-profile-avatar-inner[b-pk4johvr5f] {
    position: absolute;
    inset: 0.34rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ig-profile-avatar-inner[b-pk4johvr5f]  .forum-avatar--lg {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
}

.ig-profile-xp-level[b-pk4johvr5f] {
    position: absolute;
    right: -0.1rem;
    bottom: -0.1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    border: 2px solid #fff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.35);
}

.ig-profile-insights[b-pk4johvr5f] {
    display: block;
    margin-top: 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: inherit;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.ig-profile-insights:hover[b-pk4johvr5f] {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.ig-profile-insights-title[b-pk4johvr5f] {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #262626;
}

.ig-profile-insights-meta[b-pk4johvr5f] {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.78rem;
    color: #737373;
}

.ig-profile-tabs--saved-open[b-pk4johvr5f] {
    align-items: flex-start;
}

.ig-profile-tab-col[b-pk4johvr5f] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.ig-profile-tab-col .ig-profile-tab[b-pk4johvr5f] {
    width: 100%;
}

.ig-profile-tab-col .ig-profile-filter-menu-wrap[b-pk4johvr5f] {
    margin-top: -0.15rem;
    padding-bottom: 0.2rem;
}

.ig-profile-filter-trigger--compact[b-pk4johvr5f] {
    width: 1.75rem;
    height: 1.75rem;
}

.ig-profile-filter-menu-wrap[b-pk4johvr5f] {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ig-profile-filter-trigger[b-pk4johvr5f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #262626;
    cursor: pointer;
}

.ig-profile-filter-trigger:hover[b-pk4johvr5f] {
    background: #f3f4f6;
}

.ig-profile-filter-backdrop[b-pk4johvr5f] {
    position: fixed;
    inset: 0;
    z-index: 40;
    border: none;
    padding: 0;
    background: transparent;
    cursor: default;
}

.ig-profile-filter-menu[b-pk4johvr5f] {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    z-index: 50;
    min-width: 9rem;
    padding: 0.35rem 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ig-profile-filter-item[b-pk4johvr5f] {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    border: none;
    background: transparent;
    color: #262626;
    font-size: 0.875rem;
    text-align: left;
    cursor: pointer;
}

.ig-profile-filter-item:hover[b-pk4johvr5f] {
    background: #fafafa;
}

.ig-profile-filter-item--active[b-pk4johvr5f] {
    font-weight: 600;
    color: var(--ew-primary, #ee4d2d);
}

.ig-profile-about[b-pk4johvr5f] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ig-profile-about-card[b-pk4johvr5f] {
    padding: 0.85rem 0;
    border-top: 1px solid #efefef;
}

.ig-profile-about-title[b-pk4johvr5f] {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #262626;
}

.ig-profile-reward-log[b-pk4johvr5f] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.ig-profile-reward-log li[b-pk4johvr5f] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.15rem 0.5rem;
    font-size: 0.8125rem;
    color: #262626;
}

.ig-profile-reward-log .meta[b-pk4johvr5f] {
    grid-column: 2;
    font-size: 0.72rem;
}

.ig-profile-reward-points[b-pk4johvr5f] {
    font-weight: 700;
    color: #16a34a;
}

.ig-profile-links[b-pk4johvr5f] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #efefef;
}

.ig-profile-link-row[b-pk4johvr5f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #efefef;
    color: #262626;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
}

.ig-profile-link-row:hover[b-pk4johvr5f] {
    color: var(--ew-primary);
}

.ig-profile-link-row[b-pk4johvr5f]::after {
    content: "›";
    color: #a8a8a8;
}
/* /Pages/Referrals.razor.rz.scp.css */
.referrals-page[b-9qm7j4ria6] {
    padding-bottom: 1.5rem;
}

.referrals-stats[b-9qm7j4ria6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    padding: 0.75rem;
    background: #f4f5f7;
}

.referrals-stat[b-9qm7j4ria6] {
    background: #fff;
    border-radius: 10px;
    padding: 0.9rem 0.85rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    min-height: 5.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.35rem;
}

.referrals-stat-label[b-9qm7j4ria6] {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #888;
}

.referrals-stat-value[b-9qm7j4ria6] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    word-break: break-word;
}

.referrals-stat-value--count[b-9qm7j4ria6] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ew-primary, #4f46e5);
    line-height: 1;
}

.referrals-stat-sub[b-9qm7j4ria6] {
    margin: 0;
    font-size: 0.72rem;
    color: #999;
    font-family: ui-monospace, monospace;
    word-break: break-all;
}

.referrals-stat-empty[b-9qm7j4ria6] {
    color: #bbb;
    font-weight: 500;
}

.referrals-section[b-9qm7j4ria6] {
    margin-top: 0.75rem;
}

.referrals-section-head[b-9qm7j4ria6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.85rem 1rem 0.5rem;
    background: #fff;
}

.referrals-section-title[b-9qm7j4ria6] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #222;
}

.referrals-section-badge[b-9qm7j4ria6] {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ew-primary, #4f46e5);
    background: #eef2ff;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}

.referrals-list[b-9qm7j4ria6] {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.referrals-item[b-9qm7j4ria6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-top: 1px solid #f0f0f0;
}

.referrals-item-initial[b-9qm7j4ria6] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8ecff 0%, #dce4ff 100%);
    color: var(--ew-primary, #4f46e5);
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.referrals-item-body[b-9qm7j4ria6] {
    flex: 1;
    min-width: 0;
}

.referrals-item-name[b-9qm7j4ria6] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
}

.referrals-item-meta[b-9qm7j4ria6] {
    margin: 0.15rem 0 0;
    font-size: 0.78rem;
    color: #888;
    line-height: 1.35;
}

.referrals-item-code[b-9qm7j4ria6] {
    font-family: ui-monospace, monospace;
    font-size: 0.72rem;
    color: #aaa;
}

.referrals-empty[b-9qm7j4ria6] {
    margin: 0;
    padding: 1.5rem 1rem 1.75rem;
    text-align: center;
    color: #999;
    font-size: 0.9rem;
    background: #fff;
}
/* /Pages/Summary.razor.rz.scp.css */
.order-summary-shell[b-ixjkg4yo6p] {
    --receipt-paper: #fffffe;
    --receipt-ink: #1a1a1a;
    --receipt-muted: #6b6b6b;
    --receipt-rule: #ddd8d0;
    width: calc(100% + 2.3rem);
    max-width: calc(100% + 2.3rem);
    margin-left: -1.15rem;
    margin-right: -1.15rem;
    padding: 0.15rem 0.25rem 0;
}

.order-summary-status[b-ixjkg4yo6p] {
    margin: 1rem 0.85rem;
    color: #64748b;
    text-align: center;
}

.order-summary-status.error[b-ixjkg4yo6p] {
    color: #c62828;
}

.order-receipt[b-ixjkg4yo6p] {
    width: 100%;
    max-width: none;
    margin: 0;
    filter: drop-shadow(0 6px 18px rgba(15, 23, 42, 0.07));
}

.order-receipt-paper[b-ixjkg4yo6p] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 22%),
        var(--receipt-paper);
    padding: 1.35rem 1rem 1.25rem;
    border-left: 1px solid #f2efe9;
    border-right: 1px solid #f2efe9;
    color: var(--receipt-ink);
    font-family: ui-monospace, "Cascadia Mono", "Courier New", monospace;
}

.order-receipt-store[b-ixjkg4yo6p] {
    margin: 0;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
}

.order-receipt-type[b-ixjkg4yo6p] {
    margin: 0.2rem 0 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-align: center;
    text-transform: uppercase;
    color: var(--receipt-muted);
}

.order-receipt-head-row[b-ixjkg4yo6p] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1rem;
}

.order-receipt-order-no[b-ixjkg4yo6p] {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.order-receipt-divider[b-ixjkg4yo6p] {
    height: 1px;
    margin: 0.85rem 0;
    background: var(--receipt-rule);
}

.order-receipt-divider--dashed[b-ixjkg4yo6p] {
    background: none;
    border-top: 1px dashed var(--receipt-rule);
}

.order-receipt-meta[b-ixjkg4yo6p] {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--receipt-muted);
}

.order-receipt-meta p[b-ixjkg4yo6p] {
    margin: 0;
}

.order-receipt-status[b-ixjkg4yo6p] {
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.order-receipt-status.status-paid[b-ixjkg4yo6p] {
    color: #15803d;
}

.order-receipt-status.status-pending[b-ixjkg4yo6p] {
    color: #b45309;
}

.order-receipt-status.status-failed[b-ixjkg4yo6p],
.order-receipt-status.status-cancelled[b-ixjkg4yo6p] {
    color: #b91c1c;
}

.order-receipt-items[b-ixjkg4yo6p] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.order-receipt-item-title[b-ixjkg4yo6p] {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.order-receipt-item-sub[b-ixjkg4yo6p] {
    margin: 0.15rem 0 0;
    font-size: 0.74rem;
    color: var(--receipt-muted);
    line-height: 1.4;
}

.order-receipt-item-row[b-ixjkg4yo6p] {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-top: 0.35rem;
    font-size: 0.78rem;
}

.order-receipt-item-row span:first-child[b-ixjkg4yo6p] {
    flex-shrink: 0;
}

.order-receipt-item-row[b-ixjkg4yo6p]::before {
    content: "";
    flex: 1;
    order: 2;
    border-bottom: 1px dotted var(--receipt-rule);
    transform: translateY(-2px);
}

.order-receipt-item-price[b-ixjkg4yo6p] {
    order: 3;
    flex-shrink: 0;
    font-weight: 700;
}

.order-receipt-totals[b-ixjkg4yo6p] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 0.78rem;
}

.order-receipt-total-row[b-ixjkg4yo6p] {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
}

.order-receipt-total-row[b-ixjkg4yo6p]::before {
    content: "";
    flex: 1;
    order: 2;
    border-bottom: 1px dotted var(--receipt-rule);
    transform: translateY(-2px);
}

.order-receipt-total-row span:first-child[b-ixjkg4yo6p] {
    order: 1;
    color: var(--receipt-muted);
}

.order-receipt-total-row span:last-child[b-ixjkg4yo6p] {
    order: 3;
    font-weight: 700;
}

.order-receipt-total-row--discount span:last-child[b-ixjkg4yo6p] {
    color: #15803d;
}

.order-receipt-total-row--grand[b-ixjkg4yo6p] {
    margin-top: 0.35rem;
    padding-top: 0.55rem;
    border-top: 1px solid var(--receipt-ink);
    font-size: 0.82rem;
}

.order-receipt-total-row--grand[b-ixjkg4yo6p]::before {
    display: none;
}

.order-receipt-total-row--grand span:first-child[b-ixjkg4yo6p] {
    color: var(--receipt-ink);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.order-receipt-total-row--grand span:last-child[b-ixjkg4yo6p] {
    font-size: 0.95rem;
    font-weight: 800;
}

.order-receipt-footer[b-ixjkg4yo6p] {
    margin: 0.95rem 0 0;
    font-size: 0.74rem;
    line-height: 1.5;
    text-align: center;
    color: var(--receipt-muted);
}

.order-receipt-footer p[b-ixjkg4yo6p] {
    margin: 0;
}

.order-receipt-tear[b-ixjkg4yo6p] {
    display: block;
    width: 100%;
    height: 1.35rem;
    margin-top: -1px;
    overflow: visible;
    pointer-events: none;
}

.order-receipt-tear path[b-ixjkg4yo6p] {
    fill: var(--receipt-paper);
    filter: drop-shadow(0 2px 3px rgba(15, 23, 42, 0.05));
}

.order-receipt-download-btn[b-ixjkg4yo6p] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px dashed var(--receipt-rule);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.45);
    color: var(--receipt-muted);
    cursor: pointer;
}

.order-receipt-download-btn svg[b-ixjkg4yo6p] {
    width: 1rem;
    height: 1rem;
}

.order-receipt-download-btn:hover:not(:disabled)[b-ixjkg4yo6p] {
    color: var(--receipt-ink);
    border-style: solid;
}

.order-receipt-download-btn:disabled[b-ixjkg4yo6p] {
    opacity: 0.5;
    cursor: wait;
}

.order-receipt-download-error[b-ixjkg4yo6p] {
    margin: 0.5rem 0 0;
    font-size: 0.68rem;
    color: #b91c1c;
    text-align: center;
}

.order-summary-actions[b-ixjkg4yo6p] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0;
    padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.08);
}

.order-summary-shell[b-ixjkg4yo6p] {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
}

.order-summary-actions:not(:has(.btn-primary))[b-ixjkg4yo6p] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-summary-actions .btn-primary[b-ixjkg4yo6p],
.order-summary-actions .btn-secondary[b-ixjkg4yo6p] {
    width: 100%;
    margin-top: 0;
    padding: 0.55rem 0.35rem;
    font-size: 0.72rem;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    box-sizing: border-box;
}

@media (min-width: 480px) {
    .order-summary-actions[b-ixjkg4yo6p] {
        gap: 0.65rem;
    }

    .order-summary-actions .btn-primary[b-ixjkg4yo6p],
    .order-summary-actions .btn-secondary[b-ixjkg4yo6p] {
        font-size: 0.8125rem;
        padding: 0.55rem 0.5rem;
    }
}

@media (min-width: 768px) {
    .order-summary-shell[b-ixjkg4yo6p] {
        padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .order-receipt-paper[b-ixjkg4yo6p] {
        padding-left: 1.35rem;
        padding-right: 1.35rem;
    }

    .order-receipt-tear[b-ixjkg4yo6p] {
        height: 1.5rem;
    }

    .order-summary-actions[b-ixjkg4yo6p] {
        gap: 0.75rem;
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .order-summary-actions .btn-primary[b-ixjkg4yo6p],
    .order-summary-actions .btn-secondary[b-ixjkg4yo6p] {
        font-size: 0.875rem;
        padding: 0.55rem 0.85rem;
        min-height: 2.65rem;
    }
}

@media (min-width: 992px) {
    .order-summary-actions[b-ixjkg4yo6p] {
        left: var(--ew-sidebar-width, 240px);
    }
}
/* /Pages/TeacherDashboard.razor.rz.scp.css */
.teacher-dashboard[b-wq1kvg0yps] {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    max-width: 960px;
}

.teacher-dashboard-hero[b-wq1kvg0yps] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.teacher-dashboard-eyebrow[b-wq1kvg0yps] {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ew-text-muted);
}

.teacher-dashboard-title[b-wq1kvg0yps] {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--ew-text);
}

.teacher-dashboard-notice[b-wq1kvg0yps] {
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1e40af;
    font-size: 0.875rem;
}

.teacher-dashboard-error[b-wq1kvg0yps] {
    margin: 0;
}

.teacher-dashboard-upcoming[b-wq1kvg0yps] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.teacher-dashboard-section-head[b-wq1kvg0yps] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.teacher-dashboard-section-head h2[b-wq1kvg0yps] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.teacher-dashboard-empty[b-wq1kvg0yps] {
    padding: 1.25rem;
    border: 1px dashed var(--ew-border-strong);
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.teacher-dashboard-empty p[b-wq1kvg0yps] {
    margin: 0;
    color: var(--ew-text-muted);
}

.teacher-dashboard-event-list[b-wq1kvg0yps] {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--ew-border);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.teacher-dashboard-event-row[b-wq1kvg0yps] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 0.95rem;
    border-bottom: 1px solid var(--ew-border);
    text-decoration: none !important;
    color: inherit;
    transition: background 0.12s ease;
}

.teacher-dashboard-event-list li:last-child .teacher-dashboard-event-row[b-wq1kvg0yps] {
    border-bottom: none;
}

.teacher-dashboard-event-row:hover[b-wq1kvg0yps] {
    background: var(--ew-input-bg);
}

.teacher-dashboard-event-main[b-wq1kvg0yps] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.teacher-dashboard-event-main strong[b-wq1kvg0yps] {
    font-size: 0.9rem;
    color: var(--ew-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teacher-dashboard-event-badges[b-wq1kvg0yps] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: flex-end;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .teacher-dashboard-event-row[b-wq1kvg0yps] {
        flex-direction: column;
        align-items: flex-start;
    }

    .teacher-dashboard-event-badges[b-wq1kvg0yps] {
        justify-content: flex-start;
    }
}
/* /Pages/Tickets.razor.rz.scp.css */
.tickets-page[b-9mau729t3x] {
    --ticket-notch-bg: var(--ew-canvas, #f5f6f8);
    --ticket-paper: linear-gradient(135deg, #fffef6 0%, #ffffff 45%, #f8faff 100%);
    --ticket-border: #d4d4d8;
}

.tickets-tab-bar[b-9mau729t3x] {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.tickets-tab-bar .tab-btn[b-9mau729t3x] {
    flex: 1;
    position: relative;
    margin: 0;
    padding: 0.7rem 0.85rem;
    border: 1px dashed var(--ticket-border);
    border-radius: 10px;
    background: var(--ticket-paper);
    color: #64748b;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.tickets-tab-bar .tab-btn[b-9mau729t3x]::before,
.tickets-tab-bar .tab-btn[b-9mau729t3x]::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ticket-notch-bg);
    transform: translateY(-50%);
    box-shadow: inset 0 0 0 1px var(--ticket-border);
}

.tickets-tab-bar .tab-btn[b-9mau729t3x]::before {
    left: -5px;
}

.tickets-tab-bar .tab-btn[b-9mau729t3x]::after {
    right: -5px;
}

.tickets-tab-bar .tab-btn.active[b-9mau729t3x] {
    color: var(--ew-primary, #2563eb);
    border-style: solid;
    border-color: #93c5fd;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.12);
}

.ticket-list[b-9mau729t3x] {
    gap: 1rem;
}

.ticket-card.ticket-card--clickable[b-9mau729t3x] {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 0;
    text-align: left;
    border: 1px solid var(--ticket-border);
    border-radius: 12px;
    background: var(--ticket-paper);
    cursor: pointer;
    overflow: visible;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.ticket-card--cinema[b-9mau729t3x]::before,
.ticket-card--cinema[b-9mau729t3x]::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--ticket-notch-bg);
    transform: translateY(-50%);
    box-shadow: inset 0 0 0 1px var(--ticket-border);
    z-index: 2;
    pointer-events: none;
}

.ticket-card--cinema[b-9mau729t3x]::before {
    left: -7px;
}

.ticket-card--cinema[b-9mau729t3x]::after {
    right: -7px;
}

.ticket-card--clickable:hover[b-9mau729t3x] {
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.11);
    transform: translateY(-1px);
}

.ticket-card--spotlight[b-9mau729t3x] {
    border-color: #93c5fd;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 45%, #f8faff 100%);
    animation: ticket-spotlight-pulse-b-9mau729t3x 1.05s ease-in-out 3;
}

@keyframes ticket-spotlight-pulse-b-9mau729t3x {
    0%,
    100% {
        border-color: #bfdbfe;
        box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
        transform: translateY(0);
    }

    50% {
        border-color: #2563eb;
        box-shadow: 0 10px 28px rgba(37, 99, 235, 0.22);
        transform: translateY(-2px);
    }
}

.ticket-card--clickable:active[b-9mau729t3x] {
    transform: translateY(0) scale(0.995);
}

.ticket-card-stub[b-9mau729t3x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.7rem 0.55rem 0.7rem 0.75rem;
    flex-shrink: 0;
}

.ticket-card-admit[b-9mau729t3x] {
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #94a3b8;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
    user-select: none;
}

.ticket-card-divider[b-9mau729t3x] {
    align-self: stretch;
    width: 0;
    margin: 0.55rem 0;
    border-left: 2px dashed #c4c4c4;
    flex-shrink: 0;
}

.ticket-card-body[b-9mau729t3x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    padding: 0.7rem 0.85rem 0.7rem 0.65rem;
}

.ticket-card-thumb[b-9mau729t3x] {
    width: 4.25rem;
    height: 4.25rem;
    flex-shrink: 0;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.ticket-card-thumb--empty[b-9mau729t3x] {
    background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
}

.ticket-card-main[b-9mau729t3x] {
    flex: 1;
    min-width: 0;
}

.ticket-card-main h3[b-9mau729t3x] {
    margin: 0 0 0.25rem;
    font-size: 0.98rem;
    line-height: 1.3;
}

.ticket-card-line[b-9mau729t3x] {
    margin: 0.18rem 0 0;
}

.ticket-card-label[b-9mau729t3x] {
    font-weight: 600;
    color: #555;
}

.ticket-card-children[b-9mau729t3x] {
    margin: 0.3rem 0 0;
    color: #334155;
    font-weight: 500;
}

.ticket-card-chevron[b-9mau729t3x] {
    flex-shrink: 0;
    font-size: 1.35rem;
    line-height: 1;
    color: #cbd5e1;
}

.tickets-page--past .ticket-card--cinema[b-9mau729t3x] {
    filter: saturate(0.75);
    opacity: 0.92;
}

.tickets-page--past .ticket-card-admit[b-9mau729t3x] {
    color: #b0b8c4;
}

.ticket-detail-backdrop[b-9mau729t3x] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    border: none;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.ticket-detail[b-9mau729t3x] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1201;
    transform: translate(-50%, -50%);
    width: min(92vw, 22rem);
    max-height: 90dvh;
    overflow-y: auto;
    padding: 1.1rem 1.15rem 1.25rem;
}

.ticket-detail.ticket-detail--cinema[b-9mau729t3x] {
    position: fixed;
    border: 1px solid var(--ticket-border);
    border-radius: 14px;
    background: var(--ticket-paper);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.22);
}

.ticket-detail--cinema[b-9mau729t3x]::before,
.ticket-detail--cinema[b-9mau729t3x]::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    transform: translateX(-50%);
    pointer-events: none;
}

.ticket-detail--cinema[b-9mau729t3x]::before {
    top: -9px;
}

.ticket-detail--cinema[b-9mau729t3x]::after {
    bottom: -9px;
}

.ticket-detail-admit[b-9mau729t3x] {
    display: block;
    margin: 0 0 0.5rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-align: center;
    color: #94a3b8;
    text-transform: uppercase;
}

.ticket-detail-header[b-9mau729t3x] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px dashed #d4d4d8;
}

.ticket-detail-title[b-9mau729t3x] {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;
}

.ticket-detail-close[b-9mau729t3x] {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: #f3f3f3;
    color: #444;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.ticket-detail-close:hover[b-9mau729t3x] {
    background: #e8e8e8;
}

.ticket-detail-line[b-9mau729t3x] {
    margin: 0.2rem 0;
    font-size: 0.875rem;
    color: #555;
}

.ticket-qr-panel[b-9mau729t3x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0 0.75rem;
    padding-top: 1rem;
    border-top: 2px dashed #d4d4d8;
}

.ticket-qr-wrap[b-9mau729t3x] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ticket-qr-carousel .ticket-qr-wrap[b-9mau729t3x] {
    flex: 1;
    min-width: 0;
}

.ticket-qr-expired[b-9mau729t3x] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
    color: #64748b;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
}

.ticket-qr-host[b-9mau729t3x] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 0.5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: inset 0 1px 4px rgba(15, 23, 42, 0.04);
}

.ticket-qr-host img[b-9mau729t3x] {
    display: block;
}

.ticket-qr-hint[b-9mau729t3x] {
    margin: 0;
    text-align: center;
}

.ticket-slide-counter[b-9mau729t3x] {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ew-primary, #2563eb);
    text-align: center;
}

.ticket-detail-participant[b-9mau729t3x] {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.ticket-qr-carousel[b-9mau729t3x] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
}

.ticket-qr-carousel .ticket-qr-host[b-9mau729t3x] {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.ticket-qr-nav[b-9mau729t3x] {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    background: #fff;
    color: var(--ew-primary, #2563eb);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.ticket-qr-nav:disabled[b-9mau729t3x] {
    opacity: 0.35;
    cursor: default;
    color: #999;
}

.ticket-qr-nav:not(:disabled):hover[b-9mau729t3x] {
    background: #f5f8ff;
    border-color: var(--ew-primary, #2563eb);
}

@media (min-width: 480px) {
    .ticket-card-stub[b-9mau729t3x] {
        flex-direction: row;
        padding-right: 0.65rem;
    }

    .ticket-card-admit[b-9mau729t3x] {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }
}
/* /Pages/Wallet.razor.rz.scp.css */
/* Wallet page */
.wallet-page[b-ajybwdy1s8] {
    --wallet-hero: linear-gradient(145deg, #0f172a 0%, #1e3a8a 42%, #2563eb 100%);
    --wallet-surface: #ffffff;
    --wallet-border: #e2e8f0;
    --wallet-muted: #64748b;
    padding-bottom: 1.25rem;
}

.wallet-page-header h1[b-ajybwdy1s8] {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.wallet-pdf-download-btn[b-ajybwdy1s8] {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid var(--wallet-border);
    border-radius: 8px;
    background: #fff;
    color: #475569;
    cursor: pointer;
}

.wallet-pdf-download-btn svg[b-ajybwdy1s8] {
    width: 1.1rem;
    height: 1.1rem;
}

.wallet-pdf-download-btn:hover:not(:disabled)[b-ajybwdy1s8] {
    color: #1d4ed8;
    border-color: #93c5fd;
    background: #f8fafc;
}

.wallet-pdf-download-btn:disabled[b-ajybwdy1s8] {
    opacity: 0.5;
    cursor: wait;
}

.wallet-pdf-download-error[b-ajybwdy1s8] {
    margin: 0 0.65rem 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.8125rem;
    text-align: center;
}

/* Flip card */
.wallet-flip-scene[b-ajybwdy1s8] {
    margin: 0 0.65rem 1rem;
    perspective: 1200px;
}

.wallet-flip-card[b-ajybwdy1s8] {
    display: grid;
    grid-template-areas: "stack";
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.wallet-flip-card.is-flipped[b-ajybwdy1s8] {
    transform: rotateY(180deg);
}

.wallet-flip-face[b-ajybwdy1s8] {
    grid-area: stack;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.wallet-flip-face--front[b-ajybwdy1s8] {
    transform: rotateY(0deg);
}

.wallet-flip-face--back[b-ajybwdy1s8] {
    transform: rotateY(180deg);
}

.wallet-flip-card:not(.is-flipped) .wallet-flip-face--back[b-ajybwdy1s8] {
    pointer-events: none;
}

.wallet-flip-card.is-flipped .wallet-flip-face--front[b-ajybwdy1s8] {
    pointer-events: none;
}

.wallet-hero-flip-trigger[b-ajybwdy1s8] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    cursor: pointer;
}

.wallet-hero-flip-trigger:focus-visible[b-ajybwdy1s8] {
    outline: 2px solid rgba(255, 255, 255, 0.65);
    outline-offset: 3px;
    border-radius: 12px;
}

.wallet-hero-flip-icon[b-ajybwdy1s8] {
    font-size: 0.95rem;
    opacity: 0.7;
    line-height: 1;
}

.wallet-hero--back[b-ajybwdy1s8] {
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, #1e3a8a 0%, #1d4ed8 48%, #3b82f6 100%);
}

.wallet-hero--back .wallet-hero-flip-trigger[b-ajybwdy1s8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0.35rem;
}

.wallet-bank-details[b-ajybwdy1s8] {
    position: relative;
    margin: 0.85rem 0 0;
    padding: 0;
}

.wallet-bank-row[b-ajybwdy1s8] {
    margin: 0;
    padding: 0.55rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wallet-bank-row:first-child[b-ajybwdy1s8] {
    border-top: none;
    padding-top: 0.15rem;
}

.wallet-bank-row dt[b-ajybwdy1s8] {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.72;
}

.wallet-bank-row dd[b-ajybwdy1s8] {
    margin: 0.2rem 0 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.wallet-bank-account[b-ajybwdy1s8] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: 0.06em;
}

.wallet-bank-empty[b-ajybwdy1s8] {
    position: relative;
    margin: 1rem 0 0.65rem;
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: center;
    opacity: 0.9;
}

.wallet-bank-setup-link[b-ajybwdy1s8] {
    position: relative;
    display: block;
    width: fit-content;
    margin: -0.35rem auto 0.85rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.wallet-bank-setup-link:hover[b-ajybwdy1s8] {
    background: rgba(255, 255, 255, 0.24);
}

/* Hero balance card */
.wallet-hero[b-ajybwdy1s8] {
    position: relative;
    margin: 0;
    padding: 1.15rem 1.1rem 1rem;
    border-radius: 18px;
    background: var(--wallet-hero);
    color: #fff;
    overflow: hidden;
    box-shadow:
        0 18px 40px rgba(30, 58, 138, 0.28),
        0 4px 12px rgba(15, 23, 42, 0.12);
}

.wallet-flip-face--front .wallet-hero[b-ajybwdy1s8],
.wallet-flip-face--back .wallet-hero[b-ajybwdy1s8] {
    min-height: 100%;
}

.wallet-hero-decor[b-ajybwdy1s8] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.wallet-hero-orb[b-ajybwdy1s8] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.wallet-hero-orb--1[b-ajybwdy1s8] {
    width: 9rem;
    height: 9rem;
    top: -3rem;
    right: -2rem;
}

.wallet-hero-orb--2[b-ajybwdy1s8] {
    width: 6rem;
    height: 6rem;
    bottom: -2rem;
    left: -1.5rem;
    background: rgba(255, 255, 255, 0.05);
}

.wallet-hero-top[b-ajybwdy1s8] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}

.wallet-hero-chip[b-ajybwdy1s8] {
    width: 2.1rem;
    height: 1.45rem;
    border-radius: 5px;
    background: linear-gradient(135deg, #fde68a 0%, #f59e0b 55%, #d97706 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.wallet-hero-brand[b-ajybwdy1s8] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.82;
}

.wallet-hero-label[b-ajybwdy1s8] {
    position: relative;
    margin: 0;
    font-size: 0.8125rem;
    opacity: 0.88;
    text-align: center;
}

.wallet-hero-label--secondary[b-ajybwdy1s8] {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.72;
    margin-bottom: 0.15rem;
}

.wallet-hero-balance-row[b-ajybwdy1s8] {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 0.35rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wallet-hero-balance-col[b-ajybwdy1s8] {
    text-align: center;
    min-width: 6.5rem;
}

.wallet-hero-balance-col--pending .wallet-hero-secondary-amount--pending[b-ajybwdy1s8] {
    color: #fde68a;
}

.wallet-hero-secondary-amount[b-ajybwdy1s8] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    opacity: 0.95;
}

.wallet-hero[b-ajybwdy1s8]  .sp-bank-amount--readonly {
    padding: 0.15rem 0 0.5rem;
}

.wallet-hero[b-ajybwdy1s8]  .sp-bank-int {
    font-size: 2.65rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.wallet-hero[b-ajybwdy1s8]  .sp-bank-dec {
    font-size: 1.25rem;
    font-weight: 700;
}

.wallet-hero-frozen[b-ajybwdy1s8] {
    position: relative;
    margin: 0 0 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(254, 202, 202, 0.18);
    color: #fecaca;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
}

.wallet-hero-actions[b-ajybwdy1s8] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    margin-top: 0.65rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.wallet-hero-btn[b-ajybwdy1s8] {
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.12s ease;
}

.wallet-hero-btn:active:not(:disabled)[b-ajybwdy1s8] {
    transform: scale(0.98);
}

.wallet-hero-btn:disabled[b-ajybwdy1s8] {
    opacity: 0.45;
    cursor: not-allowed;
}

.wallet-hero-btn--primary[b-ajybwdy1s8] {
    border: none;
    background: #fff;
    color: #1d4ed8;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.14);
}

.wallet-hero-btn--primary:hover:not(:disabled)[b-ajybwdy1s8] {
    background: #f8fafc;
}

.wallet-hero-btn--ghost[b-ajybwdy1s8] {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.wallet-hero-btn--ghost:hover:not(:disabled)[b-ajybwdy1s8] {
    background: rgba(255, 255, 255, 0.16);
}

/* Inline forms */
.wallet-form-panel[b-ajybwdy1s8] {
    margin: 0 0.65rem 0.85rem;
    padding: 1rem 1rem 0.85rem;
    border: 1px solid var(--wallet-border);
    border-radius: 14px;
    background: var(--wallet-surface);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.wallet-form-title[b-ajybwdy1s8] {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0f172a;
}

.wallet-form-hint[b-ajybwdy1s8] {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    text-align: center;
    color: var(--wallet-muted);
}

.wallet-form-panel[b-ajybwdy1s8]  .sp-bank-amount {
    border-bottom: 1px solid #f1f5f9;
}

.wallet-notice[b-ajybwdy1s8] {
    margin: 0 0 0.75rem;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e3a5f;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.wallet-amount-error[b-ajybwdy1s8] {
    margin: 0.35rem 0 0;
    color: #dc2626;
    font-size: 0.8125rem;
    font-weight: 600;
    text-align: center;
}

/* Activity section */
.wallet-activity[b-ajybwdy1s8] {
    margin: 0 0.65rem;
}

.wallet-tab-bar[b-ajybwdy1s8] {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.wallet-tab[b-ajybwdy1s8] {
    flex: 1;
    margin: 0;
    padding: 0.62rem 0.4rem;
    border: 1px solid var(--wallet-border);
    border-radius: 999px;
    background: #f8fafc;
    color: var(--wallet-muted);
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.wallet-tab.active[b-ajybwdy1s8] {
    border-color: #93c5fd;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
    color: #1d4ed8;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12);
}

.wallet-empty[b-ajybwdy1s8] {
    margin: 0;
    padding: 1.5rem 1rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--wallet-muted);
    border: 1px dashed var(--wallet-border);
    border-radius: 12px;
    background: #fafbfc;
}

.wallet-pending-intro[b-ajybwdy1s8] {
    margin: 0 0 0.65rem;
    padding: 0 0.15rem;
    font-size: 0.78rem;
    line-height: 1.45;
    text-align: center;
    color: var(--wallet-muted);
}

/* Transaction / voucher rows */
.wallet-txn-list[b-ajybwdy1s8] {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--wallet-border);
    border-radius: 14px;
    background: var(--wallet-surface);
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.wallet-txn-item[b-ajybwdy1s8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
}

.wallet-txn-item + .wallet-txn-item[b-ajybwdy1s8] {
    border-top: 1px solid #f1f5f9;
}

.wallet-txn-icon[b-ajybwdy1s8] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.wallet-txn-icon--in[b-ajybwdy1s8] {
    background: #dcfce7;
    color: #15803d;
}

.wallet-txn-icon--out[b-ajybwdy1s8] {
    background: #fee2e2;
    color: #b91c1c;
}

.wallet-txn-icon--pending[b-ajybwdy1s8] {
    background: #fef3c7;
    color: #b45309;
    font-size: 0.95rem;
}

.wallet-txn-icon--voucher[b-ajybwdy1s8] {
    background: #ede9fe;
    color: #6d28d9;
    font-size: 0.95rem;
    font-weight: 800;
}

.wallet-txn-body[b-ajybwdy1s8] {
    flex: 1;
    min-width: 0;
}

.wallet-txn-title[b-ajybwdy1s8] {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
    word-break: break-word;
}

.wallet-txn-meta[b-ajybwdy1s8] {
    display: block;
    margin-top: 0.12rem;
    font-size: 0.72rem;
    color: #94a3b8;
    line-height: 1.35;
}

.wallet-txn-amount[b-ajybwdy1s8] {
    flex-shrink: 0;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.wallet-txn-amount--in[b-ajybwdy1s8] {
    color: #16a34a;
}

.wallet-txn-amount--out[b-ajybwdy1s8] {
    color: #dc2626;
}

.wallet-txn-amount--pending[b-ajybwdy1s8] {
    color: #b45309;
}

.wallet-pending-badge[b-ajybwdy1s8] {
    display: inline-block;
    margin-top: 0.3rem;
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wallet-txn-pay-link[b-ajybwdy1s8] {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ew-primary, #2563eb);
    text-decoration: none;
}

.wallet-txn-pay-link:hover[b-ajybwdy1s8] {
    text-decoration: underline;
}

.wallet-voucher-use[b-ajybwdy1s8] {
    flex-shrink: 0;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #ede9fe;
    color: #5b21b6;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

.wallet-voucher-use:hover[b-ajybwdy1s8] {
    background: #ddd6fe;
}

.wallet-checkout-link[b-ajybwdy1s8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.85rem 0.65rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid var(--wallet-border);
    border-radius: 12px;
    background: linear-gradient(135deg, #faf5ff 0%, #ffffff 100%);
    color: #5b21b6;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(91, 33, 182, 0.06);
}

.wallet-checkout-link:hover[b-ajybwdy1s8] {
    border-color: #c4b5fd;
}

.wallet-checkout-chevron[b-ajybwdy1s8] {
    font-size: 1.25rem;
    line-height: 1;
    opacity: 0.7;
}

.wallet-page .sp-wallet-txn-sentinel[b-ajybwdy1s8] {
    min-height: 2.5rem;
    padding: 0.5rem 0 0.25rem;
}

.wallet-page .sp-sub-loading--inline[b-ajybwdy1s8] {
    padding: 0.5rem 0;
    text-align: center;
    font-size: 0.8125rem;
    color: var(--wallet-muted);
}

/* Mobile / tablet: stacked (balance above, activity below) */
.wallet-desktop-layout[b-ajybwdy1s8] {
    display: block;
}

/* Desktop only: balance card left, transactions/pending right */
@media (min-width: 992px) {
    .wallet-desktop-layout[b-ajybwdy1s8] {
        display: grid;
        grid-template-columns: minmax(280px, 22rem) minmax(0, 1fr);
        gap: 1.25rem;
        align-items: start;
        margin: 0 0.65rem;
    }

    .wallet-desktop-primary .wallet-flip-scene[b-ajybwdy1s8],
    .wallet-desktop-primary .wallet-form-panel[b-ajybwdy1s8] {
        margin-left: 0;
        margin-right: 0;
    }

    .wallet-desktop-layout .wallet-activity[b-ajybwdy1s8] {
        margin: 0;
        min-width: 0;
    }

    .wallet-desktop-layout .wallet-txn-list[b-ajybwdy1s8],
    .wallet-desktop-layout .wallet-empty[b-ajybwdy1s8] {
        min-height: 12rem;
    }
}

/* Bank details modal */
.sp-wallet-modal-backdrop[b-ajybwdy1s8] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.sp-wallet-modal[b-ajybwdy1s8] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1201;
    transform: translate(-50%, -50%);
    width: min(92vw, 24rem);
    max-height: min(85vh, 34rem);
    overflow: auto;
    padding: 1.1rem 1.25rem 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
}

.sp-wallet-modal-header[b-ajybwdy1s8] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.sp-wallet-modal-title[b-ajybwdy1s8] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1a1a1a;
}

.sp-wallet-modal-close[b-ajybwdy1s8] {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: none;
    font-size: 1.35rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
}

.sp-wallet-modal-close:hover[b-ajybwdy1s8] {
    background: #f0f0f0;
}

.sp-wallet-modal-text[b-ajybwdy1s8] {
    margin: 0 0 0.85rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #333;
}

.sp-wallet-modal-steps[b-ajybwdy1s8] {
    margin: 0 0 0.85rem;
    padding-left: 1.2rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #444;
}

.sp-wallet-modal-steps li + li[b-ajybwdy1s8] {
    margin-top: 0.35rem;
}

.sp-wallet-modal-hint[b-ajybwdy1s8] {
    margin: 0 0 1rem;
    padding: 0.55rem 0.7rem;
    border-radius: 6px;
    background: #eef2ff;
    color: #1e3a5f;
    font-size: 0.8125rem;
    font-weight: 600;
    text-align: center;
}

.sp-wallet-modal-actions[b-ajybwdy1s8] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
}

.sp-wallet-modal-actions .sp-save-btn[b-ajybwdy1s8],
.sp-wallet-modal-actions a.sp-save-btn[b-ajybwdy1s8],
.sp-wallet-modal-actions a.sp-save-btn:visited[b-ajybwdy1s8],
.sp-wallet-modal-actions a.sp-save-btn:hover[b-ajybwdy1s8],
.sp-wallet-modal-actions a.sp-save-btn:focus[b-ajybwdy1s8] {
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
}

.sp-wallet-modal-actions .sp-btn-text[b-ajybwdy1s8] {
    align-self: center;
    color: #334155;
}
