/* /Components/ImagePickerField.razor.rz.scp.css */
.image-picker-field[b-1ad1ef7lud] {
    width: 100%;
}

.image-picker-field__input[b-1ad1ef7lud] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.image-picker-field__surface[b-1ad1ef7lud] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    width: 100%;
    padding: 1rem;
    border-radius: 16px;
    border: 1px dashed rgba(138, 93, 255, 0.4);
    background:
        radial-gradient(circle at top right, rgba(123, 47, 232, 0.22), transparent 42%),
        linear-gradient(180deg, rgba(28, 24, 48, 0.96), rgba(16, 16, 31, 0.96));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.image-picker-field__surface--filled[b-1ad1ef7lud] {
    border-style: solid;
    border-color: rgba(138, 93, 255, 0.55);
}

.image-picker-field__header[b-1ad1ef7lud] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.image-picker-field__badge[b-1ad1ef7lud] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(123, 47, 232, 0.9), rgba(59, 130, 246, 0.82));
    color: #f7f3ff;
    box-shadow: 0 10px 24px rgba(59, 130, 246, 0.15);
}

.image-picker-field__copy[b-1ad1ef7lud] {
    flex: 1;
    min-width: 0;
}

.image-picker-field__title[b-1ad1ef7lud] {
    color: #f1ebff;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
}

.image-picker-field__hint[b-1ad1ef7lud] {
    margin-top: 0.2rem;
    color: #a8a2c4;
    font-size: 0.84rem;
    line-height: 1.45;
}

.image-picker-field__actions[b-1ad1ef7lud] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.image-picker-field__trigger[b-1ad1ef7lud] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #7b2fe8, #3b82f6);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.18);
}

.image-picker-field__trigger:hover[b-1ad1ef7lud] {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(59, 130, 246, 0.24);
}

.image-picker-field__trigger--disabled[b-1ad1ef7lud] {
    pointer-events: none;
    opacity: 0.6;
}

.image-picker-field__meta[b-1ad1ef7lud] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    background: rgba(10, 12, 22, 0.42);
    border: 1px solid rgba(138, 93, 255, 0.14);
    color: #ddd7fb;
}

.image-picker-field__filename[b-1ad1ef7lud] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.88rem;
}

.image-picker-field__preview-frame[b-1ad1ef7lud] {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(138, 93, 255, 0.2);
    background: rgba(8, 10, 18, 0.8);
}

.image-picker-field__preview[b-1ad1ef7lud] {
    display: block;
    width: 100%;
    max-height: 220px;
    object-fit: cover;
}

.image-picker-field__empty[b-1ad1ef7lud] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 132px;
    padding: 1rem;
    border-radius: 14px;
    border: 1px dashed rgba(138, 93, 255, 0.22);
    background: rgba(9, 11, 21, 0.45);
    color: #7f7aa3;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 640px) {
    .image-picker-field__actions[b-1ad1ef7lud] {
        flex-direction: column;
        align-items: stretch;
    }

    .image-picker-field__trigger[b-1ad1ef7lud] {
        width: 100%;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-0ndgjj0n2f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0ndgjj0n2f] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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