/* _content/RevPins/Components/Layouts/MainLayout.razor.rz.scp.css */
/* Layout positioning only � let MudBlazor theme control colors and component styling */

.app-layout .page[b-94i3zvedqy] {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Use MudBlazor theme variables for background and text so theme (dark/light) is respected */
    background: var(--mud-palette-background, transparent);
    color: var(--mud-palette-text-primary, inherit);
    min-height: 100vh;
}

@media (min-width:641px) {
    /*.app-layout .page {
        flex-direction: row;
    }*/

    .top-row[b-94i3zvedqy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-94i3zvedqy], article[b-94i3zvedqy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Keep Blazor error UI untouched */
#blazor-error-ui[b-94i3zvedqy] {
    display: none;
}
/* _content/RevPins/Components/Pages/Upload.razor.rz.scp.css */
.dropzone[b-xtiwhjhedh] {
    position: relative;
    display: block;
    min-height: 200px;
    border: 2px dashed #9bb9ff;
    border-radius: 12px;
    background: #fff;
    padding: 16px;
}

.drop-input[b-xtiwhjhedh] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2; /* must be above .drop-inner */
}

.drop-inner[b-xtiwhjhedh] {
    position: relative;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    height: 100%;
    color: #2563eb;
}

    .drop-inner.is-over[b-xtiwhjhedh] {
        filter: brightness(1.05);
    }

.drop-title[b-xtiwhjhedh] {
    font-weight: 700;
    margin-bottom: .15rem;
}

.drop-icon[b-xtiwhjhedh] {
    font-size: 1.35rem;
    line-height: 1;
}




/* Thumbs */
.thumb-grid[b-xtiwhjhedh] {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

@media (min-width:640px) {
    .thumb-grid[b-xtiwhjhedh] {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media (min-width:960px) {
    .thumb-grid[b-xtiwhjhedh] {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

.thumb[b-xtiwhjhedh] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .6rem;
    overflow: hidden;
}

.media-thumb[b-xtiwhjhedh] {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

@media (min-width:640px) {
    .media-thumb[b-xtiwhjhedh] {
        height: 160px;
    }
}
/* _content/RevPins/Components/Pages/UploadQR.razor.rz.scp.css */
.qr-img[b-w3cscl821y] {
    display: block;
    width: 260px;
    max-width: 75vw;
    height: auto;
    margin: 0 auto 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
}

.wrap[b-w3cscl821y] {
    word-break: break-word;
}

.center[b-w3cscl821y] {
    text-align: center;
}
