.backlogWindowContent {
  background-color: var(--backlog-window-background);
  box-sizing: border-box;
  overflow: auto;
  max-height: calc(100dvh - 80px);
  padding-bottom: 1.35rem;
}
.backlogContainer {
  background: var(--taskbar-background);
  bottom: 0;
  max-height: calc(100dvh - 2.5rem);
  left: 0;
  top: 2.5rem;
  width: 960px;
  max-width: 100vw;
}
.backlogBox {
  border: 0.5px solid #00000077;
  border-radius: 0.25rem;
  box-shadow: 0.5rem 0.5rem 0.5rem #00000077;
  margin: 1rem;
  padding: 1rem;
}
.backlogBoxLabel {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  user-select: none;
  width: fit-content;
}
.backlogBoxLabel::marker {
  content: "▶️ ";
  cursor: pointer;
}
details[open] > .backlogBoxLabel::marker {
  content: "🔽 "
}
.backlogPlatformFilters {
  box-sizing: border-box;
  font-size: smaller;
}
.backlogPlatformFilterList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 1rem;
}
.backlogPlatformFilterListItem {
  width: 10.75rem;
}
.backlogPlatformFilterInputInvert {
  background: none;
  color: inherit;
  border: none;
  padding: 0 0 0 3px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: left;
}
.backlogStatsPanel {
  padding: 1rem 1rem 0 1rem;
}
.backlogStats {
  border: 0.5px solid #00000077;
  border-radius: 0.25rem;
  box-shadow: 0.5rem 0.5rem 0.5rem #00000077;
  padding: 1rem;
}
.backlogStatLegend {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
  text-align: center;
  text-shadow: 1px 1px 0 #000000;
  width: 100%;
}
.backlogStatLegendSecond {
  padding-top: unset;
  justify-content: space-around;
}
.backlogStatRow {
  display: flex;
  flex-direction: row;
  margin: 1rem 0;
}
.backlogStatBar {
  border: 1px solid grey;
  border-radius: 0.45rem;
  display: flex;
  flex-direction: row;
  height: 0.9rem;
  min-width: 50%;
  width: 100%;
}
.backlogPlatformBreakdownToggle {
  cursor: pointer;
  padding-top: 1rem;
}
.backlogPlatformBreakdownToggle::marker {
  cursor: pointer;
  content: "▶️ ";
}
details[open] > .backlogPlatformBreakdownToggle::marker {
  content: "🔽 "
}
.backlogPlatformBreakdownStats {
  font-size: 0.75rem;
  margin-top: 0.75rem;
  width: 100%;
}
.backlogPlatformBreakdownStatsLabel {
  text-align: right;
  white-space: nowrap;
}
.backlogPlatformBreakdownStatsCell {
  width: 100%;
}
.backlogStatBarFill {
  height: 0.45rem;
  padding: 0.225rem 0;
  text-align: center;
}
.backlogSmallBar {
  background-color: grey;
}
.backlogBreakdownStatBarFill {
  border-radius: 0.4rem;
  height: 0.9rem;
  text-align: center;
}
.backlogStatBarFillStart {
  border-radius: 0.4rem 0 0 0.4rem;
}
.backlogStatBarFillEnd {
  border-radius: 0 0.4rem 0.4rem 0;
}
.backlogTabHandles {
  margin: 1rem 1rem 0 1rem;
}
.backlogTabHandle {
  color: var(--backlog-tab-handle-color);
  cursor: pointer;
  border: unset;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: var(--backlog-tab-handle-background);
  font-size: 1rem;
  padding: 0.5rem;
}
.backlogTabActive {
  color: var(--foreground);
  background-color: var(--background);
  border-top: 0.25rem solid var(--background);
  border-left: 0.25rem solid var(--background);
  border-right: 0.25rem solid var(--background);
  box-shadow: 0.5rem 0.5rem 0.5rem #00000077;
}
.backlogTabContentWrapper {
  position: relative;
}
.backlogTabContent {
  background-color: var(--background);
  box-shadow: 0.5rem 0.5rem 0.5rem #00000077;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 1rem 1rem 1rem;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.backlogInProgressTab {
  flex-direction: column;
  gap: 0.5rem;
}
.backlogInProgressTab > details {
  width: 100%;
}
.backlogKanbanLabel {
  font-weight: bold;
  border-bottom: 1px solid var(--foreground);
}
.backlogKanbanInProgressField {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  padding-top: 0.5rem;
}
.backlogKanbanYear {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.backlogKanbanColumn {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: min(50%, 26.75rem);
}
.backlogKanbanColumnLabel {
  width: min(100vw - 4.25rem, 26.75rem);
}
.backlogRecord {
  display: flex;
  background-color: var(--backlog-record-background);
  border: 1px solid var(--foreground);
  border-radius: 0.25rem;
  box-sizing: border-box;
  box-shadow: 0.25rem 0.25rem 0.25rem #00000077;
  flex-direction: row;
  padding: 0.5rem;
  position: relative;
  width: 26.75rem;
}
.backlogKanbanColumn > .backlogRecord {
  width: min(100vw - 4.25rem, 26.75rem);
}
.backlogKanbanRecord {
  width: 13.375rem;
}
.backlogRecordTitle {
  font-weight: bold;
  text-align: left;
}
.backlogRecordKanbanTitle {
  font-size: 0.75rem;
}
.backlogFloppy {
  height: 8rem;
  width: 8rem;
  min-width: 8rem;
}
.backlogFloppyLabel {
  background-color: var(--backlog-floppy-label);
  border-radius: 0.25rem;
  box-sizing: border-box;
  font-size: 0.7rem;
  width: 3.25rem;
  height: 1.5rem;
  position: absolute;
  padding: 0.25rem 0.25rem 0 0.25rem;
  top: 1rem;
  left: 4.75rem;
}
.backlogFloppyLabelHead {
  position: absolute;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.25rem 0 0 0;
  width: 3.25rem;
  top: 1rem;
  left: 4.75rem;
}
.backlogFloppyLabelStripes {
  box-sizing: border-box;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-left: unset;
  border-right: unset;
  padding: 0.375rem 0 0 0;
  width: 3.25rem;
  top: 1.625rem;
  left: 4.75rem;
}
.backlogFloppyRating {
  text-shadow: 0.125rem 0.125rem 0.125rem #00000077;
  position: absolute;
  font-size: 0.5rem;
  top: 1rem;
  left: 1rem;
}
.backlogFloppyLabelText {
  font-size: 1.1rem;
  position: absolute;
  width: 3.25rem;
  top: 1.2rem;
  left: 4.75rem;
  text-align: center;
}
.backlogFloppyLabelTextRejected {
  color: darkred;
  font-size: 0.75rem;
  font-weight: bold;
  top: 1.4rem;
  transform: rotate(-15deg);
}
.backlogFloppyLabelTextPaused {
  font-size: 0.65rem;
  top: 1.4rem;
}
.backlogKanbanFloppy {
  height: 4rem;
  width: 4em;
  min-width: 4rem;
}
.backlogKanbanFloppyLabel {
  border-radius: 0.125rem;
  width: 1.625rem;
  height: 0.75rem;
  padding: 0.125rem 0.125rem 0 0.125rem;
  top: 0.75rem;
  left: 2.625rem;
}
.backlogKanbanFloppyLabelHead {
  border-radius: 0.125rem 0.125rem 0 0;
  padding: 0.125rem 0 0 0;
  width: 1.625rem;
  top: 0.75rem;
  left: 2.625rem;
}
.backlogKanbanFloppyLabelStripes {
  padding: 0.1875rem 0 0 0;
  width: 1.625rem;
  top: 1.0625rem;
  left: 2.625rem;
}
.backlogRecordDetails {
  margin-left: 0.5rem;
}
.backlogRecordDetailsMeta {
  font-size: 0.75rem;
}
.backlogKanbanRecordDetailsMeta {
  font-size: 0.625rem;
}
@media (max-width: 550px) {
  .backlogStatLegend {
    font-size: 0.75rem;
  }
  .backlogTabHandle {
    font-size: 0.75rem;
  }
}
