/* Shared Neural Catholic App Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1419 100%);
  background-attachment: fixed;
  color: #e0e0e0;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

header {
  text-align: center;
  padding: 3rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(20, 30, 48, 0.8) 100%);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 30px rgba(16, 185, 129, 0.2);
  border: 2px solid rgba(16, 185, 129, 0.3);
}

h1 {
  font-family: 'Orbitron', monospace;
  font-size: 2.5rem;
  font-weight: 900;
  color: #10B981;
  text-shadow: 0 0 20px rgba(16, 185, 129, 0.7);
  margin-bottom: 0.5rem;
}

h2 {
  font-family: 'Orbitron', monospace;
  color: #10B981;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
  border-bottom: 2px solid rgba(16, 185, 129, 0.3);
  padding-bottom: 0.5rem;
}

h3 {
  color: #10B981;
  font-family: 'Orbitron', monospace;
  margin: 1.5rem 0 1rem;
  font-size: 1.2rem;
}

header p {
  color: #9CA3AF;
  font-size: 1.1rem;
  font-family: 'Orbitron', monospace;
  margin-top: 0.5rem;
}

.info-box {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.search-box {
  background: rgba(15, 20, 25, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#searchInput {
  width: 100%;
  padding: 1rem;
  background: rgba(20, 30, 48, 0.6);
  border: 2px solid rgba(16, 185, 129, 0.3);
  border-radius: 0.5rem;
  color: #e0e0e0;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s;
}

#searchInput:focus {
  outline: none;
  border-color: #10B981;
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.3);
}

#searchInput::placeholder {
  color: #6B7280;
}

.category {
  background: rgba(15, 20, 25, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.dogma, .argument {
  background: rgba(20, 30, 48, 0.6);
  border-left: 4px solid #10B981;
  padding: 1.2rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s;
}

.dogma:hover, .argument:hover {
  background: rgba(16, 185, 129, 0.1);
  transform: translateX(5px);
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
}

.dogma-number, .argument-number {
  font-family: 'Orbitron', monospace;
  color: #34D399;
  font-weight: 700;
  font-size: 1.1rem;
  display: inline-block;
  min-width: 50px;
}

.dogma-text, .argument-text {
  color: #D1D5DB;
  display: inline;
  line-height: 1.7;
}

.einwand {
  background: rgba(239, 68, 68, 0.1);
  border-left: 3px solid #EF4444;
  padding: 0.8rem;
  margin: 0.8rem 0;
  border-radius: 0.3rem;
  font-style: italic;
}

.antwort {
  background: rgba(16, 185, 129, 0.1);
  border-left: 3px solid #10B981;
  padding: 0.8rem;
  margin: 0.8rem 0;
  border-radius: 0.3rem;
}

.highlight {
  background: rgba(16, 185, 129, 0.3);
  border-radius: 3px;
  padding: 2px 4px;
}

.nav-links {
  text-align: center;
  margin-top: 2rem;
  padding: 1.5rem;
  background: rgba(15, 20, 25, 0.7);
  border-radius: 1rem;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.nav-links a {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.8rem 1.5rem;
  background: rgba(16, 185, 129, 0.2);
  color: #10B981;
  text-decoration: none;
  border-radius: 0.5rem;
  border: 1px solid rgba(16, 185, 129, 0.3);
  transition: all 0.3s;
  font-family: 'Orbitron', monospace;
}

.nav-links a:hover {
  background: #10B981;
  color: #0a0e27;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

/* Burger Menu */
.burger {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 0.5rem;
  gap: 6px;
  z-index: 2000;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 0.5rem;
  border: 1px solid rgba(16, 185, 129, 0.3);
  transition: all 0.3s;
}

.burger:hover {
  background: rgba(16, 185, 129, 0.3);
}

.burger div {
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, #10B981, #34D399);
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.burger.active div:nth-child(1) {
  transform: rotate(45deg) translate(9px, 9px);
}

.burger.active div:nth-child(2) {
  opacity: 0;
}

.burger.active div:nth-child(3) {
  transform: rotate(-45deg) translate(9px, -9px);
}

.burger-nav-links {
  position: fixed;
  top: 0;
  right: -350px;
  width: 300px;
  height: 100vh;
  background: linear-gradient(135deg, rgba(10, 14, 39, 0.98) 0%, rgba(15, 20, 25, 0.98) 100%);
  backdrop-filter: blur(20px);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
  border-left: 2px solid rgba(16, 185, 129, 0.3);
  padding: 5rem 2rem 2rem;
  z-index: 1999;
  transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow-y: auto;
}

.burger-nav-links.nav-active {
  right: 0;
}

.burger-nav-links h3 {
  font-family: 'Orbitron', monospace;
  color: #10B981;
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(16, 185, 129, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.burger-nav-links h3:first-child {
  margin-top: 0;
}

.burger-nav-links a {
  display: block;
  padding: 0.8rem 1rem;
  color: #D1D5DB;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.burger-nav-links a:hover {
  background: rgba(16, 185, 129, 0.2);
  color: #10B981;
  transform: translateX(5px);
}

/* Badges */
.dogma-badge, .argument-badge {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: 'Orbitron', monospace;
  margin-left: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-de-fide {
  background: rgba(16, 185, 129, 0.2);
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.4);
}

.badge-sententia-certa {
  background: rgba(59, 130, 246, 0.2);
  color: #3B82F6;
  border: 1px solid rgba(59, 130, 246, 0.4);
}

.badge-disciplinar {
  background: rgba(245, 158, 11, 0.2);
  color: #F59E0B;
  border: 1px solid rgba(245, 158, 11, 0.4);
}

.badge-abgeleitet {
  background: rgba(139, 92, 246, 0.2);
  color: #8B5CF6;
  border: 1px solid rgba(139, 92, 246, 0.4);
}

.badge-philosophisch {
  background: rgba(168, 85, 247, 0.2);
  color: #A855F7;
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.badge-biblisch {
  background: rgba(59, 130, 246, 0.2);
  color: #3B82F6;
  border: 1px solid rgba(59, 130, 246, 0.4);
}

.badge-historisch {
  background: rgba(245, 158, 11, 0.2);
  color: #F59E0B;
  border: 1px solid rgba(245, 158, 11, 0.4);
}

.badge-theologisch {
  background: rgba(16, 185, 129, 0.2);
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.4);
}

.dogma-source, .argument-source {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #9CA3AF;
  font-style: italic;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  .dogma-number, .argument-number {
    display: block;
    margin-bottom: 0.5rem;
  }
  .nav-links a {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
  }
}
