/* Nur das Hintergrundbild hier setzen (Beispiel-URL ersetzen) */
@import url(https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap);
:root{
  --sheet-bg: url(https://mythsofdarkness.de/images/flyerhintergrundhalloween.png);
}
.sheet-wrap{
  min-height: 100dvh;
  padding: 4rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-image: var(--sheet-bg);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #de994e;                /* keine Zusatzfarben */
  border:4px double #001c25;
}

/* Karten – transparente Optik (nur Kontur/Blur) */
.sheet-card{
  display: flex;
  flex-direction: column;
  gap: .8rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgb(0 32 40);
  backdrop-filter: blur(2px);
}

/* Einzelbox oben etwas breiter begrenzen */
.sheet-card--solo{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* Vierer-Reihe (Flex, wrap) */
.sheet-row{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.sheet-row .sheet-card{
  flex: 1 1 clamp(220px, 22%, 340px); /* 4 nebeneinander, bricht responsiv um */
}

/* Abschlussbox mittig und breiter */
.sheet-card--wide{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* Typo – große Überschriften oben & unten in jeder Box */
.sheet-head{
  font-family:'Cinzel Decorative',serif;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 22px;
  line-height:93%;
  margin-bottom:-8px;
}
.sheet-foot{
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 16px;
}

/* Icon + Text in einer Zeile (oder zentriert) */
.sheet-core{
  display: flex;
  align-items: center;
  gap: .75rem;
}
.sheet-core--center{
  justify-content: center;
  text-align: center;
}

.sheet-ic{
  font-size: 1.8rem;
  line-height: 1;
}

.sheet-txt{
  margin: 0;
  line-height: 1.5;
}

/* Mobile Anpassung */
@media (max-width: 760px){
  .sheet-wrap{ padding: 3rem .9rem; }
  .sheet-card--solo,.sheet-card--wide{ max-width: 100%; }
}

/* === CALY DIARY – blush pink, lebendig, ohne h1–h7 (scoped) === */
#caly{max-width:900px;margin:0 auto;padding:16px;
  background:linear-gradient(135deg,#fff7fa,#ffeef5);
  border:1px solid #f3cfe0;border-radius:14px;color:#3a2a33;
  font-family:"Georgia","Times New Roman",serif}
#caly *{box-sizing:border-box}

/* Farben & Typo */
#caly .rose{color:#c84378}           /* Akzent */
#caly .rose2{color:#b14b73}
#caly .muted{color:#6b5560}
#caly .gold{color:#b38867}
#caly .hand{font-family:"Bradley Hand","Lucida Handwriting","Segoe Script","Comic Sans MS",cursive}
#caly .ttl{font-weight:700;font-size:20px;color:#c84378;text-transform:uppercase;margin:0 0 10px}

/* Sektionen */
#caly .card{background:#fff;border:1px solid #f2c4d6;border-radius:12px;padding:14px;margin:12px 0}
#caly .line{height:1px;background:linear-gradient(90deg,transparent,#f2c4d6,transparent);margin:10px 0}

/* Journal-Einträge */
#caly .entry{display:grid;grid-template-columns:56px 1fr;gap:10px;border-bottom:1px dashed #f2c4d6;padding:10px 0}
#caly .entry:last-child{border-bottom:none}
#caly .ico{display:flex;align-items:flex-start;justify-content:center}
#caly .ico i{font-size:30px} /* Font Awesome Größe */
#caly .date{display:inline-block;background:#ffeef5;border:1px solid #f6d9e5;border-radius:999px;
  padding:2px 10px;font-size:12px;color:#a14b6d}
#caly .head{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
#caly .tag{display:inline-block;padding:2px 8px;border:1px solid #f2c4d6;border-radius:999px;background:#fff0f6;
  font-size:12px;color:#a14b6d}
#caly .body{margin-top:6px;color:#3a2a33;background:
  repeating-linear-gradient(0deg,#fff 0 22px,#fff 22px,#ffeaf2 23px,#ffeaf2 24px);
  border:1px solid #f6d9e5;border-radius:8px;padding:8px}
#caly .body .memo{font-size:13px;color:#6b5560}

/* Sticky Notes / Memos */
#caly .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}
#caly .sticky{background:#fff8fb;border:1px dashed #e9b8cc;border-radius:12px;padding:10px;position:relative}
#caly .sticky .cap{font-weight:700;color:#b14b73;margin-bottom:6px}
#caly .sticky .txt{font-size:14px;color:#6b5560}
#caly .sticky .pin{position:absolute;top:-8px;right:12px;color:#e07a9b;font-size:18px}

/* To-Do / Ideen */
#caly .todo .row{border-bottom:1px dashed #f2c4d6;padding:6px 0;display:flex;gap:8px;align-items:flex-start}
#caly .todo .row:last-child{border-bottom:none}
#caly .box{min-width:20px;text-align:center;color:#c84378}
#caly .todo .txt{flex:1}
#caly .idea .row i{color:#c84378;margin-right:6px}

/* Warnliste */
#caly .warn .row{display:flex;align-items:flex-start;gap:8px;border-bottom:1px dashed #f2c4d6;padding:6px 0}
#caly .warn .row:last-child{border-bottom:none}
#caly .warn i{color:#e35b84;font-size:18px;margin-top:2px}
#caly .warn .why{font-size:12px;color:#6b5560}

/* Mini-Headerzeilen */
#caly .capline{display:flex;align-items:center;gap:8px;margin-bottom:8px}
#caly .capline i{color:#c84378;font-size:18px}
#caly .captext{font-weight:700;color:#b14b73;letter-spacing:.5px}


/* === Dante’s Playbook – Kompakte Goldliste === */
#dpb{max-width:760px;margin:0 auto;padding:20px;
  background:#0b0b0b;border:1px solid #1a1a1a;border-radius:12px;
  color:#d4af37;font-family:"Georgia","Times New Roman",serif;}
#dpb *{box-sizing:border-box;}
#dpb h2{color:#f0d58a;text-transform:uppercase;font-size:20px;margin:0 0 4px;}
#dpb .sub{font-size:13px;color:#caa94b;margin-bottom:10px;}
#dpb .section{border-left:3px solid #3a2c08;padding-left:10px;
  margin:10px 0;background:#0d0d0d;border-radius:6px;}
#dpb .label{color:#e8cd82;font-weight:600;}
#dpb .stars{color:#f0d58a;letter-spacing:2px;}
#dpb .vibes{font-size:12px;color:#caa94b;}
#dpb .tag{display:inline-block;padding:2px 8px;margin:2px;
  border:1px solid #3a3a3a;border-radius:999px;background:#121212;
  font-size:12px;color:#d4af37;}
#dpb .entry{border-bottom:1px dashed #333;padding:6px 0;}
#dpb .entry:last-child{border:none;}
#dpb .name{font-weight:700;color:#f0d58a;}
#dpb .meta{font-size:12px;color:#caa94b;}
#dpb .note{font-family:"Bradley Hand","Lucida Handwriting","Segoe Script","Comic Sans MS",cursive;
  font-size:13px;color:#e5c96f;margin-top:2px;}
#dpb h22{
color:#f0d58a;text-transform:uppercase;font-size:20px;
  font-weight:700;margin:0 0 4px
}