/* /developer/LAFDevLafEmptyLayout.razor.rz.scp.css */
.laf-empty-layout[b-cri4g6t3xh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    --laf-empty-fg: var(--LAF-palette-text-onprimary);
    --laf-empty-muted: var(--LAF-palette-text-secondary);
    --laf-empty-card: var(--LAF-palette-surface);
    --laf-empty-border: var(--LAF-palette-lines);
    --laf-empty-accent: var(--LAF-palette-primary);
}

.laf-empty-layout__inner[b-cri4g6t3xh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 340px;
    padding: 1.5rem;
}

.laf-empty-layout__art[b-cri4g6t3xh] {
    width: 150px;
    height: 120px;
}

.laf-el-shadow[b-cri4g6t3xh] {
    fill: var(--laf-empty-fg);
    opacity: .06;
}

.laf-el-card[b-cri4g6t3xh] {
    fill: var(--laf-empty-card);
    stroke: var(--laf-empty-border);
    stroke-width: 1;
}

.laf-el-bar[b-cri4g6t3xh] {
    fill: var(--laf-empty-muted);
    opacity: .45;
}

.laf-el-slot[b-cri4g6t3xh] {
    fill: none;
    stroke: var(--laf-empty-accent);
    stroke-width: 1.4;
    stroke-dasharray: 4 4;
    opacity: .7;
}

.laf-el-badge[b-cri4g6t3xh] {
    fill: var(--laf-empty-accent);
    stroke: var(--laf-empty-card);
    stroke-width: 2.5;
}

.laf-el-plus[b-cri4g6t3xh] {
    stroke: var(--laf-empty-card);
    stroke-width: 1.8;
    stroke-linecap: round;
}

/* LAFLabel alt bileşen olduğu için ::deep ile hedeflenir */
[b-cri4g6t3xh] .laf-empty-layout__title {
    margin-top: 1.25rem;
    font-weight: 500;
    color: var(--laf-empty-fg);
}

.laf-empty-layout__desc[b-cri4g6t3xh] {
    margin-top: .5rem;
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--laf-empty-muted);
}

.laf-empty-layout__btn[b-cri4g6t3xh] {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 18px;
    font-size: 13.5px;
    color: var(--laf-empty-accent);
    background: color-mix(in srgb, var(--laf-empty-accent) 12%, transparent);
    border: .5px solid color-mix(in srgb, var(--laf-empty-accent) 35%, transparent);
    border-radius: 8px;
    cursor: pointer;
    transition: background .15s ease;
}

    .laf-empty-layout__btn:hover[b-cri4g6t3xh] {
        background: color-mix(in srgb, var(--laf-empty-accent) 20%, transparent);
    }

.laf-empty-layout__btn-icon[b-cri4g6t3xh] {
    font-size: 16px;
    line-height: 1;
}
/* /Layout/LAFAppLogo.razor.rz.scp.css */
.laf-applogo-host[b-vuqigdwh9m] {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.laf-applogo[b-vuqigdwh9m] {
    object-fit: scale-down;
    max-width: 100%;
    display: block;
}

.laf-applogo-framed[b-vuqigdwh9m] {
    background: #fff;
    padding: 2px;
}
