/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-brviu5z76e] {
    min-height: calc(100vh - 8rem);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 4rem 1rem 2.5rem;
}

.login-card[b-brviu5z76e] {
    width: 100%;
    max-width: 620px;
    min-height: clamp(580px, 74vh, 780px);
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    padding: 6.25rem 2rem 2rem;
}

.login-header[b-brviu5z76e] {
    margin-bottom: 1.75rem;
    text-align: center;
}

.login-title[b-brviu5z76e] {
    margin: 0;
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--text);
}

.login-subtitle[b-brviu5z76e] {
    margin: 0.55rem 0 0;
    color: var(--text-muted);
    font-size: 1.05rem;
}

.login-card .form-floating[b-brviu5z76e],
.login-card .d-flex[b-brviu5z76e],
.login-card .login-links[b-brviu5z76e],
.login-card .btn.btn-lg[b-brviu5z76e] {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.login-card .form-floating[b-brviu5z76e] {
    margin-bottom: 1.15rem !important;
}

.login-card .form-floating > .form-control[b-brviu5z76e] {
    height: 3.6rem;
    border-radius: var(--radius-sm);
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text);
    padding-top: 1.35rem;
    padding-bottom: 0.6rem;
}

.login-card .form-floating > .form-control:focus[b-brviu5z76e] {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-glow);
}

.login-card .form-floating > label[b-brviu5z76e] {
    color: var(--text-muted);
}

.login-card .d-flex[b-brviu5z76e] {
    margin-top: 0.35rem !important;
    margin-bottom: 1.35rem !important;
}

.login-card .btn.btn-lg[b-brviu5z76e] {
    display: block;
    height: 3.2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.15rem;
    margin-top: 3.85rem;
    margin-bottom: 1.5rem;
}

.login-links[b-brviu5z76e] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.login-links a[b-brviu5z76e],
.small-link[b-brviu5z76e] {
    color: #2563eb;
    text-decoration: none;
}

.login-links a:hover[b-brviu5z76e],
.small-link:hover[b-brviu5z76e] {
    text-decoration: underline;
}

.login-card .form-floating:first-of-type[b-brviu5z76e] {
    margin-top: 3rem;
}
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.account-page[b-1y8m11dln8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
}

.account-header h1[b-1y8m11dln8] {
    margin: 0;
    color: var(--text);
    font-size: clamp(1.65rem, 2.2vw, 2.2rem);
}

