/* IMB EDITORIAL SOCIAL SHARE RUNTIME v2 - 2026-08-02 */
body.imb-editorial-share-open { overflow: hidden; }
.imb-editorial-share-modal { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.imb-editorial-share-modal.hidden { display: none !important; }
.imb-editorial-share-backdrop { position: absolute; inset: 0; background: rgba(2,2,8,.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.imb-editorial-share-panel { position: relative; z-index: 1; width: min(760px,100%); max-height: min(90vh,860px); overflow-y: auto; border-radius: 22px; padding: 22px; background: linear-gradient(155deg,#161627,#080812 72%); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 28px 80px rgba(0,0,0,.58); }
.imb-editorial-share-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.imb-editorial-share-header h2 { margin: 2px 0 6px; font-family: "Space Grotesk",system-ui,sans-serif; font-size: clamp(1.25rem,2.5vw,1.7rem); line-height: 1.18; }
.imb-editorial-share-header .muted { margin: 0; line-height: 1.45; }
.imb-editorial-share-eyebrow { margin: 0; color: #ff8f8f; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.imb-editorial-share-close { flex: 0 0 auto; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #fff; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.imb-editorial-share-close:hover { background: rgba(255,255,255,.09); }
.imb-editorial-share-preview-label { display: block; margin-bottom: 8px; color: #f7f7ff; font-size: .82rem; font-weight: 700; }
.imb-editorial-share-preview { width: 100%; min-height: 340px; max-height: 52vh; resize: vertical; border-radius: 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(4,4,12,.92); color: #f5f5ff; padding: 16px; font: .92rem/1.62 "Inter",system-ui,sans-serif; white-space: pre-wrap; overflow-wrap: anywhere; outline: none; }
.imb-editorial-share-preview:focus { border-color: rgba(255,107,107,.78); box-shadow: 0 0 0 3px rgba(255,107,107,.12); }
.imb-editorial-share-status { min-height: 22px; margin: 12px 0 0; color: #c7c7df; font-size: .82rem; line-height: 1.4; }
.imb-editorial-share-status[data-kind="ok"] { color: #b9f2cc; }
.imb-editorial-share-status[data-kind="warn"] { color: #ffd78a; }
.imb-editorial-share-status[data-kind="error"] { color: #ff9b9b; }
.imb-editorial-share-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.imb-editorial-share-actions .btn { min-height: 44px; }
@media (max-width:640px) {
  .imb-editorial-share-modal { align-items: flex-end; padding: 10px 10px calc(10px + env(safe-area-inset-bottom,0px)); }
  .imb-editorial-share-panel { width: 100%; max-height: 92vh; border-radius: 20px 20px 14px 14px; padding: 18px 14px; }
  .imb-editorial-share-preview { min-height: 300px; max-height: 48vh; }
  .imb-editorial-share-actions { display: grid; grid-template-columns: 1fr; }
  .imb-editorial-share-actions .btn { width: 100%; }
}
