/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-wv5mz8niuh] {
    height: 100%;
}

.navigation-drawer-shading[b-wv5mz8niuh] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: var(--dxds-color-surface-backdrop-default-rest);
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-wv5mz8niuh] {
    opacity: 0;
    visibility: hidden;
}

[b-wv5mz8niuh] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-wv5mz8niuh] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-wv5mz8niuh] {
    display: none;
}

[b-wv5mz8niuh] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-wv5mz8niuh] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-wv5mz8niuh] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-wv5mz8niuh] {
        display: block;
    }

    [b-wv5mz8niuh] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sbxrjn8fqu] {
    height: 100%;
    min-height: 0;
}

[b-sbxrjn8fqu] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
    --dxbl-drawer-panel-footer-bg: none;
    --dxbl-drawer-panel-header-bg: none;
    --dxbl-drawer-separator-border-width: 0;
}

[b-sbxrjn8fqu] .navigation-drawer > .dxbl-drawer-panel {
    background:
        linear-gradient(180deg, rgba(255, 253, 243, 0.96), rgba(247, 254, 231, 0.88) 52%, rgba(255, 243, 191, 0.34)),
        var(--pp-cream);
    border-right: 1px solid var(--pp-border);
    box-shadow: 10px 0 30px rgba(49, 80, 24, 0.09);
}

.navigation-drawer-header[b-sbxrjn8fqu] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0.75rem;
    width: 100%;
}

.navigation-drawer-header .logo[b-sbxrjn8fqu] {
    display: block;
    height: 3.25rem;
    object-fit: contain;
    width: 9.5rem;
}

.navigation-drawer-footer[b-sbxrjn8fqu] {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
    justify-content: center;
    padding: 0 0.75rem 0.875rem;
    width: 100%;
}

.login-user-card[b-sbxrjn8fqu] {
    align-items: center;
    background: rgba(255, 253, 243, 0.78);
    border: 1px solid rgba(217, 155, 19, 0.30);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    box-sizing: border-box;
    display: flex;
    gap: 0.65rem;
    padding: 0.7rem;
    width: 100%;
}

.login-user-avatar[b-sbxrjn8fqu] {
    align-items: center;
    background: linear-gradient(135deg, var(--pp-green-800), var(--pp-green-500) 58%, var(--pp-gold-300));
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex: 0 0 38px;
    font-size: 0.88rem;
    font-weight: 800;
    height: 38px;
    justify-content: center;
}

.login-user-info[b-sbxrjn8fqu] {
    min-width: 0;
}

.login-user-label[b-sbxrjn8fqu] {
    color: var(--pp-text-muted);
    font-size: 0.72rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login-user-name[b-sbxrjn8fqu] {
    color: var(--pp-text);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-sbxrjn8fqu] .logout-button {
    color: var(--pp-green-800) !important;
    width: 100%;
}

[b-sbxrjn8fqu] .password-change-button {
    color: var(--pp-green-800) !important;
    width: 100%;
}

[b-sbxrjn8fqu] .password-popup .dxbl-popup-header {
    color: var(--pp-green-800);
    font-weight: 800;
}

.password-popup-body[b-sbxrjn8fqu] {
    padding: 1rem;
}

.password-form[b-sbxrjn8fqu] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.password-field[b-sbxrjn8fqu] {
    color: var(--pp-text);
    display: flex;
    flex-direction: column;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.35rem;
}

.password-input[b-sbxrjn8fqu] {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--pp-text);
    font: inherit;
    min-height: 2.45rem;
    outline: none;
    padding: 0.55rem 0.7rem;
    width: 100%;
}

.password-input:focus[b-sbxrjn8fqu] {
    border-color: var(--pp-green-500);
    box-shadow: 0 0 0 3px var(--pp-focus);
}

.password-alert[b-sbxrjn8fqu] {
    border-radius: 8px;
    font-size: 0.84rem;
    line-height: 1.35;
    padding: 0.65rem 0.75rem;
}

.password-alert-error[b-sbxrjn8fqu] {
    background: #fef2f2;
    border: 1px solid rgba(220, 38, 38, 0.24);
    color: #991b1b;
}

.password-popup-actions[b-sbxrjn8fqu] {
    align-items: center;
    display: flex;
    gap: 0.6rem;
    justify-content: flex-end;
    padding: 0.75rem 1rem 1rem;
    width: 100%;
}

.drawer-content[b-sbxrjn8fqu] {
    background:
        linear-gradient(135deg, rgba(247, 254, 231, 0.78), rgba(255, 253, 243, 0.94) 52%, rgba(255, 243, 191, 0.28)),
        var(--pp-cream);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: .75rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-sbxrjn8fqu] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    min-height: 2rem;
}

[b-sbxrjn8fqu] .nav-buttons-container > a {
    color: inherit;
}

.page-content-container[b-sbxrjn8fqu] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-gk94bmwhr0] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-item-padding-x: 1.125rem;
    --dxbl-menu-item-padding-y: 0.625rem;
    --dxbl-menu-item-color: var(--pp-green-800);
    --dxbl-menu-item-image-color: var(--pp-green-700);
    --dxbl-menu-item-hover-bg: rgba(255, 229, 138, 0.32);
    --dxbl-menu-item-hover-color: var(--pp-text);
    --dxbl-menu-item-hover-image-color: var(--pp-gold-500);

    background: none;
    padding: 0 0.75rem;
}

[b-gk94bmwhr0] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-gk94bmwhr0] .menu-item-active {
    background: linear-gradient(90deg, rgba(255, 229, 138, 0.46), rgba(168, 216, 79, 0.22));
    border-left: 3px solid var(--pp-gold-400);
    border-radius: 8px;
    color: var(--pp-green-800);
    font-weight: 700;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-v8drmazrss] {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 20000;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(23, 48, 21, 0.72);
    backdrop-filter: blur(8px);
}

#components-reconnect-modal.components-reconnect-show[b-v8drmazrss],
#components-reconnect-modal.components-reconnect-retrying[b-v8drmazrss],
#components-reconnect-modal.components-reconnect-paused[b-v8drmazrss],
#components-reconnect-modal.components-reconnect-failed[b-v8drmazrss],
#components-reconnect-modal.components-reconnect-rejected[b-v8drmazrss] {
    display: flex;
}

.reconnect-card[b-v8drmazrss] {
    width: min(420px, 100%);
    padding: 2rem;
    border: 1px solid rgba(246, 189, 47, 0.52);
    border-radius: 24px;
    background: linear-gradient(145deg, #fffdf3, #ffffff);
    box-shadow: 0 24px 70px rgba(9, 24, 8, 0.32);
    text-align: center;
    color: #173015;
}

.reconnect-icon[b-v8drmazrss] {
    width: 88px;
    height: 88px;
    margin-bottom: 1rem;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(49, 80, 24, 0.22);
}

.reconnect-state[b-v8drmazrss] {
    display: none;
}

.components-reconnect-show .reconnect-trying[b-v8drmazrss],
.components-reconnect-retrying .reconnect-trying[b-v8drmazrss],
.components-reconnect-paused .reconnect-paused[b-v8drmazrss],
.components-reconnect-failed .reconnect-failed[b-v8drmazrss],
.components-reconnect-rejected .reconnect-rejected[b-v8drmazrss] {
    display: block;
}

.reconnect-card h2[b-v8drmazrss] {
    margin: 0 0 0.6rem;
    color: #315018;
    font-size: 1.45rem;
}

.reconnect-card p[b-v8drmazrss] {
    margin: 0.35rem 0;
    color: #64745c;
    line-height: 1.5;
}

.reconnect-attempt[b-v8drmazrss] {
    font-size: 0.9rem;
}

.reconnect-card button[b-v8drmazrss] {
    margin-top: 1rem;
    padding: 0.75rem 1.15rem;
    border: 0;
    border-radius: 12px;
    background: #6f9427;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.reconnect-card button:hover[b-v8drmazrss],
.reconnect-card button:focus-visible[b-v8drmazrss] {
    background: #4f6f1d;
    outline: 3px solid rgba(168, 216, 79, 0.35);
    outline-offset: 2px;
}
/* /Components/Pages/Abonelik/AbonelikDetay.razor.rz.scp.css */
[b-1uoow37i05] .subscription-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-1uoow37i05] .subscription-detail-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.subscription-alert[b-1uoow37i05] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.subscription-success-feedback[b-1uoow37i05] {
    align-items: center;
    background: linear-gradient(135deg, rgba(191, 223, 123, 0.22), rgba(255, 246, 213, 0.50));
    border: 1px solid rgba(143, 189, 56, 0.42);
    border-left: 4px solid var(--pp-green-500);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(49, 80, 24, 0.08);
    color: var(--pp-green-800);
    display: flex;
    gap: 0.55rem;
    padding: 0.65rem 0.75rem;
}

.subscription-success-feedback .icon[b-1uoow37i05] {
    flex: 0 0 1rem;
    height: 1rem;
    width: 1rem;
}

.subscription-success-feedback span:not(.icon)[b-1uoow37i05] {
    flex: 1 1 auto;
    font-weight: 700;
}

.subscription-success-feedback small[b-1uoow37i05] {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(143, 189, 56, 0.24);
    border-radius: 999px;
    color: var(--pp-text-muted);
    font-size: var(--dxds-font-size-base-sm);
    padding: 0.18rem 0.48rem;
    white-space: nowrap;
}

.subscription-empty[b-1uoow37i05],
.subscription-loading[b-1uoow37i05] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.subscription-detail-shell[b-1uoow37i05] {
    --subscription-theme-color: var(--pp-green-500);
    --subscription-theme-rgb: 143, 189, 56;
    --subscription-theme-strong: var(--pp-green-800);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.subscription-detail-passive[b-1uoow37i05] {
    --subscription-theme-color: #f2816e;
    --subscription-theme-rgb: 242, 129, 110;
    --subscription-theme-strong: #9f2d1d;
}

.subscription-detail-hero[b-1uoow37i05] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--subscription-theme-rgb), 0.16), rgba(45, 212, 191, 0.06));
    border: 1px solid rgba(var(--subscription-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.subscription-detail-title[b-1uoow37i05] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.subscription-detail-actions[b-1uoow37i05] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.subscription-page-icon[b-1uoow37i05] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--subscription-theme-rgb), 0.18), rgba(45, 212, 191, 0.08));
    border: 1px solid rgba(var(--subscription-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.subscription-page-icon .icon[b-1uoow37i05] {
    height: 1.5rem;
    width: 1.5rem;
}

.subscription-detail-hero strong[b-1uoow37i05] {
    color: var(--subscription-theme-strong);
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.subscription-detail-hero span[b-1uoow37i05] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

.subscription-detail-hero .subscription-status-chip[b-1uoow37i05] {
    align-items: center;
    background: rgba(var(--subscription-theme-rgb), 0.14);
    border: 1px solid rgba(var(--subscription-theme-rgb), 0.34);
    border-radius: 999px;
    color: var(--subscription-theme-strong);
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1;
    margin-top: 0.35rem;
    padding: 0.28rem 0.55rem;
    white-space: nowrap;
}

[b-1uoow37i05] .subscription-detail-form {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-left: 4px solid rgba(var(--subscription-theme-rgb), 0.72);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-1uoow37i05] .subscription-editor {
    width: 100%;
}

.subscription-field-important[b-1uoow37i05] {
    --subscription-field-bg: #fff;
    --subscription-field-border: rgba(var(--subscription-theme-rgb), 0.34);
    --subscription-field-strong: var(--subscription-theme-color);
    --subscription-field-shadow: rgba(var(--subscription-theme-rgb), 0.14);
    background: var(--subscription-field-bg);
    border: 1px solid var(--subscription-field-border);
    border-left: 4px solid var(--subscription-field-border);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(49, 80, 24, 0.04);
    padding: 0.42rem;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.subscription-field-important:focus-within[b-1uoow37i05] {
    border-color: var(--subscription-field-strong);
    border-left-color: var(--subscription-field-strong);
    box-shadow: 0 0 0 3px var(--subscription-field-shadow), 0 10px 22px rgba(49, 80, 24, 0.07);
}

.subscription-detail-shell .subscription-field-status[b-1uoow37i05] {
    --subscription-field-bg: #f1fbdc;
    --subscription-field-border: rgba(168, 216, 79, 0.70);
    --subscription-field-strong: var(--pp-green-500);
    --subscription-field-shadow: rgba(168, 216, 79, 0.18);
}

.subscription-detail-shell .subscription-field-service[b-1uoow37i05] {
    --subscription-field-bg: #eaf4ff;
    --subscription-field-border: rgba(116, 176, 232, 0.56);
    --subscription-field-strong: #4f9edb;
    --subscription-field-shadow: rgba(116, 176, 232, 0.16);
}

.subscription-detail-shell .subscription-field-relation[b-1uoow37i05] {
    --subscription-field-bg: #e8fbf7;
    --subscription-field-border: rgba(105, 212, 200, 0.58);
    --subscription-field-strong: #27b8aa;
    --subscription-field-shadow: rgba(105, 212, 200, 0.16);
}

.subscription-detail-shell .subscription-field-period[b-1uoow37i05] {
    --subscription-field-bg: #edfdf0;
    --subscription-field-border: rgba(111, 206, 132, 0.54);
    --subscription-field-strong: #44b463;
    --subscription-field-shadow: rgba(111, 206, 132, 0.14);
}

.subscription-detail-shell .subscription-field-money[b-1uoow37i05] {
    --subscription-field-bg: #fff6d5;
    --subscription-field-border: rgba(217, 155, 19, 0.60);
    --subscription-field-strong: var(--pp-gold-500);
    --subscription-field-shadow: rgba(217, 155, 19, 0.18);
}

.subscription-detail-passive .subscription-field-status[b-1uoow37i05] {
    --subscription-field-bg: #ffe7e1;
    --subscription-field-border: rgba(242, 129, 110, 0.72);
    --subscription-field-strong: #d84e3b;
    --subscription-field-shadow: rgba(242, 129, 110, 0.22);
}

.subscription-detail-passive .subscription-field-service[b-1uoow37i05] {
    --subscription-field-bg: #fff0ed;
    --subscription-field-border: rgba(242, 129, 110, 0.50);
    --subscription-field-strong: #dd5d49;
    --subscription-field-shadow: rgba(242, 129, 110, 0.14);
}

.subscription-detail-passive .subscription-field-relation[b-1uoow37i05],
.subscription-detail-passive .subscription-field-period[b-1uoow37i05] {
    --subscription-field-bg: #fff1e8;
    --subscription-field-border: rgba(236, 151, 94, 0.56);
    --subscription-field-strong: #d67635;
    --subscription-field-shadow: rgba(236, 151, 94, 0.14);
}

.subscription-detail-passive .subscription-field-money[b-1uoow37i05] {
    --subscription-field-bg: #ffedc4;
    --subscription-field-border: rgba(214, 139, 38, 0.62);
    --subscription-field-strong: #b96b12;
    --subscription-field-shadow: rgba(214, 139, 38, 0.18);
}

[b-1uoow37i05] .subscription-field-important .subscription-editor,
[b-1uoow37i05] .subscription-field-important .dxbl-edit,
[b-1uoow37i05] .subscription-field-important .dxbl-combobox {
    background-color: rgba(255, 255, 255, 0.72);
}

[b-1uoow37i05] .subscription-description-editor textarea {
    min-height: 96px;
    resize: vertical;
}

[b-1uoow37i05] .subscription-detail-tabs {
    background: var(--pp-surface-soft);
    border: 1px solid rgba(var(--subscription-theme-rgb), 0.22);
    border-radius: 8px;
    padding: 0.2rem 0.35rem 0;
}

.subscription-detail-tab-content[b-1uoow37i05] {
    min-width: 0;
}

@media (max-width: 720px) {
    .subscription-detail-shell[b-1uoow37i05] {
        padding: 0.75rem;
    }

    .subscription-detail-hero[b-1uoow37i05] {
        align-items: stretch;
        flex-direction: column;
        position: static;
    }

    .subscription-detail-actions[b-1uoow37i05]  .dxbl-btn {
        width: 100%;
    }


}
/* /Components/Pages/Abonelik/AbonelikListe.razor.rz.scp.css */
.subscription-page[b-g6gsj3m5i3] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.subscription-header[b-g6gsj3m5i3] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.subscription-title-wrap[b-g6gsj3m5i3] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.subscription-page-icon[b-g6gsj3m5i3] {
    align-items: center;
    background: linear-gradient(135deg, rgba(143, 189, 56, 0.18), rgba(45, 212, 191, 0.10));
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.subscription-page-icon .icon[b-g6gsj3m5i3] {
    height: 1.5rem;
    width: 1.5rem;
}

.subscription-header h1[b-g6gsj3m5i3] {
    color: var(--pp-green-800);
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.subscription-title-meta[b-g6gsj3m5i3] {
    color: var(--pp-text-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
}

.subscription-actions[b-g6gsj3m5i3] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.subscription-alert[b-g6gsj3m5i3] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.subscription-loading[b-g6gsj3m5i3],
.subscription-empty[b-g6gsj3m5i3] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.subscription-filter-panel[b-g6gsj3m5i3] {
    align-items: end;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(280px, 420px) auto repeat(5, minmax(120px, 170px)) auto;
    justify-content: start;
    padding: 0.85rem 1rem;
}

.subscription-filter-field[b-g6gsj3m5i3] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.subscription-filter-field span[b-g6gsj3m5i3] {
    color: var(--pp-green-800);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-g6gsj3m5i3] .subscription-filter-editor {
    width: 100%;
}

[b-g6gsj3m5i3] .subscription-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.subscription-grid-panel[b-g6gsj3m5i3] {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-g6gsj3m5i3] .subscription-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-g6gsj3m5i3] .subscription-grid table th,
[b-g6gsj3m5i3] .subscription-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-g6gsj3m5i3] .subscription-grid table tbody tr:hover > td {
    background: rgba(45, 212, 191, 0.10) !important;
}

[b-g6gsj3m5i3] .subscription-inspect-button.dxbl-btn {
    min-height: 30px;
}

.subscription-pill[b-g6gsj3m5i3],
.subscription-badge[b-g6gsj3m5i3],
.subscription-date-badge[b-g6gsj3m5i3],
.subscription-money[b-g6gsj3m5i3] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.15;
    min-height: 1.75rem;
    padding: 0.32rem 0.55rem;
    white-space: nowrap;
}

.subscription-pill[b-g6gsj3m5i3] {
    background: rgba(143, 189, 56, 0.12);
    border: 1px solid rgba(143, 189, 56, 0.28);
    color: var(--pp-green-800);
    max-width: 100%;
    min-width: 5.5rem;
    overflow-wrap: anywhere;
    white-space: normal;
}

.subscription-money[b-g6gsj3m5i3] {
    background: rgba(255, 229, 138, 0.28);
    border: 1px solid rgba(217, 155, 19, 0.28);
    color: #76520b;
    min-width: 7rem;
}

.subscription-badge-active[b-g6gsj3m5i3] {
    background: rgba(143, 189, 56, 0.16);
    border: 1px solid rgba(143, 189, 56, 0.34);
    color: var(--pp-green-800);
    min-width: 5rem;
}

.subscription-badge-passive[b-g6gsj3m5i3] {
    background: rgba(242, 129, 110, 0.14);
    border: 1px solid rgba(242, 129, 110, 0.34);
    color: #9f2d1d;
    min-width: 5rem;
}

.subscription-date-ok[b-g6gsj3m5i3] {
    background: rgba(45, 212, 191, 0.14);
    border: 1px solid rgba(20, 184, 166, 0.30);
    color: #0f766e;
}

.subscription-date-soon[b-g6gsj3m5i3] {
    background: rgba(255, 229, 138, 0.34);
    border: 1px solid rgba(217, 155, 19, 0.36);
    color: #76520b;
}

.subscription-date-expired[b-g6gsj3m5i3] {
    background: rgba(242, 129, 110, 0.14);
    border: 1px solid rgba(242, 129, 110, 0.34);
    color: #9f2d1d;
}

.subscription-date-empty[b-g6gsj3m5i3] {
    background: rgba(100, 116, 92, 0.10);
    border: 1px solid rgba(100, 116, 92, 0.20);
    color: var(--pp-text-muted);
}

@media (max-width: 1180px) {
    .subscription-filter-panel[b-g6gsj3m5i3] {
        grid-template-columns: minmax(260px, 1fr) auto repeat(3, minmax(120px, 1fr));
    }
}

@media (max-width: 760px) {
    .subscription-page[b-g6gsj3m5i3] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .subscription-header[b-g6gsj3m5i3] {
        align-items: stretch;
        flex-direction: column;
    }

    .subscription-actions[b-g6gsj3m5i3] {
        justify-content: stretch;
    }

    .subscription-actions[b-g6gsj3m5i3]  .dxbl-btn {
        flex: 1 1 auto;
    }

    .subscription-filter-panel[b-g6gsj3m5i3] {
        grid-template-columns: 1fr;
    }

    .subscription-grid-panel[b-g6gsj3m5i3] {
        flex: 0 0 auto;
        height: clamp(42rem, 100.8dvh, 67.2rem);
        min-height: 42rem;
    }

    [b-g6gsj3m5i3] .subscription-list-button.dxbl-btn {
        width: 100%;
    }
}

@media (max-height: 520px) and (orientation: landscape) {
    .subscription-page[b-g6gsj3m5i3] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .subscription-grid-panel[b-g6gsj3m5i3] {
        flex: 0 0 auto;
        height: clamp(33.6rem, 100.8dvh, 42rem);
        min-height: 33.6rem;
    }
}
/* /Components/Pages/Analiz/AnalizListe.razor.rz.scp.css */
.operation-page[b-zwegsiaxzz] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-zwegsiaxzz] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.operation-title-wrap[b-zwegsiaxzz] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-zwegsiaxzz] {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 229, 138, 0.46), rgba(168, 216, 79, 0.22));
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-zwegsiaxzz] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-zwegsiaxzz] {
    color: var(--pp-green-800);
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-zwegsiaxzz] {
    color: var(--pp-text-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-actions[b-zwegsiaxzz] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-alert[b-zwegsiaxzz] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-loading[b-zwegsiaxzz],
.operation-empty[b-zwegsiaxzz] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-filter-panel[b-zwegsiaxzz] {
    align-items: end;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(160px, 1fr) minmax(140px, 1fr) minmax(140px, 1fr) minmax(150px, 1fr);
    justify-content: stretch;
    padding: 0.85rem 1rem;
}

.operation-filter-field[b-zwegsiaxzz] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.operation-filter-field span[b-zwegsiaxzz] {
    color: var(--pp-green-800);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-zwegsiaxzz] .operation-filter-editor {
    width: 100%;
}

.operation-filter-company[b-zwegsiaxzz] {
    grid-column: span 2;
}

.operation-filter-submit[b-zwegsiaxzz] {
    justify-self: end;
}

[b-zwegsiaxzz] .operation-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.operation-pivot-panel[b-zwegsiaxzz] {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 28rem;
    min-width: 0;
    overflow: auto;
    padding: 0.75rem;
}

[b-zwegsiaxzz] .operation-pivot {
    flex: 1 1 auto;
    min-height: 26rem;
    min-width: 48rem;
    width: 100%;
}

[b-zwegsiaxzz] .operation-pivot table th,
[b-zwegsiaxzz] .operation-pivot table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-zwegsiaxzz] .statement-popup .dxbl-popup-content {
    padding: 0;
}

.statement-popup-body[b-zwegsiaxzz] {
    background: var(--pp-surface-soft);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    min-height: 0;
    padding: 0.9rem;
}

.statement-popup-actions[b-zwegsiaxzz] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.statement-preview-frame[b-zwegsiaxzz] {
    background: #ffffff;
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

@media (max-width: 1200px) {
    .operation-filter-panel[b-zwegsiaxzz] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .operation-header[b-zwegsiaxzz] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-actions[b-zwegsiaxzz] {
        justify-content: flex-start;
    }

    .operation-filter-panel[b-zwegsiaxzz] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .operation-filter-ready-range[b-zwegsiaxzz],
    .operation-filter-company[b-zwegsiaxzz] {
        grid-column: 1 / -1;
    }

    [b-zwegsiaxzz] .operation-list-button.dxbl-btn {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .operation-page[b-zwegsiaxzz] {
        flex: 0 0 auto;
        min-height: auto;
        padding-top: 0.65rem;
    }

    .operation-header[b-zwegsiaxzz],
    .operation-filter-panel[b-zwegsiaxzz],
    .operation-pivot-panel[b-zwegsiaxzz] {
        border-radius: 8px;
    }

    .operation-filter-panel[b-zwegsiaxzz] {
        grid-template-columns: minmax(0, 1fr);
    }

    .operation-filter-ready-range[b-zwegsiaxzz] {
        grid-column: auto;
    }

    .operation-pivot-panel[b-zwegsiaxzz] {
        height: clamp(44.8rem, 103.6dvh, 72.8rem);
        min-height: 44.8rem;
        padding: 0.55rem;
    }

    [b-zwegsiaxzz] .operation-pivot {
        min-height: 42rem;
    }
}
/* /Components/Pages/Arac/AracDetay.razor.rz.scp.css */
[b-ql4hbxbd48] .vehicle-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-ql4hbxbd48] .vehicle-detail-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.vehicle-alert[b-ql4hbxbd48] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.vehicle-success-feedback[b-ql4hbxbd48] {
    align-items: center;
    background: linear-gradient(135deg, rgba(191, 223, 123, 0.22), rgba(255, 246, 213, 0.50));
    border: 1px solid rgba(143, 189, 56, 0.42);
    border-left: 4px solid var(--pp-green-500);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(49, 80, 24, 0.08);
    color: var(--pp-green-800);
    display: flex;
    gap: 0.55rem;
    padding: 0.65rem 0.75rem;
}

.vehicle-success-feedback .icon[b-ql4hbxbd48] {
    flex: 0 0 1rem;
    height: 1rem;
    width: 1rem;
}

.vehicle-success-feedback span:not(.icon)[b-ql4hbxbd48] {
    flex: 1 1 auto;
    font-weight: 700;
}

.vehicle-success-feedback small[b-ql4hbxbd48] {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(143, 189, 56, 0.24);
    border-radius: 999px;
    color: var(--pp-text-muted);
    font-size: var(--dxds-font-size-base-sm);
    padding: 0.18rem 0.48rem;
    white-space: nowrap;
}

.vehicle-empty[b-ql4hbxbd48],
.vehicle-loading[b-ql4hbxbd48] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.vehicle-detail-shell[b-ql4hbxbd48] {
    --vehicle-theme-color: var(--pp-green-500);
    --vehicle-theme-rgb: 143, 189, 56;
    --vehicle-theme-strong: var(--pp-green-800);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.vehicle-detail-passive[b-ql4hbxbd48] {
    --vehicle-theme-color: #f2816e;
    --vehicle-theme-rgb: 242, 129, 110;
    --vehicle-theme-strong: #9f2d1d;
}

.vehicle-detail-hero[b-ql4hbxbd48] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--vehicle-theme-rgb), 0.16), rgba(45, 212, 191, 0.06));
    border: 1px solid rgba(var(--vehicle-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.vehicle-detail-title[b-ql4hbxbd48] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.vehicle-detail-actions[b-ql4hbxbd48] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.vehicle-page-icon[b-ql4hbxbd48] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--vehicle-theme-rgb), 0.18), rgba(45, 212, 191, 0.08));
    border: 1px solid rgba(var(--vehicle-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.vehicle-page-icon .icon[b-ql4hbxbd48] {
    height: 1.5rem;
    width: 1.5rem;
}

.vehicle-detail-hero strong[b-ql4hbxbd48] {
    color: var(--vehicle-theme-strong);
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.vehicle-detail-hero span[b-ql4hbxbd48] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

.vehicle-detail-hero .vehicle-status-chip[b-ql4hbxbd48] {
    align-items: center;
    background: rgba(var(--vehicle-theme-rgb), 0.14);
    border: 1px solid rgba(var(--vehicle-theme-rgb), 0.34);
    border-radius: 999px;
    color: var(--vehicle-theme-strong);
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1;
    margin-top: 0.35rem;
    padding: 0.28rem 0.55rem;
    white-space: nowrap;
}

[b-ql4hbxbd48] .vehicle-detail-form {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-left: 4px solid rgba(var(--vehicle-theme-rgb), 0.72);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-ql4hbxbd48] .vehicle-editor {
    width: 100%;
}

.vehicle-field-important[b-ql4hbxbd48] {
    --vehicle-field-bg: #fff;
    --vehicle-field-border: rgba(var(--vehicle-theme-rgb), 0.36);
    --vehicle-field-strong: var(--vehicle-theme-color);
    --vehicle-field-shadow: rgba(var(--vehicle-theme-rgb), 0.14);
    background: var(--vehicle-field-bg);
    border: 1px solid var(--vehicle-field-border);
    border-left: 4px solid var(--vehicle-field-border);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(49, 80, 24, 0.05);
    padding: 0.42rem;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.vehicle-field-important:focus-within[b-ql4hbxbd48] {
    border-color: var(--vehicle-field-strong);
    border-left-color: var(--vehicle-field-strong);
    box-shadow: 0 0 0 3px var(--vehicle-field-shadow), 0 10px 22px rgba(49, 80, 24, 0.08);
}

.vehicle-detail-shell .vehicle-field-status[b-ql4hbxbd48] {
    --vehicle-field-bg: #f1fbdc;
    --vehicle-field-border: rgba(168, 216, 79, 0.70);
    --vehicle-field-strong: var(--pp-green-500);
    --vehicle-field-shadow: rgba(168, 216, 79, 0.20);
}

.vehicle-detail-shell .vehicle-field-identity[b-ql4hbxbd48] {
    --vehicle-field-bg: #eaf4ff;
    --vehicle-field-border: rgba(116, 176, 232, 0.62);
    --vehicle-field-strong: #4f9edb;
    --vehicle-field-shadow: rgba(116, 176, 232, 0.18);
}

.vehicle-detail-shell .vehicle-field-ownership[b-ql4hbxbd48] {
    --vehicle-field-bg: #e8fbf7;
    --vehicle-field-border: rgba(105, 212, 200, 0.66);
    --vehicle-field-strong: #27b8aa;
    --vehicle-field-shadow: rgba(105, 212, 200, 0.20);
}

.vehicle-detail-shell .vehicle-field-lifecycle[b-ql4hbxbd48] {
    --vehicle-field-bg: #edfdf0;
    --vehicle-field-border: rgba(111, 206, 132, 0.58);
    --vehicle-field-strong: #44b463;
    --vehicle-field-shadow: rgba(111, 206, 132, 0.16);
}

.vehicle-detail-shell .vehicle-field-maintenance[b-ql4hbxbd48] {
    --vehicle-field-bg: #fff6d5;
    --vehicle-field-border: rgba(217, 155, 19, 0.62);
    --vehicle-field-strong: var(--pp-gold-500);
    --vehicle-field-shadow: rgba(217, 155, 19, 0.20);
}

.vehicle-detail-shell .vehicle-field-policy[b-ql4hbxbd48] {
    --vehicle-field-bg: #f1f0ff;
    --vehicle-field-border: rgba(145, 129, 226, 0.54);
    --vehicle-field-strong: #7460d8;
    --vehicle-field-shadow: rgba(145, 129, 226, 0.16);
}

.vehicle-detail-passive .vehicle-field-status[b-ql4hbxbd48] {
    --vehicle-field-bg: #ffe7e1;
    --vehicle-field-border: rgba(242, 129, 110, 0.74);
    --vehicle-field-strong: #d84e3b;
    --vehicle-field-shadow: rgba(242, 129, 110, 0.24);
}

.vehicle-detail-passive .vehicle-field-identity[b-ql4hbxbd48] {
    --vehicle-field-bg: #fff0ed;
    --vehicle-field-border: rgba(242, 129, 110, 0.52);
    --vehicle-field-strong: #dd5d49;
    --vehicle-field-shadow: rgba(242, 129, 110, 0.16);
}

.vehicle-detail-passive .vehicle-field-ownership[b-ql4hbxbd48] {
    --vehicle-field-bg: #fff1e8;
    --vehicle-field-border: rgba(236, 151, 94, 0.60);
    --vehicle-field-strong: #d67635;
    --vehicle-field-shadow: rgba(236, 151, 94, 0.16);
}

.vehicle-detail-passive .vehicle-field-lifecycle[b-ql4hbxbd48] {
    --vehicle-field-bg: #fff5dc;
    --vehicle-field-border: rgba(223, 173, 76, 0.56);
    --vehicle-field-strong: #c4861e;
    --vehicle-field-shadow: rgba(223, 173, 76, 0.16);
}

.vehicle-detail-passive .vehicle-field-maintenance[b-ql4hbxbd48] {
    --vehicle-field-bg: #ffedc4;
    --vehicle-field-border: rgba(214, 139, 38, 0.64);
    --vehicle-field-strong: #b96b12;
    --vehicle-field-shadow: rgba(214, 139, 38, 0.20);
}

.vehicle-detail-passive .vehicle-field-policy[b-ql4hbxbd48] {
    --vehicle-field-bg: #ffeef3;
    --vehicle-field-border: rgba(230, 114, 147, 0.54);
    --vehicle-field-strong: #cf4f78;
    --vehicle-field-shadow: rgba(230, 114, 147, 0.16);
}

[b-ql4hbxbd48] .vehicle-field-important .vehicle-editor,
[b-ql4hbxbd48] .vehicle-field-important .dxbl-edit,
[b-ql4hbxbd48] .vehicle-field-important .dxbl-combobox {
    background-color: rgba(255, 255, 255, 0.72);
}

[b-ql4hbxbd48] .vehicle-description-editor textarea {
    min-height: 88px;
    resize: vertical;
}

[b-ql4hbxbd48] .vehicle-detail-tabs {
    background: var(--pp-surface-soft);
    border: 1px solid rgba(var(--vehicle-theme-rgb), 0.22);
    border-radius: 8px;
    padding: 0.2rem 0.35rem 0;
}

.vehicle-detail-tab-content[b-ql4hbxbd48] {
    min-width: 0;
}

@media (max-width: 720px) {
    .vehicle-detail-shell[b-ql4hbxbd48] {
        padding: 0.75rem;
    }

    .vehicle-detail-hero[b-ql4hbxbd48] {
        align-items: stretch;
        flex-direction: column;
        position: static;
    }

    .vehicle-detail-actions[b-ql4hbxbd48]  .dxbl-btn {
        width: 100%;
    }


}
/* /Components/Pages/Arac/AracListe.razor.rz.scp.css */
.vehicle-page[b-hgcdenno57] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.vehicle-header[b-hgcdenno57] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.vehicle-title-wrap[b-hgcdenno57] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.vehicle-page-icon[b-hgcdenno57] {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 229, 138, 0.46), rgba(45, 212, 191, 0.16));
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.vehicle-page-icon .icon[b-hgcdenno57] {
    height: 1.5rem;
    width: 1.5rem;
}

.vehicle-header h1[b-hgcdenno57] {
    color: var(--pp-green-800);
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.vehicle-title-meta[b-hgcdenno57] {
    color: var(--pp-text-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.vehicle-actions[b-hgcdenno57] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.vehicle-alert[b-hgcdenno57] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.vehicle-loading[b-hgcdenno57],
.vehicle-empty[b-hgcdenno57] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.vehicle-filter-panel[b-hgcdenno57] {
    align-items: end;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(280px, 440px) auto minmax(130px, 170px) minmax(150px, 210px) auto;
    justify-content: start;
    padding: 0.85rem 1rem;
}

.vehicle-filter-field[b-hgcdenno57] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.vehicle-filter-field span[b-hgcdenno57] {
    color: var(--pp-green-800);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-hgcdenno57] .vehicle-filter-editor {
    width: 100%;
}

[b-hgcdenno57] .vehicle-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.vehicle-grid-panel[b-hgcdenno57] {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-hgcdenno57] .vehicle-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-hgcdenno57] .vehicle-grid table th,
[b-hgcdenno57] .vehicle-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-hgcdenno57] .vehicle-grid table tbody tr:hover > td {
    background: rgba(45, 212, 191, 0.10) !important;
}

[b-hgcdenno57] .vehicle-inspect-button.dxbl-btn {
    min-height: 30px;
}

.vehicle-badge[b-hgcdenno57],
.vehicle-date-badge[b-hgcdenno57] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-width: 5.8rem;
    padding: 0.32rem 0.55rem;
    white-space: nowrap;
}

.vehicle-badge-active[b-hgcdenno57] {
    background: rgba(143, 189, 56, 0.16);
    border: 1px solid rgba(143, 189, 56, 0.34);
    color: var(--pp-green-800);
}

.vehicle-badge-passive[b-hgcdenno57] {
    background: rgba(242, 129, 110, 0.14);
    border: 1px solid rgba(242, 129, 110, 0.34);
    color: #9f2d1d;
}

.vehicle-date-ok[b-hgcdenno57] {
    background: rgba(45, 212, 191, 0.14);
    border: 1px solid rgba(20, 184, 166, 0.30);
    color: #0f766e;
}

.vehicle-date-soon[b-hgcdenno57] {
    background: rgba(255, 229, 138, 0.34);
    border: 1px solid rgba(217, 155, 19, 0.36);
    color: #76520b;
}

.vehicle-date-expired[b-hgcdenno57] {
    background: rgba(242, 129, 110, 0.14);
    border: 1px solid rgba(242, 129, 110, 0.34);
    color: #9f2d1d;
}

.vehicle-date-empty[b-hgcdenno57] {
    background: rgba(100, 116, 92, 0.10);
    border: 1px solid rgba(100, 116, 92, 0.20);
    color: var(--pp-text-muted);
}

.vehicle-pill[b-hgcdenno57] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 1.8rem;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 0.34rem 0.65rem;
}

.vehicle-plate-pill[b-hgcdenno57] {
    background: rgba(255, 229, 138, 0.30);
    border: 1px solid rgba(217, 155, 19, 0.34);
    color: var(--pp-text);
    letter-spacing: 0;
}

.vehicle-institution-pill[b-hgcdenno57] {
    background: rgba(45, 212, 191, 0.16);
    border: 1px solid rgba(20, 184, 166, 0.34);
    color: #0f766e;
}

@media (max-width: 1180px) {
    .vehicle-filter-panel[b-hgcdenno57] {
        grid-template-columns: minmax(260px, 1fr) auto minmax(130px, 1fr) minmax(150px, 1fr) auto;
    }
}

@media (max-width: 980px) {
    .vehicle-header[b-hgcdenno57] {
        align-items: stretch;
        flex-direction: column;
    }

    .vehicle-actions[b-hgcdenno57] {
        justify-content: flex-start;
    }

    .vehicle-filter-panel[b-hgcdenno57] {
        grid-template-columns: 1fr 1fr;
    }

    .vehicle-filter-search[b-hgcdenno57] {
        grid-column: 1 / -1;
    }

    [b-hgcdenno57] .vehicle-list-button.dxbl-btn {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .vehicle-page[b-hgcdenno57] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .vehicle-filter-panel[b-hgcdenno57] {
        grid-template-columns: 1fr;
    }

    .vehicle-header[b-hgcdenno57] {
        padding: 0.85rem;
    }

    .vehicle-actions[b-hgcdenno57]  .dxbl-btn {
        width: 100%;
    }

    .vehicle-grid-panel[b-hgcdenno57] {
        flex: 0 0 auto;
        height: clamp(42rem, 100.8dvh, 67.2rem);
        min-height: 42rem;
    }
}

@media (max-height: 520px) and (orientation: landscape) {
    .vehicle-page[b-hgcdenno57] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .vehicle-grid-panel[b-hgcdenno57] {
        flex: 0 0 auto;
        height: clamp(33.6rem, 100.8dvh, 42rem);
        min-height: 33.6rem;
    }
}
/* /Components/Pages/Cafe/CafeAnalizListe.razor.rz.scp.css */
.cafe-analytics-page[b-02xhznok8x] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem;
    width: 100%;
}

.operation-header[b-02xhznok8x] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.operation-title-wrap[b-02xhznok8x] {
    align-items: center;
    display: flex;
    gap: .85rem;
    min-width: 0;
}

.operation-page-icon[b-02xhznok8x] {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 229, 138, .46), rgba(168, 216, 79, .22));
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-02xhznok8x] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-02xhznok8x] {
    color: var(--pp-green-800);
    font-size: 1.35rem;
    margin: 0;
}

