/* /Components/Layout/Components/AccountBanner.razor.rz.scp.css */
.account-banner[b-2z690118ma] {
  display: inline-block;
  position: relative;
}

.account-banner-card[b-2z690118ma] {
  background: transparent;
  background-color: transparent !important;
  color: inherit;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: none !important;
  position: relative;
}

.account-banner-activator[b-2z690118ma] {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 10px;
  transition: background-color .15s ease, transform .15s ease;
  background: transparent;
  border: none;
  width: 100%;
  color: inherit;
}

.account-banner-indicator[b-2z690118ma] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  aspect-ratio: 1;
  padding: 0 4px;
  border-radius: 50%;
  border: none !important;
  outline: none !important;
  background: #f44336 !important;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.account-banner-activator:hover[b-2z690118ma] {
  background-color: rgba(255,255,255,0.08);
}

.account-banner-activator:focus-visible[b-2z690118ma] {
  outline: 2px solid rgba(14,116,144,0.7);
  outline-offset: 3px;
}

.account-banner-avatar[b-2z690118ma] {
  background-color: #0f172a !important;
  color: #fff !important;
  font-weight: 700;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
}

.account-banner-ident[b-2z690118ma] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}

.account-banner-name[b-2z690118ma] {
  color: inherit;
  font-weight: 600;
}

.account-banner-role[b-2z690118ma] {
  color: inherit;
  font-size: .82rem;
}

.account-banner-chevron[b-2z690118ma]::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 6px;
  transition: transform .2s ease;
}

.account-banner-activator.open .account-banner-chevron[b-2z690118ma]::before {
  transform: rotate(-135deg);
}

.account-banner-menu[b-2z690118ma] {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 260px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.18), 0 6px 14px rgba(2, 6, 23, 0.12);
  border: 1px solid rgba(148,163,184,0.25);
  backdrop-filter: blur(12px);
  background: rgba(15, 23, 42, 0.88);
  color: #e2e8f0;
  z-index: 20;
  overflow: hidden;
}

.account-banner-menu.open[b-2z690118ma] {
  display: block;
}

.account-banner-menu-container[b-2z690118ma] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-block: 6px;
}

.account-banner-menu-item[b-2z690118ma] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 8px;
  border-radius: 10px;
  padding: 10px 12px;
  transition: background-color .12s ease, color .12s ease, transform .05s ease;
  background: transparent;
  border: none;
  color: inherit;
  font-weight: 500;
  text-align: left;
  width: 100%;
  justify-content: flex-start;
}

.account-banner-menu-item:hover[b-2z690118ma],
.account-banner-menu-item:focus-visible[b-2z690118ma] {
  background-color: rgba(226,232,240,0.12);
  outline: none;
}

.account-banner-menu-item:active[b-2z690118ma] {
  transform: translateY(0.5px);
}

.account-banner-menu-icon[b-2z690118ma] {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.account-banner-menu-icon[b-2z690118ma]::before,
.account-banner-menu-icon[b-2z690118ma]::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: currentColor;
}

.account-banner-menu-icon-bell[b-2z690118ma]::before {
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 6px 6px 2px 2px;
  top: 1px;
}

.account-banner-menu-icon-bell[b-2z690118ma]::after {
  width: 4px;
  height: 4px;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.account-banner-menu-icon-user[b-2z690118ma]::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 2px;
}

.account-banner-menu-icon-user[b-2z690118ma]::after {
  width: 12px;
  height: 6px;
  border-radius: 6px 6px 2px 2px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.account-banner-menu-icon-logout[b-2z690118ma]::before {
  width: 10px;
  height: 10px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.account-banner-menu-icon-logout[b-2z690118ma]::after {
  width: 8px;
  height: 2px;
  background-color: currentColor;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.account-banner-menu-icon-doc[b-2z690118ma]::before {
  width: 10px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.account-banner-divider[b-2z690118ma] {
  height: 1px;
  margin: 6px 8px;
  background-color: rgba(148,163,184,0.35);
}

.account-banner-chip[b-2z690118ma] {
  border-radius: 9999px;
  padding-inline: .4rem;
  background-color: #dc2626;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 2px;
}

.account-banner-overlay[b-2z690118ma] {
  position: fixed;
  inset: 0;
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  cursor: default;
  z-index: 10;
}

.account-banner-toast[b-2z690118ma] {
  position: fixed;
  top: 90px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(30, 41, 59, 0.96) 100%);
  color: #f8fafc;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.35);
  animation: slideInRight-b-2z690118ma 0.35s ease-out forwards;
  z-index: 200;
}

.account-banner-toast-icon[b-2z690118ma] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(14, 165, 233, 0.2));
  border: 1px solid rgba(59, 130, 246, 0.6);
  position: relative;
}

.account-banner-toast-icon[b-2z690118ma]::before,
.account-banner-toast-icon[b-2z690118ma]::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 2px;
  background-color: #60a5fa;
}

.account-banner-toast-icon[b-2z690118ma]::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  inset: 10px;
  background-color: transparent;
  border: 2px solid #60a5fa;
}

.account-banner-toast-content[b-2z690118ma] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.account-banner-toast-title[b-2z690118ma] {
  font-weight: 700;
  font-size: 0.95rem;
}

.account-banner-toast-body[b-2z690118ma] {
  font-size: 0.8rem;
  color: rgba(248, 250, 252, 0.8);
}

.account-banner-toast-actions[b-2z690118ma] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.account-banner-toast-button[b-2z690118ma] {
  border: none;
  background: #38bdf8;
  color: #0f172a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.account-banner-toast-button:hover[b-2z690118ma] {
  background: #0ea5e9;
  transform: translateY(-1px);
}

.account-banner-toast-close[b-2z690118ma] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: transparent;
  color: rgba(248, 250, 252, 0.7);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
  position: relative;
}

.account-banner-toast-close[b-2z690118ma]::before,
.account-banner-toast-close[b-2z690118ma]::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  transform-origin: center;
}

.account-banner-toast-close[b-2z690118ma]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.account-banner-toast-close[b-2z690118ma]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.account-banner-toast-close:hover[b-2z690118ma] {
  background: rgba(148, 163, 184, 0.2);
  color: #f8fafc;
}

