.app-header{background:#fff;border-bottom:1px solid #e7e8eb;flex-shrink:0;font-family:Montserrat,Arial,sans-serif}.app-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:12px 24px;display:flex}.app-header-left{flex:1;min-width:0}.app-header-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.app-header-profile{background:var(--active-bg,#eaf4fb);width:32px;height:32px;color:var(--primary);border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.app-header-profile:hover{background:var(--accent,#dae6f9);border-color:var(--primary)}.app-header-avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.app-header-initials{line-height:1;display:block}.app-header .community-switcher{margin-bottom:0}.app-header .list-table-filter-select .custom__control{border-color:#e5e7eb;border-radius:8px;min-height:36px}.app-header .list-table-filter-select .custom__control:hover{border-color:#cbd5e1}.app-header .list-table-filter-select .custom__control--is-focused{border-color:var(--primary);box-shadow:0 0 0 2px #2d586e26}[data-bs-theme=dark] .app-header{background:var(--bg-surface);border-color:var(--border)}[data-bs-theme=dark] .app-header-profile{border-color:var(--border);background:var(--bg-surface-raised)}[data-bs-theme=dark] .app-header-profile:hover{background:var(--active-bg);border-color:var(--primary)}
