/* /Components/Form/ImageUploadPreview.razor.rz.scp.css */
.image-upload-preview-wrap[b-3g6kplm547] {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.image-upload-preview-input[b-3g6kplm547] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.img-preview[b-3g6kplm547] {
    --img-preview-max-width: 220px;
    --img-preview-ratio: 1 / 1;
    position: relative;
    display: flex;
    width: min(100%, var(--img-preview-max-width));
    height: auto;
    aspect-ratio: var(--img-preview-ratio);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border: 1px dashed var(--color-border-control);
    border-radius: 8px;
    background: var(--color-bg-muted);
    color: var(--color-text-muted);
    cursor: pointer;
    font: inherit;
    text-align: center;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.img-preview:hover[b-3g6kplm547] {
    border-color: var(--color-text-muted);
    background: var(--color-bg-subtle);
}

.img-preview:focus-visible[b-3g6kplm547],
.image-upload-preview-input:focus + .img-preview[b-3g6kplm547] {
    outline: 2px solid rgba(37, 99, 235, 0.32);
    outline-offset: 2px;
}

.img-preview.is-invalid[b-3g6kplm547],
.image-upload-preview-invalid[b-3g6kplm547] {
    border-color: var(--danger-text-emphasis);
}

.image-upload-preview-square[b-3g6kplm547] {
    --img-preview-max-width: 220px;
    --img-preview-ratio: 1 / 1;
}

.image-upload-preview-speaker-photo[b-3g6kplm547] {
    --img-preview-max-width: 220px;
    --img-preview-ratio: 1 / 1;
}

.image-upload-preview-activity[b-3g6kplm547] {
    --img-preview-max-width: 320px;
    --img-preview-ratio: 16 / 9;
}

.image-upload-preview-stamp-photo[b-3g6kplm547] {
    --img-preview-max-width: 220px;
    --img-preview-ratio: 1 / 1;
}

.image-upload-preview-email-banner[b-3g6kplm547] {
    --img-preview-max-width: 360px;
    --img-preview-ratio: 3 / 1;
}

.image-upload-preview-sponsor-logo[b-3g6kplm547] {
    --img-preview-max-width: 320px;
    --img-preview-ratio: 16 / 9;
}

.image-upload-preview-event-logo[b-3g6kplm547] {
    --img-preview-max-width: 220px;
    --img-preview-ratio: 1 / 1;
}

.image-upload-preview-app-home[b-3g6kplm547] {
    --img-preview-max-width: 340px;
    --img-preview-ratio: 16 / 9;
}

.image-upload-preview-app-about[b-3g6kplm547] {
    --img-preview-max-width: 340px;
    --img-preview-ratio: 2 / 1;
}

.image-upload-preview-website-logo[b-3g6kplm547] {
    --img-preview-max-width: 280px;
    --img-preview-ratio: 20 / 9;
}

.image-upload-preview-website-about[b-3g6kplm547] {
    --img-preview-max-width: 220px;
    --img-preview-ratio: 1 / 1;
}

.image-upload-preview-website-banner[b-3g6kplm547] {
    --img-preview-max-width: 360px;
    --img-preview-ratio: 20 / 9;
}

.image-upload-preview-website-banner-add[b-3g6kplm547] {
    --img-preview-max-width: 180px;
    --img-preview-ratio: 20 / 9;
}

.img-preview-image[b-3g6kplm547] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--color-static-white);
}

.img-preview-placeholder[b-3g6kplm547] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--color-text-muted);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.img-preview-placeholder i[b-3g6kplm547] {
    font-size: 28px;
}

.img-preview-size-badge[b-3g6kplm547] {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    min-width: 64px;
    padding: 3px 6px;
    border-radius: 4px;
    background: rgba(31, 58, 111, 0.5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
}

.asset-upload-status[b-3g6kplm547] {
    color: var(--color-text-muted);
    font-size: 13px;
    margin-top: 6px;
    overflow-wrap: anywhere;
}
/* /Components/Graph/VerticalBarChart.razor.rz.scp.css */
.vertical-bar-chart[b-xoe2ms4ca5] {
    width: 100%;
}

.vertical-bar-chart__empty[b-xoe2ms4ca5] {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.vertical-bar-chart__grid[b-xoe2ms4ca5] {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}

.vertical-bar-chart__item[b-xoe2ms4ca5] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

.vertical-bar-chart__value[b-xoe2ms4ca5] {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    min-height: 18px;
}

.vertical-bar-chart__bar-track[b-xoe2ms4ca5] {
    align-items: flex-end;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    height: 130px;
    justify-content: center;
    max-width: 44px;
    overflow: hidden;
    padding: 2px;
    width: 100%;
}

.vertical-bar-chart__bar-fill[b-xoe2ms4ca5] {
    align-self: flex-end;
    background: var(--primary-color);
    border-radius: 6px;
    min-height: 2px;
    transition: height 180ms ease;
    width: 100%;
}

.vertical-bar-chart__label[b-xoe2ms4ca5] {
    color: #334155;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.25;
    margin: 0;
    max-width: 100%;
    min-height: 32px;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.vertical-bar-chart__sublabel[b-xoe2ms4ca5] {
    color: #64748b;
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
}
/* /Layout/_MainLayout.razor.rz.scp.css */
.page[b-7brh0rjb7n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7brh0rjb7n] {
    flex: 1;
}

.sidebar[b-7brh0rjb7n] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7brh0rjb7n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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