/* Extracted from lighthouse-app.html (UI redesign N1) — load order matters */
    .skip-to-content {
      position: absolute;
      left: -9999px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
      z-index: 99999;
      padding: 12px 24px;
      background: var(--accent-cyan, #E8A830);
      color: #000;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      border-radius: 0 0 8px 0;
      white-space: nowrap;
    }
    .skip-to-content:focus {
      position: fixed;
      left: 0;
      top: 0;
      width: auto;
      height: auto;
      overflow: visible;
    }
