:root{--bj-ink:#211923;--bj-muted:#706873;--bj-purple:#991657;--bj-purple-dark:#5b0c34;--bj-line:#e9dfe4}
.site-header{width:min(1280px,calc(100% - 48px));margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-brand{display:flex;align-items:center;gap:12px;color:var(--bj-ink);text-decoration:none;min-width:0}
.site-brand img{width:42px;height:42px;flex:0 0 auto}
.site-brand strong{display:block;font-size:21px;line-height:1;font-weight:850;letter-spacing:0;white-space:nowrap}
.site-brand small{display:none}
.site-nav{display:flex;align-items:center;gap:34px;margin-left:auto;color:var(--bj-ink);font-size:16px;font-weight:850}
.site-nav a{text-decoration:none;color:inherit;white-space:nowrap;position:relative}
.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--bj-purple);transition:right .22s ease}
.site-nav a:hover:after{right:0}
.site-actions{display:flex;align-items:center;gap:14px;margin-left:20px}
.site-pill{display:inline-flex;align-items:center;justify-content:center;min-width:92px;min-height:40px;padding:9px 20px;border-radius:999px;border:1.5px solid #c9a2b6;background:#fffdfd;color:var(--bj-ink);font-size:15px;font-weight:760;text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.site-pill.primary{min-width:118px;background:var(--bj-ink);border-color:var(--bj-ink);color:#fff}
.site-pill:hover{border-color:var(--bj-purple-dark);color:var(--bj-purple-dark)}
.site-pill.primary:hover{background:var(--bj-purple-dark);color:#fff;transform:translateY(-2px)}
.site-brand:focus-visible,.site-nav a:focus-visible,.site-pill:focus-visible{outline:3px solid rgba(31,122,92,.22);outline-offset:4px}
@media(max-width:1000px){.site-header{width:calc(100% - 28px);height:62px}.site-brand{gap:10px}.site-brand img{width:34px;height:34px}.site-brand strong{font-size:17px;font-weight:850;white-space:nowrap;line-height:1}.site-nav,.site-actions{display:none}}
@media(prefers-reduced-motion:reduce){.site-nav a:after,.site-pill{transition:none}.site-pill.primary:hover{transform:none}}
