/* ============================================================
   QUELLE: 04_tresor_wertbuch_konto_260521.css
   ============================================================ */

/* VERO TRESOR KLARE WERTE 3M 260521 START */
.tresorClear {
  display: grid;
  gap: 22px;
}

.tresorWertkarte {
  border-radius: 30px;
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 84% 16%, rgba(215,164,92,.16), transparent 34%),
    linear-gradient(145deg, #fff8e9, #f3eadb);
  border: 1px solid rgba(37, 29, 19, .08);
}

.tresorPrimary span,
.tresorMetric span,
.tresorProjection span,
.deckungKopf span {
  display: block;
  color: rgba(23, 19, 13, .52);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tresorPrimary strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: .9;
  letter-spacing: -.075em;
}

.tresorMetricGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.tresorMetric,
.tresorProjection {
  border-radius: 22px;
  padding: 16px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(37, 29, 19, .07);
  min-width: 0;
}

.tresorMetric strong,
.tresorProjection strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(20px, 2vw, 31px);
  line-height: .98;
  letter-spacing: -.045em;
  word-break: break-word;
}

.tresorMetric em,
.tresorProjection em {
  display: block;
  margin-top: 7px;
  font-style: normal;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.25;
}

.tresorMetric.positive strong,
.tresorProjection.positive strong,
.tresorMetric.positive em,
.tresorProjection.positive em {
  color: #254f44;
}

.tresorMetric.negative strong,
.tresorProjection.negative strong,
.tresorMetric.negative em,
.tresorProjection.negative em {
  color: #7c372b;
}

.tresorDeckungPanel {
  border-radius: 30px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, .42);
  border: 1px solid rgba(37, 29, 19, .075);
}

.deckungKopf strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: .96;
  letter-spacing: -.055em;
}

.sunburstCard {
  margin-top: 22px;
  border-radius: 24px;
  padding: clamp(14px, 2vw, 22px);
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(37,29,19,.07);
}

.sunburstShell {
  width: clamp(280px, 52vw, 720px);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.sunburstSvg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.segPath {
  stroke: rgba(255,255,255,.92);
  stroke-width: 2.4;
}

.segText {
  fill: #17130d;
  font-size: 11px;
  font-weight: 650;
  text-anchor: middle;
  dominant-baseline: middle;
}

.segText tspan {
  dominant-baseline: middle;
}

.groupOutside {
  fill: #17130d;
  font-size: 14px;
  font-weight: 700;
  text-anchor: middle;
  dominant-baseline: middle;
}

.groupDot {
  stroke: rgba(23,19,13,.12);
  stroke-width: 1;
}

.sunburstCenterCircle {
  fill: #fbf8f0;
  stroke: rgba(37,29,19,.07);
  stroke-width: 1.5;
}

.sunburstCenterEyebrow {
  fill: rgba(23,19,13,.52);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-anchor: middle;
}

.sunburstCenterTitle {
  fill: #17130d;
  font-size: 24px;
  font-weight: 700;
  text-anchor: middle;
}

.deckungHinweis {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.45;
  text-align: center;
}

@media (min-width: 1501px) {
  body.veroCalm #deckungGrid .tresorClear {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
  }

  body.veroCalm #deckungGrid .tresorWertkarte {
    position: sticky;
    top: 24px;
  }
}

@media (max-width: 1500px) {
  body.veroCalm #deckungGrid .tresorClear {
    grid-template-columns: 1fr;
  }

  body.veroCalm #deckungGrid .tresorWertkarte {
    position: static;
  }
}

@media (max-width: 1080px) {
  .tresorMetricGrid {
    grid-template-columns: 1fr;
  }

  .sunburstShell {
    width: clamp(260px, 72vw, 620px);
  }
}

@media (max-width: 820px) {
  .tresorMetricGrid {
    grid-template-columns: 1fr;
  }

  .tresorPrimary strong {
    font-size: clamp(44px, 13vw, 68px);
  }

  .sunburstShell {
    width: min(92vw, 520px);
  }

  .groupOutside {
    font-size: 13px;
  }

  .segText {
    font-size: 10px;
  }
}
/* VERO TRESOR KLARE WERTE 3M 260521 ENDE */


/* VERO WERTBUCH KOMPAKT 260521 START */
.compactList {
  display: grid;
  gap: 0;
  max-height: 520px;
  overflow-y: auto;
  border: 1px solid rgba(37, 29, 19, .08);
  border-radius: 20px;
  background: rgba(255,255,255,.34);
}

.compactRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 54px;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(37, 29, 19, .075);
}

.compactRow:last-child {
  border-bottom: 0;
}

.compactMain {
  min-width: 0;
}

.compactMain strong {
  display: block;
  font-size: 15px;
  line-height: 1.18;
  letter-spacing: -.015em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compactMain span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.25;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compactSide {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.compactStatus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(47, 95, 82, .11);
  color: #274f45;
  font-size: 12px;
  font-weight: 700;
}

.compactStatus.waiting,
.compactStatus.created {
  background: rgba(167, 131, 68, .14);
  color: #6b5228;
}

.compactStatus.bad {
  background: rgba(143, 61, 47, .12);
  color: #7c372b;
}

body.veroCalm #reconcileBtn {
  padding: 9px 13px;
  min-height: 34px;
  border-radius: 999px;
  font-size: 13px;
}

body.veroCalm #view-buch .buchEntry,
body.veroCalm #view-buch .orderEntry,
body.veroCalm #view-buch .paymentEntry {
  border-radius: 0;
  box-shadow: none;
}

.groupOutside.foodText {
  fill: #5b8c4a;
}

.groupOutside.metalText {
  fill: #8f9491;
}

.groupOutside.energyText {
  fill: #c85d5d;
}

@media (max-width: 820px) {
  .compactRow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .compactSide {
    justify-content: flex-start;
  }

  .compactMain strong,
  .compactMain span {
    white-space: normal;
  }
}
/* VERO WERTBUCH KOMPAKT 260521 ENDE */


/* VERO KONTO TRESOR WERTBUCH FEIN 260521 START */
#userStatus,
#btnUserOpen,
#btnUserKycPass,
#btnUserActivate {
  display: none !important;
}

.kontoNamePill {
  order: 99;
}

.kontoNamePill strong {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.04em;
}

body.veroCalm .topStats {
  align-items: stretch;
}

body.veroCalm .topStats > div {
  max-width: 220px;
}

body.veroCalm #deckungGrid,
body.veroCalm #deckungGrid .tresorClear,
body.veroCalm #deckungGrid .tresorWertkarte,
body.veroCalm #deckungGrid .tresorDeckungPanel,
body.veroCalm #deckungGrid .sunburstCard {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

body.veroCalm #deckungGrid .tresorClear {
  overflow: hidden;
}

.sunburstCard {
  overflow: hidden;
}

.sunburstShell {
  width: min(100%, clamp(300px, 46vw, 640px));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.groupOutside {
  font-weight: 760;
}

.groupOutside.anchorStart {
  text-anchor: start !important;
}

.groupOutside.anchorEnd {
  text-anchor: end !important;
}

.groupOutside.anchorMiddle {
  text-anchor: middle !important;
}

@media (min-width: 1221px) {
  body.veroCalm #deckungGrid .tresorClear {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
  }

  body.veroCalm #deckungGrid .tresorWertkarte {
    position: sticky;
    top: 24px;
  }
}

@media (max-width: 1220px) {
  body.veroCalm #deckungGrid .tresorClear {
    grid-template-columns: 1fr;
  }

  body.veroCalm #deckungGrid .tresorWertkarte {
    position: static;
  }

  .sunburstShell {
    width: min(100%, 560px);
  }
}

@media (max-width: 820px) {
  body.veroCalm .topStats {
    grid-template-columns: 1fr 1fr;
  }

  .kontoNamePill {
    grid-column: 1 / 3;
  }

  body.veroCalm #view-tresor > .card {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sunburstCard {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sunburstShell {
    width: min(100%, 430px);
  }
}

.compactList {
  max-height: 430px !important;
  overflow-y: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.compactRow {
  min-height: 38px !important;
  padding: 8px 2px !important;
  border-bottom: 1px solid rgba(37, 29, 19, .10) !important;
  background: transparent !important;
}

.compactMain strong {
  font-size: 14px !important;
  font-weight: 650 !important;
}

.compactMain span {
  font-size: 12px !important;
}

.compactStatus {
  min-height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--muted) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.compactStatus.waiting,
.compactStatus.created,
.compactStatus.bad {
  background: transparent !important;
}

body.veroCalm #ledgerTabelle,
body.veroCalm #pendingTabelle,
body.veroCalm #paymentTabelle {
  max-height: 430px;
  overflow-y: auto;
}

body.veroCalm #view-buch .card {
  padding-bottom: 22px;
}
/* VERO KONTO TRESOR WERTBUCH FEIN 260521 ENDE */


