<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[data-theme-dark-highcontrast] {
  --color-main-background:#000000;
  --color-main-background-rgb:0,0,0;
  --color-main-background-translucent:rgba(var(--color-main-background-rgb), 1);
  --color-main-background-blur:#000000;
  --filter-background-blur:none;
  --gradient-main-background:var(--color-main-background) 0%, var(--color-main-background-translucent) 85%, transparent 100%;
  --color-background-hover:#212121;
  --color-background-dark:#404040;
  --color-background-darker:#404040;
  --color-placeholder-light:#4d4d4d;
  --color-placeholder-dark:#737373;
  --color-main-text:#ffffff;
  --color-text-maxcontrast:#ffffff;
  --color-text-maxcontrast-default:#999999;
  --color-text-maxcontrast-background-blur:#ffffff;
  --color-text-light:#ffffff;
  --color-text-lighter:#ffffff;
  --color-scrollbar:#595959;
  --color-error:#ff5252;
  --color-error-rgb:255,82,82;
  --color-error-hover:#ff8585;
  --color-error-text:#ffd2d2;
  --color-warning:#ffcc00;
  --color-warning-rgb:255,204,0;
  --color-warning-hover:#ffd633;
  --color-warning-text:#ffd633;
  --color-success:#42a942;
  --color-success-rgb:66,169,66;
  --color-success-hover:#5ec05e;
  --color-success-text:#bae4ba;
  --color-info:#38c0ff;
  --color-info-rgb:56,192,255;
  --color-info-hover:#6bd0ff;
  --color-info-text:#9ee0ff;
  --color-favorite:#ffde00;
  --color-loading-light:#000000;
  --color-loading-dark:#dddddd;
  --color-box-shadow-rgb:#ffffff;
  --color-box-shadow:#ffffff;
  --color-border:#808080;
  --color-border-dark:#808080;
  --color-border-maxcontrast:#8c8c8c;
  --font-face:system-ui, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Ubuntu, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --default-font-size:15px;
  --animation-quick:100ms;
  --animation-slow:300ms;
  --border-radius:3px;
  --border-radius-large:10px;
  --border-radius-rounded:28px;
  --border-radius-pill:100px;
  --default-clickable-area:44px;
  --default-line-height:24px;
  --default-grid-baseline:4px;
  --header-height:50px;
  --navigation-width:300px;
  --sidebar-min-width:300px;
  --sidebar-max-width:500px;
  --list-min-width:200px;
  --list-max-width:300px;
  --header-menu-item-height:44px;
  --header-menu-profile-item-height:66px;
  --breakpoint-mobile:1024px;
  --background-invert-if-dark:invert(100%);
  --background-invert-if-bright:no;
  --background-image-invert-if-bright:no;
  --background-image-color-text:#ffffff;
  --primary-invert-if-bright:invert(100%);
  --primary-invert-if-dark:no;
  --color-primary:#5072C9;
  --color-primary-default:#5072C9;
  --color-primary-text:#ffffff;
  --color-primary-hover:#405ba0;
  --color-primary-light:#0e0f16;
  --color-primary-light-text:#b9c6e9;
  --color-primary-light-hover:#1a1b21;
  --color-primary-element:#959edc;
  --color-primary-element-hover:#a4ace1;
  --color-primary-element-text:#000000;
  --color-primary-element-text-dark:#0a0a0a;
  --color-primary-element-light:#0e0f16;
  --color-primary-element-light-hover:#1a1b21;
  --color-primary-element-light-text:#d4d8f1;
  --gradient-primary-background:linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
  --image-background-default:url("/index.php/apps/theming/image/background?v=66");
  --color-background-plain:#5072C9;
  --image-background:url("/index.php/apps/theming/image/background?v=66");
  --image-logo:url("/index.php/apps/theming/image/logo?v=66");
  --image-logoheader:url("/index.php/apps/theming/image/logoheader?v=66");
  --image-favicon:url("/index.php/apps/theming/image/favicon?v=66");
  --image-logoheader-custom:true;
}
[data-theme-dark-highcontrast] [class^="icon-"], [data-theme-dark-highcontrast] [class*=" icon-"], [data-theme-dark-highcontrast] .action, [data-theme-dark-highcontrast] #appmenu li a, [data-theme-dark-highcontrast] .menutoggle {
  opacity: 1 !important;
}
[data-theme-dark-highcontrast] #app-navigation {
  border-right: 1px solid var(--color-border);
}
[data-theme-dark-highcontrast] div.crumb {
  filter: brightness(150%);
}
</pre></body></html>