@keyframes slideInRight-b-2z690118ma {
  from {
    opacity: 0;
    transform: translateX(120%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Custom Drawer Styles */

/* App Bar Styling */
[b-4b7mr3q7gv] .mud-app-bar {
    background: linear-gradient(135deg, #4ECDC4 0%, #44BDB5 100%) !important;
    box-shadow: 0 2px 20px rgba(78, 205, 196, 0.3) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

/* Brand Text Styling */
[b-4b7mr3q7gv] .mud-app-bar .brand-text {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    letter-spacing: -0.5px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
  
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Menu Button Styling */
[b-4b7mr3q7gv] .mud-app-bar .mud-icon-button {
    color: white !important;
    transition: all 0.2s ease !important;
}

[b-4b7mr3q7gv] .mud-app-bar .mud-icon-button:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: scale(1.05);
}

/* Account Menu Styling */
.account-banner-container[b-4b7mr3q7gv] {
    border-radius: 8px;
    padding: 4px 8px !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.account-banner-container:hover[b-4b7mr3q7gv] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

/* Timer Chips Enhanced Styling */
[b-4b7mr3q7gv] .inactivity-chip,
[b-4b7mr3q7gv] .new-leads-chip,
[b-4b7mr3q7gv] .red-time-chip {
    border-radius: 20px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease !important;
}

[b-4b7mr3q7gv] .inactivity-chip:hover,
[b-4b7mr3q7gv] .new-leads-chip:hover,
[b-4b7mr3q7gv] .red-time-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Animations */
@keyframes fadeIn-b-4b7mr3q7gv {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[b-4b7mr3q7gv] .mud-app-bar > * {
    animation: fadeIn-b-4b7mr3q7gv 0.5s ease forwards;
}

/* Responsive adjustments */
/* Custom Drawer Styles */
.custom-drawer[b-4b7mr3q7gv] {
    position: fixed;
    top: 64px; /* Below app bar */
    left: 0;
    height: calc(100vh - 64px);
    background: white;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
    overflow-y: auto;
    overflow-x: auto;
}

.custom-drawer.drawer-closed[b-4b7mr3q7gv] {
    transform: translateX(-100%);
    width: 0;
}

.custom-drawer.drawer-open.drawer-mini[b-4b7mr3q7gv] {
    width: 80px; /* Mini width - icons only */
    transform: translateX(0);
    z-index: 1001; /* Higher than content */
}

.custom-drawer.drawer-open.drawer-expanded[b-4b7mr3q7gv] {
    width: 280px; /* Expanded width - icons + text */
    transform: translateX(0);
    z-index: 1001; /* Higher than content to overlay */
}

/* Adjust main content for both mini and expanded drawer states */
.custom-drawer.drawer-open.drawer-mini ~ .main-content[b-4b7mr3q7gv],
.custom-drawer.drawer-open.drawer-mini[b-4b7mr3q7gv] ~  .mud-main-content {
    margin-left: 80px !important; /* Mini width - 80px */
    transition: margin-left 0.3s ease;
}

/* Expanded state - content should be pushed to the right of the drawer */
.custom-drawer.drawer-open.drawer-expanded ~ .main-content[b-4b7mr3q7gv],
.custom-drawer.drawer-open.drawer-expanded[b-4b7mr3q7gv] ~  .mud-main-content {
    margin-left: 280px !important; /* Expanded width - 280px */
    transition: margin-left 0.3s ease;
}

@media (max-width: 768px) {
    .custom-drawer.drawer-open.drawer-expanded[b-4b7mr3q7gv] {
        width: 100vw; /* Full width on mobile */
    }
    
    /* On mobile, expanded drawer should overlay content */
    .custom-drawer.drawer-open.drawer-expanded ~ .main-content[b-4b7mr3q7gv],
    .custom-drawer.drawer-open.drawer-expanded[b-4b7mr3q7gv] ~  .mud-main-content {
        margin-left: 0 !important; /* No margin on mobile for expanded */
    }
    
    /* Mini drawer still pushes content on mobile */
    .custom-drawer.drawer-open.drawer-mini ~ .main-content[b-4b7mr3q7gv],
    .custom-drawer.drawer-open.drawer-mini[b-4b7mr3q7gv] ~  .mud-main-content {
        margin-left: 80px !important; /* Keep mini margin on mobile */
    }
    
    [b-4b7mr3q7gv] .brand-text {
        font-size: 1.2rem !important;
    }
}

/* Global scrolling fixes */
html[b-4b7mr3q7gv], body[b-4b7mr3q7gv] {
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

/* Ensure the body can scroll when content overflows */
body[b-4b7mr3q7gv] {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

/* Force scrolling to work by ensuring proper height calculations */
*[b-4b7mr3q7gv] {
    box-sizing: border-box;
}

/* Ensure the main layout allows natural content flow */
.mud-layout[b-4b7mr3q7gv] {
    height: auto !important;
    min-height: 100vh !important;
}

/* Full Height Background Wrapper */
.full-height-background[b-4b7mr3q7gv] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.004) 0%, rgba(255, 255, 255, 0.004) 50%, rgba(var(--mud-palette-primary-rgb), 0.15) 100%);
    overflow-y: auto;
    overflow-x: auto;
}

/* Main Layout Container */
.main-layout-container[b-4b7mr3q7gv] {
    position: relative;
    z-index: 1;
    background: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Ensure MudLayout components are transparent and allow proper scrolling */
[b-4b7mr3q7gv] .mud-layout {
    background: transparent !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

[b-4b7mr3q7gv] .mud-main-content {
    background: transparent !important;
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
    min-height: calc(100vh - 64px);
    height: auto;
    max-height: none;
}

[b-4b7mr3q7gv] .mud-drawer {
    background: transparent !important;
}

[b-4b7mr3q7gv] .mud-app-bar {
    background-color: #4ECDC4 !important;
    color: white !important;
    z-index: 1000;
    position: relative;
}

/* Background Decorative Shapes */
.background-shapes[b-4b7mr3q7gv] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.shape[b-4b7mr3q7gv] {
    position: absolute;
    border-radius: 50%;
    /* Shape gradient is set via inline styles using MudBlazor theme variables */
    animation: float-b-4b7mr3q7gv 20s ease-in-out infinite;
}

.shape-1[b-4b7mr3q7gv] {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
    animation-delay: 0s;
}

.shape-2[b-4b7mr3q7gv] {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    animation-delay: 7s;
}

.shape-3[b-4b7mr3q7gv] {
    width: 150px;
    height: 150px;
    top: 50%;
    left: -75px;
    animation-delay: 14s;
}

@keyframes float-b-4b7mr3q7gv {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.1;
    }
}


/* App Bar Elements Styling */
[b-4b7mr3q7gv] .mud-app-bar .mud-icon-button {
    color: white !important;
}

[b-4b7mr3q7gv] .mud-app-bar .mud-icon-button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}

[b-4b7mr3q7gv] .mud-app-bar .mud-text,
[b-4b7mr3q7gv] .mud-app-bar .mud-icon,
[b-4b7mr3q7gv] .mud-app-bar .mud-avatar {
    color: white !important;
}

/* Account Banner Container */
.account-banner-container[b-4b7mr3q7gv] {
    color: white !important;
}

.account-banner-container .mud-text[b-4b7mr3q7gv],
.account-banner-container .mud-icon[b-4b7mr3q7gv] {
    color: white !important;
}

/* Inactivity Timer Chip */
[b-4b7mr3q7gv] .inactivity-chip {
    margin-right: 12px !important;
    padding: 8px 16px !important;
    height: auto !important;
}

[b-4b7mr3q7gv] .inactivity-chip .mud-chip-content {
    padding: 0 !important;
}

[b-4b7mr3q7gv] .inactivity-chip .mud-chip-icon {
    margin-right: 8px !important;
    font-size: 1.2rem !important;
}

[b-4b7mr3q7gv] .inactivity-chip .mud-stack {
    gap: 4px !important;
}

/* Navigation Tabs Styling */
[b-4b7mr3q7gv] .nav-tabs .mud-tabs-toolbar {
    background-color: transparent !important;
}

[b-4b7mr3q7gv] .nav-tabs .mud-tab {
    color: white !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

[b-4b7mr3q7gv] .nav-tabs .mud-tab-active {
    color: white !important;
    border-bottom: 2px solid white !important;
}

[b-4b7mr3q7gv] .nav-tabs .mud-tab:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Main Content */
.main-content[b-4b7mr3q7gv] {
    background-color: transparent !important;
    background: transparent !important;
    min-height: calc(100vh - 64px);
    position: relative;
    z-index: 1;
    overflow-y: auto;
    overflow-x: auto;
    flex: 1;
    height: auto;
    max-height: none;
}

/* No Sidebar Mode - for Quote Calculator page */
.main-content.no-sidebar[b-4b7mr3q7gv],
[b-4b7mr3q7gv] .mud-main-content.no-sidebar {
    margin-left: 0 !important;
}

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

    #blazor-error-ui .dismiss[b-4b7mr3q7gv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Brand Watermark */
.brand-watermark[b-4b7mr3q7gv] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    pointer-events: none;
    user-select: none;
}

/* Favicon Styles - Ensure proper favicon display */
[b-4b7mr3q7gv] link[rel="icon"] {
    display: block !important;
}

[b-4b7mr3q7gv] link[rel="shortcut icon"] {
    display: block !important;
}

/* Ensure favicon is visible and properly sized */
[b-4b7mr3q7gv] .favicon-container {
    position: relative;
    display: inline-block;
}

[b-4b7mr3q7gv] .favicon-container img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.watermark-logo[b-4b7mr3q7gv] {
    width: 300px;
    height: 300px;
    opacity: 0.3;
    object-fit: contain;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

.watermark-logo:hover[b-4b7mr3q7gv] {
    opacity: 0.4;
    transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 768px) {
    .watermark-logo[b-4b7mr3q7gv] {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    
    .watermark-logo[b-4b7mr3q7gv] {
        width: 150px;
        height: 150px;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .shape[b-4b7mr3q7gv] {
        animation: none;
    }
    
    .watermark-logo:hover[b-4b7mr3q7gv] {
        transform: none;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .watermark-logo[b-4b7mr3q7gv] {
        opacity: 0.1;
        filter: grayscale(100%);
    }
}

/* Leads Table Scrolling */
.leads-table-container[b-4b7mr3q7gv] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: auto;
}

.modern-data-grid[b-4b7mr3q7gv] {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: auto;
}

/* Ensure MudDataGrid has proper scrolling */
[b-4b7mr3q7gv] .mud-data-grid {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: auto;
}

[b-4b7mr3q7gv] .mud-data-grid .mud-table-container {
    max-height: calc(100vh - 350px);
    overflow-y: auto;
    overflow-x: auto;
}

/* Pagination container should not scroll */
.pagination-container[b-4b7mr3q7gv] {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;
    padding: 16px 0;
    border-top: 1px solid #e0e0e0;
}

/* Unfinished Call FAB Styles */
.unfinished-call-fab[b-4b7mr3q7gv] {
    position: fixed;
    bottom: 24px;
    right: 24px; /* Bottom-right corner */
    z-index: 2000 !important; /* Higher than everything else */
    pointer-events: auto;
}

@keyframes pulse-warning-b-4b7mr3q7gv {
    0% {
        box-shadow: 0 8px 24px rgba(255, 152, 0, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 8px 32px rgba(255, 152, 0, 0.6);
        transform: scale(1.02);
    }
    100% {
        box-shadow: 0 8px 24px rgba(255, 152, 0, 0.4);
        transform: scale(1);
    }
}

/* Responsive positioning for Unfinished Call FAB */
@media (max-width: 768px) {
    .unfinished-call-fab[b-4b7mr3q7gv] {
        right: 24px;
        bottom: 24px; /* Keep at bottom-right on mobile too */
    }
}

@media (max-width: 480px) {
    .unfinished-call-fab[b-4b7mr3q7gv] {
        right: 16px;
        bottom: 16px;
    }
}

/* Red Time Timer Styles */
[b-4b7mr3q7gv] .red-time-chip {
    background-color: #f44336 !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    animation: pulse-b-4b7mr3q7gv 2s infinite;
    margin-right: 12px !important;
    padding: 8px 16px !important;
    height: auto !important;
}

[b-4b7mr3q7gv] .red-time-chip .mud-chip-content {
    padding: 0 !important;
}

[b-4b7mr3q7gv] .red-time-chip .mud-chip-icon {
    color: white !important;
    margin-right: 8px !important;
    font-size: 1.2rem !important;
}

[b-4b7mr3q7gv] .red-time-chip .mud-stack {
    gap: 4px !important;
}

#redTimeDisplay[b-4b7mr3q7gv] {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.red-time-active[b-4b7mr3q7gv] {
    animation: blink-b-4b7mr3q7gv 1s infinite;
}

@keyframes pulse-b-4b7mr3q7gv {
    0% {
        box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(244, 67, 54, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 67, 54, 0);
    }
}

@keyframes blink-b-4b7mr3q7gv {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0.7;
    }
}

/* Responsive Red Time Timer */
@media (max-width: 768px) {
    [b-4b7mr3q7gv] .red-time-chip {
        font-size: 0.75rem !important;
        padding: 6px 12px !important;
        margin-right: 8px !important;
    }
    
    [b-4b7mr3q7gv] .red-time-chip .mud-chip-icon {
        font-size: 1rem !important;
        margin-right: 6px !important;
    }
    
    [b-4b7mr3q7gv] .red-time-chip .mud-stack {
        gap: 2px !important;
    }
}

@media (max-width: 480px) {
    [b-4b7mr3q7gv] .red-time-chip {
        font-size: 0.7rem !important;
        padding: 4px 8px !important;
        margin-right: 4px !important;
    }
    
    [b-4b7mr3q7gv] .red-time-chip .mud-chip-icon {
        font-size: 0.9rem !important;
        margin-right: 4px !important;
    }
    
    [b-4b7mr3q7gv] .red-time-chip .mud-stack {
        gap: 1px !important;
    }
    
    #redTimeDisplay[b-4b7mr3q7gv] {
        font-size: 0.7rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.modern-nav-container[b-mtkjbccwoi] {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modern-nav-container.nav-expanded[b-mtkjbccwoi] {
    padding: 20px 12px;
}

.modern-nav-container[b-mtkjbccwoi]::-webkit-scrollbar {
    width: 4px;
}

.modern-nav-container[b-mtkjbccwoi]::-webkit-scrollbar-track {
    background: transparent;
}

.modern-nav-container[b-mtkjbccwoi]::-webkit-scrollbar-thumb {
    background: var(--mud-palette-action-disabled, rgba(0, 0, 0, 0.1));
    border-radius: 2px;
    transition: background 0.2s;
}

.modern-nav-container[b-mtkjbccwoi]::-webkit-scrollbar-thumb:hover {
    background: var(--mud-palette-action-default, rgba(0, 0, 0, 0.2));
}

/* Nav Items */
.nav-item[b-mtkjbccwoi] {
    position: relative;
    margin-bottom: 6px;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 48px; /* Ensure consistent height */
    display: flex;
    align-items: center;
}

.nav-item:hover[b-mtkjbccwoi] {
    transform: translateX(4px);
}

.nav-item:hover .nav-item-glow[b-mtkjbccwoi] {
    opacity: 0.2;
}

.nav-item-glow[b-mtkjbccwoi] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, var(--mud-palette-primary-lighten, rgba(87, 194, 189, 0.01)) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.nav-item-content[b-mtkjbccwoi] {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    z-index: 1;
    transition: all 0.2s ease;
}

.nav-icon[b-mtkjbccwoi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    color: #666666;
    transition: all 0.2s ease;
}

.nav-text[b-mtkjbccwoi] {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    letter-spacing: 0.01em;
    white-space: nowrap;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active State */
.nav-item.active[b-mtkjbccwoi] {
    background: rgba(87, 194, 189, 0.05) !important;
    transform: translateX(4px);
}

.nav-item.active .nav-icon[b-mtkjbccwoi] {
    color: var(--mud-palette-primary, #4ECDC4);
    transform: scale(1.1);
}

.nav-item.active .nav-text[b-mtkjbccwoi] {
    color: var(--mud-palette-primary, #4ECDC4);
    font-weight: 600;
}

.nav-active-indicator[b-mtkjbccwoi] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: var(--mud-palette-primary, #4ECDC4);
    border-radius: 0 4px 4px 0;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item.active .nav-active-indicator[b-mtkjbccwoi] {
    height: 70%;
}

/* Hover Effects */
.nav-item:not(.active):hover[b-mtkjbccwoi] {
    background: var(--mud-palette-action-hover, rgba(0, 0, 0, 0.02));
}

.nav-item:not(.active):hover .nav-icon[b-mtkjbccwoi] {
    color: #666666;
    transform: scale(1.05);
}

.nav-item:not(.active):hover .nav-text[b-mtkjbccwoi] {
    color: #666666;
}

/* Mini State - Icons Only */
.modern-nav-container.nav-mini .nav-text[b-mtkjbccwoi] {
    opacity: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    transition: all 0.3s ease;
}

.modern-nav-container.nav-mini .nav-icon[b-mtkjbccwoi] {
    margin-right: 0 !important;
    transition: all 0.3s ease;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.modern-nav-container.nav-mini .nav-item-content[b-mtkjbccwoi] {
    justify-content: center !important;
    padding: 16px 12px !important;
    width: 100% !important;
}

.modern-nav-container.nav-mini .nav-item[b-mtkjbccwoi] {
    margin: 6px 8px !important;
    transition: all 0.3s ease;
    width: calc(100% - 16px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.modern-nav-container.nav-mini .nav-item:hover[b-mtkjbccwoi] {
    transform: scale(1.05) translateX(0);
}

/* Expanded State - Icons + Text */
.modern-nav-container.nav-expanded .nav-text[b-mtkjbccwoi] {
    opacity: 1 !important;
    width: auto !important;
    transition: all 0.3s ease;
}

.modern-nav-container.nav-expanded .nav-icon[b-mtkjbccwoi] {
    margin-right: 16px !important;
    transition: all 0.3s ease;
}

.modern-nav-container.nav-expanded .nav-item-content[b-mtkjbccwoi] {
    justify-content: flex-start !important;
    padding: 14px 16px !important;
}

.modern-nav-container.nav-expanded .nav-item[b-mtkjbccwoi] {
    margin: 0 0 6px 0 !important;
    transition: all 0.3s ease;
}

.modern-nav-container.nav-expanded .nav-item:hover[b-mtkjbccwoi] {
    transform: translateX(4px);
}

/* Ensure icons are always visible */
:global(.mud-drawer-mini) .nav-icon[b-mtkjbccwoi],
:global(.mud-drawer-temporary) .nav-icon[b-mtkjbccwoi] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* MudTooltip integration - ensure proper z-index for tooltips */
.modern-nav-container .nav-item[b-mtkjbccwoi] {
    position: relative;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .nav-item[b-mtkjbccwoi] {
        margin-bottom: 4px;
    }

    .nav-item-content[b-mtkjbccwoi] {
        padding: 12px 14px;
    }

    .nav-text[b-mtkjbccwoi] {
        font-size: 13px;
    }
}

/* Animation for entrance */
@keyframes slideIn-b-mtkjbccwoi {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.nav-item[b-mtkjbccwoi] {
    animation: slideIn-b-mtkjbccwoi 0.3s ease forwards;
    animation-delay: calc(var(--item-index, 0) * 0.05s);
}

.nav-item:nth-child(1)[b-mtkjbccwoi] { --item-index: 0; }
.nav-item:nth-child(2)[b-mtkjbccwoi] { --item-index: 1; }
.nav-item:nth-child(3)[b-mtkjbccwoi] { --item-index: 2; }
.nav-item:nth-child(4)[b-mtkjbccwoi] { --item-index: 3; }
.nav-item:nth-child(5)[b-mtkjbccwoi] { --item-index: 4; }

/* Section Divider and Label */
.nav-section-divider[b-mtkjbccwoi] {
    height: 1px;
    background: var(--mud-palette-divider, rgba(0, 0, 0, 0.12));
    margin: 16px 12px;
}

.nav-section-label[b-mtkjbccwoi] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666666;
    padding: 8px 16px 4px 16px;
    margin-top: 8px;
}

.modern-nav-container.nav-mini .nav-section-divider[b-mtkjbccwoi] {
    margin: 12px 8px;
}

.modern-nav-container.nav-mini .nav-section-label[b-mtkjbccwoi] {
    display: none;
}
/* /Components/Pages/DashboardMetrics/Components/UserBadges.razor.rz.scp.css */
.user-badges-container[b-twq1qtmb86] {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4px;
}

.user-badge[b-twq1qtmb86] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    aspect-ratio: 1;
}

.user-badge:hover[b-twq1qtmb86] {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.badge-emoji[b-twq1qtmb86] {
    display: inline-block;
    line-height: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.user-badge[data-rarity="rare"][b-twq1qtmb86] {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.2) 0%, rgba(33, 150, 243, 0.1) 100%);
    border: 1px solid rgba(33, 150, 243, 0.3);
}

.user-badge[data-rarity="epic"][b-twq1qtmb86] {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.2) 0%, rgba(156, 39, 176, 0.1) 100%);
    border: 1px solid rgba(156, 39, 176, 0.3);
}

.user-badge[data-rarity="legendary"][b-twq1qtmb86] {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.2) 0%, rgba(255, 152, 0, 0.1) 100%);
    border: 1px solid rgba(255, 152, 0, 0.3);
    box-shadow: 0 2px 12px rgba(255, 152, 0, 0.3);
}

.animated-badge[b-twq1qtmb86] {
    animation: badgePulse-b-twq1qtmb86 2s ease-in-out infinite;
}

.animated-badge:nth-child(1)[b-twq1qtmb86] { animation-delay: 0s; }
.animated-badge:nth-child(2)[b-twq1qtmb86] { animation-delay: 0.2s; }
.animated-badge:nth-child(3)[b-twq1qtmb86] { animation-delay: 0.4s; }
.animated-badge:nth-child(4)[b-twq1qtmb86] { animation-delay: 0.6s; }
.animated-badge:nth-child(5)[b-twq1qtmb86] { animation-delay: 0.8s; }

@keyframes badgePulse-b-twq1qtmb86 {
    0%, 100% { 
        transform: scale(1);
        opacity: 1;
    }
    50% { 
        transform: scale(1.05);
        opacity: 0.9;
    }
}

/* /Components/Pages/DashboardMetrics/Dashboard.razor.rz.scp.css */
/* Dashboard Container */
.dashboard-container[b-dh6dprg57p] {
    padding: 20px;
    overflow: visible !important;
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;
}

.dashboard-layout[b-dh6dprg57p] {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 24px;
    height: 100%;
    overflow: visible !important;
    max-width: 100%;
}

/* Sidebar */
.dashboard-sidebar[b-dh6dprg57p] {
    width: 250px;
    flex-shrink: 0;
    background-color: var(--mud-palette-background);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Settings Sidebar */
.dashboard-settings-sidebar[b-dh6dprg57p] {
    width: 320px;
    flex-shrink: 0;
    background-color: var(--mud-palette-background);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    height: fit-content;
    position: fixed;
    top: 80px;
    right: -400px;
    z-index: 1000;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.dashboard-settings-sidebar.show[b-dh6dprg57p] {
    right: 20px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.settings-backdrop[b-dh6dprg57p] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
    animation: fadeIn-b-dh6dprg57p 0.2s ease-in-out;
}

@keyframes fadeIn-b-dh6dprg57p {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.settings-section[b-dh6dprg57p] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.settings-title[b-dh6dprg57p] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--mud-palette-divider);
    color: var(--mud-palette-primary);
}

.settings-content[b-dh6dprg57p] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.settings-content .month-picker[b-dh6dprg57p],
.settings-content .top-n-picker[b-dh6dprg57p] {
    width: 100%;
}

.settings-actions[b-dh6dprg57p] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--mud-palette-divider);
}

.settings-action-button[b-dh6dprg57p] {
    pointer-events: auto !important;
}

.settings-header[b-dh6dprg57p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.settings-close-button[b-dh6dprg57p] {
    margin-left: auto;
}

/* Navigation Menu */
.dashboard-nav-menu[b-dh6dprg57p] {
    background: transparent;
}

.dashboard-nav-menu > div[b-dh6dprg57p] {
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}

.dashboard-nav-menu > div:hover[b-dh6dprg57p] {
    background-color: var(--mud-palette-action-hover);
}

.dashboard-nav-menu > div.nav-link-active[b-dh6dprg57p] {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

.dashboard-nav-menu > div.nav-link-active:hover[b-dh6dprg57p] {
    background-color: var(--mud-palette-primary-darken);
}

/* Content Area */
.dashboard-content[b-dh6dprg57p] {
    flex: 1;
    overflow-y: auto;
    overflow-x: visible !important;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Territory Tabs */
.territory-tabs[b-dh6dprg57p] {
    margin-bottom: 24px !important;
    margin-top: 0;
    z-index: 100;
    position: relative;
}

/* Disabled Territory Tabs Effect */
.territory-tabs[b-dh6dprg57p]  .mud-tabs-toolbar {
    position: relative;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

/* When MudTabs is disabled */
.territory-tabs[b-dh6dprg57p]  .mud-disabled .mud-tabs-toolbar,
.territory-tabs.mud-disabled[b-dh6dprg57p]  .mud-tabs-toolbar {
    opacity: 0.5;
    filter: grayscale(0.3);
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}

.territory-tabs[b-dh6dprg57p]  .mud-disabled .mud-tabs-toolbar::before,
.territory-tabs.mud-disabled[b-dh6dprg57p]  .mud-tabs-toolbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    pointer-events: none;
    z-index: 1;
}

.territory-tabs[b-dh6dprg57p]  .mud-disabled .mud-tab,
.territory-tabs.mud-disabled[b-dh6dprg57p]  .mud-tab {
    opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none;
}

.territory-tabs[b-dh6dprg57p]  .mud-disabled .mud-tab:hover,
.territory-tabs.mud-disabled[b-dh6dprg57p]  .mud-tab:hover {
    background-color: transparent !important;
    transform: none !important;
}

/* Alternative approach: Target disabled state via attribute */
.territory-tabs[disabled][b-dh6dprg57p]  .mud-tabs-toolbar {
    opacity: 0.5;
    filter: grayscale(0.3);
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}

.territory-tabs[disabled][b-dh6dprg57p]  .mud-tabs-toolbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    pointer-events: none;
    z-index: 1;
}

.territory-tabs[disabled][b-dh6dprg57p]  .mud-tab {
    opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none;
}

.territory-tabs[disabled][b-dh6dprg57p]  .mud-tab:hover {
    background-color: transparent !important;
    transform: none !important;
}

/* Territory Selector Disabled Effect */
.territory-selector[b-dh6dprg57p]  .mud-input-control {
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.territory-selector.mud-disabled[b-dh6dprg57p]  .mud-input-control,
.territory-selector[disabled][b-dh6dprg57p]  .mud-input-control,
.territory-selector.selector-disabled[b-dh6dprg57p]  .mud-input-control {
    opacity: 0.5;
    filter: grayscale(0.3);
    cursor: not-allowed;
    position: relative;
}

.territory-selector.mud-disabled[b-dh6dprg57p]  .mud-input-control::before,
.territory-selector[disabled][b-dh6dprg57p]  .mud-input-control::before,
.territory-selector.selector-disabled[b-dh6dprg57p]  .mud-input-control::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    pointer-events: none;
    z-index: 1;
}

/* Class-based disabled effect for tabs */
.territory-tabs.tabs-disabled[b-dh6dprg57p]  .mud-tabs-toolbar {
    opacity: 0.5;
    filter: grayscale(0.3);
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}

.territory-tabs.tabs-disabled[b-dh6dprg57p]  .mud-tabs-toolbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    pointer-events: none;
    z-index: 1;
}

.territory-tabs.tabs-disabled[b-dh6dprg57p]  .mud-tab {
    opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none;
}

.territory-tabs.tabs-disabled[b-dh6dprg57p]  .mud-tab:hover {
    background-color: transparent !important;
    transform: none !important;
}

/* Page Header */
.page-header[b-dh6dprg57p] {
    margin-bottom: 8px;
    padding-top: 8px;
}

/* Minimal top bar for leaderboard view */
.page-header.leaderboard-header[b-dh6dprg57p] {
    position: fixed;
    top: 70px;
    right: 30px;
    left: auto;
    width: 48px;
    height: 48px;
    z-index: 10000;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

.page-header.leaderboard-header .header-content[b-dh6dprg57p] {
    gap: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    background: transparent;
}

.page-header.leaderboard-header .header-text[b-dh6dprg57p] {
    display: none;
}

.page-header.leaderboard-header .header-actions[b-dh6dprg57p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.page-header.leaderboard-header .header-actions button[b-dh6dprg57p] {
    transition: all 0.2s ease;
    width: 48px !important;
    height: 48px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-radius: 50% !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.page-header.leaderboard-header .header-actions button:hover[b-dh6dprg57p] {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.3) !important;
}

.header-content[b-dh6dprg57p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
}

.header-text[b-dh6dprg57p] {
    flex: 0 0 auto;
    min-width: 0;
}

.header-middle[b-dh6dprg57p] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    pointer-events: none;
}

.header-actions[b-dh6dprg57p] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    position: relative;
}

.settings-menu-button[b-dh6dprg57p] {
    position: relative;
}

/* Countdown Timer */
.countdown-timer-section[b-dh6dprg57p] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    padding: 12px;
    background: var(--mud-palette-background-grey);
    border-radius: 8px;
}

.countdown-label[b-dh6dprg57p] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: var(--mud-palette-primary);
    margin: 0;
}

.countdown-timer[b-dh6dprg57p] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: var(--mud-palette-primary);
    color: white;
    border-radius: 8px;
    animation: pulse-b-dh6dprg57p 1s ease-in-out infinite;
}

@keyframes pulse-b-dh6dprg57p {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

.countdown-text[b-dh6dprg57p] {
    color: white;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.countdown-text strong[b-dh6dprg57p] {
    font-weight: 700;
    font-size: 16px;
}

.breadcrumb-nav[b-dh6dprg57p] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.breadcrumb-item[b-dh6dprg57p] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--mud-palette-text-secondary);
}

.breadcrumb-item.breadcrumb-active[b-dh6dprg57p] {
    color: var(--mud-palette-primary);
    font-weight: 600;
}

.breadcrumb-separator[b-dh6dprg57p] {
    color: var(--mud-palette-text-disabled);
}

.page-title[b-dh6dprg57p] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.title-icon[b-dh6dprg57p] {
    font-size: 32px;
}

.page-subtitle[b-dh6dprg57p] {
    margin: 4px 0 0 0;
    color: var(--mud-palette-text-secondary);
}

.dashboard-controls[b-dh6dprg57p] {
    margin-bottom: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
}

/* Dashboard Sections */
.dashboard-sections[b-dh6dprg57p] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex: 1;
    min-height: 0;
    overflow: visible !important;
    max-width: 100%;
    padding-top: 0px;
    height: 100%;
}

/* Remove top spacing on leaderboard to move content up */
.dashboard-sections.leaderboard-sections[b-dh6dprg57p] {
    margin-top: -50px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Adjust leaderboard sections when territory tabs are present */
.dashboard-sections.leaderboard-sections.has-territory-tabs-above[b-dh6dprg57p] {
    margin-top: 0 !important; /* Reset negative margin when tabs are present */
    padding-top: 0;
}

/* Adjust leaderboard when territory tabs are present */
.dashboard-section.has-territory-tabs[b-dh6dprg57p]  .leaderboard-column {
    padding-top: 120px !important; /* Increase top padding to accommodate territory tabs */
}

.dashboard-section.has-territory-tabs[b-dh6dprg57p]  .column-foreground-text {
    top: 20px !important; /* Position below territory tabs */
}

.dashboard-section[b-dh6dprg57p] {
    display: flex;
    flex-direction: column;
    overflow: visible !important;
    max-width: 100%;
    box-sizing: border-box;
    height: 100%;
    flex: 1;
    min-height: 0;
}

.dashboard-section[b-dh6dprg57p]  .mud-paper-root {
    overflow: visible !important;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    isolation: auto !important;
    transform: none !important;
    z-index: auto !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.dashboard-section.full-width[b-dh6dprg57p] {
    width: 100%;
    flex: 1;
    min-height: 0;
    height: 100%;
}

/* ===========================================
   FULLSCREEN MODE
   =========================================== */

.dashboard-container.fullscreen-mode[b-dh6dprg57p] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: var(--mud-palette-background);
    padding: 0;
    margin: 0;
}

.fullscreen-mode .dashboard-layout[b-dh6dprg57p] {
    height: 100vh;
    grid-template-columns: 1fr;
}

.fullscreen-mode .dashboard-sidebar[b-dh6dprg57p] {
    display: none;
}

.dashboard-settings-sidebar.fullscreen[b-dh6dprg57p] {
    z-index: 10000;
}

.fullscreen-mode .page-header[b-dh6dprg57p] {
    padding: 16px 24px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--mud-palette-divider);
}

/* Fullscreen mode settings button */
.dashboard-container.fullscreen-mode .page-header.leaderboard-header[b-dh6dprg57p] {
    top: 20px;
    right: 20px;
}

.dashboard-container.fullscreen-mode .page-header.leaderboard-header .header-actions[b-dh6dprg57p] {
    margin-right: 20px !important;
}

.dashboard-container.fullscreen-mode .page-header.leaderboard-header .header-actions button[b-dh6dprg57p] {
    width: 52px !important;
    height: 52px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

/* Fullscreen - ALL pages get floating settings button like leaderboard */
.fullscreen-mode .dashboard-content > .page-header[b-dh6dprg57p] {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    left: auto !important;
    width: 52px !important;
    height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 99999 !important;
}

.fullscreen-mode .dashboard-content > .page-header .header-content[b-dh6dprg57p] {
    width: 52px !important;
    height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fullscreen-mode .dashboard-content > .page-header .header-text[b-dh6dprg57p] {
    display: none !important;
}

.fullscreen-mode .dashboard-content > .page-header .header-actions[b-dh6dprg57p] {
    width: 52px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fullscreen-mode .dashboard-content > .page-header .header-actions button[b-dh6dprg57p] {
    width: 52px !important;
    height: 52px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
    border: 2px solid rgba(99, 102, 241, 0.3) !important;
    z-index: 99999 !important;
}

/* Calendar page - move button down to avoid weeks bar */
.fullscreen-mode .dashboard-content > .page-header.calendar-header[b-dh6dprg57p] {
    top: 140px !important;
}

.fullscreen-mode .dashboard-content[b-dh6dprg57p] {
    overflow: visible !important;
    height: 100vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
}

.fullscreen-mode .dashboard-sections[b-dh6dprg57p] {
    padding: 0 !important;
    overflow: visible !important;
    height: 100vh !important;
    max-height: 100vh !important;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
}

.fullscreen-mode .dashboard-section.full-width[b-dh6dprg57p] {
    height: 100% !important;
    max-height: 100% !important;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
}

/* Force all children to use full width */
.fullscreen-mode .dashboard-section.full-width > *[b-dh6dprg57p] {
    width: 100% !important;
    max-width: 100vw !important;
}

.fullscreen-mode .dashboard-section[b-dh6dprg57p]  .mud-paper-root {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    flex: 1;
    min-height: 0;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    box-sizing: border-box !important;
}

/* Nuclear option: Kill ALL MudPaper padding in fullscreen */
.fullscreen-mode .mud-paper[b-dh6dprg57p],
.fullscreen-mode .mud-paper-root[b-dh6dprg57p],
.fullscreen-mode .dashboard-section[b-dh6dprg57p],
.fullscreen-mode .dashboard-section.full-width[b-dh6dprg57p] {
    padding: 0 !important;
    margin: 0 !important;
}

/* ===========================================
   FULLSCREEN LEADERBOARD SPECIFIC STYLES
   Using ::deep to target child components
   =========================================== */

/* Leaderboard container */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .leaderboard-container {
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
}

.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .leaderboard-split-layout {
    height: 100% !important;
    flex: 1 !important;
    overflow: visible !important;
}

.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .leaderboard-column {
    padding-top: 80px !important;
    height: 100% !important;
    overflow: visible !important;
    position: relative !important;
}

/* Podium Container - 3D CAROUSEL */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .podium-container {
    position: relative !important;
    width: 280px !important;
    height: 320px !important;
    margin: 140px auto 20px auto !important;
    perspective: 1000px !important;
    overflow: visible !important;
    transform-style: preserve-3d !important;
}

/* Podium items - 3D positioned */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .podium-item {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: 320px !important;
    transform-origin: center center !important;
}

/* Position cards in 3D space - 120deg apart */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .podium-item:nth-child(1) {
    animation: rotate1-b-dh6dprg57p 12s infinite ease-in-out !important;
}

.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .podium-item:nth-child(2) {
    animation: rotate2-b-dh6dprg57p 12s infinite ease-in-out !important;
}

.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .podium-item:nth-child(3) {
    animation: rotate3-b-dh6dprg57p 12s infinite ease-in-out !important;
}

/* Podium name - BIG impressive text */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .podium-name {
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Podium avatar bigger */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .podium-avatar img,
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .avatar-large {
    width: 90px !important;
    height: 90px !important;
    font-size: 36px !important;
}

/* Podium value */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .podium-value {
    font-size: 32px !important;
    font-weight: 800 !important;
}

/* Leaderboard list - FULL WIDTH edge to edge */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .leaderboard-list {
    margin-top: 100px !important;
    flex: 1 !important;
    overflow: visible !important;
    padding-bottom: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Remove paper border/shadow in fullscreen */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .mud-paper {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* APPS/POINTS labels - HIDE inside rotating container */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .column-foreground-text {
    display: none !important;
}

/* Show APPS label at column level - first column */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .leaderboard-column:first-of-type::before {
    content: "APPS" !important;
    position: absolute !important;
    top: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 70px !important;
    font-weight: 900 !important;
    z-index: 10000 !important;
    pointer-events: none !important;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
    color: #6366f1 !important;
    letter-spacing: 8px !important;
}

/* Show POINTS label at column level - last column */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .leaderboard-column:last-of-type::before {
    content: "POINTS" !important;
    position: absolute !important;
    top: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 70px !important;
    font-weight: 900 !important;
    z-index: 10000 !important;
    pointer-events: none !important;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
    color: #6366f1 !important;
    letter-spacing: 8px !important;
}

/* 3D Carousel Animations - all cards visible, rotating */
@keyframes rotate1-b-dh6dprg57p {
    0%, 25% { transform: rotateY(0deg) translateZ(180px); }
    33%, 58% { transform: rotateY(-120deg) translateZ(180px); }
    66%, 91% { transform: rotateY(-240deg) translateZ(180px); }
    100% { transform: rotateY(-360deg) translateZ(180px); }
}

@keyframes rotate2-b-dh6dprg57p {
    0%, 25% { transform: rotateY(120deg) translateZ(180px); }
    33%, 58% { transform: rotateY(0deg) translateZ(180px); }
    66%, 91% { transform: rotateY(-120deg) translateZ(180px); }
    100% { transform: rotateY(-240deg) translateZ(180px); }
}

@keyframes rotate3-b-dh6dprg57p {
    0%, 25% { transform: rotateY(240deg) translateZ(180px); }
    33%, 58% { transform: rotateY(120deg) translateZ(180px); }
    66%, 91% { transform: rotateY(0deg) translateZ(180px); }
    100% { transform: rotateY(-120deg) translateZ(180px); }
}

/* Confetti animation - scoped to leaderboard section */
.dashboard-container.fullscreen-mode .confetti-container[b-dh6dprg57p] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 60%;
    pointer-events: none;
    z-index: 9998;
    animation: fadeOutConfetti-b-dh6dprg57p 5s ease-out forwards;
}

@keyframes fadeOutConfetti-b-dh6dprg57p {
    0% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; display: none; }
}

.confetti[b-dh6dprg57p] {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f0f;
    animation: confettiFall-b-dh6dprg57p 3s linear infinite;
}

@keyframes confettiFall-b-dh6dprg57p {
    to {
        transform: translateY(100vh) rotate(360deg);
    }
}

.confetti:nth-child(1)[b-dh6dprg57p] { left: 10%; animation-delay: 0s; background: #ff0000; }
.confetti:nth-child(2)[b-dh6dprg57p] { left: 20%; animation-delay: 0.2s; background: #00ff00; }
.confetti:nth-child(3)[b-dh6dprg57p] { left: 30%; animation-delay: 0.4s; background: #0000ff; }
.confetti:nth-child(4)[b-dh6dprg57p] { left: 40%; animation-delay: 0.6s; background: #ffff00; }
.confetti:nth-child(5)[b-dh6dprg57p] { left: 50%; animation-delay: 0.8s; background: #ff00ff; }
.confetti:nth-child(6)[b-dh6dprg57p] { left: 60%; animation-delay: 1s; background: #00ffff; }
.confetti:nth-child(7)[b-dh6dprg57p] { left: 70%; animation-delay: 1.2s; background: #ff8800; }
.confetti:nth-child(8)[b-dh6dprg57p] { left: 80%; animation-delay: 1.4s; background: #8800ff; }
.confetti:nth-child(9)[b-dh6dprg57p] { left: 90%; animation-delay: 1.6s; background: #ff0088; }
.confetti:nth-child(10)[b-dh6dprg57p] { left: 15%; animation-delay: 1.8s; background: #00ff88; }
.confetti:nth-child(11)[b-dh6dprg57p] { left: 25%; animation-delay: 2s; background: #ff4444; }
.confetti:nth-child(12)[b-dh6dprg57p] { left: 35%; animation-delay: 2.2s; background: #44ff44; }
.confetti:nth-child(13)[b-dh6dprg57p] { left: 45%; animation-delay: 2.4s; background: #4444ff; }
.confetti:nth-child(14)[b-dh6dprg57p] { left: 55%; animation-delay: 2.6s; background: #ffaa00; }
.confetti:nth-child(15)[b-dh6dprg57p] { left: 65%; animation-delay: 2.8s; background: #aa00ff; }
.confetti:nth-child(16)[b-dh6dprg57p] { left: 75%; animation-delay: 3s; background: #00aaff; }
.confetti:nth-child(17)[b-dh6dprg57p] { left: 85%; animation-delay: 3.2s; background: #ffaa88; }
.confetti:nth-child(18)[b-dh6dprg57p] { left: 95%; animation-delay: 3.4s; background: #88aaff; }
.confetti:nth-child(19)[b-dh6dprg57p] { left: 12%; animation-delay: 3.6s; background: #ff8888; }
.confetti:nth-child(20)[b-dh6dprg57p] { left: 88%; animation-delay: 3.8s; background: #88ff88; }

/* Fullscreen header - REMOVE ALL BORDERS AND LINES */
.dashboard-container.fullscreen-mode .page-header[b-dh6dprg57p],
.dashboard-container.fullscreen-mode .page-header.leaderboard-header[b-dh6dprg57p],
.dashboard-container.fullscreen-mode .header-content[b-dh6dprg57p],
.dashboard-container.fullscreen-mode .header-actions[b-dh6dprg57p],
.dashboard-container.fullscreen-mode .header-text[b-dh6dprg57p] {
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Fullscreen settings button - simple clean circle */
.dashboard-container.fullscreen-mode .settings-menu-button[b-dh6dprg57p],
.dashboard-container.fullscreen-mode .header-actions button[b-dh6dprg57p] {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    border-radius: 50% !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    outline: none !important;
    background: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.dashboard-container.fullscreen-mode .settings-menu-button:hover[b-dh6dprg57p],
.dashboard-container.fullscreen-mode .header-actions button:hover[b-dh6dprg57p] {
    background: #f5f5f5 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* ===========================================
   FULLSCREEN TOTAL POINTS STYLES
   =========================================== */

/* TOTAL POINTS FULLSCREEN - fill entire viewport - NO GAP */
.fullscreen-mode .dashboard-sections:not(.leaderboard-sections)[b-dh6dprg57p] {
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 0 !important;
    margin: 0 !important;
    background: white !important;
}

.fullscreen-mode .dashboard-sections:not(.leaderboard-sections) > .mud-paper[b-dh6dprg57p] {
    height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
}

.fullscreen-mode .points-board-container[b-dh6dprg57p] {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.fullscreen-mode .top-cards-section[b-dh6dprg57p] {
    flex: 0 0 auto !important;
}

.fullscreen-mode .points-layout[b-dh6dprg57p] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
}

.fullscreen-mode .teams-grid[b-dh6dprg57p] {
    flex: 1 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 16px !important;
    min-height: 0 !important;
}

.fullscreen-mode .team-card[b-dh6dprg57p] {
    min-height: 0 !important;
    overflow: auto !important;
}

/* Team name bigger */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .team-name {
    font-size: 24px !important;
}

/* Team total bigger */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .team-total {
    font-size: 36px !important;
}

/* Bar labels bigger */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .bar-label {
    font-size: 18px !important;
}

/* Bar wrapper taller */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .bar-wrapper {
    height: 32px !important;
}

/* Stat cards at top - bigger */
.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .stat-card {
    min-height: 150px !important;
    padding: 30px !important;
}

.dashboard-container.fullscreen-mode[b-dh6dprg57p]  .stat-card h3 {
    font-size: 28px !important;
}

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

@media (max-width: 1400px) {
    .dashboard-layout[b-dh6dprg57p] {
        grid-template-columns: 200px 1fr;
    }

    .dashboard-sidebar[b-dh6dprg57p] {
        width: 200px;
    }

    .dashboard-settings-sidebar[b-dh6dprg57p] {
        width: 260px;
        right: -300px;
    }
    
    .dashboard-settings-sidebar.show[b-dh6dprg57p] {
        right: 10px;
    }
}

@media (max-width: 1200px) {
    .dashboard-layout[b-dh6dprg57p] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dashboard-sidebar[b-dh6dprg57p] {
        width: 100%;
        order: 2;
    }

    .dashboard-content[b-dh6dprg57p] {
        order: 1;
    }

    .dashboard-settings-sidebar[b-dh6dprg57p] {
        width: calc(100% - 40px);
        max-width: 400px;
        right: -100%;
        left: auto;
    }
    
    .dashboard-settings-sidebar.show[b-dh6dprg57p] {
        right: 20px;
        left: auto;
    }
}

@media (max-width: 768px) {
    .header-content[b-dh6dprg57p] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .header-text[b-dh6dprg57p] {
        width: 100%;
    }

    .header-middle[b-dh6dprg57p] {
        width: 100%;
        order: 3;
    }

    .header-actions[b-dh6dprg57p] {
        position: absolute;
        top: 0;
        right: 0;
    }
}
/* /Components/Pages/DashboardMetrics/Sections/DashbaordLeaderboard.razor.rz.scp.css */
*[b-n9p46y6g2u] {
    box-sizing: border-box;
}

.leaderboard-container[b-n9p46y6g2u] {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.leaderboard-container.no-tabs-padding[b-n9p46y6g2u] {
    padding-top: 100px !important;
}

.progress-linear[b-n9p46y6g2u] {
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.progress-linear-bar[b-n9p46y6g2u] {
    height: 100%;
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
    animation: progress-indeterminate-b-n9p46y6g2u 1.5s ease-in-out infinite;
}

@keyframes progress-indeterminate-b-n9p46y6g2u {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

.header-icon[b-n9p46y6g2u] {
    font-size: 24px;
}

.avatar-large[b-n9p46y6g2u] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 26px;
    color: white;
}

.avatar-medium[b-n9p46y6g2u] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    color: white;
}

.avatar-default[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #9e9e9e 0%, #757575 100%);
}

.avatar-success[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
}

.avatar-warning[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

.avatar-rank-1[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
}

.avatar-rank-2[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #2196f3 0%, #1565c0 100%);
}

.avatar-rank-3[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

.rank-icon[b-n9p46y6g2u] {
    font-size: 16px;
    font-weight: 700;
}

.agent-name[b-n9p46y6g2u] {
    font-size: 18px;
    font-weight: 700;
    color: var(--mud-palette-primary);
    flex: 1;
    min-width: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert[b-n9p46y6g2u] {
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.alert-info[b-n9p46y6g2u] {
    background-color: rgba(33, 150, 243, 0.1);
    border: 1px solid rgba(33, 150, 243, 0.3);
    color: #1976d2;
}

/* Empty State */
.empty-state[b-n9p46y6g2u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    margin: 80px auto 40px auto;
    text-align: center;
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.05) 0%, 
        rgba(139, 92, 246, 0.05) 100%);
    border-radius: 20px;
    border: 2px dashed rgba(99, 102, 241, 0.3);
    animation: fadeIn-b-n9p46y6g2u 0.6s ease-out;
    max-width: 500px;
}

.empty-state-icon[b-n9p46y6g2u] {
    font-size: 72px;
    margin-bottom: 20px;
    animation: float-b-n9p46y6g2u 3s ease-in-out infinite;
    filter: drop-shadow(0 4px 12px rgba(99, 102, 241, 0.3));
}

.empty-state-title[b-n9p46y6g2u] {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.empty-state-message[b-n9p46y6g2u] {
    font-size: 16px;
    font-weight: 500;
    color: rgba(99, 102, 241, 0.8);
    max-width: 400px;
    line-height: 1.6;
}

@keyframes fadeIn-b-n9p46y6g2u {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-header[b-n9p46y6g2u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.section-header h2[b-n9p46y6g2u] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

/* Split Layout */
.leaderboard-split-layout[b-n9p46y6g2u] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow: visible !important;
    background: transparent !important;
    position: relative;
    flex: 1;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0 12px 0 12px !important;
    margin: 0 !important;
}

@media (max-width: 1400px) {
    .leaderboard-split-layout[b-n9p46y6g2u] {
        gap: 12px;
        padding: 0 10px 0 10px !important;
        padding: 0 10px;
    }
}

@media (max-width: 1200px) {
    .leaderboard-split-layout[b-n9p46y6g2u] {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .divider-wrapper[b-n9p46y6g2u] {
        display: none;
    }
}

.divider-wrapper[b-n9p46y6g2u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 3px;
    margin: 0 8px;
    align-self: flex-start;
    flex-shrink: 0;
    z-index: 1;
}

.leaderboard-divider[b-n9p46y6g2u] {
    width: 100%;
    background: linear-gradient(180deg, 
        rgba(99, 102, 241, 0.3) 0%, 
        rgba(139, 92, 246, 0.5) 50%, 
        rgba(99, 102, 241, 0.3) 100%);
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}

.leaderboard-divider-top[b-n9p46y6g2u] {
    height: 180px;
    min-height: 180px;
}

.leaderboard-divider-bottom[b-n9p46y6g2u] {
    flex: 1;
    min-height: 0;
}

.vs-divider[b-n9p46y6g2u] {
    font-size: 28px;
    color: var(--mud-palette-primary);
    font-weight: 900;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 8px 0;
    border: 3px solid rgba(99, 102, 241, 0.3);
    background: linear-gradient(135deg, --mud-palette-primary 0%, --mud-palette-primary 100%);
    -webkit-background-clip: text;
    background-clip: text;
    flex-shrink: 0;
    line-height: 1;
    z-index: 1;
}

.vs-divider[b-n9p46y6g2u]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: -1;
}

.leaderboard-column[b-n9p46y6g2u] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
    margin: 0 !important;
    padding: 70px 0 0 0 !important;
    overflow: visible !important;
    min-width: 0;
    min-height: 0;
    height: 100%;
    flex: 1;
    background: transparent !important;
    isolation: auto !important;
    z-index: 1 !important;
    transform: none !important;
}


.column-foreground-text[b-n9p46y6g2u] {
    position: absolute !important;
    top: -0px !important;
    left: 50% !important;
    margin-left: -150px !important;
    width: 300px !important;
    font-size: 52px !important;
    font-weight: 900 !important;
    color: #4f46e5 !important;
    z-index: 10000 !important;
    pointer-events: none !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    letter-spacing: 10px !important;
    text-align: center !important;
    opacity: 1 !important;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    display: block !important;
    visibility: visible !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
}

.column-header[b-n9p46y6g2u] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 20px;
    background: transparent !important;
    border-radius: 0;
    border: none;
    backdrop-filter: none;
    box-shadow: none;
}

/* Podium Styles */
.podium-container[b-n9p46y6g2u] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    margin: 40px 0 5px 0;
    padding: 0px 8px;
    padding-top: 0px;
    border-radius: 0;
    border: none;
    position: relative;
    overflow: visible !important;
    z-index: 1;
    background: transparent !important;
    width: 100%;
    height: auto;
    max-height: 280px;
    max-width: 100%;
    box-sizing: border-box;
    flex-shrink: 1;
}

@media (max-width: 1400px) {
    .podium-container[b-n9p46y6g2u] {
        gap: 12px;
        padding: 0px 10px;
    }
}

@media (max-width: 768px) {
    .podium-container[b-n9p46y6g2u] {
        gap: 8px;
        padding: 0px 5px;
        height: 300px;
    }
}

.podium-item[b-n9p46y6g2u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 10px 12px 10px;
    border-radius: 16px;
    min-width: 130px;
    width: 150px;
    max-width: 170px;
    flex-shrink: 1;
    flex-grow: 0;
    position: relative;
    animation: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    opacity: 1;
}

/* Normal mode stacking - middle card (gold/1st place) on top */
.podium-item:nth-child(3)[b-n9p46y6g2u] {
    z-index: 3;
}

.podium-item:nth-child(2)[b-n9p46y6g2u],
.podium-item:nth-child(4)[b-n9p46y6g2u] {
    z-index: 2;
}

@media (max-width: 1400px) {
    .podium-item[b-n9p46y6g2u] {
        min-width: 140px;
        width: 170px;
        max-width: 190px;
    }
}

@media (max-width: 768px) {
    .podium-item[b-n9p46y6g2u] {
        min-width: 110px;
        width: 130px;
        max-width: 150px;
        padding: 12px 8px 10px 8px;
    }
}

/* Glow handled in main animation */

/* Gold uses same animation as others */

/* Gold glow removed for 3D effect */

/* Animation delays only apply in fullscreen mode */

.podium-gold[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
    /* All cards same height */
    min-height: 260px !important;
    height: 260px !important;
}

.podium-silver[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #E8E8E8 0%, #C0C0C0 50%, #A8A8A8 100%);
    /* All cards same height */
    min-height: 260px !important;
    height: 260px !important;
}

.podium-bronze[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #CD7F32 0%, #B87333 50%, #8B4513 100%);
    /* All cards same height */
    min-height: 260px !important;
    height: 260px !important;
}

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

/* Carousel animation - rotates container to show each podium */
@keyframes podiumCarousel-b-n9p46y6g2u {
    0%,  20% { 
        transform: translateZ(-200px) rotateY(0deg); 
    }
    30%, 53% { 
        transform: translateZ(-200px) rotateY(-120deg); 
    }
    63%, 86% { 
        transform: translateZ(-200px) rotateY(-240deg); 
    }
    96%, 100% { 
        transform: translateZ(-200px) rotateY(-360deg); 
    }
}

/* Z-index handled in main animation */

@keyframes shimmer-b-n9p46y6g2u {
    0% { left: -100%; }
    100% { left: 100%; }
}

.podium-rank[b-n9p46y6g2u] {
    font-size: 32px;
    margin-bottom: 8px;
    animation: bounce-b-n9p46y6g2u 2s ease-in-out infinite;
    flex-shrink: 0;
}

.podium-avatar[b-n9p46y6g2u] {
    position: relative;
    margin-bottom: 10px;
    animation: float-b-n9p46y6g2u 3s ease-in-out infinite;
    flex-shrink: 0;
}

.podium-avatar[b-n9p46y6g2u]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.profile-picture-podium[b-n9p46y6g2u] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

/* Profile picture stays stationary on hover */

@keyframes bounce-b-n9p46y6g2u {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes float-b-n9p46y6g2u {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

.badge-overlay[b-n9p46y6g2u] {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 20px;
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    border: none;
}

.podium-name[b-n9p46y6g2u] {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    width: 100%;
    padding: 0 6px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.4;
    max-height: 65px;
    min-height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
    hyphens: auto;
    flex-shrink: 0;
    white-space: normal;
    overflow: hidden;
}

.podium-value[b-n9p46y6g2u] {
    font-size: 18px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 6px;
    margin-top: auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    white-space: nowrap;
}

/* Leaderboard List - Simplified for TV Display */
.leaderboard-list[b-n9p46y6g2u] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    margin: 20px 0 0 0 !important;
    padding: 0 0 10px 0 !important;
    overflow: visible;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 10;
}

.leaderboard-item[b-n9p46y6g2u] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 2px solid rgba(99, 102, 241, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    animation: slideInLeft-b-n9p46y6g2u 0.5s ease-out backwards;
    position: relative;
    overflow: visible;
    min-height: 60px;
    max-height: 60px;
    z-index: 10;
}

.leaderboard-item[b-n9p46y6g2u]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, 
        var(--mud-palette-primary) 0%, 
        var(--mud-palette-secondary) 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

/* Hover effects removed - no hover effects on list items */

.leaderboard-item.zone-green[b-n9p46y6g2u] {
    border-left: 4px solid #4caf50;
}

.leaderboard-item.zone-orange[b-n9p46y6g2u] {
    border-left: 4px solid #ff9800;
}

.leaderboard-item.zone-red[b-n9p46y6g2u] {
    border-left: 4px solid #f44336;
}

/* Rank-based item colors - Top 3 get special colors, rest are grey */
/* These override zone colors with !important to ensure rank colors take precedence */
.leaderboard-item.rank-item-1[b-n9p46y6g2u] {
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.15) 0%, 
        rgba(255, 165, 0, 0.1) 100%) !important;
    border-left: 4px solid #FFD700 !important;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.2);
}

/* Hover effects removed */

.leaderboard-item.rank-item-2[b-n9p46y6g2u] {
    background: linear-gradient(135deg, 
        rgba(192, 192, 192, 0.15) 0%, 
        rgba(128, 128, 128, 0.1) 100%) !important;
    border-left: 4px solid #C0C0C0 !important;
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.2);
}

/* Hover effects removed */

.leaderboard-item.rank-item-3[b-n9p46y6g2u] {
    background: linear-gradient(135deg, 
        rgba(205, 127, 50, 0.15) 0%, 
        rgba(184, 115, 51, 0.1) 100%) !important;
    border-left: 4px solid #CD7F32 !important;
    box-shadow: 0 2px 8px rgba(205, 127, 50, 0.2);
}

/* Hover effects removed */

/* Default grey style for rank 4+ - overrides zone colors */
.leaderboard-item.rank-item-default[b-n9p46y6g2u] {
    background: linear-gradient(135deg, 
        rgba(245, 245, 245, 0.95) 0%, 
        rgba(238, 238, 238, 0.9) 100%) !important;
    border-left: 4px solid #9e9e9e !important;
}

/* Hover effects removed */

/* Grey avatar background for rank 4+ */
.leaderboard-item.rank-item-default .avatar-medium[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #9e9e9e 0%, #757575 100%) !important;
}

/* Grey XP ring inner background for rank 4+ */
.leaderboard-item.rank-item-default .xp-ring-inner[b-n9p46y6g2u] {
    background: linear-gradient(135deg, 
        rgba(245, 245, 245, 0.95) 0%, 
        rgba(238, 238, 238, 0.9) 100%) !important;
}

@keyframes slideInLeft-b-n9p46y6g2u {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Rank badge - simplified */

.rank-badge[b-n9p46y6g2u] {
    font-weight: 700;
    font-size: 15px;
    min-width: 42px;
    text-align: center;
    padding: 6px 10px;
    border-radius: 8px;
    background: linear-gradient(135deg, 
        rgba(156, 163, 175, 0.3) 0%, 
        rgba(107, 114, 128, 0.3) 100%);
    color: var(--mud-palette-primary);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

.rank-1[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: white;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    animation: pulse-gold-b-n9p46y6g2u 2s ease-in-out infinite;
    font-size: 16px;
}

.rank-2[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #C0C0C0 0%, #808080 100%);
    color: white;
    box-shadow: 0 5px 18px rgba(192, 192, 192, 0.4);
    font-size: 15px;
}

.rank-3[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #CD7F32 0%, #8B4513 100%);
    color: white;
    box-shadow: 0 5px 18px rgba(205, 127, 50, 0.4);
    font-size: 15px;
}

.rank-change[b-n9p46y6g2u] {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 10px;
    animation: slideInScale-b-n9p46y6g2u 0.5s ease-out;
}

.rank-up[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.4);
}

.rank-down[b-n9p46y6g2u] {
    background: linear-gradient(135deg, #f44336 0%, #c62828 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(244, 67, 54, 0.4);
}

@keyframes pulse-gold-b-n9p46y6g2u {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes slideInScale-b-n9p46y6g2u {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* XP Ring - Simplified */
.xp-ring[b-n9p46y6g2u] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: conic-gradient(
        #6366f1 0deg,
        #6366f1 calc(var(--progress) * 3.6deg),
        #e5e7eb calc(var(--progress) * 3.6deg),
        #e5e7eb 360deg
    );
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
}

/* XP Ring contains avatar directly */
.xp-ring img[b-n9p46y6g2u],
.xp-ring .avatar-medium[b-n9p46y6g2u] {
    border-radius: 50%;
}

.level-indicator[b-n9p46y6g2u] {
    position: absolute;
    top: 2px;
    font-size: 10px;
    font-weight: 700;
    color: #6366f1;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 6px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* User Badges - moved from inline styles */
.user-badges-container[b-n9p46y6g2u] {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap;
}

.user-badge[b-n9p46y6g2u] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.user-badge:hover[b-n9p46y6g2u] {
    transform: scale(1.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.badge-emoji[b-n9p46y6g2u] {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}

.user-badge[data-rarity="rare"][b-n9p46y6g2u] {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.2) 0%, rgba(33, 150, 243, 0.1) 100%);
    border: 1px solid rgba(33, 150, 243, 0.3);
}

.user-badge[data-rarity="epic"][b-n9p46y6g2u] {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.2) 0%, rgba(156, 39, 176, 0.1) 100%);
    border: 1px solid rgba(156, 39, 176, 0.3);
}

.user-badge[data-rarity="legendary"][b-n9p46y6g2u] {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.2) 0%, rgba(255, 152, 0, 0.1) 100%);
    border: 1px solid rgba(255, 152, 0, 0.3);
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2);
}

.score-bubble[b-n9p46y6g2u] {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.5);
    border: 1px solid white;
    z-index: 10;
    min-width: 24px;
    text-align: center;
    white-space: nowrap;
}

.profile-picture-top-three[b-n9p46y6g2u] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #6366f1;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
    transition: all 0.3s ease;
}

/* Hover effects removed */

.metric-label[b-n9p46y6g2u] {
    font-size: 16px;
    font-weight: 700;
    color: var(--mud-palette-primary);
    white-space: nowrap;
    margin-left: auto;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex-shrink: 0;
}

.score-section[b-n9p46y6g2u] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.score-value[b-n9p46y6g2u] {
    font-size: 20px;
    font-weight: 700;
    color: var(--mud-palette-primary);
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
  
    background-clip: text;
}

.progress-to-next[b-n9p46y6g2u] {
    width: 60px;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.progress-bar-mini[b-n9p46y6g2u] {
    height: 100%;
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 2px;
    transition: width 0.5s ease;
    box-shadow: 0 0 8px rgba(99, 102, 241, 0.5);
}


@keyframes badgePulse-b-n9p46y6g2u {
    0%, 100% { 
        transform: scale(1);
        opacity: 1;
    }
    50% { 
        transform: scale(1.1);
        opacity: 0.9;
    }
}

/* Celebration Effects */
.celebration-glow[b-n9p46y6g2u] {
    position: relative;
    overflow: visible;
}

.celebration-glow[b-n9p46y6g2u]::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(circle, 
        rgba(255, 215, 0, 0.4) 0%, 
        rgba(255, 165, 0, 0.2) 50%, 
        transparent 70%);
    border-radius: 50%;
    animation: celebrationPulse-b-n9p46y6g2u 2s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

.celebration-particles[b-n9p46y6g2u] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
}

.celebration-particles[b-n9p46y6g2u]::before,
.celebration-particles[b-n9p46y6g2u]::after {
    content: '✨';
    position: absolute;
    font-size: 20px;
    animation: particleFloat-b-n9p46y6g2u 3s ease-in-out infinite;
}

.celebration-particles[b-n9p46y6g2u]::before {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.celebration-particles[b-n9p46y6g2u]::after {
    top: 20%;
    right: 20%;
    animation-delay: 1s;
}

@keyframes celebrationPulse-b-n9p46y6g2u {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

@keyframes particleFloat-b-n9p46y6g2u {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
        opacity: 0.8;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-60px) rotate(360deg);
        opacity: 0;
    }
}

/* Confetti effect for top rank */
.rank-1[b-n9p46y6g2u] {
    position: relative;
}

.rank-1[b-n9p46y6g2u]::before {
    content: '🎉';
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 24px;
    animation: confettiBounce-b-n9p46y6g2u 2s ease-in-out infinite;
    z-index: 10;
}

@keyframes confettiBounce-b-n9p46y6g2u {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) rotate(10deg);
    }
    50% {
        transform: translateY(-5px) rotate(-10deg);
    }
    75% {
        transform: translateY(-8px) rotate(5deg);
    }
}

/* Agent Info */
.agent-info[b-n9p46y6g2u] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

/* Badges Container */
.badges-container[b-n9p46y6g2u] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .leaderboard-split-layout[b-n9p46y6g2u] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .divider-wrapper[b-n9p46y6g2u] {
        display: none;
    }
    
    .column-foreground-text[b-n9p46y6g2u] {
        font-size: 38px !important;
        top: -0px !important;
        left: 50% !important;
        margin-left: -150px !important;
        width: 300px !important;
        letter-spacing: 5px !important;
        text-shadow: none !important;
        z-index: 1 !important;
        position: absolute !important;
        clip-path: none !important;
    }
    
    .leaderboard-column[b-n9p46y6g2u] {
        margin-top: 65px;
        gap: 14px;
        overflow: visible !important;
    }

    .podium-container[b-n9p46y6g2u] {
        gap: 12px;
        padding: 16px 12px;
        padding-top: 20px;
        margin: 8px 0 12px 0;
    }

    .podium-item[b-n9p46y6g2u] {
        min-width: 90px;
        max-width: 120px;
        padding: 16px 12px;
    }

    .leaderboard-item[b-n9p46y6g2u] {
        padding: 12px 14px;
        gap: 10px;
        min-height: 70px;
        max-height: 70px;
    }

    .xp-ring[b-n9p46y6g2u] {
        width: 44px;
        height: 44px;
    }
    
    .empty-state[b-n9p46y6g2u] {
        padding: 50px 18px;
        margin: 60px auto 30px auto;
    }
}

@media (max-width: 768px) {
    .column-foreground-text[b-n9p46y6g2u] {
        font-size: 32px !important;
        letter-spacing: 4px !important;
        top: -0px !important;
        left: 50% !important;
        margin-left: -150px !important;
        width: 300px !important;
        text-shadow: none !important;
        z-index: 1 !important;
        position: absolute !important;
        clip-path: none !important;
    }
    
    .leaderboard-column[b-n9p46y6g2u] {
        margin-top: 60px;
        gap: 12px;
        overflow: visible !important;
    }
    
    .podium-container[b-n9p46y6g2u] {
        padding: 12px 8px;
        padding-top: 18px;
        margin: 6px 0 10px 0;
    }

    .podium-item[b-n9p46y6g2u] {
        min-width: 80px;
        max-width: 100px;
        padding: 12px 8px;
    }

    .podium-value[b-n9p46y6g2u] {
        font-size: 22px;
    }

    .leaderboard-item[b-n9p46y6g2u] {
        flex-wrap: nowrap;
        gap: 8px;
        padding: 10px 12px;
        min-height: 68px;
        max-height: 68px;
    }

    .agent-name-with-badges[b-n9p46y6g2u] {
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }
    
    .agent-name[b-n9p46y6g2u] {
        font-size: 16px;
        max-width: 140px;
    }

    .vs-divider[b-n9p46y6g2u] {
        font-size: 24px;
        width: 56px;
        height: 56px;
        padding: 0;
        line-height: 1;
    }
    
    .score-bubble[b-n9p46y6g2u] {
        font-size: 10px;
        padding: 3px 6px;
        min-width: 28px;
    }
    
    .empty-state[b-n9p46y6g2u] {
        padding: 50px 16px;
        margin: 60px auto 30px auto;
    }
    
    .empty-state-icon[b-n9p46y6g2u] {
        font-size: 56px;
        margin-bottom: 16px;
    }
    
    .empty-state-title[b-n9p46y6g2u] {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .empty-state-message[b-n9p46y6g2u] {
        font-size: 14px;
    }
}

/* ALL Fullscreen styles are in Dashboard.razor.css using ::deep */
/* /Components/Pages/DashboardMetrics/Sections/DashboardCalendarView.razor.rz.scp.css */
.calendar-view-container[b-uaepfgt8kj] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px;
    overflow: visible;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.progress-linear[b-uaepfgt8kj] {
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.progress-linear-bar[b-uaepfgt8kj] {
    height: 100%;
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
    animation: progress-indeterminate-b-uaepfgt8kj 1.5s ease-in-out infinite;
}

@keyframes progress-indeterminate-b-uaepfgt8kj {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

.alert[b-uaepfgt8kj] {
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.alert-info[b-uaepfgt8kj] {
    background-color: rgba(33, 150, 243, 0.1);
    border: 1px solid rgba(33, 150, 243, 0.3);
    color: #1976d2;
}

.section-header[b-uaepfgt8kj] {
    margin-bottom: 16px;
}

.section-header h2[b-uaepfgt8kj] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

/* Lives Changed Banner */
.lives-changed-banner[b-uaepfgt8kj] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 12px;
    margin-bottom: 24px;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.banner-icon[b-uaepfgt8kj] {
    font-size: 48px;
    flex-shrink: 0;
}

.banner-content[b-uaepfgt8kj] {
    flex: 1;
}

.banner-title[b-uaepfgt8kj] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.banner-subtitle[b-uaepfgt8kj] {
    margin: 4px 0 0 0;
    font-size: 14px;
    opacity: 0.9;
}

.banner-weekly-summary[b-uaepfgt8kj] {
    margin-left: auto;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.week-item[b-uaepfgt8kj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 72px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 6px 12px;
    text-align: center;
}

.week-label[b-uaepfgt8kj] {
    font-size: 12px;
    opacity: 0.85;
}

.week-count[b-uaepfgt8kj] {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .banner-weekly-summary[b-uaepfgt8kj] {
        width: 100%;
        justify-content: space-between;
    }

    .week-item[b-uaepfgt8kj] {
        align-items: center;
    }
}

/* Calendar Section */
.calendar-section[b-uaepfgt8kj] {
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.calendar-section h3[b-uaepfgt8kj] {
    margin-bottom: 16px;
    font-size: 18px;
}

.calendar-grid[b-uaepfgt8kj] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-auto-rows: 110px;
    gap: 4px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.calendar-day[b-uaepfgt8kj] {
    padding: 8px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
}

.calendar-day:hover[b-uaepfgt8kj] {
    transform: scale(1.02);
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.day-header[b-uaepfgt8kj] {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.day-header[b-uaepfgt8kj]::before {
    content: attr(data-day);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(99, 102, 241, 0.1);
    border: 2px solid #6366f1;
    color: #6366f1;
    font-weight: 700;
    font-size: 12px;
    flex-shrink: 0;
}

.holiday-badge[b-uaepfgt8kj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
    cursor: help;
}

.day-content[b-uaepfgt8kj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
}

.day-count[b-uaepfgt8kj] {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    color: #333;
}

.day-weekday[b-uaepfgt8kj] {
    font-size: 11px;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 1.2;
    margin-top: 4px;
}

.holiday-name[b-uaepfgt8kj] {
    font-size: 9px;
    text-align: center;
    color: #6366f1;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 1.2;
    margin-top: 2px;
    padding: 2px 4px;
    background-color: rgba(99, 102, 241, 0.1);
    border-radius: 4px;
}


/* /Components/Pages/DashboardMetrics/Sections/DashboardTotalApps.razor.rz.scp.css */
.lives-changed-container[b-8z7z97jypc] {
    width: 100%;
    padding: 0;
}

.progress-linear[b-8z7z97jypc] {
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.progress-linear-bar[b-8z7z97jypc] {
    height: 100%;
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
    animation: progress-indeterminate-b-8z7z97jypc 1.5s ease-in-out infinite;
}

@keyframes progress-indeterminate-b-8z7z97jypc {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

.alert[b-8z7z97jypc] {
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.alert-info[b-8z7z97jypc] {
    background-color: rgba(33, 150, 243, 0.1);
    border: 1px solid rgba(33, 150, 243, 0.3);
    color: #1976d2;
}

.team-icon[b-8z7z97jypc] {
    font-size: 20px;
    display: inline-block;
}

/* Gauge Styles */

.gauge[b-8z7z97jypc] {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
    padding-right: 4px;
    transform: translateX(-8px);
}

.gauge-svg[b-8z7z97jypc] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.gauge-needle[b-8z7z97jypc] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 100%;
    z-index: 4;
    transition: transform 0.5s ease-out;
    width: 4px;
    height: 35%;
    margin-left: -2px;
    margin-top: -35%;
}

.gauge-needle .needle-line[b-8z7z97jypc] {
    background: #F14134;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.gauge-pin[b-8z7z97jypc] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.gauge-pin .pin-center[b-8z7z97jypc] {
    width: 20px;
    height: 20px;
    background-color: #1a5f3f;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 2px solid #0d4a2d;
}

.gauge-label[b-8z7z97jypc] {
    position: absolute;
    font-size: clamp(18px, 4%, 24px);
    font-weight: 700;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    z-index: 3;
}

.gauge-label-0[b-8z7z97jypc] {
    bottom: 40%;
    left: 12%;
}

.gauge-label-center[b-8z7z97jypc] {
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.gauge-label-700[b-8z7z97jypc] {
    bottom: 40%;
    right: 12%;
}

.gauge-value[b-8z7z97jypc] {
    font-size: clamp(56px, 12%, 80px);
    font-weight: 700;
    color: #333;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    font-family: 'Open Sans', sans-serif;
}


.main-layout[b-8z7z97jypc] {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 32px;
    align-items: start;
}

/* Teams Section */
.teams-section[b-8z7z97jypc] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Pagination Indicator */
.pagination-indicator[b-8z7z97jypc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    margin-top: 8px;
}

.pagination-dots[b-8z7z97jypc] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pagination-dot[b-8z7z97jypc] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(99, 102, 241, 0.3);
    transition: all 0.3s ease;
    cursor: default;
}

.pagination-dot.active[b-8z7z97jypc] {
    width: 12px;
    height: 12px;
    background-color: #6366f1;
    box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
}

.pagination-text[b-8z7z97jypc] {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    font-family: 'Open Sans', sans-serif;
}

.section-header-modern[b-8z7z97jypc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.1) 0%, 
        rgba(139, 92, 246, 0.1) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(99, 102, 241, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.section-header-modern h2[b-8z7z97jypc] {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--mud-palette-primary);
}


.teams-grid[b-8z7z97jypc] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    min-height: 400px;
}

.team-card[b-8z7z97jypc] {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    animation: fadeIn-b-8z7z97jypc 0.5s ease-in;
}

@keyframes fadeIn-b-8z7z97jypc {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.team-card:hover[b-8z7z97jypc] {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.team-card.team-unassigned[b-8z7z97jypc] {
    border: 2px dashed rgba(158, 158, 158, 0.5);
    background: linear-gradient(135deg, 
        rgba(250, 250, 250, 0.9) 0%, 
        rgba(245, 245, 245, 0.7) 100%);
}

.team-card.team-unassigned .team-name[b-8z7z97jypc] {
    color: var(--mud-palette-text-secondary);
}

.team-header[b-8z7z97jypc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(99, 102, 241, 0.1);
}

.team-name[b-8z7z97jypc] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--mud-palette-primary);
}

.team-total[b-8z7z97jypc] {
    font-size: 24px;
    font-weight: 800;
    color: #6366f1;
}

.team-chart[b-8z7z97jypc] {
    position: relative;
}

.zone-indicators[b-8z7z97jypc] {
    position: relative;
    height: 4px;
    margin-bottom: 12px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.zone-marker[b-8z7z97jypc] {
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    transform: translateX(-50%);
}

.zone-red[b-8z7z97jypc] {
    background: #f44336;
    box-shadow: 0 0 8px rgba(244, 67, 54, 0.5);
}

.zone-orange[b-8z7z97jypc] {
    background: #ff9800;
    box-shadow: 0 0 8px rgba(255, 152, 0, 0.5);
}

.zone-label[b-8z7z97jypc] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    color: var(--mud-palette-primary);
    white-space: nowrap;
}

.bar-chart-container[b-8z7z97jypc] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bar-item[b-8z7z97jypc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 12px;
}

.bar-label[b-8z7z97jypc] {
    font-size: 14px;
    font-weight: 600;
    color: var(--mud-palette-primary);
    text-align: left;
    padding-right: 12px;
}

.bar-wrapper[b-8z7z97jypc] {
    width: 100%;
    height: 24px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.bar[b-8z7z97jypc] {
    height: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
    transition: width 0.5s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bar-blue[b-8z7z97jypc] {
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
}

.bar-green[b-8z7z97jypc] {
    background: linear-gradient(90deg, #4caf50 0%, #66bb6a 100%);
}

.bar-orange[b-8z7z97jypc] {
    background: linear-gradient(90deg, #ff9800 0%, #ffb74d 100%);
}

.bar-red[b-8z7z97jypc] {
    background: linear-gradient(90deg, #f44336 0%, #ef5350 100%);
}

.bar-default[b-8z7z97jypc] {
    background: linear-gradient(90deg, #9e9e9e 0%, #bdbdbd 100%);
}

.bar-value-wrapper[b-8z7z97jypc] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.bar-value-wrapper .bar-wrapper[b-8z7z97jypc] {
    flex: 1;
    min-width: 0;
}

.bar-value-outside[b-8z7z97jypc] {
    font-size: 12px;
    font-weight: 700;
    color: #6366f1;
    min-width: 40px;
    text-align: left;
    flex-shrink: 0;
}

/* Gauge Section - Radzen RadialGauge Style */
.gauge-section[b-8z7z97jypc] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 20px;
}

.gauge-container-radzen[b-8z7z97jypc] {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 10px 16px 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.gauge-label-radzen[b-8z7z97jypc] {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
    font-family: sans-serif;
}

.gauge-value-radzen[b-8z7z97jypc] {
    font-size: 56px;
    font-weight: 700;
    color: #333;
    margin-top: 16px;
    text-align: center;
    line-height: 1;
    font-family: sans-serif;
}

[b-8z7z97jypc] .rz-radialgauge {
    width: 100% !important;
    height: 240px !important;
}

@media (max-width: 1200px) {
    .main-layout[b-8z7z97jypc] {
        grid-template-columns: 1fr;
    }

    .gauge-section[b-8z7z97jypc] {
        position: relative;
    }

    .teams-grid[b-8z7z97jypc] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .teams-grid[b-8z7z97jypc] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section-header-modern[b-8z7z97jypc] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .ref-counter-value[b-8z7z97jypc] {
        font-size: 48px;
    }

    .ref-counter-card[b-8z7z97jypc] {
        padding: 24px 32px;
    }

    .gauge-container-modern[b-8z7z97jypc] {
        max-width: 300px;
    }

    .gauge-value[b-8z7z97jypc] {
        font-size: 36px;
    }
}


/* /Components/Pages/DashboardMetrics/Sections/DashboardTotalPoints.razor.rz.scp.css */
.points-board-container[b-fzua6vbepe] {
    width: 100%;
}

.progress-linear[b-fzua6vbepe] {
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.progress-linear-bar[b-fzua6vbepe] {
    height: 100%;
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
    animation: progress-indeterminate-b-fzua6vbepe 1.5s ease-in-out infinite;
}

@keyframes progress-indeterminate-b-fzua6vbepe {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

.alert[b-fzua6vbepe] {
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.alert-info[b-fzua6vbepe] {
    background-color: rgba(33, 150, 243, 0.1);
    border: 1px solid rgba(33, 150, 243, 0.3);
    color: #1976d2;
}

.team-icon[b-fzua6vbepe] {
    font-size: 20px;
    display: inline-block;
}

.section-header[b-fzua6vbepe] {
    margin-bottom: 16px;
}

.section-header h2[b-fzua6vbepe] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

/* Top: 3 Stat Cards - Top Team, Total Points, Top Agent */
.top-cards-section[b-fzua6vbepe] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.stat-card[b-fzua6vbepe] {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(249, 250, 251, 0.95) 100%);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 120px;
}

.stat-card:hover[b-fzua6vbepe] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.stat-card-primary[b-fzua6vbepe] {
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.15) 0%, 
        rgba(139, 92, 246, 0.15) 100%);
    border: 1px solid rgba(99, 102, 241, 0.3);
}

.stat-card-icon[b-fzua6vbepe] {
    font-size: 48px;
    line-height: 1;
    flex-shrink: 0;
}

.stat-card-content[b-fzua6vbepe] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-card-label[b-fzua6vbepe] {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-card-value[b-fzua6vbepe] {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.stat-card-subtitle[b-fzua6vbepe] {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

/* Main Layout */
.points-layout[b-fzua6vbepe] {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

/* Pagination Indicator */
.pagination-indicator[b-fzua6vbepe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    margin-top: 24px;
}

.pagination-dots[b-fzua6vbepe] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pagination-dot[b-fzua6vbepe] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(99, 102, 241, 0.3);
    transition: all 0.3s ease;
    cursor: default;
}

.pagination-dot.active[b-fzua6vbepe] {
    width: 12px;
    height: 12px;
    background-color: #6366f1;
    box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
}

.pagination-text[b-fzua6vbepe] {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    font-family: 'Open Sans', sans-serif;
}


.teams-grid[b-fzua6vbepe] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    min-height: 400px;
}

.team-card[b-fzua6vbepe] {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    animation: fadeIn-b-fzua6vbepe 0.5s ease-in;
}

@keyframes fadeIn-b-fzua6vbepe {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.team-card:hover[b-fzua6vbepe] {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.team-card.team-unassigned[b-fzua6vbepe] {
    border: 2px dashed rgba(158, 158, 158, 0.5);
    background: linear-gradient(135deg, 
        rgba(250, 250, 250, 0.9) 0%, 
        rgba(245, 245, 245, 0.7) 100%);
}

.team-card.team-unassigned .team-name[b-fzua6vbepe] {
    color: var(--mud-palette-text-secondary);
}

.team-header[b-fzua6vbepe] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(99, 102, 241, 0.1);
}

.team-name[b-fzua6vbepe] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--mud-palette-primary);
}

.team-total[b-fzua6vbepe] {
    font-size: 24px;
    font-weight: 800;
    color: #6366f1;
}

.team-chart[b-fzua6vbepe] {
    position: relative;
}

.bar-chart-container[b-fzua6vbepe] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bar-item[b-fzua6vbepe] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 12px;
}

.bar-label[b-fzua6vbepe] {
    font-size: 14px;
    font-weight: 600;
    color: var(--mud-palette-primary);
    text-align: left;
    padding-right: 12px;
}

.bar-wrapper[b-fzua6vbepe] {
    width: 100%;
    height: 24px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.bar[b-fzua6vbepe] {
    height: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
    transition: width 0.5s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bar-points[b-fzua6vbepe] {
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
}

.bar-value-wrapper[b-fzua6vbepe] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.bar-value-wrapper .bar-wrapper[b-fzua6vbepe] {
    flex: 1;
    min-width: 0;
}

.bar-value-outside[b-fzua6vbepe] {
    font-size: 12px;
    font-weight: 700;
    color: #6366f1;
    min-width: 40px;
    text-align: left;
    flex-shrink: 0;
}

/* Trophy Card */
/* Legacy trophy card styles - can be removed if not used elsewhere */

/* Top Ten Section */
.top-ten-section[b-fzua6vbepe] {
    padding: 16px;
    background: var(--mud-palette-background-grey);
    border-radius: 12px;
}

.top-ten-section h3[b-fzua6vbepe] {
    margin: 0 0 16px 0;
    font-size: 18px;
}

.top-ten-list[b-fzua6vbepe] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.top-ten-item[b-fzua6vbepe] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--mud-palette-background);
    border-radius: 8px;
    transition: transform 0.2s;
}

.top-ten-item:hover[b-fzua6vbepe] {
    transform: translateX(4px);
}

.rank-badge[b-fzua6vbepe] {
    font-weight: 700;
    font-size: 16px;
    min-width: 40px;
    text-align: center;
    padding: 4px 8px;
    border-radius: 8px;
}

.rank-1[b-fzua6vbepe] {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: white;
}

.rank-2[b-fzua6vbepe] {
    background: linear-gradient(135deg, #C0C0C0 0%, #808080 100%);
    color: white;
}

.rank-3[b-fzua6vbepe] {
    background: linear-gradient(135deg, #CD7F32 0%, #8B4513 100%);
    color: white;
}

/* XP Ring */
.xp-ring-container[b-fzua6vbepe] {
    position: relative;
}

.xp-ring[b-fzua6vbepe] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: conic-gradient(
        var(--mud-palette-primary) 0deg,
        var(--mud-palette-primary) calc(var(--progress) * 3.6deg),
        var(--mud-palette-background-grey) calc(var(--progress) * 3.6deg),
        var(--mud-palette-background-grey) 360deg
    );
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.xp-ring-inner[b-fzua6vbepe] {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 50%;
    background: var(--mud-palette-background);
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent-info[b-fzua6vbepe] {
    flex: 1;
}

/* Avatar with Badges */
.avatar-with-badges[b-fzua6vbepe] {
    position: relative;
}

.avatar-badges[b-fzua6vbepe] {
    position: absolute;
    bottom: -8px;
    right: -8px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    max-width: 100px;
}

.profile-picture-top-three[b-fzua6vbepe] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--mud-palette-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.agent-name-with-badges[b-fzua6vbepe] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.agent-points[b-fzua6vbepe] {
    margin-left: auto;
    flex-shrink: 0;
}

.name-badges[b-fzua6vbepe] {
    display: flex;
    gap: 2px;
    align-items: center;
}


@media (max-width: 1200px) {
    .top-cards-section[b-fzua6vbepe] {
        grid-template-columns: 1fr;
    }
    
    .teams-grid[b-fzua6vbepe] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .teams-grid[b-fzua6vbepe] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .stat-card[b-fzua6vbepe] {
        flex-direction: column;
        text-align: center;
    }
    
    .stat-card-icon[b-fzua6vbepe] {
        font-size: 40px;
    }
}

/* ===========================================
   FULLSCREEN MODE STYLES 
   =========================================== */

:global(.fullscreen-mode) .points-board-container[b-fzua6vbepe] {
    height: 100vh !important;
    max-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 50px 24px 24px 24px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

:global(.fullscreen-mode) .top-cards-section[b-fzua6vbepe] {
    flex: 0 0 auto !important;
    margin-bottom: 16px !important;
}

:global(.fullscreen-mode) .points-layout[b-fzua6vbepe] {
    flex: 1 1 0 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
}

:global(.fullscreen-mode) .teams-grid[b-fzua6vbepe] {
    flex: 1 1 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 16px !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

:global(.fullscreen-mode) .team-card[b-fzua6vbepe] {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: auto !important;
    padding: 24px !important;
}

/* Fullscreen - bigger content inside cards */
:global(.fullscreen-mode) .team-name[b-fzua6vbepe] {
    font-size: 28px !important;
}

:global(.fullscreen-mode) .team-total[b-fzua6vbepe] {
    font-size: 42px !important;
}

:global(.fullscreen-mode) .bar-label[b-fzua6vbepe] {
    font-size: 18px !important;
}

:global(.fullscreen-mode) .bar-value[b-fzua6vbepe] {
    font-size: 16px !important;
}

:global(.fullscreen-mode) .bar-value-outside[b-fzua6vbepe] {
    font-size: 16px !important;
}

:global(.fullscreen-mode) .bar-wrapper[b-fzua6vbepe] {
    height: 28px !important;
}

:global(.fullscreen-mode) .team-header[b-fzua6vbepe] {
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
}

:global(.fullscreen-mode) .bar-item[b-fzua6vbepe] {
    margin-bottom: 12px !important;
}

:global(.fullscreen-mode) .pagination-indicator[b-fzua6vbepe] {
    flex: 0 0 auto !important;
    padding: 16px 0 8px 0 !important;
    margin-top: 0 !important;
    background: transparent !important;
}

:global(.fullscreen-mode) .pagination-dots[b-fzua6vbepe] {
    gap: 12px !important;
}

:global(.fullscreen-mode) .pagination-dot[b-fzua6vbepe] {
    width: 14px !important;
    height: 14px !important;
}

:global(.fullscreen-mode) .pagination-dot.active[b-fzua6vbepe] {
    width: 16px !important;
    height: 16px !important;
}

:global(.fullscreen-mode) .pagination-text[b-fzua6vbepe] {
    font-size: 16px !important;
}
/* /Components/Pages/Leads/Popups/AddLeadPopup.razor.rz.scp.css */
.add-lead-header[b-dm2tt83bpt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
}

.header-icon[b-dm2tt83bpt] {
    color: #4ECDC4;
    background-color: #f0f9ff;
    padding: 0.75rem;
    border-radius: 12px;
}

.header-text[b-dm2tt83bpt] {
    flex: 1;
}

.dialog-title[b-dm2tt83bpt] {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.dialog-subtitle[b-dm2tt83bpt] {
    color: #64748b;
}

.add-lead-form[b-dm2tt83bpt] {
    max-width: 100%;
}

.form-section[b-dm2tt83bpt] {
    margin-bottom: 1rem;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    position: relative;
}

.form-section:last-child[b-dm2tt83bpt] {
    margin-bottom: 0;
}

.section-title[b-dm2tt83bpt] {
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0;
    border-bottom: none;
}

.section-title .mud-icon[b-dm2tt83bpt] {
    color: #6b7280;
    margin-right: 0.5rem;
}

.form-row[b-dm2tt83bpt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-field[b-dm2tt83bpt] {
    width: 100%;
}

.dialog-actions[b-dm2tt83bpt] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1rem;
}

.cancel-btn[b-dm2tt83bpt] {
    min-width: 120px;
}

.save-btn[b-dm2tt83bpt] {
    min-width: 140px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .add-lead-header[b-dm2tt83bpt] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .form-row[b-dm2tt83bpt] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .dialog-actions[b-dm2tt83bpt] {
        flex-direction: column-reverse;
        gap: 0.5rem;
    }
    
    .cancel-btn[b-dm2tt83bpt],
    .save-btn[b-dm2tt83bpt] {
        width: 100%;
        min-width: auto;
    }
}

/* Enhanced Form Styling */
[b-dm2tt83bpt] .mud-input-control {
    margin-bottom: 0.5rem;
}

[b-dm2tt83bpt] .mud-input-helper-text {
    font-size: 0.75rem;
    color: #64748b;
}

[b-dm2tt83bpt] .mud-form .mud-input-error {
    font-size: 0.75rem;
}

/* Optional section styling */
.form-section:has(.section-title:contains("Optional"))[b-dm2tt83bpt] {
    background-color: transparent;
    border: none;
}

/* Responsive section spacing */
@media (max-width: 768px) {
    .form-section[b-dm2tt83bpt] {
        padding: 0;
        margin-bottom: 0.75rem;
    }
    
    .section-title[b-dm2tt83bpt] {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
}

/* Loading State */
[b-dm2tt83bpt] .mud-progress-circular {
    width: 16px !important;
    height: 16px !important;
}

/* Success Animation */
@keyframes fadeInSuccess-b-dm2tt83bpt {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-message[b-dm2tt83bpt] {
    animation: fadeInSuccess-b-dm2tt83bpt 0.3s ease-out;
}

/* Custom Dialog Overlay */
.dialog-overlay[b-dm2tt83bpt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn-b-dm2tt83bpt 0.2s ease-out;
}

.dialog-container[b-dm2tt83bpt] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    animation: slideIn-b-dm2tt83bpt 0.3s ease-out;
}

.dialog-header[b-dm2tt83bpt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

.dialog-content[b-dm2tt83bpt] {
    padding: 1.5rem;
    max-height: calc(90vh - 120px);
    overflow-y: auto;
}

@keyframes fadeIn-b-dm2tt83bpt {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-dm2tt83bpt {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* /Components/Pages/Leads/Popups/LeadDetailsPopup.razor.rz.scp.css */
/* Lead Dialog Styles */
.lead-dialog-title[b-qk7b90xx9d] {
    display: flex;
    align-items: center;
    color: #1e293b;
}

/* Modern Dialog Background */
.mud-dialog[b-qk7b90xx9d] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.mud-dialog .mud-dialog-content[b-qk7b90xx9d] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 0;
}

/* Content Container Background */
.lead-content-wrapper[b-qk7b90xx9d] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100%;
    border-radius: 0 0 16px 16px;
}

/* Card Backgrounds */
.mud-card[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.mud-card:hover[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.lead-details-content[b-qk7b90xx9d] {
    max-height: 75vh;
    overflow-y: auto;
}

/* Edit Mode Styles */
.edit-mode-card[b-qk7b90xx9d] {
    border: 2px solid var(--mud-palette-primary);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.2);
}

.edit-mode-header[b-qk7b90xx9d] {
    background: var(--mud-palette-primary-lighten);
    margin: -16px -16px 16px -16px;
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    color: white;
}

/* Status and Activity Styles */
.status-chip[b-qk7b90xx9d] {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}


/* Loading and Error States */
.loading-container[b-qk7b90xx9d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.error-container[b-qk7b90xx9d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
}

/* Timeline and Engagement Styles */
.engagement-item[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Timeline Container Background */
.activity-section[b-qk7b90xx9d] {
    min-height: 400px;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.5) 0%, rgba(241, 245, 249, 0.5) 100%);
    border-radius: 12px;
    padding: 1rem;
    margin: -1rem;
}

/* Timeline Card Backgrounds */
.mud-timeline .mud-timeline-item .mud-timeline-item-content .mud-card[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mud-timeline .mud-timeline-item .mud-timeline-item-content .mud-card:hover[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.engagement-item:hover[b-qk7b90xx9d] {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.engagement-header[b-qk7b90xx9d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.engagement-date[b-qk7b90xx9d] {
    color: #64748b;
    font-size: 0.8rem;
}

.engagement-description[b-qk7b90xx9d] {
    color: #475569;
    line-height: 1.5;
}

/* Responsive design */
@media (max-width: 768px) {
    .details-section[b-qk7b90xx9d] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .engagement-header[b-qk7b90xx9d] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .lead-details-content[b-qk7b90xx9d] {
        max-height: 60vh;
    }
}

/* Tab Styling */
.mud-tabs .mud-tab-panel[b-qk7b90xx9d] {
    background: transparent;
    padding: 1rem 0;
}

/* Empty State Styling */
.empty-state-card[b-qk7b90xx9d] {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Loading and Error State Cards */
.loading-container .mud-progress-circular[b-qk7b90xx9d],
.error-container .mud-icon[b-qk7b90xx9d] {
    opacity: 0.7;
}

/* Enhanced Scrollbar */
.lead-details-content[b-qk7b90xx9d]::-webkit-scrollbar {
    width: 8px;
}

.lead-details-content[b-qk7b90xx9d]::-webkit-scrollbar-track {
    background: rgba(241, 245, 249, 0.5);
    border-radius: 4px;
}

.lead-details-content[b-qk7b90xx9d]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.6);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.lead-details-content[b-qk7b90xx9d]::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 116, 139, 0.8);
}

/* Dialog Actions Background */
.mud-dialog-actions[b-qk7b90xx9d] {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(241, 245, 249, 0.9) 100%);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Unqualified Reason Display */
.unqualified-reason-display[b-qk7b90xx9d] {
    background: rgba(211, 47, 47, 0.1);
    backdrop-filter: blur(8px);
    border-left: 4px solid #d32f2f;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(211, 47, 47, 0.1);
}

.unqualified-reason-display:hover[b-qk7b90xx9d] {
    background: rgba(211, 47, 47, 0.15);
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.2);
    transform: translateY(-1px);
}

.unqualified-reason-display .mud-text[b-qk7b90xx9d] {
    color: #5f2120;
    line-height: 1.6;
}

.unqualified-reason-display .mud-text.mud-text-secondary[b-qk7b90xx9d] {
    color: #8e2424;
    font-weight: 500;
}
/* /Components/Pages/Leads/Sections/LeadSheet.razor.rz.scp.css */
.leads-container[b-dztmxu3igo] {
    padding: 0;
    margin: 0;
}

.leads-header[b-dztmxu3igo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.leads-stats[b-dztmxu3igo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leads-count[b-dztmxu3igo] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.leads-label[b-dztmxu3igo] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.leads-actions[b-dztmxu3igo] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-container[b-dztmxu3igo] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-field[b-dztmxu3igo] {
    width: 200px;
}

.add-lead-btn[b-dztmxu3igo] {
    white-space: nowrap;
    height: 32px;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 16px;
}

.leads-table-container[b-dztmxu3igo] {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
}

[b-dztmxu3igo] .modern-data-grid {
    border: none;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-dztmxu3igo] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-dztmxu3igo] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

.pagination-container[b-dztmxu3igo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding: 0.5rem;
}

.pagination-component[b-dztmxu3igo] {
    margin-bottom: 0;
}

.pagination-info[b-dztmxu3igo] {
    color: #666;
    font-size: 0.875rem;
}

/* Status Chips Enhancement */
[b-dztmxu3igo] .mud-chip {
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 12px;
    min-width: 100px;
    text-align: center;
    justify-content: center;
}

/* Shark Tank B Row Styling */
[b-dztmxu3igo] .shark-tank-row {
    background-color: rgba(244, 67, 54, 0.08) !important;
    border-left: 3px solid #f44336;
}

[b-dztmxu3igo] .shark-tank-row:hover {
    background-color: rgba(244, 67, 54, 0.12) !important;
}

@media (max-width: 768px) {
    .leads-header[b-dztmxu3igo] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .leads-actions[b-dztmxu3igo] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-dztmxu3igo] {
        min-width: auto;
        width: 100%;
    }
    
    .pagination-container[b-dztmxu3igo] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
}
/* /Components/Pages/Leads/Sections/ManageLeads.razor.rz.scp.css */
.leads-container[b-j10cubci7d] {
    padding: 0;
    margin: 0;
}

.leads-header[b-j10cubci7d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.leads-stats[b-j10cubci7d] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leads-count[b-j10cubci7d] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.leads-label[b-j10cubci7d] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.leads-actions[b-j10cubci7d] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-j10cubci7d] {
    min-width: 300px;
}

.add-lead-btn[b-j10cubci7d] {
    white-space: nowrap;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.add-lead-btn:hover[b-j10cubci7d] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.leads-table-container[b-j10cubci7d] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-j10cubci7d] .modern-data-grid {
    border: none;
}

[b-j10cubci7d] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-j10cubci7d] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-j10cubci7d] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-j10cubci7d] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-j10cubci7d] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-j10cubci7d] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-j10cubci7d] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .leads-header[b-j10cubci7d] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .leads-actions[b-j10cubci7d] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-j10cubci7d] {
        min-width: auto;
        width: 100%;
    }
}

/* Loading and Pagination Styles */
.loading-container[b-j10cubci7d] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    gap: 1rem;
}

.pagination-container[b-j10cubci7d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #e0e0e0;
    background-color: #f8f9fa;
}

.pagination-info[b-j10cubci7d] {
    color: #666;
    font-size: 0.875rem;
}

[b-j10cubci7d] .mud-pagination {
    margin: 0;
}

/* Filter Panel Enhancements */
.filter-actions[b-j10cubci7d] {
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

/* Responsive Pagination */
@media (max-width: 768px) {
    .pagination-container[b-j10cubci7d] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .pagination-info[b-j10cubci7d] {
        order: -1;
    }
    
    .filter-actions[b-j10cubci7d] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .filter-actions .mud-button[b-j10cubci7d] {
        width: 100%;
    }
}

/* Enhanced Filter Button */
.filter-btn[b-j10cubci7d] {
    position: relative;
}

.filter-btn[b-j10cubci7d]::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background-color: #4ECDC4;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.filter-btn.has-filters[b-j10cubci7d]::after {
    opacity: 1;
}

/* Status Chips Enhancement */
[b-j10cubci7d] .mud-chip {
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 12px;
    min-width: 100px;
    text-align: center;
    justify-content: center;
}

/* Loading State */
.modern-data-grid[loading][b-j10cubci7d] {
    opacity: 0.6;
    pointer-events: none;
}

/* Shark Tank B Row Styling */
[b-j10cubci7d] .shark-tank-row {
    background-color: rgba(244, 67, 54, 0.08) !important;
    border-left: 3px solid #f44336;
}

[b-j10cubci7d] .shark-tank-row:hover {
    background-color: rgba(244, 67, 54, 0.12) !important;
}
/* /Components/Pages/Leads/Sections/MyLeads.razor.rz.scp.css */
.leads-container[b-h9yfgsc2rp] {
    padding: 0;
    margin: 0;
}

.leads-header[b-h9yfgsc2rp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.leads-stats[b-h9yfgsc2rp] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leads-count[b-h9yfgsc2rp] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.leads-label[b-h9yfgsc2rp] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.leads-actions[b-h9yfgsc2rp] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-h9yfgsc2rp] {
    min-width: 300px;
}

.add-lead-btn[b-h9yfgsc2rp] {
    white-space: nowrap;
}

.leads-table-container[b-h9yfgsc2rp] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-h9yfgsc2rp] .modern-data-grid {
    border: none;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-h9yfgsc2rp] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .leads-header[b-h9yfgsc2rp] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .leads-actions[b-h9yfgsc2rp] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-h9yfgsc2rp] {
        min-width: auto;
        width: 100%;
    }
}

/* Pagination Styles */
.pagination-container[b-h9yfgsc2rp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-h9yfgsc2rp] {
    margin: 0;
}

.pagination-info[b-h9yfgsc2rp] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-h9yfgsc2rp] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

/* Follow-up Time Styles */
.follow-up-time-container[b-h9yfgsc2rp] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.follow-up-time[b-h9yfgsc2rp] {
    font-weight: 500;
    color: #333;
}

.countdown-timer[b-h9yfgsc2rp] {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.text-muted[b-h9yfgsc2rp] {
    color: #999;
    font-style: italic;
}

/* Status Chips Enhancement */
[b-h9yfgsc2rp] .mud-chip {
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 12px;
    min-width: 100px;
    text-align: center;
    justify-content: center;
}

/* Shark Tank B Row Styling */
[b-h9yfgsc2rp] .shark-tank-row {
    background-color: rgba(244, 67, 54, 0.08) !important;
    border-left: 3px solid #f44336;
}

[b-h9yfgsc2rp] .shark-tank-row:hover {
    background-color: rgba(244, 67, 54, 0.12) !important;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Modern Login Page Styles
 * 
 * This component uses MudBlazor theme variables for consistent branding:
 * - Primary colors from --mud-palette-primary and --mud-palette-primary-darken
 * - Text colors from mud-primary-text class
 * - RGB variables for opacity: rgba(var(--mud-palette-primary-rgb), 0.3)
 */
.login-container[b-zyl9npiwm8] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* Background gradient is set via inline styles using MudBlazor theme variables */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 2rem;
}

/* Background Decorative Shapes */
.background-shapes[b-zyl9npiwm8] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.shape[b-zyl9npiwm8] {
    position: absolute;
    border-radius: 50%;
    /* Shape gradient is set via inline styles using MudBlazor theme variables */
    animation: float-b-zyl9npiwm8 20s ease-in-out infinite;
}

.shape-1[b-zyl9npiwm8] {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
    animation-delay: 0s;
}

.shape-2[b-zyl9npiwm8] {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
    animation-delay: 7s;
}

.shape-3[b-zyl9npiwm8] {
    width: 150px;
    height: 150px;
    top: 50%;
    left: -75px;
    animation-delay: 14s;
}

@keyframes float-b-zyl9npiwm8 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.1;
    }
}

/* Login Content */
.login-content[b-zyl9npiwm8] {
    width: 100%;
    max-width: 420px;
    z-index: 1;
    position: relative;
}

/* Brand Header - Improved Design */
.brand-header[b-zyl9npiwm8] {
    text-align: center;
    margin-bottom: 3rem;
    animation: fadeInDown-b-zyl9npiwm8 0.8s ease-out;
}

.brand-logo[b-zyl9npiwm8] {
    width: 200px;
    margin: 0 auto 1.5rem;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image[b-zyl9npiwm8] {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}

.brand-logo:hover .logo-image[b-zyl9npiwm8] {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15));
}

.brand-title[b-zyl9npiwm8] {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
    line-height: 1;
    /* Text gradient is set via inline styles using MudBlazor theme variables */
    text-shadow: 0 0 30px rgba(var(--mud-palette-primary-rgb), 0.3);
}

.brand-subtitle[b-zyl9npiwm8] {
    font-size: 1.25rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
    opacity: 0.9;
    letter-spacing: 0.02em;
}

/* Login Card */
.login-card[b-zyl9npiwm8] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    border-radius: 28px;
    padding: 3rem 2.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp-b-zyl9npiwm8 0.8s ease-out 0.2s both;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.login-card[b-zyl9npiwm8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(96, 165, 250, 0.3) 50%, transparent 100%);
}

/* Login Form */
.login-form[b-zyl9npiwm8] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Initialization Notice */
.initialization-notice[b-zyl9npiwm8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.05) 0%, rgba(var(--mud-palette-primary-rgb), 0.1) 100%);
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.3);
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Notice text color is now set via MudBlazor class mud-primary-text */

/* Sign-in Options */
.signin-options[b-zyl9npiwm8] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Divider Styling */
.my-3[b-zyl9npiwm8] {
    margin: 1.5rem 0;
}

.my-3 .mud-text[b-zyl9npiwm8] {
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

/* Microsoft Sign-in Button */
.microsoft-signin-btn[b-zyl9npiwm8] {
    /* Button background is now using MudBlazor theme primary color */
    color: white !important;
    border-radius: 16px !important;
    padding: 1.25rem 2rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-transform: none !important;
    box-shadow: 0 8px 30px rgba(var(--mud-palette-primary-rgb), 0.25) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 2px solid transparent !important;
    height: 64px !important;
    position: relative;
    overflow: hidden;
}

.microsoft-signin-btn[b-zyl9npiwm8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    transition: left 0.6s ease;
}

.microsoft-signin-btn:hover[b-zyl9npiwm8]::before {
    left: 100%;
}

.microsoft-signin-btn:hover[b-zyl9npiwm8] {
    /* Hover background is now using MudBlazor theme primary color */
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 12px 40px rgba(var(--mud-palette-primary-rgb), 0.4) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.microsoft-signin-btn:disabled[b-zyl9npiwm8] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%) !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.signin-loading[b-zyl9npiwm8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.signin-content[b-zyl9npiwm8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* Microsoft Logo */
.ms-logo[b-zyl9npiwm8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
    width: 20px;
    height: 20px;
}

.ms-square[b-zyl9npiwm8] {
    width: 9px;
    height: 9px;
}

.ms-red[b-zyl9npiwm8] { background: #f25022; }
.ms-green[b-zyl9npiwm8] { background: #7fba00; }
.ms-blue[b-zyl9npiwm8] { background: #00a4ef; }
.ms-yellow[b-zyl9npiwm8] { background: #ffb900; }

.signin-text[b-zyl9npiwm8] {
    font-size: 1.1rem;
    font-weight: 600;
    flex: 1;
    text-align: center;
}

.signin-arrow[b-zyl9npiwm8] {
    opacity: 0.7;
    transition: all 0.3s ease;
}

.microsoft-signin-btn:hover .signin-arrow[b-zyl9npiwm8] {
    opacity: 1;
    transform: translateX(4px);
}

/* Login Footer */
.login-footer[b-zyl9npiwm8] {
    text-align: center;
    animation: fadeIn-b-zyl9npiwm8 0.8s ease-out 0.4s both;
}

.copyright[b-zyl9npiwm8] {
    color: #94a3b8;
    font-size: 0.8125rem;
    margin: 0;
    font-weight: 400;
}

/* Animations */
@keyframes fadeInDown-b-zyl9npiwm8 {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes fadeIn-b-zyl9npiwm8 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-container[b-zyl9npiwm8] {
        padding: 1rem;
    }
    
    .login-card[b-zyl9npiwm8] {
        padding: 2rem 1.5rem;
        margin: 0 0 1.5rem 0;
    }
    
    .brand-title[b-zyl9npiwm8] {
        font-size: 1.5rem;
    }
    
    .brand-logo[b-zyl9npiwm8] {
        width: 200px;
        margin-bottom: 1rem;
    }
    
    .logo-icon[b-zyl9npiwm8] {
        font-size: 2rem !important;
    }
}

@media (max-width: 480px) {
    .login-container[b-zyl9npiwm8] {
        padding: 0.5rem;
    }
    
    .login-card[b-zyl9npiwm8] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }
    
    .brand-header[b-zyl9npiwm8] {
        margin-bottom: 2rem;
    }
    
    .brand-title[b-zyl9npiwm8] {
        font-size: 1rem;
    }
    
    .brand-logo[b-zyl9npiwm8] {
        width: 200px;
    }
    
    .logo-icon[b-zyl9npiwm8] {
        font-size: 1.75rem !important;
    }
}

/* Focus States */
.microsoft-signin-btn:focus[b-zyl9npiwm8] {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .login-card[b-zyl9npiwm8] {
        background: white;
        border: 2px solid #1e293b;
    }
    
    .microsoft-signin-btn[b-zyl9npiwm8] {
        background: #000000 !important;
        border: 2px solid #ffffff !important;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .brand-header[b-zyl9npiwm8],
    .login-card[b-zyl9npiwm8],
    .login-footer[b-zyl9npiwm8] {
        animation: none;
    }
    
    .shape[b-zyl9npiwm8] {
        animation: none;
    }
    
    .microsoft-signin-btn:hover[b-zyl9npiwm8] {
        transform: none;
    }
    
    .brand-logo:hover .logo-icon[b-zyl9npiwm8] {
        transform: none;
    }
}

/* Print Styles */
@media print {
    .login-container[b-zyl9npiwm8] {
        background: white;
        color: black;
    }
    
    .background-shapes[b-zyl9npiwm8] {
        display: none;
    }
    
    .login-card[b-zyl9npiwm8] {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}

/* Validation Styles */
.valid-input .mud-input-control[b-zyl9npiwm8] {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1) !important;
}

.valid-input .mud-input-control:hover[b-zyl9npiwm8] {
    border-color: #059669 !important;
}

.valid-input .mud-input-control:focus-within[b-zyl9npiwm8] {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2) !important;
}

.invalid-input .mud-input-control[b-zyl9npiwm8] {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.1) !important;
}

.invalid-input .mud-input-control:hover[b-zyl9npiwm8] {
    border-color: #dc2626 !important;
}

.invalid-input .mud-input-control:focus-within[b-zyl9npiwm8] {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

/* Smooth transitions for validation states */
.mud-input-control[b-zyl9npiwm8] {
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

/* Disabled Sign-in Button Styles */
.mud-button.mud-button-filled.mud-button-filled-primary:disabled[b-zyl9npiwm8] {
    background-color: #9ca3af !important;
    color: #6b7280 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    box-shadow: none !important;
    transform: none !important;
}

.mud-button.mud-button-filled.mud-button-filled-primary:disabled:hover[b-zyl9npiwm8] {
    background-color: #9ca3af !important;
    color: #6b7280 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Company Logo - Bottom Right */
.company-logo-bottom-right[b-zyl9npiwm8] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 10;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.company-logo-bottom-right:hover[b-zyl9npiwm8] {
    opacity: 1;
    transform: scale(1.05);
}

.logo-image-bottom[b-zyl9npiwm8] {
    max-width: 300px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
    transition: all 0.3s ease;
}

.company-logo-bottom-right:hover .logo-image-bottom[b-zyl9npiwm8] {
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
}

/* Responsive adjustments for bottom logo */
@media (max-width: 768px) {
    .company-logo-bottom-right[b-zyl9npiwm8] {
        bottom: 1rem;
        right: 1rem;
    }
    
    .logo-image-bottom[b-zyl9npiwm8] {
        max-width: 200px;
        max-height: 100px;
    }
}

@media (max-width: 480px) {
    .company-logo-bottom-right[b-zyl9npiwm8] {
        bottom: 0.5rem;
        right: 0.5rem;
    }
    
    .logo-image-bottom[b-zyl9npiwm8] {
        max-width: 150px;
        max-height: 75px;
    }
}
/* /Components/Pages/MainDashboard/Sections/AgentDashboard.razor.rz.scp.css */
/* Modern Agent Dashboard Styles */
.dashboard-container[b-la1f4fii2v] {
    min-height: 100%;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Empty State */
.empty-state[b-la1f4fii2v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    color: #64748b;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 2rem auto;
    max-width: 500px;
}

.empty-state .mud-text[b-la1f4fii2v] {
    color: #64748b;
}

/* Performance Score Info Icon */
.stat-label[b-la1f4fii2v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.performance-info-icon[b-la1f4fii2v] {
    color: #64748b !important;
    opacity: 0.7;
    transition: all 0.2s ease;
    min-width: 24px !important;
    min-height: 24px !important;
    width: 24px !important;
    height: 24px !important;
}

.performance-info-icon:hover[b-la1f4fii2v] {
    opacity: 1;
    color: #1e293b !important;
    transform: scale(1.1);
}

.performance-info-tooltip[b-la1f4fii2v] {
    max-width: 320px;
}

/* Enhanced Tooltip Content Styling */
.performance-tooltip-content[b-la1f4fii2v] {
    padding: 1rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.tooltip-title[b-la1f4fii2v] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
    text-align: center;
}

.tooltip-section[b-la1f4fii2v] {
    margin-bottom: 0.75rem;
}

.tooltip-item[b-la1f4fii2v] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
}

.tooltip-icon[b-la1f4fii2v] {
    font-size: 1rem;
    line-height: 1.2;
    min-width: 20px;
}

.tooltip-text[b-la1f4fii2v] {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #374151;
}

.tooltip-text strong[b-la1f4fii2v] {
    color: #1e293b;
    font-weight: 600;
}

.tooltip-text em[b-la1f4fii2v] {
    color: #64748b;
    font-style: italic;
    font-size: 0.8rem;
}

.tooltip-footer[b-la1f4fii2v] {
    font-size: 0.8rem;
    color: #64748b;
    text-align: center;
    padding-top: 0.5rem;
    border-top: 1px solid #f1f5f9;
    font-weight: 500;
}

/* Performance Score Progress Bar Styling */
.stat-progress[b-la1f4fii2v] {
    margin-top: 0.5rem;
}

.performance-score-text[b-la1f4fii2v] {
    font-size: 0.75rem;
    color: #64748b;
    text-align: center;
    margin-top: 0.25rem;
    font-weight: 500;
}

.performance-bar[b-la1f4fii2v] {
    margin-bottom: 0.25rem;
}

/* Page Header */
.page-header[b-la1f4fii2v] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 2rem 2rem 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
}

.header-text[b-la1f4fii2v] {
    text-align: center;
}

.page-title[b-la1f4fii2v] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
}

.title-icon[b-la1f4fii2v] {
    font-size: 2.5rem !important;
    color: #60a5fa;
}

.page-subtitle[b-la1f4fii2v] {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
    color: #cbd5e1;
}

/* Dashboard Controls */
.dashboard-controls[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.date-controls[b-la1f4fii2v] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
    flex: 1;
}

.quick-select[b-la1f4fii2v],
.date-range[b-la1f4fii2v] {
    min-width: 200px;
}

.period-select[b-la1f4fii2v],
.date-picker[b-la1f4fii2v] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.range-display[b-la1f4fii2v] {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.range-text[b-la1f4fii2v] {
    color: #64748b;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.action-buttons[b-la1f4fii2v] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.refresh-button[b-la1f4fii2v],
.export-button[b-la1f4fii2v] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.refresh-button:hover[b-la1f4fii2v],
.export-button:hover[b-la1f4fii2v] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Loading Container */
.loading-container[b-la1f4fii2v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.loading-text[b-la1f4fii2v] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Stats Grid */
.stats-grid[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* Stat Cards */
.stat-card[b-la1f4fii2v] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card[b-la1f4fii2v]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%);
}

.stat-card:hover[b-la1f4fii2v] {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.stat-card.conversion-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}

.stat-card.leads-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
}

.stat-card.overdue-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
}

.stat-card.total-leads-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 100%);
}

.stat-card.sales-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.stat-card.points-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.stat-card.performance-card[b-la1f4fii2v]::before {
    background: linear-gradient(90deg, #06b6d4 0%, #0891b2 100%);
}

.stat-card[b-la1f4fii2v] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.stat-icon[b-la1f4fii2v] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid #e2e8f0;
}

.conversion-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-color: #10b981;
    color: #059669;
}

.leads-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #3b82f6;
    color: #2563eb;
}

.overdue-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-color: #ef4444;
    color: #dc2626;
}

.total-leads-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border-color: #8b5cf6;
    color: #7c3aed;
}

.sales-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fed7aa 0%, #fdba74 100%);
    border-color: #f59e0b;
    color: #d97706;
}

.points-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #f59e0b;
    color: #d97706;
}

.stat-bonuses[b-la1f4fii2v] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
}

.pending-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    color: #d97706 !important;
    border: 1px solid #fbbf24 !important;
    font-weight: 600 !important;
}

.approved-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #059669 !important;
    border: 1px solid #34d399 !important;
    font-weight: 600 !important;
}

.rejected-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%) !important;
    color: #dc2626 !important;
    border: 1px solid #f87171 !important;
    font-weight: 600 !important;
}

.calculate-points-button[b-la1f4fii2v] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.calculate-points-button:hover[b-la1f4fii2v] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.performance-card .stat-icon[b-la1f4fii2v] {
    background: linear-gradient(135deg, #cffafe 0%, #a5f3fc 100%);
    border-color: #06b6d4;
    color: #0891b2;
}

.stat-content[b-la1f4fii2v] {
    flex: 1;
    min-width: 0;
}

.stat-label[b-la1f4fii2v] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-la1f4fii2v] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.stat-change[b-la1f4fii2v] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.stat-change.positive[b-la1f4fii2v] {
    color: #059669;
}

.stat-change.negative[b-la1f4fii2v] {
    color: #dc2626;
}

.stat-change.neutral[b-la1f4fii2v] {
    color: #64748b;
}

.stat-status[b-la1f4fii2v] {
    margin-top: 0.75rem;
}

.urgent-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%) !important;
    color: #dc2626 !important;
    border: 1px solid #f87171 !important;
    font-weight: 600 !important;
}

.success-chip[b-la1f4fii2v] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #059669 !important;
    border: 1px solid #34d399 !important;
    font-weight: 600 !important;
}

.stat-progress[b-la1f4fii2v] {
    margin-top: 1rem;
}

.performance-bar[b-la1f4fii2v] {
    height: 8px !important;
    background: #f1f5f9 !important;
}

/* Quick Actions Section */
.quick-actions[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 3rem;
}

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

.section-title[b-la1f4fii2v] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.section-subtitle[b-la1f4fii2v] {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
}

.actions-grid[b-la1f4fii2v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.action-item[b-la1f4fii2v] {
    border-radius: 12px !important;
    padding: 1rem 1.5rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    border: 2px solid #e2e8f0 !important;
    background: white !important;
    color: #475569 !important;
    transition: all 0.2s ease !important;
    height: 60px !important;
}

.action-item:hover[b-la1f4fii2v] {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-controls[b-la1f4fii2v] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .action-buttons[b-la1f4fii2v] {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-header[b-la1f4fii2v] {
        padding: 1.5rem 1rem 2rem;
    }
    
    .page-title[b-la1f4fii2v] {
        font-size: 2rem;
        flex-direction: column;
    }
    
    .dashboard-controls[b-la1f4fii2v] {
        padding: 0 1rem;
    }
    
    .date-controls[b-la1f4fii2v] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .quick-select[b-la1f4fii2v],
    .date-range[b-la1f4fii2v] {
        min-width: unset;
        width: 100%;
    }
    
    .action-buttons[b-la1f4fii2v] {
        flex-direction: column;
        width: 100%;
    }
    
    .refresh-button[b-la1f4fii2v],
    .export-button[b-la1f4fii2v] {
        width: 100%;
    }
    
    .stats-grid[b-la1f4fii2v] {
        padding: 0 1rem;
        grid-template-columns: 1fr;
    }
    
    .stat-card[b-la1f4fii2v] {
        padding: 1.5rem;
    }
    
    .stat-value[b-la1f4fii2v] {
        font-size: 2rem;
    }
    
    .quick-actions[b-la1f4fii2v] {
        padding: 0 1rem;
    }
    
    .actions-grid[b-la1f4fii2v] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-title[b-la1f4fii2v] {
        font-size: 1.75rem;
    }
    
    .stat-card[b-la1f4fii2v] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .stat-icon[b-la1f4fii2v] {
        align-self: center;
    }
}

/* Custom Scrollbar */
.dashboard-container [b-la1f4fii2v]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.dashboard-container [b-la1f4fii2v]::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}

.dashboard-container [b-la1f4fii2v]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.dashboard-container [b-la1f4fii2v]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Animation Classes */
@keyframes fadeInUp-b-la1f4fii2v {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card[b-la1f4fii2v] {
    animation: fadeInUp-b-la1f4fii2v 0.6s ease-out;
}

.stat-card:nth-child(1)[b-la1f4fii2v] { animation-delay: 0.1s; }
.stat-card:nth-child(2)[b-la1f4fii2v] { animation-delay: 0.2s; }
.stat-card:nth-child(3)[b-la1f4fii2v] { animation-delay: 0.3s; }
.stat-card:nth-child(4)[b-la1f4fii2v] { animation-delay: 0.4s; }
.stat-card:nth-child(5)[b-la1f4fii2v] { animation-delay: 0.5s; }
.stat-card:nth-child(6)[b-la1f4fii2v] { animation-delay: 0.6s; }

/* Focus States */
.period-select:focus-within[b-la1f4fii2v],
.date-picker:focus-within[b-la1f4fii2v] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    border-color: #3b82f6;
}

.refresh-button:focus[b-la1f4fii2v],
.export-button:focus[b-la1f4fii2v],
.action-item:focus[b-la1f4fii2v] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Commission Metadata Tile */
.commission-metadata-container[b-la1f4fii2v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    margin-bottom: 2rem;
}

.commission-metadata-header[b-la1f4fii2v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
}

.commission-metadata-header .mud-icon[b-la1f4fii2v] {
    color: #64748b;
    font-size: 1.5rem;
}

.commission-metadata-header h3[b-la1f4fii2v] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

.commission-metadata-content[b-la1f4fii2v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.agent-commission-card[b-la1f4fii2v] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
}

.agent-commission-header[b-la1f4fii2v] {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.commission-items[b-la1f4fii2v] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.commission-item[b-la1f4fii2v] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    background: #f8fafc;
}

.commission-item.bonus[b-la1f4fii2v] {
    border-left: 3px solid #10b981;
    background: #f0fdf4;
}

.commission-item.penalty[b-la1f4fii2v] {
    border-left: 3px solid #ef4444;
    background: #fef2f2;
}

.commission-item-content[b-la1f4fii2v] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.commission-item .mud-icon[b-la1f4fii2v] {
    margin-top: 0.25rem;
}

.commission-item.bonus .mud-icon[b-la1f4fii2v] {
    color: #10b981 !important;
}

.commission-item.penalty .mud-icon[b-la1f4fii2v] {
    color: #ef4444 !important;
}

/* Responsive Design for Commission Metadata */
@media (max-width: 768px) {
    .commission-metadata-container[b-la1f4fii2v] {
        padding: 0 1rem 1rem;
    }
    
    .commission-metadata-content[b-la1f4fii2v] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/MainDashboard/Sections/CapturerDashboard.razor.rz.scp.css */
/* Modern Capturer Dashboard Styles */
.dashboard-container[b-iy43tfbc6k] {
    min-height: 100%;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Page Header */
.page-header[b-iy43tfbc6k] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 2rem 2rem 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content[b-iy43tfbc6k] {
    max-width: 1400px;
    margin: 0 auto;
}

.header-text[b-iy43tfbc6k] {
    text-align: center;
}

.page-title[b-iy43tfbc6k] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
}

.title-icon[b-iy43tfbc6k] {
    font-size: 2.5rem !important;
    color: #60a5fa;
}

.page-subtitle[b-iy43tfbc6k] {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
    color: #cbd5e1;
}

/* Dashboard Controls */
.dashboard-controls[b-iy43tfbc6k] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.date-controls[b-iy43tfbc6k] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
    flex: 1;
}

.quick-select[b-iy43tfbc6k],
.date-range[b-iy43tfbc6k] {
    min-width: 200px;
}

.period-select[b-iy43tfbc6k],
.date-picker[b-iy43tfbc6k] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.action-buttons[b-iy43tfbc6k] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.refresh-button[b-iy43tfbc6k] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.refresh-button:hover[b-iy43tfbc6k] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Loading Container */
.loading-container[b-iy43tfbc6k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.loading-text[b-iy43tfbc6k] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Stats Grid */
.stats-grid[b-iy43tfbc6k] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* Stat Cards */
.stat-card[b-iy43tfbc6k] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card[b-iy43tfbc6k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%);
}

.stat-card:hover[b-iy43tfbc6k] {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.stat-card.pre-applied-card[b-iy43tfbc6k]::before {
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}

.stat-card.captured-leads-card[b-iy43tfbc6k]::before {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
}

.stat-card.pending-approvals-card[b-iy43tfbc6k]::before {
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.stat-card.date-range-card[b-iy43tfbc6k]::before {
    background: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 100%);
}

.stat-card[b-iy43tfbc6k] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.stat-icon[b-iy43tfbc6k] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid #e2e8f0;
}

.pre-applied-card .stat-icon[b-iy43tfbc6k] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-color: #10b981;
    color: #059669;
}

.captured-leads-card .stat-icon[b-iy43tfbc6k] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #3b82f6;
    color: #2563eb;
}

.pending-approvals-card .stat-icon[b-iy43tfbc6k] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #f59e0b;
    color: #d97706;
}

.date-range-card .stat-icon[b-iy43tfbc6k] {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border-color: #8b5cf6;
    color: #7c3aed;
}

.stat-content[b-iy43tfbc6k] {
    flex: 1;
    min-width: 0;
}

.stat-label[b-iy43tfbc6k] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-iy43tfbc6k] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.stat-value-small[b-iy43tfbc6k] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.date-separator[b-iy43tfbc6k] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    margin: 0.25rem 0;
}

.stat-change[b-iy43tfbc6k] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.stat-change.positive[b-iy43tfbc6k] {
    color: #059669;
}

.stat-change.negative[b-iy43tfbc6k] {
    color: #dc2626;
}

.stat-change.neutral[b-iy43tfbc6k] {
    color: #64748b;
}

.stat-status[b-iy43tfbc6k] {
    margin-top: 0.75rem;
}

.warning-chip[b-iy43tfbc6k] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    color: #d97706 !important;
    border: 1px solid #f59e0b !important;
    font-weight: 600 !important;
}

.success-chip[b-iy43tfbc6k] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #059669 !important;
    border: 1px solid #34d399 !important;
    font-weight: 600 !important;
}

/* Information Panel */
.info-panel[b-iy43tfbc6k] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 3rem;
}

.info-card[b-iy43tfbc6k] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    border-left: 4px solid #3b82f6;
}

.info-header[b-iy43tfbc6k] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.info-icon[b-iy43tfbc6k] {
    color: #3b82f6;
    font-size: 1.5rem !important;
}

.info-header h3[b-iy43tfbc6k] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
}

.info-content[b-iy43tfbc6k] {
    color: #64748b;
    line-height: 1.6;
}

.info-content p[b-iy43tfbc6k] {
    margin: 0 0 1.5rem 0;
}

.info-stats[b-iy43tfbc6k] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
}

.info-stat-item[b-iy43tfbc6k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-stat-label[b-iy43tfbc6k] {
    font-weight: 500;
    color: #64748b;
}

.info-stat-value[b-iy43tfbc6k] {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1e293b;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-controls[b-iy43tfbc6k] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .action-buttons[b-iy43tfbc6k] {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-header[b-iy43tfbc6k] {
        padding: 1.5rem 1rem 2rem;
    }
    
    .page-title[b-iy43tfbc6k] {
        font-size: 2rem;
        flex-direction: column;
    }
    
    .dashboard-controls[b-iy43tfbc6k],
    .stats-grid[b-iy43tfbc6k],
    .info-panel[b-iy43tfbc6k] {
        padding: 0 1rem;
    }
    
    .date-controls[b-iy43tfbc6k] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .quick-select[b-iy43tfbc6k],
    .date-range[b-iy43tfbc6k] {
        min-width: unset;
        width: 100%;
    }
    
    .action-buttons[b-iy43tfbc6k] {
        flex-direction: column;
        width: 100%;
    }
    
    .refresh-button[b-iy43tfbc6k] {
        width: 100%;
    }
    
    .stats-grid[b-iy43tfbc6k] {
        grid-template-columns: 1fr;
    }
    
    .stat-card[b-iy43tfbc6k] {
        padding: 1.5rem;
    }
    
    .stat-value[b-iy43tfbc6k] {
        font-size: 2rem;
    }

    .info-stats[b-iy43tfbc6k] {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .page-title[b-iy43tfbc6k] {
        font-size: 1.75rem;
    }
    
    .stat-card[b-iy43tfbc6k] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .stat-icon[b-iy43tfbc6k] {
        align-self: center;
    }

    .info-card[b-iy43tfbc6k] {
        padding: 1.5rem;
    }
}

/* Custom Scrollbar */
.dashboard-container [b-iy43tfbc6k]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.dashboard-container [b-iy43tfbc6k]::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}

.dashboard-container [b-iy43tfbc6k]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.dashboard-container [b-iy43tfbc6k]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Animation Classes */
@keyframes fadeInUp-b-iy43tfbc6k {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card[b-iy43tfbc6k] {
    animation: fadeInUp-b-iy43tfbc6k 0.6s ease-out;
}

.stat-card:nth-child(1)[b-iy43tfbc6k] { animation-delay: 0.1s; }
.stat-card:nth-child(2)[b-iy43tfbc6k] { animation-delay: 0.2s; }
.stat-card:nth-child(3)[b-iy43tfbc6k] { animation-delay: 0.3s; }
.stat-card:nth-child(4)[b-iy43tfbc6k] { animation-delay: 0.4s; }

.info-card[b-iy43tfbc6k] {
    animation: fadeInUp-b-iy43tfbc6k 0.6s ease-out 0.5s both;
}

/* Focus States */
.period-select:focus-within[b-iy43tfbc6k],
.date-picker:focus-within[b-iy43tfbc6k] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    border-color: #3b82f6;
}

.refresh-button:focus[b-iy43tfbc6k] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* /Components/Pages/MainDashboard/Sections/ManagerDashboard.razor.rz.scp.css */
/* Modern Manager Dashboard Styles */
.dashboard-container[b-n2v204ahh2] {
    min-height: 100%;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Empty State */
.empty-state[b-n2v204ahh2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    color: #64748b;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 2rem auto;
    max-width: 500px;
}

.empty-state .mud-text[b-n2v204ahh2] {
    color: #64748b;
}

/* Page Header */
.page-header[b-n2v204ahh2] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 2rem 2rem 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content[b-n2v204ahh2] {
    max-width: 1400px;
    margin: 0 auto;
}

.header-text[b-n2v204ahh2] {
    text-align: center;
}

.page-title[b-n2v204ahh2] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
}

.title-icon[b-n2v204ahh2] {
    font-size: 2.5rem !important;
    color: #60a5fa;
}

.page-subtitle[b-n2v204ahh2] {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
    color: #cbd5e1;
}

/* Dashboard Controls */
.dashboard-controls[b-n2v204ahh2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.date-controls[b-n2v204ahh2] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
    flex: 1;
}

.quick-select[b-n2v204ahh2],
.date-range[b-n2v204ahh2] {
    min-width: 200px;
}

.period-select[b-n2v204ahh2],
.date-picker[b-n2v204ahh2] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.range-display[b-n2v204ahh2] {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.range-text[b-n2v204ahh2] {
    color: #64748b;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.action-buttons[b-n2v204ahh2] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.refresh-button[b-n2v204ahh2],
.export-button[b-n2v204ahh2] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.refresh-button:hover[b-n2v204ahh2],
.export-button:hover[b-n2v204ahh2] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Loading Container */
.loading-container[b-n2v204ahh2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.loading-text[b-n2v204ahh2] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Stats Grid */
.stats-grid[b-n2v204ahh2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* Stat Cards */
.stat-card[b-n2v204ahh2] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card[b-n2v204ahh2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%);
}

.stat-card:hover[b-n2v204ahh2] {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.stat-card.total-conversion-card[b-n2v204ahh2]::before {
    background: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 100%);
}

.stat-card.average-conversion-card[b-n2v204ahh2]::before {
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}

.stat-card.new-leads-card[b-n2v204ahh2]::before {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
}

.stat-card.overdue-leads-card[b-n2v204ahh2]::before {
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
}

.stat-card[b-n2v204ahh2] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.stat-icon[b-n2v204ahh2] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid #e2e8f0;
}

.total-conversion-card .stat-icon[b-n2v204ahh2] {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border-color: #8b5cf6;
    color: #7c3aed;
}

.average-conversion-card .stat-icon[b-n2v204ahh2] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-color: #10b981;
    color: #059669;
}

.new-leads-card .stat-icon[b-n2v204ahh2] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #3b82f6;
    color: #2563eb;
}

.overdue-leads-card .stat-icon[b-n2v204ahh2] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-color: #ef4444;
    color: #dc2626;
}

.stat-content[b-n2v204ahh2] {
    flex: 1;
    min-width: 0;
}

.stat-label[b-n2v204ahh2] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-n2v204ahh2] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.stat-change[b-n2v204ahh2] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.stat-change.positive[b-n2v204ahh2] {
    color: #059669;
}

.stat-change.negative[b-n2v204ahh2] {
    color: #dc2626;
}

.stat-change.neutral[b-n2v204ahh2] {
    color: #64748b;
}

.stat-status[b-n2v204ahh2] {
    margin-top: 0.75rem;
}

.urgent-chip[b-n2v204ahh2] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%) !important;
    color: #dc2626 !important;
    border: 1px solid #f87171 !important;
    font-weight: 600 !important;
}

.success-chip[b-n2v204ahh2] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #059669 !important;
    border: 1px solid #34d399 !important;
    font-weight: 600 !important;
}

/* Manager Table Styles */
.manager-table-container[b-n2v204ahh2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 3rem;
}

.table-card[b-n2v204ahh2] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.table-header[b-n2v204ahh2] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem 2rem;
}

.table-title[b-n2v204ahh2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.table-content[b-n2v204ahh2] {
    padding: 1.5rem 2rem;
}

/* User Avatar Styles */
.user-avatar-container[b-n2v204ahh2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-n2v204ahh2] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
    color: #1e40af !important;
    font-weight: 600 !important;
    border: 2px solid #3b82f6 !important;
}

/* Table Row Hover Effects */
.mud-table-row:hover[b-n2v204ahh2] {
    background-color: #f8fafc !important;
    transition: background-color 0.2s ease;
}

/* Chip Enhancements */
.conversion-chip-high[b-n2v204ahh2] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #059669 !important;
    border: 1px solid #10b981 !important;
    font-weight: 600 !important;
}

.conversion-chip-medium[b-n2v204ahh2] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    color: #d97706 !important;
    border: 1px solid #f59e0b !important;
    font-weight: 600 !important;
}

.conversion-chip-low[b-n2v204ahh2] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%) !important;
    color: #dc2626 !important;
    border: 1px solid #ef4444 !important;
    font-weight: 600 !important;
}

.leads-chip[b-n2v204ahh2] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
    color: #1e40af !important;
    border: 1px solid #3b82f6 !important;
    font-weight: 600 !important;
}

.user-id-chip[b-n2v204ahh2] {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%) !important;
    color: #4338ca !important;
    border: 1px solid #6366f1 !important;
    font-weight: 600 !important;
}

/* Pagination Styles */
.pagination-container[b-n2v204ahh2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.pagination-info[b-n2v204ahh2] {
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-controls[b-n2v204ahh2] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .action-buttons[b-n2v204ahh2] {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-header[b-n2v204ahh2] {
        padding: 1.5rem 1rem 2rem;
    }
    
    .page-title[b-n2v204ahh2] {
        font-size: 2rem;
        flex-direction: column;
    }
    
    .dashboard-controls[b-n2v204ahh2],
    .stats-grid[b-n2v204ahh2],
    .manager-table-container[b-n2v204ahh2] {
        padding: 0 1rem;
    }
    
    .date-controls[b-n2v204ahh2] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .quick-select[b-n2v204ahh2],
    .date-range[b-n2v204ahh2] {
        min-width: unset;
        width: 100%;
    }
    
    .action-buttons[b-n2v204ahh2] {
        flex-direction: column;
        width: 100%;
    }
    
    .refresh-button[b-n2v204ahh2],
    .export-button[b-n2v204ahh2] {
        width: 100%;
    }
    
    .stats-grid[b-n2v204ahh2] {
        grid-template-columns: 1fr;
    }
    
    .stat-card[b-n2v204ahh2] {
        padding: 1.5rem;
    }
    
    .stat-value[b-n2v204ahh2] {
        font-size: 2rem;
    }

    .table-header[b-n2v204ahh2],
    .table-content[b-n2v204ahh2] {
        padding: 1rem;
    }
    
    .user-avatar-container[b-n2v204ahh2] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .page-title[b-n2v204ahh2] {
        font-size: 1.75rem;
    }
    
    .stat-card[b-n2v204ahh2] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .stat-icon[b-n2v204ahh2] {
        align-self: center;
    }
    
    .table-header[b-n2v204ahh2] {
        padding: 0.75rem;
    }
    
    .table-content[b-n2v204ahh2] {
        padding: 0.75rem;
    }
}

/* Custom Scrollbar */
.dashboard-container [b-n2v204ahh2]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.dashboard-container [b-n2v204ahh2]::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}

.dashboard-container [b-n2v204ahh2]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.dashboard-container [b-n2v204ahh2]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Animation Classes */
@keyframes fadeInUp-b-n2v204ahh2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card[b-n2v204ahh2] {
    animation: fadeInUp-b-n2v204ahh2 0.6s ease-out;
}

.stat-card:nth-child(1)[b-n2v204ahh2] { animation-delay: 0.1s; }
.stat-card:nth-child(2)[b-n2v204ahh2] { animation-delay: 0.2s; }
.stat-card:nth-child(3)[b-n2v204ahh2] { animation-delay: 0.3s; }
.stat-card:nth-child(4)[b-n2v204ahh2] { animation-delay: 0.4s; }

.table-card[b-n2v204ahh2] {
    animation: fadeInUp-b-n2v204ahh2 0.6s ease-out 0.3s both;
}

/* Focus States */
.period-select:focus-within[b-n2v204ahh2],
.date-picker:focus-within[b-n2v204ahh2] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    border-color: #3b82f6;
}

.refresh-button:focus[b-n2v204ahh2],
.export-button:focus[b-n2v204ahh2] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}
/* /Components/Pages/ManagerApprovals/ManagerApprovals.razor.rz.scp.css */
.page-header[b-3bjrtnpzdb] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 2rem 2rem 2.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content[b-3bjrtnpzdb] {
    max-width: 1400px;
    margin: 0 auto;
}

.header-text[b-3bjrtnpzdb] { text-align: center; }

.page-title[b-3bjrtnpzdb] {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: white;
}

.title-icon[b-3bjrtnpzdb] { font-size: 2.25rem !important; color: #60a5fa; }

.page-subtitle[b-3bjrtnpzdb] {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
    color: #cbd5e1;
}

.approvals-content[b-3bjrtnpzdb] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 2rem;
}

.table-actions[b-3bjrtnpzdb] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.loading-container[b-3bjrtnpzdb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.loading-text[b-3bjrtnpzdb] { color: #64748b; font-size: 1.1rem; font-weight: 500; }

.empty-state[b-3bjrtnpzdb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}

.centered-empty[b-3bjrtnpzdb] {
    width: 100%;
}

.pagination-container[b-3bjrtnpzdb] { display: flex; justify-content: center; }

.pagination-info[b-3bjrtnpzdb] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .page-header[b-3bjrtnpzdb] { padding: 1.5rem 1rem 1.75rem; }
    .page-title[b-3bjrtnpzdb] { font-size: 1.85rem; flex-direction: column; }
    .approvals-content[b-3bjrtnpzdb] { padding: 0 1rem 1.5rem; }
}


/* /Components/Pages/Notifications/Notifications.razor.rz.scp.css */
.page-header[b-ffwwf021tl] {
    background: linear-gradient(135deg, #2d3748 0%, #101826 100%);
    color: white;
    padding: 2.25rem 2rem 2.5rem;
    margin-bottom: 1.75rem;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.35);
}

.header-content[b-ffwwf021tl] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
}

.section-header.with-actions[b-ffwwf021tl] {
    padding : 16px;
}

.header-text[b-ffwwf021tl] {
    min-width: 260px;
}

.page-title[b-ffwwf021tl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 2.35rem;
    font-weight: 700;
    margin: 0;
    color: white;
}

.title-icon[b-ffwwf021tl] {
    font-size: 2.5rem !important;
    color: #60a5fa;
}

.page-subtitle[b-ffwwf021tl] {
    font-size: 1rem;
    margin: 0.35rem 0 0;
    color: rgba(226, 232, 240, 0.85);
    max-width: 620px;
}

.notifications-content[b-ffwwf021tl] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 3rem;
}

.card-section[b-ffwwf021tl] {
    padding: 1.75rem;
    border-radius: 12px;
}

.history-card[b-ffwwf021tl] {
    background: #ffffff;
}

.section-header[b-ffwwf021tl] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.section-header.with-actions[b-ffwwf021tl] {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.25rem;
}

.metrics-header[b-ffwwf021tl] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(241, 245, 249, 0.95));
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
    align-items: center;
}

.metrics-heading[b-ffwwf021tl] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.metrics-title[b-ffwwf021tl] {
    font-size: 1.65rem;
    font-weight: 700;
    color: #0f172a;
}

.metrics-subtitle[b-ffwwf021tl] {
    background: rgba(59, 130, 246, 0.1);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    width: fit-content;
    margin: 0;
}

.metrics-info-icon[b-ffwwf021tl] {
    color: #3b82f6;
    font-size: 1.1rem !important;
}

.metrics-subtitle-text[b-ffwwf021tl] {
    color: #1e293b;
    font-weight: 500;
}

.metrics-actions[b-ffwwf021tl] {
    align-items: center;
}

.metrics-actions .mud-button[b-ffwwf021tl] {
    border-radius: 999px;
    padding: 0.45rem 1.35rem;
    font-weight: 600;
}

.section-title[b-ffwwf021tl] {
    font-weight: 600;
}

.helper-text[b-ffwwf021tl] {
    color: var(--mud-palette-secondary-text);
}

.full-width-alert[b-ffwwf021tl] {
    width: 100%;
}

.loading-container[b-ffwwf021tl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    gap: 1rem;
}

.loading-text[b-ffwwf021tl] {
    color: var(--mud-palette-text-secondary);
}

.empty-state[b-ffwwf021tl] {
    text-align: center;
    padding: 3rem 2rem;
    border: 2px dashed var(--mud-palette-info);
    border-radius: 12px;
    background: rgba(59, 130, 246, 0.04);
}

.empty-state .text-muted[b-ffwwf021tl] {
    color: var(--mud-palette-text-secondary);
}

.history-table[b-ffwwf021tl] {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.history-table .mud-table-container[b-ffwwf021tl] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.history-table .mud-table-head[b-ffwwf021tl] {
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0));
}

.history-table .mud-table-cell[b-ffwwf021tl] {
    vertical-align: middle;
}

.history-table .mud-table-row:hover[b-ffwwf021tl] {
    background-color: rgba(59, 130, 246, 0.08);
}

.history-table .mud-table-cell:last-child[b-ffwwf021tl] {
    min-width: 120px;
}

.table-card[b-ffwwf021tl] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.table-header[b-ffwwf021tl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    gap: 1.5rem;
    flex-wrap: wrap;
}

.table-title-section[b-ffwwf021tl] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.table-title[b-ffwwf021tl] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.table-info-text[b-ffwwf021tl] {
    color: #475569;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.table-content[b-ffwwf021tl] {
    padding: 1.5rem 2rem;
}

.table-action-button[b-ffwwf021tl] {
    border-radius: 999px;
    text-transform: none;
    font-weight: 600;
}

.history-title[b-ffwwf021tl] {
    font-weight: 600;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.history-body[b-ffwwf021tl] {
    color: var(--mud-palette-text-secondary);
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination-container[b-ffwwf021tl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0 0.5rem;
    margin-top: 1rem;
    border-top: 1px solid #e2e8f0;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.pagination-component[b-ffwwf021tl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-component .mud-pagination-item[b-ffwwf021tl] {
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.pagination-component .mud-pagination-item:hover:not(.mud-disabled)[b-ffwwf021tl] {
    background-color: rgba(59, 130, 246, 0.1);
    transform: translateY(-1px);
}

.pagination-component .mud-pagination-item.mud-selected[b-ffwwf021tl] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    font-weight: 600;
}

.pagination-component .mud-pagination-item.mud-disabled[b-ffwwf021tl] {
    opacity: 0.4;
    cursor: not-allowed;
}

.pagination-info[b-ffwwf021tl] {
    color: #64748b;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.compose-dialog .compose-dialog-content[b-ffwwf021tl] {
    padding-top: 0.5rem;
}

.compose-dialog .type-label[b-ffwwf021tl] {
    color: var(--mud-palette-primary);
    font-weight: 600;
}

.compose-dialog .type-select .mud-input-root[b-ffwwf021tl] {
    border-radius: 12px;
}

.compose-dialog .type-description[b-ffwwf021tl] {
    color: var(--mud-palette-text-secondary);
    margin-top: -0.35rem;
}

.compose-dialog .recipient-select .mud-input-root[b-ffwwf021tl] {
    border-radius: 12px;
    min-height: 56px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.compose-dialog .recipient-select .mud-input-slot[b-ffwwf021tl] {
    gap: 0.35rem;
}

.compose-dialog .recipient-select .mud-chip[b-ffwwf021tl] {
    margin: 0.15rem;
}

.compose-dialog .recipient-select .mud-input[b-ffwwf021tl] {
    padding-bottom: 0.15rem;
}

.compose-dialog .mud-dialog-actions[b-ffwwf021tl] {
    padding: 1rem 1.5rem 1.25rem;
}

@media (max-width: 960px) {
    .header-content[b-ffwwf021tl] {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-header.with-actions[b-ffwwf021tl] {
        flex-direction: column;
        align-items: stretch;
    }

    .metrics-header[b-ffwwf021tl] {
        gap: 1rem;
    }

    .metrics-actions[b-ffwwf021tl] {
        justify-content: flex-start;
    }

    .table-header[b-ffwwf021tl] {
        flex-direction: column;
        align-items: flex-start;
    }

    .table-content[b-ffwwf021tl] {
        padding: 1.25rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .page-header[b-ffwwf021tl] {
        padding: 1.85rem 1.25rem 2rem;
    }

    .notifications-content[b-ffwwf021tl] {
        padding: 0 1.25rem 2.25rem;
    }

    .card-section[b-ffwwf021tl] {
        padding: 1.35rem;
    }

    .history-body[b-ffwwf021tl] {
        max-width: 100%;
    }

    .table-header[b-ffwwf021tl],
    .table-content[b-ffwwf021tl] {
        padding: 1rem;
    }

    .table-title[b-ffwwf021tl] {
        font-size: 1.25rem;
    }

    .pagination-container[b-ffwwf021tl] {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1.25rem 0 0.5rem;
    }

    .pagination-info[b-ffwwf021tl] {
        order: -1;
        white-space: normal;
        text-align: center;
    }
}


/* /Components/Pages/Notifications/Popups/NotificationsCenterPopup.razor.rz.scp.css */
/*
Notifications Center Styles - Matching Dashboard Design
----------------------------------------------------------
Aligned with dashboard design system using gradients, shadows, and MudBlazor patterns
*/

/* Dialog Header */
.notifications-center-popup .dialog-header[b-5ltyynvtz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
}

.notifications-center-popup .header-left[b-5ltyynvtz8] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.notifications-center-popup .header-icon[b-5ltyynvtz8] {
    font-size: 1.75rem !important;
    color: #60a5fa;
}

.notifications-center-popup .header-title[b-5ltyynvtz8] {
    margin: 0;
    font-weight: 700;
    color: white;
}

.notifications-center-popup .unread-chip[b-5ltyynvtz8] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
    color: #1e40af !important;
    border: 1px solid #3b82f6 !important;
    font-weight: 600 !important;
}

.notifications-center-popup .close-button[b-5ltyynvtz8] {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease;
}

.notifications-center-popup .close-button:hover[b-5ltyynvtz8] {
    color: white;
}

/* Dialog Content */
.notifications-center-popup .dialog-content[b-5ltyynvtz8] {
    background: #f8fafc;
    padding: 1.5rem 2rem;
    min-height: 400px;
}

/* Search Section */
.notifications-center-popup .search-section[b-5ltyynvtz8] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.notifications-center-popup .search-field[b-5ltyynvtz8] {
    margin-bottom: 1rem;
}

.notifications-center-popup .controls-row[b-5ltyynvtz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.notifications-center-popup .toggle-control[b-5ltyynvtz8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    user-select: none;
}

.notifications-center-popup .toggle-label[b-5ltyynvtz8] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
}

.notifications-center-popup .mark-all-btn[b-5ltyynvtz8] {
    text-transform: none;
    font-weight: 600;
}

/* Loading State */
.notifications-center-popup .loading-container[b-5ltyynvtz8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.notifications-center-popup .loading-text[b-5ltyynvtz8] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

/* Empty State */
.notifications-center-popup .empty-state[b-5ltyynvtz8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    color: #64748b;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.notifications-center-popup .empty-icon[b-5ltyynvtz8] {
    color: #cbd5e1 !important;
    opacity: 0.6;
    margin-bottom: 1rem;
}

.notifications-center-popup .empty-title[b-5ltyynvtz8] {
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.notifications-center-popup .empty-subtitle[b-5ltyynvtz8] {
    color: #64748b;
    margin: 0;
}

/* Notifications List */
.notifications-center-popup .notifications-list[b-5ltyynvtz8] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.notifications-center-popup .load-more-container[b-5ltyynvtz8] {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

/* Scrollbar */
.notifications-center-popup .notifications-list[b-5ltyynvtz8]::-webkit-scrollbar {
    width: 8px;
}

.notifications-center-popup .notifications-list[b-5ltyynvtz8]::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 4px;
}

.notifications-center-popup .notifications-list[b-5ltyynvtz8]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.notifications-center-popup .notifications-list[b-5ltyynvtz8]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Date Groups */
.notifications-center-popup .date-group[b-5ltyynvtz8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notifications-center-popup .date-group-today[b-5ltyynvtz8] {
    padding-top: 0.75rem;
}

.notifications-center-popup .date-header[b-5ltyynvtz8] {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
}

.notifications-center-popup .date-label[b-5ltyynvtz8] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: 0.01em;
    color: #0f172a;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-color: rgba(251, 191, 36, 0.7);
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.25);
}

.notifications-center-popup .date-label-subtitle[b-5ltyynvtz8] {
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(15, 23, 42, 0.75);
    text-transform: none;
    letter-spacing: 0;
    display: block;
    opacity: 0.8;
}

/* Notification Cards */
.notifications-center-popup .notification-card[b-5ltyynvtz8] {
    background: white;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.notifications-center-popup .notification-card *[b-5ltyynvtz8] {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

.notifications-center-popup .notification-card:hover[b-5ltyynvtz8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-color: #e2e8f0;
}

.notifications-center-popup .notification-card.unread[b-5ltyynvtz8] {
    border-color: #dbeafe;
    background: #fefefe;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.08);
}

/* Card Accent - Top Border */
.notifications-center-popup .card-accent[b-5ltyynvtz8] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #6366f1;
}

/* Card Body */
.notifications-center-popup .card-body[b-5ltyynvtz8] {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    align-items: flex-start;
    min-width: 0;
    overflow: hidden;
}

/* Card Icon */
.notifications-center-popup .card-icon[b-5ltyynvtz8] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    border: 2px solid #6366f1;
    transition: transform 0.2s ease;
}

.notifications-center-popup .notification-card:hover .card-icon[b-5ltyynvtz8] {
    transform: scale(1.05);
}

/* Card Content */
.notifications-center-popup .card-content[b-5ltyynvtz8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    max-width: 100%;
    width: 0;
    overflow: hidden;
}

.notifications-center-popup .content-header[b-5ltyynvtz8] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    min-width: 0;
}

.notifications-center-popup .notification-title[b-5ltyynvtz8] {
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    flex: 1;
    overflow: hidden;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    letter-spacing: -0.01em;
    min-width: 0;
    max-width: 100%;
}

.notifications-center-popup .notification-title .mud-typography-body1[b-5ltyynvtz8],
.notifications-center-popup .notification-title .mud-typography-subtitle1[b-5ltyynvtz8],
.notifications-center-popup .notification-title .mud-typography-body2[b-5ltyynvtz8],
.notifications-center-popup .notification-title p[b-5ltyynvtz8],
.notifications-center-popup .notification-title span[b-5ltyynvtz8],
.notifications-center-popup .notification-title div[b-5ltyynvtz8],
.notifications-center-popup .notification-title[b-5ltyynvtz8] {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.notifications-center-popup .notification-time[b-5ltyynvtz8] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    flex-shrink: 0;
}

.notifications-center-popup .notification-body[b-5ltyynvtz8] {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    min-width: 0;
    max-width: 100%;
}

.notifications-center-popup .notification-body .mud-typography-body2[b-5ltyynvtz8],
.notifications-center-popup .notification-body .mud-typography-body1[b-5ltyynvtz8],
.notifications-center-popup .notification-body p[b-5ltyynvtz8],
.notifications-center-popup .notification-body span[b-5ltyynvtz8],
.notifications-center-popup .notification-body div[b-5ltyynvtz8],
.notifications-center-popup .notification-body[b-5ltyynvtz8] {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* Notification Footer */
.notifications-center-popup .notification-footer[b-5ltyynvtz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

.notifications-center-popup .footer-meta[b-5ltyynvtz8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.notifications-center-popup .type-chip[b-5ltyynvtz8] {
    font-weight: 600 !important;
    font-size: 0.6875rem !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.notifications-center-popup .broadcast-chip[b-5ltyynvtz8] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    color: #64748b !important;
    border: 1px solid #e2e8f0 !important;
    font-weight: 600 !important;
    font-size: 0.6875rem !important;
}

.notifications-center-popup .sender-text[b-5ltyynvtz8] {
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 500;
}

.notifications-center-popup .mark-read-btn[b-5ltyynvtz8] {
    color: #94a3b8;
    transition: color 0.2s ease, transform 0.2s ease;
}

.notifications-center-popup .mark-read-btn:hover[b-5ltyynvtz8] {
    color: #10b981;
    transform: scale(1.1);
}

/* Animation */
@keyframes fadeInUp-b-5ltyynvtz8 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notifications-center-popup .notification-card[b-5ltyynvtz8] {
    animation: fadeInUp-b-5ltyynvtz8 0.4s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    .notifications-center-popup .dialog-header[b-5ltyynvtz8] {
        padding: 1rem 1.5rem;
    }

    .notifications-center-popup .dialog-content[b-5ltyynvtz8] {
        padding: 1rem 1.5rem;
    }

    .notifications-center-popup .search-section[b-5ltyynvtz8] {
        padding: 1rem;
    }

    .notifications-center-popup .card-body[b-5ltyynvtz8] {
        padding: 1rem;
        gap: 1rem;
    }

    .notifications-center-popup .card-icon[b-5ltyynvtz8] {
        width: 44px;
        height: 44px;
    }

    .notifications-center-popup .content-header[b-5ltyynvtz8] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .notifications-center-popup .notification-title[b-5ltyynvtz8] {
        white-space: normal;
    }

    .notifications-center-popup .controls-row[b-5ltyynvtz8] {
        flex-direction: column;
        align-items: stretch;
    }

    .notifications-center-popup .mark-all-btn[b-5ltyynvtz8] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .notifications-center-popup .dialog-header[b-5ltyynvtz8] {
        padding: 1rem;
    }

    .notifications-center-popup .header-left[b-5ltyynvtz8] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .notifications-center-popup .dialog-content[b-5ltyynvtz8] {
        padding: 1rem;
    }

    .notifications-center-popup .card-body[b-5ltyynvtz8] {
        flex-direction: column;
        gap: 1rem;
    }

    .notifications-center-popup .card-icon[b-5ltyynvtz8] {
        align-self: flex-start;
    }
}
/* /Components/Pages/Points/PointsDashboard.razor.rz.scp.css */
/* Points Dashboard Styles */
.points-dashboard-container[b-naum8z1rpp] {
    min-height: 100%;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Page Header */
.page-header[b-naum8z1rpp] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 2rem 2rem 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content[b-naum8z1rpp] {
    margin: 0 auto;
}

.header-text[b-naum8z1rpp] {
    text-align: center;
}

.page-title[b-naum8z1rpp] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
}

.title-icon[b-naum8z1rpp] {
    font-size: 2.5rem !important;
    color: #fbbf24;
}

.page-subtitle[b-naum8z1rpp] {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
    color: #cbd5e1;
}

/* Dashboard Controls */
.dashboard-controls[b-naum8z1rpp] {
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.date-controls[b-naum8z1rpp] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
    flex: 1;
}

.month-selector[b-naum8z1rpp],
.search-control[b-naum8z1rpp] {
    min-width: 200px;
}

.month-picker[b-naum8z1rpp],
.search-input[b-naum8z1rpp] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.action-buttons[b-naum8z1rpp] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.refresh-button[b-naum8z1rpp] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.refresh-button:hover[b-naum8z1rpp] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.calculate-button[b-naum8z1rpp] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
    transition: all 0.2s ease;
}

.calculate-button:hover:not(:disabled)[b-naum8z1rpp] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.calculate-button:disabled[b-naum8z1rpp] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Week Selector */
.week-selector-container[b-naum8z1rpp] {
    margin: 0 auto;
    padding: 0 2rem 1.5rem;
}

.week-tabs[b-naum8z1rpp] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.week-tab[b-naum8z1rpp] {
    background: #f5f5f0;
    border: 1px solid #e5e5e0;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    min-width: 140px;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.week-tab:hover[b-naum8z1rpp] {
    background: #ebe8e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.week-tab.active[b-naum8z1rpp] {
    background: #e8e5df;
    border-color: #10b981;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15);
}

.week-tab.active[b-naum8z1rpp]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
    border-radius: 0 0 8px 8px;
}

.week-label[b-naum8z1rpp] {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.week-dates[b-naum8z1rpp] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.week-tab.active .week-label[b-naum8z1rpp] {
    color: #059669;
}

.week-tab.active .week-dates[b-naum8z1rpp] {
    color: #047857;
}

/* Full Month Tab */
.full-month-tab[b-naum8z1rpp] {
    background: #f0f9ff;
    border-color: #0ea5e9;
}

.full-month-tab:hover[b-naum8z1rpp] {
    background: #e0f2fe;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.15);
}

.full-month-tab.active[b-naum8z1rpp] {
    background: #dbeafe;
    border-color: #0ea5e9;
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.2);
}

.full-month-tab.active[b-naum8z1rpp]::after {
    background: linear-gradient(90deg, #0ea5e9 0%, #0284c7 100%);
}

.full-month-tab.active .week-label[b-naum8z1rpp] {
    color: #0284c7;
}

.full-month-tab.active .week-dates[b-naum8z1rpp] {
    color: #0369a1;
}

/* Export Button */
.export-button[b-naum8z1rpp] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
    transition: all 0.2s ease;
}

.export-button:hover:not(:disabled)[b-naum8z1rpp] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.export-button:disabled[b-naum8z1rpp] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Monthly Summary Table */
.monthly-summary-table[b-naum8z1rpp] {
    font-size: 0.9rem;
}

.monthly-summary-table th[b-naum8z1rpp] {
    font-weight: 600;
    white-space: nowrap;
}

.monthly-summary-table td[b-naum8z1rpp] {
    white-space: nowrap;
}

/* Summary Grid */
.summary-grid[b-naum8z1rpp] {
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.summary-card[b-naum8z1rpp] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    display: flex;
    gap: 1rem;
    align-items: center;
    transition: all 0.3s ease;
}

.summary-card:hover[b-naum8z1rpp] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

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

.summary-card.total-points .summary-icon[b-naum8z1rpp] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.summary-card.total-money .summary-icon[b-naum8z1rpp] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #059669;
}

.summary-card.pending .summary-icon[b-naum8z1rpp] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.summary-card.approved .summary-icon[b-naum8z1rpp] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #059669;
}

.summary-card.rejected .summary-icon[b-naum8z1rpp] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #dc2626;
}

.summary-content[b-naum8z1rpp] {
    flex: 1;
    min-width: 0;
}

.summary-label[b-naum8z1rpp] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.summary-value[b-naum8z1rpp] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
}

/* Points Table Container */
.points-table-container[b-naum8z1rpp] {
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 3rem;
}

.loading-container[b-naum8z1rpp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.loading-text[b-naum8z1rpp] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
}

.empty-state[b-naum8z1rpp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    color: #64748b;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 2rem auto;
    max-width: 500px;
}

/* Points Table */
.points-table[b-naum8z1rpp] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

/* Center align Status and Actions columns */
.points-table td[data-label="Status"][b-naum8z1rpp] {
    text-align: center;
}

.points-table td[data-label="Actions"][b-naum8z1rpp] {
    text-align: center;
}

.action-buttons-cell[b-naum8z1rpp] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.status-actions[b-naum8z1rpp] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Icon-only round buttons */
.icon-button-round[b-naum8z1rpp] {
    min-width: 40px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    border: none !important;
}

.approve-button[b-naum8z1rpp] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: white !important;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3) !important;
    transition: all 0.2s ease !important;
}

.approve-button:hover[b-naum8z1rpp] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4) !important;
}

