/* Elite UI — MudBlazor'suz portal kabugu */

.portal-host .elite-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f8f9fa;
  color: #212121;
  font-family: Inter, Roboto, "Segoe UI", system-ui, sans-serif;
}

.portal-host .elite-shell.elite-dark {
  background: #121212;
  color: #f5f5f5;
}

.portal-host .elite-appbar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 12px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}

.portal-host .elite-dark .elite-appbar {
  background: #1e1e1e;
  border-bottom-color: #424242;
}

.portal-host .elite-appbar-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 300;
  color: #1976d2;
  letter-spacing: 0.02em;
}

.portal-host .elite-appbar-spacer {
  flex: 1;
}

.portal-host .elite-appbar-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.portal-host .elite-body {
  display: flex;
  flex: 1;
  min-height: 0;
}

.portal-host .elite-drawer {
  width: 280px;
  flex-shrink: 0;
  background: #fafafa;
  border-right: 1px solid #e0e0e0;
  overflow-y: auto;
}

.portal-host .elite-drawer.is-collapsed {
  display: none;
}

.portal-host .elite-drawer-content {
  padding: 24px;
}

.portal-host .elite-drawer-heading {
  margin: 0 0 24px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #1976d2;
}

.portal-host .elite-main-content {
  flex: 1;
  min-width: 0;
  background: #f8f9fa;
  overflow: auto;
}

.portal-host .elite-container {
  padding: 24px;
  max-width: none;
}

.portal-host .elite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
}

.portal-host .elite-btn:hover:not(:disabled) {
  background: rgba(25, 118, 210, 0.08);
}

.portal-host .elite-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.portal-host .elite-btn-primary {
  background: #1976d2;
  color: #fff;
  border-color: #1976d2;
}

.portal-host .elite-btn-primary:hover:not(:disabled) {
  background: #1565c0;
}

.portal-host .elite-btn-ghost {
  border-color: #e0e0e0;
  color: #424242;
}

.portal-host .elite-btn-icon {
  padding: 8px;
  min-width: 36px;
}

.portal-host .elite-menu {
  position: relative;
}

.portal-host .elite-menu-panel {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1200;
  min-width: 160px;
  margin-top: 4px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.portal-host .elite-menu-item {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: none;
  text-align: left;
  font: inherit;
  color: #212121;
  cursor: pointer;
}

.portal-host .elite-menu-item:hover {
  background: rgba(25, 118, 210, 0.08);
}

.portal-host .elite-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #757575;
  cursor: pointer;
}

.portal-host .elite-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.portal-host .elite-nav-label {
  padding: 8px 16px 4px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #757575;
}

.portal-host .elite-nav-divider {
  height: 1px;
  margin: 8px 0;
  background: #e0e0e0;
  border: none;
}

.portal-host .elite-nav-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #424242;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.portal-host .elite-nav-btn:hover {
  background: rgba(25, 118, 210, 0.08);
  color: #1976d2;
}

.portal-host .elite-nav-dropdown {
  margin: 0;
}

.portal-host .elite-nav-dropdown > summary {
  list-style: none;
  cursor: pointer;
}

.portal-host .elite-nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.portal-host .elite-nav-dropdown > summary .elite-nav-caret::after {
  content: "▾";
  margin-left: auto;
  font-size: 12px;
  opacity: 0.6;
}

.portal-host .elite-nav-submenu {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}

.portal-host .elite-nav-subitem {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #424242;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.portal-host .elite-nav-subitem:hover {
  background: rgba(25, 118, 210, 0.06);
  color: #1976d2;
}

.portal-host .elite-tabs {
  display: flex;
  flex-direction: column;
  min-height: 400px;
}

.portal-host .elite-tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
}

.portal-host .elite-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #b71c1c;
  font: inherit;
  cursor: pointer;
}

.portal-host .elite-tab:hover {
  color: #d32f2f;
  background: rgba(211, 47, 47, 0.06);
}

.portal-host .elite-tab-active {
  color: #d32f2f;
  border-bottom-color: #d32f2f;
}

.portal-host .elite-tab-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}

.portal-host .elite-tab-close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.06);
}

.portal-host .elite-tab-panel {
  flex: 1;
}

.portal-host .elite-tab-content {
  min-height: 500px;
  padding: 16px 0;
}

.portal-host .elite-tab-empty {
  padding: 48px 24px;
  text-align: center;
  color: #757575;
}

