:root {
  --ink: #000000;
  --muted: #B0B7BC;
  --line: #B0B7BC;
  --paper: #ffffff;
  --lavender: #0076B6;
  --lavender-dark: #0076B6;
  --lavender-soft: #B0B7BC;
  --peach: #B0B7BC;
  --shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
* { box-sizing: border-box; }
html { min-height: 100%; overflow-x: hidden; }
body {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  background: #0076B6;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  display: none;
}
.ambient { display: none; position: fixed; z-index: -1; width: 15rem; height: 15rem; border-radius: 50%; filter: blur(70px); opacity: .38; pointer-events: none; }
.ambient-one { top: -7rem; right: 18%; background: #0076B6; }
.ambient-two { bottom: -7rem; left: 12%; background: #B0B7BC; }
.dashboard { max-width: 1550px; margin: 0 auto; padding: 38px 38px 22px; }
.page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.brand-lockup { display: flex; align-items: center; gap: 15px; }
.brand-mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px; color: #FFFFFF; background: linear-gradient(145deg, #0076B6, #000000); box-shadow: 0 8px 18px rgba(0, 0, 0, .28); font-size: 1.45rem; }
.eyebrow { margin: 0 0 5px; color: #FFFFFF; font-size: .72rem; font-weight: 850; letter-spacing: .15em; }
h1 { margin: 0; color: #FFFFFF; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.6vw, 3.45rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.header-right { display: flex; align-items: center; gap: 14px; padding-bottom: 3px; }
.week-label { color: #FFFFFF; font-size: 1rem; font-weight: 700; }
.live-pill { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #0076B6; border-radius: 999px; color: #000000; background: #FFFFFF; font-size: .78rem; font-weight: 750; white-space: nowrap; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #44b47b; box-shadow: 0 0 0 4px rgba(68, 180, 123, .13); }
.board-rule { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.board-rule > span { height: 1px; flex: 1; background: rgba(255,255,255,.58); }
.status { min-height: 18px; margin: 0; color: #FFFFFF; font-size: .78rem; font-weight: 650; white-space: nowrap; }
.status.error { color: #b42318; }
.calendar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.day { min-height: 350px; overflow: hidden; border: 1px solid #FFFFFF; border-radius: 18px; background: #FFFFFF; box-shadow: var(--shadow); }
.day.today { border: 2px solid #0076B6; box-shadow: 0 12px 30px rgba(0, 118, 182, .28); }
.day-header { padding: 17px 17px 14px; border-bottom: 1px solid #000000; background: #B0B7BC; }
.day.today .day-header { background: #B0B7BC; }
.day-name { display: block; color: #000000; font-size: .73rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.day.today .day-name { color: #000000; }
.day-date { display: block; margin-top: 5px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 500; letter-spacing: -.02em; }
.day.today .day-date::after { display: inline-block; margin-left: 7px; padding: 3px 7px; border-radius: 999px; color: #FFFFFF; background: #0076B6; content: "TODAY"; font-family: Inter, sans-serif; font-size: .56rem; font-weight: 850; letter-spacing: .08em; vertical-align: middle; }
.meals { display: grid; align-content: start; gap: 11px; padding: 14px; background: #FFFFFF; }
.meal { padding: 13px 13px 12px; border: 1px solid #B0B7BC; border-left: 4px solid #0076B6; border-radius: 11px; background: #FFFFFF; box-shadow: 0 4px 11px rgba(0, 0, 0, .08); }
.meal:hover { transform: translateY(-1px); box-shadow: 0 7px 15px rgba(0, 0, 0, .14); }
.meal-name { display: flex; align-items: flex-start; gap: 7px; overflow-wrap: anywhere; font-size: 1rem; font-weight: 780; line-height: 1.26; }
.meal-icon { flex: 0 0 auto; font-size: 1.05rem; line-height: 1.1; }
.meal-meta { margin-top: 7px; color: var(--muted); font-size: .76rem; font-weight: 650; line-height: 1.3; text-transform: capitalize; }
.meta-dot { padding: 0 3px; color: #b4aec4; }
.meal-notes { margin-top: 8px; color: var(--muted); font-size: .76rem; line-height: 1.35; }
.empty { padding: 8px 2px; color: #aaa5b1; font-size: .8rem; font-style: italic; }
footer { display: flex; justify-content: space-between; gap: 12px; margin-top: 17px; color: #FFFFFF; font-size: .72rem; font-weight: 650; }
@media (max-width: 1100px) {
  .dashboard { width: 100%; max-width: 100%; padding: 10px 8px 8px; }
  .page-header { gap: 6px; margin-bottom: 8px; }
  .brand-lockup { gap: 8px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 10px; font-size: 1rem; }
  .eyebrow { margin-bottom: 2px; font-size: .55rem; }
  h1 { font-size: clamp(1.55rem, 3.6vw, 2.35rem); }
  .header-right { gap: 6px; padding-bottom: 0; }
  .week-label { font-size: .78rem; }
  .live-pill { padding: 5px 7px; font-size: .62rem; }
  .board-rule { gap: 7px; margin-bottom: 8px; }
  .status { min-height: 13px; font-size: .62rem; }
  .calendar { width: 100%; max-width: 100%; overflow: hidden; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; padding-bottom: 0; }
  .day { min-width: 0; height: 190px; min-height: 0; border-radius: 8px; }
  .day-header { padding: 6px 4px 5px; }
  .day-name { font-size: .5rem; letter-spacing: .03em; }
  .day-date { margin-top: 2px; font-size: .95rem; }
  .day.today .day-date::after { margin-left: 1px; padding: 1px 2px; font-size: .34rem; }
  .meals { gap: 4px; padding: 4px; }
  .meal { padding: 5px 4px 4px; border-left-width: 2px; border-radius: 5px; }
  .meal-name { gap: 2px; font-size: .76rem; line-height: 1.12; }
  .meal-icon { font-size: .76rem; }
  .meal-meta, .meal-notes { margin-top: 3px; font-size: .52rem; line-height: 1.1; }
  footer { margin-top: 7px; font-size: .58rem; }
}
@media (max-width: 640px) { .dashboard { padding: 8px 5px 6px; } .page-header { align-items: flex-start; flex-direction: column; gap: 6px; } .header-right { width: 100%; justify-content: space-between; } .week-label { font-size: .68rem; } h1 { font-size: 1.45rem; } footer { flex-direction: column; gap: 3px; } }