.reject-button[b-naum8z1rpp] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: white !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3) !important;
    transition: all 0.2s ease !important;
}

.reject-button:hover[b-naum8z1rpp] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4) !important;
}

/* Status Chips with colors */
[b-naum8z1rpp] .status-chip {
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex !important;
}

[b-naum8z1rpp] .status-chip:hover {
    transform: scale(1.05);
}

[b-naum8z1rpp] .status-pending {
    background-color: #e5e7eb !important;
    color: #374151 !important;
    border: 1px solid #d1d5db !important;
}

[b-naum8z1rpp] .status-approved {
    background-color: rgba(16, 185, 129, 0.1) !important;
    color: #047857 !important; /* Darker green for text readability */
    border: 1px solid #10b981 !important;
}

[b-naum8z1rpp] .status-rejected {
    background-color: rgba(239, 68, 68, 0.1) !important;
    color: #b91c1c !important; /* Darker red for text readability */
    border: 1px solid #ef4444 !important;
}

/* Row Colors */
[b-naum8z1rpp] .row-approved {
    background-color: rgba(16, 185, 129, 0.1) !important;
    border-left: 3px solid #10b981;
}

[b-naum8z1rpp] .row-approved:hover {
    background-color: rgba(16, 185, 129, 0.15) !important;
}

