/* Draweroo header: shared by every page. */
.gh{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:24px;min-height:60px;padding:0 20px;background:#1c3a2e;color:#eef3ee;font-family:"Instrument Sans",system-ui,-apple-system,"Segoe UI",sans-serif}
.gh a{color:inherit}
.gh-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font:800 23px/1 "Bricolage Grotesque",ui-sans-serif,system-ui,sans-serif;letter-spacing:-.03em;flex:none}
.gh-nav{display:flex;gap:4px}
.gh-nav a{padding:8px 12px;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;color:#a9bdb1}
.gh-nav a:hover{color:#eef3ee;background:rgba(255,255,255,.06)}
.gh-nav a[aria-current="page"]{color:#eef3ee;background:rgba(255,255,255,.1)}
.gh-right{margin-left:auto;display:flex;align-items:center;gap:10px}
.gh-btn{appearance:none;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:transparent;color:#eef3ee;font:600 14px/1 inherit;cursor:pointer}
.gh-btn:hover{border-color:#eef3ee;background:rgba(255,255,255,.06)}
.gh-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linejoin:round;stroke-linecap:round}
.gh-set{position:relative}
.gh-set-label{display:inline-flex;gap:6px;font-variant-numeric:tabular-nums}
.gh-set-label b{font-weight:700}
.gh-set-label span{color:#a9bdb1}
.gh-pop{position:absolute;right:0;top:calc(100% + 8px);width:280px;padding:14px;border-radius:14px;background:#f7f9f5;color:#15201a;box-shadow:0 18px 44px rgba(0,0,0,.28)}
.gh-pop-title{margin:0 0 8px;font-weight:700;font-size:14px}
.gh-seg{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.gh-seg button{appearance:none;flex:1 1 auto;min-height:36px;padding:0 10px;border:1px solid #d3dcd5;border-radius:9px;background:#fff;color:#15201a;font:600 14px inherit;cursor:pointer}
.gh-seg button:hover{border-color:#56655c}
.gh-seg button[aria-checked="true"]{background:#15201a;border-color:#15201a;color:#fff}
.gh-pop-note{margin:0;font-size:12.5px;color:#56655c}
.gh-cta{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:10px;background:#e0602a;color:#fff!important;font-weight:600;font-size:15px;text-decoration:none;white-space:nowrap}
.gh-cta:hover{background:#c24d1c}
.gh .account{display:flex;align-items:center;gap:8px}
.gh .account .credits{font-size:13px;color:#a9bdb1;white-space:nowrap}
.gh .account .credits b{color:#eef3ee}
.gh .account .btn{min-height:38px;padding:0 12px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:transparent;color:#eef3ee;font:600 14px inherit;cursor:pointer;white-space:nowrap}
.gh .account .btn:hover{border-color:#eef3ee}
.gh-menu{display:none}
.gh :focus-visible{outline:3px solid #e0602a;outline-offset:2px}
@media (max-width:1100px){.gh .account [data-grant],.gh .account [data-buy]+[data-grant]{display:none}}
@media (max-width:820px){
  .gh{gap:12px;padding:0 12px}
  .gh-menu{display:inline-flex}
  .gh-nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;padding:8px 12px 12px;background:#1c3a2e;border-top:1px solid rgba(255,255,255,.1)}
  .gh-nav.open{display:flex}
  .gh-cta{display:none}
  .gh .account .credits,.gh .account button:not(:first-child){display:none}
}
@media (max-width:520px){
  .gh{gap:8px;padding:0 10px}
  .gh-right{gap:6px}
  .gh-brand{font-size:20px;gap:8px}
  .gh-brand img{width:28px;height:28px}
  .gh-btn{padding:0 9px}
  .gh-set-label span{display:none}
  .gh .account .btn{padding:0 10px}
  .gh-pop{position:fixed;left:10px;right:10px;top:66px;width:auto}
}
@media (max-width:360px){.gh-brand span{display:none}}
