:root {
  --brand-50: #eef5fb;
  --brand-500: #0f4c81;
  --brand-600: #0a3b67;
  --brand-700: #072d4f;
  --accent-500: #10b4c5;
  --surface: #ffffff;
  --text: #1e293b;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color-scheme: light;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 0%, rgba(16, 180, 197, 0.11), transparent 40%),
    radial-gradient(circle at 100% 18%, rgba(15, 76, 129, 0.14), transparent 42%),
    linear-gradient(180deg, #f6fafe 0%, #f3f7fc 100%);
}

.dark body {
  color-scheme: dark;
  color: #e2e8f0;
  background:
    radial-gradient(circle at 8% 0%, rgba(15, 76, 129, 0.22), transparent 44%),
    radial-gradient(circle at 100% 18%, rgba(16, 180, 197, 0.2), transparent 40%),
    linear-gradient(180deg, #020617 0%, #0b1120 100%);
}

.corp-shell {
  min-height: 100vh;
}

.site-topline {
  background: linear-gradient(90deg, #0a3b67, #0f4c81 52%, #10b4c5);
}

.dark header {
  background: rgba(2, 6, 23, 0.9);
  border-bottom-color: rgba(51, 65, 85, 0.85);
}

.dark .mobile-nav-link {
  border-color: #334155;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.55);
}

.hero-panel {
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 30px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(16, 180, 197, 0.16) 0%, rgba(16, 180, 197, 0) 72%);
}

.nav-active {
  position: relative;
}

.nav-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--brand-500), var(--accent-500));
}

.mobile-nav-link {
  display: block;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  padding: 0.6rem 0.75rem;
  font-weight: 600;
}

.mobile-nav-link-active {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand-500), var(--accent-500));
}

.glass-panel {
  border-radius: 1.4rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
  padding: 1.5rem;
  box-shadow: 0 28px 52px -34px rgba(15, 23, 42, 0.5);
}

.dark .glass-panel {
  border-color: rgba(71, 85, 105, 0.7);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.78));
}

.btn-main {
  display: inline-flex;
  align-items: center;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, var(--brand-500), var(--brand-600));
  color: #fff;
  padding: 0.85rem 1.3rem;
  font-weight: 700;
}

.btn-main:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -22px rgba(10, 59, 103, 0.8);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  border-radius: 0.8rem;
  border: 1px solid #cbd5e1;
  color: #334155;
  padding: 0.85rem 1.3rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.85);
}

.dark .btn-ghost {
  border-color: #475569;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.72);
}

.metric-card {
  border-radius: 0.9rem;
  background: white;
  border: 1px solid #dbeafe;
  padding: 0.85rem;
}

.dark .metric-card {
  background: rgba(15, 23, 42, 0.75);
  border-color: rgba(56, 189, 248, 0.3);
}

.metric-card strong {
  display: block;
  font-size: 1.2rem;
  color: var(--brand-700);
}

.dark .metric-card strong {
  color: #bae6fd;
}

.metric-card span {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
}

.dark .metric-card span {
  color: #cbd5e1;
}

.eyebrow {
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--brand-500);
}

.trust-card,
.dept-card,
.doctor-card {
  border-radius: 1.1rem;
  border: 1px solid #e2e8f0;
  background: var(--surface);
  padding: 1.25rem;
  box-shadow: 0 18px 38px -30px rgba(15, 23, 42, 0.4);
}

.dark .trust-card,
.dark .dept-card,
.dark .doctor-card {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(51, 65, 85, 0.85);
}

.trust-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.dark .trust-card h3 {
  color: #f8fafc;
}

.trust-card p {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.55;
}

.dark .trust-card p {
  color: #cbd5e1;
}

.chip {
  display: inline-flex;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0c4a6e;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.32rem 0.62rem;
}

.process-grid {
  border-radius: 1.2rem;
  border: 1px solid #dbeafe;
  background: linear-gradient(120deg, #ffffff 0%, #f3f9ff 100%);
  padding: 1.35rem;
  display: grid;
  gap: 1rem;
}

.dark .process-grid {
  border-color: rgba(56, 189, 248, 0.25);
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.74) 100%);
}

@media (min-width: 920px) {
  .process-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}

.process-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  border-radius: 0.85rem;
  border: 1px solid #dbeafe;
  background: white;
  padding: 0.8rem;
}

