/* Fbrkha Online — registered account is the authoritative player identity.
   Modern-mode presentation only; Classic remains visually untouched. */
html[data-ui-mode="modern"][data-online-account-ready="true"] .game-fbrkha-online #playerName[data-account-identity="true"]{
  cursor:default;
  caret-color:transparent;
  color:var(--text);
  background:linear-gradient(135deg,rgba(141,92,255,.09),rgba(244,196,48,.045));
  border-color:rgba(141,92,255,.28);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
html[data-ui-mode="modern"][data-online-account-ready="true"] .game-fbrkha-online #playerName[data-account-identity="true"]:focus{
  outline:none;
  border-color:rgba(141,92,255,.38);
  box-shadow:inset 0 0 0 1px rgba(141,92,255,.10);
}
