.v33-header { position: sticky; top: 0; z-index: 30; display: flex; min-height: 68px; align-items: center; gap: 14px; padding: 12px 28px; border-bottom: 1px solid var(--v33-border); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.v33-header__menu { display: none; }
.v33-header__identity { display: flex; min-width: 0; align-items: center; gap: 9px; color: var(--v33-muted); }
.v33-header__identity span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v33-header__actions { display: flex; gap: 8px; margin-left: auto; }
.v33-status-dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: #23a36d; box-shadow: 0 0 0 4px rgba(35,163,109,.14); }
.v33-header__bell { font-size: 17px; line-height: 1; padding: 8px 12px; }
.v33-header__bell[data-it-push-state="enabled"] { background: var(--v33-success); color: #fff; border-color: var(--v33-success); }
.v33-header__bell[data-it-push-state="denied"] { opacity: .6; }
