@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/BlazorServer.Presentation/Shared/Breadcrumb.razor.rz.scp.css */
/* ============================================================
   BREADCRUMB.RAZOR.CSS — Scoped Breadcrumb Styles
   ============================================================ */

/* ── BREADCRUMB BAR ──────────────────────────────────────── */
.breadcrumb-bar[b-i3yso06nqn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--space-6);
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border-color);
    min-height: var(--breadcrumb-height);
    box-shadow: var(--shadow-xs);
    position: sticky;
    top: var(--header-height);
    z-index: 100;
    width: 100%;
}

/* ── LEFT SIDE (Title) ───────────────────────────────────── */
.breadcrumb-left[b-i3yso06nqn] {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex: 0 0 auto;
}

.breadcrumb-page-icon[b-i3yso06nqn] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: var(--border-radius);
    background: var(--primary-bg);
    color: var(--primary);
    flex-shrink: 0;
    transition: all var(--transition-fast);
}

.breadcrumb-page-icon:hover[b-i3yso06nqn] {
    background: var(--primary);
    color: var(--text-inverse);
    transform: scale(1.05);
}

.breadcrumb-title[b-i3yso06nqn] {
    font-size: var(--font-size-md);
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

/* ── RIGHT SIDE (Breadcrumb List) ────────────────────────── */
.breadcrumb-right[b-i3yso06nqn] {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    overflow-x: auto;
    scrollbar-width: none;
}

.breadcrumb-right[b-i3yso06nqn]::-webkit-scrollbar {
    display: none;
}

.breadcrumb-list[b-i3yso06nqn] {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

/* ── BREADCRUMB ITEMS ────────────────────────────────────── */
.breadcrumb-item[b-i3yso06nqn] {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    font-weight: 400;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.breadcrumb-item > a[b-i3yso06nqn] {
    color: var(--text-secondary);
    text-decoration: none;
    cursor: pointer;
    padding: var(--space-1) var(--space-2);
    border-radius: var(--border-radius-sm);
    transition: all var(--transition-fast);
    display: inline-flex;
    align-items: center;
}

.breadcrumb-item > a:hover[b-i3yso06nqn] {
    color: var(--primary);
    background: var(--primary-bg);
}

.breadcrumb-item.active[b-i3yso06nqn] {
    color: var(--primary);
    font-weight: 600;
    padding: var(--space-1) var(--space-2);
}

/* ── SEPARATOR ───────────────────────────────────────────── */
.breadcrumb-separator[b-i3yso06nqn] {
    display: flex;
    align-items: center;
    color: var(--text-muted);
    margin: 0;
    opacity: 0.5;
}

.breadcrumb-separator svg[b-i3yso06nqn] {
    flex-shrink: 0;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 768px) {
    .breadcrumb-bar[b-i3yso06nqn] {
        padding: 0 var(--space-4);
    }

    .breadcrumb-title[b-i3yso06nqn] {
        font-size: var(--font-size-base);
    }

    .breadcrumb-item[b-i3yso06nqn] {
        font-size: var(--font-size-xs);
    }
}

@media (max-width: 576px) {
    .breadcrumb-page-icon[b-i3yso06nqn] {
        width: 28px;
        height: 28px;
    }

    .breadcrumb-page-icon svg[b-i3yso06nqn] {
        width: 14px;
        height: 14px;
    }

    .breadcrumb-title[b-i3yso06nqn] {
        font-size: var(--font-size-sm);
    }

    .breadcrumb-right[b-i3yso06nqn] {
        display: none;
    }
}
/* _content/BlazorServer.Presentation/Shared/Contratacion/ConvenioAll.razor.rz.scp.css */
/* ============================================================
   ConvenioAll.razor.css — Scoped styles for Contratación module
   ============================================================ */

/* ── Container ── */
.convenio-container[b-hts0478vt1] {
    padding: 0;
    padding-bottom: var(--footer-height, 48px);
}

/* ── Toolbar ── */
.toolbar-card[b-hts0478vt1] {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: var(--space-2) var(--space-3);
    margin-bottom: var(--space-4);
    box-shadow: var(--shadow-sm);
}

.toolbar-actions[b-hts0478vt1] {
    display: flex;
    gap: var(--space-2);
    flex-wrap: wrap;
}

/* ── Filters ── */
.filter-card[b-hts0478vt1] {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    margin-bottom: var(--space-4);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.filter-header[b-hts0478vt1] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-3);
    background: var(--bg-surface-hover);
    border-bottom: 1px solid var(--border-color);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filter-body[b-hts0478vt1] {
    padding: var(--space-3);
}

/* Filter Actions - Centered Below */
.filter-actions[b-hts0478vt1] {
    display: flex;
    justify-content: center;
    margin-top: var(--space-3);
    padding-top: var(--space-3);
    border-top: 1px solid var(--border-color-light);
}

/* ── Table Card ── */
.table-card[b-hts0478vt1] {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - var(--header-height, 64px) - var(--breadcrumb-height, 48px) - var(--footer-height, 48px) - 120px);
    overflow: hidden;
}

.table-scroll-area[b-hts0478vt1] {
    overflow-y: auto;
    flex: 1;
}

.table-scroll-area[b-hts0478vt1]::-webkit-scrollbar {
    width: 6px;
}

.table-scroll-area[b-hts0478vt1]::-webkit-scrollbar-track {
    background: var(--bg-surface-hover);
}

.table-scroll-area[b-hts0478vt1]::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 3px;
}

.table-scroll-area[b-hts0478vt1]::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-light);
}

