/* V799s — actual Selected-field desktop cascade and retained phone branding polish.
   Stand and Company values in Admin Selected follow the D1-backed Text colour
   and use the same bold value weight on desktop and phone. The existing V799q
   phone navigation colour rules are retained without geometry changes. */

/* Admin Selected value fields: all viewport sizes. Target the real rendered
   inputs directly; desktop does not carry the phone responsiveWorkspace body
   class or require #adminWorkspaceShell. Native input styling must not
   override the saved D1 Branding Text colour or requested bold value weight. */
html body:not(.touchscreenMode) #selectedCard input#standId,
html body:not(.touchscreenMode) #selectedCard input#company{
  color:var(--text,#111)!important;
  -webkit-text-fill-color:var(--text,#111)!important;
  caret-color:var(--text,#111)!important;
  font-family:inherit!important;
  font-weight:800!important;
  opacity:1!important;
}

@media (max-width:980px), (max-width:1180px) and (pointer:coarse){
  /* One D1-backed accent colour for phone navigation words and chevrons on
     Admin, Exhibitor and Public. Existing dimensions/backgrounds are retained. */
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) #expoPlanitPanelToggleProxyV799f,
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) .expoPlanitTabHeightToggleV799f,
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) #expoPlanitFitProxyV799f,
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) #expoPlanitOverviewProxyV799f,
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) #planResetBtn,
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) #fitBtn,
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) #eventOverviewBtn,
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) #adminWorkspaceTabs > .workspaceTab,
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) #viewerWorkspaceTabs > .workspaceTab,
  html body.responsiveWorkspaceV799f.publicDirectoryMode:not(.touchscreenMode) #publicDirectoryTabs button,
  html body.responsiveWorkspaceV799f.publicDirectoryMode:not(.touchscreenMode) #publicDirectoryTabs [role="tab"]{
    color:var(--accentText,#D56D32)!important;
    -webkit-text-fill-color:var(--accentText,#D56D32)!important;
  }

  html body.responsiveWorkspaceV799f:not(.touchscreenMode) #expoPlanitPanelToggleProxyV799f::before,
  html body.responsiveWorkspaceV799f:not(.touchscreenMode) .expoPlanitTabHeightToggleV799f::before{
    background:var(--accentText,#D56D32)!important;
  }
}
