/* Étrend v2 — factory-matching offline */
body.etrend-page {
  background: #FEEBD7 !important;
  background-image: none !important;
}
body.etrend-page .wrap,
body.etrend-page .et2-page {
  background: transparent;
}

.et2-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 14px 48px;
}

.et2-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.et2-sidebar {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(61, 44, 41, 0.08);
  padding: 14px;
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 130px);
  overflow: auto;
}

.et2-search-wrap {
  position: relative;
  margin-bottom: 12px;
}
.et2-search-wrap input {
  width: 100%;
  padding: 11px 12px 11px 36px;
  border-radius: 999px;
  border: 1.5px solid rgba(231, 111, 81, 0.22);
  font: inherit;
  background: #fff8f2;
}
.et2-search-ico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  opacity: 0.7;
  pointer-events: none;
}

.et2-cat-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.et2-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 650;
  color: #3d2c29;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.et2-cat:hover,
.et2-cat.active {
  background: #fff4ea;
  border-color: rgba(231, 111, 81, 0.35);
  box-shadow: 0 4px 12px rgba(231, 111, 81, 0.08);
}
.et2-cat-ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 1rem;
  background: #ffe8d6;
}
.et2-cat-label {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.25;
}
.et2-cat-chev {
  color: #F4A394;
  font-weight: 800;
  opacity: 0.7;
}

.et2-recipe-list {
  margin-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 10px;
  max-height: 320px;
  overflow: auto;
}
.et2-recipe-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
  margin: 6px 0;
  cursor: grab;
  user-select: none;
  color: inherit;
  text-decoration: none;
}
.et2-recipe-item:hover {
  background: #fff4ea;
  border-color: rgba(231,111,81,.28);
}
.et2-recipe-item.is-dragging {
  opacity: .55;
  cursor: grabbing;
}
.et2-recipe-grip {
  flex: 0 0 14px;
  width: 14px;
  height: 22px;
  background-image: radial-gradient(circle, #f4a261 1.6px, transparent 1.7px);
  background-size: 6px 6px;
  background-position: 1px 1px;
  opacity: .85;
  cursor: grab;
}
.et2-recipe-meta {
  flex: 1 1 auto;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}
.et2-recipe-item b {
  display: block;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.et2-recipe-item .kcal {
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 700;
  color: #8a7a6a;
  white-space: nowrap;
}
.et2-recipe-eye {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #F4A394;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}
.et2-recipe-eye:hover {
  background: rgba(231,111,81,.12);
}
.et2-img-preview {
  position: fixed;
  z-index: 2000;
  width: min(320px, 70vw);
  height: auto;
  max-height: min(240px, 40vh);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(61,44,41,.22);
  border: 2px solid #fff;
  background: #fff;
  pointer-events: none;
  line-height: 0;
}
.et2-img-preview img {
  width: 100%;
  height: auto;
  max-height: min(240px, 40vh);
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}
.et2-recipe-empty {
  font-size: 0.85rem;
  color: #7a5c54;
  padding: 8px 4px;
}

.et2-main {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(61, 44, 41, 0.08);
  padding: 18px 18px 28px;
  min-width: 0;
}

/* Hero */
.et2-hero {
  display: grid;
  grid-template-columns: minmax(200px, 0.62fr) minmax(0, 1.38fr);
  gap: 8px;
  margin-bottom: 8px;
  align-items: start;
}
.et2-hero-personal {
  background: linear-gradient(135deg, #ffb07a 0%, #ff8a3d 52%, #F4A394 100%);
  border-radius: 16px;
  padding: 10px 12px 11px;
  color: #fff;
  box-shadow: 0 6px 16px rgba(231, 111, 81, 0.22);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
}
.et2-hero-personal-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 0;
  min-width: 0;
}
.et2-hero-personal h2 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
}
.et2-hero-sub {
  margin: 3px 0 0;
  opacity: 0.92;
  font-size: 0.72rem;
  line-height: 1.25;
}
.et2-usage-badge {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.62rem;
  font-weight: 750;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  flex: 0 0 auto;
  align-self: flex-start;
}
.et2-hero-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  min-width: 0;
}
.et2-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  min-height: 48px;
  padding: 7px 4px;
  border-radius: 12px;
  border: none;
  background: rgba(255, 255, 255, 0.97);
  color: #3d2c29;
  font: inherit;
  font-size: 0.64rem;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(61, 44, 41, 0.1);
  transition: transform 0.12s, box-shadow 0.12s;
  overflow: hidden;
}
.et2-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(61, 44, 41, 0.14);
  text-decoration: none;
  color: #3d2c29;
}
.et2-action-btn.is-active {
  box-shadow: 0 0 0 2px #F4A394, 0 2px 8px rgba(61, 44, 41, 0.1);
  background: #fff7f0;
}
.et2-ab-ico {
  font-size: 1rem;
  line-height: 1;
}

