@import '_content/Kumo.Components/Kumo.Components.t6er1zd3xq.bundle.scp.css';

/* /Components/Layout/AppSidebar.razor.rz.scp.css */
.app-sidebar__logo[b-tj713mnmyn] {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--pl-color-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
}

[b-tj713mnmyn] .kumo-sidebar__brand {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 8px 26px;
}

.app-sidebar__wordmark[b-tj713mnmyn] {
    font-weight: 800;
    font-size: 17px;
    color: var(--pl-color-ink);
    letter-spacing: -0.01em;
}

.app-sidebar__user[b-tj713mnmyn] {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px;
    border-radius: 11px;
    background: var(--pl-bg-subtle);
}

.app-sidebar__avatar[b-tj713mnmyn] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
}

.app-sidebar__user-name[b-tj713mnmyn] {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--pl-color-ink);
}

.app-sidebar__user-role[b-tj713mnmyn] {
    font-size: 12px;
    color: #918e85;
}
/* /Components/Layout/LoginButton.razor.rz.scp.css */
.login-button[b-ydp26lyada] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border-radius: 11px;
    background: var(--pl-color-brand);
    color: #fff;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
}
/* /Components/Layout/LogoutButton.razor.rz.scp.css */
.logout-button-form[b-dpi1zmzqcr] {
    margin-left: auto;
}

.logout-button[b-dpi1zmzqcr] {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: var(--pl-color-ink);
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.logout-button:hover[b-dpi1zmzqcr] {
    background: rgba(0, 0, 0, .06);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-nus23h68zn] {
    display: flex;
    min-height: 100%;
    background: var(--pl-bg-app);
}

.app-shell__main[b-nus23h68zn] {
    flex: 1;
    min-width: 0;
}

.app-shell__content[b-nus23h68zn] {
    padding: 32px 36px;
}

[b-nus23h68zn] .app-shell__menu-trigger {
    display: none;
    margin: 14px;
}

@media (max-width: 639px) {
    [b-nus23h68zn] .app-shell__menu-trigger {
        display: inline-flex;
    }

    .app-shell__content[b-nus23h68zn] {
        padding: 16px;
        padding-top: 4px;
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .app-shell__content[b-nus23h68zn] {
        padding: 24px;
    }
}

#blazor-error-ui[b-nus23h68zn] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-nus23h68zn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-shell[b-d3s5efivoz] {
    min-height: 100%;
    background: var(--pl-bg-app);
}

.public-shell__header[b-d3s5efivoz] {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 20px 24px;
    border-bottom: 1px solid #edeae2;
    background: #fff;
}

.public-shell__logo[b-d3s5efivoz] {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--pl-color-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
}

.public-shell__wordmark[b-d3s5efivoz] {
    font-weight: 800;
    font-size: 17px;
    color: var(--pl-color-ink);
    letter-spacing: -0.01em;
}

.public-shell__content[b-d3s5efivoz] {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 24px 80px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zwa6rp6ud0],
.components-reconnect-repeated-attempt-visible[b-zwa6rp6ud0],
.components-reconnect-failed-visible[b-zwa6rp6ud0],
.components-pause-visible[b-zwa6rp6ud0],
.components-resume-failed-visible[b-zwa6rp6ud0],
.components-rejoining-animation[b-zwa6rp6ud0] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zwa6rp6ud0],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zwa6rp6ud0],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zwa6rp6ud0],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zwa6rp6ud0],
#components-reconnect-modal.components-reconnect-retrying[b-zwa6rp6ud0],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zwa6rp6ud0],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zwa6rp6ud0],
#components-reconnect-modal.components-reconnect-failed[b-zwa6rp6ud0],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zwa6rp6ud0] {
    display: block;
}


#components-reconnect-modal[b-zwa6rp6ud0] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-zwa6rp6ud0 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zwa6rp6ud0 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zwa6rp6ud0 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zwa6rp6ud0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zwa6rp6ud0 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zwa6rp6ud0 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zwa6rp6ud0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zwa6rp6ud0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zwa6rp6ud0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zwa6rp6ud0] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zwa6rp6ud0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zwa6rp6ud0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zwa6rp6ud0] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zwa6rp6ud0] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zwa6rp6ud0] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zwa6rp6ud0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zwa6rp6ud0] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zwa6rp6ud0 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Galleries/GalleryEditor.razor.rz.scp.css */
.gallery-editor[b-w8azjrt4eu] {
    max-width: 460px;
}

.gallery-editor__crumbs[b-w8azjrt4eu] {
    font-size: 13px;
    color: var(--pl-color-muted);
    margin-bottom: 6px;
}

.gallery-editor__crumbs a[b-w8azjrt4eu] {
    color: var(--pl-color-brand);
    text-decoration: none;
}

