/* Auto-generated. Browsers without CSS light-dark() (e.g. iOS Safari < 17.2). */
@supports not (color: light-dark(white, black)) {
:root {
  --clr-bright: #fff;
  --clr-dark: #000;
  --clr-std-ltgray: #c0c0c0;
  --clr-primary-accent: #2094f3;
  --clr-primary-accent-hover: #0a6ebd;
  --clr-primary-action: #1e89e6;
  --clr-primary-action-hover: #2962ff;
  --clr-secondary-accent: #0097a8;
  --clr-primary-light-blue: #bcdefb;
  --clr-light-blue-accent: #0398e2;
  --clr-text-primary: #666;
  --clr-text-secondary: #757575;
  --clr-text-tertiary: #999;
  --clr-text-placeholder: #bbb;
  --clr-text-disabled: #888;
  --clr-border-light: #ccc;
  --clr-border-muted: #ddd;
  --clr-background-off-white: #fafafa;
  --clr-background-light-gray: #f0f0f0;
  --clr-background-extra-light-gray: #eee;
  --clr-background-blue-gray-50: #edf0f2;
  --clr-background-blue-gray-75: #e1e8eb;
  --clr-background-blue-gray-100: #cfd8dc;
  --clr-background-blue-gray-300: #b0bec5;
  --clr-blue-wash-light: #f0f0ff;
  --clr-blue-wash-medium: #d8e8ff;
  --clr-primary-wash: #e3f2fd;
  --clr-indigo-50: #e8eaf6;
  --clr-danger-text: #d33131;
  --clr-danger-text-hover: #f44034;
  --clr-error-text-muted: #cc6666;
  --clr-error-bg-light: #ffccd1;
  --clr-error-border-light: #ffbdc6;
  --clr-error-text-dark: #b51c1c;
  --clr-error-icon: #ef5552;
  --clr-warning-accent: #FFC107;
  --clr-warning-bg-light: #fff9c4;
  --clr-warning-border-light: #fff59d;
  --clr-warning-text-dark: #6d4c41;
  --clr-warning-icon: #fbc02d;
  --clr-info-bg-light: #e1f5fe;
  --clr-info-border-light: #b3e5fc;
  --clr-info-text-dark: #0288d1;
  --clr-header-stripe-bg: #2563EB;
  --clr-menu-item-hover-bg: #f5f5f5;
  --clr-verified-accent: #02a6f2;
  --clr-staff-accent: #689f38;
  --clr-badge-inv: #fffd;
  --clr-cyan-50: #e0f7fa;
  --clr-gray-medium-bg: #777;
  --clr-toast-text: #eee;
  --clr-offline: #ccc;
  --clr-button-danger-bg: #ec645f;
  --clr-button-danger-hover-bg: #f77;
  --clr-button-positive-bg: #71c46f;
  --clr-button-positive-hover-bg: #7fed7f;
  --clr-input-invalid-border: #e57171;
  --clr-input-invalid-shadow: #e5737340;
  --clr-bubble-left-bg: #c4e0a3;
  --clr-bubble-left-bg-flash: #94a97c;
  --clr-bubble-text: #212121;
  --clr-bubble-timestamp-text: #777;
  --clr-bubble-author-text: #777;
  --clr-reply-quote-right-bg: #8080801f;
  --clr-badge-default-bg: #e8e8e8;
  --clr-badge-green-bg: #efe;
  --clr-badge-green-text: #383;
  --clr-badge-green-border: #aca;
  --clr-badge-yellow-bg: #ffe;
  --clr-badge-yellow-text: #660;
  --clr-badge-yellow-border: #cc9;
  --clr-badge-blue-bg: #f0f0ff;
  --clr-badge-blue-text: #339;
  --clr-badge-blue-border: #aad;
  --clr-badge-red-bg: #fee;
  --clr-badge-red-text: #933;
  --clr-badge-red-border: #c99;
  --clr-badge-magenta-bg: #fef;
  --clr-badge-magenta-text: #939;
  --clr-badge-magenta-border: #c9c;
  --clr-chip-remove-icon-bg: #aaa;
  --clr-highlight-preview-text: #5f9ea0;
  --clr-spinner-track: #f3f3f3;
  --clr-pinned-menu-bg: #f8f8f8;
  --clr-lettertile-default-text: #fafafacc;
}
@media (prefers-color-scheme: dark) {
:root {
  --clr-bright: #181818;
  --clr-dark: #fff;
  --clr-std-ltgray: #3f3f3f;
  --clr-primary-accent: #0e6dba;
  --clr-primary-accent-hover: #116ab4;
  --clr-primary-action: #1571c1;
  --clr-primary-action-hover: #0037b8;
  --clr-secondary-accent: #006570;
  --clr-primary-light-blue: #78a0be;
  --clr-light-blue-accent: #0379b5;
  --clr-text-primary: #999;
  --clr-text-secondary: #8a8a8a;
  --clr-text-tertiary: #787878;
  --clr-text-placeholder: #555;
  --clr-text-disabled: #777;
  --clr-border-light: #555;
  --clr-border-muted: #444;
  --clr-background-off-white: #222;
  --clr-background-light-gray: #0f0f0f;
  --clr-background-extra-light-gray: #222;
  --clr-background-blue-gray-50: #202c33;
  --clr-background-blue-gray-75: #182124;
  --clr-background-blue-gray-100: #20272a;
  --clr-background-blue-gray-300: #354146;
  --clr-blue-wash-light: #22222d;
  --clr-blue-wash-medium: #123550;
  --clr-primary-wash: #072f45;
  --clr-indigo-50: #1a2c44;
  --clr-danger-text: #931f1f;
  --clr-danger-text-hover: #cc1100;
  --clr-error-text-muted: #993333;
  --clr-error-bg-light: #ff6675;
  --clr-error-border-light: #ff334e;
  --clr-error-text-dark: #de2323;
  --clr-error-icon: #d81b0e;
  --clr-warning-accent: #808020;
  --clr-warning-bg-light: #00060c;
  --clr-warning-border-light: #000a2b;
  --clr-warning-text-dark: #a08356;
  --clr-warning-icon: #b48204;
  --clr-info-bg-light: #010a0e;
  --clr-info-border-light: #001824;
  --clr-info-text-dark: #00151f;
  --clr-header-stripe-bg: #0f172a;
  --clr-menu-item-hover-bg: #0a0a0a;
  --clr-verified-accent: #027db6;
  --clr-staff-accent: #598830;
  --clr-badge-inv: #cccd;
  --clr-cyan-50: #2f3e43;
  --clr-gray-medium-bg: #444;
  --clr-toast-text: #aaa;
  --clr-offline: #999;
  --clr-button-danger-bg: #d74742;
  --clr-button-danger-hover-bg: #a55;
  --clr-button-positive-bg: #3f983e;
  --clr-button-positive-hover-bg: #6ec26e;
  --clr-input-invalid-border: #561010;
  --clr-input-invalid-shadow: #1a0c0c40;
  --clr-bubble-left-bg: #3e5c1f;
  --clr-bubble-left-bg-flash: #2c4517;
  --clr-bubble-text: #bbc;
  --clr-bubble-timestamp-text: #888;
  --clr-bubble-author-text: #666;
  --clr-reply-quote-right-bg: #c4c4c42e;
  --clr-badge-default-bg: #171717;
  --clr-badge-green-bg: #131;
  --clr-badge-green-text: #363;
  --clr-badge-green-border: #242;
  --clr-badge-yellow-bg: #331;
  --clr-badge-yellow-text: #660;
  --clr-badge-yellow-border: #552;
  --clr-badge-blue-bg: #224;
  --clr-badge-blue-text: #447;
  --clr-badge-blue-border: #336;
  --clr-badge-red-bg: #522;
  --clr-badge-red-text: #744;
  --clr-badge-red-border: #633;
  --clr-badge-magenta-bg: #535;
  --clr-badge-magenta-text: #747;
  --clr-badge-magenta-border: #636;
  --clr-chip-remove-icon-bg: #555;
  --clr-highlight-preview-text: #205e60;
  --clr-spinner-track: #0c0c0c;
  --clr-pinned-menu-bg: #1a1a1a;
  --clr-lettertile-default-text: #dcdcdccc;
}
}
}