.dark .process-item {
  border-color: rgba(56, 189, 248, 0.24);
  background: rgba(15, 23, 42, 0.75);
}

.process-item span {
  display: inline-flex;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--brand-500);
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
}

.process-item h4 {
  font-size: 0.95rem;
  font-weight: 800;
}

.process-item p {
  margin-top: 0.25rem;
  font-size: 0.82rem;
  color: #64748b;
}

.dark .process-item p {
  color: #cbd5e1;
}

.cta-panel {
  border-radius: 1.2rem;
  background: linear-gradient(120deg, #072d4f, #0a3b67 50%, #0f4c81);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.social-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid #475569;
  color: #cbd5e1;
  padding: 0.42rem 0.75rem;
}

.social-chip:hover {
  color: white;
  border-color: #94a3b8;
}

.social-chip-ig:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
  border-color: transparent;
}

.social-chip-fb:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.social-chip-in:hover {
  background: #0a66c2;
  border-color: #0a66c2;
}

.social-chip-wa:hover {
  background: #25d366;
  border-color: #25d366;
  color: #052e16;
}

.floating-wa-btn {
  z-index: 45;
  position: fixed;
  animation: wa-float 2.6s ease-in-out infinite;
}

.floating-wa-btn::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid rgba(37, 211, 102, 0.5);
  animation: wa-pulse 2.1s ease-out infinite;
  pointer-events: none;
}

.floating-wa-btn:hover {
  animation-play-state: paused;
  transform: translateY(-2px) scale(1.03);
}

.cookie-floating-btn {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 44;
  border: 1px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.55rem 0.9rem;
  box-shadow: 0 18px 36px -30px rgba(15, 23, 42, 0.72);
}

.cookie-floating-btn:hover {
  border-color: #94a3b8;
  background: #fff;
}

.cookie-panel {
  position: fixed;
  left: 1rem;
  bottom: 3.9rem;
  z-index: 46;
  width: min(26rem, calc(100vw - 2rem));
  border-radius: 1rem;
  border: 1px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.98);
  padding: 0.9rem;
  box-shadow: 0 30px 56px -38px rgba(15, 23, 42, 0.8);
}

.cookie-panel-title {
  font-size: 0.92rem;
  font-weight: 800;
  color: #0f172a;
}

.cookie-panel-text {
  margin-top: 0.38rem;
  font-size: 0.79rem;
  line-height: 1.48;
  color: #334155;
}

.cookie-panel-link {
  color: #0f4c81;
  font-weight: 700;
}

.cookie-panel-actions {
  margin-top: 0.72rem;
  display: flex;
  gap: 0.48rem;
  justify-content: flex-end;
}

.cookie-btn {
  border-radius: 0.65rem;
  font-size: 0.77rem;
  font-weight: 700;
  padding: 0.42rem 0.75rem;
}

.cookie-btn-main {
  background: #0f4c81;
  color: #fff;
}

.cookie-btn-main:hover {
  background: #0a3b67;
}

.cookie-btn-ghost {
  border: 1px solid #cbd5e1;
  color: #1e293b;
  background: #fff;
}

.cookie-btn-ghost:hover {
  border-color: #94a3b8;
}

.dark .cookie-floating-btn {
  border-color: #475569;
  background: rgba(15, 23, 42, 0.93);
  color: #e2e8f0;
}

.dark .cookie-panel {
  border-color: #475569;
  background: rgba(15, 23, 42, 0.98);
}

.dark .cookie-panel-title {
  color: #f8fafc;
}

.dark .cookie-panel-text {
  color: #cbd5e1;
}

.dark .cookie-panel-link {
  color: #67e8f9;
}

.dark .cookie-btn-ghost {
  border-color: #475569;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.7);
}

.floating-wa-btn:hover::after {
  animation-play-state: paused;
  opacity: 0.9;
}

@keyframes wa-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes wa-pulse {
  0% { transform: scale(0.92); opacity: 0.85; }
  70% { transform: scale(1.16); opacity: 0; }
  100% { transform: scale(1.16); opacity: 0; }
}

.calendar-shell {
  border-radius: 0.9rem;
  border: 1px solid #d1d5db;
  background: #ffffff;
  padding: 0.75rem;
}

.dark .calendar-shell {
  border-color: #334155;
  background: rgba(15, 23, 42, 0.82);
}

.appointment-form-grid > .block {
  min-width: 0;
}

.appointment-step-indicator {
  font-weight: 700;
  color: #475569;
  background: #ffffff;
}