.gallery-editor__title[b-w8azjrt4eu] {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 800;
    color: var(--pl-color-ink);
    letter-spacing: -0.02em;
}

.gallery-editor__muted[b-w8azjrt4eu] {
    color: var(--pl-color-muted);
}

.gallery-editor__notice[b-w8azjrt4eu] {
    background: #f6f5f0;
    border: 1px solid #e6e3db;
    border-radius: 11px;
    padding: 12px 14px;
    margin: 0 0 18px;
    font-size: 14px;
    color: var(--pl-color-body);
}

.gallery-editor__form[b-w8azjrt4eu] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gallery-editor__row[b-w8azjrt4eu] {
    display: flex;
    gap: 14px;
}

.gallery-editor__row > div[b-w8azjrt4eu] {
    flex: 1;
}

.gallery-editor__actions[b-w8azjrt4eu] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 6px;
}

.gallery-editor__cancel[b-w8azjrt4eu] {
    color: var(--pl-color-body);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: var(--pl-font-sans);
}

.gallery-editor__delivery[b-w8azjrt4eu] {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #edeae2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    max-width: 460px;
}

.gallery-editor__delivery input[b-w8azjrt4eu] {
    width: 100%;
}

.gallery-editor__delete[b-w8azjrt4eu] {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #edeae2;
}

.gallery-editor__delete-btn[b-w8azjrt4eu] {
    background: none;
    border: 1px solid #e0b7b0;
    border-radius: 11px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #b3564a;
    cursor: pointer;
    font-family: var(--pl-font-sans);
}

.gallery-editor__delete-btn:hover[b-w8azjrt4eu] {
    background: #fbf1ef;
}

.gallery-editor__confirm[b-w8azjrt4eu] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    color: var(--pl-color-body);
}

.gallery-editor__confirm-actions[b-w8azjrt4eu] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.gallery-editor__access-code[b-w8azjrt4eu] {
    display: inline-block;
    background: #f0f3f0;
    border: 1px solid #dfe7df;
    border-radius: 6px;
    padding: 2px 8px;
    font-family: monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #3c5a3e;
}

.gallery-editor__publish[b-w8azjrt4eu] {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #edeae2;
}

.gallery-editor__form[b-w8azjrt4eu]  .validation-message {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #b3564a;
}

.gallery-photos[b-w8azjrt4eu] {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e6e3db;
}

.gallery-photos__header[b-w8azjrt4eu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.gallery-photos__title[b-w8azjrt4eu] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--pl-color-ink);
}

.gallery-photos__add[b-w8azjrt4eu] {
    cursor: pointer;
    margin: 0;
}

.gallery-photos__add[b-w8azjrt4eu]  input[type="file"] {
    display: none;
}

.gallery-photos__grid[b-w8azjrt4eu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
    gap: 10px;
}

.gallery-photos__item[b-w8azjrt4eu] {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    background: #f6f5f0;
    border: 1px solid #e6e3db;
}

.gallery-photos__item--selected[b-w8azjrt4eu] {
    outline: 3px solid var(--pl-color-brand);
    outline-offset: 2px;
}

.gallery-photos__item img[b-w8azjrt4eu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-photos__badge[b-w8azjrt4eu] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: var(--pl-color-brand);
}

.gallery-editor__extra[b-w8azjrt4eu] {
    color: #a5741f;
    font-weight: 600;
}

.gallery-photos__remove[b-w8azjrt4eu] {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.62);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.12s ease;
}

.gallery-photos__item:hover .gallery-photos__remove[b-w8azjrt4eu] {
    opacity: 1;
}

.gallery-photos__remove:disabled[b-w8azjrt4eu] {
    cursor: default;
    opacity: 0.4;
}
/* /Components/Pages/Galleries/Index.razor.rz.scp.css */
.galleries__header[b-ygvh6f0h1g] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
    gap: 16px;
}

.galleries__title[b-ygvh6f0h1g] {
    margin: 0 0 5px;
    font-size: 27px;
    font-weight: 800;
    color: var(--pl-color-ink);
    letter-spacing: -0.02em;
}

.galleries__subtitle[b-ygvh6f0h1g] {
    font-size: 14.5px;
    color: var(--pl-color-muted);
}

.galleries__new[b-ygvh6f0h1g] {
    text-decoration: none;
    white-space: nowrap;
}

.galleries__muted[b-ygvh6f0h1g] {
    color: var(--pl-color-muted);
}

.galleries__empty[b-ygvh6f0h1g] {
    background: #fff;
    border: 1px solid #edeae2;
    border-radius: 16px;
    padding: 48px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    color: var(--pl-color-muted);
}

.galleries__empty a[b-ygvh6f0h1g] {
    text-decoration: none;
}