[b-naum8z1rpp] .row-rejected {
    background-color: rgba(239, 68, 68, 0.1) !important;
    border-left: 3px solid #ef4444;
}

[b-naum8z1rpp] .row-rejected:hover {
    background-color: rgba(239, 68, 68, 0.15) !important;
}

/* Ensure the border is visible on the first cell if needed, or on the row */
[b-naum8z1rpp] .points-table tr.row-approved > td:first-child,
[b-naum8z1rpp] .points-table tr.row-rejected > td:first-child {
    border-left: inherit; /* If border is on row, ensure cells don't cover it or align */
}


/* Info Icons */
.info-icon[b-naum8z1rpp] {
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.1rem !important;
}

.info-icon:hover[b-naum8z1rpp] {
    transform: scale(1.2);
}

.info-icon.info-bonus[b-naum8z1rpp] {
    color: #10b981 !important; /* Green for bonuses */
}

.info-icon.info-penalty[b-naum8z1rpp] {
    color: #ef4444 !important; /* Red for penalties */
}

.info-icon.info-bonus:hover[b-naum8z1rpp] {
    color: #059669 !important;
}

.info-icon.info-penalty:hover[b-naum8z1rpp] {
    color: #dc2626 !important;
}

/* Commission Metadata Tile */
.commission-metadata-container[b-naum8z1rpp] {
    margin: 0 auto;
    padding: 0 2rem 2rem;
    margin-bottom: 2rem;
}

