/* Match navigation hover to the raised graphite surfaces. Geometry is untouched. */
html body .wapper .blockMenu .blockMenuRow,
html body .wapper .header .collapsible-menu.user-menu>li.profileDropdownReady>ul{
 background:linear-gradient(155deg,#343635,#272a28)!important;
 transition:background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
html body .wapper .blockMenu .blockMenuRow:focus-within,
html body .wapper .header .collapsible-menu.user-menu>li.profileDropdownReady>ul:focus-within{
 background:linear-gradient(155deg,#3b3e3b,#2e322e)!important;
 border-color:#c7ad7860!important;border-top-color:#e7d29c88!important;
 box-shadow:0 4px 9px #0004,0 16px 28px -8px #0008,inset 0 1px 0 #ffffff12!important;
}
@media(hover:hover) and (pointer:fine){
 html body .wapper .blockMenu .blockMenuRow:hover,
 html body .wapper .header .collapsible-menu.user-menu>li.profileDropdownReady>ul:hover{
  background:linear-gradient(155deg,#3b3e3b,#2e322e)!important;
  border-color:#c7ad7860!important;border-top-color:#e7d29c88!important;
  box-shadow:0 4px 9px #0004,0 16px 28px -8px #0008,inset 0 1px 0 #ffffff12!important;
 }
 html body .wapper .header .collapsible-menu.user-menu>li.profileDropdownReady>a:hover{
  background:linear-gradient(155deg,#393c37,#2d312c)!important;
  border-color:#c7ad7860!important;box-shadow:0 3px 8px #0003,inset 0 1px 0 #ffffff10!important;
 }
}
html body .wapper .blockMenu .blockMenu_Item:hover,
html body .wapper .blockMenu .blockMenu_Item:focus-visible,
html body .wapper .header .collapsible-menu.user-menu>li.profileDropdownReady>ul>li>a:hover,
html body .wapper .header .collapsible-menu.user-menu>li.profileDropdownReady>ul>li>a:focus-visible{
 background:linear-gradient(100deg,#c7ad7824,#c7ad780c)!important;
 box-shadow:inset 0 1px 0 #ffffff0a!important;
}
@media(prefers-reduced-motion:reduce){
 html body .wapper .blockMenu .blockMenuRow,
 html body .wapper .header .collapsible-menu.user-menu>li.profileDropdownReady>ul{transition:none!important;}
}
