/* Private account safety controls. The content hydrates only after an
   authenticated no-store request, so this stylesheet contains no account data. */
.ofm-profile-safety{margin:0;padding-top:18px;border-top:1px solid rgb(255 255 255 / .12)}
.ofm-profile-safety__content{display:grid;gap:18px}
.ofm-profile-safety__visibility,.ofm-profile-safety__blocked{padding:14px;border:1px solid rgb(255 255 255 / .1);border-radius:13px;background:rgb(255 255 255 / .018)}
.ofm-profile-safety__section-heading{display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:start}
.ofm-profile-safety__icon{display:grid;place-items:center;inline-size:33px;block-size:33px;border:1px solid rgb(244 196 48 / .3);border-radius:10px;background:rgb(244 196 48 / .07);color:#f4c430}
.ofm-profile-safety__icon--block{border-color:rgb(255 141 141 / .3);background:rgb(255 107 107 / .06);color:#f4c430}
.ofm-profile-safety__icon svg,.ofm-profile-safety__block svg{inline-size:17px;block-size:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.ofm-profile-safety__section-heading h3{margin:0;color:#fff;font-size:.95rem;line-height:1.25}
.ofm-profile-safety__section-heading p{margin:3px 0 0;color:#aaa;font-size:.79rem;line-height:1.4}
.ofm-profile-safety__switch{display:flex!important;align-items:center;gap:9px;margin:14px 0 0!important;color:#eee!important;font-size:.87rem;font-weight:750!important;cursor:pointer}
.ofm-profile-safety__switch input{inline-size:17px;block-size:17px;margin:0;accent-color:#f4c430;cursor:pointer}
.ofm-profile-safety__switch input:disabled{cursor:wait;opacity:.55}
.ofm-profile-safety__blocked-list{display:grid;gap:7px;margin:14px 0 0;padding:0;list-style:none}
.ofm-profile-safety__blocked-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-block-size:42px;padding:8px 9px;border:1px solid rgb(255 255 255 / .08);border-radius:10px;background:rgb(0 0 0 / .12)}
.ofm-profile-safety__blocked-identity{display:grid;min-inline-size:0;gap:2px;color:#eee;text-decoration:none}
.ofm-profile-safety__blocked-identity:hover,.ofm-profile-safety__blocked-identity:focus-visible{color:#f4c430;outline:none}
.ofm-profile-safety__blocked-identity strong{overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}
.ofm-profile-safety__blocked-identity small{overflow:hidden;color:#aaa;font-size:.71rem;text-overflow:ellipsis;white-space:nowrap}
.ofm-profile-safety__unblock,.ofm-profile-safety__block{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-block-size:34px;padding:7px 10px;border:1px solid rgb(244 196 48 / .32);border-radius:10px;background:rgb(244 196 48 / .055);color:#f4c430;font:inherit;font-size:.73rem;font-weight:800;line-height:1;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}
.ofm-profile-safety__unblock:hover,.ofm-profile-safety__unblock:focus-visible,.ofm-profile-safety__block:hover,.ofm-profile-safety__block:focus-visible{border-color:rgb(244 196 48 / .74);background:rgb(244 196 48 / .13);outline:none;transform:translateY(-1px)}
.ofm-profile-safety__unblock[disabled],.ofm-profile-safety__block[disabled]{cursor:wait;opacity:.56;transform:none}
.ofm-profile-safety__blocked-empty{display:block;padding:10px;border:1px dashed rgb(255 255 255 / .13);border-radius:10px;color:#999;font-size:.79rem;line-height:1.4}
.ofm-profile-safety__status{min-block-size:1.35em;margin:0!important;color:#c9c9c9!important;font-size:.78rem!important;line-height:1.45}
.ofm-profile-safety__public{position:relative;display:flex;justify-content:center;margin:14px 0 0}
.ofm-profile-safety__public .ofm-profile-safety__block{min-block-size:36px;border-color:rgb(255 255 255 / .11);background:transparent;color:rgb(255 255 255 / .42);opacity:.62;box-shadow:none}
.ofm-profile-safety__public .ofm-profile-safety__block--icon{inline-size:36px;block-size:36px;min-block-size:36px;padding:0;border-radius:50%}
.ofm-profile-safety__public .ofm-profile-safety__block--icon svg{inline-size:18px;block-size:18px}
.ofm-profile-safety__tooltip{position:absolute;z-index:7;inset-inline-end:0;inset-block-end:calc(100% + 8px);inline-size:max-content;max-inline-size:min(230px,calc(100vw - 32px));padding:7px 9px;border:1px solid rgb(255 255 255 / .18);border-radius:8px;background:#151515;color:#f4f4f4;font-size:.7rem;font-weight:750;line-height:1.25;opacity:0;pointer-events:none;transform:translateY(3px);transition:opacity .16s ease,transform .16s ease;visibility:hidden}
.ofm-profile-safety__block--icon:hover~.ofm-profile-safety__tooltip,.ofm-profile-safety__block--icon:focus-visible~.ofm-profile-safety__tooltip{opacity:1;transform:translateY(0);visibility:visible}
.ofm-public-member-profile__panel,.ofm-creator__hero{position:relative}
.ofm-public-member-profile__panel>.ofm-profile-safety__public,.ofm-creator__hero .ofm-profile-safety__public{position:absolute;z-index:3;inset-inline-end:clamp(16px,3vw,26px);inset-block-end:clamp(16px,3vw,26px);margin:0}
.ofm-public-member-profile__panel:has(>.ofm-profile-safety__public){padding-block-end:clamp(76px,10vw,92px)}
.ofm-profile-safety__public .ofm-profile-safety__block.is-blocked{border-color:rgb(244 196 48 / .4);background:rgb(244 196 48 / .055);color:rgb(244 196 48 / .78);opacity:.82}
.ofm-profile-safety__public .ofm-profile-safety__block[data-ofm-profile-safety-ready]:hover,.ofm-profile-safety__public .ofm-profile-safety__block[data-ofm-profile-safety-ready]:focus-visible{border-color:rgb(244 196 48 / .56);background:rgb(244 196 48 / .09);color:#f4c430;opacity:1}
@media(max-width:480px){.ofm-profile-safety__blocked-item{align-items:flex-start;flex-direction:column;gap:8px}.ofm-profile-safety__unblock{align-self:stretch}.ofm-profile-safety__public .ofm-profile-safety__block{min-block-size:40px;padding-inline:13px}.ofm-profile-safety__public .ofm-profile-safety__block--icon{inline-size:40px;block-size:40px;padding:0}.ofm-public-member-profile__panel>.ofm-profile-safety__public,.ofm-creator__hero .ofm-profile-safety__public{inset-inline-end:16px;inset-block-end:16px}}
@media(prefers-reduced-motion:reduce){.ofm-profile-safety *,.ofm-profile-safety *::before,.ofm-profile-safety *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