.operation-title-meta[b-02xhznok8x] {
    color: var(--pp-text-muted);
    font-size: .82rem;
    line-height: 1.25;
    margin-top: .18rem;
    overflow-wrap: anywhere;
}

.operation-actions[b-02xhznok8x] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.operation-alert[b-02xhznok8x] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: .85rem 1rem;
}

.operation-loading[b-02xhznok8x],
.operation-empty[b-02xhznok8x] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: .65rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-filter-panel[b-02xhznok8x] {
    align-items: end;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: grid;
    gap: .75rem;
    justify-content: stretch;
    padding: .85rem 1rem;
}

.operation-filter-field[b-02xhznok8x] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
}

.operation-filter-field span[b-02xhznok8x] {
    color: var(--pp-green-800);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-02xhznok8x] .operation-filter-editor {
    width: 100%;
}

.operation-filter-submit[b-02xhznok8x] {
    justify-self: end;
}

[b-02xhznok8x] .operation-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.cafe-analytics-header[b-02xhznok8x] {
    flex: 0 0 auto;
}

.cafe-analytics-filters[b-02xhznok8x] {
    grid-template-columns: minmax(15rem, 1.45fr) minmax(10rem, 1fr) minmax(9rem, .75fr) minmax(9rem, .75fr) auto;
}

.cafe-analytics-branch-filter[b-02xhznok8x] {
    min-width: 0;
}

.cafe-report-launcher[b-02xhznok8x] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .85rem 1rem;
}

.cafe-report-launcher-copy[b-02xhznok8x] {
    display: grid;
    flex: 0 0 auto;
    gap: .15rem;
}

