/* RUSENCOM v55 — Management acceptance: privacy link alignment + live metric accents. */

/* Keep the privacy-policy link visually tied to the secondary choice. */
html body .rsc-privacy-notice__policy{
  grid-column:2!important;
  justify-self:center!important;
  text-align:center!important;
}

/* Metrics use the same restrained accent behavior as Work and Contacts:
   card geometry stays still, while the orange top rail grows and glows. */
html body .rsc-release-134 .rsc-v31-metrics article::before{
  background:linear-gradient(90deg,#f9811e,#ffb25e)!important;
  box-shadow:0 0 16px rgba(249,129,30,.20)!important;
  transform-origin:left center!important;
  transition:width .24s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,filter .22s ease!important;
}
@media (hover:hover) and (pointer:fine){
  html body .rsc-release-134 .rsc-v31-metrics article:hover::before{
    width:118px!important;
    box-shadow:0 0 24px rgba(249,129,30,.38)!important;
    filter:brightness(1.08)!important;
  }
}

@media(max-width:900px){
  html body .rsc-privacy-notice__policy{
    grid-column:2!important;
    justify-self:center!important;
  }
}
@media(max-width:390px){
  html body .rsc-privacy-notice__policy{
    grid-column:1!important;
    justify-self:center!important;
  }
}

@media(prefers-reduced-motion:reduce){
  html body .rsc-release-134 .rsc-v31-metrics article::before{
    transition:none!important;
  }
}
