: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;
  --font-num: "Playball", "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;
}
#blessing {
  --link-color: #fb4;
  --link-hover-color: #fbdcab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#blessing [hidden] {
  display: none !important;
}
#blessing input,
#blessing select {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
#blessing a {
  color: var(--link-color);
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
#blessing a:hover {
  color: var(--link-hover-color);
}
#blessing .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
#blessing .actions a,
#blessing .actions button {
  display: inline-block;
  padding: 0.5em;
}
#blessing .note,
#blessing .login {
  font-size: 0.85em;
  color: var(--secondary-color);
}
#blessing .errors {
  color: var(--form-invalid-color);
  padding-left: 1.5em;
}
#blessing .empty {
  padding: 2em 0;
  text-align: center;
}
#blessing .current {
  --event-color: #fb4;
  --event-rgb: var(--warning-rgb);
}
#blessing .upcoming {
  --event-color: var(--form-valid-color);
  --event-rgb: var(--success-rgb);
}
#blessing .past {
  --event-color: var(--secondary-color);
  --event-rgb: var(--light-rgb);
}
#blessing .now {
  margin: 1.5em 0;
  padding-left: 1em;
  border-left: 3px solid #fb4;
}
#blessing .now .now-title {
  margin: 0 0 0.5em;
}
#blessing .now .now-title strong {
  margin-left: 0.5em;
  color: #fb4;
  font-size: 1.3em;
}
#blessing .now ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blessing .now li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
  padding: 0.3em 0;
}
#blessing .now .ending {
  color: #fb4;
}
#blessing .design-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
}
#blessing .design-toolbar button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9em;
  padding: 0.5em 0.75em;
  white-space: nowrap;
  cursor: pointer;
}
#blessing .design-toolbar button span {
  display: block;
  font-size: 0.75em;
  color: var(--secondary-color);
}
#blessing .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  margin: 1em 0;
}
#blessing .legend span {
  font-size: 0.8em;
}
#blessing .legend span:before {
  content: '';
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.4em;
  background: var(--event-color);
}
#blessing .legend .today:before {
  background: transparent;
  border: 1px solid #fb4;
}
#blessing .date-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin: 1em 0;
}
#blessing .date-navigation a {
  padding: 0.3em 0.6em;
  font-size: 1.2em;
  color: var(--link-color);
  border-bottom: none;
}
#blessing .date-navigation a:hover {
  color: var(--link-hover-color);
}
#blessing .date-navigation strong {
  text-align: center;
  font-size: 1.1em;
}
#blessing .date-navigation .return-today {
  margin-left: auto;
  font-size: 0.85em;
  white-space: nowrap;
}
#blessing .calendar {
  border: 1px solid var(--border-color);
}
#blessing .calendar .weekdays,
#blessing .calendar .week {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[7];
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
#blessing .calendar .weekdays span {
  padding: 0.5em 0;
  text-align: center;
  font-size: 0.85em;
  color: var(--secondary-color);
}
#blessing .calendar .weekdays span:nth-child(7) {
  color: var(--info-text-emphasis);
}
#blessing .calendar .weekdays span:nth-child(1) {
  color: var(--danger-text-emphasis);
}
#blessing .calendar .week {
  -ms-grid-rows: 2.8rem (1.9rem)[var(--lanes)] 0.35rem;
  grid-template-rows: 2.8rem repeat(var(--lanes), 1.9rem) 0.35rem;
  border-top: 1px solid var(--border-color);
}
#blessing .calendar .day-background {
  grid-row: 1 / -1;
  border-left: 1px solid var(--border-color);
  pointer-events: none;
}
#blessing .calendar .day-background:first-child {
  border-left: none;
}
#blessing .calendar .day-background.saturday {
  background: rgba(var(--info-rgb), 0.08);
}
#blessing .calendar .day-background.sunday {
  background: rgba(var(--danger-rgb), 0.08);
}
#blessing .calendar .day-background.outside {
  background: rgba(var(--black-rgb), 0.2);
}
#blessing .calendar .day-background.selected {
  background: rgba(var(--white-rgb), 0.08);
}
#blessing .calendar .day-background.today {
  -webkit-box-shadow: inset 0 0 0 2px #fb4;
          box-shadow: inset 0 0 0 2px #fb4;
}
#blessing .calendar .day {
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0.3rem;
  border-bottom: none;
  color: var(--body-color);
}
#blessing .calendar .day span {
  display: inline-block;
  min-width: 1.8em;
  text-align: center;
}
#blessing .calendar .day.outside {
  color: var(--tertiary-color);
}
#blessing .calendar .day.saturday {
  color: var(--info-text-emphasis);
}
#blessing .calendar .day.sunday {
  color: var(--danger-text-emphasis);
}
#blessing .calendar .day.outside:not(.today) span {
  opacity: 0.6;
}
#blessing .calendar .day.selected span {
  border-bottom: 2px solid currentColor;
}
#blessing .calendar .day.today span {
  border-radius: 50%;
  background: #fb4;
  color: var(--black);
}
#blessing a.event-bar {
  z-index: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-width: 0;
  margin: 0 3px;
  padding: 0 0.4em;
  border: 1px solid var(--event-color);
  border-radius: 4px;
  background: rgba(var(--event-rgb), 0.3);
  color: var(--body-color);
  font-size: 0.8em;
  line-height: 1.8em;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#blessing a.event-bar:hover {
  background: rgba(var(--event-rgb), 0.5);
  color: var(--white);
}
#blessing a.event-bar.continues-before {
  margin-left: 0;
  border-left-style: dashed;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#blessing a.event-bar.continues-after {
  margin-right: 0;
  border-right-style: dashed;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#blessing .timeline-scroll {
  position: relative;
  overflow-x: auto;
  border: 1px solid var(--border-color);
}
#blessing .timeline {
  min-width: 660px;
}
#blessing .timeline .timeline-heading,
#blessing .timeline .timeline-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9rem (minmax(0, 1fr))[14];
  grid-template-columns: 9rem repeat(14, minmax(0, 1fr));
}
#blessing .timeline .timeline-heading .day {
  padding: 0.5em 0;
  color: var(--body-color);
  border-bottom: none;
  text-align: center;
  border-left: 1px solid var(--border-color);
}
#blessing .timeline .timeline-heading .day span,
#blessing .timeline .timeline-heading .day small {
  display: block;
  font-size: 0.75em;
}
#blessing .timeline .timeline-heading .day.selected span {
  border-bottom: 2px solid currentColor;
}
#blessing .timeline .timeline-heading .day.saturday {
  color: var(--info-text-emphasis);
}
#blessing .timeline .timeline-heading .day.sunday {
  color: var(--danger-text-emphasis);
}
#blessing .timeline .timeline-heading .day.today {
  color: #fb4;
}
#blessing .timeline .timeline-row {
  min-height: 3.5rem;
  border-top: 1px solid var(--border-color);
}
#blessing .timeline .timeline-name {
  z-index: 2;
  position: sticky;
  left: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
  background: var(--body-bg);
  font-size: 0.8em;
}
#blessing .timeline a.timeline-name {
  border-bottom: none;
}
#blessing .timeline a.timeline-name span {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
}
#blessing .timeline .timeline-cell {
  border-left: 1px solid var(--border-color);
}
#blessing .timeline .timeline-cell.saturday {
  background: rgba(var(--info-rgb), 0.08);
}
#blessing .timeline .timeline-cell.sunday {
  background: rgba(var(--danger-rgb), 0.08);
}
#blessing .timeline .timeline-cell.selected {
  background: rgba(var(--white-rgb), 0.06);
}
#blessing .timeline .timeline-cell.today {
  border-left: 2px solid #fb4;
  background: rgba(var(--warning-rgb), 0.08);
}
#blessing .timeline .no-period {
  position: sticky;
  left: 9.5rem;
  grid-column: 2 / -1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
  margin-left: 0.5rem;
  white-space: nowrap;
}
#blessing .selected-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blessing .selected-list li {
  margin: 0.75em 0;
  padding: 0.5em 0.75em;
  border-left: 2px solid var(--event-color);
}
#blessing .selected-list a {
  display: inline-block;
  margin-bottom: 0.25em;
  padding-bottom: 0.05em;
}
#blessing .selected-list a span {
  margin-left: 0.5em;
  font-size: 0.8em;
}
#blessing .selected-list .period,
#blessing .selected-list .overview {
  display: block;
  font-size: 0.85em;
}
#blessing details.blessing {
  scroll-margin-top: 1em;
  border-bottom: 1px solid var(--border-color);
  background-color: rgba(var(--event-rgb), 0.04);
}
#blessing details.blessing summary {
  padding: 1em 0.5em;
  cursor: pointer;
}
#blessing details.blessing summary .name {
  overflow-wrap: anywhere;
}
#blessing details.blessing summary .overview,
#blessing details.blessing summary .period,
#blessing details.blessing summary .status {
  display: block;
  margin-left: 1.25em;
  font-size: 0.9em;
}
#blessing details.blessing summary .status span {
  margin-left: 0.5em;
  font-size: 0.9em;
  color: var(--secondary-color);
}
#blessing details.blessing.current summary .status,
#blessing details.blessing.upcoming summary .status {
  color: var(--event-color);
}
#blessing .history {
  padding: 0 0.5em 1em;
}
#blessing .history table {
  width: 100%;
}
#blessing .history table caption {
  padding-bottom: 0.5em;
}
#blessing .history table th,
#blessing .history table td {
  padding: 0.5em 0.25em;
  border: 1px solid var(--border-color);
  text-align: center;
  font-size: 0.85em;
}
#blessing .history table .period span {
  display: inline-block;
  font-size: inherit;
}
#blessing .history table a {
  display: inline-block;
  padding: 0.5em 0.25em;
  white-space: nowrap;
}
#blessingForm {
  padding-top: 1em;
  scroll-margin-top: 1em;
}
#blessingForm table {
  width: 100%;
}
#blessingForm table th {
  width: 5em;
}
#blessingForm table td {
  text-align: left;
  padding: 0.5em;
}
#blessingForm select {
  width: 100%;
  min-width: 0;
  text-align: left;
}
#blessingForm input[type="date"] {
  max-width: 100%;
}
