/* Runtime state and keyboard accessibility, separate from unchanged export CSS. */
[hidden] { display:none !important; }
:focus-visible { outline:3px solid #E45478; outline-offset:4px; }
input:focus, textarea:focus { border-color:#E45478 !important; }
body.admin-bar header { top:32px !important; }
@media(max-width:782px) { body.admin-bar header { top:46px !important; } }
@media(max-width:640px) {
  header > div:first-child { gap:10px !important; padding-left:18px !important; padding-right:18px !important; }
  header > div:first-child > a:last-child { padding:12px !important; font-size:10px !important; }
  header > div:first-child > a:first-child img { max-width:120px; object-fit:contain; }
}