/* ============================================================
   QUELLE: 05_konto_projection_top_mein_vero_260521.css
   ============================================================ */

/* VERO KONTO LINKS PROJEKTION TABELLEN 260521 START */
body.veroCalm .userCard {
  display: block !important;
}

#userStatus,
#btnUserOpen,
#btnUserKycPass,
#btnUserActivate {
  display: none !important;
}

#sidebarKontoName {
  margin: 18px 0 8px;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(37,29,19,.07);
}

#sidebarKontoName span {
  display: block;
  color: rgba(23, 19, 13, .52);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}

#sidebarKontoName strong {
  display: block;
  margin-top: 5px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.04em;
}

#kontoNamePill {
  min-width: 220px;
}

#kontoNamePill span {
  display: block;
  color: rgba(23, 19, 13, .52);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

#kontoNamePill strong {
  display: block;
  margin-top: 5px;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -.04em;
}

#kontoNamePill em {
  display: block;
  margin-top: 5px;
  font-style: normal;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.2;
}

body.veroCalm #deckungGrid,
body.veroCalm #deckungGrid .tresorClear,
body.veroCalm #deckungGrid .tresorDeckungPanel,
body.veroCalm #deckungGrid .sunburstCard {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.sunburstCard {
  padding-left: clamp(8px, 1.5vw, 16px);
  padding-right: clamp(8px, 1.5vw, 16px);
}

.sunburstShell {
  width: min(100%, clamp(270px, 48vw, 620px));
  margin-left: auto;
  margin-right: auto;
}

.sunburstSvg {
  overflow: hidden;
}

.groupOutside {
  font-size: clamp(12px, 1.4vw, 15px);
  font-weight: 780;
  text-anchor: middle !important;
}

.groupOutside.foodText {
  fill: #5b8c4a;
}

.groupOutside.metalText {
  fill: #8f9491;
}

.groupOutside.energyText {
  fill: #c85d5d;
}

@media (min-width: 1361px) {
  body.veroCalm #deckungGrid .tresorClear {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
  }

  body.veroCalm #deckungGrid .tresorWertkarte {
    position: sticky;
    top: 24px;
  }
}

@media (max-width: 1360px) {
  body.veroCalm #deckungGrid .tresorClear {
    grid-template-columns: 1fr;
  }

  body.veroCalm #deckungGrid .tresorWertkarte {
    position: static;
  }

  .sunburstShell {
    width: min(100%, 540px);
  }
}

@media (max-width: 820px) {
  #kontoNamePill {
    min-width: 0;
  }

  .sunburstCard {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sunburstShell {
    width: min(100%, 410px);
  }

  .segText {
    font-size: 9.5px;
  }

  .groupOutside {
    font-size: 12px;
  }
}

.plainScroll {
  max-height: 388px;
  overflow-y: auto;
  border-top: 1px solid rgba(37, 29, 19, .10);
  border-bottom: 1px solid rgba(37, 29, 19, .10);
}

.plainTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.plainTable th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(255, 252, 244, .96);
  color: rgba(23, 19, 13, .52);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 650;
  text-align: left;
  padding: 9px 8px;
  border-bottom: 1px solid rgba(37, 29, 19, .10);
}

.plainTable td {
  padding: 9px 8px;
  border-bottom: 1px solid rgba(37, 29, 19, .085);
  vertical-align: middle;
  line-height: 1.25;
}

.plainTable tr:last-child td {
  border-bottom: 0;
}

.plainTable .right {
  text-align: right;
  white-space: nowrap;
}

.plainTable .mutedCell {
  color: var(--muted);
}

.plainTable .truncateCell {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.veroCalm #ledgerTabelle,
body.veroCalm #pendingTabelle,
body.veroCalm #paymentTabelle {
  max-height: none !important;
  overflow: visible !important;
}

body.veroCalm #view-buch .compactList {
  display: none !important;
}
/* VERO KONTO LINKS PROJEKTION TABELLEN 260521 ENDE */


/* VERO TOP PROJECTION SCHRIFT FIX 260521 START */
#kontoNamePill span {
  display: block !important;
  color: var(--muted) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-weight: 500 !important;
}

#kontoNamePill strong {
  margin-top: 4px !important;
}
/* VERO TOP PROJECTION SCHRIFT FIX 260521 ENDE */


/* VERO TOP AUSZAHLBAR ENTWICKLUNG 260521 START */
#topEuroEntwicklung {
  display: block;
  margin-top: 5px;
  font-style: normal;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.2;
}

#topEuroEntwicklung.positive {
  color: #254f44;
}

