/* Lucide — tutarlı UI ikonları */
.icon,
.lucide {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  line-height: 0;
}

.icon svg,
.lucide svg {
  display: block;
  width: 100%;
  height: 100%;
}

button > .icon:only-child,
.composer-btn > .icon:only-child,
.rail-btn > .icon:only-child,
.pm-call-header-btn > .icon:only-child,
.mobile-header-btn > .icon:only-child,
.pm-call-ctrl > .icon:only-child {
  margin: 0 auto;
}

.composer-btn .icon {
  width: 22px;
  height: 22px;
}

.rail-btn .icon {
  width: 22px;
  height: 22px;
}

.tab-icon .icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.user-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-menu-item .icon-menu,
.context-menu-item .icon-menu {
  width: 18px;
  height: 18px;
  opacity: 0.85;
}

.context-menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-nav-item .icon {
  width: 18px;
  height: 18px;
  opacity: 0.9;
}

.panel-empty-icon .icon,
.empty-chat-icon .icon,
.list-empty-icon .icon,
.room-empty-icon .icon {
  width: 48px;
  height: 48px;
  opacity: 0.35;
  margin-bottom: 8px;
}

.room-count-badge .icon-inline {
  width: 14px;
  height: 14px;
  margin-right: 2px;
  vertical-align: -2px;
}

.voice-tile-cam-icon .icon,
.voice-tile-screen-icon .icon,
.voice-tile-mute-icon .icon,
.voice-tile-source-icon .icon {
  width: 14px;
  height: 14px;
}

.voice-tile-menu .icon {
  width: 18px;
  height: 18px;
}

.room-owner-badge .icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

#pmPanelClose .icon {
  width: 22px;
  height: 22px;
}

.message-react-trigger .icon {
  width: 20px;
  height: 20px;
}

.admin-header h1,
.admin-login-card h1,
.admin-sidebar-header h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-title {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.admin-sidebar-footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.modal-close .icon {
  width: 20px;
  height: 20px;
}

.chat-header-avatar .icon {
  width: 22px;
  height: 22px;
  color: #fff;
}

.stat-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-card-icon .icon {
  width: 24px;
  height: 24px;
  color: var(--accent, #2979ff);
}
