/* September 2026 audit: preserve the native portal theme; improve access. */
.skip-link { position:fixed; left:1rem; top:-6rem; z-index:10000; padding:1rem; background:#12100d; color:#fff3d6; border:2px solid #d7b46d; }
.skip-link:focus { top:1rem; }
:where(a,button,input,select,textarea,summary):focus-visible { outline:2px solid #e6c98e; outline-offset:3px; }
#main-content:focus { outline:none; }
.shared-realm-footer .portal-version { color:#b7aa95; }
.item-socket-overlay .socket-empty,.item-socket-overlay .socket-unresolved { display:block; width:22px; height:22px; margin:2px; border:2px solid #9a9586; border-radius:50%; background:radial-gradient(ellipse at 40% 35%,#070706 35%,#292720 70%,#676458); box-shadow:inset 1px 2px 4px #000,0 1px 2px #000; }
.item-socket-overlay .socket-unresolved { border-style:dashed; background:#39362b; }
.item-socket-overlay.sockets-5 > :nth-child(3) { grid-column:1 / -1; }
@media (max-width:600px) {
  body:not(.home-page) .hero.compact-hero { min-height:0; padding:38px 14px 22px; }
  body:not(.home-page) .hero.compact-hero h1 { font-size:clamp(30px,9vw,43px); }
  body:not(.home-page) .hero.compact-hero .rune-divider { margin-top:24px; }
}
@media (max-width:1100px) {
  .shared-realm-header .mobile-menu-panel { position:absolute; right:0; top:48px; width:min(300px,calc(100vw - 32px)); max-height:calc(100vh - 110px); max-height:calc(100dvh - 110px); overflow-y:auto; overscroll-behavior:contain; padding:10px; background:#090807; border:1px solid #6c5737; box-shadow:0 20px 50px #000; }
  .shared-realm-header .landing-mobile-menu nav { position:static; min-width:0; border:0; box-shadow:none; padding:0; background:none; }
  .shared-realm-header .landing-mobile-menu nav a { font-size:11px; min-height:44px; display:flex; align-items:center; line-height:1.4; }
  .mobile-language { display:flex; gap:8px; border-bottom:1px solid #4d402d; padding-bottom:10px; }
  .mobile-language a { flex:1; padding:12px; text-align:center; color:#d6ccbc; border:1px solid #554833; }
  .mobile-language a[aria-current=true] { color:#ffdf9d; background:#352314; }
  .mobile-menu-secondary { display:grid; gap:2px; padding-top:8px; border-top:1px solid #4d402d; }
  .mobile-menu-secondary a { padding:12px 15px; min-height:44px; color:#c5b89f; }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; scroll-behavior:auto!important; }
  .rune-rain,.portal-flash { display:none!important; }
}
