/* _content/PCMBackendService/Components/Layout/MainLayout.razor.rz.scp.css */
/* Modern Medical Layout 2026 */

.page-container[b-vm6x236l65] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* App Header */
.app-header[b-vm6x236l65] {
    position: sticky;
    top: 0;
    z-index: var(--z-sticky);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--color-gray-200);
    box-shadow: var(--shadow-sm);
}

.header-content[b-vm6x236l65] {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--spacing-md) var(--spacing-xl);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left[b-vm6x236l65] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.header-logo[b-vm6x236l65] {
    width: 48px;
    height: 48px;
    transition: transform var(--transition-base);
}

.header-logo:hover[b-vm6x236l65] {
    transform: scale(1.05);
}

.app-name[b-vm6x236l65] {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    color: var(--color-medical-blue);
    letter-spacing: -0.01em;
}

/* Navigation */
.header-nav[b-vm6x236l65] {
    display: flex;
    gap: var(--spacing-sm);
}

.nav-link[b-vm6x236l65] {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-sm) var(--spacing-md);
    color: var(--color-gray-700);
    text-decoration: none;
    border-radius: var(--radius-lg);
    font-weight: var(--font-weight-medium);
    transition: all var(--transition-fast);
}

.nav-link:hover[b-vm6x236l65] {
    background: var(--color-primary-light);
    color: var(--color-primary);
    text-decoration: none;
}

.nav-icon[b-vm6x236l65] {
    width: 20px;
    height: 20px;
}

/* Main Content */
.main-content[b-vm6x236l65] {
    flex: 1;
    width: 100%;
}

/* Footer */
.app-footer[b-vm6x236l65] {
    background: var(--color-gray-900);
    color: var(--color-gray-300);
    padding: var(--spacing-xl);
    margin-top: auto;
}

.footer-content[b-vm6x236l65] {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.footer-content p[b-vm6x236l65] {
    margin: 0;
    font-size: var(--font-size-sm);
}

/* Error UI */
#blazor-error-ui[b-vm6x236l65] {
    background: var(--color-danger-light);
    border-top: 4px solid var(--color-danger);
    bottom: 0;
    box-shadow: var(--shadow-xl);
    display: none;
    left: 0;
    padding: var(--spacing-lg) var(--spacing-xl);
    position: fixed;
    width: 100%;
    z-index: var(--z-tooltip);
    animation: slideUp-b-vm6x236l65 0.3s ease-out;
}

.error-content[b-vm6x236l65] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    max-width: 1400px;
    margin: 0 auto;
    color: var(--color-danger);
}

.error-icon[b-vm6x236l65] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

#blazor-error-ui .reload[b-vm6x236l65],
#blazor-error-ui .dismiss[b-vm6x236l65] {
    color: var(--color-danger);
    text-decoration: none;
    cursor: pointer;
    font-weight: var(--font-weight-semibold);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
}

#blazor-error-ui .reload:hover[b-vm6x236l65],
#blazor-error-ui .dismiss:hover[b-vm6x236l65] {
    background: var(--color-danger);
    color: var(--color-white);
}

#blazor-error-ui .dismiss[b-vm6x236l65] {
    margin-left: auto;
}

/* Animations */
@keyframes slideUp-b-vm6x236l65 {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .header-content[b-vm6x236l65] {
        padding: var(--spacing-sm) var(--spacing-md);
    }

    .app-name[b-vm6x236l65] {
        font-size: var(--font-size-base);
    }

    .header-logo[b-vm6x236l65] {
        width: 40px;
        height: 40px;
    }

    .nav-link[b-vm6x236l65] {
        padding: var(--spacing-xs) var(--spacing-sm);
        font-size: var(--font-size-sm);
    }

    .error-content[b-vm6x236l65] {
        flex-wrap: wrap;
    }
}
/* _content/PCMBackendService/Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
/* ==========================================================================
   Admin Dashboard - Medical Blue Design System 2026
   Konsistent mit Home.razor, PatientProfilePage.razor und Avatar.razor
   ========================================================================== */

/* ===== Page Layout ===== */
.admin-page[b-im0abcjbaf] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: pageLoadFade-b-im0abcjbaf 0.5s ease-out;
}

@keyframes pageLoadFade-b-im0abcjbaf {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Animated Gradient Overlay */
.admin-page[b-im0abcjbaf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(166, 225, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(31, 56, 100, 0.1) 0%, transparent 40%);
    z-index: 0;
    animation: meshFloat-b-im0abcjbaf 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes meshFloat-b-im0abcjbaf {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    33% { 
        transform: translate(2%, -2%) scale(1.02);
        opacity: 0.9;
    }
    66% { 
        transform: translate(-1%, 1%) scale(0.98);
        opacity: 1;
    }
}

/* ===== Content Wrapper ===== */
.content-wrapper[b-im0abcjbaf] {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
    width: 100vw;
}

/* ===== Sidebar ===== */
.sidebar[b-im0abcjbaf] {
    width: 280px;
    min-width: 280px;
    height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-right: 2px solid #A6E1FF;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 10;
}

.sidebar[b-im0abcjbaf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

.sidebar.collapsed[b-im0abcjbaf] {
    width: 80px;
    min-width: 80px;
}

/* Sidebar Header */
.sidebar-header[b-im0abcjbaf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-lg, 1.5rem);
    border-bottom: 2px solid #e8f4fc;
    min-height: 80px;
}

.sidebar-brand[b-im0abcjbaf] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md, 1rem);
    text-decoration: none;
    color: #1F3864;
}

.sidebar-logo[b-im0abcjbaf] {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.sidebar-brand:hover .sidebar-logo[b-im0abcjbaf] {
    transform: scale(1.05);
}

.brand-text[b-im0abcjbaf] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F3864;
    letter-spacing: -0.02em;
}

.collapsed .brand-text[b-im0abcjbaf] {
    display: none;
}

.btn-sidebar-toggle[b-im0abcjbaf] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 10px;
    color: #1F3864;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-sidebar-toggle:hover[b-im0abcjbaf] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #A6E1FF;
    transform: scale(1.05);
}

.collapsed .btn-sidebar-toggle[b-im0abcjbaf] {
    margin: 0 auto;
}

/* Sidebar Navigation */
.sidebar-nav[b-im0abcjbaf] {
    flex: 1;
    padding: var(--spacing-md, 1rem);
    overflow-y: auto;
}

.nav-section[b-im0abcjbaf] {
    margin-bottom: var(--spacing-lg, 1.5rem);
}

.nav-section-title[b-im0abcjbaf] {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    padding: var(--spacing-sm, 0.5rem) var(--spacing-md, 1rem);
    margin-bottom: var(--spacing-sm, 0.5rem);
}

.nav-menu[b-im0abcjbaf] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu li[b-im0abcjbaf] {
    margin-bottom: var(--spacing-xs, 0.25rem);
}

.nav-link[b-im0abcjbaf] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md, 1rem);
    padding: var(--spacing-sm, 0.5rem) var(--spacing-md, 1rem);
    border-radius: 12px;
    color: #5a7184;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link svg[b-im0abcjbaf] {
    flex-shrink: 0;
}

.nav-link:hover[b-im0abcjbaf] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    text-decoration: none;
}

.nav-link.active[b-im0abcjbaf] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.collapsed .nav-link[b-im0abcjbaf] {
    justify-content: center;
    padding: var(--spacing-sm, 0.5rem);
}

.collapsed .nav-link span[b-im0abcjbaf] {
    display: none;
}

/* Sidebar Footer */
.sidebar-footer[b-im0abcjbaf] {
    padding: var(--spacing-md, 1rem);
    border-top: 2px solid #e8f4fc;
}

/* ===== Main Content ===== */
.main-content[b-im0abcjbaf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--spacing-xl, 2rem);
    min-width: 0;
    width: 100%;
}

/* Page Header */
.page-header[b-im0abcjbaf] {
    margin-bottom: var(--spacing-xl, 2rem);
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 16px;
    animation: fadeInUp-b-im0abcjbaf 0.5s ease-out;
}

@keyframes fadeInUp-b-im0abcjbaf {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-content[b-im0abcjbaf] {
    text-align: left;
}

.page-title[b-im0abcjbaf] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-xs, 0.25rem) 0;
    letter-spacing: -0.02em;
}

.page-subtitle[b-im0abcjbaf] {
    font-size: 0.95rem;
    color: #5a7184;
    font-weight: 500;
    margin: 0;
}

/* ===== Dashboard Grid ===== */
.dashboard-grid[b-im0abcjbaf] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--spacing-lg, 1.5rem);
    animation: fadeInUp-b-im0abcjbaf 0.6s ease-out 0.1s both;
}

/* Dashboard Tile */
.dashboard-tile[b-im0abcjbaf] {
    display: flex;
    align-items: center;
    gap: var(--spacing-lg, 1.5rem);
    padding: var(--spacing-xl, 2rem);
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    text-decoration: none;
    color: #1F3864;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.dashboard-tile[b-im0abcjbaf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dashboard-tile:hover[b-im0abcjbaf] {
    transform: translateY(-4px);
    box-shadow: 
        0 8px 32px rgba(166, 225, 255, 0.3),
        0 4px 12px rgba(31, 56, 100, 0.1);
    border-color: #1F3864;
    text-decoration: none;
    color: #1F3864;
}

.dashboard-tile:hover[b-im0abcjbaf]::before {
    opacity: 1;
}

/* Tile Icon */
.tile-icon[b-im0abcjbaf] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 16px;
    color: #1F3864;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dashboard-tile:hover .tile-icon[b-im0abcjbaf] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border-color: #1F3864;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

/* Tile Content */
.tile-content[b-im0abcjbaf] {
    flex: 1;
    min-width: 0;
}

.tile-title[b-im0abcjbaf] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-xs, 0.25rem) 0;
    letter-spacing: -0.01em;
}

.tile-description[b-im0abcjbaf] {
    font-size: 0.85rem;
    color: #5a7184;
    margin: 0;
    line-height: 1.5;
}

/* Tile Arrow */
.tile-arrow[b-im0abcjbaf] {
    color: #A6E1FF;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.dashboard-tile:hover .tile-arrow[b-im0abcjbaf] {
    color: #1F3864;
    transform: translateX(4px);
}

/* ===== Page Footer ===== */
.page-footer[b-im0abcjbaf] {
    margin-top: auto;
    padding-top: var(--spacing-xl, 2rem);
    text-align: center;
}

.footer-text[b-im0abcjbaf] {
    font-size: 0.75rem;
    color: #9ca3af;
    letter-spacing: 0.02em;
}

/* ===== Responsive Design ===== */
@media (max-width: 1024px) {
    .sidebar[b-im0abcjbaf] {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        transform: translateX(-100%);
        box-shadow: 0 8px 32px rgba(31, 56, 100, 0.2);
    }

    .sidebar:not(.collapsed)[b-im0abcjbaf] {
        transform: translateX(0);
    }

    .main-content[b-im0abcjbaf] {
        margin-left: 0;
        padding: var(--spacing-md, 1rem);
        padding-top: 5rem;
        width: 100%;
    }

    .dashboard-grid[b-im0abcjbaf] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .main-content[b-im0abcjbaf] {
        padding: 1rem;
        padding-top: 5rem;
    }

    .page-header[b-im0abcjbaf] {
        padding: 1rem 1.5rem;
    }

    .page-title[b-im0abcjbaf] {
        font-size: 1.5rem;
    }

    .dashboard-tile[b-im0abcjbaf] {
        padding: 1.25rem;
    }

    .tile-icon[b-im0abcjbaf] {
        width: 52px;
        height: 52px;
    }

    .tile-title[b-im0abcjbaf] {
        font-size: 1rem;
    }

    .tile-description[b-im0abcjbaf] {
        font-size: 0.8rem;
    }
}

@media (max-width: 640px) {
    .page-title[b-im0abcjbaf] {
        font-size: 1.25rem;
    }

    .page-subtitle[b-im0abcjbaf] {
        font-size: 0.85rem;
    }

    .dashboard-tile[b-im0abcjbaf] {
        padding: var(--spacing-lg, 1.5rem);
    }

    .tile-icon[b-im0abcjbaf] {
        width: 48px;
        height: 48px;
    }

    .tile-icon svg[b-im0abcjbaf] {
        width: 24px;
        height: 24px;
    }

    .tile-arrow[b-im0abcjbaf] {
        display: none;
    }
}

/* ===== Scrollbar ===== */
.main-content[b-im0abcjbaf]::-webkit-scrollbar,
.sidebar-nav[b-im0abcjbaf]::-webkit-scrollbar {
    width: 8px;
}

.main-content[b-im0abcjbaf]::-webkit-scrollbar-track,
.sidebar-nav[b-im0abcjbaf]::-webkit-scrollbar-track {
    background: transparent;
}

.main-content[b-im0abcjbaf]::-webkit-scrollbar-thumb,
.sidebar-nav[b-im0abcjbaf]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.4) 0%, rgba(31, 56, 100, 0.3) 100%);
    border-radius: 4px;
}

.main-content[b-im0abcjbaf]::-webkit-scrollbar-thumb:hover,
.sidebar-nav[b-im0abcjbaf]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.6) 0%, rgba(31, 56, 100, 0.5) 100%);
}

/* ===== Logout Button ===== */
.logout-form[b-im0abcjbaf] {
    margin: 0;
}

.logout-btn[b-im0abcjbaf] {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: inherit;
}

.logout-btn:hover[b-im0abcjbaf] {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.08);
}
/* _content/PCMBackendService/Components/Pages/Admin/AdminSettings.razor.rz.scp.css */
/* ==========================================================================
   Admin Settings - Medical Blue Design System 2026
   Konsistent mit Home.razor, PatientProfilePage.razor und Avatar.razor
   ========================================================================== */

/* ===== Page Layout ===== */
.admin-page[b-uzjtaa8mn1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: pageLoadFade-b-uzjtaa8mn1 0.5s ease-out;
}

@keyframes pageLoadFade-b-uzjtaa8mn1 {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Animated Gradient Overlay */
.admin-page[b-uzjtaa8mn1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(166, 225, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(31, 56, 100, 0.1) 0%, transparent 40%);
    z-index: 0;
    animation: meshFloat-b-uzjtaa8mn1 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes meshFloat-b-uzjtaa8mn1 {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    33% { 
        transform: translate(2%, -2%) scale(1.02);
        opacity: 0.9;
    }
    66% { 
        transform: translate(-1%, 1%) scale(0.98);
        opacity: 1;
    }
}

/* ===== Content Wrapper ===== */
.content-wrapper[b-uzjtaa8mn1] {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
    width: 100vw;
}

/* ===== Sidebar ===== */
.sidebar[b-uzjtaa8mn1] {
    width: 280px;
    min-width: 280px;
    height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-right: 2px solid #A6E1FF;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 10;
}

.sidebar[b-uzjtaa8mn1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

.sidebar.collapsed[b-uzjtaa8mn1] {
    width: 80px;
    min-width: 80px;
}

/* Sidebar Header */
.sidebar-header[b-uzjtaa8mn1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-lg, 1.5rem);
    border-bottom: 2px solid #e8f4fc;
    min-height: 80px;
}

.sidebar-brand[b-uzjtaa8mn1] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md, 1rem);
    text-decoration: none;
    color: #1F3864;
}

.sidebar-logo[b-uzjtaa8mn1] {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.sidebar-brand:hover .sidebar-logo[b-uzjtaa8mn1] {
    transform: scale(1.05);
}

.brand-text[b-uzjtaa8mn1] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F3864;
    letter-spacing: -0.02em;
}

.collapsed .brand-text[b-uzjtaa8mn1] {
    display: none;
}

.btn-sidebar-toggle[b-uzjtaa8mn1] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 10px;
    color: #1F3864;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-sidebar-toggle:hover[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #A6E1FF;
    transform: scale(1.05);
}

.collapsed .btn-sidebar-toggle[b-uzjtaa8mn1] {
    margin: 0 auto;
}

/* Sidebar Navigation */
.sidebar-nav[b-uzjtaa8mn1] {
    flex: 1;
    padding: var(--spacing-md, 1rem);
    overflow-y: auto;
}

.nav-section[b-uzjtaa8mn1] {
    margin-bottom: var(--spacing-lg, 1.5rem);
}

.nav-section-title[b-uzjtaa8mn1] {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    padding: var(--spacing-sm, 0.5rem) var(--spacing-md, 1rem);
    margin-bottom: var(--spacing-sm, 0.5rem);
}

.nav-menu[b-uzjtaa8mn1] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu li[b-uzjtaa8mn1] {
    margin-bottom: var(--spacing-xs, 0.25rem);
}

.nav-link[b-uzjtaa8mn1] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md, 1rem);
    padding: var(--spacing-sm, 0.5rem) var(--spacing-md, 1rem);
    border-radius: 12px;
    color: #5a7184;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link svg[b-uzjtaa8mn1] {
    flex-shrink: 0;
}

.nav-link:hover[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    text-decoration: none;
}

.nav-link.active[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.collapsed .nav-link[b-uzjtaa8mn1] {
    justify-content: center;
    padding: var(--spacing-sm, 0.5rem);
}

.collapsed .nav-link span[b-uzjtaa8mn1] {
    display: none;
}

/* Sidebar Footer */
.sidebar-footer[b-uzjtaa8mn1] {
    padding: var(--spacing-md, 1rem);
    border-top: 2px solid #e8f4fc;
}

/* ===== Main Content ===== */
.main-content[b-uzjtaa8mn1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--spacing-xl, 2rem);
    min-width: 0;
    width: 100%;
}

/* Page Header */
.page-header[b-uzjtaa8mn1] {
    margin-bottom: var(--spacing-xl, 2rem);
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 16px;
    animation: fadeInUp-b-uzjtaa8mn1 0.5s ease-out;
}

@keyframes fadeInUp-b-uzjtaa8mn1 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-content[b-uzjtaa8mn1] {
    text-align: left;
}

.page-title[b-uzjtaa8mn1] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-xs, 0.25rem) 0;
    letter-spacing: -0.02em;
}

.page-subtitle[b-uzjtaa8mn1] {
    font-size: 0.95rem;
    color: #5a7184;
    font-weight: 500;
    margin: 0;
}

/* ===== Settings Card ===== */
.settings-card[b-uzjtaa8mn1] {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    padding: var(--spacing-xl, 2rem);
    position: relative;
    overflow: visible;
    animation: fadeInUp-b-uzjtaa8mn1 0.6s ease-out 0.1s both;
}

.settings-card[b-uzjtaa8mn1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

/* ===== Alert ===== */
.alert[b-uzjtaa8mn1] {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md, 1rem);
    padding: var(--spacing-md, 1rem) var(--spacing-lg, 1.5rem);
    border-radius: 12px;
    margin-bottom: var(--spacing-xl, 2rem);
    animation: slideIn-b-uzjtaa8mn1 0.3s ease-out;
}

@keyframes slideIn-b-uzjtaa8mn1 {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.alert-info[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #eff6ff 0%, #e0f0ff 100%);
    border: 2px solid #A6E1FF;
}

.alert-icon[b-uzjtaa8mn1] {
    flex-shrink: 0;
    color: #1F3864;
    margin-top: 2px;
}

.alert-content[b-uzjtaa8mn1] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs, 0.25rem);
}

.alert-title[b-uzjtaa8mn1] {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1F3864;
}

.alert-text[b-uzjtaa8mn1] {
    font-size: 0.875rem;
    color: #5a7184;
    line-height: 1.5;
}

/* ===== Empty State ===== */
.empty-state[b-uzjtaa8mn1] {
    text-align: center;
    padding: var(--spacing-2xl, 2.5rem) var(--spacing-xl, 2rem);
}

.empty-state-icon[b-uzjtaa8mn1] {
    width: 100px;
    height: 100px;
    margin: 0 auto var(--spacing-lg, 1.5rem);
    padding: var(--spacing-lg, 1.5rem);
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 50%;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state-title[b-uzjtaa8mn1] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-sm, 0.5rem) 0;
}

.empty-state-text[b-uzjtaa8mn1] {
    font-size: 0.95rem;
    color: #5a7184;
    margin: 0 0 var(--spacing-xl, 2rem) 0;
    line-height: 1.6;
}

/* Back Button */
.btn-back[b-uzjtaa8mn1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm, 0.5rem);
    padding: var(--spacing-sm, 0.5rem) var(--spacing-lg, 1.5rem);
    height: 48px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    color: #5a7184;
    border: 2px solid #e8f4fc;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-back:hover[b-uzjtaa8mn1] {
    border-color: #A6E1FF;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-back:active[b-uzjtaa8mn1] {
    transform: translateY(0);
}

/* ===== Configuration Sections ===== */
.config-section[b-uzjtaa8mn1] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e8f4fc;
}

.config-section:last-of-type[b-uzjtaa8mn1] {
    border-bottom: none;
    margin-bottom: 1.5rem;
}

.section-title[b-uzjtaa8mn1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 0.5rem 0;
}

.section-title svg[b-uzjtaa8mn1] {
    color: #A6E1FF;
}

.section-description[b-uzjtaa8mn1] {
    font-size: 0.875rem;
    color: #5a7184;
    margin: 0 0 1.5rem 0;
}

.config-grid[b-uzjtaa8mn1] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.config-item[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.config-item.full-width[b-uzjtaa8mn1] {
    grid-column: 1 / -1;
}

.config-key[b-uzjtaa8mn1] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.config-value[b-uzjtaa8mn1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.value-text[b-uzjtaa8mn1] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1F3864;
}

.value-text.monospace[b-uzjtaa8mn1] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.85rem;
    word-break: break-all;
}

.value-preview[b-uzjtaa8mn1] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1F3864;
    background: rgba(166, 225, 255, 0.2);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.value-preview.not-configured[b-uzjtaa8mn1] {
    color: #9ca3af;
    background: rgba(156, 163, 175, 0.1);
    font-style: italic;
}

.status-badge[b-uzjtaa8mn1] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.status-badge.success[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: #059669;
    border: 1px solid #6ee7b7;
}

.status-badge.warning[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
    border: 1px solid #fbbf24;
}

.status-badge.error[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    color: #dc2626;
    border: 1px solid #fca5a5;
}

/* ===== Page Footer ===== */
.page-footer[b-uzjtaa8mn1] {
    margin-top: auto;
    padding-top: var(--spacing-xl, 2rem);
    text-align: center;
}

.footer-text[b-uzjtaa8mn1] {
    font-size: 0.75rem;
    color: #9ca3af;
    letter-spacing: 0.02em;
}

/* ===== Responsive Design ===== */
@media (max-width: 1024px) {
    .sidebar[b-uzjtaa8mn1] {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        transform: translateX(-100%);
        box-shadow: 0 8px 32px rgba(31, 56, 100, 0.2);
    }

    .sidebar:not(.collapsed)[b-uzjtaa8mn1] {
        transform: translateX(0);
    }

    .main-content[b-uzjtaa8mn1] {
        margin-left: 0;
        padding: var(--spacing-md, 1rem);
        padding-top: 5rem;
        width: 100%;
    }

    .settings-card[b-uzjtaa8mn1] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .config-grid[b-uzjtaa8mn1] {
        grid-template-columns: 1fr;
    }
    
    .page-header[b-uzjtaa8mn1] { padding: 1rem 1.5rem; }
    .page-title[b-uzjtaa8mn1] { font-size: 1.5rem; }
    .settings-card[b-uzjtaa8mn1] { padding: 1.5rem; }
}

@media (max-width: 640px) {
    .page-title[b-uzjtaa8mn1] {
        font-size: 1.5rem;
    }

    .settings-card[b-uzjtaa8mn1] {
        padding: var(--spacing-lg, 1.5rem);
    }

    .empty-state[b-uzjtaa8mn1] {
        padding: var(--spacing-xl, 2rem) var(--spacing-md, 1rem);
    }

    .empty-state-icon[b-uzjtaa8mn1] {
        width: 80px;
        height: 80px;
        padding: var(--spacing-md, 1rem);
    }

    .empty-state-icon svg[b-uzjtaa8mn1] {
        width: 36px;
        height: 36px;
    }
    
    .config-item[b-uzjtaa8mn1] {
        padding: 0.875rem 1rem;
    }
    
    .section-title[b-uzjtaa8mn1] {
        font-size: 1rem;
    }
}

/* ===== Certificate Section ===== */
.certificate-actions[b-uzjtaa8mn1] {
    margin: 1.5rem 0;
}

.btn-certificate-download[b-uzjtaa8mn1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-certificate-download:hover[b-uzjtaa8mn1] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.45);
    text-decoration: none;
    color: #ffffff;
}

.certificate-instructions[b-uzjtaa8mn1] {
    margin-top: 1.5rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
}

.instructions-title[b-uzjtaa8mn1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1F3864;
    margin-bottom: 0.75rem;
}

.instructions-title svg[b-uzjtaa8mn1] {
    color: #A6E1FF;
}

.instructions-list[b-uzjtaa8mn1] {
    margin: 0;
    padding-left: 1.5rem;
    font-size: 0.85rem;
    color: #5a7184;
    line-height: 1.8;
}

.instructions-list li[b-uzjtaa8mn1] {
    margin-bottom: 0.25rem;
}

.instructions-list li.important-step[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    padding: 0.5rem 0.75rem;
    margin: 0.5rem -0.75rem;
    border-radius: 8px;
    border-left: 3px solid #f59e0b;
}

.instructions-note[b-uzjtaa8mn1] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid #fbbf24;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #92400e;
}

.instructions-note svg[b-uzjtaa8mn1] {
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: #d97706;
}

/* Platform Tabs */
.platform-tabs[b-uzjtaa8mn1] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.platform-tab[b-uzjtaa8mn1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
}

.platform-tab:hover[b-uzjtaa8mn1] {
    border-color: #1F3864;
    color: #1F3864;
    background: #f8fafc;
}

.platform-tab.active[b-uzjtaa8mn1] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border-color: #1F3864;
    color: #ffffff;
}

.platform-tab svg[b-uzjtaa8mn1] {
    width: 16px;
    height: 16px;
}

.alert-warning-small[b-uzjtaa8mn1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #fbbf24;
    border-radius: 12px;
    font-size: 0.875rem;
    color: #92400e;
}

.alert-warning-small svg[b-uzjtaa8mn1] {
    flex-shrink: 0;
    color: #d97706;
}

/* ===== Scrollbar ===== */
.main-content[b-uzjtaa8mn1]::-webkit-scrollbar,
.sidebar-nav[b-uzjtaa8mn1]::-webkit-scrollbar {
    width: 8px;
}

.main-content[b-uzjtaa8mn1]::-webkit-scrollbar-track,
.sidebar-nav[b-uzjtaa8mn1]::-webkit-scrollbar-track {
    background: transparent;
}

.main-content[b-uzjtaa8mn1]::-webkit-scrollbar-thumb,
.sidebar-nav[b-uzjtaa8mn1]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.4) 0%, rgba(31, 56, 100, 0.3) 100%);
    border-radius: 4px;
}

.main-content[b-uzjtaa8mn1]::-webkit-scrollbar-thumb:hover,
.sidebar-nav[b-uzjtaa8mn1]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.6) 0%, rgba(31, 56, 100, 0.5) 100%);
}
/* _content/PCMBackendService/Components/Pages/Admin/AdminSidebar.razor.rz.scp.css */
/* AdminSidebar - Medical Blue Design System 2026 */

.sidebar[b-5hq7isz6ef] {
    width: 280px;
    min-width: 280px;
    height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-right: 2px solid #A6E1FF;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 10;
}

.sidebar[b-5hq7isz6ef]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

.sidebar.collapsed[b-5hq7isz6ef] {
    width: 80px;
    min-width: 80px;
}

.sidebar-header[b-5hq7isz6ef] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 2px solid #e8f4fc;
    min-height: 80px;
}

.sidebar-brand[b-5hq7isz6ef] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #1F3864;
}

.sidebar-logo[b-5hq7isz6ef] {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.sidebar-brand:hover .sidebar-logo[b-5hq7isz6ef] {
    transform: scale(1.05);
}

.brand-text[b-5hq7isz6ef] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F3864;
    letter-spacing: -0.02em;
}

.collapsed .brand-text[b-5hq7isz6ef] {
    display: none;
}

.btn-sidebar-toggle[b-5hq7isz6ef] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 10px;
    color: #1F3864;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-sidebar-toggle:hover[b-5hq7isz6ef] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #A6E1FF;
    transform: scale(1.05);
}

.collapsed .btn-sidebar-toggle[b-5hq7isz6ef] {
    margin: 0 auto;
}

.sidebar-nav[b-5hq7isz6ef] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}

.nav-section[b-5hq7isz6ef] {
    margin-bottom: 1.5rem;
}

.nav-section-title[b-5hq7isz6ef] {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.nav-menu[b-5hq7isz6ef] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu li[b-5hq7isz6ef] {
    margin-bottom: 0.25rem;
}

.nav-link[b-5hq7isz6ef] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    color: #5a7184;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link svg[b-5hq7isz6ef] {
    flex-shrink: 0;
}

.nav-link:hover[b-5hq7isz6ef] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    text-decoration: none;
}