.commission-metadata-header[b-naum8z1rpp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
}

.commission-metadata-header h3[b-naum8z1rpp] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

.commission-metadata-content[b-naum8z1rpp] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.agent-commission-card[b-naum8z1rpp] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
}

.agent-commission-header[b-naum8z1rpp] {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.commission-items[b-naum8z1rpp] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.commission-item[b-naum8z1rpp] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    background: #f8fafc;
}

.commission-item.bonus[b-naum8z1rpp] {
    border-left: 3px solid #10b981;
    background: #f0fdf4;
}

.commission-item.penalty[b-naum8z1rpp] {
    border-left: 3px solid #ef4444;
    background: #fef2f2;
}

.commission-item-content[b-naum8z1rpp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.commission-item .mud-icon[b-naum8z1rpp] {
    margin-top: 0.25rem;
}

.commission-item.bonus .mud-icon[b-naum8z1rpp] {
    color: #10b981 !important;
}

.commission-item.penalty .mud-icon[b-naum8z1rpp] {
    color: #ef4444 !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .dashboard-controls[b-naum8z1rpp] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .action-buttons[b-naum8z1rpp] {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-header[b-naum8z1rpp] {
        padding: 1.5rem 1rem 2rem;
    }
    
    .page-title[b-naum8z1rpp] {
        font-size: 2rem;
        flex-direction: column;
    }
    
    .dashboard-controls[b-naum8z1rpp] {
        padding: 0 1rem;
    }
    
    .date-controls[b-naum8z1rpp] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .month-selector[b-naum8z1rpp],
    .search-control[b-naum8z1rpp] {
        min-width: unset;
        width: 100%;
    }
    
    .summary-grid[b-naum8z1rpp] {
        padding: 0 1rem;
        grid-template-columns: 1fr;
    }
    
    .points-table-container[b-naum8z1rpp] {
        padding: 0 1rem;
    }
    
    .week-selector-container[b-naum8z1rpp] {
        padding: 0 1rem 1rem;
    }
    
    .week-tabs[b-naum8z1rpp] {
        justify-content: center;
    }
    
    .week-tab[b-naum8z1rpp] {
        min-width: 120px;
        padding: 0.6rem 1rem;
    }
    
    .week-label[b-naum8z1rpp] {
        font-size: 0.85rem;
    }
    
    .week-dates[b-naum8z1rpp] {
        font-size: 0.75rem;
    }
}
/* /Components/Pages/SharkTank/ManagerView.razor.rz.scp.css */
/* Modern Manager Dashboard Styles */
.dashboard-container[b-jt7si6sgit] {
    min-height: 100%;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Page Header */
.page-header[b-jt7si6sgit] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 2rem 2rem 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-content[b-jt7si6sgit] {
    max-width: 1400px;
    margin: 0 auto;
}

.header-text[b-jt7si6sgit] {
    text-align: center;
}

.page-title[b-jt7si6sgit] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
}

