@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

* {
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-sizing: border-box;
}

:root {
  --bs-body-font-family: 'Plus Jakarta Sans', sans-serif;
  --bs-body-font-size: 0.925rem;
  --bs-body-line-height: 1.5;
}

html,
body {
  /* background-color: #f2f3f8 !important; */
  padding: 0;
  margin: 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

button:not(:disabled),
[role='button']:not([aria-disabled='true']),
.btn:not(.disabled):not(:disabled),
.nav-link:not(.disabled) {
  cursor: pointer;
}

button:disabled,
.btn.disabled,
.btn:disabled,
[aria-disabled='true'] {
  cursor: not-allowed;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

thead[class*="ant-table-thead"] th {
  text-align: center !important;
  font-weight: bold !important;
}

.rounded-xl {
  border-radius: 13px !important;
}

/* .simplebar-scrollbar {
  height: 40px !important;
} */

.card {
  border: none !important;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px !important;
}

.card-header {
  background-color: #fff !important;
  border-bottom: none !important;
  font-weight: 600 !important;
  padding-bottom: 5px !important;
}

.card-footer {
  background-color: #fff !important;
}

.add-transition {
  transition: 0.2s all ease-in-out;
}

.modal {
  z-index: 10000 !important;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: .375rem !important;
  padding: .375rem .75rem;
  overflow: hidden;
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
}

.text-decoration-none {
  text-decoration: none;
}

ul.nav.nav-tabs li.nav-item button.nav-link.active {
  background-color: #cfe2ff !important;
}

div.homepage .copyright {
  padding-top: 1.75rem;
  border-top: 1px solid #d0dae2;
  text-align: center;
}


div.homepage .navbar {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

@media (min-width: 992px) {
  div.homepage .navbar {
    padding-top: 1.75rem;
    background-color: #ffffff;
    box-shadow: none;
    transition: all 0.2s;
  }

  div.homepage .navbar.top-nav-collapse {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  }

  div.homepage .cards-1 .card {
    display: inline-block;
    width: 298px;
    vertical-align: top;
  }

  div.homepage .slider-1 .testimonial-image {
    margin-right: 1.125rem;
  }

  div.homepage .slider-1 .testimonial-author {
    margin-top: 0.625rem;
  }

  div.homepage .copyright {
    text-align: left;
  }

  div.homepage .copyright .list-unstyled li {
    display: inline-block;
    margin-right: 1rem;
  }
}

.header .text-container {
  margin-bottom: 5rem;
}

div.homepage .section-title {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.125rem 1.75rem;
  border-radius: 30px;
  background-color: #ffe7eb;
  color: #ff5574;
  font-weight: 600;
  font-size: 0.875rem;
}

div.homepage .header {
	padding-top: 8rem;
	padding-bottom: 5rem;
	text-align: center;
}

@media (min-width: 1200px) {
  div.homepage .header {
    overflow: hidden;
    padding-top: 18.25rem;
    padding-bottom: 11.5rem;
  }

  div.homepage .cards-1 .card {
    width: 342px;
  }

  div.homepage .cards-1 .card:nth-of-type(3n+2) {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}

@media (min-width: 768px) {
  div.homepage .header .h1-large {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }

  div.homepage .header .image-container {
    position: relative;
  }

  div.homepage .header .image-container img {
		position: absolute;
		top: -80px;
		left: 10px;
		width: 840px;
		max-width: none;
	}

  div.homepage .form-1 .list-unstyled li {
    display: inline-block;
    margin-right: 1rem;
  }
}

div.homepage .cards-1 .card {
  margin-bottom: 5rem;
  padding: 3rem 2rem;
  border: 1px solid #5e6576 !important;
  border-radius: 20px;
  background-color: transparent;
}

div.homepage .cards-1 .card-icon.blue {
  background: url('/services-icon-bg-blue.png') center center no-repeat;
}

div.homepage .cards-1 .card-icon.red {
  background: url('/services-icon-bg-red.png') center center no-repeat;
}

div.homepage .cards-1 .card-icon.yellow {
  background: url('/services-icon-bg-yellow.png') center center no-repeat;
}

div.homepage .cards-1 .card-icon .fas, .cards-1 .card-icon .far {
  margin-right: 0.75rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 98px;
}

div.homepage .cards-1 .card-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 1.875rem;
  text-align: center;
  background-size: 90px 90px;
}

div.homepage .p-large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

div.homepage .header .p-large {
  margin-bottom: 2.75rem;
}

.btn-solid-lg {
  display: inline-block;
  padding: 1.625rem 2.625rem 1.625rem 2.625rem;
  border: 1px solid #ff5574;
  border-radius: 30px;
  background-color: #ff5574;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

div.homepage .slider-1 .quotes {
  margin-bottom: 3rem;
  width: 64px;
}

div.homepage .slider-1 .testimonial-text {
  margin-bottom: 1.875rem;
  color: #838a9c;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

div.homepage .slider-1 .testimonial-image {
  display: inline-block;
  width: 70px;
  margin-bottom: 0.875rem;
  border-radius: 50%;
}

div.homepage .slider-1 .testimonial-author {
  margin-bottom: 0.125rem;
  color: #222222;
  font-weight: 700;
  font-size: 1.125rem;
}

div.homepage .form-1 {
  padding-top: 9.25rem;
  padding-bottom: 8.5rem;
  text-align: center;
}

div.homepage .footer {
  position: relative;
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
  text-align: center;
}

div.homepage .footer .decoration-city {
  position: absolute;
  bottom: 0;
  left: 0;
}

div.homepage .bg-gray {
  background-color: #f9f9f9;
}

div.homepage .copyright .list-unstyled, .copyright .statement {
  opacity: 0.7;
}

.p-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

div.homepage .copyright a {
  text-decoration: none;
  color: #5e6576;
}

div.homepage .navbar .btn-solid-sm {
  border-color: #6168ff;
  background-color: #6168ff;
}

div.homepage .btn-solid-sm {
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid #ff5574;
    border-top-color: rgb(255, 85, 116);
    border-right-color: rgb(255, 85, 116);
    border-bottom-color: rgb(255, 85, 116);
    border-left-color: rgb(255, 85, 116);
  border-radius: 30px;
  background-color: #ff5574;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}





/* Batas */
.nav-link {
  color: white !important;
}

.nav-link.active {
  font-weight: bold;
}

#hero {
  aspect-ratio: 28/9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/fasilkom.jpg');
}

#hero::before {
  content: "";
  background-color: rgba(45, 103, 60, 0.8);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

select[readonly] option, select[readonly] optgroup {
    display: none;
}

/* Dark mode overrides for admin/student dashboard */
.dark .dashboard-shell {
  color: #e2e8f0;
}

.dark .dashboard-shell .bg-white {
  background-color: #0f172a !important;
}

.dark .dashboard-shell .bg-light {
  background-color: #111827 !important;
}

.dark .dashboard-shell .text-dark {
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .text-muted {
  color: #94a3b8 !important;
}

.dark .dashboard-shell .text-secondary {
  color: #cbd5f5 !important;
}

.dark .dashboard-shell .border,
.dark .dashboard-shell .border-top,
.dark .dashboard-shell .border-end,
.dark .dashboard-shell .border-bottom,
.dark .dashboard-shell .border-start {
  border-color: #1f2937 !important;
}

.dark .dashboard-shell .card {
  background-color: #111827 !important;
  color: #e2e8f0 !important;
  border: 1px solid #1f2937 !important;
  box-shadow: 0 0 2px rgba(15, 23, 42, 0.4), 0 12px 24px -8px rgba(2, 6, 23, 0.6) !important;
}

.dark .dashboard-shell .card-header,
.dark .dashboard-shell .card-footer {
  background-color: #0f172a !important;
  color: #e2e8f0 !important;
  border-color: #1f2937 !important;
}

.dark .dashboard-shell .table {
  color: #e2e8f0;
}

.dark .dashboard-shell .table > :not(caption) > * > * {
  background-color: #111827 !important;
  border-color: #1f2937 !important;
}

.dark .dashboard-shell .table thead th {
  background-color: #0f172a !important;
  color: #e2e8f0 !important;
  border-color: #1f2937 !important;
}

.dark .dashboard-shell .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #0f172a !important;
}

.dark .dashboard-shell .ant-table,
.dark .dashboard-shell .ant-table-container,
.dark .dashboard-shell .ant-table-content {
  background-color: #111827 !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-table-thead > tr > th {
  background-color: #0f172a !important;
  color: #e2e8f0 !important;
  border-color: #1f2937 !important;
}

.dark .dashboard-shell .ant-table-tbody > tr > td {
  background-color: #111827 !important;
  color: #e2e8f0 !important;
  border-color: #1f2937 !important;
}

.dark .dashboard-shell .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #0f172a !important;
}

.dark .dashboard-shell .ant-table-placeholder .ant-table-cell {
  background-color: #111827 !important;
  color: #94a3b8 !important;
}

.dark .dashboard-shell .ant-table-pagination {
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-pagination-item {
  background-color: #0f172a !important;
  border-color: #1f2937 !important;
}

.dark .dashboard-shell .ant-pagination-item a {
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-pagination-item-active {
  border-color: #38bdf8 !important;
}

.dark .dashboard-shell .ant-pagination-item-active a {
  color: #38bdf8 !important;
}

.dark .dashboard-shell .ant-pagination-prev button,
.dark .dashboard-shell .ant-pagination-next button {
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-pagination-disabled .ant-pagination-item-link {
  color: #64748b !important;
}

.dark .dashboard-shell .ant-select-selector {
  background-color: #0f172a !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-select-dropdown {
  background-color: #0f172a !important;
  border-color: #1f2937 !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-select-item {
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #1f2937 !important;
}

.dark .dashboard-shell .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: rgba(56, 189, 248, 0.2) !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-input,
.dark .dashboard-shell .ant-input-affix-wrapper {
  background-color: #0f172a !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-input::placeholder {
  color: #94a3b8 !important;
}

.dark .dashboard-shell .ant-tag {
  background-color: rgba(30, 41, 59, 0.9) !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .ant-tag-success {
  background-color: rgba(16, 185, 129, 0.2) !important;
  border-color: rgba(16, 185, 129, 0.5) !important;
  color: #a7f3d0 !important;
}

.dark .dashboard-shell .ant-tag-warning {
  background-color: rgba(245, 158, 11, 0.2) !important;
  border-color: rgba(245, 158, 11, 0.5) !important;
  color: #fde68a !important;
}

.dark .dashboard-shell .ant-tag-error {
  background-color: rgba(239, 68, 68, 0.2) !important;
  border-color: rgba(239, 68, 68, 0.5) !important;
  color: #fecaca !important;
}

.admin-form-skeleton {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
}

.admin-form-skeleton__header {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.admin-form-skeleton__grid {
  display: grid;
  gap: 18px;
}

.admin-form-skeleton__row {
  display: grid;
  gap: 10px;
}

.admin-form-skeleton__line,
.admin-form-skeleton__label,
.admin-form-skeleton__input,
.admin-form-skeleton__button {
  height: 12px;
  background-color: #e2e8f0;
  border-radius: 999px;
  animation: admin-skeleton-pulse 1.6s ease-in-out infinite;
}

.admin-form-skeleton__input {
  height: 42px;
  border-radius: 10px;
}

.admin-form-skeleton__footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 28px;
}

.admin-form-skeleton__button {
  height: 36px;
}

.admin-form-skeleton .w-100 { width: 100%; }
.admin-form-skeleton .w-60 { width: 60%; }
.admin-form-skeleton .w-40 { width: 40%; }
.admin-form-skeleton .w-30 { width: 30%; }
.admin-form-skeleton .w-25 { width: 25%; }

@keyframes admin-skeleton-pulse {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}

.dark .dashboard-shell .admin-form-skeleton {
  border-color: #1f2937;
}

.dark .dashboard-shell .admin-form-skeleton__line,
.dark .dashboard-shell .admin-form-skeleton__label,
.dark .dashboard-shell .admin-form-skeleton__input,
.dark .dashboard-shell .admin-form-skeleton__button {
  background-color: #1f2937;
}

.admin-footer {
  margin-top: 32px;
  padding: 18px 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.admin-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.admin-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.admin-footer__title {
  font-weight: 700;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.admin-footer__subtitle {
  color: #64748b;
  font-size: 12px;
}

.admin-footer__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: #64748b;
}

.admin-footer__pill {
  padding: 6px 12px;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.06);
  color: #475569;
  font-weight: 600;
}

.dark .dashboard-shell .admin-footer {
  border-color: rgba(148, 163, 184, 0.18);
  background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.6);
}

.dark .dashboard-shell .admin-footer__title {
  color: #e2e8f0;
}

.dark .dashboard-shell .admin-footer__subtitle,
.dark .dashboard-shell .admin-footer__meta {
  color: #94a3b8;
}

.dark .dashboard-shell .admin-footer__pill {
  background-color: rgba(148, 163, 184, 0.16);
  color: #e2e8f0;
}

.dashboard-hero {
  margin-bottom: 28px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(16, 185, 129, 0.08));
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.dashboard-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dashboard-hero__eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #64748b;
  font-weight: 600;
}

.dashboard-hero__title {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.dashboard-hero__subtitle {
  color: #64748b;
  margin: 0;
  max-width: 560px;
}

.dashboard-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dashboard-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.dashboard-kpi {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 16px;
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
}

.dashboard-kpi .sparkline {
  grid-column: span 2;
}

.dashboard-kpi__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.12);
  font-size: 18px;
}

.dashboard-kpi__label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0;
}

.dashboard-kpi__value {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}

.dashboard-kpi__trend {
  font-size: 12px;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sparkline {
  width: 100%;
  height: 48px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.dashboard-panel {
  grid-column: span 6;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dashboard-panel--wide {
  grid-column: span 12;
}

.dashboard-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-panel__title {
  font-weight: 700;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dashboard-pill {
  padding: 6px 12px;
  border-radius: 999px;
  background-color: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 600;
}

.dashboard-link {
  font-size: 12px;
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.dashboard-insight {
  display: grid;
  gap: 16px;
}

.dashboard-insight__label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #64748b;
  margin: 0;
}

.dashboard-insight__value {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.dashboard-insight__meta {
  color: #64748b;
  margin: 0;
}

.dashboard-progress {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background-color: rgba(148, 163, 184, 0.2);
  overflow: hidden;
}

.dashboard-progress__bar {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #3b82f6);
  border-radius: 999px;
}

.dashboard-insight__list {
  display: grid;
  gap: 8px;
  color: #475569;
  font-size: 14px;
}

.dashboard-insight__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.dot-primary { background-color: #3b82f6; }
.dot-success { background-color: #22c55e; }
.dot-warning { background-color: #f59e0b; }

.bar-chart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: end;
  min-height: 200px;
}

.bar-chart__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 200px;
  justify-content: flex-end;
}

.bar-chart__value {
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
}

.bar-chart__bar-wrapper {
  width: 100%;
  max-width: 64px;
  height: 140px;
  display: flex;
  align-items: flex-end;
}

.bar-chart__bar {
  width: 100%;
  background: linear-gradient(180deg, #3b82f6, #22c55e);
  border-radius: 12px;
  min-height: 6px;
}

.bar-chart__label {
  font-size: 12px;
  color: #64748b;
}

.dashboard-activity {
  display: grid;
  gap: 12px;
}

.dashboard-activity__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background-color: rgba(148, 163, 184, 0.12);
}

.dashboard-activity__badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
}

.dashboard-activity__content {
  flex: 1;
}

.dashboard-activity__title {
  font-weight: 600;
  color: #0f172a;
}

.dashboard-activity__meta {
  font-size: 12px;
  color: #64748b;
}

.dashboard-requests {
  display: grid;
  gap: 12px;
}

.dashboard-request {
  padding: 12px;
  border-radius: 12px;
  background-color: rgba(148, 163, 184, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.dashboard-request__title {
  font-weight: 600;
  color: #0f172a;
}

.dashboard-request__meta {
  font-size: 12px;
  color: #64748b;
}

.dashboard-actions {
  display: grid;
  gap: 10px;
}

.dashboard-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background-color: rgba(148, 163, 184, 0.12);
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.dashboard-action:hover {
  background-color: rgba(59, 130, 246, 0.16);
  color: #1d4ed8;
}

.dashboard-empty {
  padding: 16px;
  border-radius: 12px;
  background-color: rgba(148, 163, 184, 0.12);
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard-footer-panel__card {
  padding: 20px 24px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dashboard-footer-panel__card h4 {
  margin: 0 0 6px;
  color: #0f172a;
}

.dashboard-footer-panel__card p {
  margin: 0;
  color: #64748b;
}

.dashboard-footer-panel__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
}

.dashboard-footer-panel__stats span {
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dashboard-footer-panel__stats strong {
  display: block;
  font-size: 18px;
  color: #0f172a;
}

.donut-chart {
  position: relative;
  width: fit-content;
}

.donut-chart__center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.donut-chart__center strong {
  font-size: 22px;
  color: #0f172a;
  letter-spacing: normal;
}

.dashboard-donut {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}

.dashboard-donut__legend {
  display: grid;
  gap: 10px;
  font-size: 13px;
  color: #475569;
}

.dashboard-donut__legend div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.dashboard-donut__legend strong {
  color: #0f172a;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.radar-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.radar-chart__label {
  font-size: 11px;
  fill: #64748b;
}

.dashboard-contributors {
  display: grid;
  gap: 12px;
}

.dashboard-contributor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background-color: rgba(148, 163, 184, 0.12);
  color: #0f172a;
  font-weight: 600;
}

.dashboard-contributor strong {
  color: #0f172a;
}

.contributor-pill {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.contributor-pill.primary { background-color: #3b82f6; }
.contributor-pill.success { background-color: #22c55e; }
.contributor-pill.warning { background-color: #f59e0b; }
.contributor-pill.neutral { background-color: #64748b; }

.dashboard-muted {
  font-size: 12px;
  color: #94a3b8;
}

.dashboard-popular {
  display: grid;
  gap: 12px;
}

.dashboard-popular__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background-color: rgba(148, 163, 184, 0.12);
}

.dashboard-popular__rank {
  font-weight: 700;
  color: #0f172a;
  font-size: 14px;
}

.dashboard-popular__title {
  font-weight: 600;
  color: #0f172a;
}

.dashboard-popular__meta {
  font-size: 12px;
  color: #64748b;
}

.dashboard-sla {
  display: grid;
  gap: 14px;
}

.dashboard-sla__value {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #0f172a;
}

.dashboard-sla__value strong {
  font-size: 28px;
}

.dashboard-sla__value span {
  font-size: 12px;
  color: #64748b;
}

.dashboard-sla__bar {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background-color: rgba(148, 163, 184, 0.2);
  overflow: hidden;
}

.dashboard-sla__bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #3b82f6);
  border-radius: 999px;
}

.dashboard-sla__meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
}

.dashboard-skeleton {
  display: grid;
  gap: 20px;
}

.dashboard-skeleton__hero,
.dashboard-skeleton__card,
.dashboard-skeleton__panel {
  border-radius: 18px;
  background-color: rgba(148, 163, 184, 0.2);
  min-height: 120px;
  animation: admin-skeleton-pulse 1.6s ease-in-out infinite;
}

.dashboard-skeleton__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.dashboard-skeleton__panel {
  min-height: 220px;
}

.dark .dashboard-hero {
  border-color: rgba(148, 163, 184, 0.2);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(16, 185, 129, 0.12));
}

.dark .dashboard-hero__title,
.dark .dashboard-panel__title,
.dark .dashboard-kpi__value,
.dark .dashboard-insight__value,
.dark .dashboard-request__title,
.dark .dashboard-activity__title,
.dark .dashboard-footer-panel__card h4,
.dark .dashboard-action {
  color: #e2e8f0;
}

.dark .dashboard-hero__subtitle,
.dark .dashboard-hero__eyebrow,
.dark .dashboard-insight__meta,
.dark .dashboard-insight__label,
.dark .dashboard-insight__list,
.dark .dashboard-activity__meta,
.dark .dashboard-request__meta,
.dark .dashboard-footer-panel__card p,
.dark .dashboard-footer-panel__stats span {
  color: #94a3b8;
}

.dark .dashboard-kpi,
.dark .dashboard-panel,
.dark .dashboard-footer-panel__card,
.dark .dashboard-activity__badge {
  background-color: #0f172a;
  border-color: rgba(148, 163, 184, 0.2);
}

.dark .dashboard-activity__item,
.dark .dashboard-request,
.dark .dashboard-action,
.dark .dashboard-empty,
.dark .dashboard-contributor,
.dark .dashboard-popular__item {
  background-color: rgba(148, 163, 184, 0.12);
}

.dark .dashboard-donut__legend,
.dark .radar-chart__label,
.dark .dashboard-sla__meta,
.dark .dashboard-sla__value span,
.dark .dashboard-muted {
  color: #94a3b8;
}

.dark .bar-chart__value {
  color: #e2e8f0;
}

.dark .dashboard-footer-panel__stats strong {
  color: #e2e8f0;
}

.dark .dashboard-donut__legend strong,
.dark .donut-chart__center strong,
.dark .dashboard-popular__rank,
.dark .dashboard-popular__title,
.dark .dashboard-contributor,
.dark .dashboard-contributor strong,
.dark .dashboard-sla__value {
  color: #e2e8f0;
}

.dark .donut-chart__center {
  color: #94a3b8;
}

.dark .dashboard-pill {
  background-color: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
}

.dark .dashboard-link {
  color: #93c5fd;
}

@media (max-width: 992px) {
  .dashboard-panel,
  .dashboard-panel--wide {
    grid-column: span 12;
  }
}

.dark .dashboard-shell .form-control,
.dark .dashboard-shell .form-select {
  background-color: #0f172a !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .form-control:focus,
.dark .dashboard-shell .form-select:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 0.2rem rgba(56, 189, 248, 0.25) !important;
}

.dark .dashboard-shell .form-control::placeholder {
  color: #94a3b8 !important;
}

.dark .dashboard-shell .input-group-text {
  background-color: #0f172a !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .btn-light {
  background-color: #1f2937 !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .btn-secondary {
  background-color: #334155 !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .btn-outline-secondary {
  color: #cbd5f5 !important;
  border-color: #475569 !important;
}

.dark .dashboard-shell .btn-outline-secondary:hover {
  background-color: #475569 !important;
  color: #ffffff !important;
}

.dark .dashboard-shell .dropdown-menu {
  background-color: #0f172a !important;
  border-color: #1f2937 !important;
}

.dark .dashboard-shell .dropdown-item {
  color: #e2e8f0 !important;
}

.dark .dashboard-shell .dropdown-item:hover,
.dark .dashboard-shell .dropdown-item:focus {
  background-color: #1f2937 !important;
  color: #ffffff !important;
}

.profile-menu {
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.profile-menu__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 4px 10px;
}

.profile-menu__avatar {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.profile-menu__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-menu__info {
  display: grid;
  gap: 2px;
}

.profile-menu__name {
  font-weight: 700;
  color: #0f172a;
  font-size: 14px;
}

.profile-menu__role {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.profile-menu__divider {
  height: 1px;
  background: rgba(148, 163, 184, 0.3);
  margin: 6px 0 10px;
}

.profile-menu__item {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  color: #0f172a;
  text-decoration: none;
  text-align: left;
}

.profile-menu__item small {
  display: block;
  font-size: 11px;
  color: #64748b;
}

.profile-menu__item:hover {
  background: rgba(59, 130, 246, 0.08);
}

.profile-menu__icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
}

.profile-menu__label {
  display: block;
  font-weight: 600;
  font-size: 13px;
}

.profile-menu__item--danger .profile-menu__icon {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.profile-menu__item--danger:hover {
  background: rgba(239, 68, 68, 0.08);
}

.dark .profile-menu {
  background: #0f172a;
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.6);
}

.dark .profile-menu__name {
  color: #e2e8f0;
}

.dark .profile-menu__role,
.dark .profile-menu__item small {
  color: #94a3b8;
}

.dark .profile-menu__item {
  color: #e2e8f0;
}

.dark .profile-menu__item:hover {
  background: rgba(59, 130, 246, 0.18);
}

.modal-content {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.2);
}

.logout-modal__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: #0f172a;
}

.logout-modal__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 158, 11, 0.14);
  color: #d97706;
}

.logout-modal__body {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 16px;
  padding: 16px;
  color: #334155;
}

.logout-modal__body small {
  color: #64748b;
}

.logout-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.empty-state__action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.empty-state__action:hover,
.empty-state__action:focus {
  background: #1d4ed8;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.32);
}

.dark .modal-content {
  background: #0f172a;
  color: #e2e8f0;
}

.dark .modal-header {
  border-bottom-color: rgba(148, 163, 184, 0.2);
}

.dark .modal-footer {
  border-top-color: rgba(148, 163, 184, 0.2);
}

.dark .logout-modal__title {
  color: #e2e8f0;
}

.dark .logout-modal__body {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
  border-color: rgba(148, 163, 184, 0.2);
  color: #cbd5e1;
}

.dark .logout-modal__body small {
  color: #94a3b8;
}

.dark .dashboard-shell .nav-tabs .nav-link {
  color: #cbd5f5 !important;
}

.dark .dashboard-shell .nav-tabs .nav-link.active {
  background-color: #1e293b !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

.dark .modal-content {
  background-color: #0f172a !important;
  color: #e2e8f0 !important;
  border-color: #1f2937 !important;
}

.dark .modal-header,
.dark .modal-footer {
  border-color: #1f2937 !important;
}

.dark .btn-close {
  filter: invert(1) brightness(1.2);
}

.dark .list-group-item {
  background-color: #0f172a !important;
  border-color: #1f2937 !important;
  color: #e2e8f0 !important;
}
