/* Header */
.sao-site-header{position:sticky;top:0;z-index:1000;min-height:var(--sa-header);background:rgba(5,11,46,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(143,224,61,.16);box-shadow:0 10px 40px rgba(0,0,0,.24)}.admin-bar .sao-site-header{top:32px}.sao-header-inner{width:min(var(--sa-shell-wide),calc(100% - 32px));margin:auto;min-height:var(--sa-header);display:grid;grid-template-columns:auto 1fr auto;gap:var(--sa-space-5);align-items:center}.sao-brand{display:inline-flex;align-items:center;gap:var(--sa-space-3);min-width:max-content;color:var(--sa-text)}.sao-brand:hover{color:var(--sa-text)}.sao-brand-plumbob{width:42px;height:42px;display:inline-flex;filter:drop-shadow(0 0 14px rgba(143,224,61,.55));animation:sa-plumbob-float 4s ease-in-out infinite}.sao-brand-plumbob img{width:100%;height:100%;object-fit:contain}.sao-brand-text{display:grid;line-height:1}.sao-brand-text strong{font-size:1.28rem;font-weight:950;letter-spacing:-.02em}.sao-brand-text small{font-size:.68rem;text-transform:uppercase;letter-spacing:.18em;color:var(--sa-plumbob);font-weight:900;margin-top:4px}.sao-primary-nav{display:flex;justify-content:center;align-items:center;gap:var(--sa-space-2)}.sao-menu-links{display:flex;align-items:center;justify-content:center}.sao-wp-menu,.sao-wp-menu ul{list-style:none;margin:0;padding:0}.sao-wp-menu{display:flex;gap:var(--sa-space-2);align-items:center}.sao-primary-nav a,.sao-wp-menu a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 var(--sa-space-4);border-radius:var(--sa-radius-pill);color:rgba(232,234,242,.76);font-weight:900;font-size:var(--sa-text-sm);letter-spacing:.02em}.sao-primary-nav a:hover,.sao-wp-menu a:hover,.sao-wp-menu .current-menu-item>a{background:rgba(143,224,61,.12);color:var(--sa-plumbob)}.sao-wp-menu .menu-item-has-children{position:relative}.sao-wp-menu .sub-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:220px;padding:8px;background:rgba(10,14,31,.98);border:var(--sa-border);border-radius:var(--sa-radius-lg);box-shadow:var(--sa-shadow-lg);opacity:0;visibility:hidden;transform:translateY(-6px);transition:all var(--sa-duration-base) var(--sa-ease)}.sao-wp-menu .menu-item-has-children:hover>.sub-menu,.sao-wp-menu .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.sao-wp-menu .sub-menu a{width:100%;justify-content:flex-start}.sao-header-actions{display:flex;align-items:center;gap:var(--sa-space-2)}.sao-search-form{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.06);border:var(--sa-border);border-radius:var(--sa-radius-pill);padding:4px}.sao-search-form input{width:clamp(150px,16vw,230px);background:transparent;border:0;color:var(--sa-text);outline:0;padding:9px 10px}.sao-search-form input::placeholder{color:var(--sa-text-muted)}.sao-search-form button{border:0;background:var(--sa-plumbob);color:var(--sa-text-on-green);border-radius:var(--sa-radius-pill);width:36px;height:36px;font-weight:900;cursor:pointer}.sao-menu-toggle{display:none;position:relative;background:rgba(255,255,255,.06);border:var(--sa-border);color:var(--sa-text);border-radius:var(--sa-radius-md);padding:10px;gap:4px;flex-direction:column;cursor:pointer}.sao-menu-toggle span{width:22px;height:2px;background:currentColor;border-radius:2px}.sao-menu-toggle em{font-style:normal;font-size:0;position:absolute}
/* Language switcher */
.sao-language-dropdown{position:relative}.sao-language-trigger{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 13px;background:rgba(255,255,255,.06);border:var(--sa-border);border-radius:var(--sa-radius-pill);color:var(--sa-text);font-weight:900;cursor:pointer}.sao-language-trigger:hover,.sao-language-dropdown.is-open .sao-language-trigger{border-color:rgba(143,224,61,.45);background:rgba(143,224,61,.10)}.sao-language-panel{position:absolute;top:calc(100% + 12px);right:0;min-width:220px;padding:12px;background:rgba(10,14,31,.98);border:var(--sa-border);border-radius:var(--sa-radius-lg);box-shadow:var(--sa-shadow-lg);opacity:0;visibility:hidden;transform:translateY(-6px);transition:all var(--sa-duration-base) var(--sa-ease)}.sao-language-dropdown.is-open .sao-language-panel{opacity:1;visibility:visible;transform:translateY(0)}.sao-nav-language--mobile{display:none}.sao-nav-language-title{display:block;color:var(--sa-text-muted);font-size:var(--sa-text-xs);text-transform:uppercase;letter-spacing:var(--sa-tracking-eyebrow);font-weight:900;margin:12px 16px 8px}.sa-language-switcher,.sa-lang-switcher,.sao-language-panel [class*="language"],.sao-language-panel ul{display:grid;gap:6px;align-items:stretch;background:transparent;border:0;border-radius:0;padding:0;margin:0;list-style:none}.sa-language-switcher a,.sa-lang-switcher a,.sao-language-panel a,.sao-nav-language a{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:auto;height:auto;min-height:34px;padding:8px 10px;border-radius:var(--sa-radius-md);color:var(--sa-text);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06);font-weight:800;text-decoration:none}.sa-language-switcher a:hover,.sa-lang-switcher a:hover,.sao-language-panel a:hover,.sao-nav-language a:hover{background:rgba(143,224,61,.12);border-color:rgba(143,224,61,.35);color:var(--sa-plumbob)}.sa-language-switcher .is-active,.sa-lang-switcher .is-active,.sao-language-panel .current-lang a,.sao-nav-language .current-lang a{background:var(--sa-plumbob);color:var(--sa-text-on-green);border-color:var(--sa-plumbob)}

