/* /Components/Landing/CallToAction.razor.rz.scp.css */
.cta-section[b-mpp60ib2rv] {
  align-items: center;
  background-color: var(--color-primary-50);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin: 0 auto;
  max-width: var(--container-max-width);
  padding: var(--space-8) 0;
  text-align: center;
}

.cta-container[b-mpp60ib2rv] {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin: 0 auto;
  max-width: var(--container-max-width);
  padding: 0 var(--container-padding-x);
}

.cta-text[b-mpp60ib2rv] {
  color: var(--color-primary-900);
  font-size: 1.5rem;
  font-weight: var(--font-weight-semibold);
  margin: 0;
}

.cta-link[b-mpp60ib2rv] {
  text-decoration: none;
}

@media (max-width: 767px) {
  .cta-section[b-mpp60ib2rv] {
    padding: var(--space-4) 0;
  }

  .cta-text[b-mpp60ib2rv] {
    font-size: 1.25rem;
  }
}
/* /Components/Landing/Features.razor.rz.scp.css */
.features[b-e0l4f9ej6c] {
    padding: var(--space-10) 0;
    background-color: var(--color-gray-50);
    display: flex;
  flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
    text-align: center;
}

.features h2[b-e0l4f9ej6c] {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.features-container[b-e0l4f9ej6c] {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding-x);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-3);
}

.feature-card[b-e0l4f9ej6c] {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-400);
    border-radius: var(--border-radius-md);
    padding: var(--space-5);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-normal);
}

.feature-card:hover[b-e0l4f9ej6c] {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.feature-title[b-e0l4f9ej6c] {
    font-size: var(--font-size-feature-title);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary-900);
    margin-bottom: var(--space-2);
}

.feature-description[b-e0l4f9ej6c] {
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-normal);
    color: var(--color-gray-700);
    line-height: var(--line-height-relaxed);
}

/* Tablet: 2 columns */
@media (min-width: 768px) {
    .features-container[b-e0l4f9ej6c] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop: 3 columns */
@media (min-width: 1024px) {
    .features-container[b-e0l4f9ej6c] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile: reduce padding */
@media (max-width: 767px) {
    .features[b-e0l4f9ej6c] {
        padding: var(--space-5) 0;
    }
}
/* /Components/Landing/Hero.razor.rz.scp.css */
.hero[b-bpvks8gdlx] {
    padding: var(--space-12) 0 var(--space-16);
    background-color: var(--color-white);
}

.hero-container[b-bpvks8gdlx] {
    padding: 0 var(--container-padding-x);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-8);
    align-items: center;
}

.hero-content[b-bpvks8gdlx] {
    text-align: left;
}

.hero-headline[b-bpvks8gdlx] {
    margin-bottom: var(--space-4);
}

.hero-subheadline[b-bpvks8gdlx] {
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-normal);
    color: var(--color-gray-900);
    margin-bottom: var(--space-6);
}

.hero-actions[b-bpvks8gdlx] {
    display: flex;
    gap: var(--space-2);
    flex-direction: column;
}

.hero-visual[b-bpvks8gdlx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.dashboard-image[b-bpvks8gdlx] {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-sm);
    box-shadow: var(--shadow-md);
}

/* Tablet: 768px - 1023px */
@media (min-width: 768px) {
    .hero-actions[b-bpvks8gdlx] {
        flex-direction: row;
    }
}

/* Desktop: >= 1024px */
@media (min-width: 1024px) {
    .hero-container[b-bpvks8gdlx] {
        grid-template-columns: 60% 40%;
        width: calc(100% - 2 * var(--container-padding-x));
    }

    .hero-visual[b-bpvks8gdlx] {
        order: 2;
    }

    .hero-content[b-bpvks8gdlx] {
        order: 1;
    }
}

/* Mobile: reduce padding */
@media (max-width: 767px) {
    .hero[b-bpvks8gdlx] {
        padding: var(--space-6) 0 var(--space-8);
    }
}
/* /Components/Shared/LoginSettingsMenu.razor.rz.scp.css */
/* Login Settings Menu - Minimalistic Enterprise Design */
.login-settings-menu[b-8106e40egm] {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
}