.cafe-report-launcher-copy span[b-02xhznok8x],
.cafe-pivot-tools > span[b-02xhznok8x] {
    color: var(--pp-text-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cafe-report-launcher-copy strong[b-02xhznok8x] {
    color: var(--pp-green-800);
    font-size: .9rem;
}

.cafe-report-desktop-actions[b-02xhznok8x] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: flex-end;
}

.cafe-report-mobile-action[b-02xhznok8x] {
    display: none;
}

.cafe-analysis-note[b-02xhznok8x] {
    align-items: center;
    background: #f7faef;
    border: 1px solid var(--pp-border, #dbe7bd);
    border-radius: .65rem;
    color: var(--pp-text-muted, #66705e);
    display: flex;
    flex: 0 0 auto;
    font-size: .78rem;
    gap: .5rem;
    padding: .55rem .75rem;
}

.cafe-analysis-note .icon[b-02xhznok8x] {
    color: var(--pp-green-700, #3d6f27);
}

.cafe-analysis-start-state[b-02xhznok8x] {
    min-height: 6.25rem;
}

.cafe-analysis-start-state > .icon[b-02xhznok8x] {
    background: linear-gradient(135deg, rgba(255, 229, 138, .4), rgba(168, 216, 79, .2));
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    flex: 0 0 40px;
    height: 40px;
    padding: .65rem;
    width: 40px;
}

.cafe-analysis-start-state div[b-02xhznok8x] {
    display: grid;
    gap: .15rem;
}

.cafe-analysis-start-state strong[b-02xhznok8x] {
    color: var(--pp-green-800);
    font-size: .95rem;
}

.cafe-analysis-start-state div span[b-02xhznok8x] {
    font-size: .8rem;
}

.cafe-pivot-tabs-shell[b-02xhznok8x] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    min-width: 0;
}

.cafe-pivot-tabs[b-02xhznok8x] {
    flex: 0 0 auto;
}

.cafe-pivot-toolbar[b-02xhznok8x] {
    align-items: flex-end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.cafe-pivot-tools[b-02xhznok8x] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: .65rem;
    padding-bottom: .35rem;
}

.cafe-pivot-tools > div[b-02xhznok8x] {
    display: flex;
    gap: .45rem;
}

.cafe-pivot-content[b-02xhznok8x] {
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--pp-border, #dbe7bd);
    border-radius: 0 0 .75rem .75rem;
    display: flex;
    flex: 1 1 0;
    height: 100%;
    min-height: 28rem;
    min-width: 0;
    overflow: auto;
    padding: .75rem;
}

[b-02xhznok8x] .cafe-analysis-pivot.dxbl-pivot-table {
    flex: 1 1 0;
    height: 100%;
    min-height: 27rem;
    min-width: 58rem;
    width: 100%;
}

.cafe-pivot-empty[b-02xhznok8x] {
    flex: 1 1 auto;
    margin: 0;
}

.cafe-report-setup[b-02xhznok8x] {
    display: grid;
    gap: 1rem;
    padding: .35rem;
}

.cafe-annual-note[b-02xhznok8x] {
    margin: 0;
}

.cafe-report-setup-copy strong[b-02xhznok8x],
.cafe-report-setup-copy span[b-02xhznok8x],
.cafe-report-setup label > span[b-02xhznok8x] {
    display: block;
}

.cafe-report-setup-copy strong[b-02xhznok8x] {
    color: var(--pp-forest-900, #274916);
    font-size: 1rem;
}

.cafe-report-setup-copy span[b-02xhznok8x],
.cafe-report-setup label > span[b-02xhznok8x] {
    color: var(--pp-text-muted, #66705e);
    font-size: .8rem;
}

.cafe-report-setup label[b-02xhznok8x] {
    display: grid;
    gap: .35rem;
}

.cafe-report-setup-actions[b-02xhznok8x],
.cafe-report-actions[b-02xhznok8x] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    justify-content: flex-end;
}

.cafe-mobile-report-actions[b-02xhznok8x] {
    display: grid;
    gap: .55rem;
    padding: .25rem;
}

.cafe-mobile-report-actions[b-02xhznok8x]  .dxbl-btn {
    justify-content: flex-start;
    min-height: 42px;
    width: 100%;
}

.cafe-report-popup-body[b-02xhznok8x] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    height: 100%;
    min-height: 0;
}

.cafe-report-actions[b-02xhznok8x] {
    flex: 0 0 auto;
}

.cafe-report-preview[b-02xhznok8x] {
    background: #f2f4ef;
    border: 1px solid var(--pp-border, #dbe7bd);
    border-radius: .65rem;
    flex: 1 1 0;
    min-height: 34rem;
    width: 100%;
}

[b-02xhznok8x] .cafe-report-popup .dxbl-popup-body {
    height: 100%;
    min-height: 0;
}

@media (max-width: 960px) {
    .cafe-analytics-filters[b-02xhznok8x] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cafe-analytics-branch-filter[b-02xhznok8x],
    .operation-filter-submit[b-02xhznok8x] {
        grid-column: 1 / -1;
    }

    [b-02xhznok8x] .operation-list-button.dxbl-btn {
        width: 100%;
    }

    .cafe-report-launcher[b-02xhznok8x] {
        align-items: stretch;
        flex-direction: column;
    }

    .cafe-report-desktop-actions[b-02xhznok8x] {
        justify-content: flex-start;
    }

    .cafe-pivot-toolbar[b-02xhznok8x] {
        align-items: stretch;
        flex-direction: column;
        gap: .45rem;
    }

    .cafe-pivot-tools[b-02xhznok8x] {
        align-items: stretch;
        background: var(--pp-surface-soft);
        border: 1px solid var(--pp-border);
        border-radius: 8px 8px 0 0;
        flex-direction: column;
        gap: .35rem;
        padding: .55rem .65rem;
    }

    .cafe-pivot-tools > div[b-02xhznok8x] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cafe-pivot-tools[b-02xhznok8x]  .dxbl-btn {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .cafe-analytics-page[b-02xhznok8x] {
        gap: .75rem;
        padding: .65rem;
    }

    .cafe-analytics-filters[b-02xhznok8x] {
        grid-template-columns: 1fr;
    }

    .cafe-analytics-branch-filter[b-02xhznok8x],
    .operation-filter-submit[b-02xhznok8x] {
        grid-column: auto;
    }

    .cafe-report-desktop-actions[b-02xhznok8x] {
        display: none;
    }

    .cafe-report-mobile-action[b-02xhznok8x] {
        display: block;
    }

    .cafe-report-mobile-action[b-02xhznok8x]  .dxbl-btn {
        width: 100%;
    }

    .cafe-pivot-content[b-02xhznok8x] {
        padding: .5rem;
    }

    .cafe-report-preview[b-02xhznok8x] {
        min-height: 28rem;
    }
}
/* /Components/Pages/Cafe/CafeGunlukRaporListe.razor.rz.scp.css */
.cafe-daily-page[b-fjyfiyt6cu] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem;
    width: 100%;
}

.operation-header[b-fjyfiyt6cu] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.operation-title-wrap[b-fjyfiyt6cu] {
    align-items: center;
    display: flex;
    gap: .85rem;
    min-width: 0;
}

.operation-page-icon[b-fjyfiyt6cu] {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 229, 138, .46), rgba(168, 216, 79, .22));
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-fjyfiyt6cu] { height: 1.5rem; width: 1.5rem; }
.operation-header h1[b-fjyfiyt6cu] { color: var(--pp-green-800); font-size: 1.35rem; margin: 0; }
.operation-title-meta[b-fjyfiyt6cu] { color: var(--pp-text-muted); font-size: .82rem; margin-top: .18rem; overflow-wrap: anywhere; }
.operation-alert[b-fjyfiyt6cu] { background: var(--dxds-color-background-danger-quiet-rest); border: 1px solid var(--dxds-color-border-danger-default-rest); border-radius: 8px; color: var(--dxds-color-content-danger-default-rest); padding: .85rem 1rem; }
.operation-loading[b-fjyfiyt6cu], .operation-empty[b-fjyfiyt6cu] { align-items: center; background: var(--pp-surface-soft); border: 1px solid var(--pp-border); border-radius: 8px; color: var(--pp-text-muted); display: flex; gap: .65rem; min-height: 9rem; padding: 1rem; }

.operation-filter-panel[b-fjyfiyt6cu] {
    align-items: end;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: grid;
    gap: .75rem;
    padding: .85rem 1rem;
}

.cafe-daily-filters[b-fjyfiyt6cu] { grid-template-columns: minmax(15rem, 1.45fr) minmax(12rem, 1.1fr) minmax(9rem, .75fr) minmax(9rem, .75fr) auto; }
.operation-filter-field[b-fjyfiyt6cu] { display: flex; flex-direction: column; gap: .35rem; min-width: 0; }
.operation-filter-field span[b-fjyfiyt6cu] { color: var(--pp-green-800); font-size: var(--dxds-font-size-base-sm); font-weight: 700; }
[b-fjyfiyt6cu] .operation-filter-editor { width: 100%; }
.operation-filter-submit[b-fjyfiyt6cu] { justify-self: end; }
[b-fjyfiyt6cu] .operation-list-button.dxbl-btn { min-height: 38px; min-width: 145px; }

.cafe-daily-note[b-fjyfiyt6cu] {
    align-items: center;
    background: #f7faef;
    border: 1px solid var(--pp-border, #dbe7bd);
    border-radius: .65rem;
    color: var(--pp-text-muted, #66705e);
    display: flex;
    font-size: .78rem;
    gap: .5rem;
    padding: .55rem .75rem;
}

.cafe-daily-report-shell[b-fjyfiyt6cu] { display: grid; gap: 1rem; }
.cafe-daily-ready-summary[b-fjyfiyt6cu] { display: grid; gap: .75rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cafe-daily-ready-summary > div[b-fjyfiyt6cu] { background: var(--pp-surface); border: 1px solid var(--pp-border); border-radius: 8px; box-shadow: var(--pp-shadow-soft); display: grid; gap: .15rem; padding: .85rem 1rem; }
.cafe-daily-ready-summary span[b-fjyfiyt6cu] { color: var(--pp-text-muted); font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.cafe-daily-ready-summary strong[b-fjyfiyt6cu] { color: var(--pp-green-800); font-size: 1rem; overflow-wrap: anywhere; }
.cafe-daily-report-grid[b-fjyfiyt6cu] { display: grid; gap: .85rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.cafe-daily-report-card[b-fjyfiyt6cu] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: grid;
    gap: .85rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-width: 0;
    padding: 1rem;
}

.cafe-daily-report-card:last-child[b-fjyfiyt6cu] { grid-column: 1 / -1; }
.cafe-daily-report-icon[b-fjyfiyt6cu] { align-items: center; background: linear-gradient(135deg, rgba(255, 229, 138, .36), rgba(168, 216, 79, .18)); border: 1px solid var(--pp-border); border-radius: 8px; display: flex; height: 42px; justify-content: center; width: 42px; }
.cafe-daily-report-icon .icon[b-fjyfiyt6cu] { height: 1.35rem; width: 1.35rem; }
.cafe-daily-report-copy[b-fjyfiyt6cu] { min-width: 0; }
.cafe-daily-report-copy h2[b-fjyfiyt6cu] { color: var(--pp-green-800); font-size: 1rem; margin: 0; }
.cafe-daily-report-copy p[b-fjyfiyt6cu] { color: var(--pp-text-muted); font-size: .78rem; line-height: 1.45; margin: .2rem 0 0; }
.cafe-daily-report-popup-body[b-fjyfiyt6cu] { display: flex; flex-direction: column; gap: .75rem; height: 100%; min-height: 0; }
.cafe-daily-report-actions[b-fjyfiyt6cu] { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: .55rem; justify-content: flex-end; }
.cafe-daily-report-preview[b-fjyfiyt6cu] { background: #f2f4ef; border: 1px solid var(--pp-border); border-radius: .65rem; flex: 1 1 0; min-height: 34rem; width: 100%; }
[b-fjyfiyt6cu] .cafe-daily-report-popup .dxbl-popup-body { height: 100%; min-height: 0; }

@media (max-width: 1050px) {
    .cafe-daily-filters[b-fjyfiyt6cu] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cafe-daily-branch-filter[b-fjyfiyt6cu], .operation-filter-submit[b-fjyfiyt6cu] { grid-column: 1 / -1; }
    [b-fjyfiyt6cu] .operation-list-button.dxbl-btn { width: 100%; }
}

@media (max-width: 760px) {
    .cafe-daily-ready-summary[b-fjyfiyt6cu], .cafe-daily-report-grid[b-fjyfiyt6cu] { grid-template-columns: 1fr; }
    .cafe-daily-report-card:last-child[b-fjyfiyt6cu] { grid-column: auto; }
    .cafe-daily-report-card[b-fjyfiyt6cu] { align-items: stretch; grid-template-columns: auto minmax(0, 1fr); }
    .cafe-daily-report-card[b-fjyfiyt6cu]  .dxbl-btn { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 620px) {
    .cafe-daily-page[b-fjyfiyt6cu] { gap: .75rem; padding: .65rem; }
    .cafe-daily-filters[b-fjyfiyt6cu] { grid-template-columns: 1fr; }
    .cafe-daily-branch-filter[b-fjyfiyt6cu], .operation-filter-submit[b-fjyfiyt6cu] { grid-column: auto; }
    .cafe-daily-report-preview[b-fjyfiyt6cu] { min-height: 28rem; }
}
/* /Components/Pages/Cafe/PosFloorPlanEditor.razor.rz.scp.css */
.floor-editor-shell[b-5ow8p4gcus] { box-sizing: border-box; display: flex; flex-direction: column; gap: .55rem; height: 100%; min-height: 0; overflow: hidden; padding: .55rem; }
.floor-editor-hero[b-5ow8p4gcus] { align-items: center; background: linear-gradient(130deg,#23491c,#547d27 58%,#b48620); border: 1px solid rgba(255,255,255,.3); border-radius: 13px; color: #fff; display: flex; flex: 0 0 auto; gap: 1rem; justify-content: space-between; padding: .62rem .8rem; }
.floor-editor-title[b-5ow8p4gcus],.floor-editor-actions[b-5ow8p4gcus] { align-items: center; display: flex; gap: .65rem; }
.floor-editor-actions[b-5ow8p4gcus] { flex-wrap: wrap; justify-content: flex-end; }
.floor-editor-title-icon[b-5ow8p4gcus] { align-items: center; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.25); border-radius: 10px; display: inline-flex; height: 2.5rem; justify-content: center; width: 2.5rem; }
.floor-editor-title-icon .icon[b-5ow8p4gcus] { filter: brightness(0) invert(1); height: 1.25rem; width: 1.25rem; }
.floor-editor-title strong[b-5ow8p4gcus],.floor-editor-title span[b-5ow8p4gcus] { display: block; }
.floor-editor-title strong[b-5ow8p4gcus] { font-size: 1.05rem; }
.floor-editor-title span[b-5ow8p4gcus] { color: rgba(255,255,255,.72); font-size: .73rem; margin-top: .08rem; }
.floor-editor-loading[b-5ow8p4gcus] { align-items: center; background: #fff; border: 1px solid var(--pp-border); border-radius: 12px; display: flex; flex: 1; flex-direction: column; gap: .6rem; justify-content: center; }
.floor-editor-toolbar[b-5ow8p4gcus] { align-items: center; background: rgba(255,255,255,.96); border: 1px solid var(--pp-border); border-radius: 11px; display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: .45rem; justify-content: space-between; padding: .4rem .5rem; }
.floor-toolbar-group[b-5ow8p4gcus] { align-items: center; display: flex; flex-wrap: wrap; gap: .3rem; }
.floor-toolbar-group button[b-5ow8p4gcus],.floor-property-actions button[b-5ow8p4gcus] { background: #fff; border: 1px solid #ccd7c5; border-radius: 8px; color: #315018; cursor: pointer; font: inherit; font-size: .68rem; font-weight: 850; min-height: 2.2rem; padding: .38rem .58rem; }
.floor-toolbar-group button:hover[b-5ow8p4gcus],.floor-property-actions button:hover[b-5ow8p4gcus] { background: #edf6dd; border-color: #8fbd38; }
.floor-toolbar-group button:disabled[b-5ow8p4gcus] { cursor: default; opacity: .4; }
.floor-toolbar-group .floor-multi-select-button.active[b-5ow8p4gcus] { background: #e7f4cd; border-color: #78a72f; box-shadow: inset 0 0 0 1px rgba(120,167,47,.2); color: #244b1a; }
.floor-toolbar-group .floor-reset-button[b-5ow8p4gcus] { border-color: #dc9b8f; color: #a53627; }
.floor-toolbar-group .floor-reset-button:hover[b-5ow8p4gcus] { background: #fff0ed; border-color: #c85d4d; }
.floor-zoom-controls strong[b-5ow8p4gcus] { align-items: center; background: #edf6dd; border-radius: 7px; display: inline-flex; font-size: .69rem; justify-content: center; min-height: 2.2rem; min-width: 3.25rem; }
.floor-toolbar-group label[b-5ow8p4gcus] { align-items: center; color: #556451; display: flex; font-size: .65rem; font-weight: 800; gap: .25rem; }
.floor-toolbar-group input[b-5ow8p4gcus],.floor-toolbar-group select[b-5ow8p4gcus] { background: #fff; border: 1px solid #ccd7c5; border-radius: 7px; font: inherit; font-size: .68rem; height: 2.15rem; padding: 0 .35rem; }
.floor-toolbar-group input[b-5ow8p4gcus] { width: 4.2rem; }
.floor-editor-workspace[b-5ow8p4gcus] { display: grid; flex: 1 1 0; gap: .5rem; grid-template-columns: 13rem minmax(0,1fr) 15rem; min-height: 0; overflow: hidden; }
.floor-palette[b-5ow8p4gcus],.floor-properties[b-5ow8p4gcus] { background: rgba(255,255,255,.96); border: 1px solid var(--pp-border); border-radius: 12px; min-height: 0; overflow: auto; padding: .55rem; }
.floor-panel-heading[b-5ow8p4gcus] { display: flex; flex-direction: column; gap: .05rem; margin-bottom: .5rem; }
.floor-panel-heading strong[b-5ow8p4gcus] { color: #244b1a; font-size: .8rem; }
.floor-panel-heading span[b-5ow8p4gcus] { color: #778173; font-size: .62rem; }
.floor-palette-group[b-5ow8p4gcus] { border-top: 1px solid #e3eadf; padding: .45rem 0; }
.floor-palette-group > strong[b-5ow8p4gcus] { color: #62705f; display: block; font-size: .61rem; letter-spacing: .04em; margin-bottom: .3rem; text-transform: uppercase; }
.floor-palette-group > div[b-5ow8p4gcus] { display: grid; gap: .3rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
.floor-palette-group button[b-5ow8p4gcus] { align-items: center; background: linear-gradient(145deg,#fff,#f2f7ec); border: 1px solid #d7e1d0; border-radius: 9px; color: #315018; cursor: pointer; display: flex; flex-direction: column; gap: .12rem; justify-content: center; min-height: 3.3rem; padding: .3rem; }
.floor-palette-group button > span[b-5ow8p4gcus] { font-size: 1rem; font-weight: 950; }
.floor-palette-group button small[b-5ow8p4gcus] { font-size: .57rem; font-weight: 800; line-height: 1.12; text-align: center; }
.floor-unplaced[b-5ow8p4gcus] { border-top: 1px solid #dce6d7; margin-top: .35rem; padding-top: .55rem; }
.floor-unplaced-list[b-5ow8p4gcus] { display: flex; flex-direction: column; gap: .25rem; }
.floor-unplaced-list button[b-5ow8p4gcus] { align-items: center; background: #fff8df; border: 1px solid #e7ce86; border-radius: 8px; color: #6b4b0a; cursor: pointer; display: flex; font: inherit; font-size: .64rem; font-weight: 850; gap: .35rem; min-height: 2.15rem; padding: .3rem .45rem; text-align: left; }
.floor-all-placed[b-5ow8p4gcus] { color: #578324; display: block; font-weight: 800; padding: .4rem 0; }
.floor-editor-viewport[b-5ow8p4gcus] { background: #c9d2c3; border: 1px solid #9fac99; border-radius: 12px; min-height: 0; overflow: hidden; position: relative; touch-action: none; }
.floor-editor-viewport[data-floor-multi-select="true"][b-5ow8p4gcus] { box-shadow: inset 0 0 0 3px rgba(120,167,47,.55); }
.floor-editor-viewport[b-5ow8p4gcus]::after { color: rgba(32,57,28,.48); content: 'Boş zemini sürükleyin · Tekerlek veya iki parmak ile zoom'; font-size: .6rem; left: .55rem; pointer-events: none; position: absolute; top: .45rem; z-index: 100000; }
.floor-editor-canvas[b-5ow8p4gcus] { background-color: #f5f2e9; background-size: var(--floor-grid) var(--floor-grid); box-shadow: 0 18px 45px rgba(24,45,20,.22); position: absolute; }
.floor-theme-ahsap[b-5ow8p4gcus] { background-image: linear-gradient(90deg,rgba(120,76,38,.12) 1px,transparent 1px),linear-gradient(rgba(120,76,38,.08) 1px,transparent 1px),linear-gradient(90deg,#f0dfc3,#f8ead2 50%,#ead4b2); }
.floor-theme-tas[b-5ow8p4gcus] { background-image: linear-gradient(45deg,rgba(82,91,83,.12) 25%,transparent 25%,transparent 75%,rgba(82,91,83,.12) 75%),linear-gradient(45deg,rgba(82,91,83,.12) 25%,#edf0eb 25%,#edf0eb 75%,rgba(82,91,83,.12) 75%); }
.floor-theme-karo[b-5ow8p4gcus] { background-image: linear-gradient(rgba(83,106,74,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(83,106,74,.12) 1px,transparent 1px),linear-gradient(135deg,#f8f6ed,#e9efe4); }
.floor-theme-sade[b-5ow8p4gcus] { background-image: linear-gradient(rgba(83,106,74,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(83,106,74,.08) 1px,transparent 1px); }
.floor-theme-cini_mavi_cicek[b-5ow8p4gcus],
.floor-theme-cini_turkuaz_rozet[b-5ow8p4gcus],
.floor-theme-cini_kobalt_bag[b-5ow8p4gcus],
.floor-theme-cini_mercan[b-5ow8p4gcus],
.floor-theme-cini_gece[b-5ow8p4gcus],
.floor-theme-mozaik_toprak[b-5ow8p4gcus] {
    background-repeat: repeat,repeat,no-repeat,repeat;
    background-size: var(--floor-grid) var(--floor-grid),var(--floor-grid) var(--floor-grid),100% 100%,96px 96px;
}
.floor-theme-cini_mavi_cicek[b-5ow8p4gcus] { background-image: linear-gradient(rgba(49,91,108,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(49,91,108,.09) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.08),rgba(255,255,255,.08)),url('/images/floor-plan-scenes/floor-tile-cini-mavi-cicek.webp'); }
.floor-theme-cini_turkuaz_rozet[b-5ow8p4gcus] { background-image: linear-gradient(rgba(36,104,111,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(36,104,111,.09) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.1)),url('/images/floor-plan-scenes/floor-tile-cini-turkuaz-rozet.webp'); }
.floor-theme-cini_kobalt_bag[b-5ow8p4gcus] { background-image: linear-gradient(rgba(25,72,139,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(25,72,139,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.12),rgba(255,255,255,.12)),url('/images/floor-plan-scenes/floor-tile-cini-kobalt-bag.webp'); }
.floor-theme-cini_mercan[b-5ow8p4gcus] { background-image: linear-gradient(rgba(48,117,112,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(48,117,112,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.12),rgba(255,255,255,.12)),url('/images/floor-plan-scenes/floor-tile-cini-mercan.webp'); }
.floor-theme-cini_gece[b-5ow8p4gcus] { background-image: linear-gradient(rgba(26,73,139,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(26,73,139,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.14),rgba(255,255,255,.14)),url('/images/floor-plan-scenes/floor-tile-cini-gece.webp'); }
.floor-theme-mozaik_toprak[b-5ow8p4gcus] { background-image: linear-gradient(rgba(116,91,62,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(116,91,62,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.1)),url('/images/floor-plan-scenes/floor-tile-mozaik-toprak.webp'); }
.floor-theme-cini_zumrut_rozet[b-5ow8p4gcus],
.floor-theme-cini_zumrut_geometri[b-5ow8p4gcus] {
    background-repeat: repeat,repeat,no-repeat,repeat;
    background-size: var(--floor-grid) var(--floor-grid),var(--floor-grid) var(--floor-grid),100% 100%,128px 128px;
}
.floor-theme-cini_zumrut_rozet[b-5ow8p4gcus] { background-image: linear-gradient(rgba(40,91,55,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(40,91,55,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.08),rgba(255,255,255,.08)),url('/images/floor-plan-scenes/floor-tile-cini-zumrut-rozet.webp'); }
.floor-theme-cini_zumrut_geometri[b-5ow8p4gcus] { background-image: linear-gradient(rgba(237,222,174,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(237,222,174,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.13),rgba(255,255,255,.13)),url('/images/floor-plan-scenes/floor-tile-cini-zumrut-geometri.webp'); }
.floor-editor-item[b-5ow8p4gcus] { box-sizing: border-box; position: absolute; user-select: none; }
.floor-editor-item.is-selected[b-5ow8p4gcus] { filter: drop-shadow(0 0 7px rgba(217,155,19,.9)); outline: 4px solid #f0b429; outline-offset: 5px; }
.floor-editor-item.is-selected-locked[b-5ow8p4gcus] { filter: drop-shadow(0 0 6px rgba(71,85,105,.72)); outline-color: #64748b; outline-style: dashed; }
.floor-editor-item.is-locked[b-5ow8p4gcus] { cursor: not-allowed; }
[b-5ow8p4gcus] .floor-selection-marquee { background: rgba(98,154,42,.16); border: 2px dashed #4f7c21; box-shadow: 0 0 0 1px rgba(255,255,255,.65); pointer-events: none; position: absolute; z-index: 100002; }
.floor-object[b-5ow8p4gcus] { align-items: center; background: color-mix(in srgb,var(--object-color) 20%,#fff); border: 3px solid var(--object-color); border-radius: 12px; color: #253521; cursor: grab; display: flex; flex-direction: column; gap: .15rem; isolation: isolate; justify-content: center; min-height: 20px; overflow: hidden; text-align: center; }
.floor-object-symbol[b-5ow8p4gcus] { color: var(--object-color); font-size: clamp(.8rem,2vw,2rem); font-weight: 950; position: relative; z-index: 4; }
.floor-object strong[b-5ow8p4gcus] { font-size: clamp(.55rem,1vw,.9rem); overflow: hidden; padding: 0 .2rem; position: relative; text-overflow: ellipsis; white-space: nowrap; width: 100%; z-index: 5; }
.object-duvar[b-5ow8p4gcus],.object-pencere[b-5ow8p4gcus] { border-radius: 3px; }
.object-bitki[b-5ow8p4gcus] {
    background: color-mix(in srgb,var(--object-color) 14%,#d8ead0);
    border-color: color-mix(in srgb,var(--object-color) 76%,#244d28);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.24),inset 0 0 14px color-mix(in srgb,var(--object-color) 24%,transparent),0 2px 6px rgba(24,62,29,.2);
}
.object-bitki[b-5ow8p4gcus]::before {
    background-image: linear-gradient(color-mix(in srgb,var(--object-color) 11%,transparent),color-mix(in srgb,var(--object-color) 11%,transparent)),url('/images/floor-plan-scenes/grass-flowers-tile.webp');
    background-repeat: no-repeat,repeat;
    background-size: 100% 100%,128px 128px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.object-bitki > .floor-object-symbol[b-5ow8p4gcus] { display: none; }
.object-bitki > .floor-object-label[b-5ow8p4gcus] {
    background: rgba(247,252,243,.88);
    border: 1px solid rgba(54,103,49,.5);
    border-radius: 999px;
    bottom: .14rem;
    box-shadow: 0 1px 4px rgba(20,55,25,.3);
    color: #244b24;
    font-size: clamp(.4rem,.75vw,.66rem);
    left: 50%;
    line-height: 1.05;
    max-width: calc(100% - .25rem);
    padding: .08rem .32rem;
    position: absolute;
    transform: translateX(-50%);
    width: auto;
}
.object-agac[b-5ow8p4gcus],.object-cali[b-5ow8p4gcus],.object-ciceklik[b-5ow8p4gcus],.object-tas_yol[b-5ow8p4gcus],.object-pergola[b-5ow8p4gcus],.object-semsiye[b-5ow8p4gcus],
.object-fiskiye[b-5ow8p4gcus],.object-saksi[b-5ow8p4gcus],.object-kaya[b-5ow8p4gcus],.object-bank[b-5ow8p4gcus],.object-aydinlatma[b-5ow8p4gcus],
.object-gul_kumesi[b-5ow8p4gcus],.object-karanfil_kumesi[b-5ow8p4gcus],.object-lale_kumesi[b-5ow8p4gcus],.object-papatya_kumesi[b-5ow8p4gcus],
.object-lavanta_seridi[b-5ow8p4gcus],.object-gul_seridi[b-5ow8p4gcus],.object-lale_seridi[b-5ow8p4gcus],.object-papatya_seridi[b-5ow8p4gcus],
.object-karanfil_seridi[b-5ow8p4gcus],.object-kadife_seridi[b-5ow8p4gcus],.object-ortanca_kumesi[b-5ow8p4gcus],
.object-gul_buketi[b-5ow8p4gcus],.object-mevsim_buketi[b-5ow8p4gcus],.object-beyaz_buket[b-5ow8p4gcus] {
    background: color-mix(in srgb,var(--object-color) 11%,rgba(250,252,246,.82));
    border-color: color-mix(in srgb,var(--object-color) 72%,#34442f);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.3),0 3px 8px rgba(28,45,24,.2);
}
.object-agac[b-5ow8p4gcus]::before,.object-pergola[b-5ow8p4gcus]::before,.object-semsiye[b-5ow8p4gcus]::before,.object-fiskiye[b-5ow8p4gcus]::before,
.object-saksi[b-5ow8p4gcus]::before,.object-kaya[b-5ow8p4gcus]::before,.object-bank[b-5ow8p4gcus]::before,.object-aydinlatma[b-5ow8p4gcus]::before,
.object-gul_kumesi[b-5ow8p4gcus]::before,.object-karanfil_kumesi[b-5ow8p4gcus]::before,.object-lale_kumesi[b-5ow8p4gcus]::before,
.object-papatya_kumesi[b-5ow8p4gcus]::before,.object-ortanca_kumesi[b-5ow8p4gcus]::before,.object-gul_buketi[b-5ow8p4gcus]::before,
.object-mevsim_buketi[b-5ow8p4gcus]::before,.object-beyaz_buket[b-5ow8p4gcus]::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    filter: drop-shadow(0 3px 4px rgba(22,35,19,.3));
    inset: 3%;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.object-agac[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-tree.webp'); }
.object-pergola[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-pergola.webp'); }
.object-semsiye[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-umbrella.webp'); }
.object-fiskiye[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-fountain.webp'); }
.object-saksi[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-planter.webp'); }
.object-kaya[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-rocks.webp'); }
.object-bank[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-bench.webp'); }
.object-aydinlatma[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-light.webp'); }
.object-gul_kumesi[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-flower-rose.webp'); }
.object-karanfil_kumesi[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-flower-carnation.webp'); }
.object-lale_kumesi[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-flower-tulip.webp'); }
.object-papatya_kumesi[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-flower-daisy.webp'); }
.object-ortanca_kumesi[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-flower-hydrangea.webp'); }
.object-gul_buketi[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-bouquet-rose.webp'); }
.object-mevsim_buketi[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-bouquet-seasonal.webp'); }
.object-beyaz_buket[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/landscape-bouquet-white.webp'); }
.object-cali[b-5ow8p4gcus]::before,.object-ciceklik[b-5ow8p4gcus]::before,.object-tas_yol[b-5ow8p4gcus]::before,.object-lavanta_seridi[b-5ow8p4gcus]::before,
.object-gul_seridi[b-5ow8p4gcus]::before,.object-lale_seridi[b-5ow8p4gcus]::before,.object-papatya_seridi[b-5ow8p4gcus]::before,
.object-karanfil_seridi[b-5ow8p4gcus]::before,.object-kadife_seridi[b-5ow8p4gcus]::before {
    background-position: center;
    background-repeat: repeat;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.object-cali[b-5ow8p4gcus]::before { background-image: linear-gradient(color-mix(in srgb,var(--object-color) 7%,transparent),color-mix(in srgb,var(--object-color) 7%,transparent)),url('/images/floor-plan-scenes/landscape-hedge-tile.webp'); background-size: 100% 100%,96px 96px; }
.object-ciceklik[b-5ow8p4gcus]::before { background-image: linear-gradient(color-mix(in srgb,var(--object-color) 6%,transparent),color-mix(in srgb,var(--object-color) 6%,transparent)),url('/images/floor-plan-scenes/landscape-flowerbed-tile.webp'); background-size: 100% 100%,128px 128px; }
.object-tas_yol[b-5ow8p4gcus]::before { background-image: linear-gradient(color-mix(in srgb,var(--object-color) 5%,transparent),color-mix(in srgb,var(--object-color) 5%,transparent)),url('/images/floor-plan-scenes/landscape-stone-path-tile.webp'); background-size: 100% 100%,128px 128px; }
.object-lavanta_seridi[b-5ow8p4gcus]::before { background-image: linear-gradient(color-mix(in srgb,var(--object-color) 6%,transparent),color-mix(in srgb,var(--object-color) 6%,transparent)),url('/images/floor-plan-scenes/landscape-lavender-tile.webp'); background-size: 100% 100%,128px 128px; }
.object-gul_seridi[b-5ow8p4gcus]::before { background-image: linear-gradient(color-mix(in srgb,var(--object-color) 6%,transparent),color-mix(in srgb,var(--object-color) 6%,transparent)),url('/images/floor-plan-scenes/landscape-rose-strip-tile.webp'); background-size: 100% 100%,128px 128px; }
.object-lale_seridi[b-5ow8p4gcus]::before { background-image: linear-gradient(color-mix(in srgb,var(--object-color) 6%,transparent),color-mix(in srgb,var(--object-color) 6%,transparent)),url('/images/floor-plan-scenes/landscape-tulip-strip-tile.webp'); background-size: 100% 100%,128px 128px; }
.object-papatya_seridi[b-5ow8p4gcus]::before { background-image: linear-gradient(color-mix(in srgb,var(--object-color) 6%,transparent),color-mix(in srgb,var(--object-color) 6%,transparent)),url('/images/floor-plan-scenes/landscape-daisy-strip-tile.webp'); background-size: 100% 100%,128px 128px; }
.object-karanfil_seridi[b-5ow8p4gcus]::before { background-image: linear-gradient(color-mix(in srgb,var(--object-color) 6%,transparent),color-mix(in srgb,var(--object-color) 6%,transparent)),url('/images/floor-plan-scenes/landscape-carnation-strip-tile.webp'); background-size: 100% 100%,128px 128px; }
.object-kadife_seridi[b-5ow8p4gcus]::before { background-image: linear-gradient(color-mix(in srgb,var(--object-color) 6%,transparent),color-mix(in srgb,var(--object-color) 6%,transparent)),url('/images/floor-plan-scenes/landscape-marigold-strip-tile.webp'); background-size: 100% 100%,128px 128px; }
.object-cali[b-5ow8p4gcus],.object-ciceklik[b-5ow8p4gcus],.object-tas_yol[b-5ow8p4gcus],.object-lavanta_seridi[b-5ow8p4gcus],.object-gul_seridi[b-5ow8p4gcus],
.object-lale_seridi[b-5ow8p4gcus],.object-papatya_seridi[b-5ow8p4gcus],.object-karanfil_seridi[b-5ow8p4gcus],.object-kadife_seridi[b-5ow8p4gcus] { border-radius: 8px; }
.object-aydinlatma[b-5ow8p4gcus]::after {
    background: radial-gradient(circle,rgba(255,225,142,.38),rgba(255,225,142,0) 68%);
    content: "";
    inset: -18%;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.object-agac > .floor-object-symbol[b-5ow8p4gcus],.object-cali > .floor-object-symbol[b-5ow8p4gcus],.object-ciceklik > .floor-object-symbol[b-5ow8p4gcus],
.object-tas_yol > .floor-object-symbol[b-5ow8p4gcus],.object-pergola > .floor-object-symbol[b-5ow8p4gcus],.object-semsiye > .floor-object-symbol[b-5ow8p4gcus],
.object-fiskiye > .floor-object-symbol[b-5ow8p4gcus],.object-saksi > .floor-object-symbol[b-5ow8p4gcus],.object-kaya > .floor-object-symbol[b-5ow8p4gcus],
.object-bank > .floor-object-symbol[b-5ow8p4gcus],.object-aydinlatma > .floor-object-symbol[b-5ow8p4gcus],
.object-gul_kumesi > .floor-object-symbol[b-5ow8p4gcus],.object-karanfil_kumesi > .floor-object-symbol[b-5ow8p4gcus],
.object-lale_kumesi > .floor-object-symbol[b-5ow8p4gcus],.object-papatya_kumesi > .floor-object-symbol[b-5ow8p4gcus],
.object-lavanta_seridi > .floor-object-symbol[b-5ow8p4gcus],.object-gul_seridi > .floor-object-symbol[b-5ow8p4gcus],
.object-lale_seridi > .floor-object-symbol[b-5ow8p4gcus],.object-papatya_seridi > .floor-object-symbol[b-5ow8p4gcus],
.object-karanfil_seridi > .floor-object-symbol[b-5ow8p4gcus],.object-kadife_seridi > .floor-object-symbol[b-5ow8p4gcus],
.object-ortanca_kumesi > .floor-object-symbol[b-5ow8p4gcus],
.object-gul_buketi > .floor-object-symbol[b-5ow8p4gcus],.object-mevsim_buketi > .floor-object-symbol[b-5ow8p4gcus],
.object-beyaz_buket > .floor-object-symbol[b-5ow8p4gcus] { display: none; }
.object-agac > .floor-object-label[b-5ow8p4gcus],.object-cali > .floor-object-label[b-5ow8p4gcus],.object-ciceklik > .floor-object-label[b-5ow8p4gcus],
.object-tas_yol > .floor-object-label[b-5ow8p4gcus],.object-pergola > .floor-object-label[b-5ow8p4gcus],.object-semsiye > .floor-object-label[b-5ow8p4gcus],
.object-fiskiye > .floor-object-label[b-5ow8p4gcus],.object-saksi > .floor-object-label[b-5ow8p4gcus],.object-kaya > .floor-object-label[b-5ow8p4gcus],
.object-bank > .floor-object-label[b-5ow8p4gcus],.object-aydinlatma > .floor-object-label[b-5ow8p4gcus],
.object-gul_kumesi > .floor-object-label[b-5ow8p4gcus],.object-karanfil_kumesi > .floor-object-label[b-5ow8p4gcus],
.object-lale_kumesi > .floor-object-label[b-5ow8p4gcus],.object-papatya_kumesi > .floor-object-label[b-5ow8p4gcus],
.object-lavanta_seridi > .floor-object-label[b-5ow8p4gcus],.object-gul_seridi > .floor-object-label[b-5ow8p4gcus],
.object-lale_seridi > .floor-object-label[b-5ow8p4gcus],.object-papatya_seridi > .floor-object-label[b-5ow8p4gcus],
.object-karanfil_seridi > .floor-object-label[b-5ow8p4gcus],.object-kadife_seridi > .floor-object-label[b-5ow8p4gcus],
.object-ortanca_kumesi > .floor-object-label[b-5ow8p4gcus],
.object-gul_buketi > .floor-object-label[b-5ow8p4gcus],.object-mevsim_buketi > .floor-object-label[b-5ow8p4gcus],
.object-beyaz_buket > .floor-object-label[b-5ow8p4gcus] {
    background: rgba(250,252,247,.88);
    border: 1px solid color-mix(in srgb,var(--object-color) 40%,rgba(255,255,255,.7));
    border-radius: 999px;
    bottom: .12rem;
    box-shadow: 0 1px 4px rgba(20,42,18,.24);
    font-size: clamp(.38rem,.7vw,.62rem);
    left: 50%;
    line-height: 1.05;
    max-width: calc(100% - .25rem);
    padding: .07rem .28rem;
    position: absolute;
    transform: translateX(-50%);
    width: auto;
}
.object-duvar[b-5ow8p4gcus] {
    background: color-mix(in srgb,var(--object-color) 10%,#eadcc8);
    border-color: color-mix(in srgb,var(--object-color) 76%,#6d5144);
    box-shadow: 0 2px 5px rgba(50,35,28,.28);
}
.object-duvar[b-5ow8p4gcus]::before {
    background-image: linear-gradient(color-mix(in srgb,var(--object-color) 9%,transparent),color-mix(in srgb,var(--object-color) 9%,transparent)),url('/images/floor-plan-scenes/plaster-brick-wall-tile.webp');
    background-repeat: no-repeat,repeat;
    background-size: 100% 100%,96px 48px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.object-duvar[b-5ow8p4gcus]::after {
    background: linear-gradient(180deg,rgba(255,255,255,.58) 0,rgba(255,255,255,.15) 12%,transparent 28%,transparent 70%,rgba(78,50,37,.16) 86%,rgba(55,37,29,.4) 100%);
    box-shadow: inset 0 1px rgba(255,255,255,.72),inset 0 -2px rgba(61,42,33,.35);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
.object-duvar > .floor-object-symbol[b-5ow8p4gcus],.object-duvar > .floor-object-label[b-5ow8p4gcus] { display: none; }
.object-duvar.is-selected > .floor-object-label[b-5ow8p4gcus] {
    background: rgba(255,250,242,.94);
    border: 1px solid color-mix(in srgb,var(--object-color) 50%,#795b48);
    border-radius: 999px;
    color: #543c2f;
    display: block;
    font-size: .56rem;
    left: 50%;
    line-height: 1;
    max-width: calc(100% - .3rem);
    padding: .1rem .35rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    z-index: 6;
}
.object-vip[b-5ow8p4gcus],.object-bolge[b-5ow8p4gcus] { background: color-mix(in srgb,var(--object-color) 13%,transparent); border-style: dashed; }
.object-akvaryum[b-5ow8p4gcus],.object-akvaryum_statik[b-5ow8p4gcus] { background: linear-gradient(180deg,#d9ffff,#68d4dd); box-shadow: inset 0 0 18px rgba(20,122,144,.3); }
.object-servis[b-5ow8p4gcus] { background: linear-gradient(180deg,color-mix(in srgb,var(--object-color) 12%,#fff),color-mix(in srgb,var(--object-color) 30%,#f3dfbd)); }
.object-bar[b-5ow8p4gcus] { background: linear-gradient(145deg,#efe8de,#d6c3aa); border-color: #5d4638; }
.object-kasa[b-5ow8p4gcus] { background: linear-gradient(145deg,#fff8d8,color-mix(in srgb,var(--object-color) 34%,#fff)); container-type: size; }
.object-mutfak[b-5ow8p4gcus] { background: linear-gradient(180deg,#edf1f2,color-mix(in srgb,var(--object-color) 24%,#fff)); }
.object-hayalet_futbolu[b-5ow8p4gcus] { background: radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--object-color) 28%,#172d3b),#171427 78%); box-shadow: inset 0 0 22px color-mix(in srgb,var(--object-color) 58%,transparent); }
.floor-object-scene[b-5ow8p4gcus] { inset: 0; overflow: hidden; pointer-events: none; position: absolute; z-index: 1; }
.floor-object-scene *[b-5ow8p4gcus],.floor-object-scene *[b-5ow8p4gcus]::before,.floor-object-scene *[b-5ow8p4gcus]::after { box-sizing: border-box; pointer-events: none; }
.has-live-scene > .floor-object-symbol[b-5ow8p4gcus] { display: none; }
.has-live-scene > .floor-object-label[b-5ow8p4gcus] { background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.78); border-radius: 999px; bottom: .16rem; box-shadow: 0 1px 5px rgba(25,42,20,.22); left: 50%; line-height: 1.2; max-width: 82%; padding: .1rem .4rem; position: absolute; transform: translateX(-50%); width: auto; }
.has-live-scene.scene-small > .floor-object-label[b-5ow8p4gcus] { font-size: .48rem; max-width: 90%; padding: .04rem .22rem; }
.has-live-scene.is-scene-compact > .floor-object-label[b-5ow8p4gcus] { bottom: .05rem; font-size: .38rem; max-width: 94%; padding: .02rem .12rem; }

.scene-environment[b-5ow8p4gcus] { background-position: center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(0 2px 3px rgba(23,28,22,.25)); inset: 3%; position: absolute; z-index: 1; }
.floor-scene-akvaryum .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/aquarium-base-landscape.webp'); }
.floor-scene-akvaryum_statik .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/aquarium-static-landscape.webp'); }
.floor-scene-kasa .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/cash-base-landscape.webp'); inset: 3% 3% 34%; }
.floor-scene-servis .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/service-base-landscape.webp'); }
.floor-scene-mutfak .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/kitchen-base-landscape.webp'); }
.floor-scene-hayalet_futbolu .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/ghost-football-field.webp'); inset: 1.5%; }
.scene-portrait .floor-scene-akvaryum .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/aquarium-base-portrait.webp'); }
.scene-portrait .floor-scene-akvaryum_statik .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/aquarium-static-portrait.webp'); }
.scene-portrait .floor-scene-kasa .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/cash-base-portrait.webp'); inset: 3% 3% 3% 34%; }
.scene-portrait .floor-scene-servis .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/service-base-portrait.webp'); }
.scene-portrait .floor-scene-mutfak .scene-environment[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/kitchen-base-portrait.webp'); }

.scene-bar-shell[b-5ow8p4gcus] { background: linear-gradient(135deg,#333a3e 0,#171c1f 35%,#2b3235 68%,#121719 100%); border: 1px solid #0c1012; box-shadow: inset 0 0 0 2px rgba(255,255,255,.07),inset 0 -4px 8px rgba(0,0,0,.42),0 3px 7px rgba(24,31,27,.34); position: absolute; }
.bar-landscape .scene-bar-shell[b-5ow8p4gcus] { border-radius: 21px 21px 15px 15px; inset: 8% 3% 24%; }
.bar-portrait .scene-bar-shell[b-5ow8p4gcus] { border-radius: 21px 15px 15px 21px; inset: 3% 20% 6% 7%; }
.scene-bar-shell[b-5ow8p4gcus]::before { background: linear-gradient(90deg,rgba(133,83,52,.92),rgba(80,46,31,.86) 32%,rgba(156,96,55,.85) 53%,rgba(61,39,30,.9)); border: 1px solid rgba(206,148,89,.36); border-radius: inherit; box-shadow: inset 0 1px rgba(255,220,168,.28); content: ""; inset: 5%; position: absolute; }
.scene-bar-counter[b-5ow8p4gcus] { background: radial-gradient(circle at 44% 38%,#2b3033 0,#1d2225 58%,#111618 100%); border: 1px solid #090c0d; box-shadow: inset 0 1px 3px rgba(255,255,255,.1),0 1px rgba(222,170,106,.28); overflow: hidden; position: absolute; }
.bar-landscape .scene-bar-counter[b-5ow8p4gcus] { border-radius: 12px; inset: 20% 5% 25%; }
.bar-portrait .scene-bar-counter[b-5ow8p4gcus] { border-radius: 12px; inset: 5% 23% 5% 21%; }
.scene-bar-track[b-5ow8p4gcus] { align-items: center; display: flex; inset: 0; justify-content: space-evenly; position: absolute; }
.bar-portrait .scene-bar-track[b-5ow8p4gcus] { flex-direction: column; }
.scene-bar-prop[b-5ow8p4gcus] { background-position: center; background-repeat: no-repeat; background-size: contain; display: block; flex: 0 0 auto; height: 92%; -webkit-mask-image: radial-gradient(ellipse at center,#000 58%,rgba(0,0,0,.92) 69%,transparent 91%); mask-image: radial-gradient(ellipse at center,#000 58%,rgba(0,0,0,.92) 69%,transparent 91%); width: 22%; }
.bar-portrait .scene-bar-prop[b-5ow8p4gcus] { height: 22%; width: 92%; }
.scene-bar-prop-bottles[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/bar-module-bottles.webp'); }
.scene-bar-prop-drinks[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/bar-module-drinks.webp'); }
.scene-bar-prop-service[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/bar-module-service.webp'); }
.scene-bar-prop-hookah[b-5ow8p4gcus] { background-image: url('/images/floor-plan-scenes/bar-module-hookah.webp'); }
.scene-bar-rail[b-5ow8p4gcus] { background: linear-gradient(90deg,#6f4b21,#dfb36d 22%,#8b612d 46%,#f0c985 68%,#755027); border: 1px solid #583a18; box-shadow: 0 1px 2px rgba(0,0,0,.4),inset 0 1px rgba(255,236,188,.72); display: block; position: absolute; }
.bar-landscape .scene-bar-rail[b-5ow8p4gcus] { border-radius: 999px; bottom: 5%; height: 7%; left: 7%; right: 7%; }
.bar-portrait .scene-bar-rail[b-5ow8p4gcus] { border-radius: 999px; bottom: 7%; left: 3%; top: 7%; width: 8%; }
.bar-detail-medium .scene-bar-prop-hookah[b-5ow8p4gcus],.bar-detail-compact .scene-bar-prop[b-5ow8p4gcus] { display: none; }
.bar-landscape.bar-detail-compact .scene-bar-shell[b-5ow8p4gcus] { inset: 10% 9% 26%; }
.bar-landscape.bar-detail-compact .scene-bar-counter[b-5ow8p4gcus] { inset: 18% 10% 24%; }
.bar-landscape.bar-detail-compact .scene-bar-rail[b-5ow8p4gcus] { left: 15%; right: 15%; }
.bar-portrait.bar-detail-compact .scene-bar-shell[b-5ow8p4gcus] { inset: 9% 26% 9% 10%; }
.bar-portrait.bar-detail-compact .scene-bar-counter[b-5ow8p4gcus] { inset: 10% 24% 10% 18%; }
.bar-portrait.bar-detail-compact .scene-bar-rail[b-5ow8p4gcus] { bottom: 15%; top: 15%; }

.scene-sprite[b-5ow8p4gcus] { display: block; filter: drop-shadow(0 1px 2px rgba(12,22,15,.34)); overflow: hidden; position: absolute; z-index: 4; }
.scene-sprite[b-5ow8p4gcus]::before { background-position: 0 0; background-repeat: no-repeat; background-size: 100% 100%; content: ""; inset: 0 auto 0 0; position: absolute; }
.scene-fish[b-5ow8p4gcus] { aspect-ratio: 5 / 3; width: 28%; }
.scene-fish[b-5ow8p4gcus]::before { animation: scene-sprite-six-b-5ow8p4gcus 1.05s steps(6,end) infinite; width: 600%; }
.scene-fish.fish-one[b-5ow8p4gcus] { animation: scene-fish-forward-b-5ow8p4gcus 8.5s linear infinite; animation-delay: var(--scene-delay); left: -31%; top: 19%; width: 29%; }
.scene-fish.fish-one[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/fish-gold.webp'); }
.scene-fish.fish-two[b-5ow8p4gcus] { animation: scene-fish-reverse-b-5ow8p4gcus 11s linear infinite; animation-delay: calc(var(--scene-delay) - 2.2s); right: -28%; top: 48%; transform: scaleX(-1); width: 25%; }
.scene-fish.fish-two[b-5ow8p4gcus]::before { animation-delay: -.36s; background-image: url('/images/floor-plan-scenes/fish-coral.webp'); }
.scene-fish.fish-three[b-5ow8p4gcus] { animation: scene-fish-forward-b-5ow8p4gcus 13.5s linear infinite; animation-delay: calc(var(--scene-delay) - 4.4s); left: -24%; top: 69%; width: 21%; }
.scene-fish.fish-three[b-5ow8p4gcus]::before { animation-delay: -.72s; background-image: url('/images/floor-plan-scenes/fish-teal.webp'); }
.floor-scene-akvaryum .scene-water-glow[b-5ow8p4gcus] { animation: scene-water-shimmer-b-5ow8p4gcus 6.5s ease-in-out infinite; animation-delay: var(--scene-delay); background: linear-gradient(105deg,transparent 18%,rgba(255,255,255,.28) 46%,transparent 72%); inset: -20% -38%; position: absolute; transform: skewX(-14deg); z-index: 3; }

.scene-worker[b-5ow8p4gcus]::before { animation: scene-sprite-eight-b-5ow8p4gcus 4.8s steps(8) infinite; animation-delay: var(--scene-delay); width: 800%; }
.scene-worker-cash[b-5ow8p4gcus] { aspect-ratio: .731; left: calc(50% - min(28.67cqw,39.3cqh)); top: 55%; width: min(19.74cqw,27.06cqh); z-index: 4; }
.scene-worker-cash[b-5ow8p4gcus]::before { animation: none; background-image: url('/images/floor-plan-scenes/staff-cash-count.webp'); background-position: 0 0; transform: none; }
.scene-worker-service[b-5ow8p4gcus] { aspect-ratio: .617; left: 31%; top: 3%; width: 19%; }
.scene-worker-service[b-5ow8p4gcus]::before { animation-duration: 5.4s; background-image: url('/images/floor-plan-scenes/staff-service-tray.webp'); }
.scene-worker-kitchen[b-5ow8p4gcus] { aspect-ratio: .683; left: 34%; top: 1%; width: 18%; }
.scene-worker-kitchen[b-5ow8p4gcus]::before { animation: none; background-image: url('/images/floor-plan-scenes/staff-kitchen-stir.webp'); background-position: 0 0; transform: none; }

.ghost-football-player[b-5ow8p4gcus] { animation: scene-ghost-player-drift-b-5ow8p4gcus 6.8s ease-in-out infinite alternate; animation-delay: var(--scene-delay); aspect-ratio: 256 / 220; position: absolute; width: 17%; z-index: 4; }
.ghost-football-player .scene-sprite[b-5ow8p4gcus] { height: 100%; inset: 0; width: 100%; }
.ghost-football-player .scene-sprite[b-5ow8p4gcus]::before { animation: scene-sprite-eight-b-5ow8p4gcus 1.25s steps(8,end) infinite; animation-delay: var(--scene-delay); width: 800%; }
.ghost-football-player .scene-ghost-player[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/ghost-football-player.webp'); }
.ghost-football-player .scene-djinn-player[b-5ow8p4gcus]::before { animation-duration: 1.42s; background-image: url('/images/floor-plan-scenes/djinn-football-player.webp'); }
.ghost-football-player .is-mirrored[b-5ow8p4gcus] { transform: scaleX(-1); }
.ghost-football-player.ghost-one[b-5ow8p4gcus] { left: 5%; top: 7%; }
.ghost-football-player.ghost-two[b-5ow8p4gcus] { animation-delay: calc(var(--scene-delay) - 1.7s); right: 5%; top: 45%; }
.ghost-football-player.djinn-one[b-5ow8p4gcus] { animation-delay: calc(var(--scene-delay) - 3.1s); left: 5%; top: 45%; }
.ghost-football-player.djinn-two[b-5ow8p4gcus] { animation-delay: calc(var(--scene-delay) - 4.6s); right: 5%; top: 7%; }
.ghost-football-dancers[b-5ow8p4gcus] { animation: scene-ghost-dance-drift-b-5ow8p4gcus 4.6s ease-in-out infinite alternate; animation-delay: calc(var(--scene-delay) - 1.1s); aspect-ratio: 1; left: 41%; position: absolute; top: 29%; width: 18%; z-index: 5; }
.ghost-football-halay[b-5ow8p4gcus] { animation: scene-ghost-halay-travel-b-5ow8p4gcus 5.8s ease-in-out infinite alternate; animation-delay: calc(var(--scene-delay) - 2.3s); aspect-ratio: 320 / 140; bottom: 1%; left: 28%; position: absolute; width: 44%; z-index: 5; }
.ghost-football-dancers .scene-sprite[b-5ow8p4gcus],.ghost-football-halay .scene-sprite[b-5ow8p4gcus] { height: 100%; inset: 0; width: 100%; }
.ghost-football-dancers .scene-sprite[b-5ow8p4gcus]::before,.ghost-football-halay .scene-sprite[b-5ow8p4gcus]::before { animation: scene-sprite-eight-b-5ow8p4gcus 1.18s steps(8,end) infinite; animation-delay: var(--scene-delay); width: 800%; }
.ghost-football-dancers .scene-ghost-dance-duo[b-5ow8p4gcus]::before { background-image: url('/images/floor-plan-scenes/ghost-football-dance-duo.webp'); }
.ghost-football-halay .scene-ghost-halay-group[b-5ow8p4gcus]::before { animation-duration: 1.36s; background-image: url('/images/floor-plan-scenes/ghost-football-halay-group.webp'); }
.scene-ghost-football-ball[b-5ow8p4gcus] { animation: scene-ghost-ball-pass-b-5ow8p4gcus 9s cubic-bezier(.45,.05,.55,.95) infinite; animation-delay: var(--scene-delay); background: url('/images/floor-plan-scenes/ghost-football-ball.webp') center/contain no-repeat; filter: drop-shadow(0 0 5px rgba(114,240,255,.78)); height: 9%; left: 45.5%; position: absolute; top: 45.5%; width: 9%; z-index: 6; }
.scene-portrait .floor-scene-hayalet_futbolu .scene-environment[b-5ow8p4gcus] { inset: 2%; }
.scene-portrait .ghost-football-player[b-5ow8p4gcus] { width: 28%; }
.scene-portrait .ghost-football-player.ghost-one[b-5ow8p4gcus] { left: 4%; top: 7%; }
.scene-portrait .ghost-football-player.ghost-two[b-5ow8p4gcus] { right: 4%; top: 56%; }
.scene-portrait .ghost-football-player.djinn-one[b-5ow8p4gcus] { left: 4%; top: 56%; }
.scene-portrait .ghost-football-player.djinn-two[b-5ow8p4gcus] { right: 4%; top: 7%; }
.scene-portrait .ghost-football-dancers[b-5ow8p4gcus] { left: 34%; top: 34%; width: 32%; }
.scene-portrait .ghost-football-halay[b-5ow8p4gcus] { animation-name: scene-ghost-halay-travel-portrait-b-5ow8p4gcus; bottom: 11%; left: 14%; transform: rotate(90deg); width: 72%; }
.scene-portrait .scene-ghost-football-ball[b-5ow8p4gcus] { height: 9%; left: 43%; top: 45.5%; width: 14%; }
.scene-small .ghost-football-player.ghost-two[b-5ow8p4gcus],.scene-small .ghost-football-player.djinn-two[b-5ow8p4gcus],
.scene-ghost-party-small .ghost-football-player.ghost-two[b-5ow8p4gcus],.scene-ghost-party-small .ghost-football-player.djinn-two[b-5ow8p4gcus] { display: none; }
.scene-small .ghost-football-player[b-5ow8p4gcus],.scene-ghost-party-small .ghost-football-player[b-5ow8p4gcus] { width: 27%; }
.scene-small .ghost-football-player.ghost-one[b-5ow8p4gcus],.scene-ghost-party-small .ghost-football-player.ghost-one[b-5ow8p4gcus] { left: 7%; top: 9%; }
.scene-small .ghost-football-player.djinn-one[b-5ow8p4gcus],.scene-ghost-party-small .ghost-football-player.djinn-one[b-5ow8p4gcus] { bottom: 9%; left: auto; right: 7%; top: auto; }
.scene-small .ghost-football-dancers[b-5ow8p4gcus],.scene-ghost-party-small .ghost-football-dancers[b-5ow8p4gcus] { left: 34%; top: 29%; width: 32%; }
.scene-small .ghost-football-halay[b-5ow8p4gcus],.scene-ghost-party-small .ghost-football-halay[b-5ow8p4gcus] { display: none; }

.scene-ambient[b-5ow8p4gcus] { animation: scene-ambient-rise-b-5ow8p4gcus 3.2s ease-out infinite; animation-delay: var(--scene-delay); background: radial-gradient(ellipse at center,rgba(255,255,255,.58),rgba(255,255,255,0) 68%); filter: blur(1px); height: 30%; opacity: 0; position: absolute; width: 15%; z-index: 5; }
.scene-coffee-steam[b-5ow8p4gcus] { right: 7%; top: 18%; }

.scene-portrait .scene-fish[b-5ow8p4gcus] { width: 54%; }
.scene-portrait .floor-scene-akvaryum .fish-one[b-5ow8p4gcus] { left: -58%; top: 18%; }
.scene-portrait .floor-scene-akvaryum .fish-two[b-5ow8p4gcus] { right: -55%; top: 45%; width: 49%; }
.scene-portrait .floor-scene-akvaryum .fish-three[b-5ow8p4gcus] { left: -47%; top: 70%; width: 43%; }
.scene-portrait .scene-worker-cash[b-5ow8p4gcus] { left: -4%; right: auto; top: calc(50% + 17.3cqw); transform: rotate(90deg); transform-origin: center; width: 50%; }
.scene-portrait .scene-worker-service[b-5ow8p4gcus],.scene-portrait .scene-worker-kitchen[b-5ow8p4gcus] { left: 17%; right: auto; top: 11%; width: 64%; }
.scene-portrait .scene-worker-service[b-5ow8p4gcus] { width: 60%; }
.scene-portrait .scene-worker-kitchen[b-5ow8p4gcus] { width: 62%; }

.is-scene-compact .scene-sprite[b-5ow8p4gcus],.is-scene-compact .scene-sprite[b-5ow8p4gcus]::before,.is-scene-compact .scene-water-glow[b-5ow8p4gcus],.is-scene-compact .scene-ambient[b-5ow8p4gcus] { animation: none !important; }
.is-scene-compact .fish-two[b-5ow8p4gcus],.is-scene-compact .fish-three[b-5ow8p4gcus],.is-scene-compact .scene-ambient[b-5ow8p4gcus] { display: none; }
.is-scene-compact .fish-one[b-5ow8p4gcus] { left: 22%; top: 8%; transform: none; width: 56%; }
.is-scene-compact .scene-worker[b-5ow8p4gcus] { left: 35%; right: auto; top: 2%; transform: none; width: 30%; }
.is-scene-compact .scene-worker-cash[b-5ow8p4gcus] { display: none; }
.is-scene-compact .ghost-football-player[b-5ow8p4gcus],.is-scene-compact .scene-ghost-football-ball[b-5ow8p4gcus] { animation: none !important; }
.is-scene-compact .ghost-football-player.ghost-two[b-5ow8p4gcus],.is-scene-compact .ghost-football-player.djinn-two[b-5ow8p4gcus] { display: none; }
.is-scene-compact .ghost-football-player.ghost-one[b-5ow8p4gcus] { left: 7%; top: 12%; width: 40%; }
.is-scene-compact .ghost-football-player.djinn-one[b-5ow8p4gcus] { bottom: 12%; left: auto; right: 7%; width: 40%; }
.is-scene-compact .scene-ghost-football-ball[b-5ow8p4gcus] { height: 18%; left: 41%; top: 41%; width: 18%; }
.is-scene-compact .ghost-football-dancers[b-5ow8p4gcus],.is-scene-compact .ghost-football-halay[b-5ow8p4gcus] { display: none; }
.floor-table[b-5ow8p4gcus] { cursor: grab; padding: 0; }
.floor-table-surface[b-5ow8p4gcus] { align-items: center; background: linear-gradient(145deg,#fff8df,#d7b16a); border: 5px solid #8f693b; box-shadow: inset 0 4px 10px rgba(255,255,255,.55),0 8px 16px rgba(72,48,25,.2); box-sizing: border-box; color: #3b2c1d; display: flex; flex-direction: column; inset: 13%; justify-content: center; overflow: hidden; position: absolute; z-index: 2; }
.shape-yuvarlak .floor-table-surface[b-5ow8p4gcus] { border-radius: 50%; }
.shape-kare .floor-table-surface[b-5ow8p4gcus] { border-radius: 14px; }
.shape-dikdortgen .floor-table-surface[b-5ow8p4gcus] { border-radius: 18px; }
.shape-oval .floor-table-surface[b-5ow8p4gcus] { border-radius: 999px; }
.floor-table-surface small[b-5ow8p4gcus] { font-size: .58rem; font-weight: 850; text-transform: uppercase; }
.floor-table-surface strong[b-5ow8p4gcus] { font-size: clamp(.9rem,2vw,1.55rem); line-height: 1; }
.floor-table-surface > span[b-5ow8p4gcus] { font-size: .55rem; font-weight: 800; max-width: 88%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.floor-chair[b-5ow8p4gcus] { background: linear-gradient(#f6dfb7,#af7c43); border: 2px solid #7d552d; border-radius: 5px; box-shadow: 0 3px 5px rgba(50,31,15,.25); height: 17%; position: absolute; width: 17%; z-index: 1; }
.floor-table.table-type-okey .floor-table-surface[b-5ow8p4gcus] {
    background:
        radial-gradient(circle at 17% 17%,#fff7df 0 3%,#d4ac5d 3.4% 5%,transparent 5.4%),
        radial-gradient(circle at 83% 17%,#fff7df 0 3%,#d4ac5d 3.4% 5%,transparent 5.4%),
        radial-gradient(circle at 17% 83%,#fff7df 0 3%,#d4ac5d 3.4% 5%,transparent 5.4%),
        radial-gradient(circle at 83% 83%,#fff7df 0 3%,#d4ac5d 3.4% 5%,transparent 5.4%),
        linear-gradient(145deg,#287650,#0d4933);
    border-color: #4a2d18;
    box-shadow: inset 0 0 0 3px #bd8d43,inset 0 4px 12px rgba(255,255,255,.24),0 8px 16px rgba(32,29,19,.28);
    color: #fffbea;
}
.floor-table.table-type-okey .floor-table-surface[b-5ow8p4gcus]::before { border: 1px solid rgba(239,221,153,.52); border-radius: inherit; content: ''; inset: 13%; pointer-events: none; position: absolute; }
.floor-table.table-type-okey .floor-chair[b-5ow8p4gcus] { background: linear-gradient(#7e5b34,#3e2817); border-color: #2b1b10; box-shadow: inset 0 1px 0 rgba(255,255,255,.22),0 3px 5px rgba(35,24,14,.34); }
.floor-table.table-type-loca .floor-table-surface[b-5ow8p4gcus] {
    background:
        radial-gradient(circle at 18% 24%,rgba(255,224,198,.34) 0 2%,transparent 2.5%),
        radial-gradient(circle at 50% 24%,rgba(255,224,198,.34) 0 2%,transparent 2.5%),
        radial-gradient(circle at 82% 24%,rgba(255,224,198,.34) 0 2%,transparent 2.5%),
        radial-gradient(circle at 34% 72%,rgba(255,224,198,.27) 0 2%,transparent 2.5%),
        radial-gradient(circle at 66% 72%,rgba(255,224,198,.27) 0 2%,transparent 2.5%),
        linear-gradient(145deg,#9b5874,#4c1e36);
    border-color: #5c2940;
    box-shadow: inset 0 0 0 4px #d7ad67,inset 0 0 0 10px rgba(66,20,41,.3),inset 0 5px 12px rgba(255,255,255,.22),0 9px 18px rgba(58,22,39,.3);
    color: #fff7ec;
}
.floor-table.table-type-loca .floor-chair[b-5ow8p4gcus] { background: linear-gradient(#a85f7d,#552238); border-color: #d2a35c; border-radius: 45%; box-shadow: inset 0 2px 3px rgba(255,255,255,.24),0 3px 6px rgba(53,19,35,.38); }
.floor-table.table-type-vip .floor-table-surface[b-5ow8p4gcus] {
    background:
        radial-gradient(circle at 18% 22%,rgba(235,198,92,.42) 0 1.5%,transparent 2%),
        radial-gradient(circle at 50% 22%,rgba(235,198,92,.42) 0 1.5%,transparent 2%),
        radial-gradient(circle at 82% 22%,rgba(235,198,92,.42) 0 1.5%,transparent 2%),
        radial-gradient(circle at 34% 72%,rgba(235,198,92,.34) 0 1.5%,transparent 2%),
        radial-gradient(circle at 66% 72%,rgba(235,198,92,.34) 0 1.5%,transparent 2%),
        linear-gradient(145deg,#303035,#080809);
    border-color: #e0bd52;
    box-shadow: inset 0 0 0 3px #72551a,inset 0 0 0 8px rgba(224,189,82,.18),inset 0 5px 12px rgba(255,255,255,.12),0 10px 20px rgba(19,16,10,.42);
    color: #ffeaa0;
}
.floor-table.table-type-vip .floor-table-surface[b-5ow8p4gcus]::before { color: #e8c557; content: '◆'; font-size: clamp(.42rem,1.1vw,.75rem); left: 50%; opacity: .88; position: absolute; text-shadow: 0 1px 5px rgba(224,189,82,.48); top: 7%; transform: translateX(-50%); }
.floor-table.table-type-vip .floor-chair[b-5ow8p4gcus] { background: linear-gradient(#343438,#09090a); border-color: #d9b64d; border-radius: 45%; box-shadow: inset 0 2px 3px rgba(255,255,255,.12),0 0 0 1px #6f5318,0 4px 7px rgba(13,11,8,.48); }
.floor-table.is-compact .floor-table-surface[b-5ow8p4gcus] { border-width: 3px; padding: 0; }
.floor-table.is-compact .floor-table-surface small[b-5ow8p4gcus],.floor-table.is-compact .floor-table-surface > span[b-5ow8p4gcus] { display: none; }
.floor-table.is-compact .floor-table-surface strong[b-5ow8p4gcus] { font-size: clamp(.62rem,1.3vw,1rem); }
.floor-table.is-compact .floor-chair[b-5ow8p4gcus] { border-width: 1px; }
.floor-resize-handle[b-5ow8p4gcus],.floor-rotate-handle[b-5ow8p4gcus] { align-items: center; background: #f0b429; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,.3); display: flex; height: 24px; justify-content: center; padding: 0; position: absolute; width: 24px; z-index: 5; }
.floor-resize-handle[b-5ow8p4gcus] { bottom: -15px; cursor: nwse-resize; right: -15px; }
.floor-rotate-handle[b-5ow8p4gcus] { cursor: grab; font-size: .75rem; left: 50%; top: -32px; transform: translateX(-50%); }
.floor-property-card[b-5ow8p4gcus] { display: flex; flex-direction: column; gap: .45rem; }
.floor-multi-selection-summary[b-5ow8p4gcus] { background: linear-gradient(135deg,#edf6dd,#fff8df); border: 1px solid #d2dfc8; border-radius: 9px; display: flex; flex-direction: column; gap: .12rem; padding: .5rem; }
.floor-multi-selection-summary strong[b-5ow8p4gcus] { color: #315018; font-size: .76rem; }
.floor-multi-selection-summary span[b-5ow8p4gcus] { color: #677461; font-size: .6rem; }
.floor-multi-selection-note[b-5ow8p4gcus] { background: #f4f8ef; border-radius: 7px; color: #687465; display: block; font-size: .57rem; line-height: 1.35; padding: .4rem; }
.floor-locked-selection-note[b-5ow8p4gcus] { background: #f1f5f9; border: 1px dashed #94a3b8; border-radius: 8px; color: #526173; font-size: .62rem; line-height: 1.35; padding: .55rem; }
.floor-property-card label[b-5ow8p4gcus] { color: #5e6b5a; display: flex; flex-direction: column; font-size: .62rem; font-weight: 850; gap: .18rem; }
.floor-property-card input[b-5ow8p4gcus],.floor-property-card select[b-5ow8p4gcus] { background: #fff; border: 1px solid #cad6c3; border-radius: 7px; box-sizing: border-box; font: inherit; font-size: .72rem; min-height: 2.25rem; padding: .35rem .45rem; width: 100%; }
.floor-property-card input[type=color][b-5ow8p4gcus] { padding: .18rem; }
.floor-property-card .floor-lock[b-5ow8p4gcus] { align-items: center; flex-direction: row; }
.floor-property-card .floor-lock input[b-5ow8p4gcus] { min-height: auto; width: auto; }
.floor-position-grid[b-5ow8p4gcus] { display: grid; gap: .35rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
.floor-property-actions[b-5ow8p4gcus] { display: grid; gap: .3rem; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: .25rem; }
.floor-property-actions button[b-5ow8p4gcus] { min-width: 0; }
.floor-property-actions button.danger[b-5ow8p4gcus] { border-color: #e2a59d; color: #a53627; }
.floor-no-selection[b-5ow8p4gcus] { align-items: center; color: #758071; display: flex; flex-direction: column; gap: .25rem; padding: 2rem .5rem; text-align: center; }
.floor-no-selection > span[b-5ow8p4gcus] { font-size: 2rem; }
.floor-no-selection strong[b-5ow8p4gcus] { color: #315018; font-size: .8rem; }
.floor-no-selection small[b-5ow8p4gcus] { font-size: .62rem; line-height: 1.35; }
.floor-editor-help[b-5ow8p4gcus] { background: #f4f8ef; border: 1px solid #d9e4d2; border-radius: 9px; display: flex; flex-direction: column; gap: .12rem; margin-top: .8rem; padding: .5rem; }
.floor-editor-help strong[b-5ow8p4gcus] { color: #315018; font-size: .66rem; }
.floor-editor-help span[b-5ow8p4gcus] { color: #697566; font-size: .59rem; }
@keyframes scene-sprite-six-b-5ow8p4gcus { to { transform: translateX(-100%); } }
@keyframes scene-sprite-eight-b-5ow8p4gcus { to { transform: translateX(-100%); } }
@keyframes scene-water-shimmer-b-5ow8p4gcus { 0%,100% { opacity:.16; transform:translateX(-18%) skewX(-14deg); } 50% { opacity:.66; transform:translateX(18%) skewX(-14deg); } }
@keyframes scene-fish-forward-b-5ow8p4gcus { 0% { transform:translateX(0) translateY(0); } 36% { transform:translateX(170%) translateY(9%); } 72% { transform:translateX(340%) translateY(-7%); } 100% { transform:translateX(470%) translateY(0); } }
@keyframes scene-fish-reverse-b-5ow8p4gcus { 0% { transform:translateX(0) scaleX(-1); } 38% { transform:translateX(-175%) translateY(-8%) scaleX(-1); } 73% { transform:translateX(-350%) translateY(7%) scaleX(-1); } 100% { transform:translateX(-485%) scaleX(-1); } }
@keyframes scene-ambient-rise-b-5ow8p4gcus { 0% { opacity:0; transform:translateY(20%) scale(.72); } 26% { opacity:.5; } 100% { opacity:0; transform:translateY(-90%) scale(1.18); } }
@keyframes scene-ghost-player-drift-b-5ow8p4gcus { 0%,100% { transform:translate(-2%,-2%) rotate(-2deg); } 48% { transform:translate(5%,3%) rotate(2deg); } 76% { transform:translate(1%,7%) rotate(0); } }
@keyframes scene-ghost-dance-drift-b-5ow8p4gcus { 0%,100% { transform:translateY(-3%) rotate(-2deg); } 50% { transform:translateY(3%) rotate(2deg); } }
@keyframes scene-ghost-halay-travel-b-5ow8p4gcus { 0%,100% { transform:translateX(-4%); } 50% { transform:translateX(4%); } }
@keyframes scene-ghost-halay-travel-portrait-b-5ow8p4gcus { 0%,100% { transform:rotate(90deg) translateX(-4%); } 50% { transform:rotate(90deg) translateX(4%); } }
@keyframes scene-ghost-ball-pass-b-5ow8p4gcus {
    0%,100% { transform:translate(-300%,-320%) rotate(0); }
    25% { transform:translate(300%,-320%) rotate(180deg); }
    50% { transform:translate(300%,130%) rotate(360deg); }
    75% { transform:translate(-300%,130%) rotate(540deg); }
}
@media(max-width:1100px) { .floor-editor-workspace[b-5ow8p4gcus] { grid-template-columns: 11rem minmax(0,1fr); } .floor-properties[b-5ow8p4gcus] { bottom: .5rem; box-shadow: 0 10px 28px rgba(20,45,16,.25); max-height: 42%; position: absolute; right: .5rem; width: 15rem; z-index: 20; } }
@media(max-width:760px) { .floor-editor-hero[b-5ow8p4gcus] { align-items: stretch; flex-direction: column; } .floor-editor-actions[b-5ow8p4gcus] { justify-content: stretch; } [b-5ow8p4gcus] .floor-editor-actions .dxbl-btn { flex: 1; } .floor-editor-workspace[b-5ow8p4gcus] { grid-template-columns: 1fr; position: relative; } .floor-palette[b-5ow8p4gcus] { display: none; } .floor-properties[b-5ow8p4gcus] { max-height: 48%; width: 13rem; } .floor-toolbar-group label[b-5ow8p4gcus] { display: none; } .floor-toolbar-group button span[b-5ow8p4gcus] { display: none; } }
@media(prefers-reduced-motion:reduce) {
    .floor-object-scene *[b-5ow8p4gcus],.floor-object-scene *[b-5ow8p4gcus]::before,.floor-object-scene *[b-5ow8p4gcus]::after { animation: none !important; }
    .scene-sprite[b-5ow8p4gcus]::before { transform: none !important; }
    .scene-fish.fish-one[b-5ow8p4gcus] { left: 10%; transform: none; }
    .scene-fish.fish-two[b-5ow8p4gcus] { right: 10%; transform: scaleX(-1); }
    .scene-fish.fish-three[b-5ow8p4gcus] { left: 46%; transform: none; }
    .scene-ambient[b-5ow8p4gcus] { opacity: .28; transform: none; }
    .ghost-football-player[b-5ow8p4gcus],.ghost-football-dancers[b-5ow8p4gcus],.ghost-football-halay[b-5ow8p4gcus],.scene-ghost-football-ball[b-5ow8p4gcus] { animation: none !important; }
    .scene-ghost-football-ball[b-5ow8p4gcus] { transform: none; }
}
/* /Components/Pages/Cafe/PosKartOkuyucuListe.razor.rz.scp.css */
.reader-page[b-rgjcx3rgmq]{display:flex;flex-direction:column;gap:1rem;height:100%;min-height:0}.reader-hero[b-rgjcx3rgmq],.system-key-card[b-rgjcx3rgmq]{align-items:center;background:rgba(255,255,255,.94);border:1px solid var(--pp-border);border-radius:12px;display:flex;justify-content:space-between;padding:1rem 1.15rem}.reader-hero h1[b-rgjcx3rgmq]{color:var(--pp-green-800);font-size:1.35rem;margin:.12rem 0}.reader-hero p[b-rgjcx3rgmq],.system-key-card span[b-rgjcx3rgmq]{color:var(--pp-text-muted);display:block;margin:0}.reader-kicker[b-rgjcx3rgmq]{color:var(--pp-gold-700);font-size:.7rem;font-weight:800;letter-spacing:.13em}.reader-actions[b-rgjcx3rgmq],.system-key-form[b-rgjcx3rgmq]{align-items:center;display:flex;gap:.55rem}.system-key-form input[b-rgjcx3rgmq],.native-editor[b-rgjcx3rgmq]{background:#fff;border:1px solid var(--pp-border);border-radius:6px;min-height:2.55rem;padding:.55rem .7rem;width:100%}.system-key-form input[b-rgjcx3rgmq]{width:220px}.reader-grid-shell[b-rgjcx3rgmq]{background:#fff;border:1px solid var(--pp-border);border-radius:10px;flex:1 1 0;min-height:0;overflow:auto}.reader-grid-shell .dxbl-grid[b-rgjcx3rgmq]{min-width:1180px}.reader-empty[b-rgjcx3rgmq]{align-items:center;color:var(--pp-text-muted);display:flex;flex-direction:column;gap:.3rem;justify-content:center;min-height:220px}.reader-alert[b-rgjcx3rgmq],.reader-success[b-rgjcx3rgmq]{border-radius:8px;padding:.7rem .85rem}.reader-alert[b-rgjcx3rgmq]{background:#fff1f2;color:#9f1239}.reader-success[b-rgjcx3rgmq]{background:#ecfdf5;color:#166534}.reader-status[b-rgjcx3rgmq]{border-radius:999px;display:inline-flex;font-size:.72rem;font-weight:800;padding:.24rem .52rem}.reader-status.ok[b-rgjcx3rgmq]{background:#dcfce7;color:#166534}.reader-status.wait[b-rgjcx3rgmq]{background:#fef3c7;color:#92400e}.reader-status.off[b-rgjcx3rgmq]{background:#f1f5f9;color:#64748b}code[b-rgjcx3rgmq]{font-size:.74rem}@media(max-width:720px){.reader-hero[b-rgjcx3rgmq],.system-key-card[b-rgjcx3rgmq]{align-items:stretch;flex-direction:column;gap:.8rem}.reader-actions[b-rgjcx3rgmq],.system-key-form[b-rgjcx3rgmq]{flex-wrap:wrap}.system-key-form input[b-rgjcx3rgmq]{width:100%}}
/* /Components/Pages/Cafe/PosKullaniciListe.razor.rz.scp.css */
.cafe-grid[b-1ghe6v70bq] {
    min-width: 70rem;
    width: 100%;
}
/* /Components/Pages/Cafe/PosMenuKategoriAltGrid.razor.rz.scp.css */
.menu-assignment-shell[b-96xhset049] {
    padding: .7rem;
}

.cafe-detail-grid[b-96xhset049] {
    min-width: 50rem;
    width: 100%;
}

.menu-product-actions[b-96xhset049] {
    align-items: center;
    display: flex;
    gap: .4rem;
    white-space: nowrap;
}
/* /Components/Pages/Cafe/PosMenuKategoriGrid.razor.rz.scp.css */
.menu-category-shell[b-0lnvug87k4] {
    max-height: none;
    padding: .8rem;
}

.cafe-detail-grid[b-0lnvug87k4] {
    min-width: 48rem;
    width: 100%;
}

[b-0lnvug87k4] .cafe-detail-grid .dxbl-grid-detail-row > td {
    background: rgba(255, 253, 243, .78);
    padding: .6rem !important;
}
/* /Components/Pages/Cafe/PosMenuListe.razor.rz.scp.css */
.cafe-grid[b-hdsr0ov3sf] {
    min-width: 72rem;
    width: 100%;
}

.menu-empty-state[b-hdsr0ov3sf] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px dashed var(--pp-border);
    border-radius: .85rem;
    color: var(--pp-text-muted);
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .65rem;
    justify-content: center;
    min-height: 20rem;
    padding: 2rem;
    text-align: center;
}

.menu-empty-state .icon[b-hdsr0ov3sf] {
    height: 3rem;
    width: 3rem;
}

.menu-empty-state strong[b-hdsr0ov3sf] {
    color: var(--pp-green-800);
    font-size: 1.2rem;
}

.menu-empty-state p[b-hdsr0ov3sf] {
    line-height: 1.55;
    margin: 0;
    max-width: 38rem;
}

[b-hdsr0ov3sf] .cafe-grid .dxbl-grid-detail-row > td {
    background: rgba(247, 254, 231, .36);
    padding: .65rem !important;
}
/* /Components/Pages/Cafe/PosSubeBolumGrid.razor.rz.scp.css */
.branch-section-shell[b-96jbxzi3e4] {
    background: linear-gradient(180deg, rgba(247, 254, 231, .7), rgba(255, 255, 255, .92));
}

.branch-section-grid-shell[b-96jbxzi3e4] {
    max-height: 34rem;
}

[b-96jbxzi3e4] .branch-section-grid {
    min-width: 52rem;
}

.branch-section-row-actions[b-96jbxzi3e4] {
    align-items: center;
    display: flex;
    gap: .35rem;
    white-space: nowrap;
}

.branch-color-code[b-96jbxzi3e4] {
    align-items: center;
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 999px;
    display: inline-flex;
    gap: .45rem;
    min-height: 28px;
    padding: .2rem .55rem .2rem .28rem;
}

.branch-color-code-hero[b-96jbxzi3e4] {
    background: rgba(255, 255, 255, .78);
}

.branch-color-swatch[b-96jbxzi3e4] {
    border: 1px solid rgba(23, 48, 21, .24);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .32);
    display: inline-block;
    height: 19px;
    width: 19px;
}

.branch-color-palette-shell[b-96jbxzi3e4] {
    background: rgba(247, 254, 231, .44);
    border: 1px solid rgba(143, 189, 56, .32);
    border-radius: 8px;
    overflow-x: auto;
    padding: .65rem;
}

[b-96jbxzi3e4] .branch-color-tile,
[b-96jbxzi3e4] .branch-color-tile > div {
    border-radius: 5px !important;
}

.branch-replace-warning[b-96jbxzi3e4] {
    align-items: flex-start;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 8px;
    color: #9a3412;
    display: flex;
    font-size: .84rem;
    font-weight: 750;
    gap: .55rem;
    line-height: 1.45;
    padding: .7rem .8rem;
}

.branch-replace-warning .icon[b-96jbxzi3e4] {
    flex: 0 0 auto;
    margin-top: .08rem;
}

.branch-section-empty[b-96jbxzi3e4] {
    min-height: 11rem;
}

@media (max-width: 720px) {
    .branch-section-grid-shell[b-96jbxzi3e4] {
        max-height: none;
    }

    .branch-section-popup-shell[b-96jbxzi3e4] {
        min-width: 0;
    }
}
/* /Components/Pages/Cafe/PosSubeDetay.razor.rz.scp.css */
.cafe-detail-shell[b-rujdeb1qpc] {
    min-height: 360px;
}

.menu-selection-note[b-rujdeb1qpc] {
    color: var(--pp-text-muted);
    display: block;
    font-size: .76rem;
    line-height: 1.35;
    margin-top: .35rem;
}

[b-rujdeb1qpc] .cafe-detail-tabs {
    flex: 0 0 auto;
}

.sube-database-warning[b-rujdeb1qpc] {
    color: #9a3412;
    font-weight: 750;
}

.print-server-key-actions[b-rujdeb1qpc] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.print-server-key-once[b-rujdeb1qpc] {
    align-items: center;
    background: var(--pp-gold-50);
    border: 1px solid var(--pp-gold-200);
    border-radius: 10px;
    display: grid;
    gap: .7rem;
    grid-template-columns: minmax(12rem, 1fr) minmax(18rem, 2fr) auto;
    margin-top: .85rem;
    padding: .8rem;
}

.print-server-key-once strong[b-rujdeb1qpc],
.print-server-key-once small[b-rujdeb1qpc] {
    display: block;
}

.print-server-key-once small[b-rujdeb1qpc] {
    color: var(--pp-text-muted);
    font-size: .72rem;
    margin-top: .2rem;
}

.print-server-key-once code[b-rujdeb1qpc] {
    background: rgba(255, 255, 255, .78);
    border: 1px solid var(--pp-border);
    border-radius: 7px;
    font-size: .68rem;
    overflow-wrap: anywhere;
    padding: .55rem;
    user-select: all;
}

@media (max-width: 600px) {
    .cafe-detail-shell[b-rujdeb1qpc] {
        min-height: 0;
    }

    .print-server-key-once[b-rujdeb1qpc] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Cafe/PosSubeListe.razor.rz.scp.css */
.cafe-page[b-ujhlsna0ko] {
    --cafe-accent: #4f7d24;
}

.cafe-grid[b-ujhlsna0ko] {
    min-width: 78rem;
}
/* /Components/Pages/Cafe/PosSubeMasaGrid.razor.rz.scp.css */
.branch-table-shell[b-emor90xeer] {
    background: rgba(255, 255, 255, .86);
}

.branch-table-grid-shell[b-emor90xeer] {
    max-height: 22rem;
}

[b-emor90xeer] .branch-table-grid {
    min-width: 18rem;
}
/* /Components/Pages/Cafe/PosSubeQrMenuGrid.razor.rz.scp.css */
.qr-admin-shell[b-9njpz418ez] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.qr-admin-header[b-9njpz418ez] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.qr-admin-title strong[b-9njpz418ez],
.qr-admin-title small[b-9njpz418ez] {
    display: block;
}

.qr-admin-title strong[b-9njpz418ez] {
    color: var(--pp-green-800);
    font-size: 1rem;
}

.qr-admin-title small[b-9njpz418ez] {
    color: var(--pp-text-muted);
    font-size: .76rem;
    margin-top: .25rem;
}

.qr-admin-actions[b-9njpz418ez],
.qr-row-actions[b-9njpz418ez] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.qr-admin-actions[b-9njpz418ez] {
    justify-content: flex-end;
}

.qr-print-link[b-9njpz418ez],
.qr-download-link[b-9njpz418ez],
.qr-row-link[b-9njpz418ez] {
    align-items: center;
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-green-800);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    justify-content: center;
    min-height: 34px;
    padding: .5rem .7rem;
    text-decoration: none;
    white-space: nowrap;
}

.qr-metrics[b-9njpz418ez] {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qr-metric[b-9njpz418ez] {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-left: 4px solid #64748b;
    border-radius: 9px;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .05);
    display: flex;
    flex-direction: column;
    gap: .25rem;
    min-width: 0;
    padding: .75rem .9rem;
}

.qr-metric span[b-9njpz418ez] {
    color: var(--pp-text-muted);
    font-size: .72rem;
    font-weight: 700;
}

.qr-metric strong[b-9njpz418ez] {
    color: var(--pp-green-800);
    font-size: 1.35rem;
    line-height: 1;
}

.qr-metric-active[b-9njpz418ez] { border-left-color: #2f855a; }
.qr-metric-passive[b-9njpz418ez] { border-left-color: #d49b2f; }
.qr-metric-missing[b-9njpz418ez] { border-left-color: #94a3b8; }

.qr-base-url[b-9njpz418ez] {
    align-items: center;
    background: rgba(247, 254, 231, .72);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    display: flex;
    gap: .75rem;
    min-width: 0;
    padding: .65rem .8rem;
}

.qr-base-url span[b-9njpz418ez] {
    color: var(--pp-text-muted);
    flex: 0 0 auto;
    font-size: .72rem;
}

.qr-base-url strong[b-9njpz418ez] {
    font-size: .78rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qr-filters[b-9njpz418ez] {
    align-items: end;
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--pp-border);
    border-radius: 9px;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(160px, .8fr) minmax(150px, .7fr) minmax(230px, 1.5fr) auto;
    padding: .8rem;
}

.qr-filters label[b-9njpz418ez] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    min-width: 0;
}

.qr-filters label > span[b-9njpz418ez] {
    color: var(--pp-text-muted);
    font-size: .7rem;
    font-weight: 700;
}

.qr-filter-editor[b-9njpz418ez] {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 7px;
    color: var(--pp-text);
    font: inherit;
    font-size: .8rem;
    min-height: 36px;
    min-width: 0;
    outline: none;
    padding: .45rem .6rem;
    width: 100%;
}

.qr-filter-editor:focus[b-9njpz418ez] {
    border-color: var(--pp-green-600);
    box-shadow: 0 0 0 3px rgba(49, 80, 24, .1);
}

.qr-filter-result[b-9njpz418ez] {
    align-items: flex-end;
    display: flex;
    gap: .35rem;
    justify-content: flex-end;
    min-height: 36px;
    white-space: nowrap;
}

.qr-filter-result strong[b-9njpz418ez] {
    color: var(--pp-green-800);
    font-size: 1rem;
}

.qr-filter-result span[b-9njpz418ez] {
    color: var(--pp-text-muted);
    font-size: .72rem;
}

.qr-grid-shell[b-9njpz418ez] {
    border: 1px solid var(--pp-border);
    border-radius: 9px;
    height: 480px;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

[b-9njpz418ez] .qr-admin-grid {
    height: 100%;
    min-width: 1080px;
    width: 100%;
}

[b-9njpz418ez] .qr-admin-grid table th,
[b-9njpz418ez] .qr-admin-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.qr-table-label[b-9njpz418ez] {
    color: var(--pp-green-800);
    white-space: nowrap;
}

.qr-url-cell[b-9njpz418ez] {
    color: var(--pp-text-muted);
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qr-missing-note[b-9njpz418ez] {
    color: var(--pp-text-muted);
    font-size: .76rem;
}

.qr-empty-state[b-9njpz418ez] {
    background: rgba(248, 250, 252, .9);
    border: 1px dashed var(--pp-border);
    border-radius: 9px;
    color: var(--pp-text-muted);
    padding: 1.2rem;
    text-align: center;
}

.qr-preview[b-9njpz418ez] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .7rem;
    padding: 1rem;
    text-align: center;
}

.qr-preview img[b-9njpz418ez] {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 12px;
    height: min(280px, 70vw);
    padding: .7rem;
    width: min(280px, 70vw);
}

.qr-preview a[b-9njpz418ez] {
    color: var(--pp-green-600);
    font-size: .72rem;
    overflow-wrap: anywhere;
}

.qr-popup-footer[b-9njpz418ez] {
    align-items: center;
    display: flex;
    gap: .6rem;
    justify-content: flex-end;
    padding: .75rem 1rem;
}

.qr-download-link[b-9njpz418ez] {
    background: var(--pp-green-800);
    color: #fff;
}

@media (max-width: 980px) {
    .qr-admin-header[b-9njpz418ez] {
        align-items: stretch;
        flex-direction: column;
    }

    .qr-admin-actions[b-9njpz418ez] {
        justify-content: flex-start;
    }

    .qr-filters[b-9njpz418ez] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qr-search-field[b-9njpz418ez] {
        grid-column: span 2;
    }

    .qr-filter-result[b-9njpz418ez] {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .qr-grid-shell[b-9njpz418ez] {
        height: 340px;
    }

    .qr-metrics[b-9njpz418ez] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qr-filters[b-9njpz418ez] {
        grid-template-columns: 1fr;
    }

    .qr-search-field[b-9njpz418ez] {
        grid-column: auto;
    }

    .qr-admin-actions > *[b-9njpz418ez],
    .qr-print-link[b-9njpz418ez] {
        flex: 1 1 180px;
    }
}

@media (max-width: 420px) {
    .qr-metrics[b-9njpz418ez] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Cafe/PosUrunDetay.razor.rz.scp.css */
.cafe-form[b-ttq2urg37u] {
    min-width: 0;
}

.product-special-badge[b-ttq2urg37u] {
    border-color: #f6bd2f;
    box-shadow: 0 2px 8px rgba(217, 155, 19, .16);
    letter-spacing: .01em;
}

.product-special-badge span[b-ttq2urg37u] {
    color: #d99b13;
    font-size: 1rem;
    line-height: 1;
}

.product-main-image-layout[b-ttq2urg37u] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 150px minmax(0, 1fr);
}

.product-main-image-preview[b-ttq2urg37u] {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, var(--pp-green-50), var(--pp-gold-50));
    border: 1px dashed var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.product-main-image-preview img[b-ttq2urg37u] {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-main-image-preview .icon[b-ttq2urg37u] {
    height: 2.5rem;
    opacity: .65;
    width: 2.5rem;
}

.product-main-image-editor[b-ttq2urg37u] {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    min-width: 0;
}

@media (max-width: 600px) {
    .product-main-image-layout[b-ttq2urg37u] {
        grid-template-columns: 1fr;
    }

    .product-main-image-preview[b-ttq2urg37u] {
        max-width: 12rem;
        width: 100%;
    }
}
/* /Components/Pages/Cafe/PosUrunListe.razor.rz.scp.css */
.cafe-grid[b-n43rtzidkl] {
    min-width: 84rem;
    width: 100%;
}

.product-special-grid-badge[b-n43rtzidkl] {
    border-color: #f6bd2f;
    box-shadow: 0 2px 8px rgba(217, 155, 19, .14);
}

.product-special-grid-badge span[b-n43rtzidkl] {
    color: #d99b13;
    font-size: 1rem;
    line-height: 1;
}

.product-special-empty[b-n43rtzidkl] {
    color: #a3ada0;
    display: inline-block;
    font-weight: 800;
    text-align: center;
    width: 100%;
}

.cafe-product-image[b-n43rtzidkl] {
    border: 1px solid var(--pp-border);
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(49, 80, 24, .10);
    height: 42px;
    object-fit: cover;
    width: 58px;
}

.cafe-product-image-empty[b-n43rtzidkl] {
    align-items: center;
    background: linear-gradient(135deg, var(--pp-green-50), var(--pp-gold-50));
    border: 1px dashed var(--pp-border-strong);
    border-radius: 6px;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 58px;
}

.cafe-product-image-empty .icon[b-n43rtzidkl] {
    height: 1.2rem;
    opacity: .65;
    width: 1.2rem;
}
/* /Components/Pages/Cafe/PosUrunSubeFiyatGrid.razor.rz.scp.css */
.cafe-detail-grid[b-viihyvgetf] {
    min-width: 34rem;
    width: 100%;
}
/* /Components/Pages/Cafe/PosYaziciListe.razor.rz.scp.css */
.cafe-grid[b-hxaby3h4me] {
    min-width: 82rem;
    width: 100%;
}

.printer-detail-hero[b-hxaby3h4me] {
    gap: .65rem;
    padding-block: .55rem;
}

.printer-test-panel[b-hxaby3h4me],
.printer-calibration[b-hxaby3h4me] {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .85rem;
    border: 1px solid var(--pp-border, #dbe7bd);
    border-radius: .75rem;
    background: linear-gradient(135deg, #fbfdf6, #f3f9e5);
}

.printer-test-copy[b-hxaby3h4me] {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    gap: .2rem;
}

.printer-test-copy strong[b-hxaby3h4me] {
    color: var(--pp-forest-900, #274916);
}

.printer-test-copy small[b-hxaby3h4me],
.printer-calibration-note[b-hxaby3h4me] {
    color: var(--pp-text-muted, #66705e);
    line-height: 1.35;
}

.printer-test-message[b-hxaby3h4me] {
    margin-top: .65rem;
}

.printer-calibration[b-hxaby3h4me] {
    margin-top: .65rem;
    flex-wrap: wrap;
    border-color: var(--pp-gold-300, #e4c96a);
    background: linear-gradient(135deg, #fffdf5, #fbf5dc);
}

.printer-calibration-editor[b-hxaby3h4me] {
    flex: 0 0 9rem;
}

.printer-calibration-note[b-hxaby3h4me] {
    flex: 1 0 100%;
}

@media (max-width: 720px) {
    .printer-test-panel[b-hxaby3h4me],
    .printer-calibration[b-hxaby3h4me] {
        align-items: stretch;
        flex-direction: column;
    }

    .printer-calibration-editor[b-hxaby3h4me] {
        flex-basis: auto;
        width: 100%;
    }
}
/* /Components/Pages/Cari/CariDetay.razor.rz.scp.css */
.cari-detail-shell[b-c5gcwultzz] { background: #fff; display: flex; flex-direction: column; max-height: min(760px, calc(100vh - 2rem)); overflow: hidden; }
.cari-detail-hero[b-c5gcwultzz] { align-items: center; background: linear-gradient(135deg, #f0fdf4, #fff); border-bottom: 1px solid rgba(22,101,52,.18); display: flex; gap: 1rem; justify-content: space-between; padding: 1rem 1.1rem; }
.cari-detail-title[b-c5gcwultzz] { align-items: center; display: flex; gap: .8rem; min-width: 0; }
.cari-detail-title > div:last-child[b-c5gcwultzz] { display: flex; flex-direction: column; min-width: 0; }
.cari-detail-title strong[b-c5gcwultzz] { color: #14532d; font-size: 1.05rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cari-detail-title span[b-c5gcwultzz] { color: #64748b; font-size: .8rem; }
.cari-icon[b-c5gcwultzz] { align-items: center; background: #dcfce7; border-radius: 10px; display: flex; height: 42px; justify-content: center; width: 42px; }
.cari-detail-actions[b-c5gcwultzz] { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: flex-end; }
.cari-detail-shell[b-c5gcwultzz]  .cari-detail-form { box-sizing: border-box; overflow-y: auto; padding: 1.25rem 1.1rem 1.1rem; }
.cari-field-important[b-c5gcwultzz] { background: #f0fdf4; border: 1px solid rgba(22,101,52,.25); border-radius: 8px; padding: .35rem; }
.cari-editor[b-c5gcwultzz] { width: 100%; }
.cari-loading[b-c5gcwultzz],.cari-empty[b-c5gcwultzz] { align-items: center; display: flex; gap: .65rem; justify-content: center; min-height: 180px; padding: 2rem; }
@media (max-width: 640px) { .cari-detail-hero[b-c5gcwultzz] { align-items: stretch; flex-direction: column; } .cari-detail-actions[b-c5gcwultzz] { justify-content: stretch; } .cari-detail-actions[b-c5gcwultzz]  .dxbl-btn { flex: 1 1 auto; } }
/* /Components/Pages/Cari/CariEkstre.razor.rz.scp.css */
[b-zpax3qfmmx] .cari-statement-popup .dxbl-popup-content {
    padding: 0;
}

.cari-statement-popup-body[b-zpax3qfmmx] {
    background: #f4f7f2;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    min-height: 0;
    padding: 0.9rem;
}

.cari-statement-toolbar[b-zpax3qfmmx] {
    align-items: end;
    background: #fff;
    border: 1px solid rgba(22, 101, 52, 0.18);
    border-radius: 10px;
    box-shadow: 0 7px 20px rgba(15, 23, 42, 0.04);
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0.75rem;
}

.cari-statement-date-field[b-zpax3qfmmx] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 155px;
}

.cari-statement-date-field > span[b-zpax3qfmmx] {
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
}

.cari-statement-date-editor[b-zpax3qfmmx] {
    width: 100%;
}

.cari-statement-actions[b-zpax3qfmmx] {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: flex-end;
}

.cari-statement-error[b-zpax3qfmmx] {
    align-items: center;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 9px;
    color: #991b1b;
    display: flex;
    flex: 0 0 auto;
    gap: 0.5rem;
    padding: 0.7rem 0.8rem;
}

.cari-statement-loading[b-zpax3qfmmx],
.cari-statement-empty[b-zpax3qfmmx] {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 10px;
    color: #64748b;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.55rem;
    justify-content: center;
    min-height: 240px;
    padding: 2rem;
    text-align: center;
}

.cari-statement-loading[b-zpax3qfmmx] {
    flex-direction: row;
}

.cari-statement-empty > .icon[b-zpax3qfmmx] {
    color: #5f8f2d;
    font-size: 1.6rem;
}

.cari-statement-empty strong[b-zpax3qfmmx] {
    color: #28531c;
}

.cari-statement-preview-frame[b-zpax3qfmmx] {
    background: #fff;
    border: 1px solid rgba(22, 101, 52, 0.18);
    border-radius: 10px;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

@media (max-width: 640px) {
    .cari-statement-date-field[b-zpax3qfmmx] {
        flex: 1 1 calc(50% - 0.4rem);
        min-width: 125px;
    }

    .cari-statement-actions[b-zpax3qfmmx] {
        flex: 1 1 100%;
        justify-content: stretch;
    }

    .cari-statement-actions[b-zpax3qfmmx]  .dxbl-btn {
        flex: 1 1 auto;
    }
}
/* /Components/Pages/Cari/CariHareketDetay.razor.rz.scp.css */
.cari-movement-shell[b-drp84k680z] {
    --cari-theme-color: var(--pp-green-500);
    --cari-theme-rgb: 143, 189, 56;
    --cari-theme-strong: var(--pp-green-800);
    --cari-theme-surface: rgba(143, 189, 56, 0.1);
    background: linear-gradient(180deg, rgba(var(--cari-theme-rgb), 0.035), #fff 28%);
    display: flex;
    flex-direction: column;
    max-height: min(900px, calc(100vh - 2rem));
    overflow: hidden;
    transition: background 160ms ease;
}

.cari-debit[b-drp84k680z] {
    --cari-theme-color: var(--pp-green-500);
    --cari-theme-rgb: 143, 189, 56;
    --cari-theme-strong: var(--pp-green-800);
    --cari-theme-surface: rgba(143, 189, 56, 0.1);
}

.cari-credit[b-drp84k680z] {
    --cari-theme-color: #f2816e;
    --cari-theme-rgb: 242, 129, 110;
    --cari-theme-strong: #9f2d1d;
    --cari-theme-surface: rgba(242, 129, 110, 0.11);
}

.cari-movement-hero[b-drp84k680z] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--cari-theme-rgb), 0.18), rgba(var(--cari-theme-rgb), 0.055));
    border-bottom: 1px solid rgba(var(--cari-theme-rgb), 0.38);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    transition: background 160ms ease, border-color 160ms ease;
}

.cari-detail-title[b-drp84k680z] {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    min-width: 0;
}

.cari-detail-title > div:last-child[b-drp84k680z] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cari-detail-title strong[b-drp84k680z] {
    color: var(--cari-theme-strong);
    font-size: 1.03rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 160ms ease;
    white-space: nowrap;
}

.cari-detail-title > div:last-child > span:last-child[b-drp84k680z] {
    color: #64748b;
    font-size: 0.78rem;
}

.cari-icon[b-drp84k680z] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--cari-theme-rgb), 0.24), rgba(var(--cari-theme-rgb), 0.1));
    border: 1px solid rgba(var(--cari-theme-rgb), 0.4);
    border-radius: 10px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    transition: background 160ms ease, border-color 160ms ease;
    width: 44px;
}

.cari-type-chip[b-drp84k680z] {
    align-self: flex-start;
    background: rgba(var(--cari-theme-rgb), 0.16);
    border: 1px solid rgba(var(--cari-theme-rgb), 0.38);
    border-radius: 999px;
    color: var(--cari-theme-strong);
    font-size: 0.74rem;
    font-weight: 800;
    margin: 0.12rem 0;
    padding: 0.12rem 0.55rem;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cari-detail-actions[b-drp84k680z] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: flex-end;
}

.cari-order-lock[b-drp84k680z] {
    align-items: center;
    background: #fef3c7;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: #92400e;
    display: flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.35rem;
    padding: 0.45rem 0.6rem;
}

.cari-success[b-drp84k680z] {
    align-items: center;
    background: #ecfdf5;
    color: #166534;
    display: flex;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
}

[b-drp84k680z] .cari-detail-tabs {
    background: linear-gradient(180deg, rgba(var(--cari-theme-rgb), 0.09), rgba(var(--cari-theme-rgb), 0.035));
    border-bottom: 1px solid rgba(var(--cari-theme-rgb), 0.32);
    flex: 0 0 auto;
    transition: background 160ms ease, border-color 160ms ease;
}

.cari-tab-content[b-drp84k680z] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem;
}

[b-drp84k680z] .cari-form {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(var(--cari-theme-rgb), 0.24);
    border-left: 4px solid rgba(var(--cari-theme-rgb), 0.76);
    border-radius: 8px;
    padding: 0.85rem;
    transition: border-color 160ms ease;
    width: 100%;
}

[b-drp84k680z] .cari-editor {
    width: 100%;
}

[b-drp84k680z] .cari-memo textarea {
    min-height: 100px;
    resize: vertical;
}

.cari-field-important[b-drp84k680z] {
    --cari-field-bg: rgba(var(--cari-theme-rgb), 0.085);
    --cari-field-border: rgba(var(--cari-theme-rgb), 0.48);
    --cari-field-shadow: rgba(var(--cari-theme-rgb), 0.16);
    background: var(--cari-field-bg);
    border: 1px solid var(--cari-field-border);
    border-left: 4px solid var(--cari-field-border);
    border-radius: 7px;
    box-shadow: 0 8px 18px rgba(49, 80, 24, 0.035);
    padding: 0.35rem;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.cari-field-important:focus-within[b-drp84k680z] {
    border-color: var(--cari-theme-color);
    border-left-color: var(--cari-theme-color);
    box-shadow: 0 0 0 3px var(--cari-field-shadow), 0 10px 22px rgba(49, 80, 24, 0.07);
}

[b-drp84k680z] .cari-field-important .cari-editor,
[b-drp84k680z] .cari-field-important .dxbl-edit,
[b-drp84k680z] .cari-field-important .dxbl-combobox {
    background-color: rgba(255, 255, 255, 0.78);
}

.cari-field-type[b-drp84k680z],
.cari-field-customer[b-drp84k680z],
.cari-field-amount[b-drp84k680z] {
    --cari-field-bg: rgba(var(--cari-theme-rgb), 0.13);
    --cari-field-border: rgba(var(--cari-theme-rgb), 0.6);
    --cari-field-shadow: rgba(var(--cari-theme-rgb), 0.22);
}

.cari-readonly-value[b-drp84k680z] {
    background: rgba(var(--cari-theme-rgb), 0.075);
    border: 1px solid rgba(var(--cari-theme-rgb), 0.3);
    border-left: 4px solid rgba(var(--cari-theme-rgb), 0.68);
    border-radius: 8px;
    color: var(--cari-theme-strong);
    padding: 0.75rem;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cari-loading[b-drp84k680z],
.cari-empty[b-drp84k680z] {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    min-height: 180px;
    padding: 2rem;
}

.cari-order-error[b-drp84k680z],
.cari-order-warning[b-drp84k680z] {
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    display: flex;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
}

.cari-order-error[b-drp84k680z] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.cari-order-warning[b-drp84k680z] {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
}

.cari-order-page[b-drp84k680z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cari-order-identity-card[b-drp84k680z],
.cari-order-products-card[b-drp84k680z] {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(var(--cari-theme-rgb), 0.25);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.cari-order-identity-card[b-drp84k680z] {
    padding: 1rem;
}

.cari-order-section-heading[b-drp84k680z] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.cari-order-section-heading > div:last-child[b-drp84k680z],
.cari-order-products-heading > div[b-drp84k680z] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cari-order-section-heading strong[b-drp84k680z],
.cari-order-products-heading strong[b-drp84k680z] {
    color: #1e293b;
    font-size: 0.96rem;
}

.cari-order-section-heading > div:last-child > span[b-drp84k680z],
.cari-order-products-heading > div > span[b-drp84k680z] {
    color: #64748b;
    font-size: 0.76rem;
}

.cari-order-section-icon[b-drp84k680z] {
    align-items: center;
    background: rgba(var(--cari-theme-rgb), 0.13);
    border: 1px solid rgba(var(--cari-theme-rgb), 0.3);
    border-radius: 10px;
    color: var(--cari-theme-strong);
    display: flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.cari-order-identity-grid[b-drp84k680z] {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cari-order-identity-item[b-drp84k680z] {
    background: linear-gradient(145deg, rgba(var(--cari-theme-rgb), 0.09), rgba(var(--cari-theme-rgb), 0.035));
    border: 1px solid rgba(var(--cari-theme-rgb), 0.2);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0.75rem 0.85rem;
}

.cari-order-identity-item span[b-drp84k680z],
.cari-order-finance-card > span[b-drp84k680z] {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.cari-order-identity-item strong[b-drp84k680z] {
    color: var(--cari-theme-strong);
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 160ms ease;
    white-space: nowrap;
}

.cari-order-finance-grid[b-drp84k680z] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cari-order-finance-card[b-drp84k680z] {
    background: linear-gradient(135deg, rgba(var(--cari-theme-rgb), 0.19), rgba(var(--cari-theme-rgb), 0.075));
    border: 1px solid rgba(var(--cari-theme-rgb), 0.38);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(var(--cari-theme-rgb), 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem 1.1rem;
    position: relative;
    transition: background 160ms ease, border-color 160ms ease;
}

.cari-order-finance-card[b-drp84k680z]::after {
    background: rgba(var(--cari-theme-rgb), 0.18);
    border-radius: 50%;
    content: "";
    height: 82px;
    position: absolute;
    right: -24px;
    top: -30px;
    width: 82px;
}

.cari-order-finance-card strong[b-drp84k680z] {
    color: var(--cari-theme-strong);
    font-size: 1.42rem;
    line-height: 1.2;
    margin: 0.2rem 0 0.3rem;
    position: relative;
    transition: color 160ms ease;
    z-index: 1;
}

.cari-order-finance-card small[b-drp84k680z] {
    color: #64748b;
    font-size: 0.72rem;
}

.cari-order-notes[b-drp84k680z] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cari-order-note-card[b-drp84k680z] {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(var(--cari-theme-rgb), 0.22);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 0;
    padding: 0.9rem 1rem;
    transition: border-color 160ms ease;
}

.cari-order-note-wide[b-drp84k680z] {
    grid-column: 1 / -1;
}

.cari-order-note-heading[b-drp84k680z] {
    align-items: center;
    color: var(--cari-theme-strong);
    display: flex;
    font-size: 0.75rem;
    font-weight: 700;
    gap: 0.4rem;
    text-transform: uppercase;
    transition: color 160ms ease;
}

.cari-order-note-card > strong[b-drp84k680z] {
    color: #334155;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.cari-order-products-heading[b-drp84k680z] {
    align-items: center;
    background: linear-gradient(180deg, rgba(var(--cari-theme-rgb), 0.085), rgba(var(--cari-theme-rgb), 0.035));
    border-bottom: 1px solid rgba(var(--cari-theme-rgb), 0.22);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.9rem 1rem;
}

.cari-order-count[b-drp84k680z] {
    background: rgba(var(--cari-theme-rgb), 0.15);
    border: 1px solid rgba(var(--cari-theme-rgb), 0.32);
    border-radius: 999px;
    color: var(--cari-theme-strong);
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.3rem 0.65rem;
    transition: color 160ms ease;
}

.cari-order-grid-shell[b-drp84k680z] {
    overflow-x: auto;
    width: 100%;
}

[b-drp84k680z] .cari-order-grid {
    min-width: 1040px;
}

[b-drp84k680z] .cari-order-grid table th,
[b-drp84k680z] .cari-order-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

@media (max-width: 720px) {
    .cari-movement-hero[b-drp84k680z] {
        align-items: stretch;
        flex-direction: column;
    }

    .cari-detail-actions[b-drp84k680z] {
        justify-content: stretch;
    }

    .cari-order-identity-grid[b-drp84k680z] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 460px) {
    .cari-detail-actions[b-drp84k680z]  .dxbl-btn {
        flex: 1 1 100%;
    }

    .cari-order-identity-grid[b-drp84k680z],
    .cari-order-finance-grid[b-drp84k680z],
    .cari-order-notes[b-drp84k680z] {
        grid-template-columns: 1fr;
    }

    .cari-order-note-wide[b-drp84k680z] {
        grid-column: auto;
    }

    .cari-order-products-heading[b-drp84k680z] {
        align-items: flex-start;
    }
}
/* /Components/Pages/Cari/CariListe.razor.rz.scp.css */
.cari-page[b-vi8xayzz5j] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 0.8rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.cari-header[b-vi8xayzz5j] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.cari-title-wrap[b-vi8xayzz5j] {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    min-width: 0;
}

.cari-page-icon[b-vi8xayzz5j] {
    align-items: center;
    background: linear-gradient(135deg, #dcfce7, #f0fdf4);
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    display: flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.cari-title-wrap h1[b-vi8xayzz5j] {
    color: #14532d;
    font-size: 1.28rem;
    margin: 0;
}

.cari-title-meta[b-vi8xayzz5j] {
    color: #64748b;
    font-size: 0.78rem;
}

.cari-actions[b-vi8xayzz5j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: flex-end;
}

.cari-tabs-panel[b-vi8xayzz5j],
.cari-filter-panel[b-vi8xayzz5j],
.cari-grid-panel[b-vi8xayzz5j] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.cari-tabs-panel[b-vi8xayzz5j] {
    padding: 0.25rem 0.45rem;
}

.cari-filter-panel[b-vi8xayzz5j] {
    align-items: end;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: minmax(220px, 1.4fr) auto minmax(250px, 1fr) minmax(135px, 0.65fr) minmax(130px, 0.55fr) minmax(130px, 0.55fr) minmax(160px, 0.7fr) auto;
    padding: 0.7rem;
}

.cari-card-filter[b-vi8xayzz5j] {
    grid-template-columns: minmax(260px, 1fr) auto;
}

.cari-filter-field[b-vi8xayzz5j] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.cari-filter-field > span[b-vi8xayzz5j] {
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
}

.cari-filter-customer-editor[b-vi8xayzz5j] {
    align-items: stretch;
    display: grid;
    gap: 0.35rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.cari-filter-editor[b-vi8xayzz5j] {
    min-width: 0;
    width: 100%;
}

.cari-alert[b-vi8xayzz5j] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #991b1b;
    padding: 0.65rem 0.8rem;
}

.cari-loading[b-vi8xayzz5j] {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    min-height: 180px;
}

.cari-grid-panel[b-vi8xayzz5j] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.cari-grid-scroll[b-vi8xayzz5j] {
    display: flex;
    flex: 1 1 0;
    min-height: 0;
    min-width: 0;
    overflow: auto;
}

[b-vi8xayzz5j] .cari-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-vi8xayzz5j] .cari-movement-grid {
    min-width: 1420px;
}

[b-vi8xayzz5j] .cari-card-grid {
    min-width: 1260px;
}

[b-vi8xayzz5j] .cari-grid table th,
[b-vi8xayzz5j] .cari-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-vi8xayzz5j] .cari-grid table tbody tr:hover > td {
    background: rgba(168, 216, 79, 0.1) !important;
}

.cari-name[b-vi8xayzz5j] {
    color: #166534;
    display: block;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.cari-card-name[b-vi8xayzz5j] {
    background: rgba(220, 252, 231, 0.92);
    border: 1px solid rgba(22, 101, 52, 0.28);
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(22, 101, 52, 0.08);
    display: inline-block;
    line-height: 1.25;
    max-width: 100%;
    padding: 0.22rem 0.62rem;
    vertical-align: middle;
}

.cari-type-badge[b-vi8xayzz5j],
.cari-balance-badge[b-vi8xayzz5j],
.cari-money[b-vi8xayzz5j],
.cari-order-badge[b-vi8xayzz5j] {
    border-radius: 999px;
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 800;
    padding: 0.18rem 0.5rem;
    white-space: nowrap;
}

.debit[b-vi8xayzz5j] {
    background: #dcfce7;
    color: #166534;
}

.credit[b-vi8xayzz5j] {
    background: #ffedd5;
    color: #9a3412;
}

.closed[b-vi8xayzz5j] {
    background: #e2e8f0;
    color: #475569;
}

.cari-order-badge[b-vi8xayzz5j] {
    background: #fef3c7;
    color: #92400e;
}

.cari-row-actions[b-vi8xayzz5j] {
    display: flex;
    gap: 0.35rem;
}

.cari-summary-band[b-vi8xayzz5j] {
    align-items: center;
    background: linear-gradient(180deg, #fffdf3, #f7fee7);
    border-top: 1px solid rgba(22, 101, 52, 0.16);
    display: flex;
    flex: 0 0 66px;
    gap: 2.4rem;
    justify-content: center;
    min-height: 66px;
    padding: 0.45rem 1rem;
}

.cari-summary-item[b-vi8xayzz5j] {
    background: transparent;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.cari-summary-item span[b-vi8xayzz5j] {
    font-size: 0.72rem;
    font-weight: 700;
}

.cari-summary-item strong[b-vi8xayzz5j] {
    font-size: 0.96rem;
}

.cari-summary-item.net[b-vi8xayzz5j] {
    color: #14532d;
}

.cari-summary-item.debit[b-vi8xayzz5j],
.cari-summary-item.credit[b-vi8xayzz5j] {
    border-radius: 8px;
    padding: 0.25rem 0.75rem;
}

.cari-summary-item.credit[b-vi8xayzz5j] {
    background: #fff7ed;
}

.cari-summary-item.debit[b-vi8xayzz5j] {
    background: #f0fdf4;
}

@media (max-width: 1080px) {
    .cari-filter-panel[b-vi8xayzz5j] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cari-filter-search[b-vi8xayzz5j],
    .cari-filter-customer[b-vi8xayzz5j] {
        grid-column: span 2;
    }
}

@media (max-width: 720px) {
    .cari-page[b-vi8xayzz5j] {
        flex: 0 0 auto;
        min-height: calc(100vh - 5rem);
    }

    .cari-header[b-vi8xayzz5j] {
        align-items: stretch;
        flex-direction: column;
    }

    .cari-actions[b-vi8xayzz5j] {
        justify-content: stretch;
    }

    .cari-filter-panel[b-vi8xayzz5j] {
        grid-template-columns: 1fr 1fr;
    }

    .cari-filter-search[b-vi8xayzz5j],
    .cari-filter-customer[b-vi8xayzz5j] {
        grid-column: 1 / -1;
    }

    .cari-grid-panel[b-vi8xayzz5j] {
        min-height: 34rem;
    }

    .cari-summary-band[b-vi8xayzz5j] {
        align-items: stretch;
        flex-direction: column;
        gap: 0.3rem;
        height: auto;
        padding: 0.55rem;
    }

    .cari-summary-item[b-vi8xayzz5j] {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .cari-filter-panel[b-vi8xayzz5j] {
        grid-template-columns: 1fr;
    }

    .cari-filter-field[b-vi8xayzz5j],
    .cari-filter-search[b-vi8xayzz5j],
    .cari-filter-customer[b-vi8xayzz5j] {
        grid-column: 1;
    }

    .cari-filter-customer-editor[b-vi8xayzz5j] {
        grid-template-columns: 1fr;
    }

    .cari-actions[b-vi8xayzz5j]  .dxbl-btn {
        flex: 1 1 100%;
    }
}
/* /Components/Pages/Hareket/HareketDetay.razor.rz.scp.css */
[b-ye3m7icrdv] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-ye3m7icrdv] .operation-detail-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-ye3m7icrdv] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-success-feedback[b-ye3m7icrdv] {
    align-items: center;
    background: linear-gradient(135deg, rgba(191, 223, 123, 0.22), rgba(255, 246, 213, 0.50));
    border: 1px solid rgba(143, 189, 56, 0.42);
    border-left: 4px solid var(--pp-green-500);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(49, 80, 24, 0.08);
    color: var(--pp-green-800);
    display: flex;
    gap: 0.55rem;
    padding: 0.65rem 0.75rem;
}

.operation-success-feedback .icon[b-ye3m7icrdv] {
    flex: 0 0 1rem;
    height: 1rem;
    width: 1rem;
}

.operation-success-feedback span:not(.icon)[b-ye3m7icrdv] {
    flex: 1 1 auto;
    font-weight: 700;
}

.operation-success-feedback small[b-ye3m7icrdv] {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(143, 189, 56, 0.24);
    border-radius: 999px;
    color: var(--pp-text-muted);
    font-size: var(--dxds-font-size-base-sm);
    padding: 0.18rem 0.48rem;
    white-space: nowrap;
}

.operation-empty[b-ye3m7icrdv],
.operation-loading[b-ye3m7icrdv] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-detail-shell[b-ye3m7icrdv] {
    --operation-theme-color: #f2816e;
    --operation-theme-rgb: 242, 129, 110;
    --operation-theme-strong: #9f2d1d;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-income[b-ye3m7icrdv] {
    --operation-theme-color: var(--pp-green-500);
    --operation-theme-rgb: 143, 189, 56;
    --operation-theme-strong: var(--pp-green-800);
}

.operation-detail-expense[b-ye3m7icrdv] {
    --operation-theme-color: #f2816e;
    --operation-theme-rgb: 242, 129, 110;
    --operation-theme-strong: #9f2d1d;
}

.operation-detail-hero[b-ye3m7icrdv] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.16), rgba(var(--operation-theme-rgb), 0.06));
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.operation-detail-title[b-ye3m7icrdv] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-ye3m7icrdv] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-ye3m7icrdv] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.18), rgba(var(--operation-theme-rgb), 0.08));
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-ye3m7icrdv] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-ye3m7icrdv] {
    color: var(--operation-theme-strong);
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-hero span[b-ye3m7icrdv] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

.operation-detail-hero .operation-movement-type-chip[b-ye3m7icrdv] {
    align-items: center;
    background: rgba(var(--operation-theme-rgb), 0.14);
    border: 1px solid rgba(var(--operation-theme-rgb), 0.34);
    border-radius: 999px;
    color: var(--operation-theme-strong);
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    line-height: 1;
    margin-top: 0.35rem;
    padding: 0.28rem 0.55rem;
    white-space: nowrap;
}

[b-ye3m7icrdv] .operation-detail-form {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-left: 4px solid rgba(var(--operation-theme-rgb), 0.72);
    border-radius: 8px;
    padding: 0.85rem;
}

.operation-detail-value[b-ye3m7icrdv] {
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text);
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

[b-ye3m7icrdv] .operation-editor {
    width: 100%;
}

.operation-field-important[b-ye3m7icrdv] {
    --operation-field-bg: transparent;
    --operation-field-border: rgba(var(--operation-theme-rgb), 0.46);
    --operation-field-strong: var(--operation-theme-color);
    --operation-field-shadow: rgba(var(--operation-theme-rgb), 0.10);
    background: var(--operation-field-bg);
    border: 1px solid var(--operation-field-border);
    border-left: 4px solid var(--operation-field-border);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(49, 80, 24, 0.04);
    padding: 0.42rem;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.operation-field-important:focus-within[b-ye3m7icrdv] {
    border-color: var(--operation-field-strong);
    border-left-color: var(--operation-field-strong);
    box-shadow: 0 0 0 3px var(--operation-field-shadow), 0 10px 22px rgba(49, 80, 24, 0.08);
}

.operation-detail-income .operation-field-date-focus[b-ye3m7icrdv] {
    --operation-field-bg: #eaf4ff;
    --operation-field-border: rgba(116, 176, 232, 0.64);
    --operation-field-strong: #4f9edb;
    --operation-field-shadow: rgba(116, 176, 232, 0.20);
}

.operation-detail-income .operation-field-type-focus[b-ye3m7icrdv] {
    --operation-field-bg: #f1fbdc;
    --operation-field-border: rgba(168, 216, 79, 0.70);
    --operation-field-strong: var(--pp-green-500);
    --operation-field-shadow: rgba(168, 216, 79, 0.20);
}

.operation-detail-income .operation-field-company-focus[b-ye3m7icrdv] {
    --operation-field-bg: #e8fbf7;
    --operation-field-border: rgba(105, 212, 200, 0.68);
    --operation-field-strong: #27b8aa;
    --operation-field-shadow: rgba(105, 212, 200, 0.22);
}

.operation-detail-income .operation-field-category-focus[b-ye3m7icrdv] {
    --operation-field-bg: #edfdf0;
    --operation-field-border: rgba(111, 206, 132, 0.62);
    --operation-field-strong: #44b463;
    --operation-field-shadow: rgba(111, 206, 132, 0.18);
}

.operation-detail-income .operation-field-subject-focus[b-ye3m7icrdv] {
    --operation-field-bg: #fff3e8;
    --operation-field-border: rgba(239, 168, 102, 0.58);
    --operation-field-strong: #d88942;
    --operation-field-shadow: rgba(239, 168, 102, 0.18);
}

.operation-detail-income .operation-field-amount-focus[b-ye3m7icrdv] {
    --operation-field-bg: #fff6d5;
    --operation-field-border: rgba(217, 155, 19, 0.62);
    --operation-field-strong: var(--pp-gold-500);
    --operation-field-shadow: rgba(217, 155, 19, 0.20);
}

.operation-detail-expense .operation-field-date-focus[b-ye3m7icrdv] {
    --operation-field-bg: #fff0ed;
    --operation-field-border: rgba(242, 129, 110, 0.54);
    --operation-field-strong: #dd5d49;
    --operation-field-shadow: rgba(242, 129, 110, 0.18);
}

.operation-detail-expense .operation-field-type-focus[b-ye3m7icrdv] {
    --operation-field-bg: #ffe7e1;
    --operation-field-border: rgba(242, 129, 110, 0.74);
    --operation-field-strong: #d84e3b;
    --operation-field-shadow: rgba(242, 129, 110, 0.24);
}

.operation-detail-expense .operation-field-company-focus[b-ye3m7icrdv] {
    --operation-field-bg: #fff1e8;
    --operation-field-border: rgba(236, 151, 94, 0.62);
    --operation-field-strong: #d67635;
    --operation-field-shadow: rgba(236, 151, 94, 0.18);
}

.operation-detail-expense .operation-field-category-focus[b-ye3m7icrdv] {
    --operation-field-bg: #ffeef3;
    --operation-field-border: rgba(230, 114, 147, 0.54);
    --operation-field-strong: #cf4f78;
    --operation-field-shadow: rgba(230, 114, 147, 0.18);
}

.operation-detail-expense .operation-field-subject-focus[b-ye3m7icrdv] {
    --operation-field-bg: #fff5dc;
    --operation-field-border: rgba(223, 173, 76, 0.58);
    --operation-field-strong: #c4861e;
    --operation-field-shadow: rgba(223, 173, 76, 0.18);
}

.operation-detail-expense .operation-field-amount-focus[b-ye3m7icrdv] {
    --operation-field-bg: #ffedc4;
    --operation-field-border: rgba(214, 139, 38, 0.66);
    --operation-field-strong: #b96b12;
    --operation-field-shadow: rgba(214, 139, 38, 0.22);
}

[b-ye3m7icrdv] .operation-field-important .operation-editor,
[b-ye3m7icrdv] .operation-field-important .dxbl-edit,
[b-ye3m7icrdv] .operation-field-important .dxbl-combobox {
    background-color: rgba(255, 255, 255, 0.72);
}

[b-ye3m7icrdv] .operation-description-editor textarea {
    min-height: 88px;
    resize: vertical;
}

[b-ye3m7icrdv] .operation-detail-tabs {
    background: var(--pp-surface-soft);
    border: 1px solid rgba(var(--operation-theme-rgb), 0.22);
    border-radius: 8px;
    padding: 0.2rem 0.35rem 0;
}

.operation-detail-tab-content[b-ye3m7icrdv] {
    min-width: 0;
}

.operation-detail-info[b-ye3m7icrdv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    color: var(--pp-text-muted);
    font-size: var(--dxds-font-size-base-sm);
    line-height: 1.35;
    margin-top: 0.45rem;
    overflow-wrap: anywhere;
}

.operation-detail-info-danger[b-ye3m7icrdv] {
    color: var(--dxds-color-content-danger-default-rest);
    font-weight: 700;
}

.cari-select-row[b-ye3m7icrdv] {
    align-items: center;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: minmax(0, 1fr) auto 38px;
}

.cari-selection-value[b-ye3m7icrdv] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.cari-selection-value-selected[b-ye3m7icrdv] {
    background: var(--pp-green-50);
    border-color: rgba(143, 189, 56, 0.45);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 1px 2px rgba(143, 189, 56, 0.12);
}

.cari-selection-value-required[b-ye3m7icrdv] {
    background: #fff7ed;
    border-color: rgba(220, 38, 38, 0.5);
    box-shadow: inset 0 0 0 1px rgba(254, 226, 226, 0.9), 0 0 0 3px rgba(248, 113, 113, 0.12);
}

.cari-selection-value-has-amount[b-ye3m7icrdv] {
    padding-right: 8.25rem;
}

.cari-selection-content[b-ye3m7icrdv] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cari-selection-content strong[b-ye3m7icrdv],
.cari-selection-content span[b-ye3m7icrdv] {
    overflow-wrap: anywhere;
}

.cari-amount-badge[b-ye3m7icrdv] {
    border-radius: 999px;
    color: #fff;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    line-height: 1;
    max-width: 7.5rem;
    overflow: hidden;
    padding: 0.38rem 0.58rem;
    position: absolute;
    right: 0.55rem;
    text-overflow: ellipsis;
    top: 0.48rem;
    white-space: nowrap;
}

.cari-amount-badge-debit[b-ye3m7icrdv] {
    background: #b91c1c;
    box-shadow: 0 1px 3px rgba(185, 28, 28, 0.24);
}

.cari-amount-badge-credit[b-ye3m7icrdv] {
    background: #15803d;
    box-shadow: 0 1px 3px rgba(21, 128, 61, 0.22);
}

[b-ye3m7icrdv] .cari-clear-button.dxbl-btn {
    min-height: 38px;
    min-width: 38px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 640px) {
    .cari-select-row[b-ye3m7icrdv] {
        grid-template-columns: minmax(0, 1fr) auto 38px;
    }

    .cari-selection-value-has-amount[b-ye3m7icrdv] {
        padding-right: 7.75rem;
    }

    .cari-amount-badge[b-ye3m7icrdv] {
        max-width: 7rem;
    }

    .operation-pdf-shell[b-ye3m7icrdv] {
        padding: 0.65rem;
    }

    .operation-pdf-header[b-ye3m7icrdv] {
        align-items: stretch;
        flex-direction: column;
    }

    [b-ye3m7icrdv] .operation-pdf-viewer {
        height: calc(100vh - 12.5rem);
        min-height: 18rem;
    }

    .operation-image-frame[b-ye3m7icrdv] {
        height: calc(100vh - 16rem);
        min-height: 18rem;
        padding: 0.65rem;
    }
}
/* /Components/Pages/Hareket/HareketListe.razor.rz.scp.css */
.operation-page[b-8rqtgvjqpb] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-8rqtgvjqpb] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.operation-title-wrap[b-8rqtgvjqpb] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-8rqtgvjqpb] {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 229, 138, 0.46), rgba(168, 216, 79, 0.22));
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-8rqtgvjqpb] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-8rqtgvjqpb] {
    color: var(--pp-green-800);
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-8rqtgvjqpb] {
    color: var(--pp-text-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-alert[b-8rqtgvjqpb] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-info[b-8rqtgvjqpb] {
    background: var(--pp-green-50);
    border: 1px solid var(--pp-green-200);
    border-radius: 8px;
    color: var(--pp-green-800);
    padding: 0.85rem 1rem;
}

.operation-loading[b-8rqtgvjqpb],
.operation-empty[b-8rqtgvjqpb] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-filter-panel[b-8rqtgvjqpb] {
    align-items: end;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(160px, 1fr) minmax(140px, 1fr) minmax(140px, 1fr) minmax(150px, 1fr) auto;
    justify-content: stretch;
    padding: 0.85rem 1rem;
}

.operation-filter-field[b-8rqtgvjqpb] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.operation-filter-field span[b-8rqtgvjqpb] {
    color: var(--pp-green-800);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-8rqtgvjqpb] .operation-filter-editor {
    width: 100%;
}

.operation-filter-search[b-8rqtgvjqpb] {
    grid-column: span 4;
}

.operation-filter-search-btn[b-8rqtgvjqpb] {
    justify-self: end;
}

.operation-filter-submit[b-8rqtgvjqpb] {
    justify-self: end;
}

[b-8rqtgvjqpb] .operation-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.movement-range-popup-content[b-8rqtgvjqpb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.movement-range-popup-message[b-8rqtgvjqpb] {
    background: var(--pp-gold-50);
    border: 1px solid var(--pp-gold-200);
    border-radius: 8px;
    color: #76520b;
    line-height: 1.45;
    padding: 0.8rem 0.9rem;
}

.movement-range-field[b-8rqtgvjqpb] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.movement-range-field span[b-8rqtgvjqpb] {
    color: var(--pp-green-800);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-8rqtgvjqpb] .movement-range-editor {
    width: 100%;
}

[b-8rqtgvjqpb] .movement-range-listbox {
    --dxbl-list-box-border-width: 0px;
    max-height: 18rem;
    width: 100%;
}

.movement-range-popup-actions[b-8rqtgvjqpb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
    width: 100%;
}

.operation-grid-panel[b-8rqtgvjqpb] {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-8rqtgvjqpb] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-8rqtgvjqpb] .operation-grid table th,
[b-8rqtgvjqpb] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-8rqtgvjqpb] .operation-grid table tbody tr:hover > td {
    background: rgba(168, 216, 79, 0.10) !important;
}

[b-8rqtgvjqpb] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.operation-summary-band[b-8rqtgvjqpb] {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 253, 243, 0.98), rgba(247, 254, 231, 0.92));
    border-top: 1px solid var(--pp-border);
    display: flex;
    flex: 0 0 62px;
    justify-content: center;
    min-height: 62px;
    overflow: hidden;
    position: relative;
}

.operation-summary-decor[b-8rqtgvjqpb] {
    inset: 0;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.operation-summary-metrics[b-8rqtgvjqpb] {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(3, minmax(8.5rem, 1fr));
    max-width: min(720px, calc(100% - 8rem));
    position: relative;
    width: 100%;
    z-index: 1;
}

.operation-summary-total[b-8rqtgvjqpb] {
    align-items: center;
    background: rgba(255, 253, 243, 0.76);
    border: 1px solid rgba(220, 233, 201, 0.86);
    border-radius: 8px;
    color: var(--pp-green-800);
    display: flex;
    flex-direction: column;
    font-size: 0.76rem;
    font-weight: 700;
    gap: 0.08rem;
    justify-content: center;
    line-height: 1.25;
    min-width: 0;
    padding: 0.25rem 0.9rem;
    position: relative;
    text-align: center;
    z-index: 1;
}

.operation-summary-total strong[b-8rqtgvjqpb] {
    color: var(--pp-text);
    font-size: 0.9rem;
    font-weight: 900;
}

.operation-summary-income strong[b-8rqtgvjqpb],
.operation-summary-positive strong[b-8rqtgvjqpb] {
    color: var(--pp-green-800);
}

.operation-summary-expense strong[b-8rqtgvjqpb],
.operation-summary-negative strong[b-8rqtgvjqpb] {
    color: #9f2d1d;
}

.operation-badge-cell[b-8rqtgvjqpb] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.movement-badge[b-8rqtgvjqpb] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    min-width: 68px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movement-amount-badge[b-8rqtgvjqpb] {
    min-width: 96px;
}

.movement-badge-debit[b-8rqtgvjqpb] {
    background: #fff1ed;
    border-color: #fb8a73;
    color: #9f2d1d;
}

.movement-badge-credit[b-8rqtgvjqpb] {
    background: var(--pp-green-50);
    border-color: var(--pp-green-400);
    color: var(--pp-green-800);
}

.movement-badge-group[b-8rqtgvjqpb] {
    background: var(--pp-gold-50);
    border-color: var(--pp-gold-300);
    color: var(--pp-green-800);
}

.operation-badge-cell > .movement-badge-group[b-8rqtgvjqpb] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.operation-actions[b-8rqtgvjqpb] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 720px) {
    .operation-page[b-8rqtgvjqpb] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-header[b-8rqtgvjqpb] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-8rqtgvjqpb] {
        align-items: flex-start;
    }

    .operation-filter-panel[b-8rqtgvjqpb] {
        grid-template-columns: 1fr;
    }

    .operation-filter-search[b-8rqtgvjqpb] {
        grid-column: 1 / -1;
    }

    .operation-grid-panel[b-8rqtgvjqpb] {
        flex: 0 0 auto;
        height: clamp(42rem, 100.8dvh, 67.2rem);
        min-height: 42rem;
    }

    [b-8rqtgvjqpb] .operation-list-button.dxbl-btn {
        width: 100%;
    }

    .operation-summary-band[b-8rqtgvjqpb] {
        flex-basis: 54px;
        min-height: 54px;
    }

    .operation-summary-decor[b-8rqtgvjqpb] {
        object-position: left center;
        opacity: 0.82;
    }

    .operation-summary-metrics[b-8rqtgvjqpb] {
        gap: 0.35rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: calc(100% - 1rem);
    }

    .operation-summary-total[b-8rqtgvjqpb] {
        background: rgba(255, 253, 243, 0.68);
        border-radius: 8px;
        font-size: 0.66rem;
        min-width: 0;
        padding: 0.22rem 0.35rem;
    }

    .operation-summary-total strong[b-8rqtgvjqpb] {
        font-size: 0.76rem;
    }
}

@media (max-height: 520px) and (orientation: landscape) {
    .operation-page[b-8rqtgvjqpb] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-grid-panel[b-8rqtgvjqpb] {
        flex: 0 0 auto;
        height: clamp(33.6rem, 100.8dvh, 42rem);
        min-height: 33.6rem;
    }
}
/* /Components/Pages/Index/Index.razor.rz.scp.css */
.dashboard-page[b-6h6raotpxh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
}

.dashboard-header[b-6h6raotpxh] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.dashboard-title-wrap[b-6h6raotpxh] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.dashboard-page-icon[b-6h6raotpxh] {
    align-items: center;
    background: rgba(255, 253, 243, 0.88);
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: flex;
    flex: 0 0 3rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.dashboard-page-icon .icon[b-6h6raotpxh] {
    height: 1.65rem;
    width: 1.65rem;
}

.dashboard-header h1[b-6h6raotpxh] {
    color: var(--pp-green-800);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.dashboard-title-meta[b-6h6raotpxh] {
    color: var(--pp-text-muted);
    font-size: 0.84rem;
    font-weight: 700;
    margin-top: 0.2rem;
}

.dashboard-actions[b-6h6raotpxh] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.6rem;
}

.dashboard-alert[b-6h6raotpxh] {
    background: #fef2f2;
    border: 1px solid rgba(220, 38, 38, 0.24);
    border-radius: 8px;
    color: #991b1b;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.75rem 0.85rem;
}

.dashboard-summary[b-6h6raotpxh] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.dashboard-summary-item[b-6h6raotpxh] {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    min-width: 0;
    padding: 0.8rem 0.9rem;
}

.dashboard-summary-total[b-6h6raotpxh] {
    border-color: var(--pp-border-strong);
}

.dashboard-summary-label[b-6h6raotpxh] {
    color: var(--pp-text-muted);
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-summary-item strong[b-6h6raotpxh] {
    color: var(--pp-green-800);
    display: block;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1.1;
    margin-top: 0.25rem;
}

.dashboard-loading[b-6h6raotpxh],
.dashboard-empty[b-6h6raotpxh],
.dashboard-panel-empty[b-6h6raotpxh] {
    align-items: center;
    background: rgba(255, 253, 243, 0.76);
    border: 1px dashed var(--pp-border-strong);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    font-size: 0.88rem;
    font-weight: 800;
    gap: 0.6rem;
    justify-content: center;
    min-height: 5.5rem;
    padding: 1rem;
}

.dashboard-panels[b-6h6raotpxh] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
}

.dashboard-panel[b-6h6raotpxh] {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    overflow: hidden;
}

.dashboard-panel-header[b-6h6raotpxh] {
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 253, 243, 0.98), rgba(247, 254, 231, 0.72));
    border-bottom: 1px solid var(--pp-border);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.85rem 1rem;
}

.dashboard-panel-header h2[b-6h6raotpxh] {
    color: var(--pp-green-800);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.dashboard-panel-header span[b-6h6raotpxh] {
    color: var(--pp-text-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: 0.18rem;
}

.dashboard-panel-count[b-6h6raotpxh] {
    align-items: center;
    background: var(--pp-gold-100);
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    color: var(--pp-green-800) !important;
    display: flex !important;
    flex: 0 0 2.35rem;
    font-size: 0.98rem !important;
    font-weight: 900 !important;
    height: 2.35rem;
    justify-content: center;
    margin-top: 0 !important;
    width: 2.35rem;
}

.dashboard-cari-panel .dashboard-panel-header[b-6h6raotpxh] {
    background: linear-gradient(180deg, rgba(247, 254, 231, 0.98), rgba(255, 253, 243, 0.78));
}

.dashboard-cari-panel .dashboard-panel-count[b-6h6raotpxh] {
    background: #ecfccb;
    border-color: rgba(101, 163, 13, 0.3);
}

.dashboard-list[b-6h6raotpxh] {
    display: flex;
    flex-direction: column;
}

.dashboard-list-row[b-6h6raotpxh] {
    align-items: center;
    border-bottom: 1px solid rgba(143, 189, 56, 0.16);
    display: grid;
    gap: 0.8rem;
    grid-template-columns: minmax(16rem, 1fr) 8.5rem 7.2rem 5.5rem;
    min-height: 4.1rem;
    padding: 0.7rem 1rem;
}

.dashboard-list-row:last-child[b-6h6raotpxh] {
    border-bottom: 0;
}

.dashboard-row-main[b-6h6raotpxh] {
    min-width: 0;
}

.dashboard-row-title[b-6h6raotpxh] {
    align-items: center;
    display: flex;
    gap: 0.55rem;
    min-width: 0;
}

.dashboard-row-title strong[b-6h6raotpxh] {
    color: var(--pp-text);
    font-size: 0.92rem;
    font-weight: 900;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-row-meta[b-6h6raotpxh] {
    color: var(--pp-text-muted);
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-plate[b-6h6raotpxh],
.dashboard-pill[b-6h6raotpxh] {
    background: rgba(247, 254, 231, 0.96);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-green-800);
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 900;
    max-width: 9.5rem;
    overflow: hidden;
    padding: 0.22rem 0.48rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-plate[b-6h6raotpxh] {
    background: #fff;
    border-color: rgba(49, 80, 24, 0.24);
    letter-spacing: 0;
}

.dashboard-status[b-6h6raotpxh] {
    border-radius: 8px;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    justify-content: center;
    min-width: 0;
    padding: 0.3rem 0.5rem;
    text-align: center;
    white-space: nowrap;
}

.dashboard-status-expired[b-6h6raotpxh] {
    background: #fef2f2;
    border: 1px solid rgba(220, 38, 38, 0.24);
    color: #991b1b;
}

.dashboard-status-critical[b-6h6raotpxh],
.dashboard-status-today[b-6h6raotpxh] {
    background: #fee2e2;
    border: 1px solid rgba(220, 38, 38, 0.34);
    color: #991b1b;
}

.dashboard-status-warning[b-6h6raotpxh] {
    background: #fff7ed;
    border: 1px solid rgba(234, 88, 12, 0.28);
    color: #9a3412;
}

.dashboard-status-safe[b-6h6raotpxh],
.dashboard-status-soon[b-6h6raotpxh] {
    background: #ecfccb;
    border: 1px solid rgba(101, 163, 13, 0.3);
    color: #365314;
}

.dashboard-date[b-6h6raotpxh] {
    color: var(--pp-text);
    font-size: 0.82rem;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

[b-6h6raotpxh] .dashboard-open-button {
    justify-self: end;
    min-width: 4.5rem;
}

@media (max-width: 1100px) {
    .dashboard-summary[b-6h6raotpxh] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-list-row[b-6h6raotpxh] {
        grid-template-columns: minmax(13rem, 1fr) 8.5rem 7rem 5.5rem;
    }
}

@media (max-width: 760px) {
    .dashboard-header[b-6h6raotpxh] {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-actions[b-6h6raotpxh] {
        justify-content: flex-start;
    }

    .dashboard-summary[b-6h6raotpxh] {
        grid-template-columns: minmax(0, 1fr);
    }

    .dashboard-list-row[b-6h6raotpxh] {
        align-items: start;
        grid-template-columns: minmax(0, 1fr);
    }

    .dashboard-date[b-6h6raotpxh] {
        text-align: left;
    }

    [b-6h6raotpxh] .dashboard-open-button {
        justify-self: start;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-y5m075zpo1] {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(49, 80, 24, 0.22), rgba(255, 229, 138, 0.14) 48%, rgba(143, 189, 56, 0.14)),
        url('/images/login-background.jpg') center / cover no-repeat;
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
    width: 100vw;
}

.login-shell[b-y5m075zpo1] {
    max-width: 430px;
    overflow: hidden;
    width: 100%;
}

.login-panel[b-y5m075zpo1] {
    backdrop-filter: blur(18px) saturate(1.16);
    background: linear-gradient(180deg, rgba(255, 253, 243, 0.46), rgba(49, 80, 24, 0.12));
    border: 1px solid rgba(255, 229, 138, 0.34);
    border-radius: 12px;
    box-shadow:
        0 28px 80px rgba(49, 80, 24, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
    box-sizing: border-box;
    padding: 1.55rem 1.65rem 1.7rem;
    width: 100%;
}

.login-logo-wrap[b-y5m075zpo1] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.15rem;
}

.login-logo-wrap img[b-y5m075zpo1] {
    display: block;
    filter: none;
    height: auto;
    max-height: 112px;
    max-width: 320px;
    object-fit: contain;
    width: 100%;
}

.login-form-native[b-y5m075zpo1] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.login-field[b-y5m075zpo1] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.login-field span[b-y5m075zpo1] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.login-field input[b-y5m075zpo1] {
    background: rgba(49, 80, 24, 0.36);
    border: 1px solid rgba(49, 80, 24, 0.66);
    border-radius: 6px;
    box-shadow:
        inset 0 1px 2px rgba(49, 80, 24, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
    color: #fff;
    font: inherit;
    height: 2.95rem;
    padding: 0 0.8rem;
    width: 100%;
}

.login-field input[b-y5m075zpo1]::placeholder {
    color: rgba(255, 255, 255, 0.86);
}

.login-field input:focus[b-y5m075zpo1] {
    background: rgba(49, 80, 24, 0.46);
    border-color: rgba(255, 229, 138, 0.86);
    box-shadow:
        0 0 0 3px rgba(255, 229, 138, 0.18),
        inset 0 1px 2px rgba(49, 80, 24, 0.22);
    outline: none;
}

[b-y5m075zpo1] .login-button {
    border-radius: 8px;
    font-weight: 800;
    height: 2.95rem;
    margin-left: auto;
    margin-top: 0.7rem;
    min-width: 118px;
    width: 100%;
}

[b-y5m075zpo1] .login-button.dxbl-btn {
    min-height: 2.95rem;
}

.login-alert[b-y5m075zpo1] {
    backdrop-filter: blur(10px) saturate(1.08);
    background: rgba(255, 253, 243, 0.96);
    border: 1px solid rgba(185, 28, 28, 0.72);
    border-radius: 10px;
    box-shadow:
        0 12px 28px rgba(49, 80, 24, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: #7f1d1d;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
}

.login-signature[b-y5m075zpo1] {
    align-items: center;
    backdrop-filter: blur(14px) saturate(1.08);
    background: rgba(49, 80, 24, 0.40);
    border: 1px solid rgba(255, 229, 138, 0.18);
    border-radius: 999px;
    bottom: 1.15rem;
    box-shadow: 0 12px 28px rgba(49, 80, 24, 0.16);
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    font-size: 0.8rem;
    gap: 0.28rem;
    left: 50%;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: calc(100vw - 2rem);
    padding: 0.46rem 0.86rem;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

.login-signature-muted[b-y5m075zpo1] {
    color: rgba(255, 255, 255, 0.58);
}

.login-signature-name[b-y5m075zpo1] {
    color: rgba(255, 255, 255, 0.94);
    font-weight: 700;
    text-decoration: none;
    text-underline-offset: 0.16rem;
}

.login-signature-name:hover[b-y5m075zpo1],
.login-signature-name:focus[b-y5m075zpo1] {
    color: #fff;
    text-decoration: underline;
}

.login-signature-name:focus-visible[b-y5m075zpo1] {
    border-radius: 4px;
    outline: 2px solid rgba(255, 255, 255, 0.72);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .login-page[b-y5m075zpo1] {
        background-position: 82% center;
        flex-direction: column;
        gap: 1rem;
        overflow: auto;
        padding: 1rem;
    }

    .login-shell[b-y5m075zpo1] {
        max-width: 390px;
    }

    .login-panel[b-y5m075zpo1] {
        padding: 1.25rem;
    }

    .login-logo-wrap img[b-y5m075zpo1] {
        max-height: 88px;
        max-width: 280px;
    }

    .login-signature[b-y5m075zpo1] {
        bottom: auto;
        font-size: 0.78rem;
        max-width: 100%;
        position: static;
        transform: none;
        white-space: normal;
    }
}
/* /Components/Pages/Personel/PersonelDetay.razor.rz.scp.css */
[b-t6kuh2sjpx] .personnel-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-t6kuh2sjpx] .personnel-detail-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.personnel-alert[b-t6kuh2sjpx] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.personnel-success-feedback[b-t6kuh2sjpx] {
    align-items: center;
    background: linear-gradient(135deg, rgba(191, 223, 123, 0.22), rgba(255, 246, 213, 0.50));
    border: 1px solid rgba(143, 189, 56, 0.42);
    border-left: 4px solid var(--pp-green-500);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(49, 80, 24, 0.08);
    color: var(--pp-green-800);
    display: flex;
    gap: 0.55rem;
    padding: 0.65rem 0.75rem;
}

.personnel-success-feedback .icon[b-t6kuh2sjpx] {
    flex: 0 0 1rem;
    height: 1rem;
    width: 1rem;
}

.personnel-success-feedback span:not(.icon)[b-t6kuh2sjpx] {
    flex: 1 1 auto;
    font-weight: 700;
}

.personnel-success-feedback small[b-t6kuh2sjpx] {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(143, 189, 56, 0.24);
    border-radius: 999px;
    color: var(--pp-text-muted);
    font-size: var(--dxds-font-size-base-sm);
    padding: 0.18rem 0.48rem;
    white-space: nowrap;
}

.personnel-empty[b-t6kuh2sjpx],
.personnel-loading[b-t6kuh2sjpx] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.personnel-detail-shell[b-t6kuh2sjpx] {
    --personnel-theme-color: var(--pp-green-500);
    --personnel-theme-rgb: 143, 189, 56;
    --personnel-theme-strong: var(--pp-green-800);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.personnel-detail-passive[b-t6kuh2sjpx] {
    --personnel-theme-color: #f2816e;
    --personnel-theme-rgb: 242, 129, 110;
    --personnel-theme-strong: #9f2d1d;
}

.personnel-detail-hero[b-t6kuh2sjpx] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--personnel-theme-rgb), 0.16), rgba(var(--personnel-theme-rgb), 0.06));
    border: 1px solid rgba(var(--personnel-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.personnel-detail-title[b-t6kuh2sjpx] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.personnel-detail-actions[b-t6kuh2sjpx] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.personnel-page-icon[b-t6kuh2sjpx] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--personnel-theme-rgb), 0.18), rgba(var(--personnel-theme-rgb), 0.08));
    border: 1px solid rgba(var(--personnel-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.personnel-page-icon .icon[b-t6kuh2sjpx] {
    height: 1.5rem;
    width: 1.5rem;
}

.personnel-detail-hero strong[b-t6kuh2sjpx] {
    color: var(--personnel-theme-strong);
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.personnel-detail-hero span[b-t6kuh2sjpx] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

.personnel-detail-hero .personnel-status-chip[b-t6kuh2sjpx] {
    align-items: center;
    background: rgba(var(--personnel-theme-rgb), 0.14);
    border: 1px solid rgba(var(--personnel-theme-rgb), 0.34);
    border-radius: 999px;
    color: var(--personnel-theme-strong);
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1;
    margin-top: 0.35rem;
    padding: 0.28rem 0.55rem;
    white-space: nowrap;
}

[b-t6kuh2sjpx] .personnel-detail-form,
[b-t6kuh2sjpx] .personnel-leave-form {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-left: 4px solid rgba(var(--personnel-theme-rgb), 0.72);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-t6kuh2sjpx] .personnel-editor {
    width: 100%;
}

.personnel-field-important[b-t6kuh2sjpx] {
    --personnel-field-bg: #fff;
    --personnel-field-border: rgba(var(--personnel-theme-rgb), 0.34);
    --personnel-field-strong: var(--personnel-theme-color);
    --personnel-field-shadow: rgba(var(--personnel-theme-rgb), 0.14);
    background: var(--personnel-field-bg);
    border: 1px solid var(--personnel-field-border);
    border-left: 4px solid var(--personnel-field-border);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(49, 80, 24, 0.04);
    padding: 0.42rem;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.personnel-field-important:focus-within[b-t6kuh2sjpx] {
    border-color: var(--personnel-field-strong);
    border-left-color: var(--personnel-field-strong);
    box-shadow: 0 0 0 3px var(--personnel-field-shadow), 0 10px 22px rgba(49, 80, 24, 0.07);
}

.personnel-detail-shell .personnel-field-status[b-t6kuh2sjpx] {
    --personnel-field-bg: #f1fbdc;
    --personnel-field-border: rgba(168, 216, 79, 0.70);
    --personnel-field-strong: var(--pp-green-500);
    --personnel-field-shadow: rgba(168, 216, 79, 0.18);
}

.personnel-detail-shell .personnel-field-identity[b-t6kuh2sjpx] {
    --personnel-field-bg: #eaf4ff;
    --personnel-field-border: rgba(116, 176, 232, 0.56);
    --personnel-field-strong: #4f9edb;
    --personnel-field-shadow: rgba(116, 176, 232, 0.16);
}

.personnel-detail-shell .personnel-field-organization[b-t6kuh2sjpx] {
    --personnel-field-bg: #e8fbf7;
    --personnel-field-border: rgba(105, 212, 200, 0.58);
    --personnel-field-strong: #27b8aa;
    --personnel-field-shadow: rgba(105, 212, 200, 0.16);
}

.personnel-detail-shell .personnel-field-date[b-t6kuh2sjpx] {
    --personnel-field-bg: #edfdf0;
    --personnel-field-border: rgba(111, 206, 132, 0.54);
    --personnel-field-strong: #44b463;
    --personnel-field-shadow: rgba(111, 206, 132, 0.14);
}

.personnel-detail-shell .personnel-field-money[b-t6kuh2sjpx] {
    --personnel-field-bg: #fff6d5;
    --personnel-field-border: rgba(217, 155, 19, 0.60);
    --personnel-field-strong: var(--pp-gold-500);
    --personnel-field-shadow: rgba(217, 155, 19, 0.18);
}

.personnel-detail-shell .personnel-field-personal[b-t6kuh2sjpx] {
    --personnel-field-bg: #f1f0ff;
    --personnel-field-border: rgba(145, 129, 226, 0.48);
    --personnel-field-strong: #7460d8;
    --personnel-field-shadow: rgba(145, 129, 226, 0.14);
}

.personnel-detail-shell .personnel-field-emergency[b-t6kuh2sjpx] {
    --personnel-field-bg: #fff3e8;
    --personnel-field-border: rgba(239, 168, 102, 0.54);
    --personnel-field-strong: #d88942;
    --personnel-field-shadow: rgba(239, 168, 102, 0.16);
}

.personnel-detail-passive .personnel-field-status[b-t6kuh2sjpx] {
    --personnel-field-bg: #ffe7e1;
    --personnel-field-border: rgba(242, 129, 110, 0.72);
    --personnel-field-strong: #d84e3b;
    --personnel-field-shadow: rgba(242, 129, 110, 0.22);
}

.personnel-detail-passive .personnel-field-identity[b-t6kuh2sjpx] {
    --personnel-field-bg: #fff0ed;
    --personnel-field-border: rgba(242, 129, 110, 0.50);
    --personnel-field-strong: #dd5d49;
    --personnel-field-shadow: rgba(242, 129, 110, 0.14);
}

.personnel-detail-passive .personnel-field-organization[b-t6kuh2sjpx],
.personnel-detail-passive .personnel-field-date[b-t6kuh2sjpx] {
    --personnel-field-bg: #fff1e8;
    --personnel-field-border: rgba(236, 151, 94, 0.56);
    --personnel-field-strong: #d67635;
    --personnel-field-shadow: rgba(236, 151, 94, 0.14);
}

.personnel-detail-passive .personnel-field-money[b-t6kuh2sjpx] {
    --personnel-field-bg: #ffedc4;
    --personnel-field-border: rgba(214, 139, 38, 0.62);
    --personnel-field-strong: #b96b12;
    --personnel-field-shadow: rgba(214, 139, 38, 0.18);
}

.personnel-detail-passive .personnel-field-personal[b-t6kuh2sjpx] {
    --personnel-field-bg: #ffeef3;
    --personnel-field-border: rgba(230, 114, 147, 0.48);
    --personnel-field-strong: #cf4f78;
    --personnel-field-shadow: rgba(230, 114, 147, 0.14);
}

.personnel-detail-passive .personnel-field-emergency[b-t6kuh2sjpx] {
    --personnel-field-bg: #fff5dc;
    --personnel-field-border: rgba(223, 173, 76, 0.54);
    --personnel-field-strong: #c4861e;
    --personnel-field-shadow: rgba(223, 173, 76, 0.14);
}

[b-t6kuh2sjpx] .personnel-field-important .personnel-editor,
[b-t6kuh2sjpx] .personnel-field-important .dxbl-edit,
[b-t6kuh2sjpx] .personnel-field-important .dxbl-combobox {
    background-color: rgba(255, 255, 255, 0.72);
}

[b-t6kuh2sjpx] .personnel-description-editor textarea {
    min-height: 88px;
    resize: vertical;
}

[b-t6kuh2sjpx] .personnel-detail-tabs {
    background: var(--pp-surface-soft);
    border: 1px solid rgba(var(--personnel-theme-rgb), 0.22);
    border-radius: 8px;
    padding: 0.2rem 0.35rem 0;
}

.personnel-detail-tab-content[b-t6kuh2sjpx] {
    min-width: 0;
}

.personnel-leave-tab[b-t6kuh2sjpx] {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-left: 4px solid rgba(var(--personnel-theme-rgb), 0.72);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
    padding: 0.85rem;
}

.personnel-leave-summary[b-t6kuh2sjpx] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.personnel-leave-summary-item[b-t6kuh2sjpx] {
    background: linear-gradient(180deg, rgba(255, 253, 243, 0.98), rgba(247, 254, 231, 0.84));
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    min-width: 0;
    padding: 0.85rem;
}

.personnel-leave-summary-item span[b-t6kuh2sjpx] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.personnel-leave-summary-item strong[b-t6kuh2sjpx] {
    color: var(--pp-text);
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
}

.personnel-leave-balance[b-t6kuh2sjpx] {
    border-color: rgba(var(--personnel-theme-rgb), 0.34);
}

.personnel-leave-toolbar[b-t6kuh2sjpx] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: space-between;
}

.personnel-leave-title[b-t6kuh2sjpx] {
    color: var(--pp-green-800);
    font-size: 1rem;
    font-weight: 800;
}

.personnel-leave-subtitle[b-t6kuh2sjpx] {
    color: var(--pp-text-muted);
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.1rem;
}

.personnel-leave-form-actions[b-t6kuh2sjpx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
    width: 100%;
}

[b-t6kuh2sjpx] .personnel-leave-grid {
    min-width: 0;
    width: 100%;
}

[b-t6kuh2sjpx] .personnel-leave-grid table th,
[b-t6kuh2sjpx] .personnel-leave-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.personnel-leave-grid-actions[b-t6kuh2sjpx] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    white-space: nowrap;
}

[b-t6kuh2sjpx] .personnel-leave-grid-actions .dxbl-btn {
    flex: 0 0 auto;
}

.personnel-leave-state[b-t6kuh2sjpx] {
    min-height: 7rem;
}

.personnel-badge[b-t6kuh2sjpx] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    min-width: 5.5rem;
    padding: 0.32rem 0.55rem;
    justify-content: center;
    white-space: nowrap;
}

.personnel-badge-active[b-t6kuh2sjpx] {
    background: rgba(143, 189, 56, 0.16);
    border: 1px solid rgba(143, 189, 56, 0.34);
    color: var(--pp-green-800);
}

.personnel-badge-passive[b-t6kuh2sjpx] {
    background: rgba(242, 129, 110, 0.14);
    border: 1px solid rgba(242, 129, 110, 0.34);
    color: #9f2d1d;
}

@media (max-width: 780px) {
    .personnel-detail-actions[b-t6kuh2sjpx] {
        justify-content: flex-start;
    }

    .personnel-leave-summary[b-t6kuh2sjpx] {
        grid-template-columns: minmax(0, 1fr);
    }

    .personnel-pdf-shell[b-t6kuh2sjpx] {
        padding: 0.65rem;
    }

    .personnel-pdf-header[b-t6kuh2sjpx] {
        align-items: stretch;
        flex-direction: column;
    }

    [b-t6kuh2sjpx] .personnel-pdf-viewer {
        height: calc(100vh - 12.5rem);
        min-height: 18rem;
    }

    .personnel-image-frame[b-t6kuh2sjpx] {
        height: calc(100vh - 16rem);
        min-height: 18rem;
        padding: 0.65rem;
    }
}
/* /Components/Pages/Personel/PersonelListe.razor.rz.scp.css */
.personnel-page[b-1qtxp1l9t3] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.personnel-header[b-1qtxp1l9t3] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.personnel-title-wrap[b-1qtxp1l9t3] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.personnel-page-icon[b-1qtxp1l9t3] {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 229, 138, 0.46), rgba(168, 216, 79, 0.22));
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.personnel-page-icon .icon[b-1qtxp1l9t3] {
    height: 1.5rem;
    width: 1.5rem;
}

.personnel-header h1[b-1qtxp1l9t3] {
    color: var(--pp-green-800);
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.personnel-title-meta[b-1qtxp1l9t3] {
    color: var(--pp-text-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.personnel-actions[b-1qtxp1l9t3] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.personnel-alert[b-1qtxp1l9t3] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.personnel-loading[b-1qtxp1l9t3],
.personnel-empty[b-1qtxp1l9t3] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.personnel-filter-panel[b-1qtxp1l9t3] {
    align-items: end;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(260px, 380px) auto minmax(150px, 190px) auto;
    justify-content: start;
    padding: 0.85rem 1rem;
}

.personnel-filter-field[b-1qtxp1l9t3] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.personnel-filter-field span[b-1qtxp1l9t3] {
    color: var(--pp-green-800);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-1qtxp1l9t3] .personnel-filter-editor {
    width: 100%;
}

[b-1qtxp1l9t3] .personnel-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.personnel-grid-panel[b-1qtxp1l9t3] {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-1qtxp1l9t3] .personnel-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-1qtxp1l9t3] .personnel-grid table th,
[b-1qtxp1l9t3] .personnel-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-1qtxp1l9t3] .personnel-grid table tbody tr:hover > td {
    background: rgba(168, 216, 79, 0.10) !important;
}

[b-1qtxp1l9t3] .personnel-inspect-button.dxbl-btn {
    min-height: 30px;
}

.personnel-badge[b-1qtxp1l9t3] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    min-width: 6rem;
    padding: 0.32rem 0.55rem;
    justify-content: center;
    white-space: nowrap;
}

.personnel-badge-active[b-1qtxp1l9t3] {
    background: rgba(143, 189, 56, 0.16);
    border: 1px solid rgba(143, 189, 56, 0.34);
    color: var(--pp-green-800);
}

.personnel-badge-passive[b-1qtxp1l9t3] {
    background: rgba(242, 129, 110, 0.14);
    border: 1px solid rgba(242, 129, 110, 0.34);
    color: #9f2d1d;
}

.personnel-pill[b-1qtxp1l9t3] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 1.8rem;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 0.34rem 0.65rem;
}

.personnel-name-pill[b-1qtxp1l9t3] {
    background: rgba(255, 229, 138, 0.28);
    border: 1px solid rgba(217, 155, 19, 0.34);
    color: var(--pp-text);
}

.personnel-institution-pill[b-1qtxp1l9t3] {
    background: rgba(45, 212, 191, 0.16);
    border: 1px solid rgba(20, 184, 166, 0.34);
    color: #0f766e;
}

.personnel-leave-badge[b-1qtxp1l9t3] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-width: 5.8rem;
    padding: 0.33rem 0.58rem;
    white-space: nowrap;
}

.personnel-leave-earned[b-1qtxp1l9t3] {
    background: rgba(143, 189, 56, 0.16);
    border: 1px solid rgba(143, 189, 56, 0.34);
    color: var(--pp-green-800);
}

.personnel-leave-used[b-1qtxp1l9t3] {
    background: rgba(255, 229, 138, 0.34);
    border: 1px solid rgba(217, 155, 19, 0.36);
    color: #76520b;
}

.personnel-leave-balance-positive[b-1qtxp1l9t3] {
    background: rgba(143, 189, 56, 0.18);
    border: 1px solid rgba(143, 189, 56, 0.38);
    color: var(--pp-green-800);
}

.personnel-leave-balance-zero[b-1qtxp1l9t3] {
    background: rgba(100, 116, 92, 0.10);
    border: 1px solid rgba(100, 116, 92, 0.24);
    color: var(--pp-text-muted);
}

.personnel-leave-balance-negative[b-1qtxp1l9t3] {
    background: rgba(242, 129, 110, 0.14);
    border: 1px solid rgba(242, 129, 110, 0.36);
    color: #9f2d1d;
}

@media (max-width: 980px) {
    .personnel-header[b-1qtxp1l9t3] {
        align-items: stretch;
        flex-direction: column;
    }

    .personnel-actions[b-1qtxp1l9t3] {
        justify-content: flex-start;
    }

    .personnel-filter-panel[b-1qtxp1l9t3] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .personnel-filter-search[b-1qtxp1l9t3],
    .personnel-filter-panel .personnel-filter-field[b-1qtxp1l9t3] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .personnel-page[b-1qtxp1l9t3] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .personnel-filter-panel[b-1qtxp1l9t3] {
        grid-template-columns: minmax(0, 1fr);
    }

    .personnel-grid-panel[b-1qtxp1l9t3] {
        flex: 0 0 auto;
        height: clamp(42rem, 100.8dvh, 67.2rem);
        min-height: 42rem;
    }

    [b-1qtxp1l9t3] .personnel-list-button.dxbl-btn {
        width: 100%;
    }
}

@media (max-height: 520px) and (orientation: landscape) {
    .personnel-page[b-1qtxp1l9t3] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .personnel-grid-panel[b-1qtxp1l9t3] {
        flex: 0 0 auto;
        height: clamp(33.6rem, 100.8dvh, 42rem);
        min-height: 33.6rem;
    }
}
/* /Components/Pages/Stok/StokAnaliz.razor.rz.scp.css */
.stock-analysis-page[b-8p6yz0xb2a] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.stock-analysis-header[b-8p6yz0xb2a],
.stock-analysis-title[b-8p6yz0xb2a],
.stock-analysis-return[b-8p6yz0xb2a],
.stock-analysis-alert[b-8p6yz0xb2a],
.stock-analysis-filter-actions[b-8p6yz0xb2a] {
    align-items: center;
    display: flex;
}

.stock-analysis-header[b-8p6yz0xb2a] {
    flex: 0 0 auto;
    justify-content: space-between;
}

.stock-analysis-title[b-8p6yz0xb2a] {
    gap: .8rem;
    min-width: 0;
}

.stock-analysis-title h1[b-8p6yz0xb2a] {
    color: var(--pp-green-800);
    font-size: 1.45rem;
    margin: 0;
}

.stock-analysis-title > div > span[b-8p6yz0xb2a] {
    color: var(--pp-text-muted);
    display: block;
    font-size: .82rem;
    font-weight: 700;
}

.stock-analysis-icon[b-8p6yz0xb2a],
.stock-analysis-empty-icon[b-8p6yz0xb2a] {
    align-items: center;
    background: rgba(255, 253, 243, .94);
    border: 1px solid var(--pp-border-strong);
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.stock-analysis-icon[b-8p6yz0xb2a] {
    flex: 0 0 3rem;
    height: 3rem;
    width: 3rem;
}

.stock-analysis-icon .icon[b-8p6yz0xb2a],
.stock-analysis-empty-icon .icon[b-8p6yz0xb2a] {
    height: 1.5rem;
    width: 1.5rem;
}

.stock-analysis-return[b-8p6yz0xb2a] {
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-green-800);
    font-size: .82rem;
    font-weight: 800;
    gap: .45rem;
    padding: .62rem .8rem;
    text-decoration: none;
}

.stock-analysis-return:hover[b-8p6yz0xb2a] {
    background: var(--pp-surface-soft);
}

.stock-analysis-alert[b-8p6yz0xb2a] {
    background: #fef2f2;
    border: 1px solid rgba(220, 38, 38, .25);
    border-radius: 8px;
    color: #991b1b;
    flex: 0 0 auto;
    font-size: .86rem;
    font-weight: 700;
    gap: .5rem;
    padding: .72rem .85rem;
}

.stock-analysis-filter-card[b-8p6yz0xb2a],
.stock-analysis-preview-card[b-8p6yz0xb2a] {
    background: rgba(255, 255, 255, .93);
    border: 1px solid var(--pp-border);
    border-radius: 10px;
    box-shadow: var(--pp-shadow-soft);
    min-width: 0;
}

.stock-analysis-filter-card[b-8p6yz0xb2a] {
    flex: 0 0 auto;
    padding: .85rem;
}

.stock-analysis-filter-grid[b-8p6yz0xb2a] {
    display: grid;
    gap: .7rem;
    grid-template-columns: minmax(13rem, 1.35fr) repeat(3, minmax(10rem, 1fr));
}

.stock-analysis-filter-grid label[b-8p6yz0xb2a] {
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    font-weight: 800;
    gap: .28rem;
    min-width: 0;
}

.stock-analysis-stock-filter[b-8p6yz0xb2a],
.stock-analysis-supplier-filter[b-8p6yz0xb2a] {
    grid-column: span 2;
}

.stock-analysis-filter-actions[b-8p6yz0xb2a] {
    flex-wrap: wrap;
    gap: .55rem;
    justify-content: flex-end;
    margin-top: .8rem;
}

.stock-analysis-preview-card[b-8p6yz0xb2a] {
    display: flex;
    flex: 1 1 0;
    min-height: 28rem;
    overflow: hidden;
}

.stock-analysis-preview[b-8p6yz0xb2a] {
    border: 0;
    flex: 1 1 0;
    height: 100%;
    min-height: 28rem;
    width: 100%;
}

.stock-analysis-state[b-8p6yz0xb2a] {
    align-items: center;
    color: var(--pp-text-muted);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: .45rem;
    justify-content: center;
    min-height: 25rem;
    padding: 2rem;
    text-align: center;
}

.stock-analysis-state strong[b-8p6yz0xb2a] {
    color: var(--pp-green-800);
    font-size: 1rem;
}

.stock-analysis-empty-icon[b-8p6yz0xb2a] {
    height: 3.25rem;
    margin-bottom: .25rem;
    width: 3.25rem;
}

@media (max-width: 980px) {
    .stock-analysis-filter-grid[b-8p6yz0xb2a] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stock-analysis-report-type[b-8p6yz0xb2a],
    .stock-analysis-stock-filter[b-8p6yz0xb2a],
    .stock-analysis-supplier-filter[b-8p6yz0xb2a] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .stock-analysis-page[b-8p6yz0xb2a] {
        flex: 0 0 auto;
    }

    .stock-analysis-header[b-8p6yz0xb2a] {
        align-items: stretch;
        flex-direction: column;
        gap: .75rem;
    }

    .stock-analysis-return[b-8p6yz0xb2a] {
        justify-content: center;
    }

    .stock-analysis-filter-grid[b-8p6yz0xb2a],
    .stock-analysis-filter-actions[b-8p6yz0xb2a] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .stock-analysis-report-type[b-8p6yz0xb2a],
    .stock-analysis-stock-filter[b-8p6yz0xb2a],
    .stock-analysis-supplier-filter[b-8p6yz0xb2a] {
        grid-column: auto;
    }

    [b-8p6yz0xb2a] .stock-analysis-filter-actions .dxbl-btn {
        width: 100%;
    }

    .stock-analysis-preview-card[b-8p6yz0xb2a],
    .stock-analysis-preview[b-8p6yz0xb2a] {
        min-height: 38rem;
    }
}
/* /Components/Pages/Stok/StokListe.razor.rz.scp.css */
.stock-page[b-we2aq04331] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.stock-header[b-we2aq04331],
.stock-title-wrap[b-we2aq04331],
.stock-actions[b-we2aq04331],
.stock-detail-hero[b-we2aq04331],
.stock-detail-title[b-we2aq04331],
.stock-detail-actions[b-we2aq04331],
.stock-card-heading[b-we2aq04331] {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.stock-header[b-we2aq04331],
.stock-detail-hero[b-we2aq04331] {
    justify-content: space-between;
}

.stock-header[b-we2aq04331],
.stock-summary[b-we2aq04331],
.stock-tabs[b-we2aq04331] {
    flex: 0 0 auto;
}

.stock-title-wrap[b-we2aq04331] {
    min-width: 0;
}

.stock-page-icon[b-we2aq04331],
.stock-detail-icon[b-we2aq04331] {
    align-items: center;
    background: rgba(255, 253, 243, .9);
    border: 1px solid var(--pp-border-strong);
    border-radius: 10px;
    display: flex;
    flex: 0 0 3rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.stock-page-icon .icon[b-we2aq04331],
.stock-detail-icon .icon[b-we2aq04331] {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
}

.stock-title-wrap h1[b-we2aq04331] {
    color: var(--pp-green-800);
    font-size: 1.45rem;
    margin: 0;
}

.stock-title-wrap span[b-we2aq04331],
.stock-detail-title span[b-we2aq04331],
.stock-card-heading span[b-we2aq04331] {
    color: var(--pp-text-muted);
    display: block;
    font-size: .8rem;
    font-weight: 700;
}

.stock-actions[b-we2aq04331],
.stock-detail-actions[b-we2aq04331] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.stock-alert[b-we2aq04331],
.stock-success[b-we2aq04331] {
    border-radius: 8px;
    flex: 0 0 auto;
    font-size: .88rem;
    font-weight: 800;
    padding: .75rem .9rem;
}

.stock-alert[b-we2aq04331] {
    background: #fef2f2;
    border: 1px solid rgba(220, 38, 38, .25);
    color: #991b1b;
}

.stock-success[b-we2aq04331] {
    background: #f0fdf4;
    border: 1px solid rgba(22, 163, 74, .25);
    color: #166534;
}

.stock-summary[b-we2aq04331] {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stock-summary > div[b-we2aq04331] {
    background: rgba(255, 255, 255, .88);
    border: 1px solid var(--pp-border);
    border-radius: 9px;
    box-shadow: var(--pp-shadow-soft);
    padding: .75rem .9rem;
}

.stock-summary span[b-we2aq04331] {
    color: var(--pp-text-muted);
    display: block;
    font-size: .76rem;
    font-weight: 800;
}

.stock-summary strong[b-we2aq04331] {
    color: var(--pp-green-800);
    display: block;
    font-size: 1.45rem;
    margin-top: .2rem;
}

.stock-summary .danger strong[b-we2aq04331] {
    color: #b91c1c;
}

.stock-tab-content[b-we2aq04331] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

.stock-filter-bar[b-we2aq04331] {
    align-items: end;
    background: rgba(255, 255, 255, .88);
    border: 1px solid var(--pp-border);
    border-radius: 9px;
    display: flex;
    flex: 0 0 auto;
    gap: .7rem;
    margin-bottom: .7rem;
    padding: .7rem;
}

.stock-filter-bar label[b-we2aq04331] {
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    font-weight: 800;
    gap: .25rem;
    min-width: 13rem;
}

.stock-movement-query-panel[b-we2aq04331] {
    display: grid;
    flex: 0 0 auto;
    gap: .7rem;
    grid-template-columns: minmax(20rem, 1fr) minmax(28rem, 1.25fr);
    margin-bottom: .7rem;
}

.stock-movement-query-group[b-we2aq04331] {
    background: rgba(255, 255, 255, .88);
    border: 1px solid var(--pp-border);
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    gap: .65rem;
    min-width: 0;
    padding: .7rem;
}

.stock-movement-query-controls[b-we2aq04331] {
    align-items: end;
    display: grid;
    gap: .6rem;
    grid-template-columns: minmax(9rem, 1fr) minmax(9rem, 1fr) auto;
    min-width: 0;
}

.stock-movement-query-group:first-child .stock-movement-query-controls[b-we2aq04331] {
    grid-template-columns: minmax(13rem, 1fr) auto;
}

.stock-movement-query-controls label[b-we2aq04331] {
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    font-weight: 800;
    gap: .25rem;
    min-width: 0;
}

[b-we2aq04331] .stock-movement-query-controls .dxbl-text-edit {
    width: 100%;
}

.stock-grid-panel[b-we2aq04331] {
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--pp-border);
    border-radius: 9px;
    display: flex;
    flex: 1 1 0;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.stock-grid-scroll[b-we2aq04331] {
    display: flex;
    flex: 1 1 0;
    min-height: 0;
    min-width: 0;
    overflow: auto;
    width: 100%;
}

.stock-grid-scroll.compact[b-we2aq04331] {
    display: block;
    flex: 0 0 auto;
    max-height: 24rem;
}

[b-we2aq04331] .stock-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    min-width: 78rem;
    width: 100%;
}

[b-we2aq04331] .stock-grid-compact {
    height: auto;
    min-width: 48rem;
}

.stock-grid-scroll.compact[b-we2aq04331]  .dxbl-grid {
    height: auto;
    min-width: 48rem;
}

[b-we2aq04331] .stock-grid table th,
[b-we2aq04331] .stock-grid table td,
.stock-grid-scroll[b-we2aq04331]  .dxbl-grid table th,
.stock-grid-scroll[b-we2aq04331]  .dxbl-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-we2aq04331] .stock-grid .dxbl-grid-fixed-cell,
[b-we2aq04331] .stock-grid .dxbl-grid-last-fixed-left-cell,
[b-we2aq04331] .stock-grid .dxbl-grid-first-fixed-right-cell {
    box-shadow: none !important;
}

[b-we2aq04331] .stock-tabs .dxbl-tabs-item,
[b-we2aq04331] .stock-tabs .dxbl-tabs-item-content {
    align-items: center;
}

[b-we2aq04331] .stock-tabs .dxbl-tabs-item-content {
    gap: .45rem;
}

[b-we2aq04331] .stock-tabs .dxbl-image.icon {
    display: block;
    height: 1.15rem;
    margin: 0;
    width: 1.15rem;
}

[b-we2aq04331] .stock-grid .dxbl-grid-header-content {
    align-items: center;
    gap: .35rem;
    min-width: 0;
}

[b-we2aq04331] .stock-grid .dxbl-grid-filter-menu-funnel-btn {
    align-items: center;
    display: inline-flex;
    flex: 0 0 1.75rem;
    height: 1.75rem;
    justify-content: center;
    min-width: 1.75rem;
    padding: .3rem;
}

[b-we2aq04331] .stock-grid .dxbl-grid-header .dxbl-image {
    flex: 0 0 1rem;
    height: 1rem;
    width: 1rem;
}

.stock-definition[b-we2aq04331] {
    background: rgba(247, 254, 231, .96);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-green-800);
    display: inline-block;
    font-weight: 900;
    max-width: 100%;
    overflow: hidden;
    padding: .2rem .48rem;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.stock-status[b-we2aq04331] {
    border: 1px solid;
    border-radius: 8px;
    display: inline-flex;
    font-size: .75rem;
    font-weight: 900;
    padding: .26rem .5rem;
}

.stock-status.ok[b-we2aq04331] {
    background: #ecfccb;
    border-color: rgba(101, 163, 13, .3);
    color: #365314;
}

.stock-status.warning[b-we2aq04331] {
    background: #fff7ed;
    border-color: rgba(234, 88, 12, .28);
    color: #9a3412;
}

.stock-status.danger[b-we2aq04331] {
    background: #fee2e2;
    border-color: rgba(220, 38, 38, .34);
    color: #991b1b;
}

.stock-status.passive[b-we2aq04331] {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475569;
}

.stock-loading[b-we2aq04331] {
    align-items: center;
    background: rgba(255, 253, 243, .76);
    border: 1px dashed var(--pp-border-strong);
    border-radius: 9px;
    color: var(--pp-text-muted);
    display: flex;
    flex: 1 1 0;
    font-weight: 800;
    gap: .6rem;
    justify-content: center;
    min-height: 8rem;
}

.stock-detail-shell[b-we2aq04331] {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    padding: .8rem;
}

.stock-detail-hero[b-we2aq04331] {
    background: linear-gradient(135deg, var(--pp-green-100), var(--pp-gold-50));
    border: 1px solid var(--pp-border);
    border-radius: 12px;
    padding: .75rem;
    position: sticky;
    top: 0;
    z-index: 4;
}

.stock-detail-title strong[b-we2aq04331],
.stock-card-heading strong[b-we2aq04331] {
    color: var(--pp-green-800);
    display: block;
    font-size: 1rem;
    font-weight: 900;
}

.stock-detail-card[b-we2aq04331] {
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--pp-border);
    border-left: 4px solid var(--pp-green-500);
    border-radius: 12px;
    padding: .85rem;
}

.stock-card-heading[b-we2aq04331] {
    margin-bottom: .75rem;
}

.stock-form[b-we2aq04331] {
    width: 100%;
}

.stock-field-important[b-we2aq04331] {
    border-left: 3px solid var(--pp-green-500);
    padding-left: .4rem;
}

.stock-line-editor[b-we2aq04331] {
    align-items: end;
    display: grid;
    gap: .65rem;
    grid-template-columns: minmax(15rem, 1fr) 10rem 11rem auto;
    margin-bottom: .75rem;
}

.stock-line-editor-actions[b-we2aq04331] {
    align-items: center;
    display: flex;
    gap: .4rem;
}

.stock-line-cost-spacer[b-we2aq04331] {
    display: block;
}

.stock-purchase-total[b-we2aq04331] {
    align-items: center;
    background: var(--pp-gold-50);
    border: 1px solid var(--pp-border);
    border-radius: 9px;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: .75rem;
    padding: .65rem .8rem;
}

.stock-purchase-total span[b-we2aq04331] {
    color: var(--pp-text-muted);
    font-size: .8rem;
    font-weight: 800;
}

.stock-purchase-total strong[b-we2aq04331] {
    color: var(--pp-green-800);
    font-size: 1.15rem;
}

.stock-row-actions[b-we2aq04331] {
    align-items: center;
    display: flex;
    gap: .35rem;
}

.stock-popup-row-actions[b-we2aq04331] {
    flex-wrap: nowrap;
    min-width: max-content;
}

.stock-recipe-editor[b-we2aq04331] {
    align-items: end;
    display: grid;
    gap: .65rem;
    grid-template-columns: minmax(15rem, 1fr) 10rem auto;
    margin-bottom: .75rem;
}

[b-we2aq04331] .stock-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-we2aq04331] .stock-detail-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    max-height: calc(100dvh - 1rem);
    overflow: auto;
    padding: 0 !important;
}

[b-we2aq04331] .stock-detail-actions .dxbl-btn {
    min-height: 2.65rem;
}

@media (max-width: 900px) {
    .stock-header[b-we2aq04331] {
        align-items: stretch;
        flex-direction: column;
    }

    .stock-actions[b-we2aq04331] {
        justify-content: flex-start;
    }

    .stock-movement-query-panel[b-we2aq04331] {
        grid-template-columns: 1fr;
    }

    .stock-summary[b-we2aq04331] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stock-line-editor[b-we2aq04331],
    .stock-recipe-editor[b-we2aq04331] {
        grid-template-columns: 1fr 1fr;
    }

    .stock-line-editor > :first-child[b-we2aq04331],
    .stock-recipe-editor > :first-child[b-we2aq04331] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .stock-page[b-we2aq04331] {
        flex: 0 0 auto;
    }

    .stock-summary[b-we2aq04331] {
        grid-template-columns: 1fr;
    }

    .stock-tab-content[b-we2aq04331] {
        flex: 0 0 auto;
        height: min(62dvh, 32rem);
        min-height: 24rem;
    }

    .stock-tab-content-movements[b-we2aq04331] {
        height: auto;
        min-height: 0;
    }

    .stock-tab-content-movements .stock-grid-panel[b-we2aq04331] {
        min-height: 24rem;
    }

    .stock-filter-bar[b-we2aq04331] {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .stock-filter-bar label[b-we2aq04331] {
        min-width: 0;
    }

    .stock-movement-query-controls[b-we2aq04331],
    .stock-movement-query-group:first-child .stock-movement-query-controls[b-we2aq04331] {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .stock-detail-hero[b-we2aq04331] {
        align-items: stretch;
        flex-direction: column;
    }

    .stock-detail-actions[b-we2aq04331],
    .stock-line-editor[b-we2aq04331],
    .stock-recipe-editor[b-we2aq04331] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .stock-line-editor > :first-child[b-we2aq04331],
    .stock-recipe-editor > :first-child[b-we2aq04331] {
        grid-column: auto;
    }

    .stock-line-cost-spacer[b-we2aq04331] {
        display: none;
    }

    .stock-line-editor-actions[b-we2aq04331] {
        display: grid;
        grid-template-columns: 1fr;
    }

    [b-we2aq04331] .stock-detail-actions .dxbl-btn,
    [b-we2aq04331] .stock-line-editor-actions .dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/Tanimlamalar/FinansAnaKategoriDetay.razor.rz.scp.css */
[b-g31obn9wck] .definition-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-g31obn9wck] .definition-detail-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-g31obn9wck] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-empty[b-g31obn9wck],
.operation-loading[b-g31obn9wck] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.definition-detail-shell[b-g31obn9wck] {
    --operation-theme-rgb: 217, 155, 19;
    --operation-theme-strong: var(--pp-green-800);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-g31obn9wck] {
    align-items: center;
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.definition-detail-hero[b-g31obn9wck] {
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.16), rgba(var(--operation-theme-rgb), 0.06));
    border-color: rgba(var(--operation-theme-rgb), 0.28);
}

.operation-detail-title[b-g31obn9wck] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-g31obn9wck] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-g31obn9wck] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.18), rgba(var(--operation-theme-rgb), 0.08));
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-g31obn9wck] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-g31obn9wck] {
    color: var(--operation-theme-strong);
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-hero span[b-g31obn9wck] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

[b-g31obn9wck] .operation-detail-form {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-left: 4px solid rgba(var(--operation-theme-rgb), 0.72);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-g31obn9wck] .definition-detail-form {
    border-left-color: rgba(var(--operation-theme-rgb), 0.72);
}

.operation-detail-value[b-g31obn9wck] {
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text);
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

.definition-id-value[b-g31obn9wck] {
    overflow-wrap: normal;
    white-space: nowrap;
}

[b-g31obn9wck] .operation-editor {
    width: 100%;
}

.definition-field-important[b-g31obn9wck] {
    --definition-field-bg: #fff;
    --definition-field-border: rgba(var(--operation-theme-rgb), 0.34);
    --definition-field-strong: rgba(var(--operation-theme-rgb), 0.86);
    --definition-field-shadow: rgba(var(--operation-theme-rgb), 0.12);
    background: var(--definition-field-bg);
    border: 1px solid var(--definition-field-border);
    border-left: 4px solid var(--definition-field-border);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(49, 80, 24, 0.04);
    padding: 0.42rem;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.definition-field-name[b-g31obn9wck] {
    --definition-field-bg: #e8fbf7;
    --definition-field-border: rgba(105, 212, 200, 0.58);
    --definition-field-strong: #27b8aa;
    --definition-field-shadow: rgba(105, 212, 200, 0.16);
}

.definition-field-category[b-g31obn9wck] {
    --definition-field-bg: #f1fbdc;
    --definition-field-border: rgba(168, 216, 79, 0.58);
    --definition-field-strong: var(--pp-green-500);
    --definition-field-shadow: rgba(168, 216, 79, 0.16);
}

.definition-field-relation[b-g31obn9wck] {
    --definition-field-bg: #fff6d5;
    --definition-field-border: rgba(217, 155, 19, 0.58);
    --definition-field-strong: var(--pp-gold-500);
    --definition-field-shadow: rgba(217, 155, 19, 0.16);
}

.definition-field-important:focus-within[b-g31obn9wck] {
    border-color: var(--definition-field-strong);
    border-left-color: var(--definition-field-strong);
    box-shadow: 0 0 0 3px var(--definition-field-shadow), 0 10px 22px rgba(49, 80, 24, 0.07);
}

[b-g31obn9wck] .definition-field-important .operation-editor,
[b-g31obn9wck] .definition-field-important .dxbl-edit,
[b-g31obn9wck] .definition-field-important .dxbl-combobox {
    background-color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 720px) {
    .definition-detail-shell[b-g31obn9wck] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/Tanimlamalar/FinansKategoriDetay.razor.rz.scp.css */
[b-wjhyhok56f] .definition-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-wjhyhok56f] .definition-detail-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-wjhyhok56f] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-empty[b-wjhyhok56f],
.operation-loading[b-wjhyhok56f] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.definition-detail-shell[b-wjhyhok56f] {
    --operation-theme-rgb: 217, 155, 19;
    --operation-theme-strong: var(--pp-green-800);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-wjhyhok56f] {
    align-items: center;
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.definition-detail-hero[b-wjhyhok56f] {
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.16), rgba(var(--operation-theme-rgb), 0.06));
    border-color: rgba(var(--operation-theme-rgb), 0.28);
}

.operation-detail-title[b-wjhyhok56f] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-wjhyhok56f] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-wjhyhok56f] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.18), rgba(var(--operation-theme-rgb), 0.08));
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-wjhyhok56f] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-wjhyhok56f] {
    color: var(--operation-theme-strong);
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-hero span[b-wjhyhok56f] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

[b-wjhyhok56f] .operation-detail-form {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-left: 4px solid rgba(var(--operation-theme-rgb), 0.72);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-wjhyhok56f] .definition-detail-form {
    border-left-color: rgba(var(--operation-theme-rgb), 0.72);
}

.operation-detail-value[b-wjhyhok56f] {
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text);
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

[b-wjhyhok56f] .operation-editor {
    width: 100%;
}

.definition-field-important[b-wjhyhok56f] {
    --definition-field-bg: #fff;
    --definition-field-border: rgba(var(--operation-theme-rgb), 0.34);
    --definition-field-strong: rgba(var(--operation-theme-rgb), 0.86);
    --definition-field-shadow: rgba(var(--operation-theme-rgb), 0.12);
    background: var(--definition-field-bg);
    border: 1px solid var(--definition-field-border);
    border-left: 4px solid var(--definition-field-border);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(49, 80, 24, 0.04);
    padding: 0.42rem;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.definition-field-name[b-wjhyhok56f] {
    --definition-field-bg: #e8fbf7;
    --definition-field-border: rgba(105, 212, 200, 0.58);
    --definition-field-strong: #27b8aa;
    --definition-field-shadow: rgba(105, 212, 200, 0.16);
}

.definition-field-category[b-wjhyhok56f] {
    --definition-field-bg: #f1fbdc;
    --definition-field-border: rgba(168, 216, 79, 0.58);
    --definition-field-strong: var(--pp-green-500);
    --definition-field-shadow: rgba(168, 216, 79, 0.16);
}

.definition-field-relation[b-wjhyhok56f] {
    --definition-field-bg: #fff6d5;
    --definition-field-border: rgba(217, 155, 19, 0.58);
    --definition-field-strong: var(--pp-gold-500);
    --definition-field-shadow: rgba(217, 155, 19, 0.16);
}

.definition-field-important:focus-within[b-wjhyhok56f] {
    border-color: var(--definition-field-strong);
    border-left-color: var(--definition-field-strong);
    box-shadow: 0 0 0 3px var(--definition-field-shadow), 0 10px 22px rgba(49, 80, 24, 0.07);
}

[b-wjhyhok56f] .definition-field-important .operation-editor,
[b-wjhyhok56f] .definition-field-important .dxbl-edit,
[b-wjhyhok56f] .definition-field-important .dxbl-combobox {
    background-color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 720px) {
    .definition-detail-shell[b-wjhyhok56f] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/Tanimlamalar/KurumDetay.razor.rz.scp.css */
[b-cb59kbeyy8] .definition-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-cb59kbeyy8] .definition-detail-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-cb59kbeyy8] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-empty[b-cb59kbeyy8],
.operation-loading[b-cb59kbeyy8] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.definition-detail-shell[b-cb59kbeyy8] {
    --operation-theme-rgb: 143, 189, 56;
    --operation-theme-strong: var(--pp-green-800);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-cb59kbeyy8] {
    align-items: center;
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.definition-detail-hero[b-cb59kbeyy8] {
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.16), rgba(var(--operation-theme-rgb), 0.06));
    border-color: rgba(var(--operation-theme-rgb), 0.28);
}

.operation-detail-title[b-cb59kbeyy8] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-cb59kbeyy8] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-cb59kbeyy8] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.18), rgba(var(--operation-theme-rgb), 0.08));
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-cb59kbeyy8] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-cb59kbeyy8] {
    color: var(--operation-theme-strong);
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-hero span[b-cb59kbeyy8] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

[b-cb59kbeyy8] .operation-detail-form {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-left: 4px solid rgba(var(--operation-theme-rgb), 0.72);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-cb59kbeyy8] .definition-detail-form {
    border-left-color: rgba(var(--operation-theme-rgb), 0.72);
}

.operation-detail-value[b-cb59kbeyy8] {
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text);
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

[b-cb59kbeyy8] .operation-editor {
    width: 100%;
}

.definition-field-important[b-cb59kbeyy8] {
    --definition-field-bg: #fff;
    --definition-field-border: rgba(var(--operation-theme-rgb), 0.34);
    --definition-field-strong: rgba(var(--operation-theme-rgb), 0.86);
    --definition-field-shadow: rgba(var(--operation-theme-rgb), 0.12);
    background: var(--definition-field-bg);
    border: 1px solid var(--definition-field-border);
    border-left: 4px solid var(--definition-field-border);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(49, 80, 24, 0.04);
    padding: 0.42rem;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.definition-field-name[b-cb59kbeyy8] {
    --definition-field-bg: #e8fbf7;
    --definition-field-border: rgba(105, 212, 200, 0.58);
    --definition-field-strong: #27b8aa;
    --definition-field-shadow: rgba(105, 212, 200, 0.16);
}

.definition-field-category[b-cb59kbeyy8] {
    --definition-field-bg: #f1fbdc;
    --definition-field-border: rgba(168, 216, 79, 0.58);
    --definition-field-strong: var(--pp-green-500);
    --definition-field-shadow: rgba(168, 216, 79, 0.16);
}

.definition-field-relation[b-cb59kbeyy8] {
    --definition-field-bg: #fff6d5;
    --definition-field-border: rgba(217, 155, 19, 0.58);
    --definition-field-strong: var(--pp-gold-500);
    --definition-field-shadow: rgba(217, 155, 19, 0.16);
}

.definition-field-important:focus-within[b-cb59kbeyy8] {
    border-color: var(--definition-field-strong);
    border-left-color: var(--definition-field-strong);
    box-shadow: 0 0 0 3px var(--definition-field-shadow), 0 10px 22px rgba(49, 80, 24, 0.07);
}

[b-cb59kbeyy8] .definition-field-important .operation-editor,
[b-cb59kbeyy8] .definition-field-important .dxbl-edit,
[b-cb59kbeyy8] .definition-field-important .dxbl-combobox {
    background-color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 720px) {
    .definition-detail-shell[b-cb59kbeyy8] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/Tanimlamalar/SirketDetay.razor.rz.scp.css */
[b-bx4ypoz5mv] .definition-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-bx4ypoz5mv] .definition-detail-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-bx4ypoz5mv] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-empty[b-bx4ypoz5mv],
.operation-loading[b-bx4ypoz5mv] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.definition-detail-shell[b-bx4ypoz5mv] {
    --operation-theme-rgb: 143, 189, 56;
    --operation-theme-strong: var(--pp-green-800);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-bx4ypoz5mv] {
    align-items: center;
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.definition-detail-hero[b-bx4ypoz5mv] {
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.16), rgba(var(--operation-theme-rgb), 0.06));
    border-color: rgba(var(--operation-theme-rgb), 0.28);
}

.operation-detail-title[b-bx4ypoz5mv] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-bx4ypoz5mv] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-bx4ypoz5mv] {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--operation-theme-rgb), 0.18), rgba(var(--operation-theme-rgb), 0.08));
    border: 1px solid rgba(var(--operation-theme-rgb), 0.28);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-bx4ypoz5mv] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-bx4ypoz5mv] {
    color: var(--operation-theme-strong);
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-hero span[b-bx4ypoz5mv] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

[b-bx4ypoz5mv] .operation-detail-form {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-left: 4px solid rgba(var(--operation-theme-rgb), 0.72);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-bx4ypoz5mv] .definition-detail-form {
    border-left-color: rgba(var(--operation-theme-rgb), 0.72);
}

.operation-detail-value[b-bx4ypoz5mv] {
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text);
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

[b-bx4ypoz5mv] .operation-editor {
    width: 100%;
}

.definition-field-important[b-bx4ypoz5mv] {
    --definition-field-bg: #fff;
    --definition-field-border: rgba(var(--operation-theme-rgb), 0.34);
    --definition-field-strong: rgba(var(--operation-theme-rgb), 0.86);
    --definition-field-shadow: rgba(var(--operation-theme-rgb), 0.12);
    background: var(--definition-field-bg);
    border: 1px solid var(--definition-field-border);
    border-left: 4px solid var(--definition-field-border);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(49, 80, 24, 0.04);
    padding: 0.42rem;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.definition-field-name[b-bx4ypoz5mv] {
    --definition-field-bg: #e8fbf7;
    --definition-field-border: rgba(105, 212, 200, 0.58);
    --definition-field-strong: #27b8aa;
    --definition-field-shadow: rgba(105, 212, 200, 0.16);
}

.definition-field-category[b-bx4ypoz5mv] {
    --definition-field-bg: #f1fbdc;
    --definition-field-border: rgba(168, 216, 79, 0.58);
    --definition-field-strong: var(--pp-green-500);
    --definition-field-shadow: rgba(168, 216, 79, 0.16);
}

.definition-field-relation[b-bx4ypoz5mv] {
    --definition-field-bg: #fff6d5;
    --definition-field-border: rgba(217, 155, 19, 0.58);
    --definition-field-strong: var(--pp-gold-500);
    --definition-field-shadow: rgba(217, 155, 19, 0.16);
}

.definition-field-important:focus-within[b-bx4ypoz5mv] {
    border-color: var(--definition-field-strong);
    border-left-color: var(--definition-field-strong);
    box-shadow: 0 0 0 3px var(--definition-field-shadow), 0 10px 22px rgba(49, 80, 24, 0.07);
}

[b-bx4ypoz5mv] .definition-field-important .operation-editor,
[b-bx4ypoz5mv] .definition-field-important .dxbl-edit,
[b-bx4ypoz5mv] .definition-field-important .dxbl-combobox {
    background-color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 720px) {
    .definition-detail-shell[b-bx4ypoz5mv] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/Tanimlamalar/TanimlamalarListe.razor.rz.scp.css */
.operation-page[b-2qd8kkdz61] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.definition-page[b-2qd8kkdz61] {
    min-width: 0;
}

.operation-header[b-2qd8kkdz61] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.operation-title-wrap[b-2qd8kkdz61] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-2qd8kkdz61] {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 229, 138, 0.46), rgba(168, 216, 79, 0.22));
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-2qd8kkdz61] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-2qd8kkdz61] {
    color: var(--pp-green-800);
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-2qd8kkdz61] {
    color: var(--pp-text-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-actions[b-2qd8kkdz61] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-alert[b-2qd8kkdz61] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-loading[b-2qd8kkdz61] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.definition-tabs-panel[b-2qd8kkdz61] {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    padding: 0.35rem 0.45rem 0;
}

[b-2qd8kkdz61] .definition-tabs {
    min-width: 0;
}

.operation-filter-panel[b-2qd8kkdz61] {
    align-items: end;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow-soft);
    display: grid;
    gap: 0.75rem;
    justify-content: start;
    padding: 0.85rem 1rem;
}

.definition-filter-panel[b-2qd8kkdz61] {
    grid-template-columns: minmax(260px, 420px) auto auto;
}

.operation-filter-field[b-2qd8kkdz61] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.operation-filter-field span[b-2qd8kkdz61] {
    color: var(--pp-green-800);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-2qd8kkdz61] .operation-filter-editor {
    width: 100%;
}

[b-2qd8kkdz61] .operation-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.definition-filter-search[b-2qd8kkdz61] {
    min-width: 0;
}

.operation-grid-panel[b-2qd8kkdz61] {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-2qd8kkdz61] .operation-grid {
    flex: 1 1 0;
    height: auto;
    min-height: 0;
    width: 100%;
}

[b-2qd8kkdz61] .operation-grid table th,
[b-2qd8kkdz61] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-2qd8kkdz61] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

[b-2qd8kkdz61] .operation-badge-cell {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

[b-2qd8kkdz61] .definition-grid table tbody tr:hover > td {
    background: rgba(168, 216, 79, 0.10) !important;
}

.definition-name-badge[b-2qd8kkdz61],
.definition-category-badge[b-2qd8kkdz61] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    min-width: 72px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.definition-name-badge[b-2qd8kkdz61] {
    background: var(--pp-green-50);
    border-color: var(--pp-green-300);
    color: var(--pp-green-800);
}

.definition-category-badge[b-2qd8kkdz61] {
    background: var(--pp-gold-50);
    border-color: var(--pp-gold-300);
    color: var(--pp-green-800);
}

.definition-subcategory-text[b-2qd8kkdz61] {
    color: var(--pp-text);
    display: block;
    font-weight: 700;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .operation-page[b-2qd8kkdz61] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-header[b-2qd8kkdz61] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-2qd8kkdz61] {
        align-items: flex-start;
    }

    .definition-filter-panel[b-2qd8kkdz61] {
        grid-template-columns: 1fr;
    }

    .operation-grid-panel[b-2qd8kkdz61] {
        flex: 0 0 auto;
        height: clamp(42rem, 100.8dvh, 67.2rem);
        min-height: 42rem;
    }

    [b-2qd8kkdz61] .operation-list-button.dxbl-btn {
        width: 100%;
    }
}

@media (max-height: 520px) and (orientation: landscape) {
    .operation-page[b-2qd8kkdz61] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-grid-panel[b-2qd8kkdz61] {
        flex: 0 0 auto;
        height: clamp(33.6rem, 100.8dvh, 42rem);
        min-height: 33.6rem;
    }
}
/* /Components/Pages/Yardim/CafeYonetimiKilavuzu.razor.rz.scp.css */
.guide-page[b-w01xzdrovd] {
    --guide-accent: #234d63;
    --guide-accent-soft: #eaf3f6;
}
/* /Components/Pages/Yardim/StokKilavuzu.razor.rz.scp.css */
.guide-page[b-qhm9ik3qtq] {
    --guide-accent: #315018;
    --guide-accent-soft: #edf4e7;
}

.guide-inline-link[b-qhm9ik3qtq] {
    display: inline-flex;
    align-items: center;
    margin-top: 0.9rem;
    padding: 0.7rem 1rem;
    border-radius: 0.65rem;
    background: var(--guide-accent);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.guide-footer > div[b-qhm9ik3qtq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.9rem;
}

@media (max-width: 700px) {
    .guide-footer > div[b-qhm9ik3qtq] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/Yonetim/KullaniciListe.razor.rz.scp.css */
.operation-page[b-2bxdfoahz2] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-2bxdfoahz2] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.operation-title-wrap[b-2bxdfoahz2] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-title-meta[b-2bxdfoahz2] {
    color: var(--pp-text-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-page-icon[b-2bxdfoahz2] {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 229, 138, 0.46), rgba(168, 216, 79, 0.22));
    border: 1px solid var(--pp-border-strong);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-2bxdfoahz2] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-2bxdfoahz2] {
    color: var(--pp-green-800);
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-actions[b-2bxdfoahz2] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-alert[b-2bxdfoahz2] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-info[b-2bxdfoahz2] {
    background: var(--pp-green-50);
    border: 1px solid var(--pp-green-200);
    border-radius: 8px;
    color: var(--pp-green-800);
    padding: 0.85rem 1rem;
}

.operation-loading[b-2bxdfoahz2] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-grid-panel[b-2bxdfoahz2] {
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-shadow: var(--pp-shadow);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    height: clamp(22rem, calc(100vh - 12rem), 44rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-2bxdfoahz2] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-2bxdfoahz2] .operation-grid table th,
[b-2bxdfoahz2] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-2bxdfoahz2] .operation-grid table tbody tr:hover > td {
    background: rgba(168, 216, 79, 0.10) !important;
}

.user-row-actions[b-2bxdfoahz2] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    white-space: nowrap;
}

.operation-badge-cell[b-2bxdfoahz2] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.user-name-badge[b-2bxdfoahz2] {
    align-items: center;
    background: var(--pp-gold-50);
    border: 1px solid var(--pp-gold-300);
    border-radius: 999px;
    color: var(--pp-green-800);
    display: inline-flex;
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .user-name-badge[b-2bxdfoahz2] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.user-status-badge[b-2bxdfoahz2] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    min-height: 24px;
    padding: 0.25rem 0.65rem;
    white-space: nowrap;
}

.user-status-active[b-2bxdfoahz2] {
    background: var(--pp-green-50);
    border: 1px solid var(--pp-green-300);
    color: var(--pp-green-800);
}

.user-status-passive[b-2bxdfoahz2] {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.user-edit-form[b-2bxdfoahz2] {
    padding: 1rem;
}

.user-name-composer[b-2bxdfoahz2] {
    align-items: stretch;
    display: flex;
    min-width: 0;
    width: 100%;
}

.user-name-prefix-input[b-2bxdfoahz2] {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    color: var(--pp-text);
    flex: 1 1 auto;
    font: inherit;
    min-height: 2.45rem;
    min-width: 0;
    outline: none;
    padding: 0.55rem 0.7rem;
}

.user-name-prefix-input:focus[b-2bxdfoahz2] {
    border-color: var(--pp-green-500);
    box-shadow: 0 0 0 3px var(--pp-focus);
    position: relative;
    z-index: 1;
}

.user-name-suffix[b-2bxdfoahz2] {
    align-items: center;
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    border-left: 0;
    border-radius: 0 8px 8px 0;
    color: var(--pp-text-muted);
    display: inline-flex;
    flex: 0 1 auto;
    font-weight: 700;
    max-width: 55%;
    min-height: 2.45rem;
    overflow: hidden;
    padding: 0.55rem 0.7rem;
    text-overflow: ellipsis;
    user-select: none;
    white-space: nowrap;
}

.user-password-input[b-2bxdfoahz2] {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--pp-text);
    font: inherit;
    min-height: 2.45rem;
    outline: none;
    padding: 0.55rem 0.7rem;
    width: 100%;
}

.user-password-input:focus[b-2bxdfoahz2] {
    border-color: var(--pp-green-500);
    box-shadow: 0 0 0 3px var(--pp-focus);
}

.user-popup-actions[b-2bxdfoahz2] {
    justify-content: flex-end;
    padding: 0.8rem 1rem 1rem;
    width: 100%;
}

.permission-shell[b-2bxdfoahz2] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
}

.permission-toolbar[b-2bxdfoahz2] {
    align-items: center;
    background: var(--pp-cream);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem;
}

.permission-bulk-actions[b-2bxdfoahz2],
.permission-save-actions[b-2bxdfoahz2] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.permission-save-actions[b-2bxdfoahz2] {
    justify-content: flex-end;
}

.permission-note[b-2bxdfoahz2] {
    background: var(--pp-gold-50);
    border: 1px solid var(--pp-gold-200);
    border-radius: 8px;
    color: #713f12;
    padding: 0.65rem 0.75rem;
}

.permission-group[b-2bxdfoahz2] {
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    overflow: hidden;
}

.permission-group-header[b-2bxdfoahz2] {
    align-items: center;
    background: linear-gradient(180deg, var(--pp-cream), var(--pp-green-50));
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem 0.9rem;
}

.permission-group-header h2[b-2bxdfoahz2] {
    color: var(--pp-green-800);
    font-size: 0.96rem;
    font-weight: 800;
    margin: 0;
}

.permission-list[b-2bxdfoahz2] {
    display: flex;
    flex-direction: column;
}

.permission-row[b-2bxdfoahz2] {
    align-items: center;
    border-top: 1px solid var(--pp-border);
    display: grid;
    gap: 0.8rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.75rem 0.9rem;
}

.permission-title[b-2bxdfoahz2] {
    color: var(--pp-text);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.28;
}

@media (max-width: 720px) {
    .operation-page[b-2bxdfoahz2] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-header[b-2bxdfoahz2] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-2bxdfoahz2] {
        align-items: flex-start;
    }

    .operation-actions[b-2bxdfoahz2] {
        justify-content: flex-start;
    }

    .permission-toolbar[b-2bxdfoahz2] {
        align-items: stretch;
        flex-direction: column;
    }

    .permission-bulk-actions[b-2bxdfoahz2],
    .permission-save-actions[b-2bxdfoahz2] {
        align-items: stretch;
        flex-direction: column;
    }

    .permission-save-actions[b-2bxdfoahz2] {
        justify-content: flex-start;
    }

    .permission-group-header[b-2bxdfoahz2] {
        flex-wrap: wrap;
    }

    .user-row-actions[b-2bxdfoahz2] {
        align-items: flex-start;
        flex-direction: column;
    }

    [b-2bxdfoahz2] .user-row-actions .dxbl-btn {
        width: 112px;
    }

    .user-name-composer[b-2bxdfoahz2] {
        flex-direction: column;
    }

    .user-name-prefix-input[b-2bxdfoahz2] {
        border-radius: 8px 8px 0 0;
    }

    .user-name-suffix[b-2bxdfoahz2] {
        border-left: 1px solid var(--pp-border);
        border-radius: 0 0 8px 8px;
        border-top: 0;
        max-width: 100%;
    }

    .operation-grid-panel[b-2bxdfoahz2] {
        flex: 0 0 auto;
        height: clamp(33.6rem, 86.8vh, 50.4rem);
        min-height: 33.6rem;
    }

    .permission-row[b-2bxdfoahz2] {
        align-items: start;
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Components/Shared/DosyalamaPanel.razor.rz.scp.css */
.filing-tab[b-xviv8woipc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.filing-toolbar[b-xviv8woipc] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.filing-title[b-xviv8woipc] {
    color: var(--pp-green-800);
    font-size: 1.05rem;
    font-weight: 800;
}

.filing-subtitle[b-xviv8woipc] {
    color: var(--pp-text-muted);
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

.filing-upload[b-xviv8woipc] {
    min-width: 0;
}

.filing-drop-zone[b-xviv8woipc] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px dashed var(--pp-border-strong);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    justify-content: center;
    min-height: 11rem;
    padding: 1rem;
    text-align: center;
}

.filing-drop-zone-hover[b-xviv8woipc] {
    background: var(--pp-green-50);
    border-color: var(--pp-green-500);
}

.filing-drop-icon[b-xviv8woipc] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px solid var(--pp-border);
    border-radius: 50%;
    display: flex;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.filing-drop-title[b-xviv8woipc] {
    color: var(--pp-green-800);
    font-weight: 800;
}

.filing-drop-subtitle[b-xviv8woipc],
.filing-drop-note[b-xviv8woipc] {
    font-size: var(--dxds-font-size-base-sm);
}

.filing-select-button[b-xviv8woipc] {
    margin-top: 0.35rem;
}

.filing-error[b-xviv8woipc] {
    background: rgba(248, 113, 113, 0.1);
    border: 1px solid rgba(248, 113, 113, 0.28);
    border-radius: 8px;
    color: #991b1b;
    padding: 0.75rem 0.85rem;
}

.filing-loading[b-xviv8woipc] {
    align-items: center;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    justify-content: center;
}

.filing-empty[b-xviv8woipc] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px dashed var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    justify-content: center;
    min-height: 7rem;
    padding: 1rem;
    text-align: center;
}

.filing-file-state[b-xviv8woipc] {
    min-height: 6rem;
}

.filing-grid-shell[b-xviv8woipc] {
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

[b-xviv8woipc] .filing-grid {
    min-width: 61rem;
    width: max(100%, 61rem);
}

[b-xviv8woipc] .filing-grid table th,
[b-xviv8woipc] .filing-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.filing-actions[b-xviv8woipc] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.4rem;
}

.filing-actions[b-xviv8woipc]  .dxbl-btn {
    flex: 0 0 auto;
}

@media (max-width: 720px) {
    .filing-actions[b-xviv8woipc] {
        flex-wrap: wrap;
    }
}
/* /Components/Shared/DosyaOnizlemePopup.razor.rz.scp.css */
[b-1zipy0vdt4] .filing-preview-popup {
    max-width: calc(100vw - 1rem);
}

[b-1zipy0vdt4] .filing-preview-popup-body {
    background: linear-gradient(180deg, var(--pp-cream), #fff);
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
}

.filing-preview-shell[b-1zipy0vdt4] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    height: 100%;
    min-height: 0;
    padding: 0.85rem;
}

.filing-preview-header[b-1zipy0vdt4] {
    align-items: center;
    background: var(--pp-surface-soft);
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.7rem 0.85rem;
}

.filing-preview-title[b-1zipy0vdt4] {
    min-width: 0;
}

.filing-preview-title strong[b-1zipy0vdt4] {
    color: var(--pp-green-800);
    display: block;
    font-size: 1rem;
}

.filing-preview-title span[b-1zipy0vdt4] {
    color: var(--pp-text-muted);
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filing-preview-state[b-1zipy0vdt4] {
    flex: 1 1 auto;
}

.filing-preview-loading[b-1zipy0vdt4] {
    align-items: center;
    color: var(--pp-text-muted);
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    min-height: 10rem;
}

.filing-preview-empty[b-1zipy0vdt4] {
    align-items: center;
    background: var(--pp-surface);
    border: 1px dashed var(--pp-border);
    border-radius: 8px;
    color: var(--pp-text-muted);
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-height: 10rem;
    padding: 1rem;
    text-align: center;
}

.filing-image-toolbar[b-1zipy0vdt4] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.1rem;
    -webkit-overflow-scrolling: touch;
}

.filing-image-toolbar[b-1zipy0vdt4]  .dxbl-btn {
    flex: 0 0 auto;
}

.filing-image-zoom[b-1zipy0vdt4] {
    color: var(--pp-text-muted);
    flex: 0 0 auto;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    min-width: 3rem;
    text-align: center;
}

[b-1zipy0vdt4] .filing-pdf-viewer {
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    flex: 1 1 auto;
    height: min(650px, calc(100vh - 12rem));
    min-height: 24rem;
    overflow: hidden;
}

.filing-image-frame[b-1zipy0vdt4] {
    align-items: center;
    background: #111827;
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    display: flex;
    flex: 1 1 auto;
    height: min(650px, calc(100vh - 15rem));
    justify-content: center;
    min-height: 24rem;
    overflow: auto;
    padding: 1rem;
}

.filing-image-viewer[b-1zipy0vdt4] {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transform-origin: center center;
}

@media (max-width: 720px) {
    .filing-preview-shell[b-1zipy0vdt4] {
        padding: 0.65rem;
    }

    .filing-preview-header[b-1zipy0vdt4] {
        align-items: stretch;
        flex-direction: column;
    }

    [b-1zipy0vdt4] .filing-pdf-viewer {
        height: calc(100vh - 12.5rem);
        min-height: 18rem;
    }

    .filing-image-frame[b-1zipy0vdt4] {
        height: calc(100vh - 16rem);
        min-height: 18rem;
        padding: 0.65rem;
    }
}
