.landlord-utility-bento {
  --utility-line: rgba(34, 31, 22, .14);
  --utility-line-strong: rgba(34, 31, 22, .24);
  --utility-panel: rgba(255, 255, 255, .42);
  --utility-panel-strong: rgba(255, 255, 255, .64);
  --utility-ink: #181816;
  --utility-muted: #65635c;
  --utility-accent: #806a00;
  isolation: isolate;
  min-width: 0;
  min-height: 24rem;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(9.6rem, auto) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--utility-line);
  background: #f0eee7 !important;
  color: var(--utility-ink) !important;
}

body.protection-page.protection-subpage .cost-bento-grid__small > .landlord-utility-bento {
  min-height: 24rem !important;
}

.landlord-utility-bento__signal {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding: 1rem 1.15rem .4rem;
  display: grid;
  align-content: start;
  color: var(--utility-muted);
}

.landlord-utility-bento__signal span,
.landlord-utility-bento__signal b,
.landlord-utility-bento__signal small,
.landlord-utility-bento__signal em {
  min-width: 0;
}

.landlord-utility-bento__signal span {
  position: relative;
}

.landlord-utility-bento__signal b {
  display: block;
  color: var(--utility-ink);
  font-size: .7rem;
  font-style: normal;
  font-weight: 780;
  letter-spacing: .045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.landlord-utility-bento__signal small,
.landlord-utility-bento__signal em {
  display: block;
  margin-top: .22rem;
  color: var(--utility-muted);
  font-size: .63rem;
  font-style: normal;
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.32;
  text-transform: none;
  overflow-wrap: anywhere;
}

/* Kündigung: ein verbundener Prüfpfad statt drei isolierter Zeilen. */
.landlord-utility-bento--review-path .landlord-utility-bento__signal {
  gap: 0;
}

.landlord-utility-bento--review-path .landlord-utility-bento__signal::before {
  content: "";
  position: absolute;
  top: 1.9rem;
  bottom: 1.35rem;
  left: 1.86rem;
  width: 1px;
  background: linear-gradient(to bottom, #c6a500, var(--utility-line-strong));
}

.landlord-utility-bento--review-path .landlord-utility-bento__signal span {
  display: grid;
  grid-template-columns: 1.55rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: .62rem;
  padding: .36rem 0 .4rem;
}

.landlord-utility-bento--review-path .landlord-utility-bento__signal span::before {
  content: attr(data-index);
  position: relative;
  z-index: 1;
  grid-row: 1 / span 2;
  width: 1.42rem;
  height: 1.42rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--utility-line-strong);
  border-radius: 50%;
  background: #f0eee7;
  color: var(--utility-accent);
  font-size: .57rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.landlord-utility-bento--review-path .landlord-utility-bento__signal span:first-child::before {
  border-color: #b99a00;
  background: #f5c800;
  color: #24210f;
}

/* Mietrückstand: eine gemeinsame Aktenfläche mit drei Registern. */
.landlord-utility-bento--file-status .landlord-utility-bento__signal {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: .95rem 1.1rem .35rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--utility-line);
  border-radius: .85rem;
  background: var(--utility-panel);
  box-shadow: inset 0 1px 0 var(--utility-panel-strong);
}

.landlord-utility-bento--file-status .landlord-utility-bento__signal span {
  min-height: 7.25rem;
  padding: .68rem .62rem .65rem;
}

.landlord-utility-bento--file-status .landlord-utility-bento__signal span + span {
  border-left: 1px solid var(--utility-line);
}

.landlord-utility-bento--file-status .landlord-utility-bento__signal span::before {
  content: attr(data-index);
  display: block;
  margin-bottom: 1.42rem;
  color: var(--utility-accent);
  font-size: .58rem;
  font-weight: 820;
  font-variant-numeric: tabular-nums;
}

.landlord-utility-bento--file-status .landlord-utility-bento__signal span::after {
  content: "";
  position: absolute;
  top: 1.75rem;
  right: .62rem;
  left: .62rem;
  height: 1px;
  background: var(--utility-line);
}

/* Mietnomaden: drei belegbare Spuren auf einer durchgehenden Achse. */
.landlord-utility-bento--evidence .landlord-utility-bento__signal {
  counter-reset: evidence;
  gap: 0;
  padding-left: 3.15rem;
}

.landlord-utility-bento--evidence .landlord-utility-bento__signal::before {
  content: "";
  position: absolute;
  top: 1.72rem;
  bottom: 1.18rem;
  left: 1.73rem;
  width: 1px;
  background: var(--utility-line-strong);
}

.landlord-utility-bento--evidence .landlord-utility-bento__signal span {
  counter-increment: evidence;
  padding: .38rem 0 .42rem;
}

.landlord-utility-bento--evidence .landlord-utility-bento__signal span::before {
  content: counter(evidence, decimal-leading-zero);
  position: absolute;
  top: .47rem;
  left: -2.08rem;
  z-index: 1;
  width: 1.24rem;
  height: 1.24rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--utility-line-strong);
  border-radius: 50%;
  background: #f0eee7;
  color: var(--utility-accent);
  font-size: .52rem;
  font-weight: 820;
}