.account-header p[b-1y8m11dln8] {
    margin: 0.35rem 0 0;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.account-shell[b-1y8m11dln8] {
    border: 1px solid var(--border);
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border-radius: 18px;
    padding: 1rem;
    box-shadow: var(--shadow-md);
}

.account-main[b-1y8m11dln8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.account-main-single[b-1y8m11dln8] {
    grid-template-columns: 1fr;
}

.settings-card[b-1y8m11dln8] {
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.6rem;
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    transition: all 0.3s ease;
}

.settings-card:hover[b-1y8m11dln8] {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.settings-card[b-1y8m11dln8]  .settings-link {
    color: var(--text);
    text-decoration: none;
    border-radius: 10px;
    padding: 0.65rem 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.9rem;
    transition: all 0.16s ease;
}

.settings-card[b-1y8m11dln8]  .settings-link:hover {
    background: #eff6ff;
    color: #0f172a;
}

.settings-card[b-1y8m11dln8]  a.active {
    background: #dceafe;
    color: #1d4ed8;
    font-weight: 600;
}

.profile-card[b-1y8m11dln8] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    padding: 1.25rem;
}

.profile-card h2[b-1y8m11dln8] {
    margin: 0 0 1.25rem;
    color: #0f172a;
    font-size: 1.8rem;
}

.profile-layout[b-1y8m11dln8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.account-form[b-1y8m11dln8] {
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
    max-width: 420px;
}

.field-group[b-1y8m11dln8] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.field-group label[b-1y8m11dln8] {
    color: #334155;
    font-weight: 600;
    font-size: 0.9rem;
}

.field-group .form-control[b-1y8m11dln8] {
    border-radius: 10px;
    border: 1px solid #dbe6f6;
    min-height: 42px;
    background: #fbfdff;
}

.field-group .form-control:focus[b-1y8m11dln8] {
    border-color: #93c5fd;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.16);
    background: #ffffff;
}

.btn-save[b-1y8m11dln8] {
    width: fit-content;
    border: none;
    border-radius: 10px;
    min-height: 40px;
    padding: 0.62rem 1.05rem;
    color: #ffffff;
    background: #2563eb;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
    transition: all 0.16s ease;
}

.btn-save:hover[b-1y8m11dln8] {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.profile-illustration[b-1y8m11dln8] {
    display: none;
}

@media (min-width: 992px) {
    .account-main[b-1y8m11dln8] {
        grid-template-columns: 250px 1fr;
    }

    .account-main-single[b-1y8m11dln8] {
        grid-template-columns: 1fr;
    }

    .profile-layout[b-1y8m11dln8] {
        grid-template-columns: minmax(360px, 480px) 1fr;
        align-items: center;
    }

    .profile-illustration[b-1y8m11dln8] {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        min-height: 220px;
    }

    .avatar-circle[b-1y8m11dln8] {
        width: 92px;
        height: 92px;
        border-radius: 999px;
        background: radial-gradient(circle at 30% 30%, #dbeafe, #bfdbfe);
        box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
        position: absolute;
        top: 24px;
        right: 44px;
    }

    .card-shape[b-1y8m11dln8] {
        width: 160px;
        height: 96px;
        border-radius: 16px;
        background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
        box-shadow: 0 10px 24px rgba(37, 99, 235, 0.14);
        position: absolute;
        right: 12px;
        bottom: 28px;
    }
}

@media (prefers-color-scheme: dark) {
    .account-header h1[b-1y8m11dln8],
    .account-card h2[b-1y8m11dln8],
    .info-list strong[b-1y8m11dln8] {
        color: #e2e8f0;
    }

    .account-header p[b-1y8m11dln8],
    .info-list span[b-1y8m11dln8] {
        color: #94a3b8;
    }

    .account-card[b-1y8m11dln8] {
        background: rgba(15, 23, 42, 0.75);
        border-color: #334155;
        box-shadow: none;
    }

    .field-group label[b-1y8m11dln8] {
        color: #cbd5e1;
    }

    .field-group .form-control[b-1y8m11dln8] {
        color: #e2e8f0;
        background: #0f172a;
        border-color: #334155;
    }

    .field-group .form-control:focus[b-1y8m11dln8] {
        background: #0f172a;
    }

    .info-list li[b-1y8m11dln8] {
        border-bottom-color: #1e293b;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-shell[b-9cd0gvt79v] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
}

.manage-sidebar[b-9cd0gvt79v] {
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 0.9rem;
    box-shadow: var(--shadow-md);
    min-width: 360px;
}

.manage-content[b-9cd0gvt79v] {
    min-width: 0;
    perspective: 1200px;
}

[b-9cd0gvt79v] .manage-sidebar .nav {
    gap: 0.5rem;
}

[b-9cd0gvt79v] .manage-sidebar .nav-item + .nav-item {
    margin-top: 0.45rem;
}

[b-9cd0gvt79v] .manage-sidebar .nav-link {
    color: var(--text-muted);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    min-height: 2.95rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.72rem 0.9rem;
    text-decoration: none;
    line-height: 1.3;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    transition: all 0.3s ease;
}

[b-9cd0gvt79v] .manage-sidebar .nav-link:hover {
    background: var(--surface);
    color: var(--text);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

[b-9cd0gvt79v] .manage-sidebar .nav-link.active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #000;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 16px var(--primary-glow), var(--shadow-glow);
}

[b-9cd0gvt79v] .manage-sidebar .nav-link:active {
    transform: translateY(0) scale(0.98);
    box-shadow: var(--shadow-sm);
}

[b-9cd0gvt79v] .manage-sidebar .nav-link.active:active {
    transform: translateY(0) scale(0.98);
}

[b-9cd0gvt79v] .manage-sidebar .manage-menu-icon {
    width: 1.2rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.95;
}

[b-9cd0gvt79v] .manage-card {
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    padding: 1.25rem;
    transition: all 0.3s ease;
}

[b-9cd0gvt79v] .manage-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

[b-9cd0gvt79v] .manage-card .card-header {
    background: var(--surface);
    color: var(--text);
    border-bottom: 1px solid var(--border);
}

[b-9cd0gvt79v] .manage-card .card-body {
    color: var(--text);
}

[b-9cd0gvt79v] .manage-card .form-label {
    color: var(--text);
}

[b-9cd0gvt79v] .manage-card .text-muted {
    color: var(--text-muted) !important;
}

[b-9cd0gvt79v] .manage-card h2 {
    margin: 0 0 1rem;
    color: var(--text);
    font-size: 1.7rem;
}

[b-9cd0gvt79v] .manage-card h3,
[b-9cd0gvt79v] .manage-card h4 {
    color: var(--text);
}

[b-9cd0gvt79v] .manage-card .row {
    margin-left: 0;
    margin-right: 0;
}

[b-9cd0gvt79v] .manage-card .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

[b-9cd0gvt79v] .manage-card .form-control {
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text);
}

[b-9cd0gvt79v] .manage-card .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-glow);
    background: var(--surface-hover);
}

[b-9cd0gvt79v] .manage-card .form-control::placeholder {
    color: var(--text-dim);
}

[b-9cd0gvt79v] .manage-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

[b-9cd0gvt79v] .manage-actions form {
    margin: 0;
}

[b-9cd0gvt79v] .manage-card .btn-primary,
[b-9cd0gvt79v] .manage-card .btn-danger {
    border: none;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 16px var(--primary-glow);
    transition: all 0.3s ease;
}

[b-9cd0gvt79v] .manage-card .btn-primary:hover,
[b-9cd0gvt79v] .manage-card .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px var(--primary-glow), var(--shadow-glow);
}

[b-9cd0gvt79v] .manage-card .btn-danger {
    background: var(--danger);
    box-shadow: 0 4px 16px rgba(255, 107, 107, 0.4);
}

[b-9cd0gvt79v] .manage-card .btn-danger:hover {
    box-shadow: 0 6px 24px rgba(255, 107, 107, 0.5);
}

[b-9cd0gvt79v] .manage-form-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 420px;
}

[b-9cd0gvt79v] .manage-form-stack .field-block {
    margin: 0;
}

[b-9cd0gvt79v] .manage-btn-wide {
    width: 100%;
    min-height: 42px;
}

[b-9cd0gvt79v] .manage-actions-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    max-width: 420px;
    margin-bottom: 1rem;
}

[b-9cd0gvt79v] .manage-actions-column .btn,
[b-9cd0gvt79v] .manage-actions-column form {
    width: 100%;
}

/* Additional Styles for Form Elements */
[b-9cd0gvt79v] .manage-card .input-group {
    border-radius: 10px;
    overflow: hidden;
}

[b-9cd0gvt79v] .manage-card .input-group-text {
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text);
}

[b-9cd0gvt79v] .manage-card .form-floating > label {
    color: var(--text-muted);
}

[b-9cd0gvt79v] .manage-card .text-success {
    color: var(--success) !important;
}

[b-9cd0gvt79v] .manage-card .text-danger {
    color: var(--danger) !important;
}

[b-9cd0gvt79v] .manage-card .alert {
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
    color: var(--text);
}

[b-9cd0gvt79v] .manage-card .alert-info {
    border-left: 4px solid var(--primary);
    background: rgba(0, 212, 255, 0.1);
}

[b-9cd0gvt79v] .manage-card .alert-warning {
    border-left: 4px solid var(--warning);
    background: rgba(255, 217, 61, 0.1);
}

[b-9cd0gvt79v] .manage-card code {
    background: var(--surface);
    color: var(--primary);
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}

[b-9cd0gvt79v] .manage-card .btn-link {
    color: var(--primary);
}

[b-9cd0gvt79v] .manage-card .btn-link:hover {
    color: var(--primary-hover);
}

@media (min-width: 641px) {
    .manage-shell[b-9cd0gvt79v] {
        grid-template-columns: 350px 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-23oas9eeb5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);
    background-attachment: fixed;
}

main[b-23oas9eeb5] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-23oas9eeb5] {
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border-right: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}

.top-row[b-23oas9eeb5] {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border-bottom: 1px solid var(--border);
}

.top-row-title[b-23oas9eeb5] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
}

.top-row-actions[b-23oas9eeb5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.icon-button[b-23oas9eeb5] {
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface-glass);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    transition: all 0.3s ease;
}

.icon-button:hover[b-23oas9eeb5] {
    background: var(--primary);
    color: #000;
    box-shadow: 0 0 20px var(--primary-glow);
    transform: translateY(-2px);
    border-color: var(--primary);
}

