/* Forum reaction picker */
.thread-like-footer{position:relative;min-height:48px;gap:10px}
.thread-like-footer .reaction-summary{margin-left:auto}
.reaction-picker{position:relative}.reaction-picker>summary{height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #27333d;border-radius:7px;background:#0d151c;color:#aeb7bf;cursor:pointer;list-style:none;font-size:11px}.reaction-picker>summary::-webkit-details-marker{display:none}.reaction-picker>summary:hover,.reaction-picker>summary.selected{border-color:#405365;background:#111d27;color:#fff}.reaction-picker>summary>span{font-size:18px}.reaction-picker>summary .fa-angle-down{margin-left:3px;font-size:9px}.reaction-popover{position:absolute;z-index:20;left:0;bottom:47px;display:flex;gap:4px;padding:7px;border:1px solid #30404d;border-radius:9px;background:#0a1117;box-shadow:0 16px 42px rgba(0,0,0,.55)}.reaction-popover:after{position:absolute;bottom:-7px;left:24px;width:12px;height:12px;transform:rotate(45deg);border-right:1px solid #30404d;border-bottom:1px solid #30404d;background:#0a1117;content:""}.reaction-popover form{margin:0}.reaction-popover button{position:relative;z-index:1;width:43px;height:43px;padding:0;border:1px solid transparent;border-radius:7px;background:transparent;font-size:24px;line-height:1;cursor:pointer;transition:transform .15s,background .15s,border-color .15s}.reaction-popover button:hover,.reaction-popover button.active{transform:translateY(-3px) scale(1.08);border-color:#455462;background:#17222b}.reaction-summary{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.reaction-summary>span{display:flex;align-items:center;gap:5px;height:31px;padding:0 9px;border:1px solid #26333d;border-radius:6px;background:#0c141a;font-size:15px}.reaction-summary>span b{color:#e6eaed;font-size:10px}.reaction-summary>em{color:#8d98a1;font-size:10px;font-style:normal}

/* Header profile layout */
.top-actions .profile-menu{margin-left:2px}.top-actions .profile-menu .user-chip{min-width:188px;height:58px;justify-content:flex-start;gap:11px;margin:0;padding:0 7px;border-left:1px solid transparent;border-right:1px solid transparent;border-radius:0}.top-actions .profile-menu .user-chip:hover,.top-actions .profile-menu .user-chip[aria-expanded="true"]{border-color:#202a33;background:#0a1117}.top-actions .profile-menu .user-chip .avatar{width:44px;height:44px;flex:0 0 44px;border:2px solid #8e1f2d;box-shadow:0 0 0 3px #090e13;object-fit:cover}.top-actions .profile-menu .profile-copy{display:flex;min-width:105px;flex:1;align-items:flex-start;flex-direction:column;gap:3px;text-align:left}.top-actions .profile-menu .profile-copy b{max-width:112px;overflow:hidden;color:#f0f3f5;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.top-actions .profile-menu .profile-copy small{color:#ef3147;font-size:9px}.top-actions .profile-menu .profile-chevron{margin-left:auto;color:#c8d0d6;font-size:11px}.profile-menu .profile-dropdown{top:62px;width:252px;padding:8px;border-color:#2b3842}.profile-dropdown-head{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;margin:-1px -1px 7px;padding:10px;border-bottom:1px solid #25313a;border-radius:7px 7px 0 0;background:linear-gradient(135deg,#141d25,#0c1319)}.profile-dropdown-head img{width:42px;height:42px;border:1px solid #842431;border-radius:50%;object-fit:cover}.profile-dropdown-head span{display:flex;min-width:0;flex-direction:column;gap:4px}.profile-dropdown-head strong{overflow:hidden;color:#f2f4f6;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.profile-dropdown-head small{overflow:hidden;color:#8e9aa4;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.profile-dropdown form{margin:5px 0 0;padding-top:5px;border-top:1px solid #222d36}.profile-dropdown form button{color:#ff5364}
@media(max-width:900px){.top-actions .profile-menu .user-chip{min-width:54px;padding:0 5px}.top-actions .profile-menu .profile-copy{display:none}.top-actions .profile-menu .profile-chevron{display:none}.profile-menu .profile-dropdown{right:-5px}.reaction-summary>em{display:none}}
@media(max-width:620px){.reaction-popover{position:fixed;right:12px;bottom:72px;left:12px;justify-content:space-around}.reaction-popover:after{display:none}.reaction-popover button{width:44px}.thread-like-footer{flex-wrap:wrap}.reaction-summary{order:3;width:100%}}