.et2-hero-programs {
  background: #fff;
  border: 1.5px solid rgba(255, 138, 61, 0.35);
  border-radius: 14px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 100%;
  overflow: visible;
}
.et2-hero-programs h2 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  color: #3d2c29;
  display: flex;
  align-items: center;
  gap: 5px;
}
.et2-star {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ffe8d6;
  color: #F4A394;
  font-size: 0.75rem;
}
.et2-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
  align-content: flex-start;
}
.et2-pill {
  border-radius: 999px;
  padding: 4px 9px;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  cursor: pointer;
  background: #fff;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
  line-height: 1.2;
  white-space: nowrap;
}
.et2-pill.active {
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(61, 44, 41, 0.12);
}
.pill-izom {
  border: 1.5px solid #ff8a3d;
  color: #F4A394;
}
.pill-izom.active { background: #ff8a3d; }
.pill-vegan-izom {
  border: 1.5px solid #6bbf59;
  color: #3d9a3a;
}
.pill-vegan-izom.active { background: #6bbf59; }
.pill-veg-izom {
  border: 1.5px solid #4caf50;
  color: #2e7d32;
}
.pill-veg-izom.active { background: #4caf50; }
.pill-szules {
  border: 1.5px solid #f06292;
  color: #d81b60;
}
.pill-szules.active { background: #f06292; }
.pill-fogyas {
  border: 1.5px solid #F4A394;
  color: #c45c3e;
}
.pill-fogyas.active { background: #F4A394; }
.pill-vegan-fogyas {
  border: 1.5px solid #8bc34a;
  color: #558b2f;
}
.pill-vegan-fogyas.active { background: #8bc34a; }
.pill-veg-fogyas {
  border: 1.5px solid #66bb6a;
  color: #388e3c;
}
.pill-veg-fogyas.active { background: #66bb6a; }


/* iPhone-like Uzsonna switch */
.et2-uz-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  margin-left: 2px;
  flex: 0 0 auto;
}
.et2-uz-label {
  font-size: 0.78rem;
  font-weight: 750;
  color: #7a5c54;
  white-space: nowrap;
}
.et2-uz-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
.et2-uz-track {
  width: 46px;
  height: 28px;
  border-radius: 999px;
  background: #d6cbc4;
  position: relative;
  transition: background 0.22s ease;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
  flex: 0 0 auto;
}
.et2-uz-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.22);
  transition: transform 0.22s ease;
}
.et2-uz-switch input:checked + .et2-uz-track {
  background: #34c759;
}
.et2-uz-switch input:checked + .et2-uz-track .et2-uz-knob {
  transform: translateX(18px);
}
.et2-uz-switch input:focus-visible + .et2-uz-track {
  outline: 2px solid #F4A394;
  outline-offset: 2px;
}

/* Calendar toolbar */
.et2-cal-toolbar {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.et2-cal-left,
.et2-cal-right {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  flex: 0 0 auto;
}
.et2-date-range {
  font-size: 1.05rem;
  font-weight: 850;
  color: #F4A394;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.et2-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1.5px solid rgba(231, 111, 81, 0.45);
  color: #c45c3e;
  border-radius: 999px;
  padding: 6px 10px;
  font: inherit;
  font-weight: 700;
  font-size: 0.75rem;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.et2-btn-outline:hover {
  background: #fff7f2;
  text-decoration: none;
}
.et2-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #F4A394;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  font: inherit;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
}
.et2-btn-primary:hover {
  background: #d65f42;
  color: #fff;
  text-decoration: none;
}
.et2-btn-help {
  background: #ff8a3d;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 6px 12px;
  font: inherit;
  font-weight: 800;
  font-size: 0.75rem;
  cursor: pointer;
  white-space: nowrap;
}
.et2-nav-round {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1.5px solid rgba(231, 111, 81, 0.35);
  background: #fff;
  color: #F4A394;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  flex: 0 0 auto;
}
.et2-view-toggle {
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  border: 1.5px solid rgba(231, 111, 81, 0.35);
  background: #fff;
}
.et2-view-btn {
  border: none;
  background: transparent;
  padding: 8px 16px;
  font: inherit;
  font-weight: 750;
  font-size: 0.85rem;
  cursor: pointer;
  color: #7a5c54;
}
.et2-view-btn.active {
  background: #ff8a3d;
  color: #fff;
}

.et2-copy-hint {
  background: #ffe8d6;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.86rem;
  color: #5a4038;
  margin-bottom: 12px;
}
.et2-copy-mini {
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  padding: 0 6px;
  font-weight: 800;
  color: #F4A394;
}

/* Week grid — meal colors from factory */
.et2-week-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(118px, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.et2-day {
  min-width: 0;
  background: #faf7f4;
  border-radius: 16px;
  padding: 10px 8px 12px;
  border: 1.5px solid transparent;
}
.et2-day.is-today {
  border-color: #ff8a3d;
  box-shadow: 0 0 0 1px rgba(255, 138, 61, 0.25);
}
.et2-day-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 8px;
  min-height: 42px;
}
.et2-day-title {
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.25;
  color: #3d2c29;
}
.et2-ma-badge {
  display: inline-block;
  background: #ff8a3d;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 1px 7px;
  margin-left: 4px;
  vertical-align: middle;
}
.et2-copy-day {
  border: none;
  background: #fff;
  color: #F4A394;
  border-radius: 8px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-size: 0.9rem;
  flex: 0 0 auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.et2-meals {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.et2-meal-pill {
  display: block;
  position: relative;
  border-radius: 12px;
  padding: 9px 10px 10px;
  text-decoration: none;
  color: #3d2c29;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.3;
  min-height: 72px;
  height: auto;
  overflow: visible;
  transition: filter 0.12s, transform 0.12s;
}
.et2-meal-pill:hover {
  filter: brightness(0.97);
  text-decoration: none;
  color: #3d2c29;
  transform: translateY(-1px);
}
.et2-meal-pill .mt {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  opacity: 0.75;
  margin-bottom: 2px;
}
.et2-meal-pill .tt {
  display: block;
  overflow: visible;
  font-size: 0.74rem;
  line-height: 1.3;
  font-weight: 700;
  word-break: break-word;
  hyphens: auto;
}
.et2-meal-pill .kc {
  display: block;
  margin-top: 4px;
  font-size: 0.7rem;
  font-weight: 800;
  opacity: 0.9;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #3d2c29;
}

.et2-meal-pill.empty {
  opacity: 0.55;
  font-weight: 600;
  cursor: default;
  min-height: 56px;
}
.et2-meal-pill.meal-reggeli { background: #ffc18e; }
.et2-meal-pill.meal-ebed { background: #d4a8c8; }
.et2-meal-pill.meal-uzsonna { background: #ffc4e6; }
.et2-meal-pill.meal-vacsora { background: #b6d3ea; }

.et2-week-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}
.et2-list-day {
  background: #faf7f4;
  border-radius: 16px;
  padding: 12px;
  border: 1.5px solid transparent;
}
.et2-list-day.is-today { border-color: #ff8a3d; }
.et2-list-day .et2-day-head { margin-bottom: 10px; }
.et2-list-day .et2-day-title { font-size: 0.95rem; }
.et2-list-day .et2-meals { gap: 8px; }
.et2-list-day .et2-meal-pill {
  min-height: 40px;
  font-size: 0.78rem;
  padding: 8px 10px;
}
.et2-list-day .et2-meal-pill .tt {
  font-size: 0.76rem;
}
.et2-list-day .et2-meal-pill .mt {
  font-size: 0.58rem;
}

.et2-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 0.82rem;
  color: #5a4038;
  font-weight: 650;
  padding: 4px 2px 8px;
}
.et2-legend .lg {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  margin-right: 6px;
  vertical-align: -1px;
}
.lg-reggeli { background: #ffc18e; }
.lg-ebed { background: #d4a8c8; }
.lg-uzsonna { background: #ffc4e6; }
.lg-vacsora { background: #b6d3ea; }
.lg-egyeni { background: #cfcfcf; }
.lg-done { background: #7dcea0; }

/* Tools */
.et2-tools {
  margin-top: 12px;
}
.et2-tools-banner {
  background: linear-gradient(135deg, #ffb07a 0%, #ff8a3d 55%, #F4A394 100%);
  color: #fff;
  border-radius: 16px 16px 0 0;
  text-align: center;
  padding: 10px 12px 8px;
}
.et2-tools-ico {
  width: 28px;
  height: 28px;
  margin: 0 auto 4px;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
}
.et2-tools-banner h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 850;
}
.et2-tools-banner p {
  margin: 2px 0 0;
  opacity: 0.95;
  font-size: 0.75rem;
  line-height: 1.25;
}
.et2-tools-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fff4ea;
  border-left: 1px solid rgba(231, 111, 81, 0.12);
  border-right: 1px solid rgba(231, 111, 81, 0.12);
}
.et2-tool-tab {
  border: none;
  background: transparent;
  padding: 8px 8px;
  font: inherit;
  font-weight: 750;
  font-size: 0.78rem;
  color: #7a5c54;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.et2-tool-tab.active {
  background: #fff;
  color: #F4A394;
  border-bottom-color: #F4A394;
}
.et2-tool-panels {
  background: #fff;
  border: 1px solid rgba(231, 111, 81, 0.12);
  border-top: none;
  border-radius: 0 0 16px 16px;
  padding: 10px 12px 12px;
}
.et2-placeholder-card {
  background: #fff8f2;
  border-radius: 12px;
  padding: 10px 12px;
}
.et2-placeholder-card h3 { margin: 0 0 8px; }
.et2-placeholder-card p { margin: 0 0 14px; color: #7a5c54; }
.et2-tool-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.et2-bmr-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.et2-bmr-card {
  background: #fff8f2;
  border-radius: 12px;
  padding: 8px 6px;
  text-align: center;
  border: 1px solid rgba(231, 111, 81, 0.12);
}
.et2-bmr-card .label {
  font-size: 0.68rem;
  color: #7a5c54;
  font-weight: 650;
  margin-bottom: 2px;
  line-height: 1.2;
}
.et2-bmr-card .val {
  font-size: 1.05rem;
  font-weight: 850;
  color: #F4A394;
  line-height: 1.15;
}
.et2-bmr-card .unit {
  font-size: 0.7rem;
  color: #7a5c54;
  font-weight: 650;
}
.et2-macros {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}
.et2-macro-card {
  background: #fff8f2;
  border-radius: 12px;
  padding: 8px;
  text-align: center;
  border: 1px solid rgba(231, 111, 81, 0.12);
}
.et2-macro-card .ico {
font-size: 1.05rem; margin-bottom: 2px;
}
.et2-macro-card .label {
font-weight: 750; font-size: 0.72rem;
}
.et2-macro-card .val {
font-size: 1rem; font-weight: 850; color: #3d2c29;
}

/* Toast + modal */
.et2-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  background: #3d2c29;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 1000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  max-width: min(92vw, 420px);
  text-align: center;
}
.et2-modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: grid;
  place-items: center;
  padding: 16px;
}
.et2-modal[hidden] { display: none !important; }
.et2-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(40, 24, 18, 0.45);
}
.et2-modal-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  width: min(520px, 100%);
  max-height: min(86vh, 720px);
  overflow: auto;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.et2-modal-sm { width: min(400px, 100%); }
.et2-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.et2-modal-head h3 { margin: 0; font-size: 1.15rem; }
.et2-modal-x {
  border: none;
  background: #fff4ea;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 1.4rem;
  cursor: pointer;
  color: #F4A394;
  line-height: 1;
}
.et2-modal-sub {
  margin: 0 0 12px;
  color: #7a5c54;
  font-size: 0.9rem;
}
.et2-lab {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 12px;
}
.et2-lab input {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font: inherit;
}
.et2-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}
.et2-shop-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.et2-shop-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff8f2;
  cursor: pointer;
  font-weight: 650;
}
.et2-shop-item input { margin-top: 3px; }
.et2-shop-item.done {
  opacity: 0.55;
  text-decoration: line-through;
}
.et2-copy-targets {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.et2-copy-targets button {
  text-align: left;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(231, 111, 81, 0.25);
  background: #fff8f2;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.et2-copy-targets button:hover { background: #ffe8d6; }

/* Responsive */
@media (max-width: 1100px) {
  .et2-hero { grid-template-columns: 1fr; }
  .et2-hero-actions { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .et2-bmr-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .et2-shell { grid-template-columns: 1fr; }
  .et2-sidebar {
    position: static;
    max-height: none;
  }
  /* week/list visibility controlled by JS (view toggle), not forced here */
  .et2-cal-toolbar { align-items: center; }
  .et2-cal-left,
  .et2-cal-right { width: auto; }
  .et2-tools-tabs { grid-template-columns: 1fr; }
  .et2-hero-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .et2-hero-actions { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .et2-date-range { font-size: 1.1rem; }
  .et2-bmr-grid,
  .et2-macros { grid-template-columns: 1fr; }
  .et2-page { padding: 8px 8px 40px; }
  .et2-main { padding: 12px 10px 20px; border-radius: 16px; }
}

/* Horizontal scroll fallback if het view forced on narrow */
.et2-week-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -6px 14px;
  padding: 0 6px;
}
.et2-week-scroll .et2-week-grid {
  display: grid;
  min-width: 840px;
}

/* dnd + delete */

.et2-meal-pill {
  position: relative;
}
.et2-meal-pill .et2-meal-link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding-right: 0;
}
.et2-meal-del {
  position: absolute;
  top: 6px;
  right: 4px;
  transform: none;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #3d2c29;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 0;
  box-shadow: 0 1px 4px rgba(61,44,41,.14);
  backdrop-filter: blur(2px);
}
.et2-meal-del:hover {
  background: #fff;
  color: #c0392b;
  transform: scale(1.08);
}
.et2-meal-pill.is-drop,
.et2-day.is-day-drop,
.et2-list-day.is-day-drop {
  outline: 2px dashed #F4A394;
  outline-offset: 2px;
}
.et2-meal-pill.empty .tt {
  font-size: .72rem;
  opacity: .75;
}

.et2-meal-pill .et2-meal-link {
  padding-right: 0;
}


/* —— Lista nézet (factory-like cards) —— */
.et2-week-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 14px;
}
.et2-list-day {
  background: #fff;
  border-radius: 18px;
  padding: 10px 12px 14px;
  border: 1.5px solid rgba(0,0,0,.05);
  box-shadow: 0 6px 18px rgba(61,44,41,.06);
}
.et2-list-day.is-today {
  border-color: #ff8a3d;
}
.et2-list-day-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.et2-list-day-toggle {
  border: none;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 750;
  color: #3d2c29;
  cursor: pointer;
  text-align: left;
  padding: 4px 0;
}
.et2-list-day-toggle .chev {
  color: #F4A394;
  display: inline-block;
  width: 1rem;
}
.et2-list-day.is-collapsed .et2-list-cards {
  display: none;
}
.et2-list-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.et2-lcard {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  background: #fffaf6;
  border: 1px solid rgba(231,111,81,.12);
  border-radius: 16px;
  padding: 10px;
  position: relative;
}
.et2-lcard.empty {
  grid-template-columns: minmax(0, 1fr);
  opacity: .7;
  min-height: 64px;
}
.et2-lcard.is-eaten {
  opacity: 0.72;
}
.et2-lcard.is-eaten::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 1.5px;
  background: rgba(61, 44, 41, 0.42);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 3;
  border-radius: 1px;
}
.et2-lcard-thumb {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffe2cf, #ffd4b0);
  flex: 0 0 auto;
  display: block;
}
.et2-lcard-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.et2-lcard-body {
  min-width: 0;
}
.et2-lcard-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  margin-bottom: 4px;
}
.et2-lcard-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: .72rem;
  font-weight: 800;
  color: #3d2c29;
}
.et2-lcard-badge.meal-reggeli { background: #ffc18e; }
.et2-lcard-badge.meal-ebed { background: #d4a8c8; }
.et2-lcard-badge.meal-uzsonna { background: #ffc4e6; }
.et2-lcard-badge.meal-vacsora { background: #b6d3ea; }
.et2-lcard-chip {
  font-size: .75rem;
  font-weight: 650;
  color: #7a5c54;
}
.et2-lcard-title {
  display: block;
  font-size: .98rem;
  font-weight: 750;
  color: #3d2c29;
  text-decoration: none;
  line-height: 1.3;
}
.et2-lcard-title:hover { text-decoration: underline; }
.et2-lcard-actions {
  display: flex;
  gap: 6px;
  align-items: center;
  flex: 0 0 auto;
}
.et2-lcard-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1.5px solid rgba(231,111,81,.35);
  background: #fff;
  color: #F4A394;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}
.et2-lcard-btn:hover {
  background: #fff4ea;
}
.et2-lcard .et2-meal-del {
  position: static;
  transform: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1.5px solid rgba(231,111,81,.35);
  background: #fff;
  color: #F4A394;
  box-shadow: none;
  font-size: inherit;
}
.et2-lcard .et2-meal-del:hover {
  transform: none;
  background: #fff4ea;
  color: #c0392b;
}
.et2-lcard .et2-meal-eye {
  position: static;
  transform: none;
  width: 36px;
  height: 36px;
  box-shadow: none;
}
@media (max-width: 720px) {
  .et2-lcard {
    grid-template-columns: 56px minmax(0, 1fr);
  }
  .et2-lcard-thumb { width: 56px; height: 56px; }
  .et2-lcard-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

.et2-action-btn > span:last-child {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 2px;
}

.et2-week-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 14px;
}
.et2-week-wrap .et2-week-grid {
  margin-bottom: 0;
  min-width: 860px;
}


/* Megettem — under × on calendar, button on list */
.et2-meal-tools {
  position: absolute;
  top: 4px;
  right: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  z-index: 4;
}
.et2-meal-pill .et2-meal-del {
  position: static;
  top: auto;
  right: auto;
  transform: none;
}
.et2-meal-pill .et2-meal-del:hover { transform: scale(1.08); }
/* calendar: same rounded-square + border language as eye/trash */
.et2-meal-tools .et2-meal-eat {
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(231,111,81,.35);
  border-radius: 6px;
  background: #fff;
  color: #F4A394;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 1px 4px rgba(61,44,41,.14);
}
.et2-meal-tools .et2-meal-eat .et2-eat-ico { width: 11px; height: 11px; display: block; }
.et2-meal-tools .et2-meal-eat:hover { background: #fff4ea; transform: scale(1.08); }
.et2-meal-tools .et2-meal-eat.is-on {
  background: #fff;
  color: #3f9b5f;
  border-color: rgba(90, 170, 120, 0.7);
}
.et2-meal-pill.is-eaten {
  opacity: 0.62;
  box-shadow: inset 0 0 0 1.5px rgba(125, 206, 160, 0.45);
}
/* X strike across the calendar band */
.et2-meal-pill.is-eaten::before,
.et2-meal-pill.is-eaten::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 1.5px;
  background: rgba(61, 44, 41, 0.48);
  pointer-events: none;
  z-index: 2;
  border-radius: 1px;
}
.et2-meal-pill.is-eaten::before {
  transform: translateY(-50%) rotate(18deg);
}
.et2-meal-pill.is-eaten::after {
  transform: translateY(-50%) rotate(-18deg);
}
.et2-meal-pill.is-eaten .et2-meal-tools {
  z-index: 5;
  opacity: 1;
}
/* list: identical square style to eye / trash */
.et2-lcard-btn.et2-meal-eat {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1.5px solid rgba(231,111,81,.35);
  background: #fff;
  color: #F4A394;
  box-shadow: none;
}
.et2-lcard-btn.et2-meal-eat:hover {
  background: #fff4ea;
  transform: none;
}
.et2-lcard-btn.et2-meal-eat.is-on {
  background: #fff;
  color: #3f9b5f;
  border-color: rgba(90, 170, 120, 0.7);
}
.et2-lcard-btn.et2-meal-eat.is-on:hover {
  background: #eef8f1;
}
.et2-lcard-btn.et2-meal-eat .et2-eat-ico { width: 16px; height: 16px; }
.et2-lcard.is-eaten .et2-lcard-title {
  text-decoration: none;
}


/* —— Megettem modal (factory-like) —— */
.et2-megettem-card {
  width: min(720px, 96vw);
  max-height: min(92vh, 900px);
  overflow: auto;
  padding-bottom: 1rem;
}
.et2-megettem-dish {
  margin: -.25rem 0 1rem;
  color: #F4A394;
  font-weight: 800;
  font-size: 1.05rem;
}
.et2-megettem-ico { font-size: .95em; }
.et2-megettem-portion {
  background: #fff4ea;
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 1rem;
}
.et2-megettem-portion-q { font-weight: 800; color: #3d2c29; margin-bottom: .65rem; }
.et2-megettem-pcts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: .75rem;
}
.et2-megettem-pcts button {
  border: 1.5px solid rgba(231,111,81,.25);
  background: #fff;
  border-radius: 14px;
  padding: .7rem .4rem;
  font: inherit;
  font-weight: 800;
  color: #3d2c29;
  cursor: pointer;
}
.et2-megettem-pcts button.is-on {
  background: #ff8a3d;
  border-color: transparent;
  color: #fff;
}
.et2-megettem-grams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem .75rem;
  font-size: .88rem;
  font-weight: 700;
  color: #7a5c54;
}
.et2-megettem-grams span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #fff;
  border: 1.5px solid rgba(231,111,81,.28);
  border-radius: 12px;
  padding: .35rem .55rem;
}
.et2-megettem-grams input {
  width: 5rem;
  border: 0;
  font: inherit;
  font-weight: 800;
  color: #3d2c29;
  outline: none;
}
.et2-megettem-legend {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  font-size: .72rem;
  font-weight: 800;
  margin-bottom: .5rem;
}
.et2-megettem-legend .is-p { color: #5aaa78; }
.et2-megettem-legend .is-c { color: #5b8fd9; }
.et2-megettem-legend .is-f { color: #F4A394; }
.et2-megettem-ings {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 1rem;
}
.et2-ming {
  background: #fffaf6;
  border: 1px solid rgba(231,111,81,.14);
  border-radius: 14px;
  padding: 10px;
  display: grid;
  gap: 6px;
}
.et2-ming-top {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.et2-ming-ico {
  width: 36px; height: 36px; border-radius: 10px;
  background: #ffe8d6; display: grid; place-items: center;
  font-size: 1.1rem; flex: 0 0 auto; overflow: hidden;
}
.et2-ming-ico img { width: 100%; height: 100%; object-fit: cover; }
.et2-ming-name { font-weight: 800; color: #3d2c29; font-size: .9rem; }
.et2-ming-macros { font-size: .72rem; font-weight: 700; }
.et2-ming-macros .p { color: #5aaa78; }
.et2-ming-macros .c { color: #5b8fd9; }
.et2-ming-macros .f { color: #F4A394; }
.et2-ming-kcal { font-size: .78rem; font-weight: 750; color: #7a5c54; }
.et2-ming-qty {
  display: flex; align-items: center; gap: 6px;
}
.et2-ming-qty input {
  width: 4.2rem; border: 1.5px solid rgba(231,111,81,.28);
  border-radius: 10px; padding: .35rem .45rem; font: inherit; font-weight: 750;
}
.et2-ming-qty em { font-style: normal; font-size: .8rem; color: #7a5c54; font-weight: 700; }
.et2-megettem-koret h4 { margin: 0 0 .55rem; font-size: .95rem; }
.et2-megettem-koret h4 small { font-weight: 600; color: #7a5c54; }
.et2-megettem-koret-box {
  background: #fff4ea; border-radius: 14px; padding: 12px; margin-bottom: 1rem;
}
.et2-megettem-koret-btn, .et2-megettem-koret-clear {
  border: 0; border-radius: 12px; padding: .7rem 1rem; font: inherit; font-weight: 800; cursor: pointer;
}
.et2-megettem-koret-btn { background: #ff8a3d; color: #fff; width: 100%; }
.et2-megettem-koret-chosen {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  background: #fff; border-radius: 12px; padding: .65rem .8rem; margin-bottom: .55rem;
  font-weight: 750;
}
.et2-megettem-sum {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 1rem;
}
.et2-megettem-sum > div {
  background: #fff; border: 1px solid rgba(231,111,81,.14);
  border-radius: 12px; padding: .65rem .5rem; text-align: center;
}
.et2-megettem-sum strong { display: block; font-size: .72rem; color: #7a5c54; font-weight: 750; }
.et2-megettem-sum b { font-size: 1rem; font-weight: 900; }
.et2-megettem-sum .k { color: #F4A394; }
.et2-megettem-sum .p { color: #5aaa78; }
.et2-megettem-sum .c { color: #5b8fd9; }
.et2-megettem-sum .f { color: #c45c3e; }
.et2-btn-eat {
  border: 0; border-radius: 999px; padding: .75rem 1.2rem;
  background: #7dcea0; color: #fff; font: inherit; font-weight: 850; cursor: pointer;
}
.et2-btn-eat:hover { filter: brightness(0.97); }
.et2-megettem-actions { justify-content: space-between; }
.et2-koret-card { width: min(520px, 96vw); max-height: min(86vh, 720px); display: flex; flex-direction: column; }
.et2-koret-search {
  width: 100%; box-sizing: border-box; border: 1.5px solid rgba(231,111,81,.3);
  border-radius: 12px; padding: .7rem .85rem; font: inherit; margin-bottom: .65rem;
}
.et2-koret-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: .65rem; }
.et2-koret-tabs button {
  border: 1.5px solid rgba(231,111,81,.28); background: #fff; border-radius: 12px;
  padding: .65rem .5rem; font: inherit; font-weight: 800; cursor: pointer; color: #5a4038;
}
.et2-koret-tabs button.is-on { background: #ffc4a0; color: #fff; border-color: transparent; }
.et2-koret-list { overflow: auto; display: grid; gap: 8px; padding-bottom: .5rem; }
.et2-koret-item {
  display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 10px; align-items: center;
  border: 1px solid rgba(0,0,0,.06); border-radius: 14px; padding: 8px 10px; background: #fff; cursor: pointer; text-align: left;
  font: inherit;
}
.et2-koret-item:hover { background: #fff7f0; }
.et2-koret-letter {
  width: 42px; height: 42px; border-radius: 12px; background: #ffe0c8; color: #fff;
  display: grid; place-items: center; font-weight: 900; font-size: 1.1rem; text-transform: lowercase;
}
.et2-koret-item strong { display: block; color: #3d2c29; }
.et2-koret-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 3px; }
.et2-koret-tags span {
  background: #ffe8d6; color: #c45c3e; border-radius: 999px; padding: 1px 8px; font-size: .68rem; font-weight: 750;
}
.et2-koret-kcal {
  background: #ffe8d6; color: #c45c3e; border-radius: 999px; padding: 4px 8px; font-size: .75rem; font-weight: 800; white-space: nowrap;
}
@media (max-width: 560px) {
  .et2-megettem-sum { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .et2-megettem-pcts { grid-template-columns: repeat(2, minmax(0,1fr)); }
}


/* —— Eszközök factory layout (etrend46) —— */
.et2-tools { margin-top: 18px; }
.et2-tools-banner {
  background: linear-gradient(90deg, #ff9a4d 0%, #ff7a3a 50%, #f06a3a 100%);
  color: #fff;
  border-radius: 18px;
  text-align: center;
  padding: 18px 16px 14px;
  margin-bottom: 14px;
}
.et2-tools-ico {
  width: 36px; height: 36px; margin: 0 auto 8px;
  border: 2px solid rgba(255,255,255,.85); border-radius: 999px;
  display: grid; place-items: center; font-size: 1rem;
}
.et2-tools-banner h2 { margin: 0; font-size: 1.45rem; font-weight: 850; }
.et2-tools-banner p { margin: 4px 0 0; opacity: .95; font-size: .9rem; }
.et2-tools-sub { opacity: .88 !important; font-size: .82rem !important; }
.et2-tools-body {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.et2-tools-side {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(231,111,81,.12);
  box-shadow: 0 6px 20px rgba(61,44,41,.06);
  padding: 18px 16px;
}
.et2-side-avatar {
  width: 72px; height: 72px; border-radius: 999px; margin: 0 auto 10px;
  background: linear-gradient(135deg, #ffc4a0, #F4A394);
  color: #fff; font-weight: 850; font-size: 1.35rem;
  display: grid; place-items: center;
}
.et2-side-name { text-align: center; font-weight: 800; font-size: 1.05rem; color: #3d2c29; margin: 0 0 6px; }
.et2-side-badge {
  display: inline-flex; align-items: center; gap: 4px;
  margin: 0 auto 16px; padding: 3px 10px; border-radius: 999px;
  background: #fff4ea; color: #F4A394; font-size: .72rem; font-weight: 750;
}
.et2-side-badge-wrap { text-align: center; }
.et2-side-stats-h {
  font-size: .68rem; letter-spacing: .06em; color: #9a7b72;
  font-weight: 800; margin: 0 0 10px; text-transform: uppercase;
}
.et2-side-row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 8px; margin-bottom: 8px; font-size: .88rem; color: #5a433c;
}
.et2-side-row strong { color: #3d2c29; font-weight: 800; }
.et2-side-diff {
  display: inline-block; padding: 2px 10px; border-radius: 999px;
  background: #e7f7ee; color: #2f8f57; font-weight: 800; font-size: .82rem;
}
.et2-side-prog { margin: 12px 0 4px; }
.et2-side-prog-top {
  display: flex; justify-content: space-between; font-size: .82rem; color: #5a433c; margin-bottom: 4px;
}
.et2-side-prog-top strong { color: #3d2c29; }
.et2-side-bar {
  height: 8px; border-radius: 999px; background: #f0e4dc; overflow: hidden;
}
.et2-side-bar > i {
  display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, #ffb07a, #F4A394);
}
.et2-side-bar.is-water > i { background: linear-gradient(90deg, #7ec8e3, #4aa3c7); }
.et2-side-pct { font-size: .72rem; color: #9a7b72; margin-top: 3px; font-weight: 650; }

.et2-tools-main { min-width: 0; }
.et2-tools-tabs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  background: #fff; border-radius: 14px; padding: 8px;
  border: 1px solid rgba(231,111,81,.1);
  margin-bottom: 10px;
}
.et2-tool-tab {
  border: none; background: #fff; border-radius: 12px;
  padding: 12px 8px; font: inherit; font-weight: 750; font-size: .82rem;
  color: #3d2c29; cursor: pointer;
  border: 1px solid rgba(231,111,81,.12);
}
.et2-tool-tab.active {
  background: linear-gradient(135deg, #ff9a4d, #F4A394);
  color: #fff; border-color: transparent;
  box-shadow: 0 4px 12px rgba(231,111,81,.28);
}
.et2-tool-panels {
  background: #fff; border-radius: 16px;
  border: 1px solid rgba(231,111,81,.1);
  padding: 14px 14px 16px;
  box-shadow: 0 6px 18px rgba(61,44,41,.05);
}
.et2-tool-panel[hidden] { display: none !important; }
.et2-sec-h {
  display: flex; align-items: center; gap: 8px;
  margin: 0 0 12px; font-size: 1rem; color: #F4A394; font-weight: 800;
}
.et2-field { display: block; margin-bottom: 10px; font-size: .82rem; font-weight: 700; color: #5a433c; }
.et2-field input, .et2-field select {
  display: block; width: 100%; margin-top: 4px;
  border: 1.5px solid rgba(231,111,81,.25); border-radius: 12px;
  padding: 10px 12px; font: inherit; background: #fff; color: #3d2c29;
  box-sizing: border-box;
}
.et2-field-row { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.et2-field-row input { flex: 1; margin-top: 0; }
.et2-field-row em { font-style: normal; font-weight: 750; color: #9a7b72; }
.et2-acc {
  margin: 12px 0; border-radius: 12px; background: #fff8f2;
  border: 1px solid rgba(231,111,81,.12); padding: 8px 12px;
}
.et2-acc summary { cursor: pointer; font-weight: 750; color: #3d2c29; padding: 6px 0; }
.et2-measure-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin-top: 8px;
}
.et2-measure-grid label { font-size: .78rem; font-weight: 700; color: #5a433c; }
.et2-measure-grid input {
  display: block; width: 100%; margin-top: 3px; box-sizing: border-box;
  border: 1.5px solid rgba(231,111,81,.25); border-radius: 10px; padding: 8px 10px; font: inherit;
}
.et2-btn-block { width: 100%; margin-top: 10px; justify-content: center; }
.et2-btn-calc { padding: 14px; font-size: 1rem; font-weight: 850; letter-spacing: .04em; }
.et2-info-card {
  background: #fff8f2; border-radius: 12px; padding: 12px 14px; margin-bottom: 12px;
  border: 1px solid rgba(231,111,81,.1);
}
.et2-info-card strong { color: #F4A394; }
.et2-info-card p { margin: 6px 0 0; color: #7a5c54; font-size: .88rem; line-height: 1.4; }
.et2-bmr-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.et2-bmr-result {
  margin: 14px 0; padding: 14px; border-radius: 14px;
  background: linear-gradient(180deg, #fff8f2, #fff); border: 1px solid rgba(231,111,81,.15);
}
.et2-bmr-result h4 { margin: 0 0 8px; color: #F4A394; font-size: .9rem; letter-spacing: .04em; }
.et2-bmr-result .big { font-size: 1.6rem; font-weight: 900; color: #3d2c29; }
.et2-bmr-result .hint { color: #7a5c54; font-size: .85rem; margin-top: 4px; }
.et2-bmr-macros {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px;
}
.et2-bmr-macros div {
  text-align: center; background: #fff; border-radius: 12px; padding: 10px 6px;
  border: 1px solid rgba(231,111,81,.12);
}
.et2-bmr-macros .lab { font-size: .72rem; color: #7a5c54; font-weight: 700; }
.et2-bmr-macros .val { font-size: 1.05rem; font-weight: 850; color: #3d2c29; }
.et2-bmr-macros .pct { font-size: .72rem; color: #F4A394; font-weight: 750; }
.et2-bmr-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; margin-top: 12px; }
.et2-bmr-card {
  background: #fff8f2; border-radius: 12px; padding: 10px 8px; text-align: center;
  border: 1px solid rgba(231,111,81,.12);
}
.et2-bmr-card.is-green { background: #eef8f1; border-color: rgba(90,170,120,.25); }
.et2-bmr-card.is-orange { background: #fff4ea; }
.et2-bmr-card.is-blue { background: #eef5fb; border-color: rgba(90,150,200,.25); }
.et2-bmr-card.is-cyan { background: #eef9fb; border-color: rgba(80,180,200,.25); }
.et2-bmr-card .label { font-size: .68rem; color: #7a5c54; font-weight: 650; margin-bottom: 2px; line-height: 1.2; }
.et2-bmr-card .val { font-size: 1.1rem; font-weight: 850; color: #3d2c29; }
.et2-bmr-card .unit { font-size: .7rem; color: #7a5c54; font-weight: 650; }

.et2-naplo-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.et2-naplo-item {
  border: 1px solid rgba(231,111,81,.12); border-radius: 14px; background: #fff; overflow: hidden;
}
.et2-naplo-head {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 12px 14px; border: none; background: #fff; cursor: pointer; font: inherit; text-align: left;
}
.et2-naplo-head .ico { font-size: 1.1rem; }
.et2-naplo-head .meta { flex: 1; min-width: 0; }
.et2-naplo-head .title { font-weight: 800; color: #3d2c29; }
.et2-naplo-head .date { font-size: .78rem; color: #9a7b72; }
.et2-naplo-body { padding: 0 14px 14px; display: none; }
.et2-naplo-item.open .et2-naplo-body { display: block; }
.et2-naplo-del {
  border: none; background: transparent; color: #c0392b; cursor: pointer; font-size: 1rem; padding: 4px 6px;
}

@media (max-width: 860px) {
  .et2-tools-body { grid-template-columns: 1fr; }
  .et2-bmr-cols { grid-template-columns: 1fr; }
  .et2-tools-tabs { grid-template-columns: 1fr; }
  .et2-bmr-grid { grid-template-columns: repeat(2, 1fr); }
}


/* —— Eszközök factory closer (etrend48) —— */
.et2-tools-banner {
  background: linear-gradient(90deg, #ffb56b 0%, #ff9a45 45%, #ff8a3a 100%);
  border-radius: 16px;
  padding: 22px 16px 18px;
  margin-bottom: 16px;
}
.et2-tools-banner h2 {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: .02em;
}
.et2-tools-banner p { margin: 4px 0 0; font-size: .92rem; opacity: .96; }
.et2-tools-ico {
  width: 40px; height: 40px; margin: 0 auto 10px;
  border: 2px solid rgba(255,255,255,.9);
  background: transparent;
  font-size: 1.15rem;
}
.et2-tools-body {
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 16px;
}
.et2-tools-side {
  border-radius: 16px;
  padding: 20px 16px 18px;
  box-shadow: 0 8px 24px rgba(61,44,41,.07);
}
.et2-side-avatar {
  width: 84px; height: 84px; font-size: 1.5rem;
  background: linear-gradient(145deg, #ffc9a8, #F4A394);
}
.et2-side-name-input {
  display: block; width: 100%; box-sizing: border-box;
  text-align: center; font-weight: 800; font-size: 1.05rem; color: #3d2c29;
  border: 1.5px solid transparent; border-radius: 10px;
  background: transparent; padding: 4px 8px; margin: 0 0 6px;
  font-family: inherit;
}
.et2-side-name-input:hover, .et2-side-name-input:focus {
  border-color: rgba(231,111,81,.35);
  background: #fff8f2;
  outline: none;
}
.et2-side-badge {
  background: #fff; border: 1px solid rgba(231,111,81,.2);
  box-shadow: 0 2px 8px rgba(231,111,81,.08);
}
.et2-tools-tabs {
  gap: 10px; padding: 10px; border-radius: 16px;
  box-shadow: 0 4px 14px rgba(61,44,41,.05);
}
.et2-tool-tab {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; min-height: 64px; padding: 10px 8px;
  border-radius: 14px; font-size: .8rem; font-weight: 800;
}
.et2-tab-ico { font-size: 1.15rem; line-height: 1; }
.et2-tool-tab.active {
  background: linear-gradient(135deg, #ff9a4d 0%, #ff7a35 55%, #F4A394 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(231,111,81,.3);
}
.et2-tool-panels {
  border-radius: 16px; padding: 18px 16px 16px;
  box-shadow: 0 6px 18px rgba(61,44,41,.05);
}
.et2-sec-h { color: #3d2c29; font-size: 1.05rem; gap: 8px; }
.et2-sec-ico { color: #F4A394; }
.et2-weight-box {
  border: 1.5px solid rgba(231,111,81,.28);
  border-radius: 14px; background: #fff;
  padding: 0 12px 0 0; margin-top: 6px;
}
.et2-weight-box input {
  border: none !important; margin: 0 !important; padding: 12px 12px !important;
  box-shadow: none !important; background: transparent !important;
}
.et2-weight-box em { font-weight: 800; color: #9a7b72; padding-right: 4px; }
.et2-acc {
  margin-top: 14px; background: #fff; border-radius: 14px;
  border: 1px solid rgba(231,111,81,.14); padding: 0;
}
.et2-acc summary {
  list-style: none; display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; font-weight: 750; color: #3d2c29;
}
.et2-acc summary::-webkit-details-marker { display: none; }
.et2-acc-chev { color: #F4A394; font-size: .9rem; }
.et2-acc[open] .et2-acc-chev { transform: rotate(180deg); display: inline-block; }
.et2-measure-grid { padding: 0 14px 14px; }
.et2-btn-block {
  margin-top: 16px; border-radius: 14px; padding: 14px;
  font-weight: 850; font-size: 1rem;
}
@media (max-width: 860px) {
  .et2-tools-body { grid-template-columns: 1fr; }
}


/* etrend49 — kisebb Eszközök banner */
.et2-tools-banner {
  padding: 10px 12px 8px !important;
  border-radius: 14px !important;
  margin-bottom: 10px !important;
}
.et2-tools-ico {
  width: 26px !important;
  height: 26px !important;
  margin: 0 auto 4px !important;
  font-size: 0.85rem !important;
  border-width: 1.5px !important;
}
.et2-tools-banner h2 {
  font-size: 1.05rem !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
}
.et2-tools-banner p {
  margin: 2px 0 0 !important;
  font-size: 0.72rem !important;
  line-height: 1.25 !important;
  opacity: 0.95 !important;
}


/* etrend50 — Célom + factory measures */
.et2-measures-wrap {
  margin-top: 14px;
  border: 1px solid rgba(231,111,81,.14);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.et2-measures-head {
  padding: 12px 14px;
  font-weight: 750;
  color: #3d2c29;
  border-bottom: 1px solid rgba(231,111,81,.1);
  background: #fffaf6;
}
.et2-measures-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 8px;
  padding: 12px 14px 14px;
  align-items: start;
}
.et2-measure-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}
.et2-measure-fields label {
  font-size: .78rem;
  font-weight: 700;
  color: #5a433c;
}
.et2-measure-fields input {
  display: block;
  width: 100%;
  margin-top: 4px;
  box-sizing: border-box;
  border: 1.5px solid rgba(231,111,81,.25);
  border-radius: 10px;
  padding: 9px 10px;
  font: inherit;
}
.et2-measures-art { display: grid; place-items: center; min-height: 140px; }
.et2-torso { position: relative; width: 70px; height: 130px; }
.et2-torso-top {
  position: absolute; left: 12px; right: 12px; top: 8px; height: 48px;
  background: linear-gradient(180deg, #ff9a5c, #F4A394);
  border-radius: 18px 18px 10px 10px;
}
.et2-torso-mid {
  position: absolute; left: 18px; right: 18px; top: 52px; height: 70px;
  background: linear-gradient(180deg, #ffc4a0, #ffb07a);
  border-radius: 8px 8px 22px 22px;
}
.et2-arrow { position: absolute; top: 78px; color: #F4A394; font-weight: 900; font-size: .9rem; }
.et2-arrow-l { left: -18px; }
.et2-arrow-r { right: -18px; }

.et2-celom-card {
  margin-top: 14px;
  background: #fff;
  border: 1px solid rgba(231,111,81,.12);
  border-radius: 16px;
  padding: 14px 14px 12px;
  box-shadow: 0 4px 14px rgba(61,44,41,.05);
}
.et2-celom-head {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin-bottom: 12px;
}
.et2-celom-head h3 {
  margin: 0; font-size: 1.05rem; color: #3d2c29; font-weight: 850;
  display: flex; align-items: center; gap: 6px;
}
.et2-celom-set {
  border: none; cursor: pointer; font: inherit; font-weight: 800; font-size: .82rem;
  color: #fff; padding: 8px 14px; border-radius: 999px;
  background: linear-gradient(135deg, #ff9a4d, #F4A394);
  box-shadow: 0 3px 10px rgba(231,111,81,.25);
}
.et2-celom-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px;
}
.et2-celom-tile {
  border-radius: 12px; padding: 10px 8px; text-align: center;
  border: 1px solid rgba(231,111,81,.1);
}
.et2-celom-tile.is-type { background: #fff0f0; }
.et2-celom-tile.is-weight { background: #fff6ea; }
.et2-celom-tile.is-date { background: #eef6fb; }
.et2-celom-ico { font-size: 1.1rem; margin-bottom: 4px; }
.et2-celom-lab { font-size: .72rem; color: #7a5c54; font-weight: 700; }
.et2-celom-val { font-size: .88rem; font-weight: 850; color: #3d2c29; margin-top: 2px; }
.et2-celom-miles { margin-top: 14px; }
.et2-celom-miles h4 { margin: 0 0 6px; font-size: .92rem; color: #3d2c29; }
.et2-celom-miles p { margin: 0; color: #9a7b72; font-size: .88rem; }
.et2-celom-miles ul { margin: 0; padding-left: 18px; color: #5a433c; }
@media (max-width: 720px) {
  .et2-measures-body { grid-template-columns: 1fr; }
  .et2-celom-grid { grid-template-columns: 1fr; }
}


/* etrend51 — avatar upload + silhouette arrows + more measures */
.et2-side-avatar {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.et2-side-avatar img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 999px;
  display: block;
}
.et2-side-avatar.has-photo .et2-side-mono { display: none; }
.et2-side-avatar .et2-side-mono { position: relative; z-index: 1; }
.et2-side-avatar-hint {
  display: block; text-align: center; font-size: .68rem; color: #9a7b72;
  margin: -4px 0 8px; font-weight: 650;
}
.et2-avatar-preview-wrap { display: flex; justify-content: center; margin: 8px 0 14px; }
.et2-avatar-preview {
  width: 96px; height: 96px; border-radius: 999px;
  background: linear-gradient(145deg, #ffc9a8, #F4A394);
  color: #fff; font-weight: 850; font-size: 1.6rem;
  display: grid; place-items: center; overflow: hidden;
  background-size: cover; background-position: center;
}
.et2-measure-fields { grid-template-columns: 1fr 1fr; }
.et2-measures-art {
  position: relative;
  width: 130px;
  min-height: 220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.et2-sil {
  width: 110px;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(231,111,81,.2));
  pointer-events: none;
  user-select: none;
}
.et2-measures-art .et2-arrow {
  position: absolute;
  left: 50%;
  top: 42%;
  color: #F4A394;
  font-weight: 900;
  font-size: 1.1rem;
  transition: top .18s ease;
  text-shadow: 0 1px 0 #fff;
  pointer-events: none;
}
.et2-arrow-l { transform: translate(-78px, -50%); }
.et2-arrow-r { transform: translate(52px, -50%); }
.et2-measure-fields label.is-focus input {
  border-color: #F4A394;
  box-shadow: 0 0 0 3px rgba(231,111,81,.15);
}


/* etrend52 — goal weight progress under name */
.et2-goalprog {
  margin: 4px 0 14px;
  padding: 12px 12px 10px;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff7f0 0%, #fff 55%, #fff4ea 100%);
  border: 1px solid rgba(231,111,81,.16);
  box-shadow: 0 6px 18px rgba(231,111,81,.1), inset 0 1px 0 rgba(255,255,255,.9);
}
.et2-goalprog-top {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: .72rem; font-weight: 750; color: #7a5c54; margin-bottom: 8px;
  text-transform: uppercase; letter-spacing: .04em;
}
.et2-goalprog-top strong {
  font-size: 1.05rem; font-weight: 900; color: #F4A394;
  letter-spacing: 0; text-transform: none;
}
.et2-goalprog-track {
  position: relative;
  height: 14px;
  border-radius: 999px;
  background: rgba(231,111,81,.12);
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(61,44,41,.12);
}
.et2-goalprog-track > i {
  display: block; height: 100%; width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb07a 0%, #ff8a3d 45%, #F4A394 100%);
  box-shadow: 0 0 12px rgba(231,111,81,.45);
  transition: width .35s ease;
  position: relative;
  z-index: 1;
}
.et2-goalprog-glow {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.35), transparent 55%);
  pointer-events: none; z-index: 2;
}
.et2-goalprog-meta {
  margin-top: 8px;
  font-size: .82rem; font-weight: 800; color: #3d2c29;
  text-align: center;
}
.et2-goalprog-eta {
  margin-top: 4px;
  text-align: center;
  font-size: .78rem; font-weight: 750;
  color: #F4A394;
}
.et2-goalprog-pace {
  margin-top: 2px;
  text-align: center;
  font-size: .7rem; font-weight: 650;
  color: #9a7b72;
}
.et2-side-badge-wrap { display: none !important; }


/* etrend53 — tall silhouette + arrows track focused field */
.et2-measures-body {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 150px !important;
  gap: 12px !important;
  align-items: stretch !important;
}
.et2-measures-art {
  position: sticky;
  top: 8px;
  align-self: stretch !important;
  width: 150px !important;
  min-height: 100% !important;
  height: auto !important;
  margin: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
}
.et2-sil {
  width: 130px !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center top !important;
  align-self: stretch;
}
.et2-measures-art .et2-arrow {
  position: absolute !important;
  left: 50% !important;
  top: 42%;
  margin: 0 !important;
  z-index: 3;
  transition: top .16s ease;
}
.et2-arrow-l { transform: translate(-72px, -50%) !important; }
.et2-arrow-r { transform: translate(48px, -50%) !important; }
@media (max-width: 720px) {
  .et2-measures-body { grid-template-columns: 1fr !important; }
  .et2-measures-art { min-height: 280px !important; height: 280px !important; }
  .et2-sil { height: 260px !important; }
}


/* etrend54 — fancier dynamic goal estimate */
.et2-goalprog-fancy {
  position: relative;
  overflow: hidden;
  padding: 14px 14px 12px !important;
  background:
    radial-gradient(120px 60px at 90% 0%, rgba(255,176,122,.35), transparent 70%),
    linear-gradient(145deg, #fff8f2 0%, #ffffff 50%, #fff1e6 100%) !important;
  border: 1px solid rgba(231,111,81,.2) !important;
  box-shadow: 0 10px 28px rgba(231,111,81,.14), inset 0 1px 0 #fff !important;
}
.et2-goalprog-fancy::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,.55) 50%, transparent 60%);
  transform: translateX(-120%);
  animation: et2Shine 5.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes et2Shine {
  0%, 60% { transform: translateX(-120%); }
  80% { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}
.et2-goalprog-track { height: 16px !important; }
.et2-goalprog-knob {
  position: absolute; top: 50%; width: 18px; height: 18px;
  margin-left: -9px; transform: translateY(-50%);
  border-radius: 999px;
  background: #fff;
  border: 3px solid #F4A394;
  box-shadow: 0 2px 8px rgba(231,111,81,.35);
  z-index: 3;
  transition: left .35s ease;
}
.et2-goalprog-meta {
  display: flex; justify-content: space-between; align-items: center;
  gap: 8px; margin-top: 10px !important;
}
.et2-goal-kg { font-size: .95rem; font-weight: 900; color: #3d2c29; }
.et2-goal-kg em { font-style: normal; color: #F4A394; margin: 0 4px; }
.et2-goal-kg small { font-weight: 700; color: #9a7b72; }
.et2-goal-trend {
  font-size: .72rem; font-weight: 850; padding: 3px 9px; border-radius: 999px;
}
.et2-goal-trend.is-good { background: #e7f7ee; color: #1f8a4c; }
.et2-goal-trend.is-warn { background: #fff0e8; color: #c45c3e; }
.et2-goal-trend.is-flat { background: #f3eee9; color: #7a5c54; }
.et2-goal-spark {
  display: block; width: 100%; height: 36px; margin-top: 8px;
  border-radius: 10px; background: rgba(231,111,81,.06);
}
.et2-goal-est {
  margin-top: 8px; padding: 8px 10px; border-radius: 12px;
  font-size: .8rem; font-weight: 700; line-height: 1.35; color: #5a433c;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(231,111,81,.12);
}
.et2-goal-est.is-good { background: #eef9f2; border-color: rgba(46,160,90,.2); color: #1f6b40; }
.et2-goal-est.is-warn { background: #fff5ef; border-color: rgba(231,111,81,.25); color: #a3452a; }
.et2-goal-est.is-flat { background: #f7f3ef; color: #7a5c54; }
.et2-goal-est.is-done { background: linear-gradient(135deg,#fff4ea,#eef9f2); color: #3d2c29; text-align: center; }
.et2-goal-vs { margin-top: 4px; font-size: .72rem; font-weight: 700; }
.et2-goal-vs.is-good { color: #1f8a4c; }
.et2-goal-vs.is-warn { color: #c45c3e; }
.et2-goalprog-eta { font-size: .84rem !important; font-weight: 850 !important; margin-top: 8px !important; }


/* etrend55 — starting measurement row */
.et2-side-start { font-size: .82rem; font-weight: 800; color: #7a5c54; text-align: right; max-width: 58%; line-height: 1.25; }
.et2-side-row:has(.et2-side-start) span:first-child { color: #9a7b72; }


/* etrend56 — locked starting measurement */
.et2-field-start { margin-top: 10px; }
.et2-start-box { position: relative; padding-right: 44px !important; }
.et2-start-box.is-locked {
  background: #f7f2ee !important;
  border-color: rgba(122,92,84,.25) !important;
}
.et2-start-box.is-locked input { color: #7a5c54; cursor: not-allowed; }
.et2-start-box:not(.is-locked) {
  border-color: rgba(231,111,81,.45) !important;
  box-shadow: 0 0 0 3px rgba(231,111,81,.12);
}
.et2-start-lock {
  position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  width: 34px; height: 34px; border: none; border-radius: 10px;
  background: #fff; cursor: pointer; font-size: 1rem;
  box-shadow: 0 1px 4px rgba(61,44,41,.12);
  display: grid; place-items: center; padding: 0;
}
.et2-start-lock:hover { background: #fff4ea; }
.et2-start-hint {
  display: block; margin-top: 4px; font-size: .72rem; color: #9a7b72; font-weight: 650;
}


/* scroll2 — sidebar együtt görget */
.et2-sidebar, .edz-sidebar {
  position: static !important;
  top: auto !important;
  max-height: none !important;
}


/* p7d — [hidden] wins over display:grid/flex (Lista nézet) */
.et2-week-grid[hidden],
.et2-week-list[hidden],
.et2-week-wrap.is-lista-hidden,
.et2-week-wrap[hidden] {
  display: none !important;
}
.et2-week-list:not([hidden]) {
  display: flex !important;
  flex-direction: column !important;
}