.nav-link.active[b-5hq7isz6ef] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35), 0 2px 4px rgba(31, 56, 100, 0.2);
}

.collapsed .nav-link[b-5hq7isz6ef] {
    justify-content: center;
    padding: 0.5rem;
}

.collapsed .nav-link span[b-5hq7isz6ef] {
    display: none;
}

.sidebar-footer[b-5hq7isz6ef] {
    padding: 1rem;
    border-top: 2px solid #e8f4fc;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.logout-form[b-5hq7isz6ef] {
    margin: 0;
}

.logout-btn[b-5hq7isz6ef] {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: inherit;
}

.logout-btn:hover[b-5hq7isz6ef] {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.08);
}

/* Mobile Menu Toggle Button (shown on tablets) */
.mobile-menu-toggle[b-5hq7isz6ef] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 101;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 12px;
    color: #1F3864;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.15);
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover[b-5hq7isz6ef] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
}

.sidebar-overlay[b-5hq7isz6ef] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 56, 100, 0.5);
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar-overlay.visible[b-5hq7isz6ef] {
    opacity: 1;
}

@media (max-width: 1024px) {
    .mobile-menu-toggle[b-5hq7isz6ef] {
        display: flex;
    }

    .sidebar-overlay[b-5hq7isz6ef] {
        display: block;
    }

    .sidebar[b-5hq7isz6ef] {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        transform: translateX(-100%);
        box-shadow: 0 8px 32px rgba(31, 56, 100, 0.2);
    }

    .sidebar.mobile-open[b-5hq7isz6ef] {
        transform: translateX(0);
    }

    .sidebar.collapsed[b-5hq7isz6ef] {
        transform: translateX(-100%);
    }

    .sidebar.collapsed.mobile-open[b-5hq7isz6ef] {
        transform: translateX(0);
        width: 280px;
        min-width: 280px;
    }
}

@media (max-width: 768px) {
    .sidebar[b-5hq7isz6ef] {
        width: 100%;
        max-width: 300px;
    }

    .nav-link[b-5hq7isz6ef] {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }

    .sidebar-header[b-5hq7isz6ef] {
        padding: 1rem;
    }
}
/* _content/PCMBackendService/Components/Pages/Admin/AdminUpdate.razor.rz.scp.css */
/* ==========================================================================
   Admin Update - Medical Blue Design System 2026
   Konsistent mit AdminSettings.razor und anderen Admin-Seiten
   ========================================================================== */

/* ===== Page Layout ===== */
.admin-page[b-9ar058yplp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: pageLoadFade-b-9ar058yplp 0.5s ease-out;
}

@keyframes pageLoadFade-b-9ar058yplp {
    from { opacity: 0; }
    to { opacity: 1; }
}

.admin-page[b-9ar058yplp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(166, 225, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(31, 56, 100, 0.1) 0%, transparent 40%);
    z-index: 0;
    animation: meshFloat-b-9ar058yplp 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes meshFloat-b-9ar058yplp {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
    33% { transform: translate(2%, -2%) scale(1.02); opacity: 0.9; }
    66% { transform: translate(-1%, 1%) scale(0.98); opacity: 1; }
}

/* ===== Content Wrapper ===== */
.content-wrapper[b-9ar058yplp] {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
    width: 100vw;
}

/* ===== Main Content ===== */
.main-content[b-9ar058yplp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--spacing-xl, 2rem);
    min-width: 0;
    width: 100%;
}

/* Page Header */
.page-header[b-9ar058yplp] {
    margin-bottom: var(--spacing-xl, 2rem);
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 16px;
    animation: fadeInUp-b-9ar058yplp 0.5s ease-out;
}

@keyframes fadeInUp-b-9ar058yplp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.header-content[b-9ar058yplp] { text-align: left; }

.page-title[b-9ar058yplp] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-xs, 0.25rem) 0;
    letter-spacing: -0.02em;
}

.page-subtitle[b-9ar058yplp] {
    font-size: 0.95rem;
    color: #5a7184;
    font-weight: 500;
    margin: 0;
}

/* ===== Update Card ===== */
.update-card[b-9ar058yplp] {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    padding: var(--spacing-xl, 2rem);
    position: relative;
    overflow: visible;
    animation: fadeInUp-b-9ar058yplp 0.6s ease-out 0.1s both;
}

.update-card[b-9ar058yplp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

/* ===== Loading State ===== */
.loading-state[b-9ar058yplp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    gap: 1rem;
}

.loading-state p[b-9ar058yplp] {
    color: #5a7184;
    font-size: 0.95rem;
    margin: 0;
}

.spinner[b-9ar058yplp] {
    width: 48px;
    height: 48px;
    border: 4px solid #e8f4fc;
    border-top: 4px solid #1F3864;
    border-radius: 50%;
    animation: spin-b-9ar058yplp 1s linear infinite;
}

@keyframes spin-b-9ar058yplp {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== Version Section ===== */
.version-section[b-9ar058yplp] {
    margin-bottom: 2rem;
}

.version-grid[b-9ar058yplp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.version-box[b-9ar058yplp] {
    flex: 1;
    min-width: 180px;
    max-width: 240px;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.version-box.highlight[b-9ar058yplp] {
    border-color: #059669;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
}

.version-label[b-9ar058yplp] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

.version-number[b-9ar058yplp] {
    font-size: 2rem;
    font-weight: 700;
    color: #1F3864;
    font-family: 'Consolas', 'Monaco', monospace;
}

.version-hint[b-9ar058yplp] {
    font-size: 0.75rem;
    color: #5a7184;
    margin-top: 0.5rem;
}

.version-hint .text-muted[b-9ar058yplp] {
    color: #9ca3af;
    font-style: italic;
}

.version-arrow[b-9ar058yplp] {
    color: #A6E1FF;
    flex-shrink: 0;
}

/* ===== Status Section ===== */
.status-section[b-9ar058yplp] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.status-section.status-success[b-9ar058yplp] {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 2px solid #6ee7b7;
}

.status-section.status-success .status-icon[b-9ar058yplp] { color: #059669; }

.status-section.status-update[b-9ar058yplp] {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 2px solid #60a5fa;
}

.status-section.status-update .status-icon[b-9ar058yplp] { color: #2563eb; }

.status-section.status-dev[b-9ar058yplp] {
    background: linear-gradient(135deg, #fefce8 0%, #fef08a 100%);
    border: 2px solid #facc15;
}

.status-section.status-dev .status-icon[b-9ar058yplp] { color: #ca8a04; }

.status-section.status-unknown[b-9ar058yplp] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
}

.status-section.status-unknown .status-icon[b-9ar058yplp] { color: #9ca3af; }

.status-icon[b-9ar058yplp] { flex-shrink: 0; }

.status-content[b-9ar058yplp] { flex: 1; }

.status-title[b-9ar058yplp] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 0.25rem 0;
}

.status-message[b-9ar058yplp] {
    font-size: 0.95rem;
    color: #5a7184;
    margin: 0;
}

/* ===== Actions Section ===== */
.actions-section[b-9ar058yplp] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.btn-primary[b-9ar058yplp],
.btn-secondary[b-9ar058yplp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
}

.btn-primary[b-9ar058yplp] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-primary:hover[b-9ar058yplp] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.45);
    text-decoration: none;
    color: #ffffff;
}

.btn-download[b-9ar058yplp] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.35);
}

.btn-download:hover[b-9ar058yplp] {
    box-shadow: 0 6px 16px rgba(5, 150, 105, 0.45);
}

.btn-secondary[b-9ar058yplp] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    color: #1F3864;
    border: 2px solid #A6E1FF;
}

.btn-secondary:hover[b-9ar058yplp] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #1F3864;
    transform: translateY(-2px);
}

.btn-secondary:disabled[b-9ar058yplp] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* ===== Last Check ===== */
.last-check[b-9ar058yplp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #9ca3af;
    margin-bottom: 1.5rem;
}

.check-label[b-9ar058yplp] { font-weight: 500; }
.check-time[b-9ar058yplp] { font-family: 'Consolas', 'Monaco', monospace; }

/* ===== Info Box ===== */
.info-box[b-9ar058yplp] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #eff6ff 0%, #e0f0ff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.info-icon[b-9ar058yplp] {
    flex-shrink: 0;
    color: #1F3864;
    margin-top: 2px;
}

.info-content[b-9ar058yplp] {
    font-size: 0.875rem;
    color: #5a7184;
    line-height: 1.6;
}

.info-content strong[b-9ar058yplp] {
    display: block;
    color: #1F3864;
    margin-bottom: 0.5rem;
}

.info-content ol[b-9ar058yplp],
.info-content ul[b-9ar058yplp] {
    margin: 0;
    padding-left: 1.25rem;
}

.info-content li[b-9ar058yplp] {
    margin-bottom: 0.25rem;
}

.info-list[b-9ar058yplp] {
    list-style-type: disc;
}

/* Info Box Muted (für Status unbekannt) */
.info-box-muted[b-9ar058yplp] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #e8f4fc;
}

.info-box-muted .info-icon[b-9ar058yplp] {
    color: #9ca3af;
}

.info-box-muted .info-content strong[b-9ar058yplp] {
    color: #5a7184;
}

/* Installationsinformationen */
.install-info[b-9ar058yplp] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e8f4fc;
}

.install-info-row[b-9ar058yplp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.install-info-row:last-child[b-9ar058yplp] {
    margin-bottom: 0;
}

.install-info-label[b-9ar058yplp] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #5a7184;
    min-width: 150px;
}

.install-info-value[b-9ar058yplp] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.8rem;
    color: #1F3864;
    background: rgba(166, 225, 255, 0.15);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    word-break: break-all;
}

/* ===== Back Button ===== */
.btn-back[b-9ar058yplp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm, 0.5rem);
    padding: var(--spacing-sm, 0.5rem) var(--spacing-lg, 1.5rem);
    height: 48px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    color: #5a7184;
    border: 2px solid #e8f4fc;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-back:hover[b-9ar058yplp] {
    border-color: #A6E1FF;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ===== Page Footer ===== */
.page-footer[b-9ar058yplp] {
    margin-top: auto;
    padding-top: var(--spacing-xl, 2rem);
    text-align: center;
}

.footer-text[b-9ar058yplp] {
    font-size: 0.75rem;
    color: #9ca3af;
    letter-spacing: 0.02em;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
    .version-grid[b-9ar058yplp] {
        flex-direction: column;
    }
    
    .version-box[b-9ar058yplp] {
        max-width: 100%;
        width: 100%;
    }
    
    .version-arrow[b-9ar058yplp] {
        transform: rotate(90deg);
    }
    
    .status-section[b-9ar058yplp] {
        flex-direction: column;
        text-align: center;
    }
    
    .actions-section[b-9ar058yplp] {
        flex-direction: column;
    }
    
    .btn-primary[b-9ar058yplp],
    .btn-secondary[b-9ar058yplp] {
        width: 100%;
    }
    
    .page-header[b-9ar058yplp] { padding: 1rem 1.5rem; }
    .page-title[b-9ar058yplp] { font-size: 1.5rem; }
    .update-card[b-9ar058yplp] { padding: 1.5rem; }
}

@media (max-width: 640px) {
    .main-content[b-9ar058yplp] {
        padding: 1rem;
    }
    
    .version-number[b-9ar058yplp] {
        font-size: 1.5rem;
    }
}

/* ===== Scrollbar ===== */
.main-content[b-9ar058yplp]::-webkit-scrollbar {
    width: 8px;
}

.main-content[b-9ar058yplp]::-webkit-scrollbar-track {
    background: transparent;
}

.main-content[b-9ar058yplp]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.4) 0%, rgba(31, 56, 100, 0.3) 100%);
    border-radius: 4px;
}

.main-content[b-9ar058yplp]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.6) 0%, rgba(31, 56, 100, 0.5) 100%);
}
/* _content/PCMBackendService/Components/Pages/Admin/BridgeClients.razor.rz.scp.css */
/* ==========================================================================
   Bridge Clients - Medical Blue Design System 2026
   Übersicht der verbundenen GDT Bridge Clients
   ========================================================================== */

/* ===== Page Layout ===== */
.admin-page[b-tlfgl0ko83] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: pageLoadFade-b-tlfgl0ko83 0.5s ease-out;
}

@keyframes pageLoadFade-b-tlfgl0ko83 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.admin-page[b-tlfgl0ko83]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(166, 225, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(31, 56, 100, 0.1) 0%, transparent 40%);
    z-index: 0;
    animation: meshFloat-b-tlfgl0ko83 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes meshFloat-b-tlfgl0ko83 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
    33% { transform: translate(2%, -2%) scale(1.02); opacity: 0.9; }
    66% { transform: translate(-1%, 1%) scale(0.98); opacity: 1; }
}

/* ===== Content Wrapper ===== */
.content-wrapper[b-tlfgl0ko83] {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
    width: 100vw;
}

/* ===== Main Content ===== */
.main-content[b-tlfgl0ko83] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 2rem;
    min-width: 0;
    width: 100%;
}

/* ===== Page Header ===== */
.page-header[b-tlfgl0ko83] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 16px;
    animation: fadeInUp-b-tlfgl0ko83 0.5s ease-out;
    flex-wrap: wrap;
}

@keyframes fadeInUp-b-tlfgl0ko83 {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.header-content[b-tlfgl0ko83] {
    flex: 1;
    min-width: 200px;
}

.page-title[b-tlfgl0ko83] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 0.25rem 0;
    letter-spacing: -0.02em;
}

.page-subtitle[b-tlfgl0ko83] {
    font-size: 0.95rem;
    color: #5a7184;
    font-weight: 500;
    margin: 0;
}

.header-actions[b-tlfgl0ko83] {
    display: flex;
    gap: 0.5rem;
}

.btn-refresh[b-tlfgl0ko83] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-refresh:hover:not(:disabled)[b-tlfgl0ko83] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-refresh:disabled[b-tlfgl0ko83] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-refresh svg.spinning[b-tlfgl0ko83] {
    animation: spin-b-tlfgl0ko83 1s linear infinite;
}

@keyframes spin-b-tlfgl0ko83 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ===== Statistics Single ===== */
.stats-single[b-tlfgl0ko83] {
    margin-bottom: 1.5rem;
    animation: fadeInUp-b-tlfgl0ko83 0.5s ease-out 0.1s both;
}

/* ===== Statistics Grid ===== */
.stats-grid[b-tlfgl0ko83] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
    animation: fadeInUp-b-tlfgl0ko83 0.5s ease-out 0.1s both;
}

.stat-card[b-tlfgl0ko83] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.stat-card:hover[b-tlfgl0ko83] {
    border-color: #A6E1FF;
    transform: translateY(-2px);
}

.stat-card.large[b-tlfgl0ko83] {
    max-width: 320px;
}

.stat-card.large .stat-value[b-tlfgl0ko83] {
    font-size: 2rem;
}

.stat-icon[b-tlfgl0ko83] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
}

.stat-icon.connected[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1F3864;
}

.stat-icon.pending[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.stat-icon.active[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #16a34a;
}

.stat-icon.completed[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    color: #4f46e5;
}

.stat-content[b-tlfgl0ko83] {
    display: flex;
    flex-direction: column;
}

.stat-value[b-tlfgl0ko83] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F3864;
    line-height: 1.2;
}

.stat-label[b-tlfgl0ko83] {
    font-size: 0.75rem;
    color: #5a7184;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* ===== Content Card ===== */
.content-card[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    animation: fadeInUp-b-tlfgl0ko83 0.6s ease-out 0.2s both;
}

.content-card[b-tlfgl0ko83]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

.card-header[b-tlfgl0ko83] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #e8f4fc;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-title[b-tlfgl0ko83] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0;
}

.card-title svg[b-tlfgl0ko83] {
    color: #A6E1FF;
}

.last-update[b-tlfgl0ko83] {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* ===== Loading State ===== */
.loading-state[b-tlfgl0ko83] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    gap: 1rem;
    color: #5a7184;
}

.spinner[b-tlfgl0ko83] {
    width: 32px;
    height: 32px;
    border: 3px solid #e8f4fc;
    border-top-color: #1F3864;
    border-radius: 50%;
    animation: spin-b-tlfgl0ko83 1s linear infinite;
}

/* ===== Empty State ===== */
.empty-state[b-tlfgl0ko83] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
    color: #5a7184;
}

.empty-state svg[b-tlfgl0ko83] {
    color: #A6E1FF;
    margin-bottom: 1rem;
}

.empty-state h4[b-tlfgl0ko83] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F3864;
}

.empty-state p[b-tlfgl0ko83] {
    margin: 0;
    font-size: 0.9rem;
}

/* ===== Table ===== */
.table-container[b-tlfgl0ko83] {
    overflow-x: auto;
}

.clients-table[b-tlfgl0ko83] {
    width: 100%;
    border-collapse: collapse;
}

.clients-table th[b-tlfgl0ko83] {
    padding: 0.875rem 1rem;
    text-align: left;
    font-size: 0.7rem;
    font-weight: 700;
    color: #5a7184;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-bottom: 2px solid #e8f4fc;
}

.clients-table td[b-tlfgl0ko83] {
    padding: 1rem;
    font-size: 0.875rem;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.clients-table tbody tr[b-tlfgl0ko83] {
    transition: background 0.2s ease;
}

.clients-table tbody tr:hover[b-tlfgl0ko83] {
    background: rgba(166, 225, 255, 0.1);
}

.clients-table tbody tr:last-child td[b-tlfgl0ko83] {
    border-bottom: none;
}

/* Status Badge */
.status-badge[b-tlfgl0ko83] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-badge.pending[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
}

.status-badge.in-progress[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #16a34a;
}

.status-badge.completed[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    color: #4f46e5;
}

.status-badge.cancelled[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #dc2626;
}

.status-badge.expired[b-tlfgl0ko83],
.status-badge.unknown[b-tlfgl0ko83] {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    color: #6b7280;
}

/* Session ID */
.session-id[b-tlfgl0ko83] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.8rem;
    background: rgba(166, 225, 255, 0.2);
    color: #1F3864;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

/* Patient Number */
.patient-number[b-tlfgl0ko83] {
    font-weight: 600;
    color: #1F3864;
}

/* Machine Info */
.machine-info[b-tlfgl0ko83] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.machine-name[b-tlfgl0ko83] {
    font-weight: 600;
    color: #1F3864;
}

.os-version[b-tlfgl0ko83] {
    font-size: 0.7rem;
    color: #9ca3af;
}

/* Folder Info */
.folder-info[b-tlfgl0ko83] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.folder-path[b-tlfgl0ko83] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.75rem;
    background: rgba(166, 225, 255, 0.15);
    color: #5a7184;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    cursor: help;
}

/* Version Badge */
.version-badge[b-tlfgl0ko83] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1F3864;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* No Data */
.no-data[b-tlfgl0ko83] {
    color: #9ca3af;
    font-style: italic;
}

/* Timestamp */
.timestamp[b-tlfgl0ko83] {
    font-size: 0.8rem;
    color: #5a7184;
}

/* Duration */
.duration[b-tlfgl0ko83] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.8rem;
    color: #1F3864;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

/* ===== Info Card ===== */
.info-card[b-tlfgl0ko83] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #eff6ff 0%, #e0f0ff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 12px;
    animation: fadeInUp-b-tlfgl0ko83 0.6s ease-out 0.3s both;
}

.info-icon[b-tlfgl0ko83] {
    flex-shrink: 0;
    color: #1F3864;
}

.info-content[b-tlfgl0ko83] {
    font-size: 0.85rem;
    color: #5a7184;
    line-height: 1.6;
}

.info-content strong[b-tlfgl0ko83] {
    color: #1F3864;
}

/* ===== Back Button ===== */
.btn-back[b-tlfgl0ko83] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    height: 48px;
    margin-top: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    color: #5a7184;
    border: 2px solid #e8f4fc;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-back:hover[b-tlfgl0ko83] {
    border-color: #A6E1FF;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ===== Page Footer ===== */
.page-footer[b-tlfgl0ko83] {
    margin-top: auto;
    padding-top: 2rem;
    text-align: center;
}

.footer-text[b-tlfgl0ko83] {
    font-size: 0.75rem;
    color: #9ca3af;
    letter-spacing: 0.02em;
}

/* ===== Responsive Design ===== */
@media (max-width: 1200px) {
    .stats-grid[b-tlfgl0ko83] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .main-content[b-tlfgl0ko83] {
        padding: 1rem;
        padding-top: 5rem;
    }

    .page-header[b-tlfgl0ko83] {
        padding: 1rem 1.5rem;
    }

    .stats-grid[b-tlfgl0ko83] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-header[b-tlfgl0ko83] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-actions[b-tlfgl0ko83] {
        justify-content: flex-end;
    }

    .stats-grid[b-tlfgl0ko83] {
        grid-template-columns: 1fr;
    }

    .page-title[b-tlfgl0ko83] {
        font-size: 1.5rem;
    }

    .clients-table th[b-tlfgl0ko83],
    .clients-table td[b-tlfgl0ko83] {
        padding: 0.75rem 0.5rem;
    }
}

@media (max-width: 640px) {
    .page-title[b-tlfgl0ko83] {
        font-size: 1.35rem;
    }

    .stat-card[b-tlfgl0ko83] {
        padding: 1rem;
    }

    .stat-value[b-tlfgl0ko83] {
        font-size: 1.25rem;
    }

    .clients-table[b-tlfgl0ko83] {
        font-size: 0.8rem;
    }
}

/* ===== Scrollbar ===== */
.main-content[b-tlfgl0ko83]::-webkit-scrollbar {
    width: 8px;
}

.main-content[b-tlfgl0ko83]::-webkit-scrollbar-track {
    background: transparent;
}

.main-content[b-tlfgl0ko83]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.4) 0%, rgba(31, 56, 100, 0.3) 100%);
    border-radius: 4px;
}

.main-content[b-tlfgl0ko83]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.6) 0%, rgba(31, 56, 100, 0.5) 100%);
}

.table-container[b-tlfgl0ko83]::-webkit-scrollbar {
    height: 6px;
}

.table-container[b-tlfgl0ko83]::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.table-container[b-tlfgl0ko83]::-webkit-scrollbar-thumb {
    background: #A6E1FF;
    border-radius: 3px;
}
/* _content/PCMBackendService/Components/Pages/Admin/Controlling.razor.rz.scp.css */
/* Controlling - Medical Blue Design System 2026 */

.admin-page[b-3mknzfuaam] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

.content-wrapper[b-3mknzfuaam] { position: relative; z-index: 1; display: flex; height: 100vh; }
.main-content[b-3mknzfuaam] { flex: 1; display: flex; flex-direction: column; overflow-y: auto; padding: 2rem; min-width: 0; width: 100%; }
.page-header[b-3mknzfuaam] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; padding: 1.5rem 2rem; background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 16px; }
.page-title[b-3mknzfuaam] { font-size: 1.75rem; font-weight: 700; color: #1F3864; margin: 0; }
.page-subtitle[b-3mknzfuaam] { font-size: 0.95rem; color: #5a7184; margin: 0; }

.content-card[b-3mknzfuaam] {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
}

.content-card[b-3mknzfuaam]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 20px 20px 0 0;
}

/* Filter Section */
.filter-section[b-3mknzfuaam] { margin-bottom: 2rem; }
.filter-row[b-3mknzfuaam] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; align-items: end; }
.filter-group[b-3mknzfuaam] { display: flex; flex-direction: column; }
.filter-action[b-3mknzfuaam] { justify-content: flex-end; }

.form-label[b-3mknzfuaam] {
    font-weight: 700;
    font-size: 0.75rem;
    color: #1F3864;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-input[b-3mknzfuaam], .form-select[b-3mknzfuaam],
[b-3mknzfuaam] .form-input, [b-3mknzfuaam] .form-select,
[b-3mknzfuaam] input.form-input, [b-3mknzfuaam] select.form-select {
    height: 48px;
    padding: 0 1rem;
    border: 2px solid #A6E1FF;
    border-radius: 12px;
    background: #ffffff;
    color: #1F3864;
    font-size: 1rem;
    outline: none;
    box-sizing: border-box;
}

.form-input:focus[b-3mknzfuaam], .form-select:focus[b-3mknzfuaam],
[b-3mknzfuaam] .form-input:focus, [b-3mknzfuaam] .form-select:focus,
[b-3mknzfuaam] input.form-input:focus, [b-3mknzfuaam] select.form-select:focus {
    border-color: #1F3864;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3);
}

.btn-accent[b-3mknzfuaam] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 48px;
    padding: 0 1.5rem;
    background: linear-gradient(135deg, #A6E1FF 0%, #8dd4ff 100%);
    color: #1F3864;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accent:hover[b-3mknzfuaam] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    transform: translateY(-2px);
}

/* Stats Grid */
.stats-grid[b-3mknzfuaam] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.stats-grid-5[b-3mknzfuaam] { grid-template-columns: repeat(5, 1fr); }

.stat-card[b-3mknzfuaam] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
}

.stat-label[b-3mknzfuaam] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

.stat-value[b-3mknzfuaam] {
    font-size: 2rem;
    font-weight: 700;
    color: #1F3864;
}

.stat-value-small[b-3mknzfuaam] { font-size: 1.5rem; }

.stat-subtitle[b-3mknzfuaam] {
    font-size: 0.7rem;
    color: #9ca3af;
    margin-top: 0.25rem;
}

.stat-trend[b-3mknzfuaam] {
    font-size: 0.7rem;
    font-weight: 600;
    margin-top: 0.25rem;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    display: inline-block;
}

