/* Conversation details: real profile, shared items and account-owned controls. */
.falue-msg-details [hidden],.falue-conversation-confirm [hidden]{display:none!important}
.falue-msg-details[data-conversation-kind=user] .falue-nondirect-details{display:none}
.falue-msg-details .falue-msg-details-section{margin-top:10px;padding-top:10px;padding-bottom:10px}
.falue-msg-details #falue-person-about{margin-top:0;border-top:0}
.falue-msg-details .falue-msg-details-hero{padding-bottom:2px;margin-bottom:14px}
.falue-detail-muted{font-size:12px;line-height:1.5;color:#74768c;margin:8px 0}
#falue-person-bio{white-space:pre-wrap;overflow-wrap:anywhere;max-height:160px;overflow-y:auto}
#falue-person-facts{margin:0;font-size:12px;line-height:1.5}
#falue-person-facts>div{display:grid;grid-template-columns:60px minmax(0,1fr);gap:10px;margin:6px 0}
#falue-person-facts dt{color:#74768c;font-weight:400}#falue-person-facts dd{margin:0;overflow-wrap:anywhere}
.falue-shared-tabs{display:flex;gap:4px;background:#f4f3fc;border-radius:12px;padding:4px;margin:10px 0}
.falue-shared-tabs button{flex:1;border:0;background:transparent;color:#676a83;font-size:12px;border-radius:9px;padding:7px 4px}
.falue-shared-tabs button[aria-selected=true]{background:white;color:#5637e9;box-shadow:0 2px 6px #26245b12}
.falue-shared-items{padding:0;margin:10px 0;list-style:none;max-height:230px;overflow-y:auto;display:grid;gap:6px}
.falue-shared-items[data-category=media]{grid-template-columns:repeat(5,minmax(0,1fr))}
.falue-shared-items a{display:flex;gap:8px;align-items:center;min-width:0;color:inherit;border-radius:10px;padding:9px;background:#f7f7fc;font-size:12px;overflow:hidden}
.falue-shared-items a span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.falue-shared-items[data-category=media] a{aspect-ratio:1;flex-direction:column;justify-content:center;padding:0;position:relative}
.falue-shared-items img{height:100%;width:100%;object-fit:cover}
.falue-shared-items[data-category=media] a span{max-width:100%;padding:4px 6px;font-size:10px}
.falue-shared-kind{font-size:20px;color:#6555cb;line-height:1}
.falue-detail-text-button{border:0;background:transparent;color:#5939eb;font-size:12px;padding:5px 0}
.falue-pref-row{position:relative;display:flex;align-items:center;gap:10px;padding:8px 0;margin:0;cursor:pointer;color:inherit;font-weight:400}
.falue-pref-row>svg,.falue-person-action>svg{flex:0 0 20px;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.falue-pref-row>span:first-of-type{flex:1;min-width:0}.falue-pref-row strong{display:block;font-size:13px;font-weight:500}
.falue-pref-row small{display:block;font-size:10px;line-height:1.4;color:#77798e;margin-top:3px}
.falue-pref-row input{position:absolute;right:0;opacity:0;width:38px;height:24px;cursor:pointer}
.falue-switch{flex:0 0 36px;height:22px;border-radius:30px;background:#d8d9e9;padding:3px;transition:background .15s}
.falue-switch:before{content:'';display:block;width:16px;height:16px;border-radius:50%;background:white;box-shadow:0 1px 3px #1112;transition:transform .15s}
.falue-pref-row input:checked+.falue-switch{background:#6433f7}.falue-pref-row input:checked+.falue-switch:before{transform:translateX(14px)}
.falue-pref-row input:disabled+.falue-switch{opacity:.5}.falue-pref-row input:focus-visible+.falue-switch{outline:2px solid #4930db;outline-offset:3px}
.falue-person-action{display:flex;align-items:center;gap:10px;width:100%;border:0;background:transparent;color:inherit;padding:10px 0;text-align:left;font-size:13px}
.falue-person-action:hover:not(:disabled){color:#5939eb}.falue-person-action:disabled{opacity:.45;cursor:not-allowed}.falue-pref-help{font-size:10px;margin:1px 0 5px 30px}
#falue-person-feedback:empty{display:none}#falue-person-feedback.is-error,#falue-confirm-error{color:#bb2840}
#falue-person-block-help{font-size:10px;margin:0 0 3px 30px}
.falue-conversation-confirm{border:1px solid #e2e5f3;border-radius:22px;padding:26px;color:#202140;background:#fff;width:min(440px,calc(100vw - 32px));max-height:calc(100dvh - 40px);box-shadow:0 16px 65px #12143730}
.falue-conversation-confirm:not([open]){display:none}.falue-conversation-confirm::backdrop{background:#17152c70}
.falue-conversation-confirm h2{font-size:20px;margin:0 0 12px;overflow-wrap:anywhere}.falue-conversation-confirm p{font-size:14px;line-height:1.6}
.falue-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.falue-confirm-actions button{border:0;background:#efedf8;color:#38345b;border-radius:12px;padding:10px 18px;font-size:14px}
.falue-confirm-actions #falue-confirm-submit{color:white;background:#613bec}.falue-confirm-actions button:disabled{opacity:.5}
#falue-details-open,#falue-details-close{display:none}
.falue-msg-details button:focus-visible,.falue-conversation-confirm button:focus-visible{outline:2px solid #6b46f2;outline-offset:3px}
@media(max-width:1399px){
  #falue-details-open{display:inline-flex}#falue-details-close{display:block;position:absolute;right:16px;top:15px;border:0;border-radius:9px;padding:4px 10px;background:#efedf8;color:#4d3a9d;font-size:20px}
  .tag_messages .falue-msg-details.falue-details-open{display:block!important;position:fixed!important;z-index:1100;right:14px;top:100px;bottom:14px;width:min(350px,calc(100vw - 28px));height:auto!important;max-height:none!important;overflow-y:auto;border:1px solid #e2e5f3;box-shadow:0 16px 60px #20183840;background:white;padding:22px;border-radius:24px}
}
body .falue-msg-details[data-conversation-kind]:not([data-conversation-kind=user]) #falue-person-about,body .falue-msg-details[data-conversation-kind]:not([data-conversation-kind=user]) #falue-person-shared,body .falue-msg-details[data-conversation-kind]:not([data-conversation-kind=user]) #falue-person-controls{display:none}
@media(prefers-reduced-motion:reduce){.falue-switch,.falue-switch:before{transition:none}}