.appointment-step-indicator-passive {
  opacity: 0.75;
}

.appointment-step-indicator-active {
  color: #0f4c81;
  border-color: #7dd3fc !important;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(16, 180, 197, 0.12));
}

.dark .appointment-step-indicator {
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.72);
}

.dark .appointment-step-indicator-active {
  color: #e0f2fe;
  border-color: rgba(56, 189, 248, 0.55) !important;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.3), rgba(16, 180, 197, 0.22));
}

.doctor-select-input {
  font-weight: 600;
}

.appointment-panel {
  min-height: 18rem;
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.calendar-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

.dark .calendar-title {
  color: #f8fafc;
}

.calendar-nav-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #334155;
  font-weight: 700;
}

.dark .calendar-nav-btn {
  border-color: #475569;
  background: rgba(15, 23, 42, 0.8);
  color: #e2e8f0;
}

.calendar-nav-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.calendar-weekdays {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem;
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 700;
  text-align: center;
}

.dark .calendar-weekdays {
  color: #94a3b8;
}

.calendar-grid {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem;
}

.calendar-cell {
  min-height: 2.1rem;
}

.calendar-cell-empty {
  background: transparent;
}

.calendar-day-btn {
  border-radius: 0.55rem;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 600;
}

.calendar-day-enabled {
  background: #eef7ff;
  border-color: #bfdbfe;
  color: #0a3b67;
}

.dark .calendar-day-enabled {
  background: rgba(14, 165, 233, 0.18);
  border-color: rgba(56, 189, 248, 0.4);
  color: #e0f2fe;
}

.calendar-day-enabled:hover {
  background: #dbeafe;
}

.dark .calendar-day-enabled:hover {
  background: rgba(14, 165, 233, 0.28);
}

.calendar-day-disabled {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #94a3b8;
  cursor: not-allowed;
}

.dark .calendar-day-disabled {
  background: rgba(15, 23, 42, 0.7);
  border-color: #334155;
  color: #64748b;
}

.calendar-day-selected {
  background: linear-gradient(135deg, #0f4c81, #10b4c5);
  border-color: transparent;
  color: #ffffff;
}

.time-grid {
  min-height: 16.4rem;
  border-radius: 0.9rem;
  border: 1px dashed #cbd5e1;
  background: #f8fbff;
  padding: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  align-content: start;
}

.dark .time-grid {
  border-color: #475569;
  background: rgba(15, 23, 42, 0.75);
}

.time-slot-btn {
  border-radius: 0.6rem;
  border: 1px solid #bfdbfe;
  background: #ffffff;
  padding: 0.42rem 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0a3b67;
}

.dark .time-slot-btn {
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(15, 23, 42, 0.85);
  color: #e0f2fe;
}

.time-slot-btn:hover {
  background: #dbeafe;
}

.dark .time-slot-btn:hover {
  background: rgba(14, 165, 233, 0.24);
}

.about-gallery-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .about-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-gallery-card {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #dbeafe;
  background: #ffffff;
  aspect-ratio: 4 / 3;
  box-shadow: 0 18px 34px -28px rgba(15, 23, 42, 0.55);
}

.about-gallery-card:hover {
  transform: translateY(-2px);
}

.dark .about-gallery-card {
  border-color: rgba(56, 189, 248, 0.25);
  background: rgba(15, 23, 42, 0.78);
}

.time-slot-btn-active {
  background: linear-gradient(135deg, #0f4c81, #10b4c5);
  border-color: transparent;
  color: #ffffff;
}

@media (min-width: 768px) {
  .time-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

a,
button,
input,
select,
textarea {
  transition: all 0.22s ease;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.26);
}

article:hover,
section[class*="bg-white"]:hover,
div[class*="bg-white"][class*="rounded-"]:hover,
table[class*="bg-white"]:hover {
  transform: translateY(-2px);
}

body.admin-shell.premium-bg {
  background:
    radial-gradient(circle at 8% 0%, rgba(15, 76, 129, 0.16), transparent 42%),
    radial-gradient(circle at 95% 12%, rgba(16, 180, 197, 0.18), transparent 38%),
    linear-gradient(180deg, #f2f7fd 0%, #e8f1fc 100%);
}

.dark body.admin-shell.premium-bg {
  background:
    radial-gradient(circle at 10% 0%, rgba(14, 165, 233, 0.2), transparent 42%),
    radial-gradient(circle at 95% 8%, rgba(16, 180, 197, 0.16), transparent 40%),
    linear-gradient(180deg, #071225 0%, #020617 100%);
}

.admin-sidebar {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-right: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.35);
}

.dark .admin-sidebar {
  background: rgba(2, 6, 23, 0.76);
  border-right-color: rgba(51, 65, 85, 0.85);
}

.admin-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  border-radius: 0.85rem;
  padding: 0.72rem 0.9rem;
  color: #334155;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.36);
}

.admin-nav-link:hover {
  color: #0a3b67;
  background: rgba(14, 165, 233, 0.14);
  border-color: rgba(14, 165, 233, 0.3);
  transform: translateX(2px);
}

.admin-nav-link-active {
  color: #ffffff;
  background: linear-gradient(135deg, #0f4c81, #10b4c5);
  border-color: transparent;
  box-shadow: 0 16px 34px -20px rgba(15, 76, 129, 0.72);
}

.dark .admin-nav-link {
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.45);
  border-color: rgba(51, 65, 85, 0.58);
}

.dark .admin-nav-link:hover {
  color: #bae6fd;
  background: rgba(14, 165, 233, 0.2);
  border-color: rgba(56, 189, 248, 0.4);
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 1.1rem;
  padding: 0.95rem 1.1rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 36px -28px rgba(15, 23, 42, 0.45);
}

.admin-mobile-navbar-wrap {
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 1rem;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px -22px rgba(15, 23, 42, 0.4);
}

.dark .admin-mobile-navbar-wrap {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(51, 65, 85, 0.85);
}

.admin-mobile-quickbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}

.admin-mobile-menu-panel {
  border-top: 1px solid rgba(148, 163, 184, 0.3);
  padding-top: 0.55rem;
}

.admin-mobile-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.42);
  background: rgba(255, 255, 255, 0.65);
  color: #334155;
  padding: 0.55rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.admin-mobile-nav-item-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #0f4c81, #10b4c5);
}

