
body {
  font-family: 'Bangers', cursive;
  background: #f2f4ff;
  color: #111;
  margin: 0;
  padding: 0;
  text-align: center;
}
header {
  background: linear-gradient(135deg, #ff007f, #ff8c00);
  padding: 50px 20px 30px;
  border-bottom: 8px solid #000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
header h1 {
  font-size: 4em;
  color: #fff;
  text-shadow: 3px 3px 0 #000;
  margin: 0;
}
.introline, .tagline {
  text-shadow: 1px 1px 0 #000;
}
.introline {
  font-size: 1.4em;
  color: #ffe;
  margin-top: 20px;
}
.tagline {
  font-size: 1.5em;
  color: #ffff66;
  margin-top: 10px;
  text-shadow: 2px 2px 0 #000;
}
.hero-image {
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  display: block;
  border: 5px solid #000;
  box-shadow: 5px 5px 0 #ffcc00;
  border-radius: 10px;
}
section,
.comic-panel,
.music,
.contact,
.gallery,
.interview,
.steckbrief {
  padding: 30px 20px;
  max-width: 800px;
  margin: 40px auto;
  background: #fff9e6;
  border: 4px dotted #000;
  border-radius: 10px;
}
h2 {
  font-size: 2em;
  color: #e60012;
  text-shadow: 2px 2px #ffc600;
}
.collapsible-toggle {
  cursor: pointer;
  margin: 10px 0;
  font-size: 1em;
  background: #ff5e78;
  color: white;
  padding: 8px 16px;
  border: 2px solid #000;
  border-radius: 20px;
  box-shadow: 2px 2px 0 #000;
  font-family: 'Bangers', cursive;
}
.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.gallery.swiper-section {
  background: #fff9e6;
  border: 4px dotted #000;
  border-radius: 10px;
  padding: 30px 20px;
  margin: 40px auto;
  max-width: 800px;
}
.swiper-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto;
  text-align: center;
}

.swiper-slide img {
  width: 90%;
  max-width: 220px;
  display: block;
  margin: 0 auto;
  border: 4px solid #000;
  border-radius: 6px;
  box-shadow: 3px 3px 0 #ffcc00;
}
.swiper-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
}

.custom-swiper-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.custom-swiper-nav button {
  background: #222;
  color: #ffcc00;
  border: 2px solid #ffcc00;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.4em;
  font-family: 'Bangers', cursive;
  box-shadow: 2px 2px 0 #000;
  cursor: pointer;
}
.custom-swiper-nav button:hover {
  transform: scale(1.05);
}

.common-box {
  padding: 30px 20px;
  max-width: 800px;
  margin: 40px auto;
  border: 4px dotted #000;
  border-radius: 10px;
  background: #fff9e6;
}
.easter-egg-button,
.contact a {
  display: inline-block;
  margin: 10px;
  background: #ff5e78;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #000;
  font-size: 1.1em;
  box-shadow: 2px 2px 0 #000;
}
.interview-question {
  color: #000;
  font-size: 1.2em;
}
.interview-answer {
  color: #e75480;
  font-size: 1em;
}
.fun-interaction {
  background: #fff9e6;
  border: 4px dotted #000;
  padding: 30px 20px;
  margin: 40px auto;
  max-width: 800px;
  border-radius: 10px;
  color: #111;
}
.question-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.q-card {
  background: #ffe;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 1.1em;
  box-shadow: 2px 2px 0 #000;
  color: #222;
}
.quirks {
  list-style: none;
  padding: 0;
}
.quirks li {
  margin: 8px 0;
  font-size: 1.05em;
}
.emoji-reactions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}
.emoji-reactions button {
  font-size: 1.8em;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  box-shadow: 2px 2px 0 #000;
}

.panel img {
  width: 300px;
  border: 3px solid #000;
  border-radius: 6px;
  box-shadow: 4px 4px 0 #ffc600;
}
.panel-button {
  margin-top: 20px;
  padding: 10px 20px;
  font-family: 'Bangers', cursive;
  font-size: 1.2em;
  background: #ffcc00;
  border: 2px solid #000;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 2px 2px 0 #000;
}
.panel-button:hover {
  transform: scale(1.05);
}
.steckbrief table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2em;
  margin: auto;
}
.steckbrief th, .steckbrief td {
  padding: 12px;
  border-bottom: 2px dashed #e60012;
}
.werte-absichten, .offenheit {
  background: #fff9e6;
  border: 4px dotted #000;
  padding: 25px;
  margin: 40px auto;
  max-width: 800px;
  border-radius: 10px;
  font-size: 1.05em;
  color: #222;
}
.werte-absichten ul {
  list-style: none;
  padding: 0;
}
.werte-absichten li {
  margin-bottom: 12px;
  line-height: 1.5;
}