/* Shared TEKIZ.AI application navigation. */
.nav.tekiz-nav { display: block !important; position: sticky !important; inset: 0 auto auto 0 !important; z-index: 100 !important; box-sizing: border-box !important; width: 100% !important; max-width: none !important; height: 68px !important; min-height: 68px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-bottom: 1px solid rgba(0,229,255,.16) !important; border-radius: 0 !important; background: rgba(5,11,24,.86) !important; transform: none !important; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.tekiz-nav__inner { display: flex !important; box-sizing: border-box !important; width: min(1180px,calc(100% - 40px)) !important; max-width: none !important; height: 67px !important; min-height: 67px !important; margin: 0 auto !important; padding: 0 !important; align-items: center !important; justify-content: space-between !important; gap: 24px !important; }
.tekiz-nav__brand { display: inline-flex !important; align-items: center !important; gap: 10px !important; margin: 0 !important; padding: 0 !important; color: #f8fafd !important; font-weight: 900 !important; letter-spacing: -.035em !important; text-decoration: none !important; }
.tekiz-nav__brand img { display: block !important; box-sizing: border-box !important; width: 32px !important; min-width: 32px !important; max-width: 32px !important; height: 32px !important; min-height: 32px !important; max-height: 32px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; object-fit: contain !important; }
.tekiz-nav__links { display: flex !important; align-items: center !important; gap: 8px !important; margin: 0 !important; padding: 0 !important; }
.tekiz-nav__links a,.tekiz-nav__links button { display: inline-flex !important; align-items: center !important; min-width: 0 !important; margin: 0 !important; border: 0 !important; border-radius: 8px !important; padding: 8px 10px !important; background: transparent !important; color: #8fa0b8 !important; font: inherit !important; font-size: 14px !important; font-weight: 750 !important; line-height: 1.2 !important; text-decoration: none !important; }
.tekiz-nav__links a:hover,.tekiz-nav__links a[aria-current="page"],.tekiz-nav__links button:hover { color: #f8fafd; background: rgba(0,229,255,.08); }
.tekiz-nav__mobile { display: none; position: relative; }
.tekiz-nav__mobile summary { display: grid; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(0,229,255,.24); border-radius: 8px; place-content: center; gap: 4px; cursor: pointer; list-style: none; }
.tekiz-nav__mobile summary::-webkit-details-marker { display: none; }
.tekiz-nav__mobile summary span { display: block; width: 18px; height: 2px; background: #f8fafd; }
.tekiz-nav__mobile-panel { position: absolute; top: 51px; right: 0; width: min(300px,calc(100vw - 40px)); padding: 8px; border: 1px solid rgba(0,229,255,.2); border-radius: 12px; background: #081225; box-shadow: 0 24px 60px rgba(0,0,0,.34); }
.tekiz-nav__mobile-panel a { display: flex; min-height: 44px; padding: 10px 12px; align-items: center; border-radius: 7px; color: #c5d5ec; font-size: 14px; font-weight: 750; text-decoration: none; }
.tekiz-nav__mobile-panel a:hover { background: rgba(0,229,255,.08); color: #f8fafd; }
.tekiz-footer { box-sizing: border-box; width: 100%; margin: 0; padding: 39px 20px 46px; border-top: 1px solid rgba(0,229,255,.16); background: #050b18; color: #8fa0b8; font-size: 12px; }
.tekiz-footer__inner { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 16px 35px; width: min(1180px,100%); margin: 0 auto; align-items: center; }
.tekiz-footer__brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: #f8fafd; font-size: 15px; font-weight: 900; letter-spacing: -.035em; line-height: 1; text-decoration: none; white-space: nowrap; }
.tekiz-footer__brand img { display: block; width: 30px; height: 30px; flex: 0 0 30px; object-fit: contain; }
.tekiz-footer__brand-dot { color: #00e5ff; }
.tekiz-footer__story { max-width: 620px; font-size: 12px; }
.tekiz-footer__story strong { display: block; margin-bottom: 6px; color: #f8fafd; font-size: 13px; }
.tekiz-footer__story p,.tekiz-footer__copyright { margin: 0; }
.tekiz-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; font-size: 12px; line-height: 1.4; }
.tekiz-footer__links a { color: #c5d5ec; text-decoration: none; }
.tekiz-footer__links a:hover { color: #00e5ff; }
.tekiz-footer__official-identity { display: grid; grid-column: 1 / -1; gap: 5px; padding: 15px 0; border-top: 1px solid rgba(0,229,255,.16); border-bottom: 1px solid rgba(0,229,255,.16); color: #8fa0b8; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 11px; line-height: 1.55; }
.tekiz-footer__official-identity a { color: #00e5ff; }
.tekiz-footer__official-identity code { color: #f8fafd; overflow-wrap: anywhere; }
.tekiz-footer__official-identity p { margin: 0; color: #f8fafd; font-weight: 700; }
.tekiz-footer__copyright { grid-column: 1 / -1; color: #8fa0b8; font-size: 12px; line-height: 1.5; }
@media (max-width: 720px) { .tekiz-nav__inner { width: min(100% - 32px,1180px) !important; gap: 12px !important; } .tekiz-nav__brand span { display: inline !important; } .tekiz-nav__desktop-links { display: none !important; } .tekiz-nav__mobile { display: block; } }
@media (max-width: 560px) { .nav.tekiz-nav { height: 68px !important; min-height: 68px !important; overflow-x: clip !important; } .tekiz-nav__inner { display: flex !important; width: min(100% - 28px,1180px) !important; height: 67px !important; min-height: 67px !important; } .tekiz-nav__brand img { width: 28px !important; min-width: 28px !important; max-width: 28px !important; height: 28px !important; min-height: 28px !important; max-height: 28px !important; } pre,pre code { max-width: 100% !important; overflow-wrap: anywhere !important; white-space: pre-wrap !important; } }
@media (max-width: 560px) { html, body { overflow-x: clip; } }
@media (max-width: 720px) { .tekiz-footer { padding: 30px 20px 28px; } .tekiz-footer__inner { grid-template-columns: 1fr; gap: 18px; } .tekiz-footer__brand img { width: 28px; height: 28px; flex-basis: 28px; } .tekiz-footer__links { justify-content: flex-start; gap: 10px 18px; } .tekiz-footer__official-identity,.tekiz-footer__copyright { grid-column: auto; } }

/* Keep legacy documentation content inside the mobile viewport. */
@media (max-width: 920px) {
  main,
  main > *,
  section,
  article,
  .panel,
  .card,
  .tableWrap,
  .codebox,
  pre { min-width: 0; max-width: 100%; }
  .grid > *,
  .grid2 > *,
  .two > *,
  .split > * { min-width: 0; }
  .tableWrap,
  pre,
  .codebox { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  table { display: block; width: 100% !important; min-width: 0 !important; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  th,
  td { overflow-wrap: anywhere; }
  pre,
  .codebox,
  :not(pre) > code { overflow-wrap: anywhere; }
  img,
  video,
  svg,
  canvas { max-width: 100%; height: auto; }
}