.title-icon[b-jt7si6sgit] {
    font-size: 2.5rem !important;
    color: #60a5fa;
}

.page-subtitle[b-jt7si6sgit] {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
    color: #cbd5e1;
}

/* Loading Container */
.loading-container[b-jt7si6sgit] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.loading-text[b-jt7si6sgit] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Stats Grid */
.stats-grid[b-jt7si6sgit] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* Stat Cards */
.stat-card[b-jt7si6sgit] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.stat-card[b-jt7si6sgit]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%);
}

.stat-card:hover[b-jt7si6sgit] {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.stat-card.pending-approvals-card[b-jt7si6sgit]::before {
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.stat-card.tank-a-card[b-jt7si6sgit]::before {
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
}

.stat-card.tank-b-card[b-jt7si6sgit]::before {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
}

.stat-icon[b-jt7si6sgit] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px solid #e2e8f0;
}

.pending-approvals-card .stat-icon[b-jt7si6sgit] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #f59e0b;
    color: #d97706;
}

.tank-a-card .stat-icon[b-jt7si6sgit] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-color: #ef4444;
    color: #dc2626;
}

.tank-b-card .stat-icon[b-jt7si6sgit] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #3b82f6;
    color: #2563eb;
}

.stat-content[b-jt7si6sgit] {
    flex: 1;
    min-width: 0;
}

