:root {
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #f5f5f5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
}

#controls.about-page {
  max-width: 720px;
  margin: 60px auto 24px auto;
  padding: 16px;
}

/* Headings / Links */

h1 {
  margin: 0 0 4px 0;
  font-size: 24px;
}

h2 {
  margin: 0 0 16px 0;
  font-size: 14px;
  font-weight: 400;
  color: #bbb;
}

h2 a {
  color: #bbb;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

p {
  font-size: 13px;
  line-height: 1.5;
}

/* Stage-Tag wie im Tool */

.stage-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  margin-left: 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.3);
}

.stage-stable {
  background: rgba(46,204,113,0.1);
  border-color: rgba(46,204,113,0.8);
  color: #2ecc71;
}

/* Instagram Icon */

.ig-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.ig-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: 1px solid #f5f5f5;
}

/* About-Sections */

.about-section {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #050505;
  border: 1px solid #333;
}

.about-section h3 {
  margin: 0 0 6px 0;
  font-size: 15px;
}

.about-section p,
.about-section li {
  font-size: 13px;
  line-height: 1.6;
}

.about-section ul {
  margin: 4px 0 0 18px;
  padding: 0;
}

.about-contact-row {
  margin-top: 8px;
}

.about-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #555;
  background: #111;
  color: #f5f5f5;
  font-size: 13px;
  text-decoration: none;
}

.about-contact-link span.icon {
  font-size: 14px;
}

.about-contact-link:hover {
  border-color: #0af;
  color: #fff;
}

.about-footer {
  margin-top: 24px;
  font-size: 11px;
  color: #777;
}

.about-footer a {
  color: #aaa;
  text-decoration: none;
}

.about-footer a:hover {
  text-decoration: underline;
}

.about-back-link {
  font-size: 12px;
  margin-top: 16px;
}

.about-back-link a {
  color: #aaa;
  text-decoration: none;
}

.about-back-link a:hover {
  text-decoration: underline;
}
