@import '_content/Mozaik.Material/Mozaik.Material.hcy7y9pq0z.bundle.scp.css';
@import '_content/Mozaik/Mozaik.t0xuxx2k7x.bundle.scp.css';

/* /Components/AdminDrawer.razor.rz.scp.css */
/* ============================================================
   Admin Drawer — slide-in panel from the right
   ============================================================ */

/* Backdrop */
.admin-drawer-backdrop[b-t211xbkfb0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 299;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.admin-drawer-backdrop--visible[b-t211xbkfb0] {
    opacity: 1;
    pointer-events: auto;
}

/* Drawer panel */
.admin-drawer[b-t211xbkfb0] {
    position: fixed;
    top: 56px; /* below TopBar */
    right: 0;
    height: calc(100dvh - 56px);
    width: min(600px, 100vw);
    background: var(--kontrol-bg-primary, #ffffff);
    box-shadow: -4px 0 32px rgba(0, 0, 0, 0.18);
    z-index: 910; /* above TopBar z-index 900 */
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.admin-drawer--open[b-t211xbkfb0] {
    transform: translateX(0);
}

/* ── Header ── */
.admin-drawer-header[b-t211xbkfb0] {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid var(--kontrol-border, #e2e8f0);
    background: var(--kontrol-bg-secondary, #f8fafc);
    flex-shrink: 0;
}

.admin-drawer-tabs[b-t211xbkfb0] {
    display: flex;
    flex: 1;
}

.admin-drawer-tab[b-t211xbkfb0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.25rem;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--kontrol-text-secondary, #64748b);
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    margin-bottom: -1px; /* overlap the border-bottom of header */
}

.admin-drawer-tab:hover[b-t211xbkfb0] {
    color: var(--kontrol-text-primary, #1e293b);
    background: var(--kontrol-hover, #f1f5f9);
}

.admin-drawer-tab--active[b-t211xbkfb0] {
    color: var(--kontrol-primary, #6366f1);
    border-bottom-color: var(--kontrol-primary, #6366f1);
    background: var(--kontrol-bg-primary, #ffffff);
}

.admin-drawer-close[b-t211xbkfb0] {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    border-left: 1px solid var(--kontrol-border, #e2e8f0);
    color: var(--kontrol-text-secondary, #64748b);
    cursor: pointer;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.admin-drawer-close:hover[b-t211xbkfb0] {
    background: var(--kontrol-hover, #f1f5f9);
    color: var(--kontrol-text-primary, #1e293b);
}

/* ── Content wrapper — passive flex container ── */
.admin-drawer-content[b-t211xbkfb0] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* ── Scroll pane — identical for every tab ── */
.drawer-scroll-pane[b-t211xbkfb0] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ── Footer ── */
.admin-drawer-footer[b-t211xbkfb0] {
    padding: 0.875rem 1.25rem;
    border-top: 1px solid var(--kontrol-border, #e2e8f0);
    background: var(--kontrol-bg-secondary, #f8fafc);
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
}

/* ── States ── */
.admin-drawer-spinner[b-t211xbkfb0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem;
    color: var(--kontrol-text-secondary, #64748b);
}

.admin-drawer-error[b-t211xbkfb0] {
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    color: var(--kontrol-text-secondary, #64748b);
}

/* ── S3 info hint ── */
.admin-drawer-s3-hint[b-t211xbkfb0] {
    font-size: 0.8rem;
    color: var(--kontrol-text-secondary, #64748b);
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
    line-height: 1.5;
}

/* ── Admin tools wrapper — no extra padding, scroll pane handles it ── */
.admin-drawer-tools-wrapper[b-t211xbkfb0] {
    padding: 0;
}

/* ── Accordion sections (legacy — kept only for AdminToolsView compatibility) ── */
.drawer-section[b-t211xbkfb0] {
    border: 1px solid var(--kontrol-border, #e2e8f0);
    border-radius: 8px;
    overflow: hidden;
    background: var(--kontrol-bg-primary, #ffffff);
}

.drawer-section-header[b-t211xbkfb0] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--kontrol-text-primary, #1e293b);
    text-align: left;
    transition: background 0.12s ease;
}

.drawer-section-header:hover[b-t211xbkfb0] {
    background: var(--kontrol-hover, #f8fafc);
}

.drawer-section-header span[b-t211xbkfb0] {
    flex: 1;
}

.drawer-section-header .m-icon:last-child[b-t211xbkfb0] {
    color: var(--kontrol-text-secondary, #94a3b8);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.drawer-section-body[b-t211xbkfb0] {
    padding: 0 1rem 1rem;
    border-top: 1px solid var(--kontrol-border, #e2e8f0);
}

/* ============================================================
   Settings shell — 2-column layout (rail + pane)
   ============================================================ */

.settings-shell[b-t211xbkfb0] {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: 180px 1fr;
    overflow: hidden;
}

/* ── Left rail: category navigation ── */
.settings-rail[b-t211xbkfb0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0.75rem 0.5rem;
    background: var(--kontrol-bg-secondary, #f8fafc);
    border-right: 1px solid var(--kontrol-border, #e2e8f0);
    overflow-y: auto;
}

.settings-rail-item[b-t211xbkfb0] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.75rem;
    background: none;
    border: none;
    border-radius: 6px;
    color: var(--kontrol-text-secondary, #64748b);
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.settings-rail-item:hover[b-t211xbkfb0] {
    background: var(--kontrol-hover, #eef2ff);
    color: var(--kontrol-text-primary, #1e293b);
}

.settings-rail-item.is-active[b-t211xbkfb0] {
    background: var(--kontrol-primary, #6366f1);
    color: #ffffff;
    font-weight: 600;
}

.settings-rail-item.is-active .m-icon[b-t211xbkfb0] {
    color: #ffffff;
}

/* ── Right pane: active category content ── */
.settings-pane[b-t211xbkfb0] {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.settings-pane-header[b-t211xbkfb0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--kontrol-border, #e2e8f0);
}

.settings-pane-header h3[b-t211xbkfb0] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--kontrol-text-primary, #1e293b);
}

.settings-pane-header p[b-t211xbkfb0] {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--kontrol-text-secondary, #64748b);
}

/* ── Block (group of related fields within a category) ── */
.settings-block[b-t211xbkfb0] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.settings-block-title[b-t211xbkfb0] {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--kontrol-text-secondary, #64748b);
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed var(--kontrol-border, #e2e8f0);
}

/* ── Radio row helper ── */
.radio-row[b-t211xbkfb0] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.radio-option[b-t211xbkfb0] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    cursor: pointer;
}

/* ── Responsive: collapse rail to icon-only on narrower drawers ── */
@media (max-width: 520px) {
    .settings-shell[b-t211xbkfb0] {
        grid-template-columns: 56px 1fr;
    }

    .settings-rail-item span[b-t211xbkfb0] {
        display: none;
    }

    .settings-rail-item[b-t211xbkfb0] {
        justify-content: center;
        padding: 0.625rem;
    }

    .settings-pane[b-t211xbkfb0] {
        padding: 1rem;
    }
}


/* /Components/SideNav.razor.rz.scp.css */
/* ============================================
   KONTROL SIDEBAR COMPONENT
   ============================================ */

.kontrol-sidebar[b-76sipatp8g] {
    width: 280px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #064E3B;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    color: rgba(255, 255, 255, 0.9);
}

/* Sidebar Header */
.sidebar-header[b-76sipatp8g] {
    height: 56px;
    padding: 0 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.sidebar-logo[b-76sipatp8g] {
    width: 40px;
    height: 40px;
}

.sidebar-title[b-76sipatp8g] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: -0.5px;
}

/* Sidebar Menu */
.sidebar-menu[b-76sipatp8g] {
    flex: 1;
    overflow-y: auto;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .kontrol-sidebar[b-76sipatp8g] {
        width: 70px;
    }

    .sidebar-header[b-76sipatp8g] {
        padding: 1.5rem 0.75rem;
        justify-content: center;
    }

    .sidebar-title[b-76sipatp8g] {
        display: none;
    }
}

@media (max-width: 768px) {
    .kontrol-sidebar[b-76sipatp8g] {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .kontrol-sidebar.open[b-76sipatp8g] {
        transform: translateX(0);
    }
}

/* ============================================
   SCROLLBAR STYLING (SIDEBAR)
   ============================================ */

.sidebar-menu[b-76sipatp8g]::-webkit-scrollbar {
    width: 6px;
}

.sidebar-menu[b-76sipatp8g]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.sidebar-menu[b-76sipatp8g]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.sidebar-menu[b-76sipatp8g]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}
/* /Components/TopBar.razor.rz.scp.css */
/* ============================================
   KONTROL TOPBAR COMPONENT
   ============================================ */

.kontrol-topbar[b-f0mee3h8n3] {
    position: fixed;
    top: 0;
    left: 280px;
    right: 0;
    height: 56px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    z-index: 900;
    gap: 1rem;
}

/* ============================================
   LEFT GROUP: REFRESH + SEARCH + PAGE TITLE
   ============================================ */

.topbar-left[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

.topbar-refresh[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.topbar-refresh:hover[b-f0mee3h8n3] {
    background: #f3f4f6;
    color: #374151;
    border-color: #d1d5db;
}

.topbar-refresh:active[b-f0mee3h8n3] {
    transform: scale(0.95);
}

.topbar-refresh.refreshing[b-f0mee3h8n3] {
    color: #3b82f6;
    pointer-events: none;
}

.topbar-refresh.refreshing :deep svg[b-f0mee3h8n3] {
    animation: topbarSpin-b-f0mee3h8n3 0.8s linear infinite;
}

@keyframes topbarSpin-b-f0mee3h8n3 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.topbar-page-title[b-f0mee3h8n3] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   SEARCH
   ============================================ */

.topbar-search-wrapper[b-f0mee3h8n3] {
    position: relative;
    flex: 1;
    max-width: 320px;
}

.topbar-search[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 0.4375rem 0.75rem;
    width: 100%;
    transition: all 0.2s ease;
    color: #9ca3af;
}

.topbar-search:focus-within[b-f0mee3h8n3] {
    background: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
    color: #6b7280;
}

.topbar-search-input[b-f0mee3h8n3] {
    flex: 1;
    border: none !important;
    outline: none;
    background: transparent;
    font-size: 0.875rem;
    color: #1f2937;
}

.topbar-search-input[b-f0mee3h8n3]::placeholder {
    color: #9ca3af;
}

/* ============================================
   RIGHT ACTIONS
   ============================================ */

.topbar-actions[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

/* ============================================
   PAGE ACTION BUTTONS (Add / Edit / Delete)
   ============================================ */

.topbar-page-actions[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.topbar-actions-sep[b-f0mee3h8n3] {
    width: 1px;
    height: 24px;
    background: #e5e7eb;
    flex-shrink: 0;
}

/* Add button: slightly larger than edit/delete */
:deep(.topbar-add-btn)[b-f0mee3h8n3] {
    padding: 0.4375rem 0.75rem !important;
}

/* Delete button: neutral by default, red on hover */
:deep(.topbar-delete-btn)[b-f0mee3h8n3] {
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease !important;
}

:deep(.topbar-delete-btn:not(:disabled):hover)[b-f0mee3h8n3] {
    color: #dc2626 !important;
    border-color: #dc2626 !important;
    background: #fef2f2 !important;
}

/* ============================================
   USER PROFILE TRIGGER
   ============================================ */

.topbar-profile[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.625rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background 0.15s ease;
    user-select: none;
}

.topbar-profile:hover[b-f0mee3h8n3] {
    background: #f3f4f6;
}

.topbar-avatar[b-f0mee3h8n3] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #10B981 0%, #34D399 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    color: white;
    flex-shrink: 0;
}

.topbar-username[b-f0mee3h8n3] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #374151;
    white-space: nowrap;
}

.topbar-profile :deep svg[b-f0mee3h8n3] {
    color: #9ca3af;
    width: 14px;
    height: 14px;
}

/* ============================================
   PROFILE DROPDOWN
   ============================================ */

.profile-backdrop[b-f0mee3h8n3] {
    position: fixed;
    inset: 0;
    z-index: 99;
}

.profile-dropdown[b-f0mee3h8n3] {
    position: absolute;
    top: calc(100% - 4px);
    right: 1.5rem;
    width: 240px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.05);
    z-index: 100;
    overflow: hidden;
    animation: dropdownFadeIn-b-f0mee3h8n3 0.15s ease-out;
}

@keyframes dropdownFadeIn-b-f0mee3h8n3 {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-dropdown-header[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
}

.profile-dropdown-avatar[b-f0mee3h8n3] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #10B981 0%, #34D399 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8125rem;
    color: white;
    flex-shrink: 0;
}

.profile-dropdown-info[b-f0mee3h8n3] {
    flex: 1;
    min-width: 0;
}

.profile-dropdown-name[b-f0mee3h8n3] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-dropdown-role[b-f0mee3h8n3] {
    font-size: 0.75rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.profile-dropdown-divider[b-f0mee3h8n3] {
    height: 1px;
    background: #f3f4f6;
}

.profile-dropdown-item[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    padding: 0.625rem 1rem;
    background: none;
    border: none;
    color: #4b5563;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: left;
}

.profile-dropdown-item:hover[b-f0mee3h8n3] {
    background: #f9fafb;
}

.profile-dropdown-item.logout-item:hover[b-f0mee3h8n3] {
    background: #fef2f2;
    color: #dc2626;
}

/* ============================================
   GLOBAL SEARCH DROPDOWN
   ============================================ */

.search-backdrop[b-f0mee3h8n3] {
    position: fixed;
    inset: 0;
    z-index: 910;
    background: transparent;
    cursor: default;
}

.search-dropdown[b-f0mee3h8n3] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    min-width: 260px;
    z-index: 920;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.search-dropdown-item[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    transition: background 0.15s ease;
    text-align: left;
}

.search-dropdown-item:last-child[b-f0mee3h8n3] {
    border-bottom: none;
}

.search-dropdown-item:hover[b-f0mee3h8n3] {
    background: #f9fafb;
}

.search-item-icon[b-f0mee3h8n3] {
    color: #10b981;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.search-item-label[b-f0mee3h8n3] {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
}

.search-item-count[b-f0mee3h8n3] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #10b981;
    background: #ecfdf5;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    white-space: nowrap;
}

.search-dropdown-item :deep .m-icon[b-f0mee3h8n3] {
    color: #d1d5db;
}

.search-dropdown-item .search-item-icon :deep .m-icon[b-f0mee3h8n3] {
    color: #10b981;
}

.search-clear-btn[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #9ca3af;
    flex-shrink: 0;
    transition: color 0.15s ease;
    line-height: 1;
}

.search-clear-btn:hover[b-f0mee3h8n3] {
    color: #6b7280;
}

.search-icon-spinner[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    color: #10b981;
    flex-shrink: 0;
}

.search-icon-spinner :deep svg[b-f0mee3h8n3] {
    animation: searchSpin-b-f0mee3h8n3 0.8s linear infinite;
}

@keyframes searchSpin-b-f0mee3h8n3 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ============================================
   LANGUAGE SWITCHER OVERRIDES
   ============================================ */

.topbar-actions[b-f0mee3h8n3]  .m-select-adv-trigger {
    background: #f3f4f6;
    border-color: transparent;
    min-height: 34px;
    border-radius: 0.5rem;
}

.topbar-actions[b-f0mee3h8n3]  .m-select-adv-trigger:hover {
    background: #e5e7eb;
    border-color: transparent;
}

/* ============================================
   ADMIN TOOLS BUTTON
   ============================================ */

.topbar-admin-tools[b-f0mee3h8n3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(102, 126, 234, 0.3);
}

.topbar-admin-tools:hover[b-f0mee3h8n3] {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.4);
}

.topbar-admin-tools:active[b-f0mee3h8n3] {
    transform: scale(0.98);
}

.topbar-admin-tools :deep svg[b-f0mee3h8n3] {
    width: 18px;
    height: 18px;
    animation: none;
    transition: transform 0.3s ease;
}

.topbar-admin-tools:hover :deep svg[b-f0mee3h8n3] {
    transform: rotate(45deg);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .kontrol-topbar[b-f0mee3h8n3] {
        left: 70px;
    }

    .topbar-username[b-f0mee3h8n3] {
        display: none;
    }

    .topbar-page-title[b-f0mee3h8n3] {
        display: none;
    }
}

@media (max-width: 768px) {
    .kontrol-topbar[b-f0mee3h8n3] {
        left: 0;
    }

    .topbar-search[b-f0mee3h8n3] {
        max-width: 160px;
    }

    .topbar-username[b-f0mee3h8n3],
    .topbar-page-title[b-f0mee3h8n3] {
        display: none;
    }
}
/* /Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-a235fcgayc] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #064E3B 0%, #047857 50%, #10B981 100%);
    position: relative;
    overflow: hidden;
}

.login-layout[b-a235fcgayc]::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: moveBackground-b-a235fcgayc 20s linear infinite;
}

@keyframes moveBackground-b-a235fcgayc {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50px, 50px);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* ============================================
   KONTROL LAYOUT - MAIN STRUCTURE
   ============================================ */

.kontrol-layout[b-o9n4y0iyoa] {
    display: flex;
    min-height: 100vh;
    background-color: var(--vf-dark);
}

/* ============================================
   MAIN CONTENT AREA
   ============================================ */

.kontrol-content[b-o9n4y0iyoa] {
    flex: 1;
    margin-left: 280px;
    margin-top: 56px;
    background-color: #F9FAFB;
    height: calc(100vh - 56px);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .kontrol-content[b-o9n4y0iyoa] {
        margin-left: 70px;
    }
}

@media (max-width: 768px) {
    .kontrol-content[b-o9n4y0iyoa] {
        margin-left: 0;
    }
}
/* /Pages/Blog.razor.rz.scp.css */
.product-thumbnail[b-hi323o1uad] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: var(--m-radius-md);
}

.img-placeholder[b-hi323o1uad] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--m-bg-tertiary);
    border-radius: var(--m-radius-md);
}

.product-name[b-hi323o1uad] {
    font-weight: 600;
}
/* /Pages/BusinessPartners.razor.rz.scp.css */
.inactive[b-20c97eaaej] {
    opacity: 0.6;
}

.email-cell[b-20c97eaaej] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
/* /Pages/Home.razor.rz.scp.css */
/* ============================================
   DASHBOARD - MAIN GRID LAYOUT
   Inspired by modern admin panel design
   ============================================ */

.dashboard-grid[b-xfxyzbxdb1] {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 1.5rem;
    align-items: start;
}

.dashboard-main[b-xfxyzbxdb1] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.dashboard-refresh-indicator[b-xfxyzbxdb1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 500;
}

.dashboard-side[b-xfxyzbxdb1] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ============================================
   TOP STATS ROW (Highlight + 2 Stat Cards)
   ============================================ */

.dashboard-stats-row[b-xfxyzbxdb1] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

/* ============================================
   HIGHLIGHT CARD (Green "Update" card)
   ============================================ */

.highlight-card[b-xfxyzbxdb1] {
    background: linear-gradient(135deg, #064E3B 0%, #065F46 50%, #047857 100%);
    border-radius: 0.75rem;
    padding: 1.5rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
    box-shadow: 0 4px 16px rgba(6, 78, 59, 0.25);
}


.highlight-card-body[b-xfxyzbxdb1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
}

.highlight-card-subtitle[b-xfxyzbxdb1] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.highlight-card-title[b-xfxyzbxdb1] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: white;
}

.highlight-card-link[b-xfxyzbxdb1] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    font-weight: 500;
}

.highlight-card-link:hover[b-xfxyzbxdb1] {
    color: #fff;
}

/* ============================================
   WELCOME STATE
   ============================================ */

.welcome-content[b-xfxyzbxdb1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.welcome-title[b-xfxyzbxdb1] {
    margin: 0;
    color: #1e293b;
    font-size: 1.5rem;
    font-weight: 700;
}

.welcome-description[b-xfxyzbxdb1] {
    margin: 0;
    color: #64748b;
    max-width: 400px;
    text-align: center;
    line-height: 1.5;
}

.stats-card-wrapper[b-xfxyzbxdb1] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-card-wrapper.home[b-xfxyzbxdb1] {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

/* ============================================
   ACTIVITY LIST (Transaction-like section)
   ============================================ */

.activity-list[b-xfxyzbxdb1] {
    display: flex;
    flex-direction: column;
}

.activity-item[b-xfxyzbxdb1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s;
}

.activity-item:last-child[b-xfxyzbxdb1] {
    border-bottom: none;
}

.activity-item:hover[b-xfxyzbxdb1] {
    background: #f8fafc;
}

.activity-icon[b-xfxyzbxdb1] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.activity-icon.products[b-xfxyzbxdb1] {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
}

.activity-icon.orders[b-xfxyzbxdb1] {
    background: rgba(245, 158, 11, 0.1);
    color: #F59E0B;
}

.activity-icon.customers[b-xfxyzbxdb1] {
    background: rgba(59, 130, 246, 0.1);
    color: #3B82F6;
}

.activity-icon.categories[b-xfxyzbxdb1] {
    background: rgba(139, 92, 246, 0.1);
    color: #8B5CF6;
}

.activity-icon.lowstock[b-xfxyzbxdb1] {
    background: rgba(239, 68, 68, 0.1);
    color: #EF4444;
}

.activity-info[b-xfxyzbxdb1] {
    flex: 1;
    min-width: 0;
}

.activity-name[b-xfxyzbxdb1] {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    color: #1e293b;
}

.activity-meta[b-xfxyzbxdb1] {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
}

.activity-value[b-xfxyzbxdb1] {
    font-weight: 700;
    font-size: 1rem;
    color: #1e293b;
    min-width: 40px;
    text-align: right;
}

/* ============================================
   REVENUE OVERVIEW (Bar chart section)
   ============================================ */

.revenue-overview[b-xfxyzbxdb1] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.revenue-main-value[b-xfxyzbxdb1] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.revenue-currency[b-xfxyzbxdb1] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #64748b;
}

.revenue-amount[b-xfxyzbxdb1] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.5px;
}

.revenue-bars[b-xfxyzbxdb1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.revenue-bar-item[b-xfxyzbxdb1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.revenue-bar-label[b-xfxyzbxdb1] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b;
    min-width: 80px;
}

.revenue-bar-track[b-xfxyzbxdb1] {
    flex: 1;
    height: 10px;
    background: #f1f5f9;
    border-radius: 5px;
    overflow: hidden;
}

.revenue-bar-fill[b-xfxyzbxdb1] {
    height: 100%;
    border-radius: 5px;
    transition: width 0.6s ease;
}

.revenue-bar-fill.products[b-xfxyzbxdb1] {
    background: linear-gradient(90deg, #10B981, #34D399);
}

.revenue-bar-fill.orders[b-xfxyzbxdb1] {
    background: linear-gradient(90deg, #F59E0B, #FBBF24);
}

.revenue-bar-fill.customers[b-xfxyzbxdb1] {
    background: linear-gradient(90deg, #3B82F6, #60A5FA);
}

.revenue-bar-value[b-xfxyzbxdb1] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e293b;
    min-width: 36px;
    text-align: right;
}

/* ============================================
   SIDE PANEL - OVERVIEW CARD
   ============================================ */

.overview-stats[b-xfxyzbxdb1] {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 1rem;
}

.overview-stat-item[b-xfxyzbxdb1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.overview-stat-circle[b-xfxyzbxdb1] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
    border: 2px solid #10B981;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-stat-number[b-xfxyzbxdb1] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #064E3B;
}

.overview-stat-label[b-xfxyzbxdb1] {
    font-size: 0.7rem;
    font-weight: 500;
    color: #64748b;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.overview-detail-list[b-xfxyzbxdb1] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.overview-detail-item[b-xfxyzbxdb1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.825rem;
    color: #475569;
}

.overview-detail-dot[b-xfxyzbxdb1] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.overview-detail-dot.published[b-xfxyzbxdb1] {
    background: #10B981;
}

.overview-detail-dot.pending[b-xfxyzbxdb1] {
    background: #F59E0B;
}

.overview-detail-dot.lowstock[b-xfxyzbxdb1] {
    background: #EF4444;
}

.overview-detail-value[b-xfxyzbxdb1] {
    margin-left: auto;
    font-weight: 600;
    color: #1e293b;
}

/* ============================================
   QUICK ACTIONS (Side panel vertical list)
   ============================================ */

.quick-actions-list[b-xfxyzbxdb1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.quick-actions-list[b-xfxyzbxdb1]  .material-button,
.quick-actions-list[b-xfxyzbxdb1]  .m-button {
    width: 100%;
    justify-content: flex-start;
}

/* ============================================
   PROMOTIONAL CARD (Dark green CTA)
   ============================================ */

.promo-card[b-xfxyzbxdb1] {
    background: linear-gradient(135deg, #064E3B 0%, #065F46 100%);
    border-radius: 0.75rem;
    padding: 2rem 1.5rem;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.promo-title[b-xfxyzbxdb1] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: white;
}

.promo-description[b-xfxyzbxdb1] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.5;
}

.promo-card[b-xfxyzbxdb1]  .material-button,
.promo-card[b-xfxyzbxdb1]  .m-button {
    background: #10B981 !important;
    border-color: #10B981 !important;
    color: white !important;
    width: 100%;
}

.promo-card[b-xfxyzbxdb1]  .material-button:hover,
.promo-card[b-xfxyzbxdb1]  .m-button:hover {
    background: #059669 !important;
    border-color: #059669 !important;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1280px) {
    .dashboard-grid[b-xfxyzbxdb1] {
        grid-template-columns: 1fr 320px;
    }
}

@media (max-width: 1024px) {
    .dashboard-grid[b-xfxyzbxdb1] {
        grid-template-columns: 1fr;
    }

    .dashboard-stats-row[b-xfxyzbxdb1] {
        grid-template-columns: 1fr 1fr;
    }

    .highlight-card[b-xfxyzbxdb1] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .dashboard-stats-row[b-xfxyzbxdb1] {
        grid-template-columns: 1fr;
    }

    .highlight-card[b-xfxyzbxdb1] {
        grid-column: auto;
    }

    .overview-stats[b-xfxyzbxdb1] {
        flex-wrap: wrap;
        gap: 1rem;
    }
}
/* /Pages/Integrations.Trendsoft.razor.rz.scp.css */
.integrations-grid[b-g0cl1itqu5] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

[b-g0cl1itqu5] .integration-card {
    display: flex;
    flex-direction: column;
}

.integration-header[b-g0cl1itqu5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.integration-icon[b-g0cl1itqu5] {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    transition: all 0.2s;
}

.integration-icon.enabled[b-g0cl1itqu5] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.integration-icon.disabled[b-g0cl1itqu5] {
    background: var(--surface-variant, #e5e7eb);
    color: var(--text-secondary, #6b7280);
}

.integration-info[b-g0cl1itqu5] {
    flex: 1;
}

.integration-info h4[b-g0cl1itqu5] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.integration-details[b-g0cl1itqu5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.detail-row[b-g0cl1itqu5] {
    display: flex;
    justify-content: space-between;
}

.detail-row .label[b-g0cl1itqu5] {
    font-weight: 600;
    color: var(--text-primary, #111827);
}

.detail-row span:not(.label)[b-g0cl1itqu5] {
    color: var(--text-secondary, #6b7280);
}

.integration-config[b-g0cl1itqu5] {
    margin-bottom: 1rem;
}

.integration-config h5[b-g0cl1itqu5] {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary, #111827);
}

.config-json[b-g0cl1itqu5] {
    background: #2d3748;
    color: #e2e8f0;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    overflow-x: auto;
    margin: 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    line-height: 1.5;
    white-space: pre;
}

.config-textarea[b-g0cl1itqu5] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.875rem;
    resize: vertical;
}

/* TrendSoft Sync Section */
.sync-section[b-g0cl1itqu5] {
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--surface-variant, #f9fafb);
    border-radius: 0.5rem;
    border: 1px solid var(--border-color, #e5e7eb);
}

.sync-actions[b-g0cl1itqu5] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.sync-limit-row[b-g0cl1itqu5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-color, #e5e7eb);
}

.sync-limit-row label[b-g0cl1itqu5] {
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    color: var(--text-secondary);
}

.sync-limit-input[b-g0cl1itqu5] {
    max-width: 100px;
    padding: 0.375rem 0.75rem;
    border: 1px solid var(--border-color, #d1d5db);
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.sync-progress[b-g0cl1itqu5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.integration-actions[b-g0cl1itqu5] {
    display: flex;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-i56mo3retw] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 450px;
    padding: 2rem;
}

.login-card[b-i56mo3retw] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 3rem;
    animation: slideUp-b-i56mo3retw 0.5s ease;
}

@keyframes slideUp-b-i56mo3retw {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-i56mo3retw] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-i56mo3retw] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, #10B981 0%, #34D399 100%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

.login-header h1[b-i56mo3retw] {
    font-size: 2rem;
    font-weight: 700;
    color: #064E3B;
    margin: 0 0 0.5rem 0;
    outline: none !important;
    user-select: none;
}

.login-header h1:focus[b-i56mo3retw] {
    outline: none !important;
    box-shadow: none !important;
}

.login-subtitle[b-i56mo3retw] {
    color: #6B7280;
    font-size: 0.875rem;
    margin: 0;
}

.login-form[b-i56mo3retw] {
    margin-bottom: 1.5rem;
}

.login-error[b-i56mo3retw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #FEE2E2;
    border: 1px solid #FCA5A5;
    border-radius: 0.5rem;
    color: #991B1B;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.form-group[b-i56mo3retw] {
    margin-bottom: 1.5rem;
}

.form-group label[b-i56mo3retw] {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

/* Custom Input Styles - LIGHT THEME */
[b-i56mo3retw] .login-input,
[b-i56mo3retw] .login-input input {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    border: 1px solid #E5E7EB;
    border-radius: 0.5rem;
    background: #FFFFFF !important;
    color: #111827 !important;
    transition: all 0.2s;
}

[b-i56mo3retw] .login-input input::placeholder {
    color: #9CA3AF;
}

[b-i56mo3retw] .login-input:focus,
[b-i56mo3retw] .login-input input:focus {
    outline: none;
    border-color: #10B981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.form-actions[b-i56mo3retw] {
    margin-top: 2rem;
}

/* Custom Button Styles - GREEN PRIMARY */
[b-i56mo3retw] .login-button,
[b-i56mo3retw] .login-button button {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%) !important;
    color: white !important;
    cursor: pointer;
    transition: all 0.2s;
}

[b-i56mo3retw] .login-button:hover,
[b-i56mo3retw] .login-button button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

[b-i56mo3retw] .login-button:active,
[b-i56mo3retw] .login-button button:active {
    transform: translateY(0);
}

[b-i56mo3retw] .login-button:disabled,
[b-i56mo3retw] .login-button button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.spinner[b-i56mo3retw] {
    animation: spin-b-i56mo3retw 1s linear infinite;
}

@keyframes spin-b-i56mo3retw {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.login-footer[b-i56mo3retw] {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #E5E7EB;
}

.demo-info[b-i56mo3retw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #6B7280;
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
    background: #F3F4F6;
    border-radius: 0.5rem;
}

@media (max-width: 640px) {
    .login-container[b-i56mo3retw] {
        padding: 1rem;
    }

    .login-card[b-i56mo3retw] {
        padding: 2rem 1.5rem;
    }

    .login-header h1[b-i56mo3retw] {
        font-size: 1.5rem;
    }
}

/* ==========================================
   FLOATING LANGUAGE SWITCHER - TOP RIGHT
   ========================================== */

.floating-language-switcher[b-i56mo3retw] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    animation: fadeInDown-b-i56mo3retw 0.5s ease;
}

/* Style the trigger button - white glassmorphism effect */
[b-i56mo3retw] .floating-language-switcher .m-select-adv-trigger {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
    color: #374151 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
    min-width: 140px;
}

[b-i56mo3retw] .floating-language-switcher .m-select-adv-trigger:hover {
    background: rgba(255, 255, 255, 1) !important;
    border-color: #10B981 !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.25);
    transform: translateY(-2px);
}

/* Arrow icon */
[b-i56mo3retw] .floating-language-switcher .m-select-adv-arrow {
    color: #10B981;
}

/* Language selected text */
[b-i56mo3retw] .floating-language-switcher .language-selected {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #374151;
}

/* POPOVER - Light theme with green accent */
[b-i56mo3retw] .floating-language-switcher .m-popover {
    background: #ffffff !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.5rem;
    min-width: 160px;
}

/* Options in dropdown */
[b-i56mo3retw] .floating-language-switcher .m-select-adv-option {
    padding: 0.625rem 1rem;
    color: #374151;
    transition: all 0.15s ease;
}

[b-i56mo3retw] .floating-language-switcher .m-select-adv-option:hover {
    background: #F0FDF4 !important;
    color: #059669;
}

[b-i56mo3retw] .floating-language-switcher .m-select-adv-option.selected {
    background: #10B981 !important;
    color: white !important;
}

[b-i56mo3retw] .floating-language-switcher .language-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Fade in down animation */
@keyframes fadeInDown-b-i56mo3retw {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive - mobile positioning */
@media (max-width: 640px) {
    .floating-language-switcher[b-i56mo3retw] {
        top: 1rem;
        right: 1rem;
    }
    
    [b-i56mo3retw] .floating-language-switcher .m-select-adv-trigger {
        min-width: 120px;
        padding: 0.375rem 0.75rem;
    }
}



/* /Pages/Manufacturers.razor.rz.scp.css */
.manufacturer-cell[b-bfjyx6gyld] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.manufacturer-logo[b-bfjyx6gyld] {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: var(--m-radius-md);
}

.img-placeholder[b-bfjyx6gyld] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--m-bg-tertiary);
    border-radius: var(--m-radius-md);
}
/* /Pages/Products.razor.rz.scp.css */
.product-thumbnail[b-90flvpgrsb] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: var(--m-radius-md);
}

.img-placeholder[b-90flvpgrsb] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--m-bg-tertiary);
    border-radius: var(--m-radius-md);
}

.product-name[b-90flvpgrsb] {
    font-weight: 600;
}

.line-through[b-90flvpgrsb] {
    text-decoration: line-through;
}
/* /Pages/Reports.razor.rz.scp.css */
.period-selector[b-q0qw9npb8d] {
    display: flex;
    gap: 0.5rem;
}

.summary-grid[b-q0qw9npb8d] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

[b-q0qw9npb8d] .summary-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.summary-icon[b-q0qw9npb8d] {
    width: 56px;
    height: 56px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.summary-icon.revenue[b-q0qw9npb8d] {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
}

.summary-icon.orders[b-q0qw9npb8d] {
    background: rgba(59, 130, 246, 0.1);
    color: #3B82F6;
}

.summary-icon.customers[b-q0qw9npb8d] {
    background: rgba(168, 85, 247, 0.1);
    color: #A855F7;
}

.summary-icon.avg-order[b-q0qw9npb8d] {
    background: rgba(249, 115, 22, 0.1);
    color: #F97316;
}

.summary-content[b-q0qw9npb8d] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.summary-label[b-q0qw9npb8d] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-value[b-q0qw9npb8d] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
}

.summary-change[b-q0qw9npb8d] {
    font-size: 0.75rem;
    font-weight: 500;
}

.summary-change.positive[b-q0qw9npb8d] { color: #10B981; }
.summary-change.negative[b-q0qw9npb8d] { color: #EF4444; }
.summary-change.neutral[b-q0qw9npb8d] { color: var(--text-secondary); }

.reports-grid[b-q0qw9npb8d] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.full-width[b-q0qw9npb8d] {
    grid-column: 1 / -1;
}

.card-title[b-q0qw9npb8d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-color);
}

.top-list[b-q0qw9npb8d] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.top-item[b-q0qw9npb8d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.rank[b-q0qw9npb8d] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--surface-variant);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.item-info[b-q0qw9npb8d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.item-name[b-q0qw9npb8d] {
    font-weight: 500;
    color: var(--text-primary);
}

.item-detail[b-q0qw9npb8d] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.item-value[b-q0qw9npb8d] {
    font-weight: 600;
    color: var(--primary);
}

.no-data[b-q0qw9npb8d] {
    color: var(--text-secondary);
    text-align: center;
    padding: 2rem;
}

.data-table.compact[b-q0qw9npb8d] {
    font-size: 0.875rem;
}

.data-table.compact th[b-q0qw9npb8d],
.data-table.compact td[b-q0qw9npb8d] {
    padding: 0.625rem 0.75rem;
}

@media (max-width: 1200px) {
    .summary-grid[b-q0qw9npb8d] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .summary-grid[b-q0qw9npb8d] {
        grid-template-columns: 1fr;
    }
    
    .reports-grid[b-q0qw9npb8d] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-grid[b-o093fzt401] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
}

.save-actions[b-o093fzt401] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.card-title[b-o093fzt401] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.25rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-color);
}

.form-grid[b-o093fzt401] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.m-input[b-o093fzt401] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid var(--border-color);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    background: var(--surface);
    color: var(--text-primary);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.m-input:focus[b-o093fzt401] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}

.discount-block[b-o093fzt401] {
    border: 0;
    margin: 0;
    padding: 0;
}

.discount-block:disabled[b-o093fzt401] {
    opacity: 0.55;
}

.discount-toggle[b-o093fzt401] {
    align-items: center;
}

.discount-toggle input[type="checkbox"][b-o093fzt401] {
    margin: 0;
}

@media (max-width: 768px) {
    .settings-grid[b-o093fzt401] {
        grid-template-columns: 1fr;
    }
    
    .form-row[b-o093fzt401] {
        grid-template-columns: 1fr;
    }
}

.page-container[b-o093fzt401] {
    padding-bottom: 1rem;
}

/* /Pages/Users.razor.rz.scp.css */
.user-cell.inactive[b-eqdunwjtj3] {
    opacity: 0.6;
}

.roles-cell[b-eqdunwjtj3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.last-login[b-eqdunwjtj3] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
/* /Pages/WebUsers.razor.rz.scp.css */
.user-info[b-6d0y1coqn7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-6d0y1coqn7] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #059669 0%, #10B981 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
}

.loyalty-points[b-6d0y1coqn7] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.pagination-container[b-6d0y1coqn7] {
    margin-top: 1rem;
}

/* /Views/Manufacturers/ManufacturerDeleteProductsView.razor.rz.scp.css */
.manufacturer-delete-products-modal[b-qrfy2c0zd4] {
    min-width: 760px;
}

.toolbar-row[b-qrfy2c0zd4] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    align-items: center;
}

.manufacturer-delete-products-modal .form-section + .form-section[b-qrfy2c0zd4] {
    margin-top: 0.75rem;
}

.table-wrap[b-qrfy2c0zd4] {
    max-height: 420px;
    overflow: auto;
    border: 1px solid var(--m-border-color, #e5e7eb);
    border-radius: var(--m-radius-md, 10px);
}

.simple-grid[b-qrfy2c0zd4] {
    width: 100%;
    border-collapse: collapse;
}

.simple-grid thead th[b-qrfy2c0zd4] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #ffffff;
    color: var(--m-text-primary, #111827);
    text-align: left;
    padding: 0.625rem 0.75rem;
    font-weight: 600;
    border-bottom: 1px solid var(--m-border-color, #e5e7eb);
}

.simple-grid tbody td[b-qrfy2c0zd4] {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--m-border-color, #f1f5f9);
    vertical-align: middle;
}

.simple-grid tbody tr:hover[b-qrfy2c0zd4] {
    background: var(--m-bg-tertiary, #f8fafc);
}

.row-checkbox-wrap[b-qrfy2c0zd4] {
    display: flex;
    align-items: center;
}
/* /Views/Orders/OrderEditView.razor.rz.scp.css */
.order-items-table[b-3df1pe7piv] {
    width: 100%;
    border-collapse: collapse;
}

.order-master-section[b-3df1pe7piv] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.order-details-section[b-3df1pe7piv] {
    margin-top: 1.5rem;
    padding-top: 0.5rem;
}

.order-items-table th[b-3df1pe7piv],
.order-items-table td[b-3df1pe7piv] {
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
}

.order-items-table tbody tr[b-3df1pe7piv] {
    cursor: pointer;
}

.order-items-table tbody tr.is-selected[b-3df1pe7piv] {
    background: rgba(59, 130, 246, 0.08);
}
/* /Views/Shared/ConfirmationView.razor.rz.scp.css */
.confirmation-dialog[b-eljxcl2g1c] {
    padding: 1rem;
}

.confirmation-message[b-eljxcl2g1c] {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: var(--text-primary);
}

.confirmation-actions[b-eljxcl2g1c] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn[b-eljxcl2g1c] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary[b-eljxcl2g1c] {
    background: var(--surface-secondary, #f0f0f0);
    border: 1px solid var(--border-color, #ddd);
    color: var(--text-primary);
}

.btn-secondary:hover[b-eljxcl2g1c] {
    background: var(--surface-hover, #e0e0e0);
}

.btn-danger[b-eljxcl2g1c] {
    background: var(--error-color, #dc3545);
    border: none;
    color: white;
}

.btn-danger:hover[b-eljxcl2g1c] {
    background: #c82333;
}