.icon-button svg[b-23oas9eeb5] {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-user-chip[b-23oas9eeb5] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.6rem 0.3rem 0.35rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
}

.header-avatar[b-23oas9eeb5] {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #000;
    font-size: 0.72rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px var(--primary-glow);
}

.header-user-name[b-23oas9eeb5] {
    color: var(--text);
    font-size: 0.84rem;
    font-weight: 600;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

article.content[b-23oas9eeb5] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 641px) {
    .page[b-23oas9eeb5] {
        flex-direction: row;
    }

    .sidebar[b-23oas9eeb5] {
        width: 292px;
        height: calc(100vh - 1.6rem);
        position: sticky;
        top: 0.8rem;
        margin: 0.8rem;
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-lg);
        overflow: hidden;
    }

    .top-row[b-23oas9eeb5] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row[b-23oas9eeb5],
    article[b-23oas9eeb5] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    article.content[b-23oas9eeb5] {
        max-width: 1440px;
    }
}

#blazor-error-ui[b-23oas9eeb5] {
    background: var(--danger);
    color: var(--text);
    bottom: 0;
    border-top: 1px solid rgba(255, 107, 107, 0.3);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    backdrop-filter: var(--blur);
}

#blazor-error-ui .dismiss[b-23oas9eeb5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-shell[b-lhlrm7o8m7] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar-head[b-lhlrm7o8m7] {
    min-height: 4rem;
    display: flex;
    align-items: center;
    padding: 0.7rem 1rem;
    border-bottom: 1px solid var(--border);
}

.navbar-brand[b-lhlrm7o8m7] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    text-decoration: none;
}

.brand-logo[b-lhlrm7o8m7] {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    box-shadow: 0 0 16px var(--primary-glow);
}

.navbar-toggler[b-lhlrm7o8m7] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.4rem;
    position: absolute;
    top: 0.75rem;
    right: 0.8rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background:
        linear-gradient(var(--text), var(--text)) center 0.65rem / 1.1rem 2px no-repeat,
        linear-gradient(var(--text), var(--text)) center 1.15rem / 1.1rem 2px no-repeat,
        linear-gradient(var(--text), var(--text)) center 1.65rem / 1.1rem 2px no-repeat,
        var(--surface-glass);
    backdrop-filter: var(--blur);
    transition: all 0.3s ease;
}

.navbar-toggler:checked[b-lhlrm7o8m7] {
    background-color: var(--surface);
}

.navbar-toggler:hover[b-lhlrm7o8m7] {
    background-color: var(--surface-hover);
    border-color: var(--primary);
    box-shadow: 0 0 16px var(--primary-glow);
}

.nav-scrollable[b-lhlrm7o8m7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lhlrm7o8m7] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 4rem);
}

.nav-stack[b-lhlrm7o8m7] {
    padding-top: 0.45rem;
}

.nav-item[b-lhlrm7o8m7] {
    font-size: 1rem;
    padding-bottom: 1.0rem;
}

.nav-item[b-lhlrm7o8m7]  .nav-link {
    color: var(--text-muted);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    min-height: 2.95rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.62rem 0.95rem;
    text-decoration: none;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    transition: all 0.3s ease;
}

.nav-item[b-lhlrm7o8m7]  .nav-link:hover {
    background: var(--surface);
    color: var(--text);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nav-item[b-lhlrm7o8m7]  a.active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #000;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 16px var(--primary-glow), var(--shadow-glow);
}

.nav-item[b-lhlrm7o8m7]  .nav-link:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.menu-icon[b-lhlrm7o8m7] {
    width: 1.35rem;
    margin-right: 0.75rem;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1;
    opacity: 0.95;
    flex-shrink: 0;
}

.user-display-name[b-lhlrm7o8m7] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-divider[b-lhlrm7o8m7] {
    height: 1px;
    background: var(--border);
    margin: 0.6rem 1rem;
}

.sidebar-footer[b-lhlrm7o8m7] {
    margin-top: auto;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

.profile-card[b-lhlrm7o8m7] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
}

.profile-avatar[b-lhlrm7o8m7] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #000;
    font-weight: 700;
    font-size: 0.76rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px var(--primary-glow);
}

.profile-meta[b-lhlrm7o8m7] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.profile-meta strong[b-lhlrm7o8m7] {
    color: var(--text);
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-meta span[b-lhlrm7o8m7] {
    color: var(--text-muted);
    font-size: 0.76rem;
}

.nav-item[b-lhlrm7o8m7]  .nav-link:active,
.nav-item[b-lhlrm7o8m7]  .nav-link-button:active {
    transform: translateY(0) scale(0.98);
    box-shadow: var(--shadow-sm);
}

.nav-item[b-lhlrm7o8m7]  a.active:active {
    transform: translateY(1px) scale(0.995);
    background: linear-gradient(180deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
    box-shadow:
        inset 0 2px 6px rgba(15, 23, 42, 0.18),
        0 2px 8px rgba(37, 99, 235, 0.16);
}

@media (min-width: 641px) {
    .navbar-toggler[b-lhlrm7o8m7] {
        display: none;
    }

    .nav-scrollable[b-lhlrm7o8m7] {
        display: flex;
        flex-direction: column;
        height: calc(100% - 4rem);
    }

    .nav-stack[b-lhlrm7o8m7] {
        overflow-y: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-item[b-lhlrm7o8m7]  .nav-link {
        transition: none;
    }

    .nav-item[b-lhlrm7o8m7]  .nav-link:hover {
        transform: none;
    }

    .nav-item[b-lhlrm7o8m7]  .nav-link:active,
    .nav-item[b-lhlrm7o8m7]  .nav-link-button:active,
    .nav-item[b-lhlrm7o8m7]  a.active:active {
        transform: none;
    }
}
/* /Components/Pages/AdminUsers.razor.rz.scp.css */
h2[b-j2mvsmzg4r] {
    margin-bottom: 1rem;
    color: var(--text);
}

.mb-3 > .form-label[b-j2mvsmzg4r] {
    font-size: 0.95rem;
}

form[b-j2mvsmzg4r] {
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: var(--shadow-md);
}

hr[b-j2mvsmzg4r] {
    border-color: var(--border);
}

.card.p-3[b-j2mvsmzg4r] {
    border-radius: 14px;
}

.btn-warning[b-j2mvsmzg4r] {
    color: #000;
    background: var(--warning);
}

small.text-muted[b-j2mvsmzg4r] {
    font-size: 0.85rem;
    color: var(--text-muted);
}
/* /Components/Pages/Download.razor.rz.scp.css */
/* CSS for Download component */

.download-page[b-hge7mop8ce] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: 100vh;
}

.download-header[b-hge7mop8ce] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: var(--radius);
    color: #000;
    box-shadow: var(--shadow-glow);
}

.download-icon[b-hge7mop8ce] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.download-header h1[b-hge7mop8ce] {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000;
}

.lead[b-hge7mop8ce] {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.7);
}

