/* Flowtel v0.10.80 — editable Priestess bio and dedicated mailbox doorway */
.profile-studio-page .selected-bio-preview--editable{display:grid;gap:12px}
.profile-studio-page .selected-bio-preview--editable .eyebrow{margin:0;color:var(--rose)}
.profile-studio-page .selected-bio-preview--editable [data-selected-bio-copy]{white-space:pre-wrap}
.profile-studio-page .bio-template-use{justify-self:start;width:auto}
.profile-studio-page .bio-editor-field textarea{min-height:220px;resize:vertical;line-height:1.65}
.profile-studio-page .bio-editor-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.profile-studio-page .bio-editor-actions button{width:auto}
.profile-studio-page .bio-editor-actions p{margin:0;color:var(--soft-brown);font-size:.82rem;line-height:1.45;max-width:560px}
.profile-mailbox-doorway{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:22px;padding:24px;border:1px solid rgba(216,168,79,.24);border-radius:24px;background:linear-gradient(145deg,rgba(255,253,249,.95),rgba(248,231,227,.46));box-shadow:0 18px 50px rgba(83,49,38,.08)}
.profile-mailbox-doorway h2{margin:4px 0 8px;font-size:clamp(1.45rem,3vw,2rem);font-weight:400}.profile-mailbox-doorway p:not(.eyebrow){margin:0;color:var(--soft-brown);line-height:1.55;max-width:720px}
.profile-mailbox-doorway a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(184,111,104,.38);border-radius:999px;background:linear-gradient(180deg,#fffdf9,#f7e7e2);color:var(--brown);font:700 .68rem Arial,sans-serif;letter-spacing:.11em;text-transform:uppercase;text-decoration:none;white-space:nowrap}
@media(max-width:760px){.profile-mailbox-doorway{grid-template-columns:1fr;padding:20px}.profile-mailbox-doorway a{width:100%}.profile-studio-page .bio-editor-actions{align-items:stretch}.profile-studio-page .bio-editor-actions button{width:100%}}

/* Flowtel v0.10.80.1 — private delivery alert on the Profile Studio doorway. */
.profile-mailbox-actions{display:grid;justify-items:end;gap:9px}
.profile-mailbox-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 11px;border:1px solid rgba(216,168,79,.62);border-radius:999px;background:#fff8e8;color:#8a6540;font:700 .62rem Arial,sans-serif;letter-spacing:.1em}
.profile-mailbox-doorway.has-alert{border-color:rgba(216,168,79,.62);background:linear-gradient(145deg,rgba(255,253,249,.98),rgba(255,247,226,.82));box-shadow:0 20px 52px rgba(216,168,79,.16)}
@media(max-width:760px){.profile-mailbox-actions{justify-items:stretch}.profile-mailbox-badge{justify-self:start}}