.landlord-utility-bento--evidence .landlord-utility-bento__signal span:first-child::before {
  border-color: #b99a00;
  background: #f5c800;
  color: #24210f;
}

/* Nebenkosten: eine kompakte Belegakte mit klaren Registerzeilen. */
.landlord-utility-bento--record .landlord-utility-bento__signal {
  margin: .92rem 1.1rem .34rem;
  padding: .18rem .76rem;
  overflow: visible;
  border: 1px solid var(--utility-line);
  border-radius: .22rem .78rem .78rem .78rem;
  background: var(--utility-panel);
  box-shadow: .22rem .22rem 0 rgba(34, 31, 22, .055);
}

.landlord-utility-bento--record .landlord-utility-bento__signal::before {
  content: "Belegakte";
  position: absolute;
  bottom: 100%;
  left: -.01rem;
  padding: .22rem .58rem .16rem;
  border: 1px solid var(--utility-line);
  border-bottom: 0;
  border-radius: .44rem .44rem 0 0;
  background: var(--utility-panel-strong);
  color: var(--utility-accent);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.landlord-utility-bento--record .landlord-utility-bento__signal span {
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: .5rem;
  padding: .42rem 0;
}

.landlord-utility-bento--record .landlord-utility-bento__signal span + span {
  border-top: 1px solid var(--utility-line);
}

.landlord-utility-bento--record .landlord-utility-bento__signal span::before {
  content: attr(data-index);
  grid-row: 1 / span 2;
  color: var(--utility-accent);
  font-size: .56rem;
  font-weight: 820;
  font-variant-numeric: tabular-nums;
}

/* Wartezeit: eine echte horizontale Zeitachse mit drei Prüfstationen. */
.landlord-utility-bento--timeline .landlord-utility-bento__signal {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  padding-top: 1.18rem;
}

.landlord-utility-bento--timeline .landlord-utility-bento__signal::before {
  content: "";
  position: absolute;
  top: 2.03rem;
  right: 1.48rem;
  left: 1.48rem;
  height: 1px;
  background: linear-gradient(to right, #c5a300 0 33%, var(--utility-line-strong) 33% 100%);
}

.landlord-utility-bento--timeline .landlord-utility-bento__signal span {
  padding-top: 2rem;
}

.landlord-utility-bento--timeline .landlord-utility-bento__signal span::before {
  content: attr(data-index);
  position: absolute;
  top: .26rem;
  left: 0;
  z-index: 1;
  width: 1.36rem;
  height: 1.36rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--utility-line-strong);
  border-radius: 50%;
  background: #f0eee7;
  color: var(--utility-muted);
  font-size: .53rem;
  font-weight: 820;
}

.landlord-utility-bento--timeline .landlord-utility-bento__signal span:first-child::before {
  border-color: #b99a00;
  background: #f5c800;
  color: #24210f;
}

/* Kosten und Entscheidung: zwei klar getrennte Seiten einer Einordnung. */
.landlord-utility-bento--split .landlord-utility-bento__signal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  padding-top: 1.05rem;
}

.landlord-utility-bento--split .landlord-utility-bento__signal span {
  min-height: 7.45rem;
  padding: .72rem .74rem .68rem;
  border: 1px solid var(--utility-line);
  border-radius: .78rem;
  background: var(--utility-panel);
  box-shadow: inset 0 1px 0 var(--utility-panel-strong);
}

.landlord-utility-bento--split .landlord-utility-bento__signal small {
  margin: 0 0 1.1rem;
  color: var(--utility-accent);
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.landlord-utility-bento--split .landlord-utility-bento__signal em {
  margin-top: .35rem;
}

.landlord-utility-bento--split .landlord-utility-bento__signal::after {
  position: absolute;
  top: 3.72rem;
  left: 50%;
  z-index: 2;
  width: 1.55rem;
  height: 1.55rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--utility-line-strong);
  border-radius: 50%;
  background: #f0eee7;
  color: var(--utility-accent);
  font-size: .56rem;
  font-weight: 850;
  transform: translateX(-50%);
}

.landlord-utility-bento--cost-split .landlord-utility-bento__signal::after {
  content: "≠";
  font-size: .8rem;
}

.landlord-utility-bento--decision .landlord-utility-bento__signal::after {
  content: "oder";
  width: 2rem;
  font-size: .48rem;
  letter-spacing: .025em;
  text-transform: uppercase;
}

