:root {
  color-scheme: dark;
  --blue: #375a7f;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e74c3c;
  --orange: #fd7e14;
  --yellow: #f39c12;
  --green: #00ffcc;
  --teal: #20c997;
  --cyan: #3498db;
  --black: #000;
  --white: #fff;
  --gray: #888;
  --gray-dark: #303030;
  --gray-100: #f8f9fa;
  --gray-200: #ebebeb;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #888;
  --gray-700: #444;
  --gray-800: #303030;
  --gray-900: #222;
  --primary: #375a7f;
  --secondary: #444;
  --success: #00bc8c;
  --info: #3498db;
  --warning: #f39c12;
  --danger: #e74c3c;
  --light: #adb5bd;
  --dark: #303030;
  --primary-rgb: 55, 90, 127;
  --secondary-rgb: 68, 68, 68;
  --success-rgb: 0, 188, 140;
  --info-rgb: 52, 152, 219;
  --warning-rgb: 243, 156, 18;
  --danger-rgb: 231, 76, 60;
  --light-rgb: 173, 181, 189;
  --dark-rgb: 48, 48, 48;
  --primary-text-emphasis: #162433;
  --secondary-text-emphasis: #1b1b1b;
  --success-text-emphasis: #004b38;
  --info-text-emphasis: #153d58;
  --warning-text-emphasis: #613e07;
  --danger-text-emphasis: #5c1e18;
  --light-text-emphasis: #444;
  --dark-text-emphasis: #444;
  --primary-bg-subtle: #d7dee5;
  --secondary-bg-subtle: #dadada;
  --success-bg-subtle: #ccf2e8;
  --info-bg-subtle: #d6eaf8;
  --warning-bg-subtle: #fdebd0;
  --danger-bg-subtle: #fadbd8;
  --light-bg-subtle: #fcfcfd;
  --dark-bg-subtle: #ced4da;
  --primary-border-subtle: #afbdcc;
  --secondary-border-subtle: #b4b4b4;
  --success-border-subtle: #99e4d1;
  --info-border-subtle: #aed6f1;
  --warning-border-subtle: #fad7a0;
  --danger-border-subtle: #f5b7b1;
  --light-border-subtle: #ebebeb;
  --dark-border-subtle: #adb5bd;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --font-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #fff;
  --body-color-rgb: 255, 255, 255;
  --emphasis-color: #000;
  --emphasis-color-rgb: 0, 0, 0;
  --secondary-color: rgba(255, 255, 255, 0.75);
  --secondary-color-rgb: 255, 255, 255;
  --secondary-bg: #ebebeb;
  --secondary-bg-rgb: 235, 235, 235;
  --tertiary-color: rgba(255, 255, 255, 0.5);
  --tertiary-color-rgb: 255, 255, 255;
  --tertiary-bg: #f8f9fa;
  --tertiary-bg-rgb: 248, 249, 250;
  --link-color: #00bc8c;
  --link-color-rgb: 0, 188, 140;
  --link-decoration: underline;
  --link-hover-color: #009670;
  --link-hover-color-rgb: 0, 150, 112;
  --code-color: #e83e8c;
  --highlight-color: #fff;
  --highlight-bg: #fdebd0;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #dee2e6;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-radius: 0.375rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --focus-ring-width: 0.25rem;
  --focus-ring-opacity: 0.25;
  --focus-ring-color: rgba(55, 90, 127, 0.25);
  --form-valid-color: #00bc8c;
  --form-valid-border-color: #00bc8c;
  --form-invalid-color: #e74c3c;
  --form-invalid-border-color: #e74c3c;
  --body-color: #dee2e6;
  --body-color-rgb: 222, 226, 230;
  --body-bg: #222;
  --body-bg-rgb: 34, 34, 34;
  --emphasis-color: #fff;
  --emphasis-color-rgb: 255, 255, 255;
  --secondary-color: rgba(222, 226, 230, 0.75);
  --secondary-color-rgb: 222, 226, 230;
  --secondary-bg: #303030;
  --secondary-bg-rgb: 48, 48, 48;
  --tertiary-color: rgba(222, 226, 230, 0.5);
  --tertiary-color-rgb: 222, 226, 230;
  --tertiary-bg: #292929;
  --tertiary-bg-rgb: 41, 41, 41;
  --primary-text-emphasis: #879cb2;
  --secondary-text-emphasis: #8f8f8f;
  --success-text-emphasis: #66d7ba;
  --info-text-emphasis: #85c1e9;
  --warning-text-emphasis: #f8c471;
  --danger-text-emphasis: #f1948a;
  --light-text-emphasis: #f8f9fa;
  --dark-text-emphasis: #dee2e6;
  --primary-bg-subtle: #0b1219;
  --secondary-bg-subtle: #0e0e0e;
  --success-bg-subtle: #00261c;
  --info-bg-subtle: #0a1e2c;
  --warning-bg-subtle: #311f04;
  --danger-bg-subtle: #2e0f0c;
  --light-bg-subtle: #303030;
  --dark-bg-subtle: #181818;
  --primary-border-subtle: #21364c;
  --secondary-border-subtle: #292929;
  --success-border-subtle: #007154;
  --info-border-subtle: #1f5b83;
  --warning-border-subtle: #925e0b;
  --danger-border-subtle: #8b2e24;
  --light-border-subtle: #444;
  --dark-border-subtle: #303030;
  --heading-color: inherit;
  --link-color: #879cb2;
  --link-hover-color: #9fb0c1;
  --link-color-rgb: 135, 156, 178;
  --link-hover-color-rgb: 159, 176, 193;
  --code-color: #f18bba;
  --highlight-color: #dee2e6;
  --highlight-bg: #613e07;
  --border-color: #444;
  --border-color-translucent: rgba(255, 255, 255, 0.15);
  --form-valid-color: #66d7ba;
  --form-valid-border-color: #66d7ba;
  --form-invalid-color: #f1948a;
  --form-invalid-border-color: #f1948a;
}
.category {
  --list-group-color: #fff;
  --list-group-bg: #303030;
  --list-group-border-color: #444;
  --list-group-border-width: var(--border-width);
  --list-group-border-radius: var(--border-radius);
  --list-group-item-padding-x: 1rem;
  --list-group-item-padding-y: 0.5rem;
  --list-group-action-color: var(--secondary-color);
  --list-group-action-hover-color: #fff;
  --list-group-action-hover-bg: #444;
  --list-group-action-active-color: var(--body-color);
  --list-group-action-active-bg: #222;
  --list-group-disabled-color: var(--secondary-color);
  --list-group-disabled-bg: #303030;
  --list-group-active-color: #fff;
  --list-group-active-bg: #375a7f;
  --list-group-active-border-color: #375a7f;
}
.condition .mode {
  text-align: left;
}
.condition select {
  display: inline;
  width: initial;
}
.condition select option {
  text-align: left;
}
table.abyss_relic {
  margin: 0 auto;
  background-color: rgba(60, 40, 0, 0.3);
}
table.abyss_relic thead {
  background-color: rgba(0, 0, 0, 0.65);
}
table.abyss_relic tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.25);
}
table.abyss_relic tbody tr.inactive td {
  color: rgba(255, 255, 255, 0.25);
}
table.abyss_relic tbody tr.inactive td span {
  color: rgba(255, 255, 255, 0.2);
}
table.abyss_relic tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
table.abyss_relic th,
table.abyss_relic td {
  padding: 0.25ex 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.85em;
  text-shadow: 1px 1px 1px #000;
}
table.abyss_relic td span {
  display: inline-block;
  margin-left: 0.25ex;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85em;
}
table.abyss_relic td.category {
  background-color: rgba(0, 60, 0, 0.5);
}
table.abyss_relic td.alignment {
  text-align: center;
  font-size: 0.9em;
}