.download-card[b-hge7mop8ce] {
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--surface-glass-border);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    margin-bottom: 2rem;
}

.app-info[b-hge7mop8ce] {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: start;
}

.app-icon-placeholder[b-hge7mop8ce] {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-glow);
    flex-shrink: 0;
}

.app-icon-placeholder i[b-hge7mop8ce] {
    font-size: 3rem;
    color: #000;
}

.app-details h2[b-hge7mop8ce] {
    margin-bottom: 0.5rem;
    color: var(--text);
}

.version[b-hge7mop8ce] {
    color: var(--text-muted);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.description[b-hge7mop8ce] {
    color: var(--text-muted);
    line-height: 1.6;
}

.download-section[b-hge7mop8ce] {
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid var(--border);
}

.download-button[b-hge7mop8ce] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 3rem;
    font-size: 1.2rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border: none;
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    border-radius: var(--radius-sm);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-glow);
}

.download-button:hover[b-hge7mop8ce] {
    transform: translateY(-2px);
    box-shadow: 0 0 60px rgba(0, 212, 255, 0.4);
    color: #000 !important;
}

.download-button i[b-hge7mop8ce] {
    font-size: 1.5rem;
}

.download-button small[b-hge7mop8ce] {
    font-size: 0.9rem;
    opacity: 0.8;
}

.file-info[b-hge7mop8ce] {
    margin-top: 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.installation-guide[b-hge7mop8ce],
.features-section[b-hge7mop8ce],
.requirements[b-hge7mop8ce],
.security-info[b-hge7mop8ce] {
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--surface-glass-border);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    margin-bottom: 2rem;
}

.installation-guide h3[b-hge7mop8ce],
.features-section h3[b-hge7mop8ce],
.requirements h3[b-hge7mop8ce],
.security-info h3[b-hge7mop8ce] {
    color: var(--primary);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
}

.steps[b-hge7mop8ce] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.step[b-hge7mop8ce] {
    display: flex;
    gap: 1.5rem;
}

.step-number[b-hge7mop8ce] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: var(--shadow-glow);
}

.step-content h4[b-hge7mop8ce] {
    margin-bottom: 0.5rem;
    color: var(--text);
    font-weight: 600;
}

.step-content p[b-hge7mop8ce] {
    color: var(--text-muted);
    line-height: 1.6;
}

.step-content strong[b-hge7mop8ce] {
    color: var(--text);
}

.step-content ul[b-hge7mop8ce] {
    margin-left: 1rem;
    color: var(--text-muted);
}

.step-content li[b-hge7mop8ce] {
    margin-bottom: 0.3rem;
}

.features-grid[b-hge7mop8ce] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.feature[b-hge7mop8ce] {
    text-align: center;
    padding: 1rem;
    background: var(--surface-glass);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.feature:hover[b-hge7mop8ce] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary);
}

