/* Dedication presets (docs/06). Self-contained so the E5 public page can load it under a strict CSP. */

.ded { min-height: 100%; display: flex; align-items: center; justify-content: center; padding: 34px 20px; }
.ded-inner { max-width: 480px; width: 100%; text-align: center; }
.ded-avatar { font-size: 42px; margin-bottom: 12px; }
.ded-title { font-weight: 700; font-size: 20px; letter-spacing: -.01em; margin-bottom: 14px; }
.ded-msg { font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.65; }
.ded-sign { margin-top: 18px; font-style: italic; font-size: 13px; }
.ded-date { font-style: normal; }

.ded-warm { background: linear-gradient(#fdf8f2, #f7ead9); color: #5c452f; }
.ded-warm .ded-title { color: #4a3423; }
.ded-warm .ded-sign { color: #a4794a; }

.ded-night { background: radial-gradient(circle at 50% 30%, #1d2440, #101322); color: #c9d2ea; }
.ded-night .ded-title { color: #fff; }
.ded-night .ded-sign { color: #8ea2d8; }

.ded-minimal { background: #fff; color: #52514e; border-top: 4px solid var(--ded-accent, #2a78d6); }
.ded-minimal .ded-title { color: #0b0b0b; }

/* Portal preview frame */
.preview-frame { border: 1px solid var(--grid, #e1e0d9); border-radius: 10px; overflow: hidden; min-height: 260px; display: flex; }
.preview-frame .ded { flex: 1; }
