/* Zent-ic UI refactor — 2026-08-16
   Final override layer. Keep this stylesheet after app.css and pro.css. */
:root{
  --z-ref-text:#111827;
  --z-ref-muted:#667085;
  --z-ref-line:#e6e9ee;
  --z-ref-soft:#f6f7f9;
  --z-ref-blue:#229ed9;
  --z-ref-blue-dark:#1688bf;
  --z-ref-out:#dff3ff;
  --z-ref-in:#fff;
  --z-ref-radius:16px;
}
*{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
button,input,textarea,select{font:inherit}
button{touch-action:manipulation}
input,textarea,select{min-width:0}

/* ---------- rich post formatting: never expose editor tokens visually ---------- */
.zentic-rich-content{display:inline;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}
.zentic-rich-heading{display:block;margin:.35em 0 .2em;font-size:1.12em;line-height:1.28;font-weight:800;color:inherit}
.zentic-rich-quote{display:block;margin:.45em 0;padding:.3em 0 .3em .8em;border-left:3px solid #c9d2dc;color:#536471}
.zentic-rich-list-item{display:block;padding-left:.15em;margin:.18em 0}
.zentic-rich-color{font-weight:inherit}
.zentic-rich-link{color:#1688bf;text-decoration:none;overflow-wrap:anywhere}
.zentic-rich-link:hover{text-decoration:underline}
.zentic-profile-post-copy{margin:0;color:var(--z-ref-text);font-size:14px;line-height:1.48;white-space:normal;overflow-wrap:anywhere}

/* ---------- administrator-only SEO chips ---------- */
.zentic-post-score,
.zentic-post-score-inline,
.zentic-admin-seo-chip{
  display:inline-flex!important;align-items:center;gap:5px;flex:0 0 auto;
  min-height:26px;padding:0 9px;border:1px solid #d8e5ef;border-radius:999px;
  background:#f4f9fc;color:#315b72;font-size:11px;font-weight:800;line-height:1;
}
.zentic-admin-boost-btn{
  display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;
  border:0;border-radius:999px;background:transparent;color:#8a6116;cursor:pointer;
}
.zentic-admin-boost-btn:hover{background:#fff8e7}

/* ---------- people directory ---------- */
#user-search-modal{background:rgba(15,23,42,.34)!important;padding:0!important;align-items:stretch!important}
#user-search-modal>div{
  width:min(980px,100vw)!important;max-width:980px!important;height:min(900px,100dvh)!important;
  max-height:100dvh!important;margin:auto!important;border:1px solid var(--z-ref-line)!important;
  border-radius:22px!important;background:#fff!important;box-shadow:0 24px 80px rgba(15,23,42,.18)!important;
}
.zentic-people-hero{
  min-height:68px!important;margin:0!important;padding:12px 18px!important;border:0!important;
  border-bottom:1px solid var(--z-ref-line)!important;border-radius:0!important;background:#fff!important;
  color:var(--z-ref-text)!important;display:flex;align-items:center;justify-content:space-between;
}
.zentic-people-hero .w-14{width:40px!important;height:40px!important;border:0!important;border-radius:12px!important;background:#111827!important;color:#fff!important;box-shadow:none!important}
.zentic-people-hero h3{font-size:20px!important;font-weight:800!important;color:var(--z-ref-text)!important}
.zentic-people-hero p{font-size:12px!important;font-weight:500!important;color:var(--z-ref-muted)!important}
.zentic-people-hero>button{width:40px!important;height:40px!important;border-radius:999px!important;background:#f1f3f5!important;color:#111827!important}
.zentic-people-search-wrap{position:relative;margin:12px 18px 8px!important}
.zentic-people-search{
  width:100%!important;min-height:48px!important;padding:0 16px 0 46px!important;border:1px solid #d8dde4!important;
  border-radius:14px!important;background:#fff!important;color:var(--z-ref-text)!important;font-size:15px!important;font-weight:500!important;
  outline:0!important;box-shadow:none!important;
}
.zentic-people-search:focus{border-color:#8fc9e4!important;box-shadow:0 0 0 3px rgba(34,158,217,.10)!important}
.zentic-people-filters{margin:0 18px 12px!important;padding:12px!important;border:1px solid var(--z-ref-line)!important;border-radius:14px!important;background:#fafbfc!important}
.zentic-filter-row{display:grid!important;grid-template-columns:1fr 1fr 1fr 1fr!important;gap:10px!important}
.zentic-filter-row label{gap:5px!important}
.zentic-filter-row label>span{font-size:10px!important;letter-spacing:.04em!important;color:#667085!important}
.zentic-filter-row select,.zentic-filter-row input{min-height:42px!important;padding:0 10px!important;border:1px solid #d8dde4!important;border-radius:10px!important;background:#fff!important;color:#111827!important;font-size:13px!important;font-weight:500!important}
.zentic-filter-actions{margin-top:10px!important}.zentic-filter-actions button{min-height:34px;padding:0 8px!important;color:#344054!important}.zentic-check{font-size:12px!important;color:#475467!important}
.zentic-people-shell{background:#fff!important;padding:0 18px 18px!important;overscroll-behavior:contain}
.zentic-directory-summary{position:sticky!important;top:0!important;z-index:3!important;display:flex;justify-content:space-between;padding:8px 2px!important;background:rgba(255,255,255,.96)!important;color:#667085;font-size:11px;font-weight:700}
.zentic-people-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;border:0!important;align-items:start}
.zentic-person-row{
  display:flex!important;gap:12px!important;min-width:0!important;padding:15px!important;border:1px solid var(--z-ref-line)!important;
  border-radius:16px!important;background:#fff!important;box-shadow:0 1px 2px rgba(16,24,40,.03)!important;
}
.zentic-person-row:hover{background:#fbfcfd!important;border-color:#d9dee5!important}
.zentic-person-row-avatar{width:50px!important;height:50px!important;flex:0 0 50px!important;border-radius:50%!important;background:#edf0f3!important;color:#344054!important}
.zentic-person-row-top{gap:8px!important}.zentic-person-name{font-size:15px!important;font-weight:800!important}.zentic-person-handle{font-size:12px!important;color:#667085!important}.zentic-person-bio{font-size:13px!important;line-height:1.45!important;color:#344054!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.zentic-follow-btn{min-width:74px!important;height:34px!important;border-radius:999px!important;border:1px solid #111827!important;background:#111827!important;color:#fff!important;font-size:12px!important}
.zentic-follow-btn.zentic-following{background:#fff!important;color:#111827!important;border-color:#d0d5dd!important}
.zentic-person-inline-meta{font-size:11px!important;color:#667085!important}.zentic-person-row-actions{gap:14px!important;margin-top:8px!important}.zentic-more-info-btn,.zentic-person-message-btn{min-height:28px!important;font-size:12px!important;color:#475467!important}.zentic-person-message-btn{color:#167fae!important}
.zentic-person-expanded{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important;padding:12px!important;border:0!important;border-radius:12px!important;background:#f7f8fa!important}
.zentic-directory-empty{min-height:240px;margin:12px 0;border:1px dashed #d5dae1;border-radius:16px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;color:#667085}
.zentic-directory-empty i{font-size:20px;margin-bottom:10px}.zentic-directory-empty h4{font-size:16px;font-weight:800;color:#111827}.zentic-directory-empty p{max-width:430px;margin-top:5px;font-size:13px;line-height:1.45}
#user-search-pagination{min-height:58px!important;border-top:1px solid var(--z-ref-line)!important;background:#fff!important;padding-bottom:max(12px,env(safe-area-inset-bottom))!important}

/* ---------- messages hub ---------- */
.zentic-messages-hub{width:min(680px,100%)!important;min-height:100%!important;margin:0 auto!important;background:#fff!important;border-left:1px solid var(--z-ref-line)!important;border-right:1px solid var(--z-ref-line)!important}
.zentic-messages-hub-header{position:sticky!important;top:0!important;z-index:15!important;padding:10px 12px!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--z-ref-line)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.zentic-messages-toolbar{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:8px}
.zentic-hub-icon-btn,.zentic-new-message-plus{width:40px;height:40px;border:0;border-radius:999px;background:#f2f4f7;color:#344054;display:flex;align-items:center;justify-content:center;cursor:pointer}
.zentic-hub-icon-btn:hover,.zentic-new-message-plus:hover{background:#e9edf1}
.zentic-messages-search{height:42px!important;min-height:42px!important;margin:0!important;padding:0 13px!important;border:1px solid transparent!important;border-radius:999px!important;background:#f2f4f7!important;color:#667085!important;display:flex;align-items:center;gap:8px}
.zentic-messages-search:focus-within{background:#fff!important;border-color:#b9dbea!important;box-shadow:0 0 0 3px rgba(34,158,217,.09)}
.zentic-messages-search input{font-size:14px!important;font-weight:500!important;color:#111827!important}
.zentic-messages-list{background:#fff!important}
.messenger-person-card{width:100%!important;display:flex!important;align-items:center!important;gap:12px!important;min-height:74px!important;padding:10px 14px!important;border:0!important;border-bottom:1px solid #f0f1f3!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;text-align:left!important}
.messenger-person-card:hover{background:#f8fafb!important}.messenger-avatar{width:52px!important;height:52px!important;flex:0 0 52px!important;border-radius:50%!important;background:#eef1f4!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important}.messenger-avatar img{width:100%;height:100%;object-fit:cover}.messenger-row-name{font-size:15px!important;font-weight:750!important}.messenger-row-time{font-size:11px!important;color:#98a2b3!important}.messenger-row-preview{margin-top:3px!important;font-size:13px!important;font-weight:450!important;color:#667085!important}.zentic-messages-empty{padding:72px 24px!important}.zentic-empty-icon{width:58px!important;height:58px!important;background:#f2f4f7!important;color:#475467!important}

/* ---------- direct chat ---------- */
body.zentic-dm-open #messages-container{background:#eef2f5!important;padding:18px 14px 12px!important;overscroll-behavior:contain;scroll-behavior:auto!important}
body.zentic-dm-open #chat-composer-block{border-top:1px solid #e2e6ea!important;background:rgba(248,250,252,.96)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:none!important}
.zentic-chat-row{max-width:780px!important}.zentic-chat-row-new{margin-top:9px!important}.zentic-chat-row-grouped{margin-top:2px!important}
.zentic-chat-avatar{width:32px!important;height:32px!important;flex:0 0 32px!important;margin-right:7px!important}.zentic-chat-avatar-spacer{width:32px!important;flex:0 0 32px!important;margin-right:7px!important}
.zentic-chat-message-wrap{max-width:min(75%,600px)!important}.zentic-chat-sender{padding:0 4px 3px!important;font-size:11px!important;font-weight:700!important;color:#475467!important}
.zentic-chat-bubble{min-width:42px!important;padding:8px 11px!important;border-radius:15px!important;font-size:14px!important;line-height:1.42!important;font-weight:450!important;box-shadow:0 1px 1px rgba(16,24,40,.06)!important}
.chat-bubble-me{background:var(--z-ref-out)!important;color:#111827!important;border:1px solid #cfeaf7!important;border-bottom-right-radius:5px!important}
.chat-bubble-other{background:var(--z-ref-in)!important;color:#111827!important;border:1px solid #e0e4e8!important;border-bottom-left-radius:5px!important}
.zentic-chat-message-meta{padding:2px 4px 0!important;font-size:10px!important;color:#8a94a2!important}.msg-image{max-width:min(340px,66vw)!important;border-radius:12px!important}.zentic-audio-player{max-width:min(320px,68vw)!important}
.zentic-chat-composer-row{gap:8px!important}.zentic-chat-tool-btn{width:44px!important;height:44px!important;min-width:44px!important;border:1px solid #e0e4e8!important;box-shadow:none!important;color:#475467!important}.zentic-chat-input-shell{min-height:46px!important;border:1px solid #dce1e6!important;border-radius:22px!important;box-shadow:none!important}.zentic-chat-input-shell:focus-within{border-color:#afd6e8!important}.zentic-chat-send{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;background:var(--z-ref-blue)!important}.zentic-chat-send:hover{background:var(--z-ref-blue-dark)!important}#chat-input{min-height:44px!important;max-height:132px!important;height:44px;padding:11px 48px 9px 14px!important;font-size:16px!important;font-weight:450!important;line-height:1.35!important}
.zentic-dm-header-name{font-weight:800;color:#111827}.zentic-dm-header-status{font-size:12px;color:#667085}.zentic-dm-header-call{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-left:8px;border:0;border-radius:999px;background:#eef6fa;color:#1688bf;vertical-align:middle}.zentic-mobile-dm-heading{display:flex;align-items:center;gap:7px;min-width:0}.zentic-mobile-dm-back{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:999px;background:transparent;color:#344054;flex:0 0 auto}

/* ---------- post view and threaded replies ---------- */
#single-post-modal{background:#f5f7f9!important}
#single-post-modal>div>div:first-child{background:#fff!important;border-bottom:1px solid var(--z-ref-line)!important}
#single-post-content{background:#fff!important}
.zentic-x-single-post{padding:20px 22px 0!important}.zentic-x-single-author{gap:11px!important}.zentic-x-single-author-copy strong{font-size:15px!important}.zentic-x-single-text{margin-top:17px!important;font-size:18px!important;line-height:1.48!important;color:#111827!important}.zentic-x-single-meta{padding:16px 0 12px!important;font-size:12px!important;border-bottom:0!important}.zentic-x-single-actions{min-height:52px!important;border-top:1px solid var(--z-ref-line)!important;border-bottom:1px solid var(--z-ref-line)!important}.zentic-x-action{min-height:48px!important;color:#667085!important}.zentic-x-action:hover{background:#f7f9fb!important}.zentic-post-context{margin:5px 0 14px!important;border:1px solid #e7e9ed!important;border-radius:12px!important;overflow:hidden}.zentic-post-context summary{padding:10px 12px!important;font-size:12px!important}.zentic-post-context-body{padding:0 12px 12px!important}
.zentic-x-replies{background:#fff}.zentic-x-replies-heading{min-height:48px;padding:0 22px!important;border-bottom:1px solid var(--z-ref-line)!important;display:flex;align-items:center;gap:7px}.zentic-x-replies-heading h3{font-size:15px;font-weight:800;color:#111827}.zentic-x-replies-heading span{font-size:12px;color:#667085}.zentic-x-reply-composer{padding:14px 22px!important;border-bottom:1px solid var(--z-ref-line)!important;display:flex;gap:10px}.zentic-x-reply-input{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:1;min-width:0}.zentic-x-reply-input textarea{width:100%;min-height:66px;max-height:180px;padding:10px 12px;border:1px solid #dce1e6;border-radius:12px;outline:0;resize:vertical;font-size:14px}.zentic-x-reply-input textarea:focus{border-color:#a9d3e6}.zentic-x-reply{display:flex;gap:10px;padding:14px 22px!important;border-bottom:1px solid #f0f1f3!important}.zentic-x-reply-avatar,.zentic-x-reply-composer .zentic-x-reply-avatar{width:38px!important;height:38px!important;flex:0 0 38px!important;border-radius:50%!important;overflow:hidden;background:#eef1f4}.zentic-x-reply-avatar img{width:100%;height:100%;object-fit:cover}.zentic-x-reply-body{flex:1;min-width:0}.zentic-x-reply-name{font-size:13px;font-weight:800;color:#111827}.zentic-comment-text{margin-top:3px;font-size:14px;line-height:1.48;color:#344054;overflow-wrap:anywhere}.zentic-comment-reply-action{margin-top:7px;padding:3px 0;border:0;background:transparent;color:#167fae;font-size:12px;font-weight:750;cursor:pointer}.zentic-comment-reply-box{margin:8px 0 4px;padding:9px;border:1px solid #e1e5e9;border-radius:12px;background:#fafbfc}.zentic-comment-reply-box textarea{width:100%;min-height:58px;padding:9px 10px;border:1px solid #d8dde3;border-radius:9px;background:#fff;outline:0;resize:vertical;font-size:13px}.zentic-comment-reply-box>div{display:flex;justify-content:flex-end;gap:7px;margin-top:7px}.zentic-comment-reply-cancel,.zentic-comment-reply-send{min-height:34px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:750}.zentic-comment-reply-cancel{border:1px solid #d0d5dd;background:#fff;color:#475467}.zentic-comment-reply-send{border:0;background:#111827;color:#fff}.zentic-comment-nested-list{position:relative;margin:10px 0 0 5px;padding-left:14px;border-left:2px solid #eef0f2}.zentic-comment-nested{display:flex;gap:8px;padding:7px 0}.zentic-comment-nested-avatar{width:30px;height:30px;flex:0 0 30px;border:0;border-radius:50%;overflow:hidden;background:#eef1f4;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.zentic-comment-nested-avatar img{width:100%;height:100%;object-fit:cover}.zentic-comment-nested-body{min-width:0;flex:1}.zentic-comment-nested-name{border:0;background:transparent;padding:0;color:#111827;font-size:12px;font-weight:800}.zentic-comment-nested .zentic-comment-text{font-size:13px;margin-top:2px}

/* ---------- profile ---------- */
#profile-modal{background:#f4f6f8!important}.zentic-profile-shell{background:#f4f6f8!important}.zentic-profile-topbar{position:sticky!important;top:0!important;z-index:20!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--z-ref-line)!important}.zentic-profile-cover{background:linear-gradient(120deg,#e8edf2 0%,#d5e1e8 48%,#e9eef2 100%)!important}.zentic-profile-body{box-shadow:0 1px 0 rgba(16,24,40,.02)}.zentic-profile-avatar{border:4px solid #fff!important;box-shadow:0 2px 8px rgba(16,24,40,.10)!important;background:#edf0f3!important}.zentic-profile-identity h3{font-weight:850!important;letter-spacing:-.02em}.zentic-profile-bio{max-width:680px!important;line-height:1.5!important;color:#344054!important}.zentic-profile-meta{gap:8px 14px!important;color:#667085!important}.zentic-profile-role{display:inline-flex!important;width:auto!important;margin-top:12px!important;padding:5px 9px!important;border:1px solid #e3e7eb!important;border-radius:999px!important;background:#f8f9fa!important;color:#475467!important;font-size:11px!important;font-weight:750!important}.zentic-profile-details{gap:10px!important}.zentic-profile-details>div{border:1px solid #e6e9ed!important;border-radius:12px!important;background:#fafbfc!important}.zentic-profile-post-section{border-top:1px solid var(--z-ref-line)!important}.zentic-profile-post-heading-row{background:#fff!important}.zentic-profile-post-card{transition:background .12s ease!important}.zentic-profile-post-card:hover{background:#fafbfc!important}.zentic-profile-post-image{border-color:#e0e4e8!important;border-radius:12px!important}.zentic-profile-follow{background:#111827!important;color:#fff!important}.zentic-profile-follow.following,.zentic-profile-edit-btn{background:#fff!important;color:#111827!important;border:1px solid #d0d5dd!important}

/* ---------- community settings ---------- */
.zentic-community-settings-panel{margin-top:6px;padding:0;border:1px solid var(--z-ref-line);border-radius:16px;background:#fff;overflow:hidden}.zentic-settings-section{padding:16px;border-bottom:1px solid var(--z-ref-line)}.zentic-settings-section h4{margin:0;color:#111827;font-size:15px;font-weight:850}.zentic-settings-section>p{margin:3px 0 13px;color:#667085;font-size:12px;line-height:1.4}.zentic-settings-section>label,.zentic-settings-slow{display:flex;flex-direction:column;gap:6px;margin-top:10px}.zentic-settings-section>label>span,.zentic-settings-slow>span{font-size:11px;font-weight:750;color:#475467}.zentic-settings-section .o-input{width:100%;min-height:42px;border-radius:10px!important;border:1px solid #d8dde3!important;background:#fff!important;box-shadow:none!important}.zentic-settings-section textarea.o-input{min-height:86px;padding:10px!important;resize:vertical}.zentic-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.zentic-settings-grid label{display:flex;flex-direction:column;gap:6px}.zentic-settings-grid label>span{font-size:11px;font-weight:750;color:#475467}.zentic-settings-switches{display:grid;grid-template-columns:1fr 1fr;gap:8px}.zentic-settings-switches>label{display:flex;align-items:flex-start;gap:10px;padding:10px;border:1px solid #e7eaee;border-radius:11px;background:#fafbfc;cursor:pointer}.zentic-settings-switches input{width:17px;height:17px;margin-top:2px;accent-color:#111827;flex:0 0 auto}.zentic-settings-switches span{display:flex;flex-direction:column;gap:2px}.zentic-settings-switches b{font-size:12px;color:#111827}.zentic-settings-switches small{font-size:10px;line-height:1.35;color:#667085}.zentic-settings-save{margin:12px!important;width:calc(100% - 24px)!important}

/* ---------- call UI ---------- */
#call-modal{padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom))!important}.call-phone-shell{width:min(390px,100%)!important;min-height:min(700px,calc(100dvh - 24px))!important;max-height:calc(100dvh - 24px)!important;border-radius:28px!important;overflow:hidden!important}.call-action-btn{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important}

/* ---------- mobile / iPhone ---------- */
@media(max-width:700px){
  #user-search-modal>div{width:100vw!important;max-width:100vw!important;height:var(--zentic-vh,100dvh)!important;max-height:var(--zentic-vh,100dvh)!important;margin:0!important;border:0!important;border-radius:0!important}
  .zentic-people-hero{min-height:calc(58px + env(safe-area-inset-top))!important;padding:calc(8px + env(safe-area-inset-top)) 12px 8px!important}.zentic-people-hero .w-14{display:none!important}.zentic-people-hero h3{font-size:18px!important}.zentic-people-hero p{display:block!important;max-width:70vw!important;font-size:11px!important}.zentic-people-search-wrap{margin:8px 10px 6px!important}.zentic-people-search{min-height:44px!important;font-size:16px!important;border-radius:12px!important}.zentic-people-filters{margin:0 10px 8px!important;padding:8px!important;overflow-x:auto!important;overscroll-behavior-x:contain}.zentic-filter-row{display:flex!important;gap:7px!important;min-width:max-content!important}.zentic-filter-row label{width:140px!important;flex:0 0 140px!important}.zentic-filter-row label:nth-child(3){width:160px!important;flex-basis:160px!important}.zentic-filter-row select,.zentic-filter-row input{font-size:13px!important}.zentic-filter-actions{position:sticky;left:0;width:100%;margin-top:7px!important}.zentic-people-shell{padding:0 10px 12px!important}.zentic-people-list{grid-template-columns:1fr!important;gap:8px!important}.zentic-person-row{padding:12px!important;border-radius:14px!important}.zentic-person-row-avatar{width:46px!important;height:46px!important;flex-basis:46px!important}.zentic-person-expanded{grid-template-columns:1fr 1fr!important}.zentic-directory-empty{min-height:220px;margin:8px 0}.zentic-directory-summary{padding:7px 2px!important}

  body.zentic-messages-hub-open .mobile-feed-container,body.zentic-dm-open .mobile-feed-container{height:var(--zentic-vh,100dvh)!important;padding-bottom:0!important}
  body.zentic-messages-hub-open #main-workspace>nav.lg\:hidden,body.zentic-dm-open #main-workspace>nav.lg\:hidden{display:none!important}
  body.zentic-messages-hub-open #fab-compose,body.zentic-dm-open #fab-compose{display:none!important}
  body.zentic-messages-hub-open #messages-container{padding:0!important;background:#fff!important}
  .zentic-messages-hub{width:100%!important;border:0!important}.zentic-messages-hub-header{padding:8px 10px!important}.messenger-person-card{min-height:72px!important;padding:9px 12px!important}.messenger-avatar{width:50px!important;height:50px!important;flex-basis:50px!important}

  body.zentic-dm-open #messages-container{padding:12px 8px 8px!important}.zentic-chat-message-wrap{max-width:82%!important}.zentic-chat-avatar,.zentic-chat-avatar-spacer{width:28px!important;height:28px!important;flex-basis:28px!important;margin-right:6px!important}.zentic-chat-bubble{font-size:14px!important;padding:8px 10px!important}.msg-image{max-width:72vw!important}.zentic-audio-player{max-width:72vw!important}body.zentic-dm-open #chat-composer-block{padding:8px 8px calc(8px + env(safe-area-inset-bottom))!important;margin:0!important}.zentic-chat-tool-btn{width:42px!important;height:42px!important;min-width:42px!important}.zentic-chat-input-shell{min-height:44px!important}#chat-input{font-size:16px!important;max-height:110px!important}.zentic-chat-send{right:3px!important;bottom:3px!important}
  body.zentic-dm-open header.lg\:hidden{height:auto!important;min-height:56px!important;padding:7px 10px!important;background:rgba(255,255,255,.97)!important}.zentic-mobile-dm-heading{max-width:62vw}.zentic-dm-header-call{width:28px;height:28px}

  #single-post-modal>div{height:var(--zentic-vh,100dvh)!important;max-height:var(--zentic-vh,100dvh)!important}.zentic-x-single-post{padding:15px 13px 0!important}.zentic-x-single-text{font-size:17px!important}.zentic-x-replies-heading{padding:0 13px!important}.zentic-x-reply-composer{padding:12px 13px!important}.zentic-x-reply{padding:12px 13px!important}.zentic-comment-nested-list{padding-left:10px!important}

  #profile-modal .zentic-profile-shell{height:var(--zentic-vh,100dvh)!important;max-height:var(--zentic-vh,100dvh)!important}.zentic-profile-details{grid-template-columns:1fr!important}.zentic-profile-post-copy{font-size:14px!important}.zentic-settings-grid,.zentic-settings-switches{grid-template-columns:1fr!important}
  .call-phone-shell{width:100%!important;min-height:calc(var(--zentic-vh,100dvh) - 24px)!important;max-height:calc(var(--zentic-vh,100dvh) - 24px)!important;border-radius:24px!important}
}

@media(min-width:701px) and (max-width:1000px){.zentic-filter-row{grid-template-columns:1fr 1fr!important}.zentic-people-list{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(max-width:700px){
  body.zentic-dm-open #mobile-profile-btn{display:none!important}
  body.zentic-dm-open header.lg\:hidden .zentic-legal-top,
  body.zentic-messages-hub-open header.lg\:hidden .zentic-legal-top{display:none!important}
}
