/* Technical affordances only; existing theme geometry and colours remain untouched. */
.cc-skip{position:fixed;left:1rem;top:1rem;z-index:100000;padding:.75rem 1rem;background:#fff;color:#111;border:2px solid #111;transform:translateY(-200%)}
.cc-skip:focus{transform:translateY(0)}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #155eaa;outline-offset:3px}
/* The inherited icon font renders a missing glyph in the verified Chrome control. */
header .hsm::before { content: "" !important; display: block; width: 20px; height: 14px; margin: 10px auto; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; background: linear-gradient(currentColor,currentColor) center / 100% 2px no-repeat; }
header .hsm::after { content: none !important; }
/* Keep the existing error copy and status; make the inherited 380px heading fit a phone. */
main#main-content.lost .awr h1 { font-size: clamp(96px, 24vw, 300px); line-height: 1.15; overflow-wrap: normal; color: #a33320; }
