.header-actions .module-upload-entry{
  position:relative;
  width:48px;
  min-width:48px;
  height:48px;
  display:inline-grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:linear-gradient(145deg,#3568f2,#1f4ed8);
  color:#fff;
  text-decoration:none;
  box-shadow:0 9px 22px rgba(36,87,237,.25),inset 0 1px rgba(255,255,255,.28);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.header-actions .module-upload-entry svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease;
}
.header-actions .module-upload-entry:hover{
  transform:translateY(-2px);
  filter:saturate(1.08);
  box-shadow:0 13px 28px rgba(36,87,237,.32),inset 0 1px rgba(255,255,255,.32);
}
.header-actions .module-upload-entry:hover svg{transform:scale(1.05)}
.header-actions .module-upload-entry:active{transform:translateY(0) scale(.96)}
.header-actions .module-upload-entry:focus-visible{outline:3px solid rgba(36,87,237,.28);outline-offset:3px}
@media(max-width:720px){
  .header-actions .module-upload-entry{width:44px;min-width:44px;height:44px}
  .header-actions .module-upload-entry svg{width:23px;height:23px}
}
@media(prefers-reduced-motion:reduce){
  .header-actions .module-upload-entry,.header-actions .module-upload-entry svg{transition:none}
}