.galleries__table[b-ygvh6f0h1g] {
    background: #fff;
    border: 1px solid #edeae2;
    border-radius: 16px;
    overflow: hidden;
}

.galleries__row[b-ygvh6f0h1g] {
    display: grid;
    grid-template-columns: 2.4fr 1.4fr 1fr 1fr 1.1fr;
    gap: 16px;
    padding: 15px 22px;
    border-bottom: 1px solid #f2f0e9;
    align-items: center;
}

.galleries__row:last-child[b-ygvh6f0h1g] {
    border-bottom: none;
}

.galleries__row--link[b-ygvh6f0h1g] {
    cursor: pointer;
    transition: background 0.12s;
}

.galleries__row--link:hover[b-ygvh6f0h1g] {
    background: #faf9f5;
}

.galleries__row--head[b-ygvh6f0h1g] {
    background: #faf9f5;
    font-size: 12px;
    font-weight: 600;
    color: var(--pl-color-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.galleries__name-main[b-ygvh6f0h1g] {
    font-size: 15px;
    font-weight: 600;
    color: var(--pl-color-ink);
}

.galleries__name-sub[b-ygvh6f0h1g] {
    font-size: 12.5px;
    color: #a5a299;
}

.galleries__cell[b-ygvh6f0h1g] {
    font-size: 14px;
    color: var(--pl-color-body);
}

.galleries__cell--muted[b-ygvh6f0h1g] {
    color: var(--pl-color-muted);
}

.galleries__chip[b-ygvh6f0h1g] {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
}
/* /Components/Pages/GalleryAccess/Index.razor.rz.scp.css */
.gallery-access__title[b-icjzro0d7g] {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 800;
    color: var(--pl-color-ink);
    letter-spacing: -0.02em;
}

.gallery-access__intro[b-icjzro0d7g] {
    margin: 0 0 24px;
    font-size: 14.5px;
    color: var(--pl-color-body);
}

.gallery-access__muted[b-icjzro0d7g] {
    color: var(--pl-color-muted);
}

.gallery-access__notice[b-icjzro0d7g] {
    background: #f6f5f0;
    border: 1px solid #e6e3db;
    border-radius: 11px;
    padding: 12px 14px;
    margin: 0 0 24px;
    font-size: 14px;
    color: var(--pl-color-body);
}

.gallery-access__form[b-icjzro0d7g] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 360px;
}

.gallery-access__code-input[b-icjzro0d7g] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: monospace;
}

.gallery-access__grid[b-icjzro0d7g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.gallery-access__item[b-icjzro0d7g] {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
    overflow: hidden;
    background: #f6f5f0;
    border: 1px solid #e6e3db;
    cursor: pointer;
}

.gallery-access__item--selected[b-icjzro0d7g] {
    outline: 3px solid var(--pl-color-brand);
    outline-offset: 2px;
}

.gallery-access__item img[b-icjzro0d7g] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-access__badge[b-icjzro0d7g] {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: var(--pl-color-brand);
}

.gallery-access__summary[b-icjzro0d7g] {
    position: sticky;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid #e6e3db;
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 14px;
    color: var(--pl-color-body);
}

.gallery-access__count[b-icjzro0d7g] {
    font-size: 20px;
    font-weight: 800;
    color: var(--pl-color-ink);
}

.gallery-access__extra[b-icjzro0d7g] {
    color: #a5741f;
    font-weight: 600;
}
/* /Components/Pages/Models/Index.razor.rz.scp.css */
.models__header[b-sdb0gsr5df] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
    gap: 16px;
}

.models__title[b-sdb0gsr5df] {
    margin: 0 0 5px;
    font-size: 27px;
    font-weight: 800;
    color: var(--pl-color-ink);
    letter-spacing: -0.02em;
}

.models__subtitle[b-sdb0gsr5df] {
    font-size: 14.5px;
    color: var(--pl-color-muted);
}

.models__new[b-sdb0gsr5df] {
    text-decoration: none;
    white-space: nowrap;
}

.models__muted[b-sdb0gsr5df] {
    color: var(--pl-color-muted);
}

.models__empty[b-sdb0gsr5df] {
    background: #fff;
    border: 1px solid #edeae2;
    border-radius: 16px;
    padding: 48px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    color: var(--pl-color-muted);
}

.models__empty a[b-sdb0gsr5df] {
    text-decoration: none;
}

.models__table[b-sdb0gsr5df] {
    background: #fff;
    border: 1px solid #edeae2;
    border-radius: 16px;
    overflow: hidden;
}

.models__row[b-sdb0gsr5df] {
    display: grid;
    grid-template-columns: 1.6fr 1.8fr 1fr;
    gap: 16px;
    padding: 15px 22px;
    border-bottom: 1px solid #f2f0e9;
    align-items: center;
}