.portal-host .elite-login-wrap {
  display: grid;
  gap: 32px;
  max-width: 1080px;
  margin: 32px auto;
  padding: 24px 16px 40px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(33, 150, 243, 0.08), rgba(33, 203, 243, 0.08));
}

@media (min-width: 900px) {
  .portal-host .elite-login-wrap {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.portal-host .elite-login-intro h1 {
  margin: 0 0 12px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #1976d2;
}

.portal-host .elite-login-intro p {
  margin: 0;
  line-height: 1.6;
  color: #475569;
}

.portal-host .elite-callout {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(25, 118, 210, 0.08);
  font-size: 0.9rem;
  color: #334155;
}

.portal-host .elite-callout a {
  color: #1976d2;
}

.portal-host .elite-login-card {
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(59, 130, 246, 0.12));
  border: 1px solid rgba(59, 130, 246, 0.25);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.portal-host .elite-login-card h2 {
  margin: 0 0 20px;
  font-size: 1.25rem;
  color: #1976d2;
}

.portal-host .elite-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.portal-host .elite-field span {
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569;
}

.portal-host .elite-field input {
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font: inherit;
  background: #fff;
}

.portal-host .elite-field input:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
}

.portal-host .elite-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(33, 150, 243, 0.08);
  cursor: pointer;
  font-size: 0.9rem;
}