@keyframes sa-plumbob-float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-4px) rotate(2deg)}}
.sao-header-brand{display:flex;align-items:center;min-width:0;line-height:0}
.sao-header-brand .custom-logo-link{display:inline-flex;align-items:center;max-height:82px;max-width:280px;line-height:0;overflow:visible}
.sao-header-brand .custom-logo-link img,
.sao-header-brand img.custom-logo{display:block;width:auto;height:auto;max-height:82px;max-width:280px;object-fit:contain}
.sao-header-brand .sao-brand{gap:10px}
.sao-header-brand .sao-brand-plumbob{width:36px;height:36px}
.sao-header-brand .sao-brand-text strong{font-size:1.12rem}
.sao-header-brand .sao-brand-text small{font-size:.58rem;letter-spacing:.16em}
.sao-language-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;line-height:0}
.sao-language-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 7px rgba(109,174,255,.42))}
.sao-language-trigger{gap:9px;padding-left:11px}
.sao-nav-language-title{display:flex;align-items:center;gap:8px}
.sao-nav-language-title .sao-language-icon{width:20px;height:20px;flex-basis:20px}
@media (max-width:1200px){
  .sao-header-brand .custom-logo-link{max-height:66px;max-width:220px}
  .sao-header-brand .custom-logo-link img,
  .sao-header-brand img.custom-logo{max-height:66px;max-width:220px}
}
@media (max-width:782px){
  .sao-header-brand .custom-logo-link{max-height:54px;max-width:172px}
  .sao-header-brand .custom-logo-link img,
  .sao-header-brand img.custom-logo{max-height:54px;max-width:172px}
  .sao-header-brand .sao-brand-plumbob{width:30px;height:30px}
  .sao-header-brand .sao-brand-text strong{font-size:1rem}
}
@media (max-width:420px){
  .sao-header-brand .custom-logo-link{max-height:46px;max-width:145px}
  .sao-header-brand .custom-logo-link img,
  .sao-header-brand img.custom-logo{max-height:46px;max-width:145px}
  .sao-language-trigger strong{display:none}
  .sao-language-trigger{min-width:44px;justify-content:center;padding-inline:10px}
}
@media (max-width:640px){
  .sao-header-inner{min-height:var(--sa-header)}
  .sao-primary-nav{top:var(--sa-header)}
  .sao-game-tabs{top:var(--sa-header)}
}
.sao-footer-brand .custom-logo-link{display:inline-flex;max-width:240px;max-height:86px;line-height:0}
.sao-footer-brand .custom-logo-link img,.sao-footer-brand img.custom-logo{max-width:240px;max-height:86px;width:auto;height:auto;object-fit:contain}

.sao-site-header,.sao-header-inner{transition:min-height .18s var(--sa-ease),padding .18s var(--sa-ease)}
.sao-site-header.is-scrolled{min-height:var(--sa-header-scrolled)}
.sao-site-header.is-scrolled .sao-header-inner{min-height:var(--sa-header-scrolled);padding-block:6px}
.sao-site-header.is-scrolled .sao-brand-plumbob{width:28px;height:28px}
.sao-site-header.is-scrolled .custom-logo-link img{max-height:44px}
.sao-site-header.is-scrolled .sao-header-brand .custom-logo-link{max-height:44px;max-width:180px}
