/* Minimal inline migration for ski-system public deploy */

body {
  font-family: "Segoe UI", system-ui, sans-serif;
}

.field {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  background: #fff;
  font-family: inherit;
}

.field:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.lbl {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 0.375rem;
}

.tab-active {
  border-bottom: 2px solid #246732;
  color: #246732;
  background: rgba(36, 103, 50, 0.05);
}

.tab-inactive {
  border-bottom: 2px solid transparent;
  color: #6b7280;
}

.tab-inactive:hover {
  color: #374151;
  background: rgba(0, 0, 0, 0.03);
}

.family-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

.kuda-card {
  border: 2px solid #246732;
  background: rgba(36, 103, 50, 0.05);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  min-width: 140px;
  box-shadow: 0 4px 12px rgba(36, 103, 50, 0.15);
}

.v-line {
  width: 1px;
  height: 24px;
  background: #e5e7eb;
  margin: 0 auto;
}

.h-line {
  height: 1px;
  background: #e5e7eb;
}

.inl-1c23c1d5 {
  background: #246732;
}

.inl-3dadcaf1 {
  background: linear-gradient(
    to top,
    rgba(36, 103, 50, 0.9) 0%,
    rgba(36, 103, 50, 0.2) 50%,
    transparent 100%
  );
}

.inl-6637ccbe {
  font-family: Georgia, serif;
}

.text-ski-green {
  color: #246732;
}

.bg-ski-green {
  background-color: #246732;
}

.hover-bg-ski-green-dark:hover {
  background-color: #1d5429;
}

.hover-text-ski-green-dark:hover {
  color: #1d5429;
}

.family-reg {
  max-width: 110px;
}

.min-w-silsilah {
  min-width: 600px;
}

.ski-header-link {
  color: rgba(255, 255, 255, 0.9);
}

.ski-header-link:hover {
  color: #ffffff;
}

.ski-header-link-active {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
}

.ski-breadcrumb-link {
  color: #6b7280;
}

.ski-breadcrumb-link:hover {
  color: #1f2937;
}

.ski-breadcrumb-current {
  color: #111827;
  font-weight: 500;
}
