.tp-high-contrast {
  background: #000000;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}
.tp-high-contrast::before { content: 'A'; color: #ffff00; font-weight: bold; font-size: 14px; display: flex; align-items: center; justify-content: center; height: 100%; }

[data-theme="high-contrast"] body { font-family: var(--font-ui); }
[data-theme="high-contrast"] *,
[data-theme="high-contrast"] *::before,
[data-theme="high-contrast"] *::after { box-shadow: none !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; text-shadow: none !important; }
[data-theme="high-contrast"] *:focus-visible { outline: 3px solid #ffff00 !important; outline-offset: 2px !important; }
[data-theme="high-contrast"] .window { border: 2px solid #ffffff !important; border-radius: 0 !important; }
[data-theme="high-contrast"] .window-titlebar { background: #000000 !important; border-bottom: 2px solid #ffffff !important; border-radius: 0 !important; }
[data-theme="high-contrast"] .window-title { color: #ffffff !important; }
[data-theme="high-contrast"] .wbtn { width: 16px; height: 16px; border-radius: 0 !important; border: 1px solid #ffffff !important; }
[data-theme="high-contrast"] .wbtn-close { background: #ff0040 !important; }
[data-theme="high-contrast"] .wbtn-min   { background: #ffff00 !important; }
[data-theme="high-contrast"] .wbtn-max   { background: #00ff00 !important; }
[data-theme="high-contrast"] .wbtn:hover { filter: invert(1) !important; }
[data-theme="high-contrast"] .window-resize-handle { display: none; }
[data-theme="high-contrast"] .taskbar { background: #000000 !important; border-top: 2px solid #ffffff !important; }
[data-theme="high-contrast"] .taskbar-sep-v { background: #ffffff !important; opacity: 1 !important; }
[data-theme="high-contrast"] .taskbar-launcher-btn { background: #000000 !important; border: 2px solid #ffffff !important; border-radius: 0 !important; color: #ffffff !important; }
[data-theme="high-contrast"] .taskbar-launcher-btn:hover { background: #ffff00 !important; color: #000000 !important; }
[data-theme="high-contrast"] .taskbar-launcher-btn svg { color: inherit !important; }
[data-theme="high-contrast"] .taskbar-entry { background: #000000 !important; border: 2px solid #ffffff !important; border-radius: 0 !important; color: #ffffff !important; }
[data-theme="high-contrast"] .taskbar-entry:hover { background: #ffff00 !important; color: #000000 !important; transform: none !important; }
[data-theme="high-contrast"] .taskbar-entry.active { background: #ffffff !important; color: #000000 !important; }
[data-theme="high-contrast"] .te-title   { color: inherit !important; }
[data-theme="high-contrast"] .te-indicator { background: #ffff00 !important; }
[data-theme="high-contrast"] .taskbar-tray { border-left: 2px solid #ffffff !important; }
[data-theme="high-contrast"] .tray-clock-time,
[data-theme="high-contrast"] .tray-clock-date { color: #ffffff !important; }
[data-theme="high-contrast"] .tray-clock:hover { background: #222 !important; }
[data-theme="high-contrast"] .app-launcher { background: #000000 !important; border: 2px solid #ffffff !important; border-radius: 0 !important; }
[data-theme="high-contrast"] .launcher-search { background: #000000 !important; border: 2px solid #ffffff !important; color: #ffffff !important; border-radius: 0 !important; }
[data-theme="high-contrast"] .launcher-search::placeholder { color: #aaaaaa !important; }
[data-theme="high-contrast"] .launcher-search:focus { border-color: #ffff00 !important; outline: none !important; }
[data-theme="high-contrast"] .launcher-app { border: 1px solid transparent !important; border-radius: 0 !important; }
[data-theme="high-contrast"] .launcher-app:hover { background: #ffff00 !important; color: #000000 !important; border-color: #ffffff !important; transform: none !important; }
[data-theme="high-contrast"] .la-name { color: #ffffff !important; }
[data-theme="high-contrast"] .launcher-app:hover .la-name { color: #000000 !important; }
[data-theme="high-contrast"] .la-icon { color: #ffffff !important; }
[data-theme="high-contrast"] .la-icon .wos-icon-app { color: #ffffff !important; }
[data-theme="high-contrast"] .launcher-app:hover .la-icon,
[data-theme="high-contrast"] .launcher-app:hover .la-icon .wos-icon-app { color: #000000 !important; }
[data-theme="high-contrast"] .launcher-user-hero { border-bottom: 2px solid #ffffff !important; }
[data-theme="high-contrast"] .la-section-hdr { color: #ffff00 !important; border-bottom: 1px solid #555 !important; }
[data-theme="high-contrast"] .la-all-apps-btn { color: #ffff00 !important; }
[data-theme="high-contrast"] .la-empty { color: #aaaaaa !important; }
[data-theme="high-contrast"] .desktop-icon:hover  { background: rgba(255,255,0,.2) !important; outline: 2px solid #ffff00 !important; }
[data-theme="high-contrast"] .desktop-icon.selected { background: #ffff00 !important; }
[data-theme="high-contrast"] .desktop-icon.selected .di-label,
[data-theme="high-contrast"] .desktop-icon.selected .di-icon { color: #000000 !important; }
[data-theme="high-contrast"] .notif-item { background: #000 !important; border: 2px solid #ffffff !important; border-radius: 0 !important; }
[data-theme="high-contrast"] .dialog-box { background: #000000 !important; border: 3px solid #ffffff !important; border-radius: 0 !important; }
[data-theme="high-contrast"] .dialog-title { color: #ffff00 !important; }
[data-theme="high-contrast"] button,
[data-theme="high-contrast"] select,
[data-theme="high-contrast"] input,
[data-theme="high-contrast"] textarea { background: #000000 !important; color: #ffffff !important; border: 2px solid #ffffff !important; border-radius: 0 !important; }
[data-theme="high-contrast"] button:hover { background: #ffff00 !important; color: #000000 !important; border-color: #ffff00 !important; }
[data-theme="high-contrast"] button.active,
[data-theme="high-contrast"] button[aria-pressed="true"] { background: #ffffff !important; color: #000000 !important; }
[data-theme="high-contrast"] input::placeholder,
[data-theme="high-contrast"] textarea::placeholder { color: #888888 !important; }
[data-theme="high-contrast"] input:focus,
[data-theme="high-contrast"] textarea:focus,
[data-theme="high-contrast"] select:focus { border-color: #ffff00 !important; outline: 3px solid #ffff00 !important; }
[data-theme="high-contrast"] ::-webkit-scrollbar { background: #000 !important; width: 10px; height: 10px; }
[data-theme="high-contrast"] ::-webkit-scrollbar-thumb { background: #ffffff !important; border: 1px solid #000; }
[data-theme="high-contrast"] ::-webkit-scrollbar-thumb:hover { background: #ffff00 !important; }
[data-theme="high-contrast"] a { color: #ffff00 !important; text-decoration: underline !important; }
[data-theme="high-contrast"] a:hover { color: #ffffff !important; }
[data-theme="high-contrast"] .settings-sidebar,
[data-theme="high-contrast"] .fm-sidebar,
[data-theme="high-contrast"] .ap-sidebar { border-right: 2px solid #ffffff !important; background: #000 !important; }
[data-theme="high-contrast"] .settings-nav-item:hover,
[data-theme="high-contrast"] .ap-nav-item:hover,
[data-theme="high-contrast"] .fm-sidebar-item:hover { background: #ffff00 !important; color: #000000 !important; }
[data-theme="high-contrast"] .settings-nav-item.active,
[data-theme="high-contrast"] .ap-nav-item.active,
[data-theme="high-contrast"] .fm-sidebar-item.active { background: #ffffff !important; color: #000000 !important; border-left: 4px solid #ffff00 !important; }
[data-theme="high-contrast"] .theme-preview { border: 2px solid #fff !important; }
