body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

::selection {
  background: #93c5fd;
  color: #0f172a;
}

.nav-link-active {
  background: #eff6ff;
  color: #2563eb;
  font-weight: 700;
}

.nav-link-inactive {
  color: #475569;
}

.nav-link-inactive:hover {
  background: #f8fafc;
  color: #0f172a;
}

.table-modern thead th {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.table-modern tbody tr {
  transition: background-color 180ms ease, transform 180ms ease;
}

.table-modern tbody tr:hover {
  background-color: #f8fbff;
}

#toast {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  background: #0f172a;
  color: white;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
}

#toast.show {
  display: block;
}

#connectionStatusSidebar,
#connectionStatusMobile {
  display: none !important;
}

.eksperimen-page {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.eksperimen-page ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.eksperimen-page ::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 10px;
}

.eksperimen-page ::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.eksperimen-page ::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.eksperimen-page #toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #1e293b;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 12px 24px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  transform: translateX(-50%);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s, visibility 0.3s;
  display: block;
}

.eksperimen-page #toast.show {
  visibility: visible;
  bottom: 50px;
  opacity: 1;
}

.eksperimen-page .drawer-open {
  transform: translateX(0);
}

.eksperimen-page .drawer-closed {
  transform: translateX(-100%);
}

.shared-main-offset {
  margin-left: 0;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .shared-main-offset {
    margin-left: 0;
    padding-top: 1.5rem;
  }
}

.shared-nav-shell .drawer-open {
  transform: translateX(0);
}

.shared-nav-shell .drawer-closed {
  transform: translateX(-100%);
}