.trend-up[b-3mknzfuaam] { background: #ecfdf5; color: #10b981; }
.trend-down[b-3mknzfuaam] { background: #fef2f2; color: #ef4444; }

.stat-card-primary[b-3mknzfuaam] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border-color: #1F3864;
}

.stat-card-primary .stat-label[b-3mknzfuaam] { color: #A6E1FF; }
.stat-card-primary .stat-value[b-3mknzfuaam] { color: #ffffff; }
.stat-card-primary .stat-trend[b-3mknzfuaam] { background: rgba(255,255,255,0.2); color: #ffffff; }

/* Charts Grid */
.charts-grid[b-3mknzfuaam] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 2rem; }

.chart-card[b-3mknzfuaam] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 16px;
    padding: 1.5rem;
}

.chart-title[b-3mknzfuaam] {
    font-size: 1rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 1rem 0;
}

.chart-container[b-3mknzfuaam] {
    position: relative;
    height: 300px;
}

.chart-empty[b-3mknzfuaam] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: #f8fbff;
    border-radius: 12px;
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Table Section */
.table-section[b-3mknzfuaam] { margin-top: 2rem; }
.section-header[b-3mknzfuaam] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.section-title[b-3mknzfuaam] { font-size: 1rem; font-weight: 700; color: #1F3864; margin: 0; }

.btn-secondary[b-3mknzfuaam] { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: #ffffff; color: #5a7184; border: 2px solid #e8f4fc; border-radius: 50px; font-weight: 600; font-size: 0.875rem; cursor: pointer; transition: all 0.2s ease; text-decoration: none; }
.btn-secondary:hover[b-3mknzfuaam] { border-color: #A6E1FF; color: #1F3864; }
.btn-sm[b-3mknzfuaam] { height: 36px; padding: 0 1rem; }

.table-container[b-3mknzfuaam] {
    overflow-x: auto;
    border-radius: 16px;
    border: 2px solid #e8f4fc;
}

.data-table[b-3mknzfuaam] { width: 100%; border-collapse: collapse; }
.data-table thead[b-3mknzfuaam] { background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%); }

.data-table th[b-3mknzfuaam] {
    padding: 1rem 1.5rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.75rem;
    color: #1F3864;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #A6E1FF;
}

.data-table td[b-3mknzfuaam] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e8f4fc;
    color: #5a7184;
}

.data-table tbody tr:hover[b-3mknzfuaam] { background: rgba(166, 225, 255, 0.1); }
.data-table th:last-child[b-3mknzfuaam], .data-table td:last-child[b-3mknzfuaam] { text-align: right; }

/* Alert Styles */
.alert[b-3mknzfuaam] { display: flex; align-items: center; gap: 0.75rem; padding: 1rem 1.5rem; border-radius: 12px; margin-bottom: 1.5rem; }
.alert-error[b-3mknzfuaam] { background: #fef2f2; border: 2px solid #fecaca; color: #dc2626; }
.alert-info[b-3mknzfuaam] { background: #eff6ff; border: 2px solid #bfdbfe; color: #2563eb; }

/* Empty State */
.empty-state[b-3mknzfuaam] { text-align: center; padding: 3rem 2rem; }
.empty-state-full[b-3mknzfuaam] { text-align: center; padding: 4rem 2rem; }
.empty-state-icon[b-3mknzfuaam] {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    padding: 1.5rem;
    background: #f8fbff;
    border: 2px solid #e8f4fc;
    border-radius: 50%;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state-full .empty-state-icon[b-3mknzfuaam] {
    width: 140px;
    height: 140px;
    padding: 2rem;
}

.empty-state-title[b-3mknzfuaam] { font-size: 1.25rem; font-weight: 700; color: #1F3864; margin: 0 0 0.5rem 0; }
.empty-state-text[b-3mknzfuaam] { color: #5a7184; margin: 0 0 0.5rem 0; max-width: 400px; margin-left: auto; margin-right: auto; }
.empty-state-hint[b-3mknzfuaam] { font-size: 0.875rem; color: #9ca3af; margin: 0; }

/* Loading */
.loading-state[b-3mknzfuaam] { display: flex; flex-direction: column; align-items: center; padding: 3rem; gap: 1rem; }
.spinner[b-3mknzfuaam] {
    width: 48px;
    height: 48px;
    border: 4px solid #e8f4fc;
    border-top-color: #1F3864;
    border-radius: 50%;
    animation: spin-b-3mknzfuaam 0.8s linear infinite;
}
@keyframes spin-b-3mknzfuaam { to { transform: rotate(360deg); } }

.page-footer[b-3mknzfuaam] { margin-top: auto; padding-top: 2rem; text-align: center; }
.footer-text[b-3mknzfuaam] { font-size: 0.75rem; color: #9ca3af; }

@media (max-width: 1280px) {
    .stats-grid-5[b-3mknzfuaam] { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
    .main-content[b-3mknzfuaam] { margin-left: 0; padding: 1rem; padding-top: 5rem; width: 100%; }
    .filter-row[b-3mknzfuaam] { grid-template-columns: repeat(2, 1fr); }
    .stats-grid[b-3mknzfuaam] { grid-template-columns: repeat(2, 1fr); }
    .stats-grid-5[b-3mknzfuaam] { grid-template-columns: repeat(2, 1fr); }
    .charts-grid[b-3mknzfuaam] { grid-template-columns: 1fr; }
    .section-header[b-3mknzfuaam] { flex-direction: column; gap: 1rem; align-items: flex-start; }
    .page-header[b-3mknzfuaam] { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

@media (max-width: 768px) {
    .main-content[b-3mknzfuaam] { padding: 1rem; padding-top: 5rem; }
    .content-card[b-3mknzfuaam] { padding: 1.5rem; }
    .filter-row[b-3mknzfuaam] { grid-template-columns: 1fr; }
    .stats-grid[b-3mknzfuaam], .stats-grid-5[b-3mknzfuaam] { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
    .stat-card[b-3mknzfuaam] { padding: 1rem; }
    .stat-value[b-3mknzfuaam] { font-size: 1.5rem; }
    .stat-label[b-3mknzfuaam] { font-size: 0.65rem; }
    .chart-container[b-3mknzfuaam] { height: 250px; }
    .chart-empty[b-3mknzfuaam] { height: 250px; }
    .page-title[b-3mknzfuaam] { font-size: 1.5rem; }
    .page-header[b-3mknzfuaam] { padding: 1rem 1.5rem; }
    
    /* Table responsive */
    .data-table th[b-3mknzfuaam], .data-table td[b-3mknzfuaam] { padding: 0.75rem 1rem; font-size: 0.85rem; }
    .data-table th:nth-child(4)[b-3mknzfuaam], .data-table td:nth-child(4)[b-3mknzfuaam],
    .data-table th:nth-child(5)[b-3mknzfuaam], .data-table td:nth-child(5)[b-3mknzfuaam] { display: none; }
}

@media (max-width: 640px) {
    .stats-grid[b-3mknzfuaam], .stats-grid-5[b-3mknzfuaam] { grid-template-columns: 1fr; }
    .stat-value[b-3mknzfuaam] { font-size: 1.75rem; }
    .stat-card[b-3mknzfuaam] { padding: 1.25rem; }
    .page-title[b-3mknzfuaam] { font-size: 1.25rem; }
    .page-subtitle[b-3mknzfuaam] { font-size: 0.85rem; }
    .alert[b-3mknzfuaam] { flex-direction: column; text-align: center; }
    
    /* Hide more columns on mobile */
    .data-table th:nth-child(3)[b-3mknzfuaam], .data-table td:nth-child(3)[b-3mknzfuaam] { display: none; }
}
/* _content/PCMBackendService/Components/Pages/Admin/DataExchange.razor.rz.scp.css */
/* DataExchange - Medical Blue Design System 2026 */

.admin-page[b-shxh16owhw] {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden;
    background: radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%), radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%), radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%), linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

.content-wrapper[b-shxh16owhw] { position: relative; z-index: 1; display: flex; height: 100vh; }
.main-content[b-shxh16owhw] { flex: 1; display: flex; flex-direction: column; overflow-y: auto; padding: 2rem; min-width: 0; width: 100%; }
.page-header[b-shxh16owhw] { margin-bottom: 2rem; padding: 1.5rem 2rem; background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 16px; }
.page-title[b-shxh16owhw] { font-size: 1.75rem; font-weight: 700; color: #1F3864; margin: 0; }
.page-subtitle[b-shxh16owhw] { font-size: 0.95rem; color: #5a7184; margin: 0; }

.content-card[b-shxh16owhw] { width: 100%; background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 20px; padding: 2rem; position: relative; }
.content-card[b-shxh16owhw]::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%); border-radius: 20px 20px 0 0; }

.search-section[b-shxh16owhw] { margin-bottom: 1rem; }
.search-row[b-shxh16owhw] { display: flex; gap: 1rem; width: 100%; }
.form-input[b-shxh16owhw], [b-shxh16owhw] .form-input, [b-shxh16owhw] input.form-input { flex: 1; height: 48px; padding: 0 1rem; border: 2px solid #A6E1FF; border-radius: 12px; background: #ffffff; color: #1F3864; font-size: 1rem; box-sizing: border-box; }
.form-input:focus[b-shxh16owhw], [b-shxh16owhw] .form-input:focus, [b-shxh16owhw] input.form-input:focus { border-color: #1F3864; box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3); outline: none; }

.btn-accent[b-shxh16owhw] { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0 1.5rem; height: 48px; background: linear-gradient(135deg, #A6E1FF 0%, #8dd4ff 100%); color: #1F3864; border: none; border-radius: 50px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: all 0.3s ease; }
.btn-accent:hover[b-shxh16owhw] { background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%); color: #ffffff; }

.alert[b-shxh16owhw] { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.5rem; border-radius: 12px; margin-bottom: 1.5rem; }
.alert-info[b-shxh16owhw] { background: linear-gradient(135deg, #eff6ff 0%, #e0f0ff 100%); border: 2px solid #A6E1FF; color: #1F3864; }

.table-container[b-shxh16owhw] { overflow-x: auto; border-radius: 16px; border: 2px solid #e8f4fc; }
.data-table[b-shxh16owhw] { width: 100%; border-collapse: collapse; }
.data-table thead[b-shxh16owhw] { background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%); }
.data-table th[b-shxh16owhw] { padding: 1rem 1.5rem; text-align: left; font-weight: 700; font-size: 0.75rem; color: #1F3864; text-transform: uppercase; border-bottom: 2px solid #A6E1FF; }
.data-table td[b-shxh16owhw] { padding: 1rem 1.5rem; border-bottom: 1px solid #e8f4fc; color: #5a7184; }
.data-table tbody tr:hover[b-shxh16owhw] { background: rgba(166, 225, 255, 0.1); }
.primary-text[b-shxh16owhw] { color: #1F3864; }

.empty-state[b-shxh16owhw] { text-align: center; padding: 3rem 2rem; }
.empty-state-icon[b-shxh16owhw] { width: 100px; height: 100px; margin: 0 auto 1.5rem; padding: 1.5rem; background: #f8fbff; border: 2px solid #e8f4fc; border-radius: 50%; color: #9ca3af; display: flex; align-items: center; justify-content: center; }
.empty-state-title[b-shxh16owhw] { font-size: 1.25rem; font-weight: 700; color: #1F3864; margin: 0 0 0.5rem 0; }
.empty-state-text[b-shxh16owhw] { color: #5a7184; margin: 0; }

.loading-state[b-shxh16owhw] { display: flex; flex-direction: column; align-items: center; padding: 3rem; gap: 1rem; }
.spinner[b-shxh16owhw] { width: 48px; height: 48px; border: 4px solid #e8f4fc; border-top-color: #1F3864; border-radius: 50%; animation: spin-b-shxh16owhw 0.8s linear infinite; }
.spinner-small[b-shxh16owhw] { width: 18px; height: 18px; border: 2px solid rgba(31, 56, 100, 0.3); border-top-color: #1F3864; border-radius: 50%; animation: spin-b-shxh16owhw 0.6s linear infinite; }
@keyframes spin-b-shxh16owhw { to { transform: rotate(360deg); } }

.alert-success[b-shxh16owhw] { background: #ecfdf5; border: 2px solid #6ee7b7; color: #10b981; }

.page-footer[b-shxh16owhw] { margin-top: auto; padding-top: 2rem; text-align: center; }
.footer-text[b-shxh16owhw] { font-size: 0.75rem; color: #9ca3af; }

@media (max-width: 1024px) { 
    .main-content[b-shxh16owhw] { margin-left: 0; padding: 1rem; padding-top: 5rem; width: 100%; } 
    .search-row[b-shxh16owhw] { flex-direction: column; max-width: none; } 
    .page-header[b-shxh16owhw] { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

@media (max-width: 768px) {
    .content-card[b-shxh16owhw] { padding: 1.5rem; }
    .page-header[b-shxh16owhw] { padding: 1rem 1.5rem; }
    .page-title[b-shxh16owhw] { font-size: 1.5rem; }
    .data-table th[b-shxh16owhw], .data-table td[b-shxh16owhw] { padding: 0.75rem 1rem; font-size: 0.85rem; }
}
/* _content/PCMBackendService/Components/Pages/Admin/Examinations.razor.rz.scp.css */
/* Examinations - Medical Blue Design System 2026 */

.admin-page[b-lmpkviiwwj] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

.content-wrapper[b-lmpkviiwwj] { position: relative; z-index: 1; display: flex; height: 100vh; }
.main-content[b-lmpkviiwwj] { flex: 1; display: flex; flex-direction: column; overflow-y: auto; padding: 2rem; min-width: 0; width: 100%; }
.page-header[b-lmpkviiwwj] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; padding: 1.5rem 2rem; background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 16px; }
.page-title[b-lmpkviiwwj] { font-size: 1.75rem; font-weight: 700; color: #1F3864; margin: 0; }
.page-subtitle[b-lmpkviiwwj] { font-size: 0.95rem; color: #5a7184; margin: 0; }

.content-card[b-lmpkviiwwj] {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
}

.content-card[b-lmpkviiwwj]::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 20px 20px 0 0;
}

.filter-section[b-lmpkviiwwj] { margin-bottom: 2rem; }
.filter-row[b-lmpkviiwwj] { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; align-items: end; }
.filter-group[b-lmpkviiwwj] { display: flex; flex-direction: column; }
.filter-action[b-lmpkviiwwj] { justify-content: flex-end; }

.form-label[b-lmpkviiwwj] { font-weight: 700; font-size: 0.75rem; color: #1F3864; margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.05em; }
.form-input[b-lmpkviiwwj], .form-select[b-lmpkviiwwj], [b-lmpkviiwwj] .form-input, [b-lmpkviiwwj] .form-select, [b-lmpkviiwwj] input.form-input, [b-lmpkviiwwj] select.form-select { height: 48px; padding: 0 1rem; border: 2px solid #A6E1FF; border-radius: 12px; background: #ffffff; color: #1F3864; font-size: 1rem; box-sizing: border-box; }
.form-input:focus[b-lmpkviiwwj], .form-select:focus[b-lmpkviiwwj], [b-lmpkviiwwj] .form-input:focus, [b-lmpkviiwwj] .form-select:focus, [b-lmpkviiwwj] input.form-input:focus, [b-lmpkviiwwj] select.form-select:focus { border-color: #1F3864; box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3); }

.btn-accent[b-lmpkviiwwj] {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
    height: 48px; padding: 0 1.5rem;
    background: linear-gradient(135deg, #A6E1FF 0%, #8dd4ff 100%);
    color: #1F3864; border: none; border-radius: 50px; font-weight: 600; cursor: pointer; transition: all 0.3s ease;
}

.btn-accent:hover[b-lmpkviiwwj] { background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%); color: #ffffff; transform: translateY(-2px); }

.table-container[b-lmpkviiwwj] { overflow-x: auto; border-radius: 16px; border: 2px solid #e8f4fc; }
.data-table[b-lmpkviiwwj] { width: 100%; border-collapse: collapse; }
.data-table thead[b-lmpkviiwwj] { background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%); }
.data-table th[b-lmpkviiwwj] { padding: 1rem 1.5rem; text-align: left; font-weight: 700; font-size: 0.75rem; color: #1F3864; text-transform: uppercase; border-bottom: 2px solid #A6E1FF; }
.data-table td[b-lmpkviiwwj] { padding: 1rem 1.5rem; border-bottom: 1px solid #e8f4fc; color: #5a7184; }
.data-table tbody tr:hover[b-lmpkviiwwj] { background: rgba(166, 225, 255, 0.1); }
.data-table th:last-child[b-lmpkviiwwj], .data-table td:last-child[b-lmpkviiwwj] { text-align: right; }
.mci-value[b-lmpkviiwwj] { color: #1F3864; }

.pagination[b-lmpkviiwwj] { display: flex; justify-content: center; gap: 0.5rem; margin-top: 2rem; }
.page-btn[b-lmpkviiwwj] {
    min-width: 40px; height: 40px; padding: 0 0.5rem;
    display: flex; align-items: center; justify-content: center;
    background: #ffffff; border: 2px solid #e8f4fc; border-radius: 10px; color: #1F3864; font-weight: 600; cursor: pointer; transition: all 0.2s ease;
}
.page-btn:hover[b-lmpkviiwwj] { border-color: #A6E1FF; background: #f8fbff; }
.page-btn.active[b-lmpkviiwwj] { background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%); border-color: #1F3864; color: #ffffff; }

.empty-state[b-lmpkviiwwj] { text-align: center; padding: 3rem 2rem; }
.empty-state-icon[b-lmpkviiwwj] { width: 100px; height: 100px; margin: 0 auto 1.5rem; padding: 1.5rem; background: #f8fbff; border: 2px solid #e8f4fc; border-radius: 50%; color: #9ca3af; display: flex; align-items: center; justify-content: center; }
.empty-state-title[b-lmpkviiwwj] { font-size: 1.25rem; font-weight: 700; color: #1F3864; margin: 0 0 0.5rem 0; }
.empty-state-text[b-lmpkviiwwj] { color: #5a7184; margin: 0; }

.loading-state[b-lmpkviiwwj] { display: flex; flex-direction: column; align-items: center; padding: 3rem; gap: 1rem; }
.spinner[b-lmpkviiwwj] { width: 48px; height: 48px; border: 4px solid #e8f4fc; border-top-color: #1F3864; border-radius: 50%; animation: spin-b-lmpkviiwwj 0.8s linear infinite; }
@keyframes spin-b-lmpkviiwwj { to { transform: rotate(360deg); } }

.page-footer[b-lmpkviiwwj] { margin-top: auto; padding-top: 2rem; text-align: center; }
.footer-text[b-lmpkviiwwj] { font-size: 0.75rem; color: #9ca3af; }

@media (max-width: 1024px) { 
    .main-content[b-lmpkviiwwj] { margin-left: 0; padding: 1rem; padding-top: 5rem; width: 100%; } 
    .filter-row[b-lmpkviiwwj] { grid-template-columns: repeat(2, 1fr); } 
}

@media (max-width: 768px) {
    .content-card[b-lmpkviiwwj] { padding: 1.5rem; }
    .page-header[b-lmpkviiwwj] { padding: 1rem 1.5rem; }
    .page-title[b-lmpkviiwwj] { font-size: 1.5rem; }
    .filter-row[b-lmpkviiwwj] { grid-template-columns: 1fr; }
    .data-table th[b-lmpkviiwwj], .data-table td[b-lmpkviiwwj] { padding: 0.75rem 1rem; font-size: 0.85rem; }
}
/* _content/PCMBackendService/Components/Pages/Admin/GdtIntegration.razor.rz.scp.css */
/* ==========================================================================
   GDT Integration - Medical Blue Design System 2026
   Konsistent mit AdminSettings.razor und anderen Admin-Seiten
   ========================================================================== */

/* ===== Page Layout ===== */
.admin-page[b-7r73hflbce] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: pageLoadFade-b-7r73hflbce 0.5s ease-out;
}

@keyframes pageLoadFade-b-7r73hflbce {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Animated Gradient Overlay */
.admin-page[b-7r73hflbce]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(166, 225, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(31, 56, 100, 0.1) 0%, transparent 40%);
    z-index: 0;
    animation: meshFloat-b-7r73hflbce 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes meshFloat-b-7r73hflbce {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    33% { 
        transform: translate(2%, -2%) scale(1.02);
        opacity: 0.9;
    }
    66% { 
        transform: translate(-1%, 1%) scale(0.98);
        opacity: 1;
    }
}

/* ===== Content Wrapper ===== */
.content-wrapper[b-7r73hflbce] {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
    width: 100vw;
}

/* ===== Main Content ===== */
.main-content[b-7r73hflbce] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: var(--spacing-xl, 2rem);
    min-width: 0;
    width: 100%;
}

/* Page Header */
.page-header[b-7r73hflbce] {
    margin-bottom: var(--spacing-xl, 2rem);
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 16px;
    animation: fadeInUp-b-7r73hflbce 0.5s ease-out;
}

@keyframes fadeInUp-b-7r73hflbce {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-content[b-7r73hflbce] {
    text-align: left;
}

.page-title[b-7r73hflbce] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-xs, 0.25rem) 0;
    letter-spacing: -0.02em;
}

.page-subtitle[b-7r73hflbce] {
    font-size: 0.95rem;
    color: #5a7184;
    font-weight: 500;
    margin: 0;
}

/* ===== Integration Card ===== */
.integration-card[b-7r73hflbce] {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    padding: var(--spacing-xl, 2rem);
    position: relative;
    overflow: visible;
    animation: fadeInUp-b-7r73hflbce 0.6s ease-out 0.1s both;
}

.integration-card[b-7r73hflbce]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 20px 20px 0 0;
}

/* ===== Info Sections ===== */
.info-section[b-7r73hflbce] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e8f4fc;
}

.info-section:last-of-type[b-7r73hflbce] {
    border-bottom: none;
    margin-bottom: 1.5rem;
}

.section-title[b-7r73hflbce] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 1rem 0;
}

.section-title svg[b-7r73hflbce] {
    color: #A6E1FF;
    flex-shrink: 0;
}

.section-description[b-7r73hflbce] {
    font-size: 0.875rem;
    color: #5a7184;
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.info-content[b-7r73hflbce] {
    font-size: 0.95rem;
    color: #5a7184;
    line-height: 1.7;
}

.info-content p[b-7r73hflbce] {
    margin: 0 0 1rem 0;
}

.info-content p:last-child[b-7r73hflbce] {
    margin-bottom: 0;
}

.info-content strong[b-7r73hflbce] {
    color: #1F3864;
}

/* ===== Workflow Steps ===== */
.workflow-steps[b-7r73hflbce] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.workflow-step[b-7r73hflbce] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.workflow-step:hover[b-7r73hflbce] {
    border-color: #A6E1FF;
    transform: translateX(4px);
}

.step-number[b-7r73hflbce] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.step-content h4[b-7r73hflbce] {
    margin: 0 0 0.25rem 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1F3864;
}

.step-content p[b-7r73hflbce] {
    margin: 0;
    font-size: 0.875rem;
    color: #5a7184;
    line-height: 1.5;
}

/* ===== Benefits Grid ===== */
.benefits-grid[b-7r73hflbce] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.benefit-item[b-7r73hflbce] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    font-size: 0.875rem;
    color: #5a7184;
    transition: all 0.3s ease;
}

.benefit-item:hover[b-7r73hflbce] {
    border-color: #A6E1FF;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fc 100%);
}

.benefit-item svg[b-7r73hflbce] {
    color: #1F3864;
    flex-shrink: 0;
}

/* ===== Parameters Grid ===== */
.parameters-grid[b-7r73hflbce] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.parameter-item[b-7r73hflbce] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

.parameter-item:hover[b-7r73hflbce] {
    border-color: #A6E1FF;
}

.param-header[b-7r73hflbce] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.param-name[b-7r73hflbce] {
    font-weight: 700;
    color: #1F3864;
    font-size: 0.95rem;
}

.param-badge[b-7r73hflbce] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.param-badge.required[b-7r73hflbce] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #d97706;
    border: 1px solid #fbbf24;
}

.param-description[b-7r73hflbce] {
    font-size: 0.85rem;
    color: #5a7184;
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
}

.param-example[b-7r73hflbce] {
    display: inline-block;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.8rem;
    background: rgba(166, 225, 255, 0.2);
    color: #1F3864;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
}

/* ===== Highlight Section (API Key) ===== */
.highlight-section[b-7r73hflbce] {
    background: linear-gradient(135deg, #eff6ff 0%, #e0f0ff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 16px;
    padding: 1.5rem;
    margin: 0 -0.5rem 2rem -0.5rem;
}

/* ===== API Key Container ===== */
.api-key-container[b-7r73hflbce] {
    margin-top: 1rem;
}

.api-key-display[b-7r73hflbce] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #ffffff;
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    flex-wrap: wrap;
}

.api-key-value[b-7r73hflbce] {
    flex: 1;
    min-width: 200px;
}

.api-key-value code[b-7r73hflbce] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 1rem;
    color: #1F3864;
    word-break: break-all;
    letter-spacing: 0.05em;
}

.api-key-actions[b-7r73hflbce] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.btn-icon[b-7r73hflbce] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 10px;
    color: #5a7184;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-icon:hover[b-7r73hflbce] {
    border-color: #A6E1FF;
    color: #1F3864;
    transform: scale(1.05);
}

.btn-copy[b-7r73hflbce] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    height: 40px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-copy:hover[b-7r73hflbce] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-copy svg[b-7r73hflbce] {
    flex-shrink: 0;
}

.api-key-hint[b-7r73hflbce] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 1rem 0 0 0;
    font-size: 0.8rem;
    color: #5a7184;
    line-height: 1.5;
}

.api-key-hint svg[b-7r73hflbce] {
    flex-shrink: 0;
    margin-top: 2px;
    color: #1F3864;
}

.api-key-not-set[b-7r73hflbce] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #fbbf24;
    border-radius: 12px;
}

.api-key-not-set svg[b-7r73hflbce] {
    color: #d97706;
    flex-shrink: 0;
}

.api-key-not-set strong[b-7r73hflbce] {
    display: block;
    color: #92400e;
    margin-bottom: 0.25rem;
}

.api-key-not-set p[b-7r73hflbce] {
    margin: 0;
    font-size: 0.85rem;
    color: #a16207;
}

/* ===== Download Section ===== */
.download-section[b-7r73hflbce] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.download-info[b-7r73hflbce] {
    flex: 1;
    min-width: 280px;
}

.download-info h4[b-7r73hflbce] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: #1F3864;
}

.download-info p[b-7r73hflbce] {
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    color: #5a7184;
    line-height: 1.6;
}

.download-requirements[b-7r73hflbce] {
    margin: 0;
    padding-left: 1.25rem;
    list-style: disc;
}

.download-requirements li[b-7r73hflbce] {
    font-size: 0.85rem;
    color: #5a7184;
    margin-bottom: 0.25rem;
}

.btn-download[b-7r73hflbce] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.75rem;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.25);
    flex-shrink: 0;
}

.btn-download:hover[b-7r73hflbce] {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(31, 56, 100, 0.35);
    text-decoration: none;
    color: #ffffff;
}

.btn-download:active[b-7r73hflbce] {
    transform: translateY(-1px);
}

.btn-download svg[b-7r73hflbce] {
    flex-shrink: 0;
}

/* ===== Support Info ===== */
.support-info p[b-7r73hflbce] {
    margin: 0;
    font-size: 0.9rem;
    color: #5a7184;
    line-height: 1.6;
}

/* ===== Back Button ===== */
.btn-back[b-7r73hflbce] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm, 0.5rem);
    padding: var(--spacing-sm, 0.5rem) var(--spacing-lg, 1.5rem);
    height: 48px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    color: #5a7184;
    border: 2px solid #e8f4fc;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1rem;
}

.btn-back:hover[b-7r73hflbce] {
    border-color: #A6E1FF;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-back:active[b-7r73hflbce] {
    transform: translateY(0);
}

/* ===== Page Footer ===== */
.page-footer[b-7r73hflbce] {
    margin-top: auto;
    padding-top: var(--spacing-xl, 2rem);
    text-align: center;
}

.footer-text[b-7r73hflbce] {
    font-size: 0.75rem;
    color: #9ca3af;
    letter-spacing: 0.02em;
}

/* ===== Responsive Design ===== */
@media (max-width: 1024px) {
    .main-content[b-7r73hflbce] {
        padding: var(--spacing-md, 1rem);
        padding-top: 5rem;
    }

    .benefits-grid[b-7r73hflbce],
    .parameters-grid[b-7r73hflbce] {
        grid-template-columns: 1fr;
    }

    .download-section[b-7r73hflbce] {
        flex-direction: column;
    }

    .btn-download[b-7r73hflbce] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-header[b-7r73hflbce] {
        padding: 1rem 1.5rem;
    }

    .page-title[b-7r73hflbce] {
        font-size: 1.5rem;
    }

    .integration-card[b-7r73hflbce] {
        padding: 1.5rem;
    }

    .api-key-display[b-7r73hflbce] {
        flex-direction: column;
        align-items: stretch;
    }

    .api-key-actions[b-7r73hflbce] {
        justify-content: flex-end;
    }

    .highlight-section[b-7r73hflbce] {
        margin: 0 0 2rem 0;
    }
}

@media (max-width: 640px) {
    .page-title[b-7r73hflbce] {
        font-size: 1.35rem;
    }

    .integration-card[b-7r73hflbce] {
        padding: 1.25rem;
    }

    .section-title[b-7r73hflbce] {
        font-size: 1rem;
    }

    .workflow-step[b-7r73hflbce] {
        padding: 0.875rem 1rem;
    }

    .benefit-item[b-7r73hflbce] {
        padding: 0.875rem 1rem;
        font-size: 0.8rem;
    }

    .parameter-item[b-7r73hflbce] {
        padding: 1rem;
    }

    .btn-download[b-7r73hflbce] {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* ===== Scrollbar ===== */
.main-content[b-7r73hflbce]::-webkit-scrollbar {
    width: 8px;
}

.main-content[b-7r73hflbce]::-webkit-scrollbar-track {
    background: transparent;
}

.main-content[b-7r73hflbce]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.4) 0%, rgba(31, 56, 100, 0.3) 100%);
    border-radius: 4px;
}

.main-content[b-7r73hflbce]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(166, 225, 255, 0.6) 0%, rgba(31, 56, 100, 0.5) 100%);
}

/* ===== URL Badges ===== */
.url-badge[b-7r73hflbce] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 12px;
    vertical-align: middle;
}

.url-badge.https[b-7r73hflbce] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.url-badge.http[b-7r73hflbce] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.api-key-value[b-7r73hflbce] {
    display: flex;
    align-items: center;
}
/* _content/PCMBackendService/Components/Pages/Admin/Operations.razor.rz.scp.css */
/* Operations - Medical Blue Design System 2026 */

.admin-page[b-q0ae6thn4h] {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

.content-wrapper[b-q0ae6thn4h] { position: relative; z-index: 1; display: flex; height: 100vh; }
.main-content[b-q0ae6thn4h] { flex: 1; display: flex; flex-direction: column; overflow-y: auto; padding: 2rem; min-width: 0; width: 100%; }
.page-header[b-q0ae6thn4h] { margin-bottom: 2rem; padding: 1.5rem 2rem; background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 16px; }
.page-title[b-q0ae6thn4h] { font-size: 1.75rem; font-weight: 700; color: #1F3864; margin: 0; }
.page-subtitle[b-q0ae6thn4h] { font-size: 0.95rem; color: #5a7184; margin: 0; }

.content-card[b-q0ae6thn4h] {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF; border-radius: 20px; padding: 2rem; position: relative;
}
.content-card[b-q0ae6thn4h]::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 20px 20px 0 0;
}

.operations-grid[b-q0ae6thn4h] { display: grid; grid-template-columns: 2fr 1fr; gap: 1.5rem; }

.panel[b-q0ae6thn4h] { background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%); border: 2px solid #e8f4fc; border-radius: 16px; padding: 1.5rem; }
.panel-header[b-q0ae6thn4h] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.panel-title[b-q0ae6thn4h] { font-size: 1rem; font-weight: 700; color: #1F3864; margin: 0; }

.log-viewer[b-q0ae6thn4h] {
    background: #ffffff; border: 2px solid #e8f4fc; border-radius: 12px; height: 400px; overflow: auto; padding: 1rem;
}
.log-content[b-q0ae6thn4h] { margin: 0; white-space: pre-wrap; word-wrap: break-word; word-break: break-all; overflow-wrap: break-word; font-family: 'Consolas', monospace; font-size: 0.85rem; color: #5a7184; line-height: 1.6; max-width: 100%; }

.files-list[b-q0ae6thn4h] { max-height: 352px; overflow-y: auto; }
.file-item[b-q0ae6thn4h] {
    display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem;
    background: #ffffff; border: 2px solid #e8f4fc; border-radius: 12px; margin-bottom: 0.5rem; transition: all 0.2s ease;
}
.file-item:hover[b-q0ae6thn4h] { border-color: #A6E1FF; background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%); }
.file-info[b-q0ae6thn4h] { flex: 1; min-width: 0; }
.file-name[b-q0ae6thn4h] { color: #1F3864; font-weight: 600; font-size: 0.9rem; word-break: break-all; }
.file-meta[b-q0ae6thn4h] { color: #9ca3af; font-size: 0.75rem; margin-top: 0.25rem; }

.btn-icon[b-q0ae6thn4h] { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 2px solid #e8f4fc; background: #f8fbff; color: #1F3864; cursor: pointer; transition: all 0.2s ease; text-decoration: none; }
.btn-icon:hover[b-q0ae6thn4h] { background: #A6E1FF; border-color: #A6E1FF; }
.btn-icon-accent[b-q0ae6thn4h] { background: linear-gradient(135deg, #A6E1FF 0%, #8dd4ff 100%); border-color: #A6E1FF; }

.btn-accent[b-q0ae6thn4h] { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: linear-gradient(135deg, #A6E1FF 0%, #8dd4ff 100%); color: #1F3864; border: none; border-radius: 50px; font-weight: 600; font-size: 0.875rem; cursor: pointer; text-decoration: none; transition: all 0.3s ease; }
.btn-accent:hover[b-q0ae6thn4h] { background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%); color: #ffffff; }
.btn-sm[b-q0ae6thn4h] { height: 36px; }

.alert[b-q0ae6thn4h] { padding: 1rem; border-radius: 12px; }
.alert-error[b-q0ae6thn4h] { background: #fef2f2; border: 2px solid #fca5a5; color: #ef4444; }

.loading-state[b-q0ae6thn4h] { display: flex; justify-content: center; align-items: center; height: 100%; }
.loading-small[b-q0ae6thn4h] { height: 100px; }
.spinner[b-q0ae6thn4h] { width: 48px; height: 48px; border: 4px solid #e8f4fc; border-top-color: #1F3864; border-radius: 50%; animation: spin-b-q0ae6thn4h 0.8s linear infinite; }
.spinner-small[b-q0ae6thn4h] { width: 24px; height: 24px; border-width: 2px; }
@keyframes spin-b-q0ae6thn4h { to { transform: rotate(360deg); } }

.empty-state-small[b-q0ae6thn4h] { text-align: center; padding: 1.5rem; color: #9ca3af; }

.page-footer[b-q0ae6thn4h] { margin-top: auto; padding-top: 2rem; text-align: center; }
.footer-text[b-q0ae6thn4h] { font-size: 0.75rem; color: #9ca3af; }

@media (max-width: 1024px) { 
    .main-content[b-q0ae6thn4h] { margin-left: 0; padding: 1rem; padding-top: 5rem; width: 100%; } 
    .operations-grid[b-q0ae6thn4h] { grid-template-columns: 1fr; } 
}

@media (max-width: 768px) {
    .content-card[b-q0ae6thn4h] { padding: 1.5rem; }
    .page-header[b-q0ae6thn4h] { padding: 1rem 1.5rem; }
    .page-title[b-q0ae6thn4h] { font-size: 1.5rem; }
}
/* _content/PCMBackendService/Components/Pages/Admin/Synchronization.razor.rz.scp.css */
/* Synchronization - Medical Blue Design System 2026 */

.admin-page[b-m1y0dbqx8h] {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden;
    background: radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%), radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%), radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%), linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

.content-wrapper[b-m1y0dbqx8h] { position: relative; z-index: 1; display: flex; height: 100vh; }
.main-content[b-m1y0dbqx8h] { flex: 1; display: flex; flex-direction: column; overflow-y: auto; padding: 2rem; min-width: 0; width: 100%; }
.page-header[b-m1y0dbqx8h] { margin-bottom: 2rem; padding: 1.5rem 2rem; background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 16px; }
.page-title[b-m1y0dbqx8h] { font-size: 1.75rem; font-weight: 700; color: #1F3864; margin: 0; }
.page-subtitle[b-m1y0dbqx8h] { font-size: 0.95rem; color: #5a7184; margin: 0; }

.content-card[b-m1y0dbqx8h] { width: 100%; background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 20px; padding: 2rem; position: relative; }
.content-card[b-m1y0dbqx8h]::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%); border-radius: 20px 20px 0 0; }

.alert[b-m1y0dbqx8h] { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.5rem; border-radius: 12px; margin-bottom: 1.5rem; }
.alert-success[b-m1y0dbqx8h] { background: #ecfdf5; border: 2px solid #6ee7b7; color: #10b981; }
.alert-error[b-m1y0dbqx8h] { background: #fef2f2; border: 2px solid #fca5a5; color: #ef4444; }
.alert-info[b-m1y0dbqx8h] { background: linear-gradient(135deg, #eff6ff 0%, #e0f0ff 100%); border: 2px solid #A6E1FF; color: #1F3864; }

.stats-grid[b-m1y0dbqx8h] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 2rem; }
.stat-card[b-m1y0dbqx8h] { background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 16px; padding: 1.5rem; text-align: center; }
.stat-label[b-m1y0dbqx8h] { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #9ca3af; margin-bottom: 0.5rem; }
.stat-value[b-m1y0dbqx8h] { font-size: 2rem; font-weight: 700; color: #1F3864; }
.stat-value-small[b-m1y0dbqx8h] { font-size: 1.25rem; }
.stat-subtext[b-m1y0dbqx8h] { font-size: 0.85rem; color: #5a7184; margin-top: 0.25rem; }

.action-section[b-m1y0dbqx8h] { margin-bottom: 2rem; }
.btn-primary[b-m1y0dbqx8h] { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1.5rem; height: 48px; background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%); color: #ffffff; border: none; border-radius: 50px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35); }
.btn-primary:hover:not(:disabled)[b-m1y0dbqx8h] { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(31, 56, 100, 0.4); }
.btn-primary:disabled[b-m1y0dbqx8h] { opacity: 0.7; cursor: not-allowed; }

.spinner-small[b-m1y0dbqx8h] { width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, 0.3); border-top-color: #ffffff; border-radius: 50%; animation: spin-b-m1y0dbqx8h 0.6s linear infinite; }
@keyframes spin-b-m1y0dbqx8h { to { transform: rotate(360deg); } }

.table-section[b-m1y0dbqx8h] { margin-top: 2rem; }
.section-title[b-m1y0dbqx8h] { font-size: 1rem; font-weight: 700; color: #1F3864; margin: 0 0 1rem 0; }
.table-container[b-m1y0dbqx8h] { overflow-x: auto; border-radius: 16px; border: 2px solid #e8f4fc; }
.data-table[b-m1y0dbqx8h] { width: 100%; border-collapse: collapse; }
.data-table thead[b-m1y0dbqx8h] { background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%); }
.data-table th[b-m1y0dbqx8h] { padding: 1rem 1.5rem; text-align: left; font-weight: 700; font-size: 0.75rem; color: #1F3864; text-transform: uppercase; border-bottom: 2px solid #A6E1FF; }
.data-table td[b-m1y0dbqx8h] { padding: 1rem 1.5rem; border-bottom: 1px solid #e8f4fc; color: #5a7184; }
.data-table tbody tr:hover[b-m1y0dbqx8h] { background: rgba(166, 225, 255, 0.1); }
.data-table th:last-child[b-m1y0dbqx8h], .data-table td:last-child[b-m1y0dbqx8h] { text-align: right; }
.mci-value[b-m1y0dbqx8h] { color: #1F3864; }

.empty-state[b-m1y0dbqx8h] { text-align: center; padding: 3rem 2rem; }
.empty-state-icon[b-m1y0dbqx8h] { width: 100px; height: 100px; margin: 0 auto 1.5rem; padding: 1.5rem; background: #f8fbff; border: 2px solid #e8f4fc; border-radius: 50%; color: #10b981; display: flex; align-items: center; justify-content: center; }
.empty-state-title[b-m1y0dbqx8h] { font-size: 1.25rem; font-weight: 700; color: #1F3864; margin: 0 0 0.5rem 0; }
.empty-state-text[b-m1y0dbqx8h] { color: #5a7184; margin: 0; }

.page-footer[b-m1y0dbqx8h] { margin-top: auto; padding-top: 2rem; text-align: center; }
.footer-text[b-m1y0dbqx8h] { font-size: 0.75rem; color: #9ca3af; }

@media (max-width: 1024px) { 
    .main-content[b-m1y0dbqx8h] { margin-left: 0; padding: 1rem; padding-top: 5rem; width: 100%; } 
    .stats-grid[b-m1y0dbqx8h] { grid-template-columns: 1fr; } 
}

@media (max-width: 768px) {
    .content-card[b-m1y0dbqx8h] { padding: 1.5rem; }
    .page-header[b-m1y0dbqx8h] { padding: 1rem 1.5rem; }
    .page-title[b-m1y0dbqx8h] { font-size: 1.5rem; }
}
/* _content/PCMBackendService/Components/Pages/Admin/Tenant.razor.rz.scp.css */
/* Tenant - Medical Blue Design System 2026 */

.admin-page[b-pejbhbyye7] {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden;
    background: radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%), radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%), radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%), linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

.content-wrapper[b-pejbhbyye7] { position: relative; z-index: 1; display: flex; height: 100vh; }
.main-content[b-pejbhbyye7] { flex: 1; display: flex; flex-direction: column; overflow-y: auto; padding: 2rem; min-width: 0; width: 100%; }
.page-header[b-pejbhbyye7] { margin-bottom: 2rem; padding: 1.5rem 2rem; background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 16px; }
.page-title[b-pejbhbyye7] { font-size: 1.75rem; font-weight: 700; color: #1F3864; margin: 0; }
.page-subtitle[b-pejbhbyye7] { font-size: 0.95rem; color: #5a7184; margin: 0; }

.content-card[b-pejbhbyye7] { width: 100%; background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%); border: 2px solid #A6E1FF; border-radius: 20px; padding: 2rem; position: relative; }
.content-card[b-pejbhbyye7]::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%); border-radius: 20px 20px 0 0; }

.info-grid[b-pejbhbyye7] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; width: 100%; }

.info-card[b-pejbhbyye7] { background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%); border: 2px solid #e8f4fc; border-radius: 16px; padding: 1.5rem; }

.info-header[b-pejbhbyye7] { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.info-icon[b-pejbhbyye7] { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.info-icon-primary[b-pejbhbyye7] { background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%); color: #ffffff; }
.info-icon-accent[b-pejbhbyye7] { background: linear-gradient(135deg, #A6E1FF 0%, #8dd4ff 100%); color: #1F3864; }
.info-header-text[b-pejbhbyye7] { flex: 1; }
.info-title[b-pejbhbyye7] { font-size: 1.25rem; font-weight: 700; color: #1F3864; margin: 0; }
.info-subtitle[b-pejbhbyye7] { font-size: 0.9rem; color: #5a7184; margin: 0; }

.info-row[b-pejbhbyye7] { margin-bottom: 1rem; }
.info-row:last-child[b-pejbhbyye7] { margin-bottom: 0; }
.info-label[b-pejbhbyye7] { display: block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #9ca3af; margin-bottom: 0.25rem; }
.info-value[b-pejbhbyye7] { font-size: 1rem; font-weight: 600; color: #1F3864; }

.status-badge[b-pejbhbyye7] { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; }
.status-dot[b-pejbhbyye7] { width: 8px; height: 8px; border-radius: 50%; }
.status-active[b-pejbhbyye7] { color: #10b981; }
.status-active .status-dot[b-pejbhbyye7] { background: #10b981; }
.status-inactive[b-pejbhbyye7] { color: #ef4444; }
.status-inactive .status-dot[b-pejbhbyye7] { background: #ef4444; }

.license-code[b-pejbhbyye7] { display: block; font-size: 0.9rem; font-family: 'Consolas', monospace; background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%); padding: 0.5rem 0.75rem; border-radius: 8px; border: 2px solid #e8f4fc; color: #1F3864; }

.empty-state[b-pejbhbyye7] { text-align: center; padding: 3rem 2rem; }
.empty-state-icon[b-pejbhbyye7] { width: 100px; height: 100px; margin: 0 auto 1.5rem; padding: 1.5rem; background: #f8fbff; border: 2px solid #e8f4fc; border-radius: 50%; color: #9ca3af; display: flex; align-items: center; justify-content: center; }
.empty-state-title[b-pejbhbyye7] { font-size: 1.25rem; font-weight: 700; color: #1F3864; margin: 0 0 0.5rem 0; }
.empty-state-text[b-pejbhbyye7] { color: #5a7184; margin: 0; }

.loading-state[b-pejbhbyye7] { display: flex; flex-direction: column; align-items: center; padding: 3rem; gap: 1rem; }
.spinner[b-pejbhbyye7] { width: 48px; height: 48px; border: 4px solid #e8f4fc; border-top-color: #1F3864; border-radius: 50%; animation: spin-b-pejbhbyye7 0.8s linear infinite; }
@keyframes spin-b-pejbhbyye7 { to { transform: rotate(360deg); } }

.page-footer[b-pejbhbyye7] { margin-top: auto; padding-top: 2rem; text-align: center; }
.footer-text[b-pejbhbyye7] { font-size: 0.75rem; color: #9ca3af; }

@media (max-width: 1024px) { 
    .main-content[b-pejbhbyye7] { margin-left: 0; padding: 1rem; padding-top: 5rem; width: 100%; } 
    .info-grid[b-pejbhbyye7] { grid-template-columns: 1fr; } 
}

@media (max-width: 768px) {
    .content-card[b-pejbhbyye7] { padding: 1.5rem; }
    .page-header[b-pejbhbyye7] { padding: 1rem 1.5rem; }
    .page-title[b-pejbhbyye7] { font-size: 1.5rem; }
}
/* _content/PCMBackendService/Components/Pages/Admin/UserManagement.razor.rz.scp.css */
/* UserManagement - Imports AdminShared styles via cascade */
/* Component-specific overrides only */

.admin-page[b-uty09ryg98] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

.content-wrapper[b-uty09ryg98] {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
}

.main-content[b-uty09ryg98] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 2rem;
    min-width: 0;
    width: 100%;
}

.content-card[b-uty09ryg98] {
    width: 100%;
}

.page-header[b-uty09ryg98] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 16px;
    gap: 1rem;
}

.page-title[b-uty09ryg98] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0;
}

.page-subtitle[b-uty09ryg98] {
    font-size: 0.95rem;
    color: #5a7184;
    margin: 0;
}

.content-card[b-uty09ryg98] {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
}

.content-card[b-uty09ryg98]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 20px 20px 0 0;
}

/* Buttons */
.btn-primary[b-uty09ryg98] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    height: 48px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-primary:hover[b-uty09ryg98] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.4);
}

.btn-secondary[b-uty09ryg98] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    height: 48px;
    background: #ffffff;
    color: #5a7184;
    border: 2px solid #e8f4fc;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover[b-uty09ryg98] {
    border-color: #A6E1FF;
    color: #1F3864;
}

.btn-danger[b-uty09ryg98] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    height: 48px;
    background: #fef2f2;
    color: #ef4444;
    border: 2px solid #fca5a5;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-danger:hover[b-uty09ryg98] {
    background: #ef4444;
    color: #ffffff;
}

/* Icon Buttons */
.btn-icon[b-uty09ryg98] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-icon-primary[b-uty09ryg98] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
}

.btn-icon-secondary[b-uty09ryg98] {
    background: #ffffff;
    border-color: #e8f4fc;
    color: #5a7184;
}

.btn-icon-accent[b-uty09ryg98] {
    background: #f8fbff;
    border-color: #e8f4fc;
    color: #1F3864;
}

.btn-icon-accent:hover[b-uty09ryg98] {
    background: #A6E1FF;
    border-color: #A6E1FF;
}

.btn-icon-danger[b-uty09ryg98] {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #ef4444;
}

.btn-icon-danger:hover[b-uty09ryg98] {
    background: #ef4444;
    color: #ffffff;
}

/* Alerts */
.alert[b-uty09ryg98] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.alert-error[b-uty09ryg98] {
    background: #fef2f2;
    border: 2px solid #fca5a5;
    color: #ef4444;
}

.alert-success[b-uty09ryg98] {
    background: #ecfdf5;
    border: 2px solid #6ee7b7;
    color: #10b981;
}

/* Table */
.table-container[b-uty09ryg98] {
    overflow-x: auto;
    border-radius: 16px;
    border: 2px solid #e8f4fc;
}

.data-table[b-uty09ryg98] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-uty09ryg98] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
}

.data-table th[b-uty09ryg98] {
    padding: 1rem 1.5rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.75rem;
    color: #1F3864;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #A6E1FF;
}

.data-table td[b-uty09ryg98] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e8f4fc;
    color: #5a7184;
}

.data-table tbody tr:hover[b-uty09ryg98] {
    background: rgba(166, 225, 255, 0.1);
}

.data-table th:last-child[b-uty09ryg98],
.data-table td:last-child[b-uty09ryg98] {
    text-align: right;
}

.table-actions[b-uty09ryg98] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

/* Form */
.form-group[b-uty09ryg98] {
    margin-bottom: 1.5rem;
}

.form-label[b-uty09ryg98] {
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    color: #1F3864;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-input[b-uty09ryg98],
[b-uty09ryg98] .form-input,
[b-uty09ryg98] input.form-input {
    width: 100%;
    height: 48px;
    padding: 0 1rem;
    border: 2px solid #A6E1FF;
    border-radius: 12px;
    background: #ffffff;
    color: #1F3864;
    font-size: 1rem;
    outline: none;
    box-sizing: border-box;
}

.form-input:focus[b-uty09ryg98],
[b-uty09ryg98] .form-input:focus,
[b-uty09ryg98] input.form-input:focus {
    border-color: #1F3864;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3);
}

.form-select-inline[b-uty09ryg98],
[b-uty09ryg98] .form-select-inline,
[b-uty09ryg98] select.form-select-inline {
    height: 36px;
    width: 120px;
    padding: 0 0.75rem;
    border: 2px solid #A6E1FF;
    border-radius: 8px;
    background: #ffffff;
    color: #1F3864;
    font-size: 0.875rem;
    box-sizing: border-box;
}

/* Role Badge */
.role-badge[b-uty09ryg98] {
    display: inline-flex;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.role-admin[b-uty09ryg98] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
}

.role-user[b-uty09ryg98] {
    background: linear-gradient(135deg, #A6E1FF 0%, #8dd4ff 100%);
    color: #1F3864;
}

/* Empty State */
.empty-state[b-uty09ryg98] {
    text-align: center;
    padding: 3rem 2rem;
}

.empty-state-icon[b-uty09ryg98] {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    padding: 1.5rem;
    background: #f8fbff;
    border: 2px solid #e8f4fc;
    border-radius: 50%;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state-title[b-uty09ryg98] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 0.5rem 0;
}

.empty-state-text[b-uty09ryg98] {
    color: #5a7184;
    margin: 0 0 2rem 0;
}

/* Loading State */
.loading-state[b-uty09ryg98] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    gap: 1rem;
}

.spinner[b-uty09ryg98] {
    width: 48px;
    height: 48px;
    border: 4px solid #e8f4fc;
    border-top-color: #1F3864;
    border-radius: 50%;
    animation: spin-b-uty09ryg98 0.8s linear infinite;
}

.spinner-small[b-uty09ryg98] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-uty09ryg98 0.6s linear infinite;
}

@keyframes spin-b-uty09ryg98 {
    to { transform: rotate(360deg); }
}

/* Modal */
.modal-overlay[b-uty09ryg98] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 56, 100, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    padding: 1rem;
}

.user-modal[b-uty09ryg98] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    position: relative;
}

.user-modal-sm[b-uty09ryg98] {
    max-width: 400px;
}

.user-modal[b-uty09ryg98]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 20px 20px 0 0;
}

.modal-header[b-uty09ryg98] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 2px solid #e8f4fc;
}

.modal-title[b-uty09ryg98] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0;
}

.modal-close[b-uty09ryg98] {
    width: 36px;
    height: 36px;
    background: #f8fbff;
    border: 2px solid #e8f4fc;
    border-radius: 8px;
    color: #5a7184;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover[b-uty09ryg98] {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #ef4444;
}

.modal-body[b-uty09ryg98] {
    padding: 1.5rem;
}

.modal-footer[b-uty09ryg98] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 2px solid #e8f4fc;
}

.text-muted[b-uty09ryg98] {
    color: #9ca3af;
    font-size: 0.875rem;
}

.page-footer[b-uty09ryg98] {
    margin-top: auto;
    padding-top: 2rem;
    text-align: center;
}

.footer-text[b-uty09ryg98] {
    font-size: 0.75rem;
    color: #9ca3af;
}

@media (max-width: 1024px) {
    .main-content[b-uty09ryg98] {
        margin-left: 0;
        padding: 1rem;
        padding-top: 5rem;
        width: 100%;
    }
    .page-header[b-uty09ryg98] { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

@media (max-width: 768px) {
    .content-card[b-uty09ryg98] { padding: 1.5rem; }
    .page-header[b-uty09ryg98] { padding: 1rem 1.5rem; }
    .page-title[b-uty09ryg98] { font-size: 1.5rem; }
    .data-table th[b-uty09ryg98], .data-table td[b-uty09ryg98] { padding: 0.75rem 1rem; font-size: 0.85rem; }
}
/* _content/PCMBackendService/Components/Pages/Admin/UserManagementCreate.razor.rz.scp.css */
/* UserManagementCreate - Medical Blue Design System 2026 */

.admin-page[b-qzp5jkbin8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

.content-wrapper[b-qzp5jkbin8] {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
}

.main-content[b-qzp5jkbin8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 2rem;
    min-width: 0;
    width: 100%;
}

.page-header[b-qzp5jkbin8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 16px;
}

.page-title[b-qzp5jkbin8] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0;
}

.page-subtitle[b-qzp5jkbin8] {
    font-size: 0.95rem;
    color: #5a7184;
    margin: 0;
}

.form-card[b-qzp5jkbin8] {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
}

.form-card[b-qzp5jkbin8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 20px 20px 0 0;
}

.form-group[b-qzp5jkbin8] {
    margin-bottom: 1.5rem;
}

.form-label[b-qzp5jkbin8] {
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    color: #1F3864;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-input[b-qzp5jkbin8],
[b-qzp5jkbin8] .form-input,
[b-qzp5jkbin8] input.form-input {
    width: 100%;
    height: 48px;
    padding: 0 1rem;
    border: 2px solid #A6E1FF;
    border-radius: 12px;
    background: #ffffff;
    color: #1F3864;
    font-size: 1rem;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.form-input:focus[b-qzp5jkbin8],
[b-qzp5jkbin8] .form-input:focus,
[b-qzp5jkbin8] input.form-input:focus {
    border-color: #1F3864;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3);
}

.form-input[b-qzp5jkbin8]::placeholder,
[b-qzp5jkbin8] .form-input::placeholder,
[b-qzp5jkbin8] input.form-input::placeholder {
    color: #9ca3af;
}

.form-select[b-qzp5jkbin8],
[b-qzp5jkbin8] .form-select,
[b-qzp5jkbin8] select.form-select {
    width: 100%;
    height: 48px;
    padding: 0 1rem;
    border: 2px solid #A6E1FF;
    border-radius: 12px;
    background: #ffffff;
    color: #1F3864;
    font-size: 1rem;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231F3864' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    box-sizing: border-box;
}

.form-select:focus[b-qzp5jkbin8],
[b-qzp5jkbin8] .form-select:focus,
[b-qzp5jkbin8] select.form-select:focus {
    border-color: #1F3864;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3);
}

.form-row[b-qzp5jkbin8] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.validation-message[b-qzp5jkbin8] {
    color: #ef4444;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.form-actions[b-qzp5jkbin8] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.form-actions > *[b-qzp5jkbin8] {
    flex: 1;
}

.btn-primary[b-qzp5jkbin8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    height: 48px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-primary:hover[b-qzp5jkbin8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.4);
}

.btn-secondary[b-qzp5jkbin8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    height: 48px;
    background: #ffffff;
    color: #5a7184;
    border: 2px solid #e8f4fc;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover[b-qzp5jkbin8] {
    border-color: #A6E1FF;
    color: #1F3864;
}

.alert[b-qzp5jkbin8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.alert-error[b-qzp5jkbin8] {
    background: #fef2f2;
    border: 2px solid #fca5a5;
    color: #ef4444;
}

.spinner-small[b-qzp5jkbin8] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-qzp5jkbin8 0.6s linear infinite;
}

@keyframes spin-b-qzp5jkbin8 {
    to { transform: rotate(360deg); }
}

.page-footer[b-qzp5jkbin8] {
    margin-top: auto;
    padding-top: 2rem;
    text-align: center;
}

.footer-text[b-qzp5jkbin8] {
    font-size: 0.75rem;
    color: #9ca3af;
}

@media (max-width: 1024px) {
    .main-content[b-qzp5jkbin8] {
        margin-left: 0;
        padding: 1rem;
        padding-top: 5rem;
        width: 100%;
    }

    .form-row[b-qzp5jkbin8] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .content-card[b-qzp5jkbin8] { padding: 1.5rem; }
    .page-header[b-qzp5jkbin8] { padding: 1rem 1.5rem; }
    .page-title[b-qzp5jkbin8] { font-size: 1.5rem; }
    .form-input[b-qzp5jkbin8], .form-select[b-qzp5jkbin8] { height: 44px; }
}
/* _content/PCMBackendService/Components/Pages/Avatar.razor.rz.scp.css */
/* Avatar/Examination Page Styles */

/* ===== Page Layout - NO SCROLLING, FULL WIDTH ===== */
.avatar-page[b-2rsr9zwmcc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: contentFadeIn-b-2rsr9zwmcc 0.4s ease-out;
}

@keyframes contentFadeIn-b-2rsr9zwmcc {
    from { opacity: 0; }
    to { opacity: 1; }
}

.avatar-page[b-2rsr9zwmcc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(166, 225, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(31, 56, 100, 0.1) 0%, transparent 40%);
    animation: meshFloat-b-2rsr9zwmcc 20s ease-in-out infinite;
    z-index: 0;
}

@keyframes meshFloat-b-2rsr9zwmcc {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    33% { 
        transform: translate(2%, -2%) scale(1.02);
        opacity: 0.9;
    }
    66% { 
        transform: translate(-1%, 1%) scale(0.98);
        opacity: 1;
    }
}

.background-image[b-2rsr9zwmcc] {
    display: none;
}

.content-wrapper[b-2rsr9zwmcc] {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100vh;
    width: 100vw;
    padding: 0;
    gap: 0;
    margin: 0;
}

/* ===== Loading State ===== */
.loading-overlay[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: fadeIn-b-2rsr9zwmcc 0.3s ease-out;
}

@keyframes fadeIn-b-2rsr9zwmcc {
    from { opacity: 0; }
    to { opacity: 1; }
}

.loading-card[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid #A6E1FF;
    border-radius: 24px;
    padding: var(--spacing-3xl);
    text-align: center;
    box-shadow: 
        0 8px 32px rgba(166, 225, 255, 0.3),
        0 4px 12px rgba(31, 56, 100, 0.1);
    animation: fadeInScale-b-2rsr9zwmcc 0.4s ease-out;
    position: relative;
    overflow: hidden;
}

.loading-card[b-2rsr9zwmcc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

@keyframes fadeInScale-b-2rsr9zwmcc {
    from { opacity: 0; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1); }
}

.loading-card h3[b-2rsr9zwmcc] {
    color: #1F3864;
    margin: var(--spacing-lg) 0 var(--spacing-sm);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.loading-card p[b-2rsr9zwmcc] {
    color: #6b7280;
    margin: 0;
}

.spinner[b-2rsr9zwmcc] {
    width: 56px;
    height: 56px;
    border: 4px solid #e8f4fc;
    border-top-color: #1F3864;
    border-right-color: #A6E1FF;
    border-radius: 50%;
    animation: spin-b-2rsr9zwmcc 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-2rsr9zwmcc {
    to { transform: rotate(360deg); }
}

/* ===== Sidebar - Glassmorphism Design ===== */
.sidebar[b-2rsr9zwmcc] {
    width: 240px;
    min-width: 240px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid #A6E1FF;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all var(--transition-base);
    margin: var(--spacing-sm);
    margin-right: 0;
    border-radius: 20px;
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
    height: calc(100vh - var(--spacing-sm) * 2 - 60px);
    margin-bottom: 60px;
}

.sidebar.hidden[b-2rsr9zwmcc] {
    width: 0;
    min-width: 0;
    border: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    box-shadow: none;
}

.sidebar-header[b-2rsr9zwmcc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-sm) var(--spacing-lg);
    border-bottom: 2px solid #e8f4fc;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-radius: 18px 18px 0 0;
    min-height: 82px;
    box-sizing: border-box;
    position: relative;
}

.sidebar-header[b-2rsr9zwmcc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 18px 18px 0 0;
}

.sidebar-header h3[b-2rsr9zwmcc] {
    color: #1F3864;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

/* Scrollbare Liste - fester Bereich */
.examination-list-scroll[b-2rsr9zwmcc] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-sm);
}

.exam-item[b-2rsr9zwmcc] {
    width: 100%;
    padding: var(--spacing-sm) var(--spacing-md);
    margin-bottom: var(--spacing-sm);
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    color: #1F3864;
    font-weight: 600;
    font-size: var(--font-size-sm);
    font-family: var(--font-primary);
}

.exam-item:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #A6E1FF;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(166, 225, 255, 0.3);
}

.exam-item.active[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

/* Aktuelle Erfassung (transiente Session) hervorheben */
.exam-item.current-session[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    font-weight: 700;
    border-color: transparent;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.exam-item.current-session:not(.active)[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fc 100%);
    color: #1F3864;
    border: 2px solid #1F3864;
    box-shadow: 0 2px 12px rgba(31, 56, 100, 0.15);
}

.no-exams[b-2rsr9zwmcc] {
    color: #64748b;
    text-align: center;
    padding: var(--spacing-xl, 24px) var(--spacing-lg, 16px);
    font-style: normal;
    font-size: var(--font-size-sm, 0.875rem);
    font-weight: 500;
    background: transparent;
    margin: var(--spacing-md, 12px);
}

/* ===== Main Content - Full Width ===== */
.main-content[b-2rsr9zwmcc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    overflow: hidden;
    min-width: 0;
    height: calc(100vh - var(--spacing-sm) * 2 - 60px);
    margin: var(--spacing-sm) 0;
    margin-bottom: 60px;
}

/* ===== Top Bar - Floating Header ===== */
.top-bar[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-sm) var(--spacing-lg);
    flex-shrink: 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin: var(--spacing-sm);
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 20px;
    border: 2px solid #A6E1FF;
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
    min-height: 70px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.top-bar[b-2rsr9zwmcc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 18px 18px 0 0;
}

.header-center[b-2rsr9zwmcc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-top: 4px;
}

.header-text[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.header-logo[b-2rsr9zwmcc] {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.header-text h1[b-2rsr9zwmcc] {
    color: #1F3864;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.patient-info[b-2rsr9zwmcc] {
    color: #1F3864;
    font-size: var(--font-size-sm);
    font-weight: 700;
    margin: 0;
}

.header-actions[b-2rsr9zwmcc] {
    display: flex;
    gap: var(--spacing-xs);
}

/* ===== Avatar Section - Full Space ===== */
.avatar-section[b-2rsr9zwmcc] {
    flex: 1;
    display: flex;
    overflow: hidden;
    padding: 0;
    margin: var(--spacing-sm);
    margin-top: var(--spacing-sm);
    margin-bottom: 0;
}

.avatar-card[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    padding: var(--spacing-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
}

/* Container mit fester Höhe für Hinweis-Badge - verhindert Layout-Springen */
.hint-container[b-2rsr9zwmcc] {
    height: 2.8rem; /* Feste Höhe: padding (1.2rem) + font-size/line-height (~1.2rem) + etwas Puffer */
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hint-badge[b-2rsr9zwmcc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: linear-gradient(135deg, #fff5f5 0%, #fee2e2 100%);
    border: 2px solid #fca5a5;
    border-radius: 50px;
    color: #991b1b;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 
        0 2px 8px rgba(239, 68, 68, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    animation: hintPulse-b-2rsr9zwmcc 2s ease-in-out infinite;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.hint-badge.hidden[b-2rsr9zwmcc] {
    visibility: hidden;
    opacity: 0;
}

.hint-icon[b-2rsr9zwmcc] {
    flex-shrink: 0;
    opacity: 0.9;
}

@keyframes hintPulse-b-2rsr9zwmcc {
    0%, 100% {
        box-shadow: 
            0 2px 8px rgba(239, 68, 68, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.5);
    }
    50% {
        box-shadow: 
            0 4px 16px rgba(239, 68, 68, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.5);
    }
}

/* Avatar Container mit Layer-Struktur */
.avatar-container[b-2rsr9zwmcc] {
    position: relative;
    display: inline-block;
    cursor: crosshair;
}

.avatar-image[b-2rsr9zwmcc] {
    display: block;
    /* The 4-view avatar base image is 750x550 pixels */
    max-width: 100%;
    max-height: calc(100vh - 280px);
    height: auto;
    width: auto;
    object-fit: contain;
}

/* Layer füllen den gesamten Container */
.avatar-layer[b-2rsr9zwmcc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.marker-layer[b-2rsr9zwmcc] {
    pointer-events: none;
}

/* Region-Bilder füllen den Layer komplett aus */
.region-image[b-2rsr9zwmcc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.3s ease;
    object-fit: contain;
    object-position: center;
}


/* Regionsname */
.region-name[b-2rsr9zwmcc] {
    text-align: center;
    margin: 0;
    color: var(--color-medical-blue);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-sm);
    min-height: 20px;
}

/* ===== Avatar Actions ===== */
.avatar-actions[b-2rsr9zwmcc] {
    margin-top: 0;
    width: 100%;
    padding: 0;
}

.nav-buttons[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-lg);
    flex-wrap: wrap;
}

.nav-arrows[b-2rsr9zwmcc] {
    display: flex;
    gap: 6px;
}

.btn-nav[b-2rsr9zwmcc] {
    padding: var(--spacing-sm) var(--spacing-lg);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 180, 216, 0.3);
    border-radius: var(--radius-xl);
    color: var(--color-medical-blue);
    font-weight: var(--font-weight-semibold);
    font-family: var(--font-primary);
    font-size: var(--font-size-sm);
    cursor: pointer;
    transition: all var(--transition-fast);
    min-width: 110px;
    height: 42px;
    box-shadow: 0 2px 8px rgba(0, 119, 182, 0.08);
}

.btn-nav:hover:not(:disabled)[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, rgba(0, 180, 216, 0.15) 0%, rgba(0, 119, 182, 0.1) 100%);
    border-color: #00B4D8;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 180, 216, 0.15);
}

.btn-nav:disabled[b-2rsr9zwmcc] {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(0, 0, 0, 0.08);
    color: var(--color-gray-400);
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
}

.btn-arrow[b-2rsr9zwmcc] {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 180, 216, 0.3);
    border-radius: var(--radius-xl);
    color: var(--color-medical-blue);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-primary);
    font-size: 16px;
    cursor: pointer;
    transition: all var(--transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 119, 182, 0.08);
}

.btn-arrow:hover:not(:disabled)[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, rgba(0, 180, 216, 0.15) 0%, rgba(0, 119, 182, 0.1) 100%);
    border-color: #00B4D8;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 180, 216, 0.15);
}

.btn-arrow:disabled[b-2rsr9zwmcc] {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(0, 0, 0, 0.08);
    color: var(--color-gray-400);
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
}

/* ===== Footer Row - MCI links, Buttons rechts ===== */
/* ===== Footer Bar (fixed unten) ===== */
.footer-bar[b-2rsr9zwmcc] {
    position: fixed;
    bottom: var(--spacing-sm);
    left: var(--spacing-sm);
    right: var(--spacing-sm);
    display: flex;
    align-items: stretch;
    gap: var(--spacing-sm);
    z-index: 100;
}

/* Version Display (links) */
.version-display[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: var(--spacing-sm) var(--spacing-lg);
    border-radius: 16px;
    width: 240px;
    min-width: 240px;
    border: 2px solid #A6E1FF;
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
}

.version-label[b-2rsr9zwmcc] {
    font-size: 1rem;
    color: #1F3864;
    font-weight: 700;
}

/* Index Display (mitte, flexibel) */
.index-display[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: var(--spacing-sm) var(--spacing-lg);
    border-radius: 16px;
    flex: 1;
    border: 2px solid #A6E1FF;
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
}

.index-label[b-2rsr9zwmcc] {
    font-size: 1rem;
    font-weight: 700;
    color: #1F3864;
}

/* Action Buttons (rechts) */
.action-buttons[b-2rsr9zwmcc] {
    display: flex;
    align-items: stretch;
    gap: var(--spacing-sm);
    width: 300px;
    min-width: 300px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: var(--spacing-sm);
    border-radius: 16px;
    border: 2px solid #A6E1FF;
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
}

.action-buttons button[b-2rsr9zwmcc] {
    flex: 1;
    padding: var(--spacing-xs) var(--spacing-md);
}

/* Modern Primary Button */
.btn-primary[b-2rsr9zwmcc] {
    padding: var(--spacing-sm) var(--spacing-xl);
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border: none;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--font-primary);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.btn-primary[b-2rsr9zwmcc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.btn-primary:hover:not(:disabled)[b-2rsr9zwmcc]::before {
    left: 100%;
}

.btn-primary:hover:not(:disabled)[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #2d4a7c 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(31, 56, 100, 0.4),
        0 3px 6px rgba(31, 56, 100, 0.25);
    background: linear-gradient(135deg, #00C4E8 0%, #0087C6 100%);
    box-shadow: 
        0 8px 24px rgba(0, 180, 216, 0.4),
        0 16px 48px rgba(0, 119, 182, 0.25),
        0 0 40px rgba(0, 180, 216, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.btn-primary:active:not(:disabled)[b-2rsr9zwmcc] {
    transform: translateY(-1px) scale(0.99);
}

.btn-primary:disabled[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #d1d5db 0%, #e5e7eb 100%);
    box-shadow: none;
    cursor: not-allowed;
    color: #9ca3af;
}

/* Modern Secondary Button */
.btn-secondary[b-2rsr9zwmcc] {
    padding: var(--spacing-sm) var(--spacing-lg);
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 50px;
    color: #1F3864;
    font-weight: 700;
    font-family: var(--font-primary);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-secondary:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #A6E1FF;
    color: #1F3864;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(166, 225, 255, 0.3);
}

.btn-secondary:active[b-2rsr9zwmcc] {
    transform: translateY(0);
}

/* ===== Info Box - Glassmorphism Design ===== */
.info-box[b-2rsr9zwmcc] {
    width: 300px;
    min-width: 300px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid #A6E1FF;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: var(--spacing-sm);
    margin-left: 0;
    margin-bottom: 60px;
    border-radius: 20px;
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
    height: calc(100vh - var(--spacing-sm) * 2 - 60px);
}

.info-header[b-2rsr9zwmcc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-md) var(--spacing-lg);
    border-bottom: 2px solid #e8f4fc;
    min-height: 80px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-radius: 18px 18px 0 0;
    position: relative;
}

.info-header[b-2rsr9zwmcc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 18px 18px 0 0;
}

.info-header h3[b-2rsr9zwmcc] {
    color: #1F3864;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.info-content[b-2rsr9zwmcc] {
    flex: 1;
    overflow-y: auto;
    padding: var(--spacing-lg);
}

.info-step[b-2rsr9zwmcc] {
    margin-bottom: var(--spacing-xl);
    animation: fadeInUp-b-2rsr9zwmcc 0.5s var(--ease-out-quart) backwards;
}

.info-step:nth-child(1)[b-2rsr9zwmcc] { animation-delay: 0.1s; }
.info-step:nth-child(2)[b-2rsr9zwmcc] { animation-delay: 0.2s; }
.info-step:nth-child(3)[b-2rsr9zwmcc] { animation-delay: 0.3s; }

@keyframes fadeInUp-b-2rsr9zwmcc {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-number[b-2rsr9zwmcc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: var(--font-size-sm);
    margin-bottom: var(--spacing-sm);
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.info-step p[b-2rsr9zwmcc] {
    color: var(--color-gray-600);
    font-size: var(--font-size-sm);
    line-height: 1.7;
    margin: 0;
}

/* ===== Icon Buttons - Modern Style ===== */
.btn-icon[b-2rsr9zwmcc] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    color: #1F3864;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-icon:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #A6E1FF;
    color: #1F3864;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(166, 225, 255, 0.3);
}

.btn-icon-small[b-2rsr9zwmcc] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 10px;
    color: #1F3864;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-icon-small:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #A6E1FF;
    transform: scale(1.05);
}

/* Help Button Style - same as other buttons */
.btn-help[b-2rsr9zwmcc] {
    /* Uses default btn-icon styling */
}

.btn-help svg[b-2rsr9zwmcc] {
    fill: currentColor;
}

/* ===== Modern Modal / Intensity Dialog ===== */
.modal-overlay[b-2rsr9zwmcc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: var(--z-modal-backdrop);
    animation: fadeIn-b-2rsr9zwmcc 0.2s var(--ease-out-quart);
}

@keyframes fadeIn-b-2rsr9zwmcc {
    from { opacity: 0; }
    to { opacity: 1; }
}

.intensity-dialog[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid #A6E1FF;
    border-radius: 24px;
    padding: var(--spacing-2xl);
    max-width: 700px;
    width: 90%;
    box-shadow: 
        0 16px 64px rgba(31, 56, 100, 0.2),
        0 8px 32px rgba(166, 225, 255, 0.15);
    animation: slideUp-b-2rsr9zwmcc 0.4s var(--ease-out-quart);
    position: relative;
    overflow: hidden;
}

.intensity-dialog[b-2rsr9zwmcc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        #22C55E 0%, 
        #84CC16 25%, 
        #EAB308 50%, 
        #F97316 75%, 
        #EF4444 100%);
}

@keyframes slideUp-b-2rsr9zwmcc {
    from { opacity: 0; transform: translateY(30px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.intensity-dialog h3[b-2rsr9zwmcc] {
    color: #1F3864;
    text-align: center;
    margin: 0 0 var(--spacing-xl);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.intensity-buttons[b-2rsr9zwmcc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
}

.intensity-number-buttons[b-2rsr9zwmcc] {
    display: flex;
    gap: var(--spacing-xs);
    justify-content: center;
    flex-wrap: nowrap;
}

.intensity-action-buttons[b-2rsr9zwmcc] {
    display: flex;
    gap: var(--spacing-sm);
    margin-top: var(--spacing-sm);
}

/* Comment Section */
.comment-section[b-2rsr9zwmcc] {
    width: 100%;
    margin-top: var(--spacing-md);
    padding-top: var(--spacing-md);
    border-top: 2px solid #e8f4fc;
}

.comment-input[b-2rsr9zwmcc] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    font-size: 0.95rem;
    font-family: var(--font-primary);
    color: #1F3864;
    background: #ffffff;
    transition: all 0.2s;
}

.comment-input:focus[b-2rsr9zwmcc] {
    outline: none;
    border-color: #A6E1FF;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3);
}

.comment-input[b-2rsr9zwmcc]::placeholder {
    color: #9ca3af;
}

.intensity-btn[b-2rsr9zwmcc] {
    width: 50px;
    height: 50px;
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    color: #6b7280;
    font-weight: 700;
    font-size: 1rem;
    font-family: var(--font-primary);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.intensity-btn:hover[b-2rsr9zwmcc] {
    border-color: #A6E1FF;
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 4px 16px rgba(166, 225, 255, 0.4);
    color: #1F3864;
}

.intensity-btn.active[b-2rsr9zwmcc] {
    background: var(--btn-color, #1F3864);
    border-color: var(--btn-color, #1F3864);
    color: #ffffff;
    transform: translateY(-3px) scale(1.12);
    box-shadow: 0 8px 24px rgba(31, 56, 100, 0.3);
}

.intensity-btn.primary-btn[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-color: #d4a739;
    color: #92690a;
}

.intensity-btn.primary-btn:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #d4a739;
}

.intensity-btn.primary-btn.active[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #d4a739 0%, #b8942f 100%);
    border-color: #d4a739;
    color: #ffffff;
}

.intensity-btn.delete-btn[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border-color: #ef4444;
}

.intensity-btn.delete-btn:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: translateY(-2px);
}

/* ========== Intensity Dialog V2 (Professional) ========== */
.intensity-dialog-v2[b-2rsr9zwmcc] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 24px;
    width: 420px;
    max-width: 95vw;
    box-shadow: 
        0 25px 80px rgba(31, 56, 100, 0.25),
        0 10px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    animation: dialogSlideUp-b-2rsr9zwmcc 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    border: 1px solid rgba(166, 225, 255, 0.5);
}

@keyframes dialogSlideUp-b-2rsr9zwmcc {
    from { 
        opacity: 0; 
        transform: translateY(40px) scale(0.95); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0) scale(1); 
    }
}

/* Dialog Header */
.dialog-header[b-2rsr9zwmcc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    position: relative;
}

.dialog-header[b-2rsr9zwmcc]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        #22C55E 0%, 
        #84CC16 25%, 
        #EAB308 50%, 
        #F97316 75%, 
        #EF4444 100%);
}

.header-content[b-2rsr9zwmcc] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.region-badge[b-2rsr9zwmcc] {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dialog-title[b-2rsr9zwmcc] {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}

.btn-dialog-close[b-2rsr9zwmcc] {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.btn-dialog-close:hover[b-2rsr9zwmcc] {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

/* Dialog Sections */
.dialog-section[b-2rsr9zwmcc] {
    padding: 16px 20px;
    border-bottom: 1px solid #e8f4fc;
}

.dialog-section:last-of-type[b-2rsr9zwmcc] {
    border-bottom: none;
}

.section-label[b-2rsr9zwmcc] {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1F3864;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.optional-hint[b-2rsr9zwmcc] {
    font-weight: 500;
    color: #9ca3af;
    text-transform: none;
    letter-spacing: 0;
}

/* Intensity Scale */
.intensity-scale[b-2rsr9zwmcc] {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.scale-btn[b-2rsr9zwmcc] {
    width: 32px;
    height: 44px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    color: #6b7280;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.scale-btn:hover[b-2rsr9zwmcc] {
    border-color: var(--btn-color, #A6E1FF);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #1F3864;
}

.scale-btn.selected[b-2rsr9zwmcc] {
    background: var(--btn-color, #1F3864);
    border-color: var(--btn-color, #1F3864);
    color: white;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(31, 56, 100, 0.35);
    z-index: 1;
}

.scale-labels[b-2rsr9zwmcc] {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 0 4px;
}

.scale-labels span[b-2rsr9zwmcc] {
    font-size: 0.7rem;
    color: #9ca3af;
    font-weight: 500;
}

/* Options Section */
.options-section[b-2rsr9zwmcc] {
    display: flex;
    gap: 12px;
    padding: 12px 20px;
}

.option-item[b-2rsr9zwmcc] {
    flex: 1;
}

.option-btn[b-2rsr9zwmcc] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.option-btn:hover:not(:disabled)[b-2rsr9zwmcc] {
    border-color: #A6E1FF;
    background: linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
}

.option-btn:disabled[b-2rsr9zwmcc] {
    opacity: 0.5;
    cursor: not-allowed;
}

.option-btn.active[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #d4a739;
    color: #92690a;
}

.option-btn.delete[b-2rsr9zwmcc] {
    border-color: #fecaca;
    background: linear-gradient(180deg, #fff5f5 0%, #fef2f2 100%);
    color: #dc2626;
}

.option-btn.delete:hover:not(:disabled)[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #fecaca 0%, #fca5a5 100%);
    border-color: #ef4444;
    color: #b91c1c;
}

.option-btn.delete:disabled[b-2rsr9zwmcc] {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f5f5f5;
    border-color: #e5e5e5;
    color: #a0a0a0;
}

.option-icon[b-2rsr9zwmcc] {
    font-size: 1.1rem;
}

.option-text[b-2rsr9zwmcc] {
    white-space: nowrap;
}

/* Comment Textarea */
.comment-textarea[b-2rsr9zwmcc] {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.9rem;
    font-family: var(--font-primary);
    color: #1F3864;
    background: #ffffff;
    resize: none;
    transition: all 0.2s;
    line-height: 1.5;
}

.comment-textarea:focus[b-2rsr9zwmcc] {
    outline: none;
    border-color: #A6E1FF;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.25);
}

.comment-textarea[b-2rsr9zwmcc]::placeholder {
    color: #9ca3af;
}

.char-counter[b-2rsr9zwmcc] {
    text-align: right;
    font-size: 0.7rem;
    color: #9ca3af;
}

/* Comment Input Wrapper mit Mikrofon-Button */
.comment-input-wrapper[b-2rsr9zwmcc] {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.comment-input-wrapper .comment-textarea[b-2rsr9zwmcc] {
    flex: 1;
}

.btn-microphone[b-2rsr9zwmcc] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-microphone:hover:not(:disabled)[b-2rsr9zwmcc] {
    border-color: #A6E1FF;
    color: #1F3864;
    background: linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%);
    transform: scale(1.05);
}

.btn-microphone:disabled[b-2rsr9zwmcc] {
    opacity: 0.4;
    cursor: not-allowed;
}

.btn-microphone.recording[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-color: #ef4444;
    color: #dc2626;
    animation: pulse-recording-b-2rsr9zwmcc 1.5s ease-in-out infinite;
}

@keyframes pulse-recording-b-2rsr9zwmcc {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
    }
}

.comment-footer[b-2rsr9zwmcc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.recording-indicator[b-2rsr9zwmcc] {
    font-size: 0.75rem;
    color: #dc2626;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.recording-indicator[b-2rsr9zwmcc]::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #dc2626;
    border-radius: 50%;
    animation: blink-recording-b-2rsr9zwmcc 1s ease-in-out infinite;
}

@keyframes blink-recording-b-2rsr9zwmcc {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* Dialog Footer */
.dialog-footer[b-2rsr9zwmcc] {
    display: flex;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%);
    border-top: 1px solid #e8f4fc;
}

.btn-cancel[b-2rsr9zwmcc] {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: white;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-cancel:hover[b-2rsr9zwmcc] {
    border-color: #d1d5db;
    background: #f9fafb;
    color: #4b5563;
}

.btn-confirm[b-2rsr9zwmcc] {
    flex: 1.5;
    padding: 14px 20px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.25);
}

.btn-confirm:hover:not(:disabled)[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #2d4a7c 0%, #3d5a8c 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(31, 56, 100, 0.35);
}

.btn-confirm:disabled[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #d1d5db 0%, #e5e7eb 100%);
    color: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
}

/* ========== Marker Info Bubble (Sprechblase am Marker) ========== */
.bubble-backdrop[b-2rsr9zwmcc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 999;
}

.marker-bubble[b-2rsr9zwmcc] {
    position: fixed;
    z-index: 1000;
    transform: translate(-50%, -100%) translateY(-12px);
    animation: bubblePop-b-2rsr9zwmcc 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

@keyframes bubblePop-b-2rsr9zwmcc {
    from {
        opacity: 0;
        transform: translate(-50%, -100%) translateY(-4px) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -100%) translateY(-12px) scale(1);
    }
}

.bubble-content[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 8px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border-radius: 50px;
    box-shadow: 
        0 6px 20px rgba(31, 56, 100, 0.35),
        0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: none;
}

.bubble-intensity[b-2rsr9zwmcc] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.bubble-region[b-2rsr9zwmcc] {
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    white-space: nowrap;
}

.bubble-star[b-2rsr9zwmcc] {
    color: #fde68a;
    font-size: 1rem;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.bubble-comment[b-2rsr9zwmcc] {
    margin-top: 4px;
    padding: 6px 12px;
    background: white;
    border-radius: 12px;
    font-size: 0.8rem;
    color: #4b5563;
    font-style: italic;
    max-width: 200px;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.15),
        0 1px 4px rgba(0, 0, 0, 0.08);
}

.bubble-arrow[b-2rsr9zwmcc] {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2d4a7c;
}

/* Legacy support für andere Stellen */
.primary-badge[b-2rsr9zwmcc] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    background: linear-gradient(135deg, #d4a739 0%, #b8942f 100%);
    color: white;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@keyframes dialogSlideIn-b-2rsr9zwmcc {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.btn-success[b-2rsr9zwmcc] {
    padding: var(--spacing-sm) var(--spacing-xl);
    background: linear-gradient(135deg, var(--color-success) 0%, #34D399 100%);
    border: none;
    border-radius: var(--radius-xl);
    color: var(--color-white);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-primary);
    cursor: pointer;
    transition: all var(--transition-base);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-success:hover[b-2rsr9zwmcc] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4);
}

.btn-danger[b-2rsr9zwmcc] {
    padding: var(--spacing-sm) var(--spacing-xl);
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    border: none;
    border-radius: var(--radius-xl);
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: all var(--transition-fast);
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.3);
}

.btn-danger:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #F87171 0%, #EF4444 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.4);
}

/* ===== Button Spinner ===== */
.btn-spinner[b-2rsr9zwmcc] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--color-white);
    border-radius: 50%;
    animation: spin-b-2rsr9zwmcc 0.8s linear infinite;
}

/* ===== 3D-Modal ===== */
.modal-3d-dialog[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 24px;
    border: 2px solid #A6E1FF;
    width: 90%;
    max-width: 1400px;
    height: 85vh;
    max-height: 900px;
    display: flex;
    flex-direction: column;
    box-shadow: 
        0 16px 64px rgba(31, 56, 100, 0.25),
        0 8px 32px rgba(166, 225, 255, 0.2);
    animation: slideUp-b-2rsr9zwmcc 0.3s ease-out;
    overflow: hidden;
}

@keyframes slideUp-b-2rsr9zwmcc {
    from { opacity: 0; transform: translateY(30px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.modal-3d-header[b-2rsr9zwmcc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-lg) var(--spacing-xl);
    border-bottom: 2px solid #e8f4fc;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    position: relative;
}

.modal-3d-header[b-2rsr9zwmcc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

.modal-3d-header h3[b-2rsr9zwmcc] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0;
}

.btn-modal-close[b-2rsr9zwmcc] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    color: #1F3864;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-modal-close:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #A6E1FF;
    color: #1F3864;
    transform: scale(1.05);
}

.modal-3d-content[b-2rsr9zwmcc] {
    flex: 1;
    padding: var(--spacing-md);
    overflow: hidden;
    background: #2d2d2d;
    border-radius: 0 0 22px 22px;
}

.iframe-3d[b-2rsr9zwmcc] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}

.empty-3d-state[b-2rsr9zwmcc] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .sidebar[b-2rsr9zwmcc], .info-box[b-2rsr9zwmcc] {
        display: none;
    }
    
    .content-wrapper[b-2rsr9zwmcc] {
        padding: 0;
    }
    
    .main-content[b-2rsr9zwmcc] {
        padding: var(--spacing-xs);
    }
    
    .top-bar[b-2rsr9zwmcc] {
        margin: var(--spacing-xs);
        padding: var(--spacing-xs);
    }
    
    /* Avatar kleiner für Tablets - mehr Platz für Buttons */
    .avatar-image[b-2rsr9zwmcc] {
        max-height: calc(100vh - 320px);
    }
    
    .avatar-section[b-2rsr9zwmcc] {
        margin-bottom: 0;
    }
    
    .avatar-card[b-2rsr9zwmcc] {
        padding: var(--spacing-xs);
    }
    
    .hint-container[b-2rsr9zwmcc] {
        height: 2.2rem;
        margin-bottom: 0.5rem;
    }
    
    .hint-badge[b-2rsr9zwmcc] {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }
    
    .avatar-actions[b-2rsr9zwmcc] {
        padding: var(--spacing-xs) 0;
        margin-top: var(--spacing-xs);
    }
    
    .nav-buttons[b-2rsr9zwmcc] {
        gap: var(--spacing-sm);
    }
    
    .btn-nav[b-2rsr9zwmcc] {
        min-width: 85px;
        height: 36px;
        padding: var(--spacing-xs) var(--spacing-sm);
        font-size: 0.8rem;
    }
    
    .btn-arrow[b-2rsr9zwmcc] {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

/* Spezifisch für Tablets im Landscape (z.B. iPad 1180x820) */
@media (max-width: 1200px) and (max-height: 900px) {
    .avatar-image[b-2rsr9zwmcc] {
        max-height: calc(100vh - 300px);
    }
    
    .top-bar[b-2rsr9zwmcc] {
        min-height: 60px;
        padding: var(--spacing-xs) var(--spacing-sm);
    }
    
    .header-logo[b-2rsr9zwmcc] {
        height: 32px;
    }
    
    .header-text h1[b-2rsr9zwmcc] {
        font-size: 0.9rem;
    }
    
    .patient-info[b-2rsr9zwmcc] {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .top-bar[b-2rsr9zwmcc] {
        flex-wrap: wrap;
        gap: var(--spacing-sm);
    }

    .header-center[b-2rsr9zwmcc] {
        order: -1;
        width: 100%;
        justify-content: center;
    }

    .nav-buttons[b-2rsr9zwmcc] {
        flex-direction: column;
        gap: var(--spacing-sm);
    }

    .nav-arrows[b-2rsr9zwmcc] {
        order: 2;
    }

    .action-buttons[b-2rsr9zwmcc] {
        width: auto;
        min-width: unset;
    }

    .action-buttons button[b-2rsr9zwmcc] {
        flex: 1;
    }
    
    /* Footer auf kleinen Displays optimieren */
    .footer-bar[b-2rsr9zwmcc] {
        flex-wrap: wrap;
    }
    
    /* Version auf kleinen Displays ausblenden */
    .version-display[b-2rsr9zwmcc] {
        display: none;
    }
    
    /* Index-Display kompakter - horizontal scrollbar */
    .index-display[b-2rsr9zwmcc] {
        flex: 1;
        min-width: 0;
        order: 1;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: 50px;
        justify-content: flex-start;
        padding: var(--spacing-xs) var(--spacing-sm);
    }
    
    .index-label[b-2rsr9zwmcc] {
        font-size: 0.65rem;
        line-height: 1.1;
        white-space: pre;
        font-family: 'Consolas', 'Monaco', monospace;
    }
    
    .btn-icon-small[b-2rsr9zwmcc] {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }
    
    .action-buttons[b-2rsr9zwmcc] {
        order: 2;
        min-width: 180px;
    }
}

/* Noch kleinere Displays (Smartphones) */
@media (max-width: 480px) {
    .footer-bar[b-2rsr9zwmcc] {
        flex-direction: column;
        gap: var(--spacing-xs);
    }
    
    .index-display[b-2rsr9zwmcc] {
        width: 100%;
        padding: var(--spacing-xs) var(--spacing-sm);
        max-height: 80px;
        overflow-y: auto;
    }
    
    .index-label[b-2rsr9zwmcc] {
        font-size: 0.6rem;
        text-align: center;
        white-space: pre-wrap;
        line-height: 1.2;
        font-family: 'Consolas', 'Monaco', monospace;
    }
    
    .btn-icon-small[b-2rsr9zwmcc] {
        width: 28px;
        height: 28px;
    }
    
    .action-buttons[b-2rsr9zwmcc] {
        width: 100%;
        padding: var(--spacing-xs);
    }
    
    .action-buttons button[b-2rsr9zwmcc] {
        padding: var(--spacing-xs) var(--spacing-sm);
        font-size: 0.85rem;
    }
}

/* ===== Modern Scrollbar Styling ===== */

/* Webkit Browsers (Chrome, Edge, Safari) */
.sidebar[b-2rsr9zwmcc]::-webkit-scrollbar,
.exam-list[b-2rsr9zwmcc]::-webkit-scrollbar,
.info-box[b-2rsr9zwmcc]::-webkit-scrollbar,
.avatar-page [b-2rsr9zwmcc]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.sidebar[b-2rsr9zwmcc]::-webkit-scrollbar-track,
.exam-list[b-2rsr9zwmcc]::-webkit-scrollbar-track,
.info-box[b-2rsr9zwmcc]::-webkit-scrollbar-track,
.avatar-page [b-2rsr9zwmcc]::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.sidebar[b-2rsr9zwmcc]::-webkit-scrollbar-thumb,
.exam-list[b-2rsr9zwmcc]::-webkit-scrollbar-thumb,
.info-box[b-2rsr9zwmcc]::-webkit-scrollbar-thumb,
.avatar-page [b-2rsr9zwmcc]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, 
        rgba(0, 119, 182, 0.3) 0%, 
        rgba(0, 180, 216, 0.4) 100%);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar[b-2rsr9zwmcc]::-webkit-scrollbar-thumb:hover,
.exam-list[b-2rsr9zwmcc]::-webkit-scrollbar-thumb:hover,
.info-box[b-2rsr9zwmcc]::-webkit-scrollbar-thumb:hover,
.avatar-page [b-2rsr9zwmcc]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, 
        rgba(0, 119, 182, 0.5) 0%, 
        rgba(0, 180, 216, 0.6) 100%);
}

.sidebar[b-2rsr9zwmcc]::-webkit-scrollbar-thumb:active,
.exam-list[b-2rsr9zwmcc]::-webkit-scrollbar-thumb:active,
.info-box[b-2rsr9zwmcc]::-webkit-scrollbar-thumb:active,
.avatar-page [b-2rsr9zwmcc]::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, 
        rgba(0, 119, 182, 0.6) 0%, 
        rgba(0, 180, 216, 0.7) 100%);
}

/* Firefox */
.sidebar[b-2rsr9zwmcc],
.exam-list[b-2rsr9zwmcc],
.info-box[b-2rsr9zwmcc] {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 119, 182, 0.35) transparent;
}

/* Scrollbar appears on hover for cleaner look */
.sidebar:hover[b-2rsr9zwmcc]::-webkit-scrollbar-thumb,
.exam-list:hover[b-2rsr9zwmcc]::-webkit-scrollbar-thumb,
.info-box:hover[b-2rsr9zwmcc]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, 
        rgba(0, 119, 182, 0.4) 0%, 
        rgba(0, 180, 216, 0.5) 100%);
}

/* Small spinner for buttons */
.spinner-small[b-2rsr9zwmcc] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin-b-2rsr9zwmcc 0.8s linear infinite;
    margin-right: 6px;
    vertical-align: middle;
}

/* ===== PDF Modal ===== */
.modal-pdf-dialog[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 16px;
    width: 90%;
    max-width: 900px;
    height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 
        0 25px 50px -12px rgba(31, 56, 100, 0.25),
        0 0 0 1px rgba(166, 225, 255, 0.3);
    animation: modalSlideIn-b-2rsr9zwmcc 0.3s ease-out;
}

@keyframes modalSlideIn-b-2rsr9zwmcc {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-pdf-header[b-2rsr9zwmcc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    border-radius: 16px 16px 0 0;
    color: white;
}

.modal-pdf-header h3[b-2rsr9zwmcc] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

.modal-pdf-content[b-2rsr9zwmcc] {
    flex: 1;
    padding: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4f8;
}

.pdf-viewer[b-2rsr9zwmcc] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    background: white;
}

.pdf-loading[b-2rsr9zwmcc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #1F3864;
}

.pdf-loading p[b-2rsr9zwmcc] {
    font-size: 1rem;
    font-weight: 500;
}

.pdf-spinner[b-2rsr9zwmcc] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(31, 56, 100, 0.2);
    border-radius: 50%;
    border-top-color: #1F3864;
    animation: spin-b-2rsr9zwmcc 1s linear infinite;
}

.pdf-error[b-2rsr9zwmcc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #dc2626;
    font-size: 1rem;
}

.modal-pdf-footer[b-2rsr9zwmcc] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(to top, #f0f4f8, #f8fbff);
    border-radius: 0 0 16px 16px;
    border-top: 1px solid rgba(166, 225, 255, 0.5);
}

.btn-pdf-action[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: 2px solid #1F3864;
    border-radius: 25px;
    background: white;
    color: #1F3864;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-pdf-action:hover[b-2rsr9zwmcc] {
    background: #f0f4f8;
    transform: translateY(-1px);
}

.btn-pdf-action.primary[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    border-color: transparent;
}

.btn-pdf-action.primary:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #2a4a7a 0%, #1F3864 100%);
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.3);
}

/* ===== Disclaimer Modal ===== */
.modal-disclaimer-dialog[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 20px;
    width: 90%;
    max-width: 520px;
    box-shadow: 
        0 25px 50px -12px rgba(31, 56, 100, 0.3),
        0 0 0 2px #A6E1FF;
    animation: modalSlideIn-b-2rsr9zwmcc 0.3s ease-out;
    overflow: hidden;
}

.disclaimer-header[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
}

.disclaimer-header h3[b-2rsr9zwmcc] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

.disclaimer-icon-wrapper[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 50%;
    color: white;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}

.disclaimer-content[b-2rsr9zwmcc] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.disclaimer-item[b-2rsr9zwmcc] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-radius: 12px;
    border: 1px solid rgba(166, 225, 255, 0.5);
}

.disclaimer-bullet[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    border-radius: 50%;
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}

.disclaimer-item p[b-2rsr9zwmcc] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #374151;
}

.disclaimer-item strong[b-2rsr9zwmcc] {
    color: #1F3864;
    font-weight: 700;
}

.disclaimer-notice[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #A6E1FF 0%, #7dd3fc 100%);
    border-radius: 50px;
    color: #1F3864;
    font-weight: 600;
    font-size: 0.9rem;
}

.disclaimer-notice svg[b-2rsr9zwmcc] {
    flex-shrink: 0;
    opacity: 0.8;
}

.disclaimer-footer[b-2rsr9zwmcc] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(to top, #f0f4f8, #ffffff);
    border-top: 1px solid rgba(166, 225, 255, 0.5);
}

.btn-disclaimer-cancel[b-2rsr9zwmcc] {
    flex: 1;
    padding: 0.85rem 1.5rem;
    border: 2px solid #1F3864;
    border-radius: 50px;
    background: white;
    color: #1F3864;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-disclaimer-cancel:hover[b-2rsr9zwmcc] {
    background: #f0f4f8;
    transform: translateY(-1px);
}

.btn-disclaimer-confirm[b-2rsr9zwmcc] {
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-disclaimer-confirm:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #2a4a7a 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.45);
}

/* ===== Error Modal ===== */
.modal-error-dialog[b-2rsr9zwmcc] {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 440px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 24px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn-b-2rsr9zwmcc 0.3s ease-out;
    overflow: hidden;
}

.error-header[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
}

.error-header h3[b-2rsr9zwmcc] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

.error-icon-wrapper[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
}

.error-content[b-2rsr9zwmcc] {
    padding: 1.5rem;
}

.error-content p[b-2rsr9zwmcc] {
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #374151;
}

.error-hint[b-2rsr9zwmcc] {
    font-size: 0.9rem !important;
    color: #6b7280 !important;
}

.error-details[b-2rsr9zwmcc] {
    margin-top: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.error-details summary[b-2rsr9zwmcc] {
    padding: 0.75rem 1rem;
    background: #f9fafb;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    user-select: none;
    transition: background 0.2s ease;
}

.error-details summary:hover[b-2rsr9zwmcc] {
    background: #f3f4f6;
}

.error-details pre[b-2rsr9zwmcc] {
    margin: 0;
    padding: 1rem;
    background: #f3f4f6;
    font-size: 0.75rem;
    font-family: 'Consolas', 'Monaco', monospace;
    color: #374151;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 150px;
    overflow-y: auto;
}

.error-footer[b-2rsr9zwmcc] {
    display: flex;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(to top, #f0f4f8, #ffffff);
    border-top: 1px solid #e5e7eb;
}

.btn-error-close[b-2rsr9zwmcc] {
    flex: 1;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-error-close:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #2a4a7a 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.45);
}

/* ===== Success Modal ===== */
.modal-success-dialog[b-2rsr9zwmcc] {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 440px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 24px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn-b-2rsr9zwmcc 0.3s ease-out;
    overflow: hidden;
}

.success-header[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.success-header h3[b-2rsr9zwmcc] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

.success-icon-wrapper[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
}

.success-content[b-2rsr9zwmcc] {
    padding: 1.5rem;
}

.success-content p[b-2rsr9zwmcc] {
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #374151;
}

.success-hint[b-2rsr9zwmcc] {
    font-size: 0.9rem !important;
    color: #6b7280 !important;
}

.success-footer[b-2rsr9zwmcc] {
    display: flex;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(to top, #f0f4f8, #ffffff);
    border-top: 1px solid #e5e7eb;
}

.btn-success-close[b-2rsr9zwmcc] {
    flex: 1;
    position: relative;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
    overflow: hidden;
}

.btn-success-close .btn-progress-bg[b-2rsr9zwmcc] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    animation: progressFill-b-2rsr9zwmcc 5s linear forwards;
    z-index: 0;
}

.btn-success-close .btn-text[b-2rsr9zwmcc] {
    position: relative;
    z-index: 1;
}

@keyframes progressFill-b-2rsr9zwmcc {
    from { width: 0%; }
    to { width: 100%; }
}

.btn-success-close:hover[b-2rsr9zwmcc] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.45);
}

/* ===== Close Browser Modal ===== */
.modal-close-browser-dialog[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 20px;
    width: 90%;
    max-width: 440px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 24px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn-b-2rsr9zwmcc 0.3s ease-out;
    overflow: hidden;
}

.close-browser-header[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.close-browser-header h3[b-2rsr9zwmcc] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

.close-browser-icon-wrapper[b-2rsr9zwmcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
}

.close-browser-content[b-2rsr9zwmcc] {
    padding: 1.5rem;
}

.close-browser-content p[b-2rsr9zwmcc] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #374151;
}

.close-browser-content .close-browser-hint[b-2rsr9zwmcc] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #6b7280;
}

.close-browser-footer[b-2rsr9zwmcc] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(to top, #f0f4f8, #ffffff);
    border-top: 1px solid rgba(166, 225, 255, 0.5);
}

.btn-close-browser-cancel[b-2rsr9zwmcc] {
    flex: 1;
    padding: 0.85rem 1.5rem;
    border: 2px solid #1F3864;
    border-radius: 50px;
    background: white;
    color: #1F3864;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-close-browser-cancel:hover[b-2rsr9zwmcc] {
    background: #f0f4f8;
    transform: translateY(-1px);
}

.btn-close-browser-confirm[b-2rsr9zwmcc] {
    flex: 1;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
}

.btn-close-browser-confirm:hover[b-2rsr9zwmcc] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.45);
}
/* _content/PCMBackendService/Components/Pages/Home.razor.rz.scp.css */
/* ==========================================================================
   Home Page - Modern Medical Login 2026
   ========================================================================== */

/* Page Container with Modern Gradient Mesh Background */
.start-page[b-vf4j60yu7w] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

/* Legacy background image - hidden */
.background-image[b-vf4j60yu7w] {
    display: none;
}

/* Animated Gradient Overlay */
.start-page[b-vf4j60yu7w]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(166, 225, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(31, 56, 100, 0.1) 0%, transparent 40%);
    z-index: 1;
    animation: meshFloat-b-vf4j60yu7w 20s ease-in-out infinite;
}

@keyframes meshFloat-b-vf4j60yu7w {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    33% { 
        transform: translate(2%, -2%) scale(1.02);
        opacity: 0.9;
    }
    66% { 
        transform: translate(-1%, 1%) scale(0.98);
        opacity: 1;
    }
}

/* ==========================================================================
   Content Container
   ========================================================================== */

.content-wrapper[b-vf4j60yu7w] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    padding: var(--spacing-xl);
    margin: 0 auto;
}

/* ==========================================================================
   Login Box - Glassmorphism Card
   ========================================================================== */

.login-box[b-vf4j60yu7w] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid #A6E1FF;
    border-radius: 24px;
    padding: var(--spacing-3xl);
    width: 100%;
    box-shadow: 
        0 8px 32px rgba(166, 225, 255, 0.3),
        0 4px 12px rgba(31, 56, 100, 0.1);
    animation: fadeInUp-b-vf4j60yu7w 0.6s ease-out;
    position: relative;
    overflow: hidden;
}

.login-box[b-vf4j60yu7w]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

/* Two-Column Layout */
.login-box-inner[b-vf4j60yu7w] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--spacing-3xl);
    align-items: center;
}

/* ==========================================================================
   Left Panel - Branding
   ========================================================================== */

.left-panel[b-vf4j60yu7w] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-xl);
    animation: fadeInLeft-b-vf4j60yu7w 0.6s ease-out;
    border-right: 2px solid #e8f4fc;
}

.logo-section[b-vf4j60yu7w] {
    text-align: center;
    animation: fadeIn-b-vf4j60yu7w 0.8s ease-out 0.2s both;
}

.main-logo[b-vf4j60yu7w] {
    width: 160px;
    height: 160px;
    margin-bottom: var(--spacing-lg);
    filter: drop-shadow(0 4px 12px rgba(0, 119, 182, 0.15));
    transition: transform var(--transition-base);
}

.main-logo:hover[b-vf4j60yu7w] {
    transform: scale(1.03);
}

.brand-title[b-vf4j60yu7w] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-sm) 0;
    letter-spacing: -0.02em;
}

.brand-subtitle[b-vf4j60yu7w] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    line-height: 1.5;
    margin: 0;
}

/* ==========================================================================
   Right Panel - Login Form
   ========================================================================== */

.right-panel[b-vf4j60yu7w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--spacing-xl);
}

.login-form[b-vf4j60yu7w] {
    width: 100%;
}

/* Two-Column Input Grid */
.input-grid[b-vf4j60yu7w] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.input-group[b-vf4j60yu7w] {
    width: 100%;
    position: relative;
}

.input-label[b-vf4j60yu7w] {
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    color: #1F3864;
    margin-bottom: var(--spacing-xs);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.input-wrapper[b-vf4j60yu7w] {
    position: relative;
    width: 100%;
}

/* ==========================================================================
   Form Inputs - Modern Style
   ========================================================================== */

.text-input[b-vf4j60yu7w] {
    width: 100%;
    height: 52px;
    padding: 0 var(--spacing-md);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    background: #ffffff;
    color: #1F3864;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-primary);
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.text-input[b-vf4j60yu7w]::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.text-input:hover:not(:disabled):not(:read-only)[b-vf4j60yu7w] {
    border-color: #A6E1FF;
}

.text-input:focus[b-vf4j60yu7w] {
    border-color: #1F3864;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3);
}

.text-input.readonly[b-vf4j60yu7w],
.text-input:read-only[b-vf4j60yu7w] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    cursor: not-allowed;
    border-color: #e8f4fc;
}

/* ==========================================================================
   Primary Action Button - Active & Inviting Design
   ========================================================================== */

.btn-primary-action[b-vf4j60yu7w] {
    width: 100%;
    padding: 14px var(--spacing-lg);
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: var(--spacing-md);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.btn-primary-action:hover:not(:disabled)[b-vf4j60yu7w] {
    background: linear-gradient(135deg, #2d4a7c 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(31, 56, 100, 0.4),
        0 3px 6px rgba(31, 56, 100, 0.25);
}

.btn-primary-action:active:not(:disabled)[b-vf4j60yu7w] {
    transform: translateY(0);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
}

.btn-primary-action:active:not(:disabled)[b-vf4j60yu7w] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 119, 182, 0.3);
}

.btn-primary-action:disabled[b-vf4j60yu7w] {
    background: linear-gradient(135deg, #d1d5db 0%, #e5e7eb 100%);
    color: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
}

.btn-spinner[b-vf4j60yu7w] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--color-white);
    border-radius: 50%;
    animation: spin-b-vf4j60yu7w 0.8s linear infinite;
}

/* ==========================================================================
   Loading State
   ========================================================================== */

.loading-overlay[b-vf4j60yu7w] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: fadeIn-b-vf4j60yu7w 0.3s ease-out;
}

.loading-card[b-vf4j60yu7w] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid #A6E1FF;
    border-radius: 24px;
    padding: var(--spacing-3xl);
    text-align: center;
    box-shadow: 
        0 8px 32px rgba(166, 225, 255, 0.3),
        0 4px 12px rgba(31, 56, 100, 0.1);
    animation: fadeInScale-b-vf4j60yu7w 0.4s ease-out;
    position: relative;
    overflow: hidden;
}

.loading-card[b-vf4j60yu7w]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

@keyframes fadeInScale-b-vf4j60yu7w {
    from { opacity: 0; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1); }
}

.loading-card h3[b-vf4j60yu7w] {
    color: #1F3864;
    margin: var(--spacing-lg) 0 var(--spacing-sm);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.loading-card p[b-vf4j60yu7w] {
    color: var(--color-gray-500);
    margin: 0;
    font-weight: var(--font-weight-medium);
}

.loading-state[b-vf4j60yu7w] {
    text-align: center;
    padding: var(--spacing-2xl) var(--spacing-xl);
}

.spinner[b-vf4j60yu7w] {
    width: 56px;
    height: 56px;
    border: 4px solid #e8f4fc;
    border-top-color: #1F3864;
    border-right-color: #A6E1FF;
    border-radius: 50%;
    animation: spin-b-vf4j60yu7w 0.8s linear infinite;
    margin: 0 auto var(--spacing-md);
}

.loading-state p[b-vf4j60yu7w] {
    color: var(--color-gray-500);
    font-size: var(--font-size-sm);
    margin: 0;
}

/* ==========================================================================
   Status & Error Messages
   ========================================================================== */

.status-label[b-vf4j60yu7w] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    margin-top: var(--spacing-lg);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.status-success[b-vf4j60yu7w] {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fc 100%);
    color: #1F3864;
    border: 2px solid #A6E1FF;
}

.status-success[b-vf4j60yu7w]::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #1F3864;
    border-radius: 50%;
    margin-right: 10px;
    animation: pulse-dot-b-vf4j60yu7w 2s ease-in-out infinite;
}

@keyframes pulse-dot-b-vf4j60yu7w {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.status-error[b-vf4j60yu7w] {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    color: #dc2626;
    border: 2px solid #fca5a5;
}

.error-display[b-vf4j60yu7w] {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) var(--spacing-md);
    background: rgba(239, 68, 68, 0.08);
    border-left: 3px solid var(--color-danger);
    color: var(--color-danger);
    font-size: var(--font-size-sm);
    margin-bottom: var(--spacing-md);
    border-radius: var(--radius-md);
    animation: shake-b-vf4j60yu7w 0.3s ease-in-out;
}

.error-display[b-vf4j60yu7w]::before {
    content: '⚠';
    font-size: var(--font-size-base);
    flex-shrink: 0;
}

/* ==========================================================================
   PWA Install Feature - Außerhalb der Login-Box
   ========================================================================== */

.pwa-install-section[b-vf4j60yu7w] {
    margin-top: var(--spacing-lg);
    text-align: center;
    animation: fadeIn-b-vf4j60yu7w 0.6s ease-out 0.4s both;
}

.btn-pwa-install[b-vf4j60yu7w] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #1F3864;
    border: 1px solid rgba(166, 225, 255, 0.6);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(31, 56, 100, 0.1);
}

.btn-pwa-install:hover[b-vf4j60yu7w] {
    background: rgba(255, 255, 255, 0.95);
    border-color: #1F3864;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.15);
}

.btn-pwa-install:active[b-vf4j60yu7w] {
    transform: translateY(0);
}

.install-icon[b-vf4j60yu7w] {
    flex-shrink: 0;
    opacity: 0.8;
}

.pwa-hint[b-vf4j60yu7w] {
    font-size: 0.7rem;
    color: rgba(31, 56, 100, 0.5);
    margin: 6px 0 0 0;
    font-weight: 400;
}

/* ==========================================================================
   License Info
   ========================================================================== */

.license-info[b-vf4j60yu7w] {
    margin-top: var(--spacing-xl);
    padding-top: var(--spacing-md);
    border-top: 2px solid #e8f4fc;
    text-align: center;
}

.license-info p[b-vf4j60yu7w] {
    font-size: var(--font-size-xs);
    color: var(--color-gray-400);
    font-weight: var(--font-weight-regular);
    line-height: 1.4;
    margin: 0;
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes spin-b-vf4j60yu7w {
    to { transform: rotate(360deg); }
}

@keyframes fadeIn-b-vf4j60yu7w {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp-b-vf4j60yu7w {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft-b-vf4j60yu7w {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shake-b-vf4j60yu7w {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 1024px) {
    .login-box-inner[b-vf4j60yu7w] {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }

    .left-panel[b-vf4j60yu7w] {
        padding: var(--spacing-lg);
        border-right: none;
        border-bottom: 1px solid var(--color-gray-200);
    }

    .main-logo[b-vf4j60yu7w] {
        width: 100px;
        height: 100px;
    }

    .brand-title[b-vf4j60yu7w] {
        font-size: var(--font-size-lg);
    }
}

@media (max-width: 768px) {
    .input-grid[b-vf4j60yu7w] {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }

    .content-wrapper[b-vf4j60yu7w] {
        padding: var(--spacing-md);
    }

    .login-box[b-vf4j60yu7w] {
        padding: var(--spacing-xl);
    }
}

@media (max-width: 640px) {
    .start-page[b-vf4j60yu7w] {
        padding: var(--spacing-sm);
    }

    .right-panel[b-vf4j60yu7w] {
        padding: var(--spacing-md);
    }

    .login-box[b-vf4j60yu7w] {
        padding: var(--spacing-lg);
        border-radius: var(--radius-xl);
    }

    .main-logo[b-vf4j60yu7w] {
        width: 80px;
        height: 80px;
    }

    .text-input[b-vf4j60yu7w] {
        height: 48px;
    }

    .btn-primary-action[b-vf4j60yu7w] {
        padding: var(--spacing-sm) var(--spacing-md);
    }
}

/* ==========================================================================
   Version Footer
   ========================================================================== */

.version-footer[b-vf4j60yu7w] {
    position: fixed;
    bottom: var(--spacing-md, 16px);
    left: var(--spacing-md, 16px);
    z-index: 100;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 251, 255, 0.95) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid rgba(166, 225, 255, 0.5);
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
}

.version-text[b-vf4j60yu7w] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1F3864;
    letter-spacing: 0.02em;
}
/* _content/PCMBackendService/Components/Pages/Login.razor.rz.scp.css */
/* ==========================================================================
   Login Page - Modern Medical Login 2026
   IDENTISCH mit Home.razor.css
   ========================================================================== */

/* Page Container with Modern Gradient Mesh Background */
.start-page[b-73bnihnin5] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
}

/* Animated Gradient Overlay */
.start-page[b-73bnihnin5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(166, 225, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(31, 56, 100, 0.1) 0%, transparent 40%);
    z-index: 1;
    animation: meshFloat-b-73bnihnin5 20s ease-in-out infinite;
}

@keyframes meshFloat-b-73bnihnin5 {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    33% { 
        transform: translate(2%, -2%) scale(1.02);
        opacity: 0.9;
    }
    66% { 
        transform: translate(-1%, 1%) scale(0.98);
        opacity: 1;
    }
}

/* ==========================================================================
   Content Container
   ========================================================================== */

.content-wrapper[b-73bnihnin5] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    padding: var(--spacing-xl);
    margin: 0 auto;
}

/* ==========================================================================
   Login Box - Glassmorphism Card
   ========================================================================== */

.login-box[b-73bnihnin5] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid #A6E1FF;
    border-radius: 24px;
    padding: var(--spacing-3xl);
    width: 100%;
    box-shadow: 
        0 8px 32px rgba(166, 225, 255, 0.3),
        0 4px 12px rgba(31, 56, 100, 0.1);
    animation: fadeInUp-b-73bnihnin5 0.6s ease-out;
    position: relative;
    overflow: hidden;
}

.login-box[b-73bnihnin5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

/* Two-Column Layout */
.login-box-inner[b-73bnihnin5] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--spacing-3xl);
    align-items: center;
}

/* ==========================================================================
   Left Panel - Branding
   ========================================================================== */

.left-panel[b-73bnihnin5] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-xl);
    animation: fadeInLeft-b-73bnihnin5 0.6s ease-out;
    border-right: 2px solid #e8f4fc;
}

.logo-section[b-73bnihnin5] {
    text-align: center;
    animation: fadeIn-b-73bnihnin5 0.8s ease-out 0.2s both;
}

.main-logo[b-73bnihnin5] {
    width: 160px;
    height: 160px;
    margin-bottom: var(--spacing-lg);
    filter: drop-shadow(0 4px 12px rgba(0, 119, 182, 0.15));
    transition: transform var(--transition-base);
}

.main-logo:hover[b-73bnihnin5] {
    transform: scale(1.03);
}

.brand-title[b-73bnihnin5] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-sm) 0;
    letter-spacing: -0.02em;
}

.brand-subtitle[b-73bnihnin5] {
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    line-height: 1.5;
    margin: 0;
}

/* ==========================================================================
   Right Panel - Login Form
   ========================================================================== */

.right-panel[b-73bnihnin5] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--spacing-xl);
}

.login-form[b-73bnihnin5] {
    width: 100%;
}

.input-group[b-73bnihnin5] {
    width: 100%;
    position: relative;
    margin-bottom: var(--spacing-lg);
}

.input-label[b-73bnihnin5] {
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    color: #1F3864;
    margin-bottom: var(--spacing-xs);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.input-wrapper[b-73bnihnin5] {
    position: relative;
    width: 100%;
}

/* ==========================================================================
   Form Inputs - Modern Style
   ========================================================================== */

.text-input[b-73bnihnin5] {
    width: 100%;
    height: 52px;
    padding: 0 var(--spacing-md);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    background: #ffffff;
    color: #1F3864;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-primary);
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.text-input[b-73bnihnin5]::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.text-input:hover:not(:disabled):not(:read-only)[b-73bnihnin5] {
    border-color: #A6E1FF;
}

.text-input:focus[b-73bnihnin5] {
    border-color: #1F3864;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3);
}

/* ==========================================================================
   Primary Action Button - Active & Inviting Design
   ========================================================================== */

.btn-primary-action[b-73bnihnin5] {
    width: 100%;
    padding: 14px var(--spacing-lg);
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: var(--spacing-md);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.btn-primary-action:hover:not(:disabled)[b-73bnihnin5] {
    background: linear-gradient(135deg, #2d4a7c 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(31, 56, 100, 0.4),
        0 3px 6px rgba(31, 56, 100, 0.25);
}

.btn-primary-action:active:not(:disabled)[b-73bnihnin5] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(31, 56, 100, 0.3);
}

/* ==========================================================================
   Status & Error Messages
   ========================================================================== */

.status-label[b-73bnihnin5] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    margin-top: var(--spacing-lg);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.status-success[b-73bnihnin5] {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fc 100%);
    color: #1F3864;
    border: 2px solid #A6E1FF;
}

.status-success[b-73bnihnin5]::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #1F3864;
    border-radius: 50%;
    margin-right: 10px;
    animation: pulse-dot-b-73bnihnin5 2s ease-in-out infinite;
}

@keyframes pulse-dot-b-73bnihnin5 {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.error-display[b-73bnihnin5] {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) var(--spacing-md);
    background: rgba(239, 68, 68, 0.08);
    border-left: 3px solid var(--color-danger);
    color: var(--color-danger);
    font-size: var(--font-size-sm);
    margin-bottom: var(--spacing-md);
    border-radius: var(--radius-md);
    animation: shake-b-73bnihnin5 0.3s ease-in-out;
}

.error-display[b-73bnihnin5]::before {
    content: '⚠';
    font-size: var(--font-size-base);
    flex-shrink: 0;
}

@keyframes shake-b-73bnihnin5 {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}

/* ==========================================================================
   License Info
   ========================================================================== */

.license-info[b-73bnihnin5] {
    margin-top: var(--spacing-xl);
    padding-top: var(--spacing-md);
    border-top: 2px solid #e8f4fc;
    text-align: center;
}

.license-info p[b-73bnihnin5] {
    font-size: var(--font-size-xs);
    color: var(--color-gray-400);
    font-weight: var(--font-weight-regular);
    line-height: 1.4;
    margin: 0;
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes spin-b-73bnihnin5 {
    to { transform: rotate(360deg); }
}

@keyframes fadeIn-b-73bnihnin5 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp-b-73bnihnin5 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft-b-73bnihnin5 {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 1024px) {
    .login-box-inner[b-73bnihnin5] {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
    }

    .left-panel[b-73bnihnin5] {
        padding: var(--spacing-lg);
        border-right: none;
        border-bottom: 1px solid var(--color-gray-200);
    }

    .main-logo[b-73bnihnin5] {
        width: 100px;
        height: 100px;
    }

    .brand-title[b-73bnihnin5] {
        font-size: var(--font-size-lg);
    }
}

@media (max-width: 768px) {
    .content-wrapper[b-73bnihnin5] {
        padding: var(--spacing-md);
    }

    .login-box[b-73bnihnin5] {
        padding: var(--spacing-xl);
    }
}

@media (max-width: 640px) {
    .start-page[b-73bnihnin5] {
        padding: var(--spacing-sm);
    }

    .right-panel[b-73bnihnin5] {
        padding: var(--spacing-md);
    }

    .login-box[b-73bnihnin5] {
        padding: var(--spacing-lg);
        border-radius: var(--radius-xl);
    }

    .main-logo[b-73bnihnin5] {
        width: 80px;
        height: 80px;
    }

    .text-input[b-73bnihnin5] {
        height: 48px;
    }

    .btn-primary-action[b-73bnihnin5] {
        padding: var(--spacing-sm) var(--spacing-md);
    }
}
/* _content/PCMBackendService/Components/Pages/PatientProfilePage.razor.rz.scp.css */
/* ==========================================================================
   Patient Profile Page - Ultra Modern Medical UI 2026
   Professionelles Design aus einem Guss mit Avatar & Home Pages
   ========================================================================== */

/* ===== Page Layout - Full Viewport Fixed ===== */
.profile-page[b-gnx0uaup2s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* Moderner Gradient-Mesh Hintergrund - konsistent mit anderen Seiten */
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(0, 180, 216, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(0, 119, 182, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(0, 180, 216, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(102, 126, 234, 0.08) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: pageLoadFade-b-gnx0uaup2s 0.5s ease-out;
}

@keyframes pageLoadFade-b-gnx0uaup2s {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Animated Gradient Overlay */
.profile-page[b-gnx0uaup2s]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 180, 216, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(0, 119, 182, 0.06) 0%, transparent 40%);
    z-index: 1;
    animation: meshFloat-b-gnx0uaup2s 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes meshFloat-b-gnx0uaup2s {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    33% { 
        transform: translate(2%, -2%) scale(1.02);
        opacity: 0.9;
    }
    66% { 
        transform: translate(-1%, 1%) scale(0.98);
        opacity: 1;
    }
}

/* ===== Content Wrapper - Split Layout (wie Avatar-Seite) ===== */
.content-wrapper[b-gnx0uaup2s] {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
}

/* ===== Loading State - Konsistent mit Avatar ===== */
.loading-overlay[b-gnx0uaup2s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(0, 180, 216, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(0, 119, 182, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(0, 180, 216, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(102, 126, 234, 0.08) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: fadeIn-b-gnx0uaup2s 0.3s ease-out;
}

@keyframes fadeIn-b-gnx0uaup2s {
    from { opacity: 0; }
    to { opacity: 1; }
}

.loading-card[b-gnx0uaup2s] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--radius-2xl);
    padding: var(--spacing-3xl);
    text-align: center;
    box-shadow: 
        0 8px 32px rgba(0, 119, 182, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    animation: fadeInScale-b-gnx0uaup2s 0.4s ease-out;
}

@keyframes fadeInScale-b-gnx0uaup2s {
    from { opacity: 0; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1); }
}

.loading-card h3[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #0077B6 0%, #00B4D8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: var(--spacing-lg) 0 var(--spacing-sm);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
}

.loading-card p[b-gnx0uaup2s] {
    color: var(--color-gray-500);
    margin: 0;
    font-weight: var(--font-weight-medium);
}

.spinner[b-gnx0uaup2s] {
    width: 56px;
    height: 56px;
    border: 4px solid rgba(0, 180, 216, 0.15);
    border-top-color: #00B4D8;
    border-right-color: rgba(0, 180, 216, 0.5);
    border-radius: 50%;
    animation: spin-b-gnx0uaup2s 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-gnx0uaup2s {
    to { transform: rotate(360deg); }
}

/* ===== Left Panel - Form Card ===== */
.left-panel[b-gnx0uaup2s] {
    width: 420px;
    min-width: 420px;
    display: flex;
    flex-direction: column;
    animation: slideInLeft-b-gnx0uaup2s 0.5s ease-out;
    overflow: hidden;
    margin: var(--spacing-sm);
    margin-right: 0;
    height: calc(100vh - var(--spacing-sm) * 2);
}

@keyframes slideInLeft-b-gnx0uaup2s {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Clean Form Card */
.form-card[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 20px;
    padding: var(--spacing-xl);
    padding-bottom: var(--spacing-sm);
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-card[b-gnx0uaup2s]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
    border-radius: 20px 20px 0 0;
}

.form-title[b-gnx0uaup2s] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-lg) 0;
    padding-bottom: var(--spacing-md);
    border-bottom: 2px solid #e8f4fc;
    flex-shrink: 0;
    letter-spacing: -0.02em;
}

.profile-form[b-gnx0uaup2s],
.form-card > form[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    flex-shrink: 1;
}

/* ===== Form Elements - Premium Style ===== */
.form-group[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
}

.form-label[b-gnx0uaup2s] {
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    color: #1F3864;
    margin-bottom: var(--spacing-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-row[b-gnx0uaup2s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
}

/* ===== Clean Input Fields ===== */
.form-input[b-gnx0uaup2s] {
    width: 100%;
    height: 48px;
    padding: 0 var(--spacing-md);
    border: 2px solid #e8f4fc;
    border-radius: 12px;
    background: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    color: #1F3864;
    font-family: var(--font-primary);
    outline: none;
    transition: all 0.2s ease;
}

.form-input[b-gnx0uaup2s]::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.form-input:hover:not(:disabled):not(.readonly)[b-gnx0uaup2s] {
    border-color: #A6E1FF;
}

.form-input:focus[b-gnx0uaup2s] {
    border-color: #1F3864;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3);
}

.form-input.readonly[b-gnx0uaup2s],
.form-input:read-only[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    cursor: not-allowed;
    border-color: #e8f4fc;
}

/* ===== Clean Toggle Buttons ===== */
.button-row[b-gnx0uaup2s],
.button-grid[b-gnx0uaup2s] {
    display: grid;
    gap: var(--spacing-sm);
}

.button-row[b-gnx0uaup2s] {
    grid-template-columns: 1fr 1fr;
}

.button-grid[b-gnx0uaup2s] {
    grid-template-columns: repeat(2, 1fr);
}

.toggle-btn[b-gnx0uaup2s] {
    height: 48px;
    border: 2px solid #e8f4fc;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: var(--font-primary);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-btn:hover:not(.selected)[b-gnx0uaup2s] {
    border-color: #A6E1FF;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    transform: translateY(-1px);
}

.toggle-btn.selected[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border-color: #1F3864;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

/* ===== Clean Avatar Preview ===== */
.avatar-preview[b-gnx0uaup2s] {
    border: 2px solid #e8f4fc;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.avatar-preview[b-gnx0uaup2s]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.avatar-preview img[b-gnx0uaup2s] {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* ===== Error Display ===== */
.error-display[b-gnx0uaup2s] {
    padding: var(--spacing-md);
    background: #FEF2F2;
    border: 1px solid #FCA5A5;
    border-left: 3px solid #EF4444;
    border-radius: var(--radius-md);
    color: #991B1B;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
}

/* ===== Action Buttons ===== */
.button-actions[b-gnx0uaup2s] {
    display: flex;
    justify-content: stretch;
    gap: var(--spacing-md);
    padding: var(--spacing-lg) 0;
    padding-bottom: var(--spacing-sm);
    border-top: 2px solid #e8f4fc;
    flex-shrink: 0;
    margin-top: auto;
    background: linear-gradient(0deg, rgba(248, 251, 255, 0.8) 0%, transparent 100%);
}

.btn-cancel[b-gnx0uaup2s],
.btn-save[b-gnx0uaup2s] {
    flex: 1;
    min-width: 120px;
    height: 48px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: var(--font-primary);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-cancel[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #e8f4fc;
    color: #6b7280;
}

.btn-cancel:hover[b-gnx0uaup2s] {
    border-color: #A6E1FF;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    color: #1F3864;
    transform: translateY(-2px);
}

.btn-save[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border: none;
    color: #ffffff;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.btn-save:hover:not(:disabled)[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #2d4a7c 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(31, 56, 100, 0.4),
        0 3px 6px rgba(31, 56, 100, 0.25);
}

.btn-save:active:not(:disabled)[b-gnx0uaup2s] {
    transform: translateY(0);
}

.btn-save:disabled[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #d1d5db 0%, #e5e7eb 100%);
    cursor: not-allowed;
    box-shadow: none;
    color: #9ca3af;
}

.btn-spinner[b-gnx0uaup2s] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--color-white);
    border-radius: 50%;
    animation: spin-b-gnx0uaup2s 0.8s linear infinite;
}

/* ===== Right Panel - History & Data ===== */
.right-panel[b-gnx0uaup2s] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    animation: slideInRight-b-gnx0uaup2s 0.5s ease-out;
    overflow: hidden;
    margin: var(--spacing-sm);
    margin-left: var(--spacing-sm);
}

@keyframes slideInRight-b-gnx0uaup2s {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

/* ===== History Header Container ===== */
.history-header[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: var(--radius-xl);
    padding: var(--spacing-xl) var(--spacing-lg);
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.history-header[b-gnx0uaup2s]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1F3864 0%, #A6E1FF 50%, #1F3864 100%);
}

.header-title-row[b-gnx0uaup2s] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-md);
}

.header-title-row .btn-icon-help[b-gnx0uaup2s] {
    flex-shrink: 0;
    margin-top: 0;
}

.header-section[b-gnx0uaup2s] {
    text-align: left;
    flex: 1;
}

.page-title[b-gnx0uaup2s] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 var(--spacing-xs);
    letter-spacing: -0.02em;
}

.page-description[b-gnx0uaup2s] {
    font-size: var(--font-size-sm);
    color: #5a7184;
    margin: 0 0 var(--spacing-md);
    font-weight: var(--font-weight-medium);
    line-height: 1.6;
    max-width: 600px;
}

/* ===== Premium Tab Navigation ===== */
.tab-row[b-gnx0uaup2s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-lg);
    margin-top: var(--spacing-sm);
}

.tab-group[b-gnx0uaup2s] {
    display: flex;
    background: linear-gradient(135deg, #e8f4fc 0%, #d4edfc 100%);
    border: 2px solid #A6E1FF;
    border-radius: 50px;
    padding: 5px;
    gap: 4px;
    box-shadow: inset 0 2px 4px rgba(166, 225, 255, 0.3);
}

.tab-row .btn-action[b-gnx0uaup2s] {
    /* Buttons inline instead of absolute */
}

.tab-row .btn-action + .btn-action[b-gnx0uaup2s] {
    margin-left: 8px;
}

.tab-btn[b-gnx0uaup2s] {
    padding: 10px 24px;
    border: none;
    border-radius: 50px;
    background: transparent;
    color: #1F3864;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: var(--font-primary);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tab-btn svg[b-gnx0uaup2s] {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.tab-btn:hover svg[b-gnx0uaup2s] {
    transform: scale(1.1);
}

.tab-btn:hover:not(.active)[b-gnx0uaup2s] {
    background: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

.tab-btn.active[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
    transform: translateY(-1px);
}

/* ===== Clean Content Section ===== */
.content-section[b-gnx0uaup2s] {
    flex: 1;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: var(--radius-xl);
    padding: var(--spacing-xl);
    padding-bottom: var(--spacing-sm);
    overflow: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 
        0 4px 6px -1px rgba(166, 225, 255, 0.15),
        0 2px 4px -1px rgba(31, 56, 100, 0.06);
    width: 100%;
    box-sizing: border-box;
    min-height: 0;
}

/* ===== Filter Row ===== */
.filter-row[b-gnx0uaup2s] {
    padding: var(--spacing-lg) 0;
    padding-bottom: var(--spacing-md);
    border-bottom: 1px solid var(--color-gray-200);
}

.date-filter[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spacing-md);
    flex-wrap: wrap;
    padding: var(--spacing-sm) 0;
}

.date-filter label[b-gnx0uaup2s] {
    font-weight: 600;
    font-size: var(--font-size-sm);
    color: #1F3864;
}

.date-input[b-gnx0uaup2s] {
    padding: 10px 16px;
    border: 2px solid #A6E1FF;
    border-radius: 12px;
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: #1F3864;
    background: white;
    transition: all 0.2s ease;
}

.date-input:focus[b-gnx0uaup2s] {
    outline: none;
    border-color: #1F3864;
    box-shadow: 0 0 0 3px rgba(166, 225, 255, 0.3);
    background: var(--color-white);
    transition: all var(--transition-fast);
    font-family: var(--font-primary);
}

.date-input:hover[b-gnx0uaup2s] {
    border-color: var(--color-gray-400);
}

.date-input:focus[b-gnx0uaup2s] {
    border-color: #00B4D8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.1);
}

.btn-filter[b-gnx0uaup2s] {
    padding: 10px 28px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border: none;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.btn-filter:hover:not(:disabled)[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #2d4a7c 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(31, 56, 100, 0.4),
        0 3px 6px rgba(31, 56, 100, 0.25);
}

.btn-filter:active:not(:disabled)[b-gnx0uaup2s] {
    transform: translateY(0);
}

.btn-filter:disabled[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #9ca3af 0%, #b0b7c3 100%);
    cursor: not-allowed;
    box-shadow: none;
}

.btn-spinner-small[b-gnx0uaup2s] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--color-white);
    border-radius: 50%;
    animation: spin-b-gnx0uaup2s 0.8s linear infinite;
}

/* ===== Examination Card List ===== */
.examination-list[b-gnx0uaup2s] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden; /* Verhindert horizontalen Scrollbar bei Hover-Effekt */
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    padding-right: 8px; /* Platz für Hover-Effekt (translateX) */
}

.exam-card[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding: var(--spacing-md) var(--spacing-lg);
    background: linear-gradient(135deg, #ffffff 0%, #fafcff 100%);
    border: 2px solid #e8f4fc;
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.exam-card[b-gnx0uaup2s]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: linear-gradient(180deg, #A6E1FF 0%, #1F3864 100%);
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.exam-card:hover[b-gnx0uaup2s] {
    border-color: #A6E1FF;
    box-shadow: 
        0 4px 12px rgba(166, 225, 255, 0.25),
        0 2px 4px rgba(31, 56, 100, 0.08);
    transform: translateX(4px);
}

.exam-card:hover[b-gnx0uaup2s]::before {
    opacity: 1;
}

.exam-card.selected[b-gnx0uaup2s] {
    border-color: #1F3864;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fc 100%);
}

.exam-card.selected[b-gnx0uaup2s]::before {
    opacity: 1;
    background: linear-gradient(180deg, #1F3864 0%, #A6E1FF 100%);
}

/* Fremde Untersuchungen - visuell kennzeichnen */
.exam-card.foreign[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #fef7f7 0%, #fdf4f4 100%);
    border-color: #e5d5d5;
}

.exam-card.foreign[b-gnx0uaup2s]::before {
    background: linear-gradient(180deg, #9ca3af 0%, #d1d5db 100%);
}

.exam-card.foreign .exam-title[b-gnx0uaup2s] {
    color: #6b7280;
}

.foreign-badge[b-gnx0uaup2s] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #9ca3af;
    background: #f3f4f6;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 4px;
}

.exam-checkbox[b-gnx0uaup2s] {
    flex-shrink: 0;
}

.exam-checkbox input[type="checkbox"][b-gnx0uaup2s] {
    width: 20px;
    height: 20px;
    accent-color: #1F3864;
    cursor: pointer;
    border-radius: 6px;
}

.exam-content[b-gnx0uaup2s] {
    flex: 1;
    min-width: 0;
}

.exam-title[b-gnx0uaup2s] {
    font-size: 1rem;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 6px;
}

.exam-mci[b-gnx0uaup2s] {
    font-size: 0.85rem;
    color: #5a93c9;
    font-weight: 500;
    margin: 0;
    font-family: 'Monaco', 'Consolas', monospace;
    letter-spacing: 0.3px;
}

.exam-date[b-gnx0uaup2s] {
    flex-shrink: 0;
    text-align: right;
}

.date-text[b-gnx0uaup2s] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1F3864;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fc 100%);
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #A6E1FF;
}

/* ===== Action Row ===== */
.action-row[b-gnx0uaup2s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-lg) 0;
    padding-bottom: var(--spacing-sm);
    border-top: 2px solid #e8f4fc;
    flex-shrink: 0;
    margin-top: auto;
    background: linear-gradient(0deg, rgba(248, 251, 255, 0.8) 0%, transparent 100%);
}

.left-actions[b-gnx0uaup2s],
.right-actions[b-gnx0uaup2s] {
    display: flex;
    gap: var(--spacing-md);
}

.btn-action[b-gnx0uaup2s] {
    padding: 10px 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 50px;
    color: #1F3864;
    font-weight: 600;
    font-family: var(--font-primary);
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(166, 225, 255, 0.2);
}

.btn-action:hover[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #A6E1FF 0%, #7dd3fc 100%);
    border-color: #7dd3fc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(166, 225, 255, 0.4);
}

.btn-action:active[b-gnx0uaup2s] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(166, 225, 255, 0.2);
}

.btn-action-primary[b-gnx0uaup2s] {
    padding: 10px 28px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border: none;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.btn-action-primary:hover:not(:disabled)[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #2d4a7c 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(31, 56, 100, 0.4),
        0 3px 6px rgba(31, 56, 100, 0.25);
}

.btn-action-primary:active:not(:disabled)[b-gnx0uaup2s] {
    transform: translateY(0);
}

.btn-action-primary:disabled[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #d1d5db 0%, #e5e7eb 100%);
    cursor: not-allowed;
    box-shadow: none;
    color: #9ca3af;
}

/* Help Button Style - Icon only, like Avatar page */
.btn-icon-help[b-gnx0uaup2s] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 12px;
    color: #1F3864;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(166, 225, 255, 0.2);
}

.btn-icon-help:hover[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-color: #A6E1FF;
    color: #1F3864;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(166, 225, 255, 0.3);
}

.btn-icon-help svg[b-gnx0uaup2s] {
    fill: currentColor;
}

/* ===== Charts - Kein Scrolling ===== */
.charts-container[b-gnx0uaup2s] {
    flex: 1;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: var(--spacing-md);
    padding: var(--spacing-md);
    overflow: hidden;
    min-height: 0;
}

.chart-card[b-gnx0uaup2s] {
    background: var(--color-white);
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-lg);
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.chart-card h4[b-gnx0uaup2s] {
    color: var(--color-gray-900);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    margin: 0 0 var(--spacing-sm);
    flex-shrink: 0;
}

.chart-wrapper[b-gnx0uaup2s] {
    flex: 1;
    position: relative;
    min-height: 0;
}

.chart-wrapper canvas[b-gnx0uaup2s] {
    width: 100% !important;
    height: 100% !important;
}

/* ===== Empty States ===== */
.empty-state[b-gnx0uaup2s],
.chart-placeholder[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: var(--color-gray-400);
    border-radius: var(--radius-lg);
}

.empty-icon[b-gnx0uaup2s],
.chart-icon[b-gnx0uaup2s] {
    width: 48px;
    height: 48px;
    margin-bottom: var(--spacing-md);
    opacity: 0.4;
}

.empty-state p[b-gnx0uaup2s],
.chart-placeholder p[b-gnx0uaup2s] {
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
    color: var(--color-gray-500);
    margin: 0;
    text-align: center;
    max-width: 300px;
}

/* ===== Modern Scrollbar ===== */
.form-card[b-gnx0uaup2s]::-webkit-scrollbar,
.content-section[b-gnx0uaup2s]::-webkit-scrollbar,
.examination-list[b-gnx0uaup2s]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.form-card[b-gnx0uaup2s]::-webkit-scrollbar-track,
.content-section[b-gnx0uaup2s]::-webkit-scrollbar-track,
.examination-list[b-gnx0uaup2s]::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.form-card[b-gnx0uaup2s]::-webkit-scrollbar-thumb,
.content-section[b-gnx0uaup2s]::-webkit-scrollbar-thumb,
.examination-list[b-gnx0uaup2s]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, 
        rgba(0, 180, 216, 0.3) 0%, 
        rgba(0, 119, 182, 0.4) 100%);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.form-card[b-gnx0uaup2s]::-webkit-scrollbar-thumb:hover,
.content-section[b-gnx0uaup2s]::-webkit-scrollbar-thumb:hover,
.examination-list[b-gnx0uaup2s]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, 
        rgba(0, 180, 216, 0.5) 0%, 
        rgba(0, 119, 182, 0.6) 100%);
}

/* Firefox */
.form-card[b-gnx0uaup2s],
.content-section[b-gnx0uaup2s],
.examination-list[b-gnx0uaup2s] {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 180, 216, 0.4) transparent;
}

/* ===== Responsive Design ===== */

/* Tablets wie iPad Pro (1366x1024) - einheitliche Button-Höhen */
@media (min-width: 1024px) and (max-width: 1400px) {
    .btn-cancel[b-gnx0uaup2s],
    .btn-save[b-gnx0uaup2s] {
        height: 48px;
        min-height: 48px;
        font-size: 0.95rem;
    }
    
    .toggle-btn[b-gnx0uaup2s] {
        height: 48px;
        min-height: 48px;
    }
    
    .form-input[b-gnx0uaup2s] {
        height: 48px;
    }
}

@media (max-width: 1400px) {
    .content-wrapper[b-gnx0uaup2s] {
        grid-template-columns: 380px 1fr;
    }
}

/* Tablets wie iPad Pro - Panels nebeneinander behalten */
@media (min-width: 1025px) and (max-width: 1400px) {
    .left-panel[b-gnx0uaup2s] {
        width: 380px;
        min-width: 380px;
    }
    
    .button-actions[b-gnx0uaup2s] {
        flex-direction: row;
        gap: var(--spacing-sm);
    }
    
    .btn-cancel[b-gnx0uaup2s],
    .btn-save[b-gnx0uaup2s] {
        min-width: 100px;
        font-size: 0.85rem;
        padding: 0 var(--spacing-sm);
    }
}

@media (max-width: 1024px) {
    .content-wrapper[b-gnx0uaup2s] {
        flex-direction: column;
        padding: var(--spacing-sm);
        height: auto;
        min-height: 100vh;
    }

    .left-panel[b-gnx0uaup2s],
    .right-panel[b-gnx0uaup2s] {
        width: 100%;
        min-width: 0;
        max-height: none;
        margin: var(--spacing-sm);
    }

    .left-panel[b-gnx0uaup2s] {
        order: 1;
    }

    .right-panel[b-gnx0uaup2s] {
        order: 2;
    }
}

@media (max-width: 768px) {
    .form-row[b-gnx0uaup2s] {
        grid-template-columns: 1fr;
    }

    .button-grid[b-gnx0uaup2s] {
        grid-template-columns: 1fr 1fr;
    }

    .tab-row[b-gnx0uaup2s] {
        flex-direction: column;
        align-items: stretch;
    }

    .tab-group[b-gnx0uaup2s] {
        width: 100%;
    }

    .date-filter[b-gnx0uaup2s] {
        flex-direction: column;
        align-items: stretch;
    }

    .date-input[b-gnx0uaup2s],
    .btn-filter[b-gnx0uaup2s] {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .page-title[b-gnx0uaup2s] {
        font-size: var(--font-size-xl);
    }

    .button-actions[b-gnx0uaup2s] {
        flex-direction: column;
    }

    .btn-cancel[b-gnx0uaup2s],
    .btn-save[b-gnx0uaup2s] {
        width: 100%;
    }

    .form-card[b-gnx0uaup2s],
    .content-section[b-gnx0uaup2s] {
        padding: var(--spacing-lg);
    }
    
    /* Avatar-Vorschau auf kleinen Displays ausblenden für mehr Platz */
    .avatar-preview[b-gnx0uaup2s] {
        display: none;
    }
}

/* ===== Export Modal ===== */
.modal-overlay[b-gnx0uaup2s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 56, 100, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-gnx0uaup2s 0.2s ease-out;
}

@keyframes fadeIn-b-gnx0uaup2s {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-export-dialog[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 20px;
    width: 90%;
    max-width: 480px;
    box-shadow: 
        0 25px 50px -12px rgba(31, 56, 100, 0.3),
        0 0 0 2px #A6E1FF;
    animation: modalSlideIn-b-gnx0uaup2s 0.3s ease-out;
    overflow: hidden;
}

@keyframes modalSlideIn-b-gnx0uaup2s {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.export-header[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    position: relative;
}

.export-header h3[b-gnx0uaup2s] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    flex: 1;
}

.export-icon-wrapper[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: white;
}

.btn-close-modal[b-gnx0uaup2s] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
    padding: 0.5rem;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-close-modal:hover[b-gnx0uaup2s] {
    background: rgba(255, 255, 255, 0.2);
}

.export-content[b-gnx0uaup2s] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.export-summary[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fc 100%);
    border-radius: 12px;
    border: 1px solid rgba(166, 225, 255, 0.5);
}

.summary-icon[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    border-radius: 12px;
    color: white;
    flex-shrink: 0;
}

.summary-text[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
}

.summary-count[b-gnx0uaup2s] {
    font-size: 2rem;
    font-weight: 700;
    color: #1F3864;
    line-height: 1;
}

.summary-label[b-gnx0uaup2s] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.export-info[b-gnx0uaup2s] {
    padding: 0.5rem 0;
}

.export-info p[b-gnx0uaup2s] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4b5563;
}

.export-notice[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-radius: 50px;
    color: #065f46;
    font-weight: 600;
    font-size: 0.85rem;
}

.export-notice svg[b-gnx0uaup2s] {
    flex-shrink: 0;
}

.export-footer[b-gnx0uaup2s] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(to top, #f0f4f8, #ffffff);
    border-top: 1px solid rgba(166, 225, 255, 0.5);
}

.btn-export-cancel[b-gnx0uaup2s] {
    flex: 1;
    padding: 0.85rem 1.5rem;
    border: 2px solid #1F3864;
    border-radius: 50px;
    background: white;
    color: #1F3864;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-export-cancel:hover[b-gnx0uaup2s] {
    background: #f0f4f8;
    transform: translateY(-1px);
}

.btn-export-download[b-gnx0uaup2s] {
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-export-download:hover:not(:disabled)[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #2a4a7a 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.45);
}

.btn-export-download:disabled[b-gnx0uaup2s] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* ===== Export Modal Wide (2-spaltig) ===== */
.modal-export-wide[b-gnx0uaup2s] {
    max-width: 720px;
    width: 95%;
}

/* 2-Spalten Grid */
.export-content-grid[b-gnx0uaup2s] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
}

/* Linke Spalte */
.export-column-left[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Kompakte Zusammenfassung */
.export-summary-compact[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fc 100%);
    border: 1px solid #d1e3f6;
    border-radius: 12px;
}

.summary-icon-small[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 10px;
    color: #1f3864;
    box-shadow: 0 2px 6px rgba(31, 56, 100, 0.1);
}

.summary-text-compact[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
}

.summary-count-big[b-gnx0uaup2s] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1f3864;
    line-height: 1;
}

.summary-label-small[b-gnx0uaup2s] {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 2px;
}

/* Export-Feld */
.export-field[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

/* Kompakter Hinweis */
.export-notice-compact[b-gnx0uaup2s] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 10px;
    font-size: 0.8rem;
    color: #047857;
    line-height: 1.4;
}

.export-notice-compact svg[b-gnx0uaup2s] {
    flex-shrink: 0;
    margin-top: 1px;
    color: #10B981;
}

/* Rechte Spalte */
.export-column-right[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Export Label */
.export-label[b-gnx0uaup2s] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f3864;
    margin-bottom: 0.25rem;
}

/* Input-Felder */
.export-input[b-gnx0uaup2s],
.export-filter-input[b-gnx0uaup2s] {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #1f3864;
    background: #f9fafb;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.export-input:focus[b-gnx0uaup2s],
.export-filter-input:focus[b-gnx0uaup2s] {
    outline: none;
    border-color: #1f3864;
    background: white;
    box-shadow: 0 0 0 3px rgba(31, 56, 100, 0.1);
}

.export-filter-input[b-gnx0uaup2s] {
    margin-bottom: 0.5rem;
}

/* Tenant List */
.tenant-list-container[b-gnx0uaup2s] {
    flex: 1;
    min-height: 180px;
    max-height: 240px;
    overflow-y: auto;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
}

.tenant-list[b-gnx0uaup2s] {
    padding: 0.4rem;
}

.tenant-item[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.7rem 0.85rem;
    margin-bottom: 0.3rem;
    border: 1.5px solid transparent;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.tenant-item:last-child[b-gnx0uaup2s] {
    margin-bottom: 0;
}

/* Hover-Farbe: Dunkleres Blau statt helles Blau */
.tenant-item:hover:not(:disabled):not(.selected)[b-gnx0uaup2s] {
    background: #e8f0fa;
    border-color: #c5d9f0;
}

/* Selected State - Dunkelblau mit weißer Schrift */
.tenant-item.selected[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #1f3864 0%, #2d4a7c 100%);
    border-color: #1f3864;
    color: white;
}

.tenant-item.selected .tenant-name[b-gnx0uaup2s],
.tenant-item.selected .tenant-number[b-gnx0uaup2s] {
    color: white;
}

/* Hover auf Selected - etwas heller */
.tenant-item.selected:hover:not(:disabled)[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #2a4a7a 0%, #3d5a8c 100%);
}

.tenant-item:disabled[b-gnx0uaup2s] {
    opacity: 0.6;
    cursor: not-allowed;
}

.tenant-info[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.tenant-name[b-gnx0uaup2s] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f3864;
}

.tenant-number[b-gnx0uaup2s] {
    font-size: 0.75rem;
    color: #6b7280;
}

.tenant-check[b-gnx0uaup2s] {
    flex-shrink: 0;
    color: white;
}

/* Empty State */
.tenant-empty-state[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #9ca3af;
}

.tenant-empty-state svg[b-gnx0uaup2s] {
    opacity: 0.4;
    margin-bottom: 0.5rem;
}

.tenant-empty-state p[b-gnx0uaup2s] {
    margin: 0;
    font-size: 0.85rem;
    color: #6b7280;
}

/* Export Status Message */
.export-status[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    font-size: 0.8rem;
    margin-top: auto;
}

.export-status.success[b-gnx0uaup2s] {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #047857;
}

.export-status.success svg[b-gnx0uaup2s] {
    color: #10B981;
}

.export-status.error[b-gnx0uaup2s] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #B91C1C;
}

.export-status.error svg[b-gnx0uaup2s] {
    color: #EF4444;
}

.btn-spinner-small[b-gnx0uaup2s] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-gnx0uaup2s 0.8s linear infinite;
}

@keyframes spin-b-gnx0uaup2s {
    to { transform: rotate(360deg); }
}

/* ===== Import Modal ===== */
.modal-import-dialog[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 20px;
    width: 95%;
    max-width: 550px;
    height: 600px; /* Feste Höhe - groß genug für allen Inhalt */
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 24px rgba(31, 56, 100, 0.2);
    animation: modalSlideIn-b-gnx0uaup2s 0.3s ease-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.import-header[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
}

.import-header h3[b-gnx0uaup2s] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    flex: 1;
    color: white !important;
}

.import-icon-wrapper[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: white;
}

.import-content[b-gnx0uaup2s] {
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1; /* Füllt verfügbaren Platz */
    overflow: hidden; /* Kein Scrollen im Content */
}

/* QuickFetch Section */
.quickfetch-section[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.quickfetch-row[b-gnx0uaup2s] {
    display: flex;
    gap: 0.5rem;
}

.quickfetch-input[b-gnx0uaup2s] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1.5px solid #A6E1FF;
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: 'Consolas', 'Monaco', monospace;
    color: #1f3864;
    background: white;
    transition: all 0.2s ease;
}

.quickfetch-input:focus[b-gnx0uaup2s] {
    outline: none;
    border-color: #1f3864;
    box-shadow: 0 0 0 3px rgba(31, 56, 100, 0.1);
}

.quickfetch-input[b-gnx0uaup2s]::placeholder {
    color: #9ca3af;
    font-family: inherit;
}

.btn-quickfetch[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(31, 56, 100, 0.3);
}

.btn-quickfetch:hover:not(:disabled)[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #2a4a7a 0%, #3d5a8c 100%);
    transform: translateY(-1px);
}

.btn-quickfetch:disabled[b-gnx0uaup2s] {
    opacity: 0.6;
    cursor: not-allowed;
}

.quickfetch-hint[b-gnx0uaup2s] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-left: 0.25rem;
}

/* Divider */
.import-divider[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #9ca3af;
    font-size: 0.85rem;
}

.import-divider[b-gnx0uaup2s]::before,
.import-divider[b-gnx0uaup2s]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}

.import-info[b-gnx0uaup2s] {
    font-size: 0.9rem;
    color: #374151;
}

.import-info p[b-gnx0uaup2s] {
    margin: 0 0 0.5rem 0;
}

.import-options[b-gnx0uaup2s] {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.import-options li[b-gnx0uaup2s] {
    margin-bottom: 0.25rem;
}

.import-options strong[b-gnx0uaup2s] {
    color: #1f3864;
}

.import-field[b-gnx0uaup2s] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.import-label[b-gnx0uaup2s] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f3864;
}

.import-textarea[b-gnx0uaup2s] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: 'Consolas', 'Monaco', monospace;
    color: #1f3864;
    background: #f9fafb;
    resize: none; /* Kein Resize - feste Größe für stabilen Dialog */
    height: 120px; /* Feste Höhe */
    transition: all 0.2s ease;
    box-sizing: border-box;
    overflow-y: auto; /* Nur Textarea selbst scrollt bei langem Text */
}

.import-textarea:focus[b-gnx0uaup2s] {
    outline: none;
    border-color: #1f3864;
    background: white;
    box-shadow: 0 0 0 3px rgba(31, 56, 100, 0.1);
}

.import-textarea[b-gnx0uaup2s]::placeholder {
    color: #9ca3af;
    font-family: inherit;
}

/* Import Status Container - reserviert immer Platz */
.import-status-container[b-gnx0uaup2s] {
    min-height: 42px; /* Feste Höhe reserviert Platz auch wenn leer */
    width: 100%; /* Volle Breite wie Textarea */
}

/* Import Status */
.import-status[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    font-size: 0.85rem;
    width: 100%; /* Volle Breite */
    box-sizing: border-box;
}

.import-status.success[b-gnx0uaup2s] {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #047857;
}

.import-status.success svg[b-gnx0uaup2s] {
    color: #10B981;
}

.import-status.error[b-gnx0uaup2s] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #B91C1C;
}

.import-status.error svg[b-gnx0uaup2s] {
    color: #EF4444;
}

/* Import Footer */
.import-footer[b-gnx0uaup2s] {
    display: flex;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}

.btn-import-cancel[b-gnx0uaup2s] {
    flex: 1;
    padding: 0.8rem 1.25rem;
    border: 1.5px solid #d1d5db;
    border-radius: 50px;
    background: white;
    color: #374151;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-import-cancel:hover:not(:disabled)[b-gnx0uaup2s] {
    background: #f0f4f8;
    transform: translateY(-1px);
}

.btn-import-execute[b-gnx0uaup2s] {
    flex: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.25rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-import-execute:hover:not(:disabled)[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #2a4a7a 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.45);
}

.btn-import-execute:disabled[b-gnx0uaup2s] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* ===== Error Modal ===== */
.modal-overlay[b-gnx0uaup2s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-gnx0uaup2s 0.2s ease-out;
}

@keyframes modalSlideIn-b-gnx0uaup2s {
    from { 
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
    to { 
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-error-dialog[b-gnx0uaup2s] {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 440px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 24px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn-b-gnx0uaup2s 0.3s ease-out;
    overflow: hidden;
}

.error-header[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
}

.error-header h3[b-gnx0uaup2s] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}

.error-icon-wrapper[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
}

.error-content[b-gnx0uaup2s] {
    padding: 1.5rem;
}

.error-content p[b-gnx0uaup2s] {
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #374151;
}

.error-hint[b-gnx0uaup2s] {
    font-size: 0.9rem !important;
    color: #6b7280 !important;
}

.error-details[b-gnx0uaup2s] {
    margin-top: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.error-details summary[b-gnx0uaup2s] {
    padding: 0.75rem 1rem;
    background: #f9fafb;
    cursor: pointer;
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

.error-details summary:hover[b-gnx0uaup2s] {
    background: #f3f4f6;
}

.error-details pre[b-gnx0uaup2s] {
    margin: 0;
    padding: 1rem;
    background: #1f2937;
    color: #f9fafb;
    font-size: 0.75rem;
    line-height: 1.5;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-all;
}

.error-footer[b-gnx0uaup2s] {
    display: flex;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(to top, #f0f4f8, #ffffff);
    border-top: 1px solid #e5e7eb;
}

.btn-error-close[b-gnx0uaup2s] {
    flex: 1;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.35);
}

.btn-error-close:hover[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #2a4a7a 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.45);
}

/* ===== PDF Preview Modal ===== */
.modal-pdf-dialog[b-gnx0uaup2s] {
    background: #ffffff;
    border-radius: 16px;
    width: 95%;
    max-width: 900px;
    height: 85vh;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 8px 24px rgba(31, 56, 100, 0.3);
    animation: modalSlideIn-b-gnx0uaup2s 0.3s ease-out;
    overflow: hidden;
}

.modal-pdf-header[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
}

.modal-pdf-header h3[b-gnx0uaup2s] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-modal-close[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-modal-close:hover[b-gnx0uaup2s] {
    background: rgba(255, 255, 255, 0.2);
}

.modal-pdf-content[b-gnx0uaup2s] {
    flex: 1;
    background: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pdf-viewer[b-gnx0uaup2s] {
    width: 100%;
    height: 100%;
    border: none;
}

.modal-pdf-footer[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}

.export-info-row[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.export-unique-id[b-gnx0uaup2s] {
    font-size: 0.9rem;
    color: #374151;
    background: #e5e7eb;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
}

.export-unique-id strong[b-gnx0uaup2s] {
    color: #1f3864;
    font-family: 'Consolas', monospace;
}

.pdf-actions[b-gnx0uaup2s] {
    display: flex;
    gap: 0.75rem;
}

.btn-pdf-action[b-gnx0uaup2s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background: white;
    color: #374151;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-pdf-action:hover[b-gnx0uaup2s] {
    background: #f0f4f8;
    border-color: #1f3864;
    color: #1f3864;
}

.btn-pdf-action.primary[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    border: none;
    box-shadow: 0 2px 8px rgba(31, 56, 100, 0.3);
}

.btn-pdf-action.primary:hover[b-gnx0uaup2s] {
    background: linear-gradient(135deg, #2a4a7a 0%, #3d5a8c 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.4);
}
/* _content/PCMBackendService/Components/Pages/SessionLogin.razor.rz.scp.css */
/* SessionLogin Page Styles - Premium Design */

.session-login-page[b-zrl8hbhdaw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(166, 225, 255, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(31, 56, 100, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(166, 225, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(31, 56, 100, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 50%, #e8f0f8 100%);
    animation: fadeIn-b-zrl8hbhdaw 0.4s ease-out;
}

@keyframes fadeIn-b-zrl8hbhdaw {
    from { opacity: 0; }
    to { opacity: 1; }
}

.loading-overlay[b-zrl8hbhdaw] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2rem;
}

.loading-card[b-zrl8hbhdaw] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid #A6E1FF;
    border-radius: 24px;
    padding: 3rem;
    text-align: center;
    min-width: 380px;
    max-width: 450px;
    box-shadow: 
        0 8px 32px rgba(166, 225, 255, 0.3),
        0 4px 12px rgba(31, 56, 100, 0.1);
    animation: slideUp-b-zrl8hbhdaw 0.5s ease-out;
    position: relative;
    overflow: hidden;
}

.loading-card[b-zrl8hbhdaw]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #A6E1FF 0%, #1F3864 50%, #A6E1FF 100%);
}

@keyframes slideUp-b-zrl8hbhdaw {
    from { 
        opacity: 0; 
        transform: translateY(20px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

.loading-card h3[b-zrl8hbhdaw] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F3864;
    margin: 1.5rem 0 0.75rem;
    letter-spacing: -0.02em;
}

.loading-card p[b-zrl8hbhdaw] {
    color: #6b7280;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

/* Spinner */
.spinner[b-zrl8hbhdaw] {
    width: 64px;
    height: 64px;
    border: 4px solid #e8f4fc;
    border-top-color: #1F3864;
    border-radius: 50%;
    animation: spin-b-zrl8hbhdaw 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-zrl8hbhdaw {
    to { transform: rotate(360deg); }
}

/* Error State */
.error-icon[b-zrl8hbhdaw] {
    margin-bottom: 0.5rem;
}

.error-icon svg[b-zrl8hbhdaw] {
    filter: drop-shadow(0 4px 8px rgba(220, 53, 69, 0.3));
}

/* Button */
.btn[b-zrl8hbhdaw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 32px;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: inherit;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1.5rem;
}

.btn-primary[b-zrl8hbhdaw] {
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    border: none;
    color: #ffffff;
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.btn-primary:hover[b-zrl8hbhdaw] {
    background: linear-gradient(135deg, #2d4a7c 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(31, 56, 100, 0.4),
        0 3px 6px rgba(31, 56, 100, 0.25);
}

.btn-primary:active[b-zrl8hbhdaw] {
    transform: translateY(0);
}

/* Logo Animation (optional) */
@keyframes pulse-b-zrl8hbhdaw {
    0%, 100% { 
        transform: scale(1);
        opacity: 1;
    }
    50% { 
        transform: scale(1.05);
        opacity: 0.9;
    }
}
/* _content/PCMBackendService/Components/Shared/ManualModal.razor.rz.scp.css */
/* ============================================
   Manual Modal - Hauptcontainer
   Angepasst an die Designsprache der Anwendung
   ============================================ */

.manual-modal-overlay[b-nngx7l9a3z] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 56, 100, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-nngx7l9a3z 0.2s ease-out;
}

.manual-modal-dialog[b-nngx7l9a3z] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 20px;
    width: 95vw;
    max-width: 1400px;
    height: 90vh;
    max-height: 900px;
    display: flex;
    flex-direction: column;
    box-shadow: 
        0 25px 50px -12px rgba(31, 56, 100, 0.4),
        0 8px 24px rgba(31, 56, 100, 0.2);
    animation: modalSlideIn-b-nngx7l9a3z 0.3s ease-out;
    overflow: hidden;
}

@keyframes fadeIn-b-nngx7l9a3z {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalSlideIn-b-nngx7l9a3z {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* ============================================
   Header
   ============================================ */

.manual-header[b-nngx7l9a3z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
}

.manual-header-left[b-nngx7l9a3z] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.manual-icon[b-nngx7l9a3z] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #A6E1FF;
}

.manual-title-wrapper h2[b-nngx7l9a3z] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
}

.manual-subtitle[b-nngx7l9a3z] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 2px;
    display: block;
}

.manual-header-right[b-nngx7l9a3z] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Suchfeld */
.manual-search-wrapper[b-nngx7l9a3z] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon[b-nngx7l9a3z] {
    position: absolute;
    left: 12px;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.manual-search-input[b-nngx7l9a3z] {
    width: 280px;
    padding: 10px 36px 10px 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    transition: all 0.2s ease;
}

.manual-search-input[b-nngx7l9a3z]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.manual-search-input:focus[b-nngx7l9a3z] {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.search-clear-btn[b-nngx7l9a3z] {
    position: absolute;
    right: 8px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.15s ease;
}

.search-clear-btn:hover[b-nngx7l9a3z] {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.manual-close-btn[b-nngx7l9a3z] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.manual-close-btn:hover[b-nngx7l9a3z] {
    background: rgba(255, 255, 255, 0.2);
}

/* ============================================
   Search Results Bar
   ============================================ */

.search-results-bar[b-nngx7l9a3z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
    background: linear-gradient(135deg, #e8f4fd 0%, #d4edfc 100%);
    border-bottom: 1px solid #A6E1FF;
}

.search-results-count[b-nngx7l9a3z] {
    font-size: 14px;
    color: #1F3864;
    font-weight: 500;
}

.search-nav-buttons[b-nngx7l9a3z] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-nav-btn[b-nngx7l9a3z] {
    background: white;
    border: 1px solid #A6E1FF;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1F3864;
    transition: all 0.15s ease;
}

.search-nav-btn:hover:not(:disabled)[b-nngx7l9a3z] {
    background: #A6E1FF;
    color: #1F3864;
}

.search-nav-btn:disabled[b-nngx7l9a3z] {
    opacity: 0.4;
    cursor: not-allowed;
}

.search-position[b-nngx7l9a3z] {
    font-size: 13px;
    color: #1F3864;
    min-width: 60px;
    text-align: center;
    font-weight: 500;
}

/* ============================================
   Content Wrapper
   ============================================ */

.manual-content-wrapper[b-nngx7l9a3z] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* ============================================
   Sidebar Navigation
   ============================================ */

.manual-sidebar[b-nngx7l9a3z] {
    width: 280px;
    min-width: 280px;
    background: linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%);
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.manual-sidebar-header[b-nngx7l9a3z] {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.manual-sidebar-header h3[b-nngx7l9a3z] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1F3864;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.manual-nav[b-nngx7l9a3z] {
    flex: 1;
    overflow-y: auto;
    padding: 12px 0;
}

.nav-chapter[b-nngx7l9a3z] {
    margin-bottom: 2px;
}

.nav-chapter-btn[b-nngx7l9a3z] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.15s ease;
    color: #334155;
}

.nav-chapter-btn:hover[b-nngx7l9a3z] {
    background: #f1f5f9;
}

.nav-chapter.active > .nav-chapter-btn[b-nngx7l9a3z] {
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
}

.nav-chapter-number[b-nngx7l9a3z] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #e2e8f0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #1F3864;
    flex-shrink: 0;
}

.nav-chapter.active .nav-chapter-number[b-nngx7l9a3z] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.nav-chapter-title[b-nngx7l9a3z] {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.nav-sections[b-nngx7l9a3z] {
    background: #f8fafc;
    padding: 8px 0;
    border-left: 3px solid #1F3864;
    margin-left: 20px;
}

.nav-section-btn[b-nngx7l9a3z] {
    width: 100%;
    padding: 8px 20px 8px 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
    color: #64748b;
    transition: all 0.15s ease;
}

.nav-section-btn:hover[b-nngx7l9a3z] {
    background: #e2e8f0;
    color: #1F3864;
}

.nav-section-btn.active[b-nngx7l9a3z] {
    background: #dbeafe;
    color: #1F3864;
    font-weight: 500;
}

/* ============================================
   Main Content Area
   ============================================ */

.manual-main[b-nngx7l9a3z] {
    flex: 1;
    overflow-y: auto;
    background: white;
}

.manual-content[b-nngx7l9a3z] {
    padding: 32px 48px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
    color: #1e293b;
}

/* Markdown Styles */
.manual-content h1[b-nngx7l9a3z] {
    font-size: 28px;
    font-weight: 700;
    color: #1F3864;
    margin: 0 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #1F3864;
}

.manual-content h2[b-nngx7l9a3z] {
    font-size: 22px;
    font-weight: 600;
    color: #1F3864;
    margin: 40px 0 16px 0;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.manual-content h3[b-nngx7l9a3z] {
    font-size: 18px;
    font-weight: 600;
    color: #2a4a7a;
    margin: 28px 0 12px 0;
}

.manual-content h4[b-nngx7l9a3z] {
    font-size: 16px;
    font-weight: 600;
    color: #475569;
    margin: 20px 0 10px 0;
}

.manual-content p[b-nngx7l9a3z] {
    margin: 12px 0;
    font-size: 15px;
    text-align: justify;
}

.manual-content ul[b-nngx7l9a3z],
.manual-content ol[b-nngx7l9a3z] {
    margin: 12px 0;
    padding-left: 24px;
}

.manual-content li[b-nngx7l9a3z] {
    margin: 8px 0;
    font-size: 15px;
}

.manual-content strong[b-nngx7l9a3z] {
    color: #1e293b;
    font-weight: 600;
}

.manual-content code[b-nngx7l9a3z] {
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 13px;
    color: #dc2626;
}

.manual-content pre[b-nngx7l9a3z] {
    background: #1e293b;
    color: #e2e8f0;
    padding: 16px 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 16px 0;
    font-size: 13px;
    line-height: 1.5;
}

.manual-content pre code[b-nngx7l9a3z] {
    background: transparent;
    color: inherit;
    padding: 0;
}

.manual-content blockquote[b-nngx7l9a3z] {
    border-left: 4px solid #1F3864;
    padding: 12px 20px;
    margin: 20px 0;
    background: #f8fafc;
    color: #475569;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

.manual-content hr[b-nngx7l9a3z] {
    border: none;
    border-top: 2px solid #e2e8f0;
    margin: 32px 0;
}

.manual-content table[b-nngx7l9a3z] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.manual-content th[b-nngx7l9a3z],
.manual-content td[b-nngx7l9a3z] {
    border: 1px solid #e2e8f0;
    padding: 12px;
    text-align: left;
}

.manual-content th[b-nngx7l9a3z] {
    background: #1F3864;
    color: white;
    font-weight: 600;
}

.manual-content tr:nth-child(even)[b-nngx7l9a3z] {
    background: #f8fafc;
}

.manual-content tr:hover[b-nngx7l9a3z] {
    background: #f1f5f9;
}

/* Search Highlight */
.manual-content mark[b-nngx7l9a3z],
.manual-content .search-highlight[b-nngx7l9a3z] {
    background: #fef08a;
    color: #1e293b;
    padding: 1px 4px;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #fef08a;
}

.manual-content .search-highlight-current[b-nngx7l9a3z] {
    background: #f97316;
    color: white;
    box-shadow: 0 0 0 3px #f97316;
}

/* Loading State */
.manual-loading[b-nngx7l9a3z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    color: #64748b;
}

.manual-loading-spinner[b-nngx7l9a3z] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #1F3864;
    border-radius: 50%;
    animation: spin-b-nngx7l9a3z 0.8s linear infinite;
    margin-bottom: 16px;
}

@keyframes spin-b-nngx7l9a3z {
    to { transform: rotate(360deg); }
}

.manual-loading p[b-nngx7l9a3z] {
    font-size: 15px;
    margin: 0;
    color: #64748b;
}

/* ============================================
   Footer
   ============================================ */

.manual-footer[b-nngx7l9a3z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: linear-gradient(to top, #f0f4f8, #ffffff);
    border-top: 1px solid rgba(166, 225, 255, 0.5);
}

.manual-version[b-nngx7l9a3z] {
    font-size: 13px;
    color: #64748b;
}

.manual-footer-btn[b-nngx7l9a3z] {
    padding: 0.85rem 2rem;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(31, 56, 100, 0.3);
}

.manual-footer-btn:hover[b-nngx7l9a3z] {
    background: linear-gradient(135deg, #2a4a7a 0%, #3a5a8a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(31, 56, 100, 0.4);
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 1024px) {
    .manual-modal-dialog[b-nngx7l9a3z] {
        width: 98vw;
        height: 95vh;
        border-radius: 16px;
    }

    .manual-sidebar[b-nngx7l9a3z] {
        width: 240px;
        min-width: 240px;
    }

    .manual-search-input[b-nngx7l9a3z] {
        width: 200px;
    }

    .manual-content[b-nngx7l9a3z] {
        padding: 24px 32px;
    }
}

@media (max-width: 768px) {
    .manual-sidebar[b-nngx7l9a3z] {
        display: none;
    }

    .manual-content[b-nngx7l9a3z] {
        padding: 20px 24px;
    }

    .manual-search-input[b-nngx7l9a3z] {
        width: 160px;
    }
}
/* _content/PCMBackendService/Components/Shared/PdfViewerModal.razor.rz.scp.css */
/* ===== PDF Viewer Modal - Shared Component ===== */

.pdf-modal-overlay[b-kmcai893i6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: pdfModalFadeIn-b-kmcai893i6 0.2s ease-out;
}

@keyframes pdfModalFadeIn-b-kmcai893i6 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.pdf-modal-dialog[b-kmcai893i6] {
    background: #ffffff;
    border-radius: 16px;
    width: 95%;
    max-width: 900px;
    height: 85vh;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 8px 24px rgba(31, 56, 100, 0.3);
    animation: pdfModalSlideIn-b-kmcai893i6 0.3s ease-out;
    overflow: hidden;
}

@keyframes pdfModalSlideIn-b-kmcai893i6 {
    from { 
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
    to { 
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Header */
.pdf-modal-header[b-kmcai893i6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #1F3864 0%, #2a4a7a 100%);
    color: white;
}

.pdf-modal-header h3[b-kmcai893i6] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

.btn-pdf-modal-close[b-kmcai893i6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-pdf-modal-close:hover[b-kmcai893i6] {
    background: rgba(255, 255, 255, 0.2);
}

/* Content */
.pdf-modal-content[b-kmcai893i6] {
    flex: 1;
    background: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pdf-iframe[b-kmcai893i6] {
    width: 100%;
    height: 100%;
    border: none;
}

/* Loading State */
.pdf-loading-state[b-kmcai893i6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #9ca3af;
}

.pdf-spinner[b-kmcai893i6] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border-top-color: #60a5fa;
    animation: pdfSpin-b-kmcai893i6 0.8s linear infinite;
}

@keyframes pdfSpin-b-kmcai893i6 {
    to { transform: rotate(360deg); }
}

.pdf-loading-state p[b-kmcai893i6] {
    margin: 0;
    font-size: 0.95rem;
}

/* Error State */
.pdf-error-state[b-kmcai893i6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #f87171;
    padding: 2rem;
    text-align: center;
}

.pdf-error-state p[b-kmcai893i6] {
    margin: 0;
    font-size: 0.95rem;
    max-width: 400px;
}

/* Footer */
.pdf-modal-footer[b-kmcai893i6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}

.pdf-info-section[b-kmcai893i6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pdf-info-text[b-kmcai893i6] {
    font-size: 0.9rem;
    color: #374151;
    background: #e5e7eb;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
}

.pdf-action-buttons[b-kmcai893i6] {
    display: flex;
    gap: 0.75rem;
}

.btn-pdf-secondary[b-kmcai893i6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    border: 2px solid #A6E1FF;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    color: #1F3864;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(166, 225, 255, 0.2);
}

.btn-pdf-secondary:hover[b-kmcai893i6] {
    background: linear-gradient(135deg, #A6E1FF 0%, #7dd3fc 100%);
    border-color: #7dd3fc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(166, 225, 255, 0.4);
}

.btn-pdf-secondary:active[b-kmcai893i6] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(166, 225, 255, 0.2);
}

.btn-pdf-primary[b-kmcai893i6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.75rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #1F3864 0%, #2d4a7c 100%);
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 12px rgba(31, 56, 100, 0.35),
        0 2px 4px rgba(31, 56, 100, 0.2);
}

.btn-pdf-primary:hover[b-kmcai893i6] {
    background: linear-gradient(135deg, #2d4a7c 0%, #3d5a8c 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(31, 56, 100, 0.4),
        0 3px 6px rgba(31, 56, 100, 0.25);
}

.btn-pdf-primary:active[b-kmcai893i6] {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .pdf-modal-dialog[b-kmcai893i6] {
        width: 100%;
        height: 100%;
        max-height: none;
        border-radius: 0;
    }
    
    .pdf-modal-footer[b-kmcai893i6] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .pdf-info-section[b-kmcai893i6] {
        width: 100%;
        justify-content: center;
    }
    
    .pdf-action-buttons[b-kmcai893i6] {
        width: 100%;
    }
    
    .btn-pdf-secondary[b-kmcai893i6],
    .btn-pdf-primary[b-kmcai893i6] {
        flex: 1;
        justify-content: center;
        padding: 0.85rem 1.5rem;
    }
}
