/* ============================================
   Chinchilla-Fanclub.de — Retro 2000s Fansite
   Unique CSS (anti-footprint)
   ============================================ */

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

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.55;
  color: #333;
  background: #C0B0A0;
}

a { color: #6B2D6B; text-decoration: underline; }
a:hover { color: #9B4D9B; }

img { max-width: 100%; height: auto; border: 0; }

/* ---- Page frame ---- */
.chinpage {
  width: 860px;
  margin: 6px auto;
  border: 2px outset #A89880;
  background: #E8DCC8;
}

/* ---- Banner ---- */
.chinpage__banner {
  background: linear-gradient(135deg, #2A4A2A 0%, #3D6B3D 60%, #2A4A2A 100%);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 3px groove #6B2D6B;
}
.chinpage__logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #FFD700;
  background: #F0E0C8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
}
.chinpage__titel {
  font-size: 17px;
  font-weight: bold;
  color: #FFD700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
  text-decoration: none;
}
.chinpage__titel a {
  color: #FFD700;
  text-decoration: none;
}
.chinpage__titel a:hover { color: #FFEC80; text-decoration: none; }

/* ---- Two-column layout ---- */
.chinpage__layout {
  display: flex;
  min-height: 500px;
}

/* ---- Sidebar nav ---- */
.chinpage__menu {
  width: 136px;
  flex-shrink: 0;
  background: #D8CDB8;
  padding: 4px 3px;
  border-right: 2px groove #B0A090;
}
.chinpage__btn {
  display: block;
  padding: 2px 5px;
  margin-bottom: 1px;
  background: #6B2D6B;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border: 2px outset #9B6D9B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chinpage__btn:hover {
  background: #8B4D8B;
  color: #FFD700;
}
.chinpage__btn--rot {
  background: #CC0033;
  border-color: #EE4466;
}
.chinpage__btn--rot:hover {
  background: #EE2255;
}

.chinpage__sidebar-img {
  margin-top: 8px;
  padding: 2px;
}
.chinpage__sidebar-img a {
  display: block;
  background: #6B2D6B;
  border: 2px outset #9B6D9B;
  padding: 4px;
  margin-bottom: 3px;
  color: #FFD700;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}
.chinpage__sidebar-img a:hover { background: #8B4D8B; }

/* ---- Main content ---- */
.chinpage__haupt {
  flex: 1;
  padding: 14px 18px;
  background: #EDE4D4;
}

/* ---- Homepage articles list ---- */
.chinpage__haupt article {
  padding: 10px 0;
  border-bottom: 1px solid #D0C0A8;
}
.chinpage__haupt article:last-child { border-bottom: none; }
.chinpage__haupt article h2 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
.chinpage__haupt article h2 a { color: #6B2D6B; }
.chinpage__haupt article h2 a:hover { color: #9B4D9B; }
.chinpage__haupt article time {
  display: block;
  font-size: 10px;
  color: #888;
  margin-bottom: 4px;
}
.chinpage__haupt article > p {
  font-size: 11px;
  color: #555;
  margin-bottom: 4px;
}
.chinpage__haupt article > a {
  font-size: 10px;
  color: #6B2D6B;
  font-weight: bold;
}

/* ---- Single article ---- */
.beitrag__kopf {
  background: linear-gradient(to right, #6B2D6B, #4B0050);
  color: #FFD700;
  padding: 8px 12px;
  margin: -14px -18px 14px;
  border-bottom: 2px groove #9B6D9B;
}
.beitrag__kopf h1 {
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}
.beitrag__meta {
  font-size: 10px;
  color: #D0B0D0;
  margin-top: 3px;
}
.beitrag__meta span { margin-right: 10px; }

.beitrag__inhalt {
  font-size: 12px;
  line-height: 1.65;
  color: #333;
}
.beitrag__inhalt p { margin-bottom: 12px; }
.beitrag__inhalt h2 {
  font-size: 13px;
  font-weight: bold;
  color: #6B2D6B;
  margin: 18px 0 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #D0C0A8;
}
.beitrag__inhalt h3 {
  font-size: 12px;
  font-weight: bold;
  color: #4B0050;
  margin: 14px 0 6px;
}
.beitrag__inhalt ul, .beitrag__inhalt ol {
  margin: 0 0 12px 18px;
  font-size: 11px;
}
.beitrag__inhalt li { margin-bottom: 3px; }
.beitrag__inhalt blockquote {
  margin: 10px 0;
  padding: 8px 12px;
  border-left: 4px solid #6B2D6B;
  background: #F5EDE0;
  font-style: italic;
  color: #555;
}
.beitrag__inhalt a { color: #6B2D6B; }

/* Tags */
.beitrag__tags {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid #D0C0A8;
  font-size: 10px;
  color: #888;
}

/* Related */
.related {
  margin-top: 14px;
  padding: 8px 10px;
  background: #F5EDE0;
  border: 1px solid #D0C0A8;
}
.related h3 {
  font-size: 11px;
  font-weight: bold;
  color: #6B2D6B;
  margin-bottom: 4px;
}
.related ul { list-style: none; padding: 0; margin: 0; }
.related li { padding: 2px 0; font-size: 11px; }
.related li::before { content: "\00BB "; color: #6B2D6B; }

/* ---- Hinweis (warning box) ---- */
.chinpage__hinweis {
  background: #FFCC00;
  border: 2px solid #CC9900;
  padding: 6px 10px;
  margin: 10px 0;
  font-size: 10px;
  font-weight: bold;
  color: #CC0000;
  text-align: center;
}

/* ---- Footer ---- */
.chinpage__fuss {
  background: #D8CDB8;
  border-top: 2px groove #B0A090;
  padding: 8px 12px;
  font-size: 9px;
  color: #777;
  text-align: center;
  line-height: 1.5;
}
.chinpage__fuss a { color: #6B2D6B; font-size: 9px; }

/* ---- Responsive (minimal — retro sites weren't responsive) ---- */
@media (max-width: 880px) {
  .chinpage { width: 100%; margin: 0; }
  .chinpage__menu { width: 110px; }
  .chinpage__banner { flex-wrap: wrap; }
  .chinpage__titel { font-size: 14px; }
}
@media (max-width: 600px) {
  .chinpage__layout { flex-direction: column; }
  .chinpage__menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    border-right: none;
    border-bottom: 2px groove #B0A090;
  }
  .chinpage__btn { flex: 0 0 auto; }
  .chinpage__sidebar-img { display: none; }
}