/* ── Telwin Table ── */
.telwin-table[b-hts0478vt1] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: var(--font-size-sm);
}

/* Cell Variants */
.cell-code[b-hts0478vt1] {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-xs);
    font-weight: 600;
    color: var(--primary);
    background: var(--primary-bg);
    padding: 3px 10px;
    border-radius: var(--border-radius-pill);
    display: inline-block;
    min-width: 48px;
    text-align: center;
}

.cell-primary[b-hts0478vt1] {
    font-weight: 600;
    color: var(--text-primary);
}

.cell-secondary[b-hts0478vt1] {
    color: var(--text-secondary);
    font-size: var(--font-size-sm);
}

/* ── Badges ── */
.badge-telwin[b-hts0478vt1] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: var(--font-size-xs);
    font-weight: 600;
    padding: 4px 10px;
    border-radius: var(--border-radius-pill);
    line-height: 1;
}

.badge-success[b-hts0478vt1] {
    background: var(--success-bg);
    color: var(--success-dark);
}

.badge-danger[b-hts0478vt1] {
    background: var(--danger-bg);
    color: var(--danger-dark);
}

/* ── Action Buttons ── */
.action-group[b-hts0478vt1] {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.action-btn[b-hts0478vt1] {
    width: 30px;
    height: 30px;
    border-radius: var(--border-radius);
    border: 1.5px solid var(--border-color);
    background: var(--bg-surface);
    color: var(--text-secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.action-btn:hover[b-hts0478vt1] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.action-btn-info[b-hts0478vt1] {
    border-color: var(--info-light);
    color: var(--info);
}

.action-btn-info:hover[b-hts0478vt1] {
    background: var(--info);
    color: #ffffff;
    border-color: var(--info);
}

.action-btn-warning[b-hts0478vt1] {
    border-color: var(--warning-light);
    color: var(--warning);
}

.action-btn-warning:hover[b-hts0478vt1] {
    background: var(--warning);
    color: #ffffff;
    border-color: var(--warning);
}

.action-btn-success[b-hts0478vt1] {
    border-color: var(--success-light);
    color: var(--success);
}

.action-btn-success:hover[b-hts0478vt1] {
    background: var(--success);
    color: #ffffff;
    border-color: var(--success);
}

.action-btn-danger[b-hts0478vt1] {
    border-color: var(--danger-light);
    color: var(--danger);
}

.action-btn-danger:hover[b-hts0478vt1] {
    background: var(--danger);
    color: #ffffff;
    border-color: var(--danger);
}

/* ── Empty State ── */
.empty-state[b-hts0478vt1] {
    text-align: center;
    padding: var(--space-10) var(--space-4);
}

.empty-state-icon[b-hts0478vt1] {
    color: var(--text-muted);
    opacity: 0.5;
    margin-bottom: var(--space-3);
}

.empty-state-title[b-hts0478vt1] {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 var(--space-2) 0;
}

.empty-state-text[b-hts0478vt1] {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    margin: 0;
}

/* ── Pagination ── */
.pagination-bar[b-hts0478vt1] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--space-3) var(--space-4);
    border-top: 1px solid var(--border-color);
    flex-shrink: 0;
    background: var(--bg-surface);
}

/* ── Animation ── */
.slide-up[b-hts0478vt1] {
    animation: slideUp-b-hts0478vt1 0.3s ease-out;
}

@keyframes slideUp-b-hts0478vt1 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/BlazorServer.Presentation/Shared/GlobalesComponet/ToggleSiNo.razor.rz.scp.css */
.toggle-sino[b-s6bm7jkf4r] {
    display: inline-flex;
    align-items: stretch;
    width: 200px;
    height: 28px;
    border-radius: 6px;
    overflow: hidden;
    background: #e9e9e9;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
    font-family: inherit;
    user-select: none;
    --primary: var(--bs-primary, #005DAB);
    --primary-dark: var(--bs-primary-dark, #0b578f);
    --toggle-color-left: var(--primary);
    --toggle-color-right: var(--primary);
}

.toggle-sino .option[b-s6bm7jkf4r] {
    flex: 1 1 50%;
    border: none;
    margin: 0;
    padding: 0;
    height: 100%;
    cursor: pointer;
    color: #333;
    background: #e9e9e9;
    transition: background-color 0.15s ease, color 0.15s ease;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.toggle-sino .option.left[b-s6bm7jkf4r] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.toggle-sino .option.right[b-s6bm7jkf4r] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.toggle-sino .option.left.selected[b-s6bm7jkf4r] {
    background: var(--toggle-color-left);
    color: #ffffff;
}

.toggle-sino .option.right.selected[b-s6bm7jkf4r] {
    background: var(--toggle-color-right);
    color: #ffffff;
}

.toggle-sino .option:not(.selected)[b-s6bm7jkf4r] {
    background: #e9e9e9;
    color: #333;
}

.toggle-sino .option:focus[b-s6bm7jkf4r] {
    box-shadow: 0 0 0 3px rgba(11,111,168,0.18);
}

@media (max-width: 420px) {
    .toggle-sino[b-s6bm7jkf4r] { width: 90px; height: 26px; font-size: 12px; }
}
/* _content/BlazorServer.Presentation/Shared/MainLayout.razor.rz.scp.css */
/* ============================================================
   MAINLAYOUT.RAZOR.CSS — Scoped Layout Styles
   ============================================================ */

/* ── LAYOUT STRUCTURE ────────────────────────────────────── */
[b-315bbmzm0g] .mud-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

[b-315bbmzm0g] .samo-main-content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--header-height));
  background: var(--bg-body) !important;
  padding-top: var(--header-height) !important;
  flex: 1 !important;
}

[b-315bbmzm0g] .mud-main-content {
  display: flex !important;
  flex-direction: column !important;
  min-height: calc(100vh - var(--header-height)) !important;
  background: var(--bg-body) !important;
  padding-top: var(--header-height) !important;
  flex: 1 !important;
}

/* ── SIDEBAR / DRAWER ────────────────────────────────────── */
[b-315bbmzm0g] .mud-drawer {
  background: var(--bg-surface) !important;
  border-right: 1px solid var(--border-color) !important;
  box-shadow: none !important;
  z-index: var(--z-sidebar) !important;
  overflow: hidden !important;
}

[b-315bbmzm0g] .mud-drawer.mud-drawer-mini {
  width: 72px !important;
}

[b-315bbmzm0g] .mud-drawer.mud-drawer-mini .mud-drawer-content {
  padding: 0 !important;
}

/* ── SIDEBAR HEADER ──────────────────────────────────────── */
.sidebar-header[b-315bbmzm0g] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--border-color);
}