.models__row:last-child[b-sdb0gsr5df] {
    border-bottom: none;
}

.models__row--link[b-sdb0gsr5df] {
    cursor: pointer;
    transition: background 0.12s;
}

.models__row--link:hover[b-sdb0gsr5df] {
    background: #faf9f5;
}

.models__row--head[b-sdb0gsr5df] {
    background: #faf9f5;
    font-size: 12px;
    font-weight: 600;
    color: var(--pl-color-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.models__name[b-sdb0gsr5df] {
    font-size: 15px;
    font-weight: 600;
    color: var(--pl-color-ink);
}

.models__cell[b-sdb0gsr5df] {
    font-size: 14px;
    color: var(--pl-color-body);
}

.models__cell--muted[b-sdb0gsr5df] {
    color: var(--pl-color-muted);
}
/* /Components/Pages/Models/ModelEditor.razor.rz.scp.css */
.model-editor[b-x5cxrekcnm] {
    max-width: 460px;
}

.model-editor__crumbs[b-x5cxrekcnm] {
    font-size: 13px;
    color: var(--pl-color-muted);
    margin-bottom: 6px;
}

.model-editor__crumbs a[b-x5cxrekcnm] {
    color: var(--pl-color-brand);
    text-decoration: none;
}

.model-editor__title[b-x5cxrekcnm] {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 800;
    color: var(--pl-color-ink);
    letter-spacing: -0.02em;
}

.model-editor__muted[b-x5cxrekcnm] {
    color: var(--pl-color-muted);
}

.model-editor__form[b-x5cxrekcnm] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.model-editor__actions[b-x5cxrekcnm] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 6px;
}

.model-editor__cancel[b-x5cxrekcnm] {
    color: var(--pl-color-body);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: var(--pl-font-sans);
}

.model-editor__delete[b-x5cxrekcnm] {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #edeae2;
}

.model-editor__delete-btn[b-x5cxrekcnm] {
    background: none;
    border: 1px solid #e0b7b0;
    border-radius: 11px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #b3564a;
    cursor: pointer;
    font-family: var(--pl-font-sans);
}

.model-editor__delete-btn:hover[b-x5cxrekcnm] {
    background: #fbf1ef;
}

.model-editor__confirm[b-x5cxrekcnm] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    color: var(--pl-color-body);
}

.model-editor__confirm-actions[b-x5cxrekcnm] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.model-editor__form[b-x5cxrekcnm]  .validation-message {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #b3564a;
}
/* /Components/Pages/Watermark/Index.razor.rz.scp.css */
.watermark[b-ayjrxoejkl] {
    max-width: 460px;
}

.watermark__title[b-ayjrxoejkl] {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
    color: var(--pl-color-ink);
    letter-spacing: -0.02em;
}

.watermark__lead[b-ayjrxoejkl] {
    margin: 0 0 24px;
    font-size: 14px;
    color: var(--pl-color-body);
}

.watermark__muted[b-ayjrxoejkl] {
    color: var(--pl-color-muted);
}

.watermark__preview[b-ayjrxoejkl] {
    margin-bottom: 18px;
}

/* Checkerboard so a transparent PNG watermark reads clearly against it. */
.watermark__frame[b-ayjrxoejkl] {
    display: inline-block;
    border-radius: 11px;
    overflow: hidden;
    border: 1px solid #e6e3db;
    background-color: #fff;
    background-image:
        linear-gradient(45deg, #eeece6 25%, transparent 25%),
        linear-gradient(-45deg, #eeece6 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #eeece6 75%),
        linear-gradient(-45deg, transparent 75%, #eeece6 75%);
    background-size: 18px 18px;
    background-position: 0 0, 0 9px, 9px -9px, -9px 0;
}

.watermark__frame img[b-ayjrxoejkl] {
    display: block;
    max-width: 100%;
    max-height: 260px;
}

.watermark__empty[b-ayjrxoejkl] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-radius: 11px;
    border: 1px dashed #d9d5cb;
    background: #f6f5f0;
    color: var(--pl-color-muted);
    font-size: 14px;
}

.watermark__actions[b-ayjrxoejkl] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.watermark__upload[b-ayjrxoejkl] {
    cursor: pointer;
    margin: 0;
}

.watermark__upload[b-ayjrxoejkl]  input[type="file"] {
    display: none;
}

.watermark__remove[b-ayjrxoejkl] {
    background: none;
    border: 1px solid #e0b7b0;
    border-radius: 11px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #b3564a;
    cursor: pointer;
    font-family: var(--pl-font-sans);
}

.watermark__remove:hover:not(:disabled)[b-ayjrxoejkl] {
    background: #fbf1ef;
}

.watermark__remove:disabled[b-ayjrxoejkl] {
    cursor: default;
    opacity: 0.5;
}
