/* =====================================================================
   IRGENDWANN IST JETZT — 30-Tage-Edition · Zusatzkomponenten
   Lädt nach colors_and_type.css + deluxe.css. Nutzt dieselben Tokens.
   ===================================================================== */

/* round author portrait (medallion) */
.jp .portrait { position: relative; border-radius: 50%; overflow: hidden; background: var(--cream); box-shadow: 0 16px 40px -20px rgba(92,64,51,.55); }
.jp .portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jp .portrait .ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--gold); box-shadow: inset 0 0 0 7px var(--paper); pointer-events: none; }

/* watercolor graphic with transparent background (floated onto cream) */
.jp .floatimg { display: block; width: 100%; height: auto; }

/* decoration (blossom / butterfly cut from Feli's own art — transparent PNG) */
.jp .deco { position: absolute; pointer-events: none; z-index: 2; }

/* checklist — gold square + line */
.jp .checks { display: flex; flex-direction: column; gap: 16px; }
.jp .checks .ck { display: flex; gap: 14px; align-items: flex-start; }
.jp .checks .box { flex: 0 0 auto; margin-top: 3px; width: 20px; height: 20px; border-radius: 5px; border: 1.6px solid var(--gold-deep); background: var(--paper); }
.jp .checks .txt { font-size: 15.5px; line-height: 1.42; color: var(--ink); }
.jp .checks .txt em { font-style: italic; color: var(--cherry); font-weight: 600; }

/* 3x4 food grid */
.jp .foodgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 20px; }
.jp .foodgrid .cell { display: flex; gap: 11px; align-items: center; }
.jp .foodgrid .box { flex: 0 0 auto; width: 18px; height: 18px; border-radius: 5px; border: 1.6px solid var(--gold-deep); background: var(--paper); }
.jp .foodgrid .name { font-size: 15.5px; color: var(--ink); }

/* prompt field lines (label + writing fill) */
.jp .fields { display: flex; flex-direction: column; gap: 20px; }
.jp .field .lab { display: block; font-size: 15.5px; color: var(--ink); margin-bottom: 9px; }
.jp .field .fill { border-bottom: 1.5px solid var(--gold); height: 1.35em; }

/* small disclaimer */
.jp .disc { font-size: 11px; font-style: italic; line-height: 1.45; color: var(--ink-faint); }

/* numbered achievement list (fill-in) */
.jp .achievelist { display: flex; flex-direction: column; gap: 13px; }
.jp .achievelist .arow { display: flex; align-items: flex-end; gap: 14px; }
.jp .achievelist .num {
  flex: 0 0 auto; width: 24px; text-align: center;
  font-family: var(--font-script); font-style: italic; font-weight: 600;
  font-size: 21px; line-height: 1; color: var(--gold-deep); padding-bottom: 3px;
}
.jp .achievelist .wl { flex: 1; border-bottom: 1px solid var(--line-hair); height: 1.55em; }

/* =====================================================================
   DAILY-PAGE COMPONENTS (Tag-Vorlage)
   ===================================================================== */

/* section label — small caps with diamond marker */
.jp .seclabel { display: flex; align-items: center; gap: 10px; font: 700 11.5px/1 var(--font-body); letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep); margin: 0 0 14px; }
.jp .seclabel::before { content: ""; flex: 0 0 auto; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }
.jp .seclabel.cherry { color: var(--cherry); }
.jp .seclabel.cherry::before { background: var(--cherry); }

/* tinted info / knowledge box (thin border, soft tint) */
.jp .kbox { border: 1px solid rgba(92,64,51,.12); border-radius: 14px; padding: 22px 26px 24px; background: rgba(244,162,97,.08); }
.jp .kbox.blush { background: rgba(254,19,95,.055); }
.jp .kbox.gold  { background: rgba(233,196,106,.14); }
.jp .kbox p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--ink); }
.jp .kbox p + p { margin-top: 9px; }
.jp .kbox .em { color: var(--cherry); font-weight: 600; font-style: italic; }

/* a loving note from Feli — clean, no pink box */
.jp .felinote2 { }
.jp .felinote2 .msg { margin: 0; font-family: var(--font-script); font-style: italic; font-size: 16px; line-height: 1.6; color: var(--ink); }

/* a loving note from Feli — blush, with portrait dot */
.jp .felinote { display: flex; gap: 15px; align-items: flex-start; background: var(--blush); border-radius: 14px; padding: 16px 20px; }
.jp .felinote .av { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; overflow: hidden; background: var(--cream); box-shadow: inset 0 0 0 2px var(--paper), 0 0 0 1.5px var(--gold); }
.jp .felinote .av img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; transform: scale(1.15); display: block; }
.jp .felinote .msg { margin: 0; font-family: var(--font-script); font-style: italic; font-size: 18px; line-height: 1.34; color: var(--ink); }
.jp .felinote .by { display: block; font-family: var(--font-body); font-style: normal; font-weight: 700; font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep); margin-top: 7px; }

/* labelled prompt line */
.jp .promptline { margin-top: 16px; }
.jp .promptline .q { display: block; font-size: 15px; line-height: 1.5; color: var(--ink-2); margin-bottom: 14px; }
.jp .promptline .fill { border-bottom: 1.5px solid var(--line-gold); height: 1.5em; }

/* bottom ritual + water strip */
.jp .daystrip { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line-soft); padding-top: 16px; }
.jp .ritcol .rlab, .jp .watercol .rlab { font: 700 10px/1 var(--font-body); letter-spacing: .2em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 11px; }
.jp .ritrow { display: flex; align-items: center; gap: 10px; }
.jp .ritrow + .ritrow { margin-top: 9px; }
.jp .ritrow .rb { width: 16px; height: 16px; border-radius: 4px; border: 1.5px solid var(--gold-deep); background: var(--paper); }
.jp .ritrow .rt { font-size: 13px; color: var(--ink); }

/* ---- Mantrala (mantra + mandala to colour in) ---- */
.jp .mantrala { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.jp .mantrala .mantrabrush { z-index: 2; }
.jp .mdeco { position: absolute; pointer-events: none; z-index: 0; }
.jp .mandala { width: 168px; height: 168px; }
.jp .mandala path, .jp .mandala circle { fill: none; stroke: #C79A4A; vector-effect: non-scaling-stroke; }
.jp .mantra-out { font-family: var(--font-script); font-style: italic; font-weight: 500; font-size: 40px; line-height: 1.05; color: transparent; -webkit-text-stroke: 1.3px #C28F38; margin: 6px 0 0; }
.jp .mantra-out .pink { -webkit-text-stroke-color: #E48FAC; }

/* brush mantra to colour in (outline) + pen hint */
.jp .mantrabrush { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; padding-bottom: 8px; }
.jp .mantra-brush { margin: 0; font-family: "Caveat Brush", cursive; color: transparent; -webkit-text-stroke: 2.4px #C28F38; font-size: 68px; line-height: 1.06; text-align: center; white-space: nowrap; }
.jp .penhint { position: absolute; left: 61%; bottom: 6px; width: 86px; height: 86px; overflow: visible; pointer-events: none; filter: drop-shadow(0 6px 10px rgba(92,64,51,.22)); }
.jp .colortip { font: 700 10px/1 var(--font-body); letter-spacing: .2em; text-transform: uppercase; color: var(--ink-faint); text-align: center; margin: 0 0 10px; }
