/* mein-fretus · Einsatzplanung */
.ep-wrap{ max-width:640px; margin:0 auto; }
.ep-head{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.ep-h{ margin:0; font-size:20px; }
.ep-range{ color:#64748b; font-size:13px; margin:2px 0 12px; }
.ep-reload{ border:1px solid #e5e7eb; background:#fff; border-radius:10px; padding:6px 12px; font-size:15px; cursor:pointer; color:#0099CC; }
.ep-reload:active{ background:#f1f5f9; }
.ep-stale{ background:#fff7ed; color:#9a3412; border:1px solid #fed7aa; border-radius:10px; padding:8px 12px; font-size:13px; margin-bottom:12px; }

.ep-week{ margin:0 0 6px; }
.ep-week-h{ font-size:13px; font-weight:700; color:#0099CC; text-transform:uppercase; letter-spacing:.03em; margin:14px 0 8px; }

.ep-card{ position:relative; background:#fff; border:1px solid #e5e7eb; border-radius:14px; padding:14px 14px 12px 18px; margin:0 0 12px; overflow:hidden; }
.ep-card::before{ content:''; position:absolute; left:0; top:0; bottom:0; width:6px; background:var(--vg,#0099CC); }
.ep-card-top{ display:flex; justify-content:space-between; align-items:flex-start; gap:10px; }
.ep-title{ font-size:16px; font-weight:700; line-height:1.25; }
.ep-nr{ font-size:12px; font-weight:600; color:#64748b; background:#f1f5f9; border-radius:7px; padding:1px 7px; margin-left:4px; white-space:nowrap; }
.ep-sub{ color:#64748b; font-size:13px; margin:2px 0 0; }
.ep-badges{ display:flex; flex-wrap:wrap; gap:6px; justify-content:flex-end; }
.ep-line{ font-size:14px; color:#334155; margin-top:6px; }
.ep-line a{ color:#0099CC; text-decoration:none; font-weight:600; }
.ep-dates{ font-weight:600; color:#0f172a; }
.ep-kw{ font-size:12px; color:#94a3b8; font-weight:500; margin-left:4px; }
.ep-ws b{ font-weight:700; }
.ep-bem{ margin-top:8px; font-size:13px; color:#b45309; background:#fffbeb; border-radius:8px; padding:6px 8px; }

.ep-b{ font-size:12px; font-weight:600; padding:2px 9px; border-radius:9px; white-space:nowrap; }
.ep-b-tag{ background:#fef9c3; color:#854d0e; }
.ep-b-nacht{ background:#1e293b; color:#e2e8f0; }
.ep-b-fn{ background:#e0f2fe; color:#075985; }
.ep-b-fuehrer{ background:#dcfce7; color:#166534; }

.ep-hotel::before{ background:#7c3aed; }
.ep-veh::before{ background:#5B6B78; }
.ep-kz{ font-weight:700; color:#0f172a; background:#f1f5f9; border-radius:7px; padding:1px 8px; letter-spacing:.02em; }

.ep-sec{ margin-top:18px; }
.ep-sec-h{ font-size:13px; font-weight:700; color:#334155; margin:0 0 8px; }
.ep-empty{ color:#94a3b8; font-size:14px; padding:14px 0; text-align:center; }

/* Home-Kachel: Änderungs-Punkt */
.ep-dot{ position:absolute; top:9px; left:9px; width:13px; height:13px; border-radius:50%; background:#ef4444; box-shadow:0 0 0 3px #fff; z-index:2; }

/* Seit letztem Besuch geänderter Eintrag */
.ep-card-chg{ border-color:#ef4444; background:#fff5f5; }
.ep-b-chg{ background:#fee2e2; color:#b91c1c; }