.feature i[b-hge7mop8ce] {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.feature h4[b-hge7mop8ce] {
    margin-bottom: 0.5rem;
    color: var(--text);
    font-weight: 600;
}

.feature p[b-hge7mop8ce] {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.requirements ul[b-hge7mop8ce] {
    list-style: none;
    padding: 0;
}

.requirements li[b-hge7mop8ce] {
    padding: 0.5rem 0;
    font-size: 1.1rem;
    color: var(--text);
}

.requirements li i[b-hge7mop8ce] {
    color: var(--success);
    margin-right: 0.5rem;
}

.security-info[b-hge7mop8ce] {
    text-align: center;
}

.security-info p[b-hge7mop8ce] {
    color: var(--text-muted);
    line-height: 1.6;
}

.security-info a[b-hge7mop8ce] {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

.security-info a:hover[b-hge7mop8ce] {
    color: var(--primary-hover);
    text-decoration: underline;
}

.alert-warning[b-hge7mop8ce] {
    background: rgba(255, 217, 61, 0.15);
    border: 1px solid var(--warning);
    border-radius: var(--radius-sm);
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: start;
    gap: 0.75rem;
    color: var(--text);
}

.alert-warning i[b-hge7mop8ce] {
    font-size: 1.5rem;
    flex-shrink: 0;
    color: var(--warning);
}

.alert-warning strong[b-hge7mop8ce] {
    color: var(--warning);
}

@media (max-width: 768px) {
    .app-info[b-hge7mop8ce] {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .download-button[b-hge7mop8ce] {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .features-grid[b-hge7mop8ce] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/History.razor.rz.scp.css */
.history-header[b-u2zot8mxbp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.month-navigation[b-u2zot8mxbp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    padding: 0.75rem 1.25rem;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-glow);
    margin-bottom: 1.5rem;
}

.btn-nav[b-u2zot8mxbp] {
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    padding: 0;
}

.btn-nav:hover:not(:disabled)[b-u2zot8mxbp] {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.btn-nav:disabled[b-u2zot8mxbp] {
    opacity: 0.3;
    cursor: not-allowed;
}

.current-month-display[b-u2zot8mxbp] {
    flex: 1;
    text-align: center;
    color: #000;
}

.current-month-display h3[b-u2zot8mxbp] {
    color: #000;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.month-stats[b-u2zot8mxbp] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    margin-top: 0.25rem;
}

.month-stats .badge[b-u2zot8mxbp] {
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    font-weight: 500;
}

.history-table-wrap[b-u2zot8mxbp] {
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    box-shadow: var(--shadow-md);
}
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow:
        0 1px 2px rgba(16, 24, 40, 0.05)[b-u2zot8mxbp],
        0 10px 24px rgba(16, 24, 40, 0.08);
    perspective: 1200px;[b-u2zot8mxbp]
}

.history-table thead th[b-u2zot8mxbp] {
    font-weight: 600;
    border-bottom: 1px solid #dee2e6;
    background: linear-gradient(180deg, #f8f9fc 0%, #f1f4f9 100%);
}

.history-table tbody tr[b-u2zot8mxbp] {
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
    transform: translateZ(0);
}

.history-table tbody tr:hover[b-u2zot8mxbp] {
    background-color: #f8f9fa;
    transform: translateY(-2px) rotateX(0.35deg);
    box-shadow:
        0 6px 14px rgba(15, 23, 42, 0.10),
        0 2px 4px rgba(15, 23, 42, 0.06);
}

.break-cell details summary[b-u2zot8mxbp] {
    cursor: pointer;
    user-select: none;
}

.break-cell details summary[b-u2zot8mxbp]::marker {
    color: #6c757d;
}

.worked-pill[b-u2zot8mxbp] {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #f7f9ff 0%, #e9eeff 100%);
    color: #1f2a44;
    font-weight: 700;
    letter-spacing: 0.2px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 2px 6px rgba(31, 42, 68, 0.18);
}

.break-empty-badge[b-u2zot8mxbp] {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #dbe6f6;
}

@media (prefers-reduced-motion: reduce) {
    .history-table tbody tr[b-u2zot8mxbp] {
        transition: none;
    }

    .history-table tbody tr:hover[b-u2zot8mxbp] {
        transform: none;
        box-shadow: none;
    }

    .btn-nav:hover:not(:disabled)[b-u2zot8mxbp] {
        transform: none;
    }
}

.month-section[b-u2zot8mxbp] {
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .month-navigation[b-u2zot8mxbp] {
        padding: 0.6rem 1rem;
        gap: 0.75rem;
    }

    .btn-nav[b-u2zot8mxbp] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .current-month-display h3[b-u2zot8mxbp] {
        font-size: 1.1rem;
    }

    .month-stats[b-u2zot8mxbp] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .month-stats .badge[b-u2zot8mxbp] {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-omkn64raqk] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.welcome-header[b-omkn64raqk] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: var(--radius);
    color: #000;
    box-shadow: var(--shadow-glow);
}

.welcome-header h1[b-omkn64raqk] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000;
}

.welcome-header .lead[b-omkn64raqk] {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.7);
}

.manual-tabs .nav-pills .nav-link[b-omkn64raqk] {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: var(--radius-sm);
    transition: all 0.3s ease;
    color: var(--text-muted);
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
}

.manual-tabs .nav-pills .nav-link:hover[b-omkn64raqk] {
    background: var(--surface);
    color: var(--text);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.manual-tabs .nav-pills .nav-link.active[b-omkn64raqk] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #000;
    border: none;
    box-shadow: var(--shadow-glow);
}

.manual-content[b-omkn64raqk] {
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    padding: 2rem;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}

.manual-content h2[b-omkn64raqk] {
    color: var(--primary);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--primary);
}

.manual-section[b-omkn64raqk] {
    margin-bottom: 3rem;
}

.manual-section h3[b-omkn64raqk] {
    color: var(--text);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    border-left: 4px solid var(--secondary);
}

.manual-card[b-omkn64raqk] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.manual-card:hover[b-omkn64raqk] {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    background: var(--surface-hover);
}

.manual-card h4[b-omkn64raqk] {
    color: var(--text);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.manual-card h5[b-omkn64raqk] {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.manual-card ol[b-omkn64raqk],
.manual-card ul[b-omkn64raqk] {
    margin-bottom: 1rem;
}

.manual-card ol li[b-omkn64raqk],
.manual-card ul li[b-omkn64raqk] {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: var(--text-muted);
}

.tip[b-omkn64raqk] {
    background: rgba(81, 207, 102, 0.1);
    border-left: 4px solid var(--success);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.tip strong[b-omkn64raqk] {
    color: var(--success);
}

.warning[b-omkn64raqk] {
    background: rgba(255, 217, 61, 0.1);
    border-left: 4px solid var(--warning);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.warning strong[b-omkn64raqk] {
    color: var(--warning);
}

.info[b-omkn64raqk] {
    background: rgba(0, 212, 255, 0.1);
    border-left: 4px solid var(--primary);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.info strong[b-omkn64raqk] {
    color: var(--primary);
}

.quick-links[b-omkn64raqk] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid var(--border);
}

.quick-links h3[b-omkn64raqk] {
    color: var(--text);
    margin-bottom: 1.5rem;
}

.quick-link-card[b-omkn64raqk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 2px solid var(--border);
    border-radius: var(--radius-sm);
    text-decoration: none;
    color: var(--text-muted);
    transition: all 0.3s ease;
    min-height: 150px;
}

.quick-link-card:hover[b-omkn64raqk] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #000;
    transform: translateY(-5px);
    box-shadow: var(--shadow-glow);
    border-color: transparent;
}

.quick-link-card i[b-omkn64raqk] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.quick-link-card span[b-omkn64raqk] {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 768px) {
    .welcome-header h1[b-omkn64raqk] {
        font-size: 1.8rem;
    }

    .welcome-header .lead[b-omkn64raqk] {
        font-size: 1rem;
    }

    .manual-content[b-omkn64raqk] {
        padding: 1rem;
    }

    .manual-tabs .nav-pills .nav-link[b-omkn64raqk] {
        font-size: 0.95rem;
        padding: 0.75rem 1rem;
    }

    .quick-link-card[b-omkn64raqk] {
        min-height: 120px;
        padding: 1.5rem 0.5rem;
    }

    .quick-link-card i[b-omkn64raqk] {
        font-size: 2rem;
    }

    .quick-link-card span[b-omkn64raqk] {
        font-size: 0.9rem;
    }
}
/* /Components/Pages/Notifications.razor.rz.scp.css */
.notifications-page[b-69y0m3pfhw] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.page-header[b-69y0m3pfhw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.page-header h3[b-69y0m3pfhw] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
}

.empty-state[b-69y0m3pfhw] {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-muted);
}

.empty-state i[b-69y0m3pfhw] {
    font-size: 64px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.empty-state h5[b-69y0m3pfhw] {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--text);
}

.notifications-list[b-69y0m3pfhw] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.notification-card[b-69y0m3pfhw] {
    display: flex;
    align-items: flex-start;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.notification-card:hover[b-69y0m3pfhw] {
    background: var(--surface-hover);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
    transition: all 0.2s;[b-69y0m3pfhw]
}

.notification-card:hover[b-69y0m3pfhw] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.notification-card.unread[b-69y0m3pfhw] {
    background: #f0f7ff;
    border-color: #0066cc;
}

.notification-icon[b-69y0m3pfhw] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 16px;
}

.notification-icon i[b-69y0m3pfhw] {
    font-size: 22px;
}

.icon-success[b-69y0m3pfhw] {
    background: #d4edda;
    color: #28a745;
}

.icon-danger[b-69y0m3pfhw] {
    background: #f8d7da;
    color: #dc3545;
}

.icon-warning[b-69y0m3pfhw] {
    background: #fff3cd;
    color: #ffc107;
}

.icon-info[b-69y0m3pfhw] {
    background: #d1ecf1;
    color: #17a2b8;
}

.notification-body[b-69y0m3pfhw] {
    flex: 1;
    min-width: 0;
}

.notification-header-row[b-69y0m3pfhw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.notification-header-row h6[b-69y0m3pfhw] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

.notification-body p[b-69y0m3pfhw] {
    margin: 0 0 8px 0;
    color: #6c757d;
    line-height: 1.5;
}

.notification-body .badge[b-69y0m3pfhw] {
    font-size: 11px;
    padding: 4px 8px;
}
/* /Components/Pages/TeamDashboard.razor.rz.scp.css */
/* ── Hero ─────────────────────────────────────── */
.td-hero[b-c255h7d6ne] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.td-hero-title[b-c255h7d6ne] {
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--text);
    margin: 0;
    letter-spacing: -0.5px;
}

.td-hero-sub[b-c255h7d6ne] {
    color: var(--text-muted);
    margin: 0.2rem 0 0;
    font-size: 0.95rem;
}

.td-live-badge[b-c255h7d6ne] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(81, 207, 102, 0.2);
    color: var(--success);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--success);
    box-shadow: 0 0 16px rgba(81, 207, 102, 0.3);
}

.td-live-dot[b-c255h7d6ne] {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    animation: td-blink-b-c255h7d6ne 1.4s infinite;
}

/* ── Stat Cards ────────────────────────────────── */
.td-stats[b-c255h7d6ne] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .td-stats[b-c255h7d6ne] { grid-template-columns: repeat(2, 1fr); }
}

.td-stat[b-c255h7d6ne] {
    border-radius: 18px;
    padding: 1.4rem 1.2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transform: perspective(800px) rotateX(2deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: var(--shadow-md);
    backdrop-filter: var(--blur);
}

.td-stat:hover[b-c255h7d6ne] {
    transform: perspective(800px) rotateX(0deg) translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.td-stat-green[b-c255h7d6ne]  { background: rgba(81, 207, 102, 0.2); border: 1px solid var(--success); }
.td-stat-amber[b-c255h7d6ne]  { background: rgba(255, 217, 61, 0.2); border: 1px solid var(--warning); }
.td-stat-red[b-c255h7d6ne]    { background: rgba(255, 107, 107, 0.2); border: 1px solid var(--danger); }
.td-stat-blue[b-c255h7d6ne]   { background: rgba(0, 212, 255, 0.2); border: 1px solid var(--primary); }

.td-stat-icon[b-c255h7d6ne]  { font-size: 1.6rem; margin-bottom: 0.3rem; }
.td-stat-value[b-c255h7d6ne] { font-size: 2rem; font-weight: 800; color: var(--text); line-height: 1; }
.td-stat-label[b-c255h7d6ne] { font-size: 0.8rem; font-weight: 600; color: var(--text-muted); margin-top: 0.2rem; text-transform: uppercase; letter-spacing: 0.05em; }

/* ── Section Title ─────────────────────────────── */
.td-section-title[b-c255h7d6ne] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--success);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    border-left: 3px solid var(--success);
}

.td-section-title-red[b-c255h7d6ne] {
    color: var(--danger);
    border-left-color: var(--danger);
    margin-top: 2.5rem;
}

/* ── Member Grid ───────────────────────────────── */
.td-grid[b-c255h7d6ne] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.2rem;
    margin-bottom: 1rem;
}

/* ── Member Card (3D Glassmorphism) ─────────────── */
.td-card[b-c255h7d6ne] {
    position: relative;
    border-radius: 20px;
    padding: 1.4rem 1.2rem 1.2rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    transform: perspective(900px) rotateX(3deg) rotateY(-1deg);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: default;
}

.td-card:hover[b-c255h7d6ne] {
    transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(-6px) scale(1.02);
}

.td-card-active[b-c255h7d6ne] {
    background: rgba(209, 250, 229, 0.65);
    border: 1px solid #6ee7b7;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.18), 0 2px 8px rgba(0,0,0,0.06);
}

.td-card-break[b-c255h7d6ne] {
    background: rgba(254, 243, 199, 0.7);
    border: 1px solid #fcd34d;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.18), 0 2px 8px rgba(0,0,0,0.06);
}

.td-card-out[b-c255h7d6ne] {
    background: rgba(254, 226, 226, 0.6);
    border: 1px solid #fca5a5;
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.15), 0 2px 8px rgba(0,0,0,0.06);
}

/* Glow Overlay */
.td-card-glow[b-c255h7d6ne] {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.2);
    filter: blur(30px);
    pointer-events: none;
}

