/* /Components/Dashboard/Appliances.Razor.rz.scp.css */
.appliances[b-c75f1ll1mj] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 8px 0;
}

.kpi-title[b-c75f1ll1mj] {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.appliance-card[b-c75f1ll1mj] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 8px;
}

.appliance-row[b-c75f1ll1mj] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.appliance-icon[b-c75f1ll1mj] { font-size: 20px; flex: 0 0 auto; }
.appliance-name[b-c75f1ll1mj] { font-weight: 500; font-size: 20px; flex: 1 1 auto; }

.appliance-badge[b-c75f1ll1mj] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid currentColor;
  flex: 0 0 auto;
}

.badge-running[b-c75f1ll1mj] { color: #212121; }
.badge-idle[b-c75f1ll1mj]    { color: var(--green); }

.appliance-progress-row[b-c75f1ll1mj] { display: flex; align-items: center; gap: 6px; }

.appliance-progress-bar[b-c75f1ll1mj] {
  flex: 1 1 auto;
  height: 12px;
  background: white;
  border: 2px solid #000;
}
.appliance-progress-fill[b-c75f1ll1mj] { height: 100%; background: var(--green); }
.appliance-pct[b-c75f1ll1mj] { width: 40px; font-size: 16px; font-weight: 600; text-align: right; }
.appliance-time[b-c75f1ll1mj] { font-size: 16px; color: #212121; white-space: nowrap; }
/* /Components/Dashboard/CarStatus.Razor.rz.scp.css */
.car-status[b-4909fa0qbt] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}

.kpi-title[b-4909fa0qbt] {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.battery-row[b-4909fa0qbt] {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.battery-row .fa-solid[b-4909fa0qbt] { font-size: 22px; }

.battery-meter[b-4909fa0qbt] {
  flex: 1 1 auto;
  height: 18px;
  background: white;
  border: 2px solid #000;
  position: relative;
}

.battery-limit-marker[b-4909fa0qbt] {
  position: absolute;
  top: -6px;
  width: 3px;
  height: calc(100% + 12px);
  background: #000;
  transform: translateX(-50%);
}

.battery-threshold-marker[b-4909fa0qbt] {
  position: absolute;
  top: -6px;
  width: 3px;
  height: calc(100% + 12px);
  background: var(--orange);
  transform: translateX(-50%);
}
.battery-fill[b-4909fa0qbt] { height: 100%; width: 0%; }

.battery-good[b-4909fa0qbt] { background: var(--green); }
.battery-warn[b-4909fa0qbt] { background: var(--yellow); }
.battery-low[b-4909fa0qbt]  { background: var(--red); }

.battery-text[b-4909fa0qbt] { width: 48px; text-align: right; font-weight: 700; font-size: 20px; }
.battery-range-top[b-4909fa0qbt] { font-size: 20px; font-weight: 700; }

.state-badge[b-4909fa0qbt] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border: 2px solid currentColor;
  font-size: 18px;
}
.state-text[b-4909fa0qbt] { font-weight: 600; }

.state-driving[b-4909fa0qbt]   { color: var(--blue); }
.state-charging[b-4909fa0qbt]  { color: var(--green); }
.state-connected[b-4909fa0qbt] { color: var(--teal); }
.state-fault[b-4909fa0qbt]     { color: var(--red); }
.state-parked[b-4909fa0qbt]    { color: #212121; }
.state-unknown[b-4909fa0qbt]   { color: #212121; }

.label[b-4909fa0qbt] { font-weight: 500; color: #212121; margin-right: 4px; font-size: 18px; }

.rate-waiting[b-4909fa0qbt] { color: var(--orange); }

.charge-info-row[b-4909fa0qbt] {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 8px;
  font-size: 18px;
}
/* /Components/Dashboard/Day.Razor.rz.scp.css */
.day[b-o43li42hxp] {
  padding: 4px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.day .items[b-o43li42hxp] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  overflow: hidden;
}

.day .items .item[b-o43li42hxp] {
  display: flex;
  gap: 8px;
  padding: 6px 10px;
  flex: 0 1 auto;
  min-height: 24px;
  overflow: hidden;
  align-items: center;
  border-bottom: 1px solid #000;
  background: transparent;
}

.day .header[b-o43li42hxp] {
  background-color: var(--blue);
  padding: 10px 20px;
  font-size: 25px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  color: white;
}

.day .header .day-name[b-o43li42hxp] {
  flex: 1 1 auto;
}

.day .header .day-date[b-o43li42hxp] {
  font-size: 0.85em;
  font-weight: bold;
  color: white;
  text-align: right;
  flex: 0 0 auto;
}

.day.weekday-0 .header[b-o43li42hxp],
.day.weekday-6 .header[b-o43li42hxp] {
  background-color: var(--teal);
  color: white;
}

.day-birthday[b-o43li42hxp] { position: relative; }

.day-balloons[b-o43li42hxp] {
  position: absolute;
  inset: 0;
  z-index: 10;
}


.day .garbage.GFT[b-o43li42hxp] {
  background-color: var(--green);
  color: white;
}

.day .garbage.Papier[b-o43li42hxp] {
  background-color: var(--blue);
  color: white;
}

.day .garbage.Plastic[b-o43li42hxp] {
  background-color: var(--orange);
  color: white;
}

.day .item-col[b-o43li42hxp] {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.day .items .item-col .item[b-o43li42hxp] { flex-grow: 1; }

.day .car-item[b-o43li42hxp] { border-bottom: 4px solid var(--teal); }
.day .meal-item-day[b-o43li42hxp] { border-bottom: 4px solid var(--orange); font-weight: bold; }
.day .meal-item-day > span:last-child[b-o43li42hxp] { flex: 1 1 auto; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.day .vitamin-reminder[b-o43li42hxp] { border-bottom: 4px solid var(--purple); border-left: 6px solid var(--purple); background: white; font-weight: bold; }

.day .item.birthday[b-o43li42hxp] { border-bottom: 4px solid var(--yellow); }
.day .item.birthday .birthday-name[b-o43li42hxp] { flex: 1 1 auto; min-width: 0; }

.day .item .time-block[b-o43li42hxp] { display: flex; flex-direction: column; width: 60px; text-align: right; margin-right: 8px; }
.day .item .time-block .start[b-o43li42hxp] { font-weight: 400; font-size: 0.95em; }
.day .item .time-block .end[b-o43li42hxp] { font-size: 0.8em; color: #212121; }
.day .item .title[b-o43li42hxp] { flex: 1 1 auto; min-width: 0; }
.day .item .car[b-o43li42hxp]   { flex: 1 1 auto; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.day .item > span[b-o43li42hxp] { flex: 0 0 20px; display: inline-flex; align-items: center; justify-content: center; }
.day .vitamin-reminder > span:last-child[b-o43li42hxp] { flex: 1 1 auto; min-width: 0; }
/* /Components/Dashboard/Energy.Razor.rz.scp.css */
.energy-card[b-tmrscl1wr1] {
  padding: 0 0 10px 0;
  background: white;
  color: #212121;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kpi-title[b-tmrscl1wr1] {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}


/* Hero row — solar today + now */
.energy-hero[b-tmrscl1wr1] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 12px;
  gap: 12px;
}

.energy-solar-big[b-tmrscl1wr1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.energy-solar-big-top[b-tmrscl1wr1] {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.energy-icon[b-tmrscl1wr1] { color: #e6a817; font-size: 32px; }
.energy-solar-big-val[b-tmrscl1wr1] { font-size: 36px; font-weight: 900; line-height: 1; }
.energy-solar-big-unit[b-tmrscl1wr1] { font-size: 20px; font-weight: bold; }
.energy-solar-big-label[b-tmrscl1wr1] { font-size: 16px; color: #666; }

.energy-now-big[b-tmrscl1wr1] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.energy-now-big-top[b-tmrscl1wr1] {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.energy-now-big-arrow[b-tmrscl1wr1] { font-size: 26px; font-weight: 900; line-height: 1; }
.now-export .energy-now-big-arrow[b-tmrscl1wr1] { color: var(--green); }
.now-import .energy-now-big-arrow[b-tmrscl1wr1] { color: var(--red); }
.energy-now-big-val[b-tmrscl1wr1] { font-size: 36px; font-weight: 900; line-height: 1; }
.now-export .energy-now-big-val[b-tmrscl1wr1] { color: var(--green); }
.now-import .energy-now-big-val[b-tmrscl1wr1] { color: var(--red); }
.energy-now-big-unit[b-tmrscl1wr1] { font-size: 20px; font-weight: bold; }
.energy-now-big-label[b-tmrscl1wr1] { font-size: 16px; color: #666; }

/* Self-reliance bar */
.energy-bar-wrap[b-tmrscl1wr1] { display: flex; align-items: center; gap: 8px; padding: 0 12px; }
.energy-bar[b-tmrscl1wr1] { flex: 1; height: 14px; background: var(--red); border: 2px solid #212121; overflow: hidden; }
.energy-bar-export[b-tmrscl1wr1] { height: 100%; background: var(--green); }
.energy-bar-label[b-tmrscl1wr1] { font-size: 18px; color: #212121; white-space: nowrap; font-weight: bold; }

/* Small grid stats */
.energy-grid-stats[b-tmrscl1wr1] {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  border-top: 1px solid #ccc;
  padding-top: 6px;
}

.energy-stat-small[b-tmrscl1wr1] {
  font-size: 16px;
  font-weight: 600;
}
.energy-stat-small.export[b-tmrscl1wr1] { color: var(--green); }
.energy-stat-small.import[b-tmrscl1wr1] { color: var(--red); }
.energy-stat-small-label[b-tmrscl1wr1] { font-weight: 400; color: #555; font-size: 14px; }
/* /Components/Dashboard/MealPlan.Razor.rz.scp.css */
.mealplan[b-v4rl9ytw70] {
  display: flex;
  flex-direction: column;
}

.kpi-title[b-v4rl9ytw70] {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.meal-pool[b-v4rl9ytw70] {
  list-style: none;
  margin: 0;
  padding: 4px 8px;
}

.meal-item[b-v4rl9ytw70] {
  font-size: 20px;
  padding: 4px 0;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.meal-icon[b-v4rl9ytw70] { font-size: 16px; color: var(--orange); flex: 0 0 auto; }

.meal-item:last-child[b-v4rl9ytw70] {
  border-bottom: none;
}
/* /Components/Dashboard/TodoList.Razor.rz.scp.css */
.todo-list[b-4jdc6ih0cc] {
  padding-bottom: 8px;
}

.kpi-title[b-4jdc6ih0cc] {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.todo-list ul[b-4jdc6ih0cc] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.todo-list .todo-item[b-4jdc6ih0cc] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  font-size: 20px;
  border-bottom: 1px solid #000;
}

.todo-list .todo-name[b-4jdc6ih0cc] {
  flex: 1 1 auto;
}
/* /Components/Dashboard/Weather.Razor.rz.scp.css */
.weather[b-kthk9whvcy] {
  display: flex;
  flex-direction: column;
  color: #212121;
}

.kpi-title[b-kthk9whvcy] {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Both rows stretch to fill available height equally */
.w-top[b-kthk9whvcy], .w-bottom[b-kthk9whvcy] {
  display: flex;
  flex: 1 1 0;
  align-items: center;
}

/* Each cell fills equal width */
.w-cell[b-kthk9whvcy] {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px;
  height: 100%;
}

/* Inline label + temp */
.w-temp-row[b-kthk9whvcy] {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

/* Top row — bold FontAwesome glyph with solid colours for e-ink contrast */
.w-condition-icon[b-kthk9whvcy] { font-size: 56px; line-height: 1; flex: 0 0 auto; }
.wi-sun[b-kthk9whvcy]   { color: #F9A825; }
.wi-cloud[b-kthk9whvcy] { color: #546E7A; }
.wi-rain[b-kthk9whvcy]  { color: #1565C0; }
.wi-snow[b-kthk9whvcy]  { color: #4FC3F7; }
.wi-bolt[b-kthk9whvcy]  { color: #F9A825; }

.w-label[b-kthk9whvcy] { font-size: 16px; color: #212121; }

.w-temp-icon[b-kthk9whvcy] { font-size: 28px; flex: 0 0 auto; }

.w-temp-big[b-kthk9whvcy] { font-size: 36px; font-weight: 700; line-height: 1.1; }

/* Bottom row — icon inline before value */
.w-bottom .w-cell[b-kthk9whvcy] {
  flex-direction: row;
  gap: 6px;
  align-items: center;
}

.w-detail-icon[b-kthk9whvcy] { font-size: 24px; flex: 0 0 auto; }
.w-detail-val[b-kthk9whvcy] { font-size: 20px; font-weight: 700; }
.w-wind-arrow[b-kthk9whvcy] { font-size: 40px; font-weight: 900; line-height: 1; }

.w-rain-cell .w-detail-icon[b-kthk9whvcy] { color: var(--blue); }
.w-rain-cell .w-detail-val[b-kthk9whvcy] { color: var(--blue); }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-povkajn6p7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-povkajn6p7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/DashBoard.Razor.rz.scp.css */
.main[b-yp8grfeak1] {
  flex-grow: 1;
  display: flex;
  font-size: 25px;
  padding: 10px;
  gap: 10px;
}

.col[b-yp8grfeak1] {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* KPI column — components at natural height, spaced evenly */
.col-1[b-yp8grfeak1] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
  position: relative;
}

.col-1 > *[b-yp8grfeak1] {
  width: 100%;
}

.col-2[b-yp8grfeak1], .col-3[b-yp8grfeak1] {
  display: flex;
}

/* Balloon overlay */
.balloons-overlay[b-yp8grfeak1] {
  position: absolute;
  inset: 0;
  z-index: 100;
}

/* Critical battery overlay — covers the whole page so it cannot be missed */
.battery-warning-overlay[b-yp8grfeak1] {
  position: absolute;
  inset: 0;
  width: 1600px;
  height: 1200px;
  z-index: 1000;
  background-color: var(--red);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
}

.battery-warning-overlay .bw-icon[b-yp8grfeak1] {
  font-size: 320px;
  line-height: 1;
}

.battery-warning-overlay .bw-pct[b-yp8grfeak1] {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
}

.battery-warning-overlay .bw-title[b-yp8grfeak1] {
  font-size: 96px;
  font-weight: bold;
  letter-spacing: 2px;
}

.battery-warning-overlay .bw-sub[b-yp8grfeak1] {
  font-size: 48px;
}

.balloons-svg[b-yp8grfeak1] {
  position: absolute;
  inset: 0;
  width: 1600px;
  height: 1200px;
}