/* Settings Trigger Button */
.settings-trigger[b-8106e40egm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.settings-trigger:hover[b-8106e40egm] {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.settings-trigger:active[b-8106e40egm] {
    transform: translateY(0);
}

.login-settings-menu.open .settings-trigger[b-8106e40egm] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.settings-icon[b-8106e40egm] {
    width: 20px;
    height: 20px;
    color: white;
    transition: transform 0.3s ease;
}

.login-settings-menu.open .settings-icon[b-8106e40egm] {
    transform: rotate(90deg);
}

/* Settings Panel - Compact */
.settings-panel[b-8106e40egm] {
    position: absolute;
    top: calc(100% + 0.75rem);
  right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: visible;
    animation: slideDown-b-8106e40egm 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body.dark .settings-panel[b-8106e40egm] {
    background: rgba(33, 33, 33, 0.98);
    border-color: rgba(255, 255, 255, 0.1);
}

@keyframes slideDown-b-8106e40egm {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Settings Content - Minimal Padding */
.settings-content[b-8106e40egm] {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Language Selector - Flag Icons Only */
.language-selector[b-8106e40egm] {
  display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.flag-btn[b-8106e40egm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
height: 36px;
    padding: 0;
    background: #F5F5F5;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.flag-btn:hover[b-8106e40egm] {
    background: #E8EAF6;
    transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flag-btn.active[b-8106e40egm] {
    background: #5B79BA;
    border-color: #303F9F;
    box-shadow: 0 2px 8px rgba(91, 121, 186, 0.3);
}

body.dark .flag-btn[b-8106e40egm] {
    background: #424242;
}

body.dark .flag-btn:hover[b-8106e40egm] {
    background: #303F9F;
}

body.dark .flag-btn.active[b-8106e40egm] {
  background: #7986CB;
    border-color: #C5CAE9;
}

.flag-icon[b-8106e40egm] {
    width: 32px;
    height: 22px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Divider */
.divider[b-8106e40egm] {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0;
}

body.dark .divider[b-8106e40egm] {
    background: rgba(255, 255, 255, 0.1);
}

/* Theme Selector - 3 Columns */
.theme-selector[b-8106e40egm] {
    display: grid;
grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.theme-btn[b-8106e40egm] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  padding: 0;
 background: #F5F5F5;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.theme-btn:hover[b-8106e40egm] {
    background: #E8EAF6;
border-color: #5B79BA;
    transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.theme-btn.active[b-8106e40egm] {
    background: #5B79BA;
    color: white;
    border-color: #303F9F;
 box-shadow: 0 2px 8px rgba(91, 121, 186, 0.3);
}

body.dark .theme-btn[b-8106e40egm] {
    background: #424242;
    color: #BDBDBD;
}

body.dark .theme-btn:hover[b-8106e40egm] {
    background: #303F9F;
    border-color: #7986CB;
}

body.dark .theme-btn.active[b-8106e40egm] {
    background: #7986CB;
    color: #1A237E;
    border-color: #C5CAE9;
}

.theme-btn svg[b-8106e40egm] {
    width: 20px;
    height: 20px;
}

body.dark .theme-btn svg[b-8106e40egm] {
    color: #BDBDBD;
}

/* Overlay */
.settings-overlay[b-8106e40egm] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: fadeIn-b-8106e40egm 0.2s ease;
}

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

/* Mobile Responsive */
@media (max-width: 480px) {
    .login-settings-menu[b-8106e40egm] {
        top: 1rem;
        right: 1rem;
    }

    .settings-trigger[b-8106e40egm] {
        width: 40px;
        height: 40px;
    }

  .settings-icon[b-8106e40egm] {
        width: 18px;
        height: 18px;
    }

    .settings-content[b-8106e40egm] {
   padding: 0.625rem;
    }

    .flag-btn[b-8106e40egm] {
      width: 44px;
        height: 32px;
    }

    .flag-icon[b-8106e40egm] {
        width: 28px;
        height: 19px;
    }

    .theme-btn[b-8106e40egm] {
        height: 36px;
  }

    .theme-btn svg[b-8106e40egm] {
        width: 18px;
        height: 18px;
    }
}

/* Accessibility */
.settings-trigger:focus-visible[b-8106e40egm],
.flag-btn:focus-visible[b-8106e40egm],
.theme-btn:focus-visible[b-8106e40egm] {
    outline: 2px solid #5B79BA;
    outline-offset: 2px;
}

body.dark .settings-trigger:focus-visible[b-8106e40egm],
body.dark .flag-btn:focus-visible[b-8106e40egm],
body.dark .theme-btn:focus-visible[b-8106e40egm] {
    outline-color: #7986CB;
}

/* Tooltip on hover (visual feedback) */
.flag-btn[title]:hover[b-8106e40egm]::after,
.theme-btn[title]:hover[b-8106e40egm]::after {
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    padding: 0.375rem 0.75rem;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    font-size: 0.75rem;
  font-weight: 500;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1001;
    animation: tooltipFadeIn-b-8106e40egm 0.2s ease;
}

body.dark .flag-btn[title]:hover[b-8106e40egm]::after,
body.dark .theme-btn[title]:hover[b-8106e40egm]::after {
    background: rgba(255, 255, 255, 0.95);
    color: #1A237E;
}

@keyframes tooltipFadeIn-b-8106e40egm {
    from {
        opacity: 0;
     transform: translate(-50%, -4px);
    }
  to {
   opacity: 1;
 transform: translate(-50%, 0);
  }
}
/* /Components/Shared/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-crl5a4szen] {
  background: white;
    border: none;
    padding: 0.3rem 0.7rem;
    cursor: pointer;
    border-radius: 4px;
 font-weight: bold;
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.theme-toggle:hover[b-crl5a4szen] {
    transform: scale(1.1);
}

.theme-toggle:active[b-crl5a4szen] {
    transform: scale(0.95);
}
/* /Layout/LandingLayout.razor.rz.scp.css */
.landing-page[b-ytwtl1purs] {
  display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header[b-ytwtl1purs] {
    height: var(--header-height);
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-400);
    display: flex;
    align-items: center;
}

.header-container[b-ytwtl1purs] {
    padding: 0 var(--container-padding-x);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo[b-ytwtl1purs] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.logo img[b-ytwtl1purs] {
    height: 64px;
    width: auto;
}

.logo-text[b-ytwtl1purs] {
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--color-primary-900);
}

.header-actions[b-ytwtl1purs] {
    display: flex;
    gap: var(--space-3);
    align-items: center;
}

main[b-ytwtl1purs] {
    flex: 1;
    width: 100%;
}

footer[b-ytwtl1purs] {
    background-color: var(--color-gray-100);
    padding: var(--space-3) 0;
    text-align: center;
}

footer p[b-ytwtl1purs] {
    margin: 0;
    font-size: var(--font-size-small);
    color: var(--color-gray-700);
}

@media (max-width: 767px) {
    .logo-text[b-ytwtl1purs] {
        font-size: 1.25rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-wuq7ngpymo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wuq7ngpymo] {
    flex: 1;
}

.sidebar[b-wuq7ngpymo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wuq7ngpymo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wuq7ngpymo]  a, .top-row[b-wuq7ngpymo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wuq7ngpymo]  a:hover, .top-row[b-wuq7ngpymo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wuq7ngpymo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wuq7ngpymo] {
        justify-content: space-between;
    }

    .top-row[b-wuq7ngpymo]  a, .top-row[b-wuq7ngpymo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wuq7ngpymo] {
        flex-direction: row;
    }

    .sidebar[b-wuq7ngpymo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wuq7ngpymo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wuq7ngpymo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wuq7ngpymo], article[b-wuq7ngpymo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MinimalLayout.razor.rz.scp.css */
.minimal-layout[b-d7ks4exo7l] {
    /* Full viewport height, no margins or padding from layout */
    min-height: 100vh;
    width: 100%;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vkxmmtg84d] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vkxmmtg84d] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vkxmmtg84d] {
    font-size: 1.1rem;
}

.bi[b-vkxmmtg84d] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vkxmmtg84d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-vkxmmtg84d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vkxmmtg84d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-vkxmmtg84d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vkxmmtg84d] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vkxmmtg84d] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vkxmmtg84d]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vkxmmtg84d]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vkxmmtg84d]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vkxmmtg84d] {
        display: none;
    }

    .collapse[b-vkxmmtg84d] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-vkxmmtg84d] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/App.razor.rz.scp.css */
.app-container[b-qr0s5ox9uf] {
    min-height: 80vh;
 padding: 2rem;
}

.app-header[b-qr0s5ox9uf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
 margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
}

body.dark .app-header[b-qr0s5ox9uf] {
    border-bottom-color: #444;
}

.app-header h1[b-qr0s5ox9uf] {
  font-size: 1.8rem;
    color: #004aad;
    margin: 0;
}

body.dark .app-header h1[b-qr0s5ox9uf] {
    color: #90caf9;
}

.btn-logout[b-qr0s5ox9uf] {
  padding: 0.6rem 1.2rem;
    background: #d32f2f;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-logout:hover[b-qr0s5ox9uf] {
    background: #b71c1c;
    transform: translateY(-2px);
}

.app-content[b-qr0s5ox9uf] {
    max-width: 900px;
    margin: 0 auto;
}

.dashboard-card[b-qr0s5ox9uf] {
    background: white;
    border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

body.dark .dashboard-card[b-qr0s5ox9uf] {
    background: #1e1e1e;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.05);
}

.dashboard-card h2[b-qr0s5ox9uf] {
    color: #004aad;
    margin-bottom: 0.5rem;
}

body.dark .dashboard-card h2[b-qr0s5ox9uf] {
    color: #90caf9;
}

.user-info[b-qr0s5ox9uf] {
    margin: 2rem 0;
  padding: 1.5rem;
    background: #f5f5f5;
    border-radius: 8px;
}

body.dark .user-info[b-qr0s5ox9uf] {
    background: #2a2a2a;
}

.user-info h3[b-qr0s5ox9uf] {
  color: #333;
    margin-bottom: 1rem;
}

body.dark .user-info h3[b-qr0s5ox9uf] {
 color: #e0e0e0;
}

.user-info dl[b-qr0s5ox9uf] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem 1rem;
}

.user-info dt[b-qr0s5ox9uf] {
    font-weight: 600;
    color: #666;
}

body.dark .user-info dt[b-qr0s5ox9uf] {
    color: #aaa;
}

.user-info dd[b-qr0s5ox9uf] {
    margin: 0;
    color: #333;
}

body.dark .user-info dd[b-qr0s5ox9uf] {
color: #e0e0e0;
}

.quick-actions[b-qr0s5ox9uf] {
 margin-top: 2rem;
}

.quick-actions h3[b-qr0s5ox9uf] {
    color: #333;
    margin-bottom: 1rem;
}

body.dark .quick-actions h3[b-qr0s5ox9uf] {
    color: #e0e0e0;
}

.action-buttons[b-qr0s5ox9uf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.btn-action[b-qr0s5ox9uf] {
    padding: 1rem;
    background: #004aad;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-action:not(:disabled):hover[b-qr0s5ox9uf] {
    background: #003580;
    transform: translateY(-2px);
}

.btn-action:disabled[b-qr0s5ox9uf] {
    opacity: 0.5;
    cursor: not-allowed;
}

body.dark .btn-action[b-qr0s5ox9uf] {
    background: #1976d2;
}

body.dark .btn-action:not(:disabled):hover[b-qr0s5ox9uf] {
    background: #1565c0;
}

.coming-soon[b-qr0s5ox9uf] {
    text-align: center;
    color: #999;
    font-style: italic;
    margin-top: 1rem;
}

.unauthorized[b-qr0s5ox9uf] {
    text-align: center;
    padding: 4rem 2rem;
}

.unauthorized h2[b-qr0s5ox9uf] {
    color: #d32f2f;
    margin-bottom: 1rem;
}

body.dark .unauthorized h2[b-qr0s5ox9uf] {
    color: #ff6b6b;
}

.btn-login-link[b-qr0s5ox9uf] {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.8rem 1.5rem;
    background: #004aad;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-login-link:hover[b-qr0s5ox9uf] {
    background: #003580;
    transform: translateY(-2px);
}

body.dark .btn-login-link[b-qr0s5ox9uf] {
    background: #1976d2;
}

body.dark .btn-login-link:hover[b-qr0s5ox9uf] {
    background: #1565c0;
}

@media (max-width: 640px) {
    .app-header[b-qr0s5ox9uf] {
   flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .app-header h1[b-qr0s5ox9uf] {
        font-size: 1.4rem;
    }

    .action-buttons[b-qr0s5ox9uf] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Authentication.razor.rz.scp.css */
.auth-container[b-ul7aobbrbo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem;
    text-align: center;
}

.auth-spinner[b-ul7aobbrbo] {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #004aad;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-ul7aobbrbo 1s linear infinite;
    margin-bottom: 1rem;
}

body.dark .auth-spinner[b-ul7aobbrbo] {
    border-color: rgba(255, 255, 255, 0.1);
    border-left-color: #90caf9;
}

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

.auth-message[b-ul7aobbrbo] {
    font-size: 1.2rem;
 margin: 1rem 0;
}

.auth-error[b-ul7aobbrbo] {
 background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-radius: 8px;
    padding: 2rem;
    max-width: 500px;
    margin: 2rem auto;
}

.auth-error h2[b-ul7aobbrbo] {
    color: #d32f2f;
    margin-bottom: 1rem;
}

body.dark .auth-error[b-ul7aobbrbo] {
    background: rgba(255, 100, 100, 0.1);
    border-color: rgba(255, 100, 100, 0.3);
}

body.dark .auth-error h2[b-ul7aobbrbo] {
    color: #ff6b6b;
}

.btn-back[b-ul7aobbrbo] {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 1.5rem;
    background: #004aad;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.btn-back:hover[b-ul7aobbrbo] {
    background: #003580;
}

body.dark .btn-back[b-ul7aobbrbo] {
    background: #1976d2;
}

body.dark .btn-back:hover[b-ul7aobbrbo] {
    background: #1565c0;
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-qbh6keq5oi] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
    background: linear-gradient(135deg, #5B79BA 0%, #303F9F 100%);
    overflow: hidden;
}

body.dark .login-container[b-qbh6keq5oi] {
 background: linear-gradient(135deg, #1A237E 0%, #303F9F 100%);
}

/* Animated background decoration */
.login-decoration[b-qbh6keq5oi] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.decoration-circle[b-qbh6keq5oi] {
    position: absolute;
    border-radius: 50%;
 background: rgba(255, 255, 255, 0.1);
    animation: float-b-qbh6keq5oi 20s infinite ease-in-out;
}

.decoration-circle-1[b-qbh6keq5oi] {
    width: 300px;
    height: 300px;
    top: -150px;
    left: -150px;
    animation-delay: 0s;
}

.decoration-circle-2[b-qbh6keq5oi] {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: -100px;
    animation-delay: 5s;
}

.decoration-circle-3[b-qbh6keq5oi] {
  width: 150px;
    height: 150px;
    top: 50%;
    right: 10%;
    animation-delay: 10s;
}

@keyframes float-b-qbh6keq5oi {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-30px) rotate(120deg); }
    66% { transform: translateY(30px) rotate(240deg); }
}

/* Login card */
.login-card[b-qbh6keq5oi] {
    position: relative;
  z-index: 1;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 3rem;
    max-width: 480px;
    width: 100%;
    backdrop-filter: blur(10px);
}

body.dark .login-card[b-qbh6keq5oi] {
    background: rgba(33, 33, 33, 0.95);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

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

.login-logo[b-qbh6keq5oi] {
  height: 60px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.login-card h1[b-qbh6keq5oi] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #5B79BA 0%, #303F9F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.dark .login-card h1[b-qbh6keq5oi] {
    background: linear-gradient(135deg, #7986CB 0%, #C5CAE9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-subtitle[b-qbh6keq5oi] {
    color: #424242;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

body.dark .login-subtitle[b-qbh6keq5oi] {
    color: #BDBDBD;
}

/* Alert */
.alert[b-qbh6keq5oi] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    animation: slideIn-b-qbh6keq5oi 0.3s ease-out;
}

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

.alert-error[b-qbh6keq5oi] {
    background: #FFEBEE;
    border: 1px solid #FFCDD2;
    color: #F44336;
}

body.dark .alert-error[b-qbh6keq5oi] {
  background: rgba(244, 67, 54, 0.1);
    border-color: rgba(244, 67, 54, 0.3);
    color: #FF6B6B;
}

.alert-icon[b-qbh6keq5oi] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.alert p[b-qbh6keq5oi] {
    margin: 0.25rem 0 0 0;
    font-size: 0.9rem;
}

/* OAuth buttons */
.login-options[b-qbh6keq5oi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.btn-oauth[b-qbh6keq5oi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
 border: 2px solid transparent;
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-oauth[b-qbh6keq5oi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-oauth:hover[b-qbh6keq5oi]::before {
left: 100%;
}

.btn-oauth:disabled[b-qbh6keq5oi] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-oauth:not(:disabled):hover[b-qbh6keq5oi] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-oauth:not(:disabled):active[b-qbh6keq5oi] {
    transform: translateY(0);
}

body.dark .btn-oauth[b-qbh6keq5oi] {
 background: #424242;
    border-color: #BDBDBD;
    color: #BDBDBD;
}

body.dark .btn-oauth span[b-qbh6keq5oi] {
    color: #BDBDBD;
}

.oauth-icon[b-qbh6keq5oi] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Google button - using Vizuni primary colors */
.btn-google[b-qbh6keq5oi] {
    border-color: #5B79BA;
    box-shadow: 0 2px 8px rgba(91, 121, 186, 0.2);
}

.btn-google:not(:disabled):hover[b-qbh6keq5oi] {
    background: #E8EAF6;
    border-color: #303F9F;
    box-shadow: 0 8px 20px rgba(91, 121, 186, 0.3);
}

body.dark .btn-google[b-qbh6keq5oi] {
    border-color: #7986CB;
}

body.dark .btn-google:not(:disabled):hover[b-qbh6keq5oi] {
    background: #1A237E;
    box-shadow: 0 8px 20px rgba(121, 134, 203, 0.4);
}

/* Microsoft button - using Vizuni primary colors */
.btn-microsoft[b-qbh6keq5oi] {
    border-color: #7986CB;
    box-shadow: 0 2px 8px rgba(121, 134, 203, 0.2);
}

.btn-microsoft:not(:disabled):hover[b-qbh6keq5oi] {
    background: #E8EAF6;
    border-color: #5B79BA;
    box-shadow: 0 8px 20px rgba(121, 134, 203, 0.3);
}

body.dark .btn-microsoft[b-qbh6keq5oi] {
  border-color: #C5CAE9;
}

body.dark .btn-microsoft:not(:disabled):hover[b-qbh6keq5oi] {
    background: #1A237E;
    box-shadow: 0 8px 20px rgba(197, 202, 233, 0.4);
}

/* Spinner */
.spinner-small[b-qbh6keq5oi] {
    width: 20px;
 height: 20px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #5B79BA;
    border-radius: 50%;
    animation: spin-b-qbh6keq5oi 0.8s linear infinite;
}

body.dark .spinner-small[b-qbh6keq5oi] {
  border-color: rgba(255, 255, 255, 0.1);
    border-top-color: #7986CB;
}

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

/* Footer */
.login-footer[b-qbh6keq5oi] {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #BDBDBD;
    text-align: center;
}

body.dark .login-footer[b-qbh6keq5oi] {
    border-top-color: #424242;
}

.privacy-notice[b-qbh6keq5oi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #424242;
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
  line-height: 1.5;
}

body.dark .privacy-notice[b-qbh6keq5oi] {
    color: #BDBDBD;
}

.privacy-icon[b-qbh6keq5oi] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.7;
}

.link-back[b-qbh6keq5oi] {
    display: inline-flex;
  align-items: center;
    gap: 0.5rem;
    color: #5B79BA;
    text-decoration: none;
font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.link-back:hover[b-qbh6keq5oi] {
    background: #E8EAF6;
    color: #303F9F;
    transform: translateX(-4px);
}

body.dark .link-back[b-qbh6keq5oi] {
    color: #7986CB;
}

body.dark .link-back:hover[b-qbh6keq5oi] {
    background: rgba(121, 134, 203, 0.1);
    color: #C5CAE9;
}

.link-icon[b-qbh6keq5oi] {
    width: 16px;
    height: 16px;
}

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

    .login-card[b-qbh6keq5oi] {
        padding: 2rem 1.5rem;
      border-radius: 16px;
    }

    .login-card h1[b-qbh6keq5oi] {
        font-size: 1.6rem;
    }

    .login-logo[b-qbh6keq5oi] {
   height: 50px;
    }

    .btn-oauth[b-qbh6keq5oi] {
      font-size: 0.95rem;
        padding: 0.9rem 1.25rem;
    }
}

@media (max-width: 400px) {
    .btn-oauth span[b-qbh6keq5oi] {
        font-size: 0.9rem;
    }
}
/* /Pages/PopupCallback.razor.rz.scp.css */
.callback-container[b-qyesiipave] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
}

.callback-card[b-qyesiipave] {
    background: white;
padding: 3rem 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.spinner-large[b-qyesiipave] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-qyesiipave 1s linear infinite;
    margin: 0 auto 1.5rem;
}

@keyframes spin-b-qyesiipave {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.callback-card p[b-qyesiipave] {
    color: var(--text-muted);
    font-size: 1rem;
    margin: 0;
}