.td-glow-out[b-c255h7d6ne] {
    background: rgba(239, 68, 68, 0.2);
}

/* ── Avatar ────────────────────────────────────── */
.td-card-top[b-c255h7d6ne] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.td-avatar[b-c255h7d6ne] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.td-avatar-active[b-c255h7d6ne] { background: #10b981; color: #fff; }
.td-avatar-break[b-c255h7d6ne]  { background: #f59e0b; color: #fff; }
.td-avatar-out[b-c255h7d6ne]    { background: #ef4444; color: #fff; }

/* ── Status Pill ───────────────────────────────── */
.td-status-pill[b-c255h7d6ne] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
}

.td-pill-active[b-c255h7d6ne] { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.td-pill-break[b-c255h7d6ne]  { background: #fef3c7; color: #92400e; border: 1px solid #fcd34d; }
.td-pill-out[b-c255h7d6ne]    { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* ── Pulse Dot ─────────────────────────────────── */
.td-pulse[b-c255h7d6ne] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    animation: td-blink-b-c255h7d6ne 1.4s infinite;
}

.td-pulse-active[b-c255h7d6ne] { background: #10b981; }
.td-pulse-break[b-c255h7d6ne]  { background: #f59e0b; animation-delay: 0.3s; }
.td-pulse-out[b-c255h7d6ne]    { background: #ef4444; animation-play-state: paused; }

/* ── Card Content ──────────────────────────────── */
.td-card-name[b-c255h7d6ne] {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-card-meta[b-c255h7d6ne] {
    font-size: 0.82rem;
    color: var(--muted);
    margin-bottom: 0.6rem;
}

.td-card-time[b-c255h7d6ne] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text);
    background: rgba(255,255,255,0.55);
    border-radius: 8px;
    padding: 0.25rem 0.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.td-time-icon[b-c255h7d6ne] { font-size: 0.9rem; }

/* ── Empty / Loading ───────────────────────────── */
.td-empty[b-c255h7d6ne] {
    color: var(--muted);
    font-size: 0.95rem;
    padding: 1rem 0.5rem;
}

.td-loading[b-c255h7d6ne] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 4rem 0;
    color: var(--muted);
}

.td-spinner[b-c255h7d6ne] {
    width: 40px;
    height: 40px;
    border: 4px solid #dbeafe;
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: td-spin-b-c255h7d6ne 0.8s linear infinite;
}

/* ── Keyframes ─────────────────────────────────── */
@keyframes td-blink-b-c255h7d6ne {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.3; }
}

@keyframes td-spin-b-c255h7d6ne {
    to { transform: rotate(360deg); }
}

/* Base styles for Team Dashboard */
.team-card[b-c255h7d6ne] {
    border-radius: 14px;
    overflow: hidden;
}

.team-card-header[b-c255h7d6ne] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background-color: #f8fafc;
}

.team-member-item[b-c255h7d6ne] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    border: 0 !important;
    border-left: 4px solid transparent !important;
}

.team-member-item.status-break[b-c255h7d6ne] {
    border-left-color: #f59e0b !important;
}

.team-member-item.status-clocked-in[b-c255h7d6ne] {
    border-left-color: #10b981 !important;
}

.team-member-item.status-clocked-out[b-c255h7d6ne] {
    border-left-color: #ef4444 !important;
}

.team-avatar[b-c255h7d6ne] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9eefb;
    color: #1f3b7a;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team-clock[b-c255h7d6ne] {
    text-align: right;
    min-width: 150px;
}
/* /Components/Pages/TeamTimeManagement.razor.rz.scp.css */
.month-navigation[b-ec57b7juk8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    padding: 0.75rem 1.25rem;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-glow);
    margin-bottom: 1.5rem;
}

.btn-nav[b-ec57b7juk8] {
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    padding: 0;
}

.btn-nav:hover:not(:disabled)[b-ec57b7juk8] {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: #000;
}

.btn-nav:disabled[b-ec57b7juk8] {
    opacity: 0.3;
    cursor: not-allowed;
}

.current-month-display[b-ec57b7juk8] {
    flex: 1;
    text-align: center;
    color: #000;
}

.current-month-display h3[b-ec57b7juk8] {
    color: #000;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.month-stats[b-ec57b7juk8] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    margin-top: 0.25rem;
}

.month-stats .badge[b-ec57b7juk8] {
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
    .btn-nav:hover:not(:disabled)[b-ec57b7juk8] {
        transform: none;
    }
}

@media (max-width: 768px) {
    .month-navigation[b-ec57b7juk8] {
        padding: 0.6rem 1rem;
        gap: 0.75rem;
    }

    .btn-nav[b-ec57b7juk8] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .current-month-display h3[b-ec57b7juk8] {
        font-size: 1.1rem;
    }

    .month-stats[b-ec57b7juk8] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .month-stats .badge[b-ec57b7juk8] {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }
}
/* /Components/Pages/TimeTracking.razor.rz.scp.css */
.card[b-js1zvhypr0] {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    box-shadow: var(--shadow-md);
    transform: translateZ(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover[b-js1zvhypr0] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.calendar-panel[b-js1zvhypr0] {
    border-radius: 16px;
    perspective: 1200px;
}

.calendar-nav-btn[b-js1zvhypr0] {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.calendar-grid[b-js1zvhypr0] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.calendar-weekday[b-js1zvhypr0] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    padding: 4px 0;
}

.calendar-empty[b-js1zvhypr0] {
    min-height: 52px;
}

.calendar-day[b-js1zvhypr0] {
    min-height: 52px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    color: var(--text);
    transition: all 0.3s ease;
}

.calendar-day:hover[b-js1zvhypr0] {
    background: var(--surface);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary);
}

.calendar-day.today[b-js1zvhypr0] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    outline: 2px solid var(--primary);
    color: #000;
    font-weight: 700;
    box-shadow: var(--shadow-glow);
}

.calendar-day.holiday[b-js1zvhypr0] {
    background: rgba(255, 107, 107, 0.2);
    border-color: var(--danger);
}

    .calendar-day.sick[b-js1zvhypr0] {
        background: rgba(255, 217, 61, 0.2);
        border-color: var(--warning);
    }

.calendar-marker[b-js1zvhypr0] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.25);
}

