/* 1. Hextra Typografie (Native System-Schriftarten) */
* {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 2. Layout & Container (Hextra max-w-4xl) */
#app {
  max-width: 56rem !important; 
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* 3. Header-Styling an Hextra h1 anpassen */
.header {
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  font-size: 2.25rem !important;
  margin-bottom: 2rem !important;
}

/* 4. Endpunkt-Gruppen (Hextra Cards Ästhetik) */
.endpoint-group {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0.5rem !important; /* Hextra rounded-lg */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  margin-bottom: 1.5rem !important;
  padding: 1.25rem !important;
}

/* 5. Gruppen-Titel (Hextra h2 Ästhetik) */
.endpoint-group .title {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  margin-bottom: 1rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.75rem;
}

/* 6. Einzelne Endpunkte & Trennlinien */
.endpoint {
  padding: 0.875rem 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.endpoint:last-child {
  border-bottom: none !important;
}

/* 7. Uptime-Prozente & Tooltips subtiler machen */
.endpoint .uptime {
  font-weight: 500 !important;
  color: #9ca3af !important; /* Tailwind Gray 400 */
}

.core-tooltip {
  border-radius: 0.375rem !important;
  font-size: 0.875rem !important;
  background-color: #1f2937 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