.dark .admin-mobile-nav-item {
  color: #cbd5e1;
  border-color: rgba(71, 85, 105, 0.88);
  background: rgba(15, 23, 42, 0.75);
}

.dark .admin-mobile-menu-panel {
  border-top-color: rgba(51, 65, 85, 0.85);
}

.dark .admin-topbar {
  background: rgba(15, 23, 42, 0.74);
  border-color: rgba(51, 65, 85, 0.9);
}

.admin-content h1 {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.admin-content h2 {
  font-weight: 600;
}

.admin-content section {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(148, 163, 184, 0.3);
  box-shadow: 0 26px 42px -34px rgba(15, 23, 42, 0.5);
  border-radius: 1rem;
}

.dark .admin-content section {
  background: rgba(15, 23, 42, 0.78);
  border-color: rgba(51, 65, 85, 0.8);
  box-shadow: 0 24px 44px -30px rgba(2, 132, 199, 0.3);
}

.admin-content table th {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

.admin-content table td {
  vertical-align: top;
}

.admin-outline-btn {
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.dark .admin-outline-btn {
  border-color: rgba(71, 85, 105, 0.95);
  background: rgba(15, 23, 42, 0.58);
}

.admin-brand-card {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(236, 246, 255, 0.9));
  padding: 0.85rem 0.9rem;
  box-shadow: 0 16px 34px -28px rgba(15, 23, 42, 0.45);
}

.dark .admin-brand-card {
  border-color: rgba(51, 65, 85, 0.8);
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.74), rgba(2, 6, 23, 0.74));
}

.admin-kpi-card {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(243, 249, 255, 0.92));
  padding: 1.15rem 1.2rem;
  box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.58);
}

.admin-kpi-card:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 165, 233, 0.36);
}

.dark .admin-kpi-card {
  border-color: rgba(51, 65, 85, 0.9);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.66));
  box-shadow: 0 26px 40px -32px rgba(2, 132, 199, 0.4);
}

.admin-content input,
.admin-content select,
.admin-content textarea {
  border-color: rgba(148, 163, 184, 0.45);
  background: rgba(255, 255, 255, 0.7);
}

.admin-content button[class*="bg-brand-"] {
  background: linear-gradient(135deg, #0f4c81, #10b4c5);
  border: 0;
  box-shadow: 0 14px 30px -20px rgba(15, 76, 129, 0.7);
}