.marker-green[b-js1zvhypr0] {
    background-color: #198754;
}

.marker-red[b-js1zvhypr0] {
    background-color: #dc3545;
}

.marker-neutral[b-js1zvhypr0] {
    background-color: #adb5bd;
}

.marker-vacation[b-js1zvhypr0] {
    background-color: #0dcaf0;
}

.marker-holiday[b-js1zvhypr0] {
    background-color: #86efac;
}

.marker-sick[b-js1zvhypr0] {
    background-color: #EEB4B4;
}

@media (prefers-reduced-motion: reduce) {
    .card[b-js1zvhypr0],
    .calendar-day[b-js1zvhypr0] {
        transition: none;
    }

    .card:hover[b-js1zvhypr0],
    .calendar-day:hover[b-js1zvhypr0] {
        transform: none;
    }
}
/* /Components/Pages/VacationRequests.razor.rz.scp.css */
.year-navigation[b-mvit85fa3y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    padding: 0.75rem 1.25rem;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-glow);
    margin-bottom: 1.5rem;
}

.btn-nav[b-mvit85fa3y] {
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    padding: 0;
}

.btn-nav:hover:not(:disabled)[b-mvit85fa3y] {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: #000;
}

.btn-nav:disabled[b-mvit85fa3y] {
    opacity: 0.3;
    cursor: not-allowed;
}

.current-year-display[b-mvit85fa3y] {
    flex: 1;
    text-align: center;
    color: #000;
}

.current-year-display h3[b-mvit85fa3y] {
    color: #000;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.year-stats[b-mvit85fa3y] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    margin-top: 0.25rem;
}

.year-stats .badge[b-mvit85fa3y] {
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
    .btn-nav:hover:not(:disabled)[b-mvit85fa3y] {
        transform: none;
    }
}

