.pg-site-header,.pg-site-header *{box-sizing:border-box}
.pg-site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;height:60px;margin:0;padding:0 24px;background:rgba(10,10,10,.95);border-bottom:1px solid #252525;backdrop-filter:blur(12px);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.6;letter-spacing:normal;text-transform:none}
.pg-site-header .pg-site-brand{display:flex;align-items:center;flex-shrink:0;gap:10px;margin:0;padding:0;color:#fff;text-decoration:none;font-size:18px;font-weight:700;letter-spacing:-.3px;line-height:1.6}
.pg-site-brand img{display:block;width:34px;height:34px;max-width:none;border-radius:6px;object-fit:contain}
.pg-site-brand>span>span{color:#ff6b35}
.pg-site-links{display:flex;align-items:center;gap:8px}
.pg-site-header .pg-site-links a{display:block;margin:0;padding:6px 10px;border:0;border-radius:6px;background:transparent;color:#b3b3b3;font:inherit;letter-spacing:normal;text-transform:none;white-space:nowrap;text-decoration:none;transition:color .15s,background .15s}
.pg-site-header .pg-site-links a:hover{color:#fff;background:#ffffff1a}
.pg-site-header .pg-site-links a[aria-current="page"]{color:#ff6b35}
.pg-site-header .pg-site-links .pg-site-subscribe{padding:7px 16px;border-radius:8px;background:#ff6b35;color:#fff;font-weight:600}
.pg-site-header .pg-site-links .pg-site-subscribe:hover{background:#e55a25}
.pg-site-header .pg-site-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin:0;padding:10px;background:none;border:0;border-radius:6px;color:#fff;cursor:pointer}
.pg-site-header a:focus-visible,.pg-site-header button:focus-visible{outline:2px solid #ffad87;outline-offset:3px}
@media(max-width:1100px){
  .pg-site-header{height:auto;min-height:60px;padding:8px 16px;flex-wrap:wrap}
  .pg-site-links{order:3;width:100%;flex-direction:column;align-items:stretch;gap:4px;padding:12px;background:#0e0e0e;border:1px solid #252525;border-radius:10px}
  .pg-site-header .pg-site-links a{width:100%;padding:10px 14px;text-align:left}
  .pg-site-header .pg-site-links .pg-site-subscribe{padding:10px 14px;text-align:center}
  .pg-site-header[data-ready]{height:60px;flex-wrap:nowrap}
  .pg-site-header[data-ready] .pg-site-toggle{display:flex}
  .pg-site-header[data-ready] .pg-site-links{display:none;position:absolute;top:60px;left:16px;right:16px;width:auto;max-height:calc(100dvh - 76px);overflow-y:auto;box-shadow:0 18px 44px #0007}
  .pg-site-header[data-ready][data-open] .pg-site-links{display:flex}
}
@media(prefers-reduced-motion:reduce){.pg-site-header .pg-site-links a{transition:none}}