.stat-label[b-jt7si6sgit] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-jt7si6sgit] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.stat-change[b-jt7si6sgit] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.stat-change.positive[b-jt7si6sgit] {
    color: #059669;
}

.stat-change.negative[b-jt7si6sgit] {
    color: #dc2626;
}

.stat-change.neutral[b-jt7si6sgit] {
    color: #64748b;
}

/* Manager Table Styles */
.manager-table-container[b-jt7si6sgit] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-bottom: 3rem;
}

.table-card[b-jt7si6sgit] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.table-header[b-jt7si6sgit] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-title[b-jt7si6sgit] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.table-content[b-jt7si6sgit] {
    padding: 1.5rem 2rem;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

/* MudDataGrid Customization */
[b-jt7si6sgit] .mud-data-grid {
    border: none;
    min-width: 100%;
    width: 100%;
}

[b-jt7si6sgit] .mud-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-jt7si6sgit] .mud-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-jt7si6sgit] .mud-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-jt7si6sgit] .mud-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-jt7si6sgit] .mud-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-jt7si6sgit] .mud-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-jt7si6sgit] .mud-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

.action-buttons[b-jt7si6sgit] {
    display: flex;
    gap: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header[b-jt7si6sgit] {
        padding: 1.5rem 1rem 2rem;
    }
    
    .page-title[b-jt7si6sgit] {
        font-size: 2rem;
        flex-direction: column;
    }
    
    .stats-grid[b-jt7si6sgit],
    .manager-table-container[b-jt7si6sgit] {
        padding: 0 1rem;
    }
    
    .stats-grid[b-jt7si6sgit] {
        grid-template-columns: 1fr;
    }
    
    .stat-card[b-jt7si6sgit] {
        padding: 1.5rem;
    }
    
    .stat-value[b-jt7si6sgit] {
        font-size: 2rem;
    }

    .table-header[b-jt7si6sgit],
    .table-content[b-jt7si6sgit] {
        padding: 1rem;
        overflow-x: auto;
    }

    .action-buttons[b-jt7si6sgit] {
        flex-direction: column;
        gap: 0.25rem;
    }
}