.sidebar-logo-center[b-315bbmzm0g] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sidebar-logo-center img[b-315bbmzm0g] {
  border-radius: 8px;
}

/* ── SIDEBAR MENU (SAMOWEB Pattern) ──────────────────────── */
.sidebar-menu[b-315bbmzm0g] {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 140px);
}

.sidebar-menu[b-315bbmzm0g]::-webkit-scrollbar {
  width: 4px;
}

.sidebar-menu[b-315bbmzm0g]::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 4px;
}

/* Root list */
.sidebar-menu-list[b-315bbmzm0g] {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Menu label */
.sidebar-menu-label[b-315bbmzm0g] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── NAV ITEM (LI) ──────────────────────────────────────── */
[b-315bbmzm0g] .nav-item {
  margin: 0;
  padding: 0;
}

/* ── NAV LINK (A) ───────────────────────────────────────── */
[b-315bbmzm0g] .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin: 2px 8px;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all var(--transition-fast);
  color: var(--text-primary);
  text-decoration: none;
  font-size: var(--font-size-sm);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

[b-315bbmzm0g] .nav-link:hover {
  background: var(--bg-surface-hover);
  color: var(--primary);
}

[b-315bbmzm0g] .nav-link i {
  font-size: 22px;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

[b-315bbmzm0g] .nav-link span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── MENU LINK (Parent with children) ───────────────────── */
[b-315bbmzm0g] .menu-link {
  pointer-events: auto;
}

/* Chevron arrow for parent items (only .menu-link has children) */
[b-315bbmzm0g] .menu-link::after {
  content: '\e606';
  font-family: 'simple-line-icons';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: transform var(--transition-fast);
  color: var(--text-muted);
}

[b-315bbmzm0g] .nav-item.active > .menu-link::after {
  transform: translateY(-50%) rotate(90deg);
  color: var(--primary);
}

/* Active parent link */
[b-315bbmzm0g] .nav-item.active > .menu-link {
  color: var(--primary);
  background: var(--primary-bg);
  font-weight: 600;
}

/* ── SUB-MENU (Nested UL) ───────────────────────────────── */
[b-315bbmzm0g] .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  display: none;
  transition: opacity var(--transition-fast);
}

/* Show sub-menu when parent li is active */
[b-315bbmzm0g] .nav-item.active > .sub-menu {
  opacity: 1;
  display: block;
}

/* Level 1 sub-menu indentation */
[b-315bbmzm0g] .sub-menu .nav-link {
  padding-left: 28px;
  font-size: var(--font-size-xs);
  font-weight: 400;
  color: var(--text-secondary);
}

/* Level 2 sub-menu indentation */
[b-315bbmzm0g] .sub-menu .sub-menu .nav-link {
  padding-left: 48px;
  font-size: 12px;
}

/* Level 3 sub-menu indentation */
[b-315bbmzm0g] .sub-menu .sub-menu .sub-menu .nav-link {
  padding-left: 64px;
  font-size: 11px;
}

/* Sub-menu items hover */
[b-315bbmzm0g] .sub-menu .nav-link:hover {
  color: var(--primary);
  background: rgba(8, 145, 178, 0.05);
}

/* Active sub-menu item */
[b-315bbmzm0g] .sub-menu .nav-link.active {
  color: var(--primary);
  background: var(--primary-bg);
}

/* ── MINI MODE (Drawer collapsed) ────────────────────────── */
/* Uses .sidebar-mini class on .sidebar-menu div instead of
   ::deep .mud-drawer.mud-drawer-mini which can't penetrate
   through MudDrawer component boundary */

.sidebar-mini[b-315bbmzm0g] {
  padding: 8px 4px;
}

/* Hide menu label in mini mode */
.sidebar-mini .sidebar-menu-label[b-315bbmzm0g] {
  display: none;
}

/* Parent items: center icon, hide text and chevron */
.sidebar-mini[b-315bbmzm0g]  .nav-link {
  justify-content: center;
  padding: 10px 0;
  margin: 2px 4px;
  gap: 0;
}

.sidebar-mini[b-315bbmzm0g]  .nav-link span {
  display: none;
}

.sidebar-mini[b-315bbmzm0g]  .menu-link::after {
  display: none;
}

.sidebar-mini[b-315bbmzm0g]  .nav-link i {
  width: auto;
  font-size: 22px;
}

/* ALL sub-menus hidden in mini mode */
.sidebar-mini[b-315bbmzm0g]  .sub-menu {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Active parent in mini mode: just highlight the icon */
.sidebar-mini[b-315bbmzm0g]  .nav-item.active > .menu-link {
  background: var(--primary-bg);
  color: var(--primary);
  border-radius: var(--border-radius);
}

/* ── EXPANDED MODE (Drawer open) ─────────────────────────── */
/* When NOT in mini mode, show menu label */
.sidebar-menu:not(.sidebar-mini) .sidebar-menu-label[b-315bbmzm0g] {
  display: flex;
}

/* ── HEADER / APP BAR ────────────────────────────────────── */
[b-315bbmzm0g] .mud-appbar {
  background: var(--bg-surface) !important;
  border-bottom: 1px solid var(--border-color) !important;
  box-shadow: var(--shadow-header) !important;
  height: var(--header-height) !important;
  z-index: var(--z-header) !important;
  padding: 0 var(--space-4) !important;
}

/* ── HEADER LOGO (collapsed sidebar) ─────────────────────── */
.header-logo-mini[b-315bbmzm0g] {
  display: flex;
  align-items: center;
  margin-right: var(--space-3);
}

.header-logo-mini img[b-315bbmzm0g] {
  border-radius: var(--border-radius-sm);
  object-fit: contain;
}

/* ── MAIN CONTENT ────────────────────────────────────────── */
[b-315bbmzm0g] .mud-main-content {
  display: flex !important;
  flex-direction: column !important;
  min-height: calc(100vh - var(--header-height)) !important;
  background: var(--bg-body) !important;
  padding-top: 0 !important;
  padding-bottom: var(--footer-height) !important;
  flex: 1 !important;
}

/* ── CONTENT AREA ────────────────────────────────────────── */
.content-wrapper[b-315bbmzm0g] {
  padding: var(--space-5);
  width: 100%;
  flex: 1 1 auto !important;
  min-height: calc(100vh - var(--header-height) - var(--footer-height) - var(--breadcrumb-height)) !important;
}

/* ── MENU TOGGLE BUTTON ──────────────────────────────────── */
.custom-menu-toggle[b-315bbmzm0g] {
  color: var(--text-secondary) !important;
  transition: all var(--transition-fast) !important;
}

.custom-menu-toggle:hover[b-315bbmzm0g] {
  color: var(--primary) !important;
  background: var(--primary-bg) !important;
}

/* ── SITE INFO (HEADER) ──────────────────────────────────── */
.site-info[b-315bbmzm0g] {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: 0 var(--space-3);
}

.site-info-icon[b-315bbmzm0g] {
  color: var(--primary);
  font-size: 1.1rem;
}

.site-info-label[b-315bbmzm0g] {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.site-info-value[b-315bbmzm0g] {
  font-size: var(--font-size-sm);
  color: var(--text-primary);
  font-weight: 700;
}

/* ── BREADCRUMB ────────────────────────────────────────────── */
/* Now in Breadcrumb.razor.css (scoped) */

/* ── USER MENU TRIGGER ──────────────────────────────────── */
.user-menu-trigger[b-315bbmzm0g] {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 6px 14px 6px 6px;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(.4,0,.2,1);
  border: 1px solid transparent;
  background: transparent;
  user-select: none;
}

.user-menu-trigger:hover[b-315bbmzm0g] {
  background: rgba(100,116,139,.06);
  border-color: rgba(100,116,139,.1);
  box-shadow: 0 2px 12px rgba(100,116,139,.1);
}

.user-menu-trigger:active[b-315bbmzm0g] {
  transform: scale(0.98);
}

/* ── AVATAR WRAPPER ─────────────────────────────────────── */
.user-avatar-wrapper[b-315bbmzm0g] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.user-avatar[b-315bbmzm0g] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 1px 4px rgba(100,116,139,.3);
  transition: all 0.25s cubic-bezier(.4,0,.2,1);
  position: relative;
  z-index: 1;
}

.user-menu-trigger:hover .user-avatar[b-315bbmzm0g] {
  box-shadow: 0 2px 8px rgba(100,116,139,.4);
}

/* ── CONNECTED RING ─────────────────────────────────────── */
.connected-ring[b-315bbmzm0g] {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid var(--secondary);
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  animation: ringPulse-b-315bbmzm0g 2s ease-in-out infinite;
}

.connected-ring[b-315bbmzm0g]::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid var(--secondary);
  animation: ringRipple-b-315bbmzm0g 2s ease-out infinite;
}

@keyframes ringPulse-b-315bbmzm0g {
  0%, 100% { transform: scale(1); opacity: .8; }
  50% { transform: scale(1.06); opacity: .4; }
}

@keyframes ringRipple-b-315bbmzm0g {
  0% { opacity: .4; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.6); }
}

