.orbynia-switcher-host{position:relative;z-index:35;min-width:0}
.orbynia-switcher-host.is-open{z-index:60}
.game-switch-current,.game-switch-option{display:flex;align-items:center;gap:10px;min-width:0}
.orbynia-game-dropdown{position:absolute;top:calc(100% + 9px);left:0;width:min(292px,calc(100vw - 24px));padding:7px;border:1px solid rgba(220,233,255,.28);border-radius:17px;background:rgba(17,27,42,.94);color:#fff;box-shadow:0 20px 45px rgba(0,0,0,.37),inset 0 1px rgba(255,255,255,.16);backdrop-filter:blur(26px) saturate(160%);-webkit-backdrop-filter:blur(26px) saturate(160%);animation:orbynia-dropdown-in .17s ease-out both}
.orbynia-game-dropdown[hidden]{display:none!important}
@keyframes orbynia-dropdown-in{from{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.orbynia-game-options{display:grid;gap:3px}
.orbynia-game-dropdown .game-choice{display:flex;align-items:center;justify-content:space-between;gap:7px;min-width:0;padding:8px;border:1px solid transparent;border-radius:11px;color:#fff;text-decoration:none;background:transparent;transition:background .17s,border-color .17s,transform .17s}
.orbynia-game-dropdown .game-choice:hover,.orbynia-game-dropdown .game-choice:focus-visible{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);transform:translateX(2px)}
.orbynia-game-dropdown .game-choice.is-active{background:rgba(149,197,255,.15);border-color:rgba(197,223,255,.32)}
.orbynia-game-dropdown .game-choice-check{color:#afd5ff;font-size:18px;padding-right:5px}
.orbynia-game-dropdown .game-switch-label strong{font-size:14px;letter-spacing:.065em}
.orbynia-game-dropdown .game-switch-label small{font-size:8px}
.orbynia-game-dropdown .game-switch-label{display:grid;gap:4px;min-width:0;white-space:nowrap}
.orbynia-game-dropdown .game-switch-logo{flex:0 0 38px;width:38px;height:38px;object-fit:cover;border-radius:8px}
@media(max-width:600px){.orbynia-game-dropdown{left:auto;right:0}}
@media(prefers-reduced-motion:reduce){.orbynia-game-dropdown{animation:none}.orbynia-game-dropdown .game-choice{transition:none}}

/* The selected game's mark now carries the name and subtitle in the switcher. */
.orbynia-game-button.game-brand-switch{display:inline-flex;align-items:center;gap:10px;min-height:52px;max-width:100%;min-width:0;padding:5px 10px 5px 5px;text-align:left;border-radius:13px;line-height:1;background:rgba(255,255,255,.075);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.game-brand-switch .game-switch-logo{display:block;flex:0 0 40px;width:40px;height:40px;object-fit:cover;border:1px solid rgba(255,255,255,.16);border-radius:10px}
.game-brand-switch .game-switch-label{display:grid;gap:5px;min-width:0;white-space:nowrap}
.game-brand-switch .game-switch-label strong{color:inherit;font:600 clamp(15px,1.25vw,19px)/1 Georgia,serif;letter-spacing:.095em;text-transform:uppercase}
.game-brand-switch .game-switch-label small{color:inherit;opacity:.76;font:750 9px/1.1 system-ui;letter-spacing:.13em;text-transform:uppercase}
.game-brand-switch .game-switch-arrow{flex:0 0 auto;margin-left:3px;color:inherit;font:700 18px/1 system-ui;opacity:.8}
.game-brand-switch:hover{border-color:rgba(255,255,255,.4)}
.game-brand-switch:focus-visible{outline:2px solid #b8d7ff;outline-offset:3px}
@media(max-width:700px){.orbynia-game-button.game-brand-switch{gap:6px;min-height:44px;padding:4px 7px 4px 4px}.game-brand-switch .game-switch-logo{width:34px;height:34px;flex-basis:34px}.game-brand-switch .game-switch-label{gap:3px}.game-brand-switch .game-switch-label strong{font-size:13px}.game-brand-switch .game-switch-label small{font-size:7px;letter-spacing:.04em}.game-brand-switch .game-switch-arrow{margin-left:auto;font-size:15px}}
@media(max-width:390px){.game-brand-switch .game-switch-label strong{font-size:11px}.game-brand-switch .game-switch-label small{font-size:6px}}

/* Free the header space previously used by the separate game wordmark. */
html body.farever-minimal .header > .brand{display:none}
@media(min-width:1451px){
 html body.farever-minimal .header{grid-template-columns:auto auto minmax(0,1fr) auto auto auto}
 html body.farever-minimal .header #navigation{grid-column:3}
 html body.farever-minimal .header .header-live{grid-column:4}
 html body.farever-minimal .header .header-quick{grid-column:5}
 html body.farever-minimal .header #site-settings{grid-column:6}
 .game-hub-page .game-hub-header{grid-template-columns:auto auto minmax(0,1fr) auto auto auto auto auto}
 .game-hub-page .game-hub-nav{grid-column:3}
 .game-hub-header .game-header-live{grid-column:4}
 .game-hub-header .game-header-link:nth-child(5){grid-column:5}
 .game-hub-header .game-header-link:nth-child(6){grid-column:6}
 .game-hub-header .game-languages{grid-column:7}
 .game-hub-header .game-theme-toggle{grid-column:8}
}
@media(min-width:1151px) and (max-width:1450px){
 .game-hub-header .game-header-link:nth-child(5){grid-column:5;grid-row:1}
 .game-hub-header .game-header-link:nth-child(6){grid-column:6;grid-row:1}
}
@media(max-width:1150px){
 html body.farever-minimal .header .header-live{grid-column:1/3;grid-row:2;justify-self:start}
 .game-hub-header .game-header-live{grid-column:1/3;grid-row:2;justify-self:start}
}
@media(min-width:1151px) and (max-width:1660px){.game-hub-header .game-header-link[href$="/character"]{display:inline-flex}}
@media(min-width:1250px) and (max-width:1700px){
 .game-hub-page[data-game="aion2"] .game-hub-header{grid-template-columns:auto auto minmax(0,1fr) auto auto auto auto;grid-template-rows:auto}
 .game-hub-page[data-game="aion2"] .game-hub-nav{grid-column:3;grid-row:1;justify-self:center;gap:0}
 .game-hub-page[data-game="aion2"] .game-header-live{grid-column:4;grid-row:1}
 .game-hub-page[data-game="aion2"] .game-header-link:nth-child(5){display:none}
 .game-hub-page[data-game="aion2"] .game-header-link:nth-child(6){grid-column:5;grid-row:1}
 .game-hub-page[data-game="aion2"] .game-languages{grid-column:6;grid-row:1}
 .game-hub-page[data-game="aion2"] .game-theme-toggle{grid-column:7;grid-row:1}
}
@media(min-width:1151px) and (max-width:1700px){.game-hub-page[data-game="oncehuman"] .orbynia-game-dropdown{top:calc(100% + 66px)}}
@media(min-width:1151px) and (max-width:1249px){.game-hub-page[data-game="aion2"] .orbynia-game-dropdown{top:calc(100% + 66px)}}
@media(max-width:760px){
 html body.farever-minimal .header .header-live{grid-column:1/3;grid-row:2;justify-self:start}
}

/* Shared header control sizes across Farever, AION 2 and Once Human. */
@media(min-width:1151px){
 html body.farever-minimal .header,
 .game-hub-page .game-hub-header{--header-control-width:142px;--header-control-height:52px}
 html body.farever-minimal .header :is(.platform-chip,.header-players,.header-rift,.header-quick a),
 .game-hub-page .game-hub-header :is(.platform-chip,.game-header-players,.game-timer-chip,.game-header-link){
  box-sizing:border-box;width:var(--header-control-width);min-width:var(--header-control-width);
  height:var(--header-control-height);min-height:var(--header-control-height);
  justify-content:center;text-align:center
 }
 html body.farever-minimal .header .orbynia-game-button.game-brand-switch,
 .game-hub-page .game-hub-header .orbynia-game-button.game-brand-switch{
  box-sizing:border-box;height:var(--header-control-height);min-height:var(--header-control-height)
 }
 html body.farever-minimal .header .header-live .header-players,
 html body.farever-minimal .header .header-rift-copy{
  flex-direction:column;align-items:center;gap:2px
 }
 html body.farever-minimal .header .header-live .header-players{padding:4px 8px}
 html body.farever-minimal .header .header-rift{gap:6px;padding:4px 7px}
 html body.farever-minimal .header #header-rift-label{font-size:12px;line-height:1.1}
 html body.farever-minimal .header .header-quick .header-character{gap:6px;padding:8px}
 html body.farever-minimal .header .header-quick .header-character span{
  position:static;width:auto;height:auto;overflow:visible;clip-path:none
 }
 html body.farever-minimal .header #site-settings .language-switch,
 .game-hub-page .game-hub-header .game-languages{
  box-sizing:border-box;height:var(--header-control-height);min-height:var(--header-control-height)
 }
 html body.farever-minimal .header #site-settings > button,
 .game-hub-page .game-hub-header .game-theme-toggle{
  box-sizing:border-box;width:var(--header-control-height);min-width:var(--header-control-height);
  height:var(--header-control-height);min-height:var(--header-control-height)
 }
 .game-hub-page .game-hub-header .game-timer-chip{
  display:grid;grid-template-columns:20px minmax(0,1fr);grid-template-rows:auto auto;
  column-gap:5px;align-content:center;text-align:left
 }
 .game-hub-page .game-hub-header .game-timer-chip span:first-child{grid-row:1/3}
 .game-hub-page .game-hub-header .game-timer-chip strong{grid-column:2}
}
@media(max-width:1150px){
 html body.farever-minimal .header :is(.platform-chip,.orbynia-game-button.game-brand-switch,.header-players,.header-rift,.header-quick a),
 .game-hub-page .game-hub-header :is(.platform-chip,.orbynia-game-button.game-brand-switch,.game-header-players,.game-timer-chip,.game-header-link,.game-languages,.game-theme-toggle,.game-menu-toggle){
  box-sizing:border-box;min-height:44px
 }
}