@media (max-width: 768px) {
    .year-navigation[b-mvit85fa3y] {
        padding: 0.6rem 1rem;
        gap: 0.75rem;
    }

    .btn-nav[b-mvit85fa3y] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .current-year-display h3[b-mvit85fa3y] {
        font-size: 1.1rem;
    }

    .year-stats[b-mvit85fa3y] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .year-stats .badge[b-mvit85fa3y] {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }
}
/* /Components/Shared/ContactMailButton.razor.rz.scp.css */
.contact-mail-button[b-fq8gyc981e] {
    position: relative;
    display: inline-block;
}

.icon-button[b-fq8gyc981e] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.icon-button:hover[b-fq8gyc981e] {
    background: var(--surface);
    box-shadow: 0 0 16px var(--primary-glow);
}

.icon-button svg[b-fq8gyc981e] {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ── Dropdown ─────────────────────────────────────────── */
.mail-dropdown[b-fq8gyc981e] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 320px;
    max-width: 90vw;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    z-index: 1000;
    overflow: hidden;
    animation: mail-dropdown-slide-b-fq8gyc981e 0.2s ease-out;
}

@keyframes mail-dropdown-slide-b-fq8gyc981e {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Header ───────────────────────────────────────────── */
.mail-header[b-fq8gyc981e] {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.mail-header h6[b-fq8gyc981e] {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #212529;
}

/* ── Body / Link ──────────────────────────────────────── */
.mail-body[b-fq8gyc981e] {
    padding: 12px;
}

.mail-link[b-fq8gyc981e] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
}

.mail-link:hover[b-fq8gyc981e] {
    background: #f0f7ff;
    color: inherit;
    text-decoration: none;
}

.mail-icon-circle[b-fq8gyc981e] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #d1ecf1;
    color: #0c7a91;
    font-size: 18px;
}

.mail-link-text[b-fq8gyc981e] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mail-link-title[b-fq8gyc981e] {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}

.mail-link-address[b-fq8gyc981e] {
    font-size: 12px;
    color: #6c757d;
}

.mail-external-icon[b-fq8gyc981e] {
    font-size: 13px;
    color: #adb5bd;
    flex-shrink: 0;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 576px) {
    .mail-dropdown[b-fq8gyc981e] {
        width: 100vw;
        right: -20px;
        border-radius: 12px 12px 0 0;
    }
}
/* /Components/Shared/NotificationBell.razor.rz.scp.css */
.notification-bell[b-r6bsx14mzn] {
    position: relative;
    display: inline-block;
}

.icon-button[b-r6bsx14mzn] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.icon-button:hover[b-r6bsx14mzn] {
    background: var(--surface);
    box-shadow: 0 0 16px var(--primary-glow);
}

.icon-button svg[b-r6bsx14mzn] {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.notification-badge[b-r6bsx14mzn] {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--danger);
    color: var(--text);
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 600;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.5);
    animation: badge-pulse-b-r6bsx14mzn 2s ease-in-out infinite;
}

@keyframes badge-pulse-b-r6bsx14mzn {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.notification-dropdown[b-r6bsx14mzn] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 420px;
    max-width: 90vw;
    background: var(--surface-glass);
    backdrop-filter: var(--blur);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    z-index: 1000;
    overflow: hidden;
    animation: dropdown-slide-b-r6bsx14mzn 0.2s ease-out;
}

@keyframes dropdown-slide-b-r6bsx14mzn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notification-header[b-r6bsx14mzn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.notification-header h6[b-r6bsx14mzn] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

.notification-header .btn-link[b-r6bsx14mzn] {
    background: none;
    border: none;
    color: #0066cc;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

.notification-header .btn-link:hover[b-r6bsx14mzn] {
    text-decoration: underline;
}

.notification-list[b-r6bsx14mzn] {
    max-height: 400px;
    overflow-y: auto;
}

.notification-empty[b-r6bsx14mzn] {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.notification-empty i[b-r6bsx14mzn] {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.5;
}

.notification-empty p[b-r6bsx14mzn] {
    margin: 0;
    font-size: 14px;
}

.notification-item[b-r6bsx14mzn] {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    transition: background-color 0.2s;
}

.notification-item:hover[b-r6bsx14mzn] {
    background: #f8f9fa;
}

.notification-item.unread[b-r6bsx14mzn] {
    background: #f0f7ff;
}

.notification-item.unread:hover[b-r6bsx14mzn] {
    background: #e6f2ff;
}

.notification-main[b-r6bsx14mzn] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding: 16px 20px;
    cursor: pointer;
}

.notification-delete-btn[b-r6bsx14mzn] {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    opacity: 0;
    transition: all 0.2s;
}

.notification-item:hover .notification-delete-btn[b-r6bsx14mzn] {
    opacity: 1;
}

.notification-delete-btn:hover[b-r6bsx14mzn] {
    background: #fee;
    color: #dc3545;
}

.notification-icon[b-r6bsx14mzn] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
}

.notification-icon i[b-r6bsx14mzn] {
    font-size: 18px;
}

.icon-success[b-r6bsx14mzn] {
    background: #d4edda;
    color: #28a745;
}

.icon-danger[b-r6bsx14mzn] {
    background: #f8d7da;
    color: #dc3545;
}

.icon-warning[b-r6bsx14mzn] {
    background: #fff3cd;
    color: #ffc107;
}

.icon-info[b-r6bsx14mzn] {
    background: #d1ecf1;
    color: #17a2b8;
}

.notification-content[b-r6bsx14mzn] {
    flex: 1;
    min-width: 0;
    padding-right: 32px;
}

.notification-title[b-r6bsx14mzn] {
    font-weight: 600;
    font-size: 14px;
    color: #212529;
    margin-bottom: 4px;
}

.notification-message[b-r6bsx14mzn] {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.4;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notification-time[b-r6bsx14mzn] {
    font-size: 12px;
    color: #adb5bd;
}

.notification-dot[b-r6bsx14mzn] {
    width: 8px;
    height: 8px;
    background: #0066cc;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 8px;
    margin-top: 6px;
}

.notification-footer[b-r6bsx14mzn] {
    padding: 12px 20px;
    text-align: center;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

.notification-footer .btn-link[b-r6bsx14mzn] {
    background: none;
    border: none;
    color: #0066cc;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.notification-footer .btn-link:hover[b-r6bsx14mzn] {
    text-decoration: underline;
}

.notification-footer .text-danger[b-r6bsx14mzn] {
    color: #dc3545;
}

.notification-footer .text-danger:hover[b-r6bsx14mzn] {
    color: #c82333;
}

@media (max-width: 576px) {
    .notification-dropdown[b-r6bsx14mzn] {
        width: 100vw;
        right: -20px;
        border-radius: 12px 12px 0 0;
    }
}