/* ── USER NAME ──────────────────────────────────────────── */
.user-name[b-315bbmzm0g] {
  font-size: 13px;
  font-weight: 600;
  color: var(--secondary);
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
}

/* ── CLOCK / TIME DISPLAY ────────────────────────────────── */
.header-clock[b-315bbmzm0g] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.3;
  margin-right: var(--space-3);
}

.header-clock-time[b-315bbmzm0g] {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}

.header-clock-date[b-315bbmzm0g] {
  font-size: 11px;
  color: var(--text-secondary);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* ── USER CHEVRON ────────────────────────────────────────── */
.user-chevron[b-315bbmzm0g] {
  color: var(--text-muted);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.user-menu-trigger:hover .user-chevron[b-315bbmzm0g] {
  color: var(--secondary);
}

/* ── BREADCRUMB BAR ──────────────────────────────────────── */
/* Now in Breadcrumb.razor.css (scoped) */

/* ── FOOTER (Fixed bottom) ──────────────────────────────── */
.layout-footer[b-315bbmzm0g] {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-color);
  padding: var(--space-3) var(--space-6);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--footer-height);
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  flex-shrink: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.footer-tagline[b-315bbmzm0g] {
  color: var(--text-secondary);
  font-weight: 400;
}

.footer-heart[b-315bbmzm0g] {
  color: var(--danger);
  font-size: 1.1em;
}

.footer-link[b-315bbmzm0g] {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-link:hover[b-315bbmzm0g] {
  color: var(--primary-dark);
  text-decoration: underline;
}

/* ── TIME ANIMATIONS ─────────────────────────────────────── */
@keyframes fadeInLeft-b-315bbmzm0g {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight-b-315bbmzm0g {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

.animated[b-315bbmzm0g] {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 768px) {
  .site-info[b-315bbmzm0g] {
    display: none;
  }

  .breadcrumb-bar[b-315bbmzm0g] {
    padding: var(--space-3) var(--space-4);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-2);
  }

  .content-wrapper[b-315bbmzm0g] {
    padding: var(--space-4);
  }

  .layout-footer[b-315bbmzm0g] {
    flex-direction: column;
    gap: var(--space-2);
    text-align: center;
    padding: var(--space-4);
  }
}

@media (max-width: 576px) {
  .header-clock[b-315bbmzm0g] {
    display: none;
  }

  .content-wrapper[b-315bbmzm0g] {
    padding: var(--space-3);
  }
}
/* _content/BlazorServer.Presentation/Shared/Modal.razor.rz.scp.css */
.modal-fullscreen[b-t65ka5q1fc] {
    height: 100% !important;
}
@media (min-width: 1200px) {
    .modal-xl[b-t65ka5q1fc] {
        max-width: calc(100% - 200px);
    }
}
/* _content/BlazorServer.Presentation/Shared/ThemeSettings.razor.rz.scp.css */
/* ============================================================
   THEMESETTINGS.RAZOR.CSS — Floating Settings Panel
   ============================================================ */

/* ── FAB (Floating Action Button) ────────────────────────── */
.settings-fab[b-t38jvg8v28] {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  background: var(--primary);
  color: var(--text-inverse);
  border: none;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition-fast);
}

.settings-fab:hover[b-t38jvg8v28] {
  width: 50px;
  box-shadow: var(--shadow-xl);
}

.settings-icon[b-t38jvg8v28] {
  animation: gearSpin-b-t38jvg8v28 3s linear infinite;
}

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

/* ── PANEL ────────────────────────────────────────────────── */
.settings-panel[b-t38jvg8v28] {
  position: fixed;
  right: -340px;
  top: 0;
  bottom: 0;
  width: 320px;
  z-index: 10000;
  background: var(--bg-surface);
  border-left: 1px solid var(--border-color);
  box-shadow: var(--shadow-xl);
  transition: right var(--transition-base);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.settings-panel.open[b-t38jvg8v28] {
  right: 0;
}

/* ── HEADER ────────────────────────────────────────────────── */
.settings-header[b-t38jvg8v28] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--border-color);
  flex-shrink: 0;
}

.settings-header h3[b-t38jvg8v28] {
  margin: 0;
  font-size: var(--font-size-lg);
  font-weight: 600;
  color: var(--text-primary);
}

.settings-close[b-t38jvg8v28] {
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: var(--space-1);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.settings-close:hover[b-t38jvg8v28] {
  background: var(--bg-surface-hover);
  color: var(--text-primary);
}

/* ── BODY ──────────────────────────────────────────────────── */
.settings-body[b-t38jvg8v28] {
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

/* ── SECTION ───────────────────────────────────────────────── */
.settings-section[b-t38jvg8v28] {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.settings-label[b-t38jvg8v28] {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ── THEME MODE GRID ───────────────────────────────────────── */
.theme-grid[b-t38jvg8v28] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-2);
}

.theme-option[b-t38jvg8v28] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-2);
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius);
  background: var(--bg-surface);
  color: var(--text-secondary);
  font-size: var(--font-size-xs);
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.theme-option:hover[b-t38jvg8v28] {
  border-color: var(--primary-light);
  color: var(--primary);
  background: var(--primary-bg);
}

.theme-option.active[b-t38jvg8v28] {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-bg);
  font-weight: 600;
}

