#zorkon-main-nav{display:flex;align-items:center;justify-content:center;gap:.15rem;flex:1;min-width:0;flex-wrap:nowrap}
#zorkon-main-nav a{
  display:inline-flex;align-items:center;justify-content:center;
  height:36px;padding:8px 12px;border-radius:6px;
  font-size:14px;line-height:20px;font-weight:500;
  color:#0f1729;text-decoration:none;white-space:nowrap;
  background:transparent;
  transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);
}
#zorkon-main-nav a:hover,
#zorkon-main-nav a:focus-visible,
#zorkon-main-nav a.is-active{
  background:#e7f9fd;
  color:#036c81;
}
#zorkon-burger{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;padding:0;
  border:1px solid #d9dfe8;border-radius:6px;
  background:#f9fafb;color:#0f1729;cursor:pointer;
  box-shadow:0 1px 3px rgba(15,23,41,.05);
  transition:background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);
}
#zorkon-burger:hover,#zorkon-burger[aria-expanded="true"]{background:#e7f9fd;color:#036c81}
#zorkon-drawer{position:fixed;inset:0;z-index:80;display:none}
#zorkon-drawer.is-open{display:block}
#zorkon-drawer-bg{position:absolute;inset:0;background:rgba(15,23,41,.4)}
#zorkon-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(22rem,92vw);background:#fff;box-shadow:-8px 0 30px rgba(0,0,0,.08);padding:1.25rem 1.25rem 2rem;overflow:auto}
#zorkon-drawer-panel h2{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin:0 0 .75rem}
#zorkon-drawer-panel a.item{
  display:block;padding:.7rem .75rem;margin:0 -.75rem;border-radius:6px;
  color:#0f1729;text-decoration:none;font-weight:500;
  transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);
}
#zorkon-drawer-panel a.item:hover{background:#e7f9fd;color:#036c81}
#zorkon-drawer-panel .meta{margin-top:1.25rem;font-size:.85rem;color:#64748b}
#zorkon-drawer-panel .meta a{color:inherit;font-weight:600}
#zorkon-drawer-cta{display:inline-flex;margin-top:1rem;padding:.7rem 1rem;border-radius:.5rem;background:#0f1729;color:#fff;text-decoration:none;font-weight:600}
[data-wvc-dynamic="MenuProvider"] .animate-pulse,
#header .animate-pulse{display:none !important}
@media (max-width:1023px){
  #zorkon-main-nav{display:none}
}
@media (min-width:1024px){
  #zorkon-burger{display:none}
}