.portal-host .elite-alert {
  padding: 10px 14px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.portal-host .elite-alert-info {
  background: rgba(25, 118, 210, 0.1);
  color: #1565c0;
}

.portal-host .elite-alert-err {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.portal-host .elite-dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(4px);
}

.portal-host .elite-dialog {
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.portal-host .elite-dialog-sm { max-width: 400px; }
.portal-host .elite-dialog-md { max-width: 560px; }
.portal-host .elite-dialog-lg { max-width: 800px; }
.portal-host .elite-dialog-xl { max-width: 1100px; }
.portal-host .elite-dialog-full { max-width: min(96vw, 1400px); }

.portal-host .elite-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.portal-host .elite-dialog-header h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.portal-host .elite-dialog-body {
  flex: 1;
  overflow: auto;
  padding: 20px;
}

.portal-host .elite-toast-host {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 14000;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 360px;
}

.portal-host .elite-toast {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  font-size: 0.9rem;
}

.portal-host .elite-toast-success { border-left: 4px solid #16a34a; }
.portal-host .elite-toast-info { border-left: 4px solid #2563eb; }
.portal-host .elite-toast-warning { border-left: 4px solid #d97706; }
.portal-host .elite-toast-error { border-left: 4px solid #dc2626; }

.portal-host .elite-toast-close {
  border: none;
  background: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.6;
  padding: 0;
  color: inherit;
}

.portal-host .elite-ctx-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portal-host .elite-ctx-action {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: none;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.portal-host .elite-ctx-action:hover:not(:disabled) {
  background: rgba(29, 78, 216, 0.06);
}

.portal-host .elite-ctx-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.portal-host .elite-page-card {
  padding: 24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.portal-host .elite-card {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
}

.portal-host .elite-btn-outline {
  border: 1px solid #e0e0e0;
  color: #424242;
  background: #fff;
}

.portal-host .elite-btn-outline:hover:not(:disabled) {
  background: rgba(25, 118, 210, 0.08);
  border-color: #1976d2;
  color: #1976d2;
}

.portal-host .elite-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 16px;
  margin-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.portal-host .elite-filter-panel {
  padding: 16px;
  margin-bottom: 16px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.portal-host .elite-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 900px) {
  .portal-host .elite-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.portal-host .elite-stat-card {
  padding: 16px;
  border-radius: 8px;
  color: #fff;
}

.portal-host .elite-stat-card-label {
  font-size: 0.85rem;
  opacity: 0.9;
  margin-bottom: 8px;
}

.portal-host .elite-stat-card-value {
  font-size: 1.25rem;
  font-weight: 600;
}

.portal-host .elite-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.portal-host .elite-toolbar h1 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 300;
  color: #1976d2;
}

.portal-host .elite-toolbar-spacer {
  flex: 1;
}

.portal-host .elite-loading-block {
  padding: 24px;
  margin-bottom: 24px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
}

.portal-host .elite-progress {
  height: 4px;
  margin-bottom: 16px;
  background: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
}

.portal-host .elite-progress-bar {
  height: 100%;
  width: 40%;
  background: #1976d2;
  animation: elite-indeterminate 1.2s ease-in-out infinite;
}

@keyframes elite-indeterminate {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(350%); }
}

.portal-host .elite-field-input,
.portal-host .elite-field textarea,
.portal-host .elite-field select {
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font: inherit;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.portal-host .elite-field-input:focus,
.portal-host .elite-field textarea:focus,
.portal-host .elite-field select:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
}

.portal-host .elite-field-error {
  font-size: 0.8rem;
  color: #dc2626;
}

.portal-host .elite-field-hint {
  font-size: 0.8rem;
  color: #64748b;
}

.portal-host .elite-form-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.portal-host .elite-col-12 { grid-column: span 12; }
.portal-host .elite-col-6 { grid-column: span 6; }

@media (max-width: 768px) {
  .portal-host .elite-col-6 { grid-column: span 12; }
}

.portal-host .elite-grid-toolbar {
  margin-bottom: 12px;
}

.portal-host .elite-grid-search {
  max-width: 320px;
}

.portal-host .elite-grid-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.portal-host .elite-grid-table th,
.portal-host .elite-grid-table td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.portal-host .elite-grid-table th {
  background: #f5f5f5;
  font-weight: 500;
  color: #424242;
}

.portal-host .elite-grid-table tbody tr:hover {
  background: rgba(25, 118, 210, 0.04);
}

.portal-host .elite-chip {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

.portal-host .elite-chip-success { background: #dcfce7; color: #166534; }
.portal-host .elite-chip-error { background: #fee2e2; color: #991b1b; }
.portal-host .elite-chip-warning { background: #fef3c7; color: #92400e; }
.portal-host .elite-chip-info { background: #dbeafe; color: #1e40af; }
.portal-host .elite-chip-outline { background: transparent; border: 1px solid #1976d2; color: #1976d2; }

.portal-host .elite-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
}

.portal-host .elite-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.portal-host .elite-badge-dot-success { background: #16a34a; }
.portal-host .elite-badge-dot-error { background: #dc2626; }

.portal-host .elite-dialog-subtitle {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 0.9rem;
}

.portal-host .elite-dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.portal-host .elite-btn-danger {
  color: #dc2626;
  border-color: #fecaca;
}

.portal-host .elite-btn-danger:hover:not(:disabled) {
  background: #fef2f2;
}

.portal-host .elite-btn-success {
  color: #16a34a;
}

.portal-host .elite-role-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portal-host .elite-role-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.portal-host .elite-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 768px) {
  .portal-host .elite-two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .portal-host .elite-drawer {
    position: fixed;
    top: 48px;
    left: 0;
    bottom: 0;
    z-index: 1100;
    box-shadow: 4px 0 16px rgba(0, 0, 0, 0.1);
  }

  .portal-host .elite-drawer.is-collapsed {
    transform: translateX(-100%);
    display: block;
  }
}

/* Modul sayfalari */
.portal-host .elite-page-card {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.portal-host .elite-page-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.portal-host .elite-page-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 300;
  color: #1976d2;
}

.portal-host .elite-toolbar-spacer {
  flex: 1;
}

.portal-host .elite-loading-card {
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.portal-host .elite-progress {
  width: 100%;
  height: 4px;
  margin-bottom: 12px;
  border: none;
  border-radius: 2px;
  background: #e0e0e0;
  appearance: none;
}

.portal-host .elite-progress::-webkit-progress-bar {
  background: #e0e0e0;
  border-radius: 2px;
}

.portal-host .elite-progress::-webkit-progress-value {
  background: #1976d2;
  border-radius: 2px;
}

.portal-host .elite-progress:indeterminate::-webkit-progress-value {
  animation: elite-progress-indeterminate 1.2s infinite linear;
}

@keyframes elite-progress-indeterminate {
  0% { margin-left: -40%; width: 40%; }
  100% { margin-left: 100%; width: 40%; }
}

.portal-host .elite-filter-panel {
  padding: 16px;
  margin-bottom: 16px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.portal-host .elite-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  align-items: end;
}

.portal-host .elite-field-input,
.portal-host .elite-field select,
.portal-host .elite-field textarea {
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font: inherit;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.portal-host .elite-field-input:focus,
.portal-host .elite-field select:focus,
.portal-host .elite-field textarea:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
}

.portal-host .elite-grid-toolbar {
  margin-bottom: 8px;
}

.portal-host .elite-grid-search {
  max-width: 320px;
}

.portal-host .elite-grid-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.portal-host .elite-grid-table th,
.portal-host .elite-grid-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.portal-host .elite-grid-table th {
  background: #f5f5f5;
  font-weight: 600;
  font-size: 0.8rem;
  color: #616161;
}

.portal-host .elite-grid-table tbody tr:hover {
  background: rgba(25, 118, 210, 0.04);
}

.portal-host .elite-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 500;
  border: 1px solid transparent;
}

.portal-host .elite-badge-info {
  background: rgba(25, 118, 210, 0.1);
  color: #1565c0;
  border-color: rgba(25, 118, 210, 0.25);
}

.portal-host .elite-badge-success {
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
  border-color: rgba(22, 163, 74, 0.25);
}

.portal-host .elite-badge-warning {
  background: rgba(217, 119, 6, 0.1);
  color: #b45309;
  border-color: rgba(217, 119, 6, 0.25);
}

.portal-host .elite-badge-error {
  background: rgba(220, 38, 38, 0.1);
  color: #b91c1c;
  border-color: rgba(220, 38, 38, 0.25);
}

.portal-host .elite-badge-muted {
  background: #f1f5f9;
  color: #64748b;
  border-color: #e2e8f0;
}

.portal-host .elite-btn-sm {
  padding: 4px 10px;
  font-size: 0.85rem;
}

.portal-host .elite-btn-danger {
  color: #dc2626;
}

.portal-host .elite-btn-danger:hover:not(:disabled) {
  background: rgba(220, 38, 38, 0.08);
}

.portal-host .elite-btn-success {
  background: #16a34a;
  color: #fff;
  border-color: #16a34a;
}

.portal-host .elite-btn-info {
  background: #0284c7;
  color: #fff;
  border-color: #0284c7;
}

.portal-host .elite-actions-cell {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.portal-host .elite-summary-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.portal-host .elite-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.portal-host .elite-kpi-card {
  padding: 16px;
  border-radius: 8px;
  color: #fff;
}

.portal-host .elite-kpi-card h3 {
  margin: 0 0 4px;
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.9;
}

.portal-host .elite-kpi-card p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.portal-host .elite-kpi-card--purple {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.portal-host .elite-kpi-card--pink {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.portal-host .elite-kpi-card--blue {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.portal-host .elite-kpi-card--green {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.portal-host .elite-kpi-card--red {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
}

.portal-host .elite-kpi-card--plain {
  background: #fff;
  color: #212121;
  border: 1px solid #e0e0e0;
}

.portal-host .elite-kpi-card--plain h3 {
  color: #757575;
}

.portal-host .elite-kpi-card--plain p.elite-text-warning {
  color: #d97706;
}

.portal-host .elite-kpi-card--plain p.elite-text-info {
  color: #2563eb;
}

.portal-host .elite-panel {
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.portal-host .elite-panel-title {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 500;
}

.portal-host .elite-two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 900px) {
  .portal-host .elite-two-col {
    grid-template-columns: 2fr 1fr;
  }
}

.portal-host .elite-list-plain {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portal-host .elite-list-plain li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.portal-host .elite-chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  min-height: 200px;
  padding: 16px 0;
}

.portal-host .elite-chart-bar-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.portal-host .elite-chart-bar {
  width: 100%;
  max-width: 48px;
  min-height: 4px;
  background: linear-gradient(180deg, #1976d2, #64b5f6);
  border-radius: 4px 4px 0 0;
  transition: height 0.3s ease;
}

.portal-host .elite-chart-bar-wrap span {
  font-size: 0.7rem;
  color: #757575;
  text-align: center;
  word-break: break-word;
}

.portal-host .elite-empty-state {
  padding: 32px;
  text-align: center;
  color: #9e9e9e;
}

.portal-host .elite-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.portal-host .elite-form-section-title {
  margin: 16px 0 12px;
  font-size: 1rem;
  font-weight: 500;
}

.portal-host .elite-divider {
  height: 1px;
  margin: 16px 0;
  background: #e0e0e0;
  border: none;
}

.portal-host .elite-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.portal-host .elite-detail-item {
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
}

.portal-host .elite-detail-item label {
  display: block;
  font-size: 0.75rem;
  color: #757575;
  margin-bottom: 4px;
}

.portal-host .elite-detail-item span {
  font-size: 0.9rem;
  font-weight: 500;
}

.portal-host .elite-error-list {
  margin: 0;
  padding-left: 20px;
  color: #b91c1c;
}

.portal-host .elite-text-muted {
  color: #9e9e9e;
}

.portal-host .elite-text-end {
  text-align: right;
}

.portal-host .elite-text-bold {
  font-weight: 600;
}