/* ── COLOR PICKER ──────────────────────────────────────────── */
.color-picker-row[b-t38jvg8v28] {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.color-input[b-t38jvg8v28] {
  width: 100%;
  height: 40px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  padding: 2px;
  background: var(--bg-surface);
}

.color-input[b-t38jvg8v28]::-webkit-color-swatch-wrapper {
  padding: 2px;
}

.color-input[b-t38jvg8v28]::-webkit-color-swatch {
  border: none;
  border-radius: var(--border-radius-sm);
}

.color-value[b-t38jvg8v28] {
  font-size: var(--font-size-xs);
  color: var(--text-muted);
  font-family: monospace;
  text-transform: uppercase;
}

.color-presets[b-t38jvg8v28] {
  display: flex;
  gap: var(--space-1);
  flex-wrap: wrap;
}

.color-preset[b-t38jvg8v28] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition-fast);
  padding: 0;
}

.color-preset:hover[b-t38jvg8v28] {
  transform: scale(1.15);
  box-shadow: var(--shadow-md);
}

.color-preset.active[b-t38jvg8v28] {
  border-color: var(--text-primary);
  box-shadow: 0 0 0 2px var(--bg-surface), 0 0 0 4px var(--text-primary);
}

/* ── OVERLAY ───────────────────────────────────────────────── */
.settings-overlay[b-t38jvg8v28] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  backdrop-filter: blur(2px);
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 576px) {
  .settings-panel[b-t38jvg8v28] {
    width: 280px;
    right: -300px;
  }
}