@media (max-width: 480px) {
    .page-title[b-jt7si6sgit] {
        font-size: 1.75rem;
    }
    
    .stat-card[b-jt7si6sgit] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .stat-icon[b-jt7si6sgit] {
        align-self: center;
    }
    
    .table-header[b-jt7si6sgit] {
        padding: 0.75rem;
    }
    
    .table-content[b-jt7si6sgit] {
        padding: 0.75rem;
        overflow-x: auto;
    }
}

/* Animation Classes */
@keyframes fadeInUp-b-jt7si6sgit {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card[b-jt7si6sgit] {
    animation: fadeInUp-b-jt7si6sgit 0.6s ease-out;
}

.stat-card:nth-child(1)[b-jt7si6sgit] { animation-delay: 0.1s; }
.stat-card:nth-child(2)[b-jt7si6sgit] { animation-delay: 0.2s; }
.stat-card:nth-child(3)[b-jt7si6sgit] { animation-delay: 0.3s; }

.table-card[b-jt7si6sgit] {
    animation: fadeInUp-b-jt7si6sgit 0.6s ease-out 0.3s both;
}
/* /Components/Pages/SharkTank/Sections/MyPendingClaims.razor.rz.scp.css */
.leads-container[b-zz1pvpizh8] {
    padding: 0;
    margin: 0;
}

.leads-header[b-zz1pvpizh8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.leads-stats[b-zz1pvpizh8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leads-count[b-zz1pvpizh8] {
    font-weight: 700;
    color: #9c27b0;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.leads-label[b-zz1pvpizh8] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.leads-actions[b-zz1pvpizh8] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.filter-btn[b-zz1pvpizh8] {
    white-space: nowrap;
}

.leads-table-container[b-zz1pvpizh8] {
    border-radius: 12px;
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid #e0e0e0;
}

[b-zz1pvpizh8] .modern-data-grid {
    border: none;
}

[b-zz1pvpizh8] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-zz1pvpizh8] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-zz1pvpizh8] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-zz1pvpizh8] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-zz1pvpizh8] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-zz1pvpizh8] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-zz1pvpizh8] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .leads-header[b-zz1pvpizh8] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .leads-actions[b-zz1pvpizh8] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* /Components/Pages/SharkTank/Sections/SharkTankA.razor.rz.scp.css */
.leads-container[b-8e6oyfsufm] {
    padding: 0;
    margin: 0;
}

.leads-header[b-8e6oyfsufm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.leads-stats[b-8e6oyfsufm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leads-count[b-8e6oyfsufm] {
    font-weight: 700;
    color: #f59e0b;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.leads-label[b-8e6oyfsufm] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.leads-actions[b-8e6oyfsufm] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.filter-btn[b-8e6oyfsufm] {
    white-space: nowrap;
}

.leads-table-container[b-8e6oyfsufm] {
    border-radius: 12px;
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid #e0e0e0;
}

[b-8e6oyfsufm] .modern-data-grid {
    border: none;
}

[b-8e6oyfsufm] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-8e6oyfsufm] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-8e6oyfsufm] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-8e6oyfsufm] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-8e6oyfsufm] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-8e6oyfsufm] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-8e6oyfsufm] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .leads-header[b-8e6oyfsufm] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .leads-actions[b-8e6oyfsufm] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* Pagination Styles */
.pagination-container[b-8e6oyfsufm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-8e6oyfsufm] {
    margin: 0;
}

.pagination-info[b-8e6oyfsufm] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-8e6oyfsufm] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}
/* /Components/Pages/SharkTank/Sections/SharkTankB.razor.rz.scp.css */
.leads-container[b-gvqsmckvwj] {
    padding: 0;
    margin: 0;
}

.leads-header[b-gvqsmckvwj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.leads-stats[b-gvqsmckvwj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.leads-count[b-gvqsmckvwj] {
    font-weight: 700;
    color: #3b82f6;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.leads-label[b-gvqsmckvwj] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.leads-actions[b-gvqsmckvwj] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.filter-btn[b-gvqsmckvwj] {
    white-space: nowrap;
}

.leads-table-container[b-gvqsmckvwj] {
    border-radius: 12px;
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid #e0e0e0;
}

[b-gvqsmckvwj] .modern-data-grid {
    border: none;
}

[b-gvqsmckvwj] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-gvqsmckvwj] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-gvqsmckvwj] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-gvqsmckvwj] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-gvqsmckvwj] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-gvqsmckvwj] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-gvqsmckvwj] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .leads-header[b-gvqsmckvwj] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .leads-actions[b-gvqsmckvwj] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* Pagination Styles */
.pagination-container[b-gvqsmckvwj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-gvqsmckvwj] {
    margin: 0;
}

.pagination-info[b-gvqsmckvwj] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-gvqsmckvwj] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}
/* /Components/Pages/Users/Agents/MyAgents.razor.rz.scp.css */
.agents-container[b-umq7ot9tbf] {
    padding: 0;
    margin: 0;
}

.agents-header[b-umq7ot9tbf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.agents-stats[b-umq7ot9tbf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.agents-count[b-umq7ot9tbf] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.agents-label[b-umq7ot9tbf] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.agents-actions[b-umq7ot9tbf] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-umq7ot9tbf] {
    min-width: 300px;
}

.add-agent-btn[b-umq7ot9tbf] {
    white-space: nowrap;
}

.agents-table-container[b-umq7ot9tbf] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-umq7ot9tbf] .modern-data-grid {
    border: none;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-umq7ot9tbf] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .agents-header[b-umq7ot9tbf] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .agents-actions[b-umq7ot9tbf] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-umq7ot9tbf] {
        min-width: auto;
        width: 100%;
    }
}

/* Pagination Styles */
.pagination-container[b-umq7ot9tbf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-umq7ot9tbf] {
    margin: 0;
}

.pagination-info[b-umq7ot9tbf] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-umq7ot9tbf] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

/* Profile Picture Upload Styles */
.profile-picture-upload-zone[b-umq7ot9tbf] {
    transition: all 0.2s ease;
}

.profile-picture-upload-zone:hover[b-umq7ot9tbf] {
    border-color: #1976D2 !important;
    background: #e3f2fd !important;
}

.profile-picture-preview[b-umq7ot9tbf] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.profile-picture-preview:hover[b-umq7ot9tbf] {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .profile-picture-preview[b-umq7ot9tbf] {
        width: 100px !important;
        height: 100px !important;
    }
}
/* /Components/Pages/Users/Capturer/MyCapturer.razor.rz.scp.css */
.managers-container[b-p9weurmscd] {
    padding: 0;
    margin: 0;
}

.managers-header[b-p9weurmscd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.managers-stats[b-p9weurmscd] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.managers-count[b-p9weurmscd] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.managers-label[b-p9weurmscd] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.managers-actions[b-p9weurmscd] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-p9weurmscd] {
    min-width: 300px;
}

.invite-manager-btn[b-p9weurmscd] {
    white-space: nowrap;
}

.managers-table-container[b-p9weurmscd] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-p9weurmscd] .modern-data-grid {
    border: none;
}

[b-p9weurmscd] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-p9weurmscd] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-p9weurmscd] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-p9weurmscd] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-p9weurmscd] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-p9weurmscd] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-p9weurmscd] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .managers-header[b-p9weurmscd] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .managers-actions[b-p9weurmscd] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-p9weurmscd] {
        min-width: auto;
        width: 100%;
    }
}

/* Pagination Styles */
.pagination-container[b-p9weurmscd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-p9weurmscd] {
    margin: 0;
}

.pagination-info[b-p9weurmscd] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-p9weurmscd] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}
/* /Components/Pages/Users/DashboardUsers/MyDashboardUsers.razor.rz.scp.css */
.dashboard-users-container[b-ud61t22nbv] {
    padding: 0;
    margin: 0;
}

.dashboard-users-header[b-ud61t22nbv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.dashboard-users-stats[b-ud61t22nbv] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dashboard-users-count[b-ud61t22nbv] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.dashboard-users-label[b-ud61t22nbv] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.dashboard-users-actions[b-ud61t22nbv] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-ud61t22nbv] {
    min-width: 300px;
}

.invite-dashboard-user-btn[b-ud61t22nbv] {
    white-space: nowrap;
}

.dashboard-users-table-container[b-ud61t22nbv] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-ud61t22nbv] .modern-data-grid {
    border: none;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-ud61t22nbv] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-ud61t22nbv] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .dashboard-users-header[b-ud61t22nbv] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .dashboard-users-actions[b-ud61t22nbv] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-ud61t22nbv] {
        min-width: auto;
        width: 100%;
    }
}

/* Pagination Styles */
.pagination-container[b-ud61t22nbv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-ud61t22nbv] {
    margin: 0;
}

.pagination-info[b-ud61t22nbv] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-ud61t22nbv] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}
/* /Components/Pages/Users/Managers/MyManagers.razor.rz.scp.css */
.managers-container[b-9hi10ssmoo] {
    padding: 0;
    margin: 0;
}

.managers-header[b-9hi10ssmoo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

.managers-stats[b-9hi10ssmoo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.managers-count[b-9hi10ssmoo] {
    font-weight: 700;
    color: #4ECDC4;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.managers-label[b-9hi10ssmoo] {
    color: #666;
    font-weight: 500;
    text-transform: lowercase;
}

.managers-actions[b-9hi10ssmoo] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field[b-9hi10ssmoo] {
    min-width: 300px;
}

.invite-manager-btn[b-9hi10ssmoo] {
    white-space: nowrap;
}

.managers-table-container[b-9hi10ssmoo] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

[b-9hi10ssmoo] .modern-data-grid {
    border: none;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-container {
    overflow-x: auto;
    width: 100%;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table {
    min-width: 800px;
    width: 100%;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-head {
    background-color: #f8f9fa;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-head th {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding: 1rem 0.75rem;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-body tr {
    transition: background-color 0.2s ease;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-body tr:hover {
    background-color: #f5f5f5;
}

[b-9hi10ssmoo] .modern-data-grid .mud-table-body td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .managers-header[b-9hi10ssmoo] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .managers-actions[b-9hi10ssmoo] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .search-field[b-9hi10ssmoo] {
        min-width: auto;
        width: 100%;
    }
}

/* Pagination Styles */
.pagination-container[b-9hi10ssmoo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.75rem;
    border-top: 1px solid #f0f0f0;
    background-color: #fafafa;
}

.pagination-component[b-9hi10ssmoo] {
    margin: 0;
}

.pagination-info[b-9hi10ssmoo] {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .pagination-container[b-9hi10ssmoo] {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}
/* /Components/Pages/Users/Popups/AgentsFilterPopup.razor.rz.scp.css */
.agents-filter-content[b-xnyotkgv2w] {
    padding: 8px 0;
}

.contact-filters[b-xnyotkgv2w] {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px;
    background-color: #fafafa;
}

.contact-filters .mud-text[b-xnyotkgv2w] {
    color: #424242;
    font-weight: 500;
}

.d-flex.gap-3[b-xnyotkgv2w] {
    gap: 1rem;
}

.flex-1[b-xnyotkgv2w] {
    flex: 1;
}

/* Override MudBlazor checkbox styling for tri-state */
.contact-filters .mud-checkbox[b-xnyotkgv2w] {
    margin-bottom: 0;
}

.contact-filters .mud-checkbox .mud-checkbox-label[b-xnyotkgv2w] {
    font-size: 0.875rem;
}

/* Alert styling */
.mud-alert.mt-3[b-xnyotkgv2w] {
    margin-top: 1rem;
}

/* Multi-select styling */
.mud-select .mud-select-input[b-xnyotkgv2w] {
    min-height: 40px;
}

/* Date range picker styling */
.mud-input-control.mb-3[b-xnyotkgv2w] {
    margin-bottom: 1rem;
}

/* Search field icon styling */
.mud-input-adornment .mud-icon-root[b-xnyotkgv2w] {
    color: #757575;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .d-flex.gap-3[b-xnyotkgv2w] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .contact-filters[b-xnyotkgv2w] {
        padding: 8px;
    }
}
/* /Components/Pages/Users/Popups/UserPermissionsDialog.razor.rz.scp.css */
.permission-row[b-m015uu08zd] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.5rem;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease-in-out;
}

.permission-row:hover[b-m015uu08zd] {
    background-color: rgba(0, 0, 0, 0.04);
}

/* Enhanced permission checkbox styling */
.permission-checkbox[b-m015uu08zd] {
    min-width: 120px;
    transition: all 0.2s ease-in-out;
}

.permission-checkbox:hover[b-m015uu08zd] {
    transform: translateY(-1px);
}

/* Role permissions styling - grayed out checkboxes only */
[b-m015uu08zd] .role-permission .mud-checkbox {
    opacity: 0.6;
    cursor: not-allowed !important;
}

[b-m015uu08zd] .role-permission .mud-checkbox .mud-checkbox-label {
    color: #999 !important;
    font-style: italic;
}

[b-m015uu08zd] .role-permission .mud-checkbox:hover {
    opacity: 0.7;
}

[b-m015uu08zd] .role-permission .mud-checkbox .mud-input-control {
    pointer-events: none;
}

[b-m015uu08zd] .role-permission .mud-checkbox .mud-input-control input {
    pointer-events: none;
    cursor: not-allowed;
}

/* Ensure the permission row itself is not affected */
.permission-row[b-m015uu08zd] {
    opacity: 1 !important;
}

.permission-row .role-permission[b-m015uu08zd] {
    opacity: 0.6;
}

/* User override permissions - highlighted */
[b-m015uu08zd] .permission-row .mud-checkbox:not(.role-permission) {
    font-weight: 500;
}

/* Section styling */
.section-permissions[b-m015uu08zd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Enhanced tab styling */
.mud-tabs[b-m015uu08zd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px 12px 0 0;
}

.mud-tab[b-m015uu08zd] {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease;
}

.mud-tab:hover[b-m015uu08zd] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.mud-tab.mud-tab-active[b-m015uu08zd] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Enhanced card styling */
.mud-card[b-m015uu08zd] {
    border-radius: 12px;
    transition: all 0.3s ease;
}

.mud-card:hover[b-m015uu08zd] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Page header gradient */
.mud-paper[b-m015uu08zd] {
    border-radius: 12px;
}

/* Chip styling */
.mud-chip[b-m015uu08zd] {
    border-radius: 20px;
    font-weight: 500;
}

/* Dialog styling */
.mud-dialog[b-m015uu08zd] {
    max-width: 95vw;
    max-height: 95vh;
    border-radius: 16px;
}

.mud-dialog-content[b-m015uu08zd] {
    overflow-y: auto;
    max-height: 75vh;
    padding: 0 !important;
}

.mud-dialog-actions[b-m015uu08zd] {
    padding: 16px 24px;
    background-color: #f8f9fa;
    border-radius: 0 0 16px 16px;
}

/* Loading animation */
@keyframes fadeIn-b-m015uu08zd {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.mud-tab-panel[b-m015uu08zd] {
    animation: fadeIn-b-m015uu08zd 0.3s ease-in-out;
}

/* Focus states */
.mud-checkbox:focus-within[b-m015uu08zd] {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Responsive design */
@media (max-width: 768px) {
    .permission-row[b-m015uu08zd] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .permission-checkbox[b-m015uu08zd] {
        min-width: 100%;
    }
    
    .mud-dialog[b-m015uu08zd] {
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
        border-radius: 0;
    }
    
    .mud-dialog-content[b-m015uu08zd] {
        max-height: 80vh;
    }
}

/* Enhanced section paper styling */
.section-permissions .mud-paper[b-m015uu08zd] {
    border-radius: 8px;
    transition: all 0.2s ease;
}

.section-permissions .mud-paper:hover[b-m015uu08zd] {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Tooltip styling */
.mud-tooltip[b-m015uu08zd] {
    border-radius: 8px;
}
/* /Core/Components/AgentSearchInput.razor.rz.scp.css */
.agent-option[b-24ulcl9f37] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.agent-option__info[b-24ulcl9f37] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.agent-option .mud-chip[b-24ulcl9f37] {
    flex-shrink: 0;
}

.agent-option .mud-icon[b-24ulcl9f37] {
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.agent-option .mud-icon:hover[b-24ulcl9f37] {
    opacity: 0.8;
}

.agent-chip[b-24ulcl9f37] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

/* Hide chips inside MudAutocomplete multi-selection input - we show them below instead */
[b-24ulcl9f37] .mud-input-control .mud-chip {
    display: none !important;
}

/* Ensure the input field shows as a regular text input */
[b-24ulcl9f37] .mud-input-control .mud-input-control-input-container {
    min-height: auto;
}

/* /Core/Components/FilterPanel.razor.rz.scp.css */
.filter-dialog[b-raf8d7kfl8] {
    /* MudDialog handles overlay and styling automatically */
}

.filter-view-card[b-raf8d7kfl8] {
    transition: all 0.2s ease;
    border: 1px solid var(--mud-palette-lines-default);
    cursor: pointer;
    border-radius: 8px;
    background: var(--mud-palette-surface);
    box-shadow: var(--mud-elevation-1);
}

.filter-view-card:hover[b-raf8d7kfl8] {
    background-color: var(--mud-palette-surface-hover);
    border-color: var(--mud-palette-primary);
    box-shadow: 0 4px 12px var(--mud-palette-primary-shadow);
    transform: translateY(-1px);
}

.filter-view-card:active[b-raf8d7kfl8] {
    transform: translateY(0);
    box-shadow: 0 2px 6px var(--mud-palette-primary-shadow);
}

.filter-view-card .mud-card-content[b-raf8d7kfl8] {
    padding: 20px;
}

/* Better spacing for the saved views section */
.filter-view-card + .filter-view-card[b-raf8d7kfl8] {
    margin-top: 12px;
}

/* Improve button styling */
.filter-view-card .mud-button[b-raf8d7kfl8] {
    border-radius: 6px;
    text-transform: none;
    font-weight: 500;
}

/* Improve chip styling */
.filter-view-card .mud-chip[b-raf8d7kfl8] {
    border-radius: 16px;
    font-weight: 500;
}

/* Better text hierarchy */
.filter-view-card .mud-text[b-raf8d7kfl8] {
    line-height: 1.4;
}