#topEuroEntwicklung.negative {
  color: #7c372b;
}
/* VERO TOP AUSZAHLBAR ENTWICKLUNG 260521 ENDE */


/* VERO TOP PROJECTION EINZEILIG 260521 START */
#kontoNamePill {
  min-width: 260px;
}

#kontoNamePill span {
  font-size: 11px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 820px) {
  #kontoNamePill {
    min-width: 0;
  }

  #kontoNamePill span {
    font-size: 10px !important;
  }
}
/* VERO TOP PROJECTION EINZEILIG 260521 ENDE */


/* VERO TOP PROJECTION KURZ 260521 START */
#kontoNamePill {
  min-width: 185px !important;
  max-width: 205px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

#kontoNamePill span {
  font-size: 12px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#kontoNamePill strong {
  font-size: 20px !important;
  line-height: 1 !important;
  min-width: 0 !important;
}

#kontoNamePill em {
  font-size: 12px !important;
  line-height: 1.15 !important;
}

@media (max-width: 820px) {
  #kontoNamePill {
    min-width: 0 !important;
    max-width: none !important;
  }
}
/* VERO TOP PROJECTION KURZ 260521 ENDE */


/* VERO TOP BESTAND WEG 260521 START */
#topSaldoBox {
  display: none !important;
}

body.veroCalm .topStats {
  grid-template-columns: repeat(2, minmax(0, auto));
}

body.veroCalm .topStats > div {
  min-width: 170px;
}

#kontoNamePill {
  min-width: 185px !important;
  max-width: 205px !important;
}

@media (max-width: 820px) {
  body.veroCalm .topStats {
    grid-template-columns: 1fr 1fr;
  }

  #kontoNamePill {
    min-width: 0 !important;
    max-width: none !important;
  }
}
/* VERO TOP BESTAND WEG 260521 ENDE */


/* VERO TOP BESTAND WIEDER DA 260521 START */
#topSaldoBox {
  display: block !important;
}

body.veroCalm .topStats {
  grid-template-columns: repeat(3, minmax(0, auto));
}

body.veroCalm .topStats > div {
  min-width: 150px;
}

#kontoNamePill {
  min-width: 185px !important;
  max-width: 205px !important;
}

@media (max-width: 820px) {
  body.veroCalm .topStats {
    grid-template-columns: 1fr 1fr;
  }

  #topSaldoBox {
    display: block !important;
  }

  #kontoNamePill {
    min-width: 0 !important;
    max-width: none !important;
  }
}
/* VERO TOP BESTAND WIEDER DA 260521 ENDE */


/* VERO TRESOR NUR KREIS SOJA 260521 START */
body.veroCalm #view-tresor #deckungGrid .tresorWertkarte {
  display: none !important;
}

body.veroCalm #view-tresor #deckungGrid .deckungKopf {
  display: none !important;
}

body.veroCalm #view-tresor #deckungGrid .tresorClear {
  grid-template-columns: 1fr !important;
  display: grid !important;
}

body.veroCalm #view-tresor #deckungGrid .tresorDeckungPanel {
  width: 100% !important;
  max-width: 100% !important;
}

body.veroCalm #view-tresor #deckungGrid .sunburstCard {
  margin-top: 0 !important;
}

body.veroCalm #view-tresor #deckungGrid .deckungHinweis {
  display: none !important;
}
/* VERO TRESOR NUR KREIS SOJA 260521 ENDE */


/* VERO MEIN VERO AUFRAEUMEN 260521 START */
#meinBestandCard {
  display: none !important;
}

#wertankerCard {
  min-height: auto !important;
  padding: 16px 20px !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 36px rgba(36, 28, 18, .07) !important;
}

#wertankerCard .cardLabel {
  font-size: 10px !important;
  letter-spacing: .12em !important;
}

#wertankerCard #veroWertGross {
  margin-top: 8px !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: .95 !important;
  letter-spacing: -.045em !important;
}

#wertankerCard #veroWertDetail {
  margin-top: 8px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  max-width: 520px !important;
}

body.veroCalm #view-wertmeter .heroGrid {
  grid-template-columns: 1fr !important;
  margin-bottom: 16px !important;
}

body.veroCalm #view-wertmeter .chartCard {
  margin-top: 14px !important;
}

@media (max-width: 820px) {
  #wertankerCard {
    padding: 14px 16px !important;
  }

  #wertankerCard #veroWertGross {
    font-size: 30px !important;
  }
}
/* VERO MEIN VERO AUFRAEUMEN 260521 ENDE */