body.protection-page.protection-subpage .landlord-utility-bento .bento-card__content {
  position: relative !important;
  inset: auto !important;
  z-index: 2;
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  height: 100%;
  padding: .68rem clamp(1.2rem, 1.8vw, 1.65rem) clamp(1.2rem, 1.8vw, 1.65rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 0;
  background: transparent !important;
  color: inherit !important;
  opacity: 1 !important;
  pointer-events: auto;
  transform: none !important;
  box-shadow: none;
}

body.protection-page.protection-subpage .landlord-utility-bento h3 {
  max-width: 19ch;
  color: var(--utility-ink) !important;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

body.protection-page.protection-subpage .landlord-utility-bento p {
  max-width: 31rem;
  color: var(--utility-muted) !important;
}

body.protection-page.protection-subpage .landlord-utility-bento .bento-card__kicker {
  color: var(--utility-accent) !important;
}

body.protection-page.protection-subpage .landlord-utility-bento .bento-card__action {
  display: flex !important;
}

html.dark .landlord-utility-bento {
  --utility-line: rgba(255, 255, 255, .12);
  --utility-line-strong: rgba(255, 255, 255, .22);
  --utility-panel: rgba(255, 255, 255, .045);
  --utility-panel-strong: rgba(255, 255, 255, .075);
  --utility-ink: #f5f4ef;
  --utility-muted: rgba(245, 244, 239, .64);
  --utility-accent: #f5c800;
  border-color: var(--utility-line);
  background: #151614 !important;
  color: var(--utility-ink) !important;
}

html.dark .landlord-utility-bento--review-path .landlord-utility-bento__signal span::before,
html.dark .landlord-utility-bento--evidence .landlord-utility-bento__signal span::before,
html.dark .landlord-utility-bento--timeline .landlord-utility-bento__signal span::before,
html.dark .landlord-utility-bento--split .landlord-utility-bento__signal::after {
  background: #151614;
}

html.dark .landlord-utility-bento--review-path .landlord-utility-bento__signal span:first-child::before,
html.dark .landlord-utility-bento--evidence .landlord-utility-bento__signal span:first-child::before,
html.dark .landlord-utility-bento--timeline .landlord-utility-bento__signal span:first-child::before {
  border-color: #f5c800;
  background: #f5c800;
  color: #24210f;
}

html.dark .landlord-utility-bento--record .landlord-utility-bento__signal {
  box-shadow: .22rem .22rem 0 rgba(0, 0, 0, .16);
}

html.dark body.protection-page.protection-subpage .landlord-utility-bento h3 {
  color: var(--utility-ink) !important;
}

html.dark body.protection-page.protection-subpage .landlord-utility-bento p {
  color: var(--utility-muted) !important;
}

html.dark body.protection-page.protection-subpage .landlord-utility-bento .bento-card__kicker {
  color: var(--utility-accent) !important;
}

@media (max-width: 47.99rem) {
  .landlord-utility-bento {
    min-height: 26rem;
    grid-template-rows: minmax(10.2rem, auto) minmax(0, 1fr);
  }

  body.protection-page.protection-subpage .cost-bento-grid__small > .landlord-utility-bento {
    min-height: 26rem !important;
  }

  .landlord-utility-bento__signal {
    padding-inline: 1.05rem;
  }

  .landlord-utility-bento--file-status .landlord-utility-bento__signal,
  .landlord-utility-bento--record .landlord-utility-bento__signal {
    margin-inline: 1.05rem;
  }

  .landlord-utility-bento--file-status .landlord-utility-bento__signal span {
    min-height: 0;
    padding: .48rem .58rem;
    display: grid;
    grid-template-columns: 1.45rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: .5rem;
  }

  .landlord-utility-bento--file-status .landlord-utility-bento__signal {
    grid-template-columns: minmax(0, 1fr);
  }

  .landlord-utility-bento--file-status .landlord-utility-bento__signal span + span {
    border-top: 1px solid var(--utility-line);
    border-left: 0;
  }

  .landlord-utility-bento--file-status .landlord-utility-bento__signal span::before {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .landlord-utility-bento--file-status .landlord-utility-bento__signal span::after {
    display: none;
  }

  .landlord-utility-bento--timeline .landlord-utility-bento__signal {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: .92rem;
    padding-left: 3.2rem;
  }

  .landlord-utility-bento--timeline .landlord-utility-bento__signal::before {
    top: 1.48rem;
    right: auto;
    bottom: 1rem;
    left: 1.73rem;
    width: 1px;
    height: auto;
    background: linear-gradient(to bottom, #c5a300 0 33%, var(--utility-line-strong) 33% 100%);
  }

  .landlord-utility-bento--timeline .landlord-utility-bento__signal span {
    min-height: 2.85rem;
    padding: .22rem 0 .32rem;
  }

  .landlord-utility-bento--timeline .landlord-utility-bento__signal span::before {
    top: .27rem;
    left: -2.08rem;
  }

  .landlord-utility-bento--split .landlord-utility-bento__signal {
    gap: .5rem;
  }

  .landlord-utility-bento--split .landlord-utility-bento__signal span {
    min-height: 7.8rem;
    padding-inline: .62rem;
  }

  body.protection-page.protection-subpage .landlord-utility-bento h3 {
    max-width: 20ch;
  }
}

@media (max-width: 23.25rem) {
  .landlord-utility-bento {
    min-height: 27.5rem;
  }

  body.protection-page.protection-subpage .cost-bento-grid__small > .landlord-utility-bento {
    min-height: 27.5rem !important;
  }

  .landlord-utility-bento--timeline .landlord-utility-bento__signal small,
  .landlord-utility-bento--file-status .landlord-utility-bento__signal small {
    font-size: .58rem;
  }
}
