/* Nocturia player account UI — V16 */
.nav-actions{position:relative}
.nav-login{position:relative;white-space:nowrap}
.nav-login .nav-login-icon{display:block;flex:0 0 auto}
.nav-login .nav-player-head{display:none;width:28px;height:28px;flex:0 0 28px;border-radius:8px;object-fit:cover;image-rendering:pixelated;box-shadow:0 0 0 2px rgba(255,255,255,.38)}
.nav-login .nav-login-label{display:inline-block}
.nav-login .nav-account-chevron{display:none;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s ease}
.nav-login.is-player-logged{padding-left:9px;padding-right:12px;gap:9px}
.nav-login.is-player-logged .nav-login-icon{display:none}
.nav-login.is-player-logged .nav-player-head{display:block}
.nav-login.is-player-logged .nav-account-chevron{display:block}
.nav-login[aria-expanded="true"] .nav-account-chevron{transform:rotate(180deg)}

.profile-dropdown{position:absolute;z-index:120;top:calc(100% + 12px);right:0;width:292px;padding:10px;border:1px solid rgba(28,55,88,.12);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 24px 70px rgba(13,35,63,.22);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-14px) scale(.98);transform-origin:top right;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;backdrop-filter:blur(18px)}
.profile-dropdown.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
.profile-dropdown-head{display:flex;align-items:center;gap:12px;padding:10px 10px 13px;border-bottom:1px solid rgba(28,55,88,.09)}
.profile-dropdown-head img{width:46px;height:46px;border-radius:11px;object-fit:cover;image-rendering:pixelated;box-shadow:0 0 0 1px rgba(22,54,91,.12),0 8px 20px rgba(25,73,124,.14)}
.profile-dropdown-head div{min-width:0}
.profile-dropdown-head small{display:block;margin-bottom:2px;color:#7990aa;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.profile-dropdown-head strong{display:block;overflow:hidden;color:#152b46;font-family:"Space Grotesk","Segoe UI",sans-serif;font-size:16px;text-overflow:ellipsis;white-space:nowrap}
.profile-dropdown-list{display:grid;gap:4px;padding-top:8px}
.profile-menu-item{width:100%;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:10px;border:0;border-radius:12px;background:transparent;color:#18314e;text-align:left;cursor:pointer;transition:background .18s ease,transform .18s ease}
.profile-menu-item:hover,.profile-menu-item:focus-visible{background:#eef5ff;transform:translateX(2px);outline:none}
.profile-menu-item .profile-item-icon{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#e9f2ff;color:#2875e4}
.profile-menu-item svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.profile-menu-item strong{font-family:"Space Grotesk","Segoe UI",sans-serif;font-size:13px}
.profile-menu-item small{color:#8293a8;font-size:10px}
.profile-menu-item.is-logout{margin-top:3px;color:#c43b4c}
.profile-menu-item.is-logout .profile-item-icon{background:#fff0f2;color:#d04455}
.profile-menu-item.is-logout:hover,.profile-menu-item.is-logout:focus-visible{background:#fff2f4}

.footer-server .server-version-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:13px;padding-top:12px;border-top:1px solid rgba(28,55,88,.1)}
.footer-server .server-version-row span{color:var(--muted,#71839a);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}
.footer-server .server-version-row strong{margin:0;color:var(--text,#172c46);font-family:"Space Grotesk","Segoe UI",sans-serif;font-size:14px}
.latest-vote strong .vote-month-count{margin-left:4px;color:#71859c;font-size:11px;font-weight:700;white-space:nowrap}
.vote-site-number{display:none!important}

.login-form .test-login-details.compact{margin-top:3px}
.login-form .login-auth-message{min-height:18px;margin:2px 0 0;color:#d24354;font-size:12px;font-weight:700}

@media(max-width:760px){
  .nav-login .nav-login-label{display:none}
  .nav-login.is-player-logged{width:auto;min-width:44px;padding:0 8px}
  .nav-login.is-player-logged .nav-account-chevron{display:none}
  .profile-dropdown{position:fixed;top:76px;right:12px;left:12px;width:auto}
}


/* V16 — jednotné modré přihlášené tlačítko na všech stránkách. */
.nav-login.is-player-logged,
.voting-page .nav-login.is-player-logged {
  color: #fff !important;
  background: #2875e4 !important;
  box-shadow: 0 9px 24px rgba(40,117,228,.24) !important;
}
.nav-login.is-player-logged:hover,
.voting-page .nav-login.is-player-logged:hover {
  background: #1f65c7 !important;
}

/* Footer přesně ve formátu „Verze 1.21.11+“. */
.footer-server .server-version-row {
  justify-content: flex-start;
}
.footer-server .server-version-row strong {
  font-size: 13px;
  font-weight: 800;
}
.footer-server .server-version-row strong span {
  color: #2875e4;
}
