/* yoooov.com: same pages as yoooov.cn, minus everything that needs a China
   account. Hidden with CSS first (no flash before the script runs), then kept
   hidden by global-mode.js as the shared nav re-renders. */

/* Sign in / sign up, account menu */
.yoooov-site-login,
.yoooov-site-register,
.yoooov-site-menu-login,
.yoooov-site-menu-register,
#openLogin,
#openRegister,
#accountButton,
#accountMenu,
#authModal,
#authOverlay,
[data-account-auth],
[data-auth-action] {
    display: none !important;
}

/* Pricing / credits */
a[href*="recharge.html"],
[data-nav-zh="价格"],
#priceAuthAction,
[data-balance],
[data-token-balance],
.token-balance,
.balance-pill {
    display: none !important;
}

/* Pages that need a China login or China-only data (blocked server-side too) */
a[href*="my_games.html"],
a[href*="create_game.html"],
a[href*="create_media.html"],
a[href*="upload_game.html"],
a[href*="media_gallery.html"],
a[href*="yoooov_school.html"],
a[href*="course_upload.html"],
a[href*="course_manage.html"],
a[href*="challenge_register.html"],
a[href*="challenge_submit.html"] {
    display: none !important;
}

/* International-edition marker: a quiet label among the nav controls, never
   competing with the wordmark. Dropped on narrow screens, where the nav is
   tight and the footer already says "Yoooov International". */
.yoooov-global-badge {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    padding: 3px 9px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #9295a3;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.4;
}
@media (max-width: 860px) {
    .yoooov-global-badge { display: none; }
}
