:root {
  --blue: #1539c7;
  --blue-dark: #0b237f;
  --red: #ef3b2d;
  --green: #b9e769;
  --yellow: #ffd553;
  --ink: #121826;
  --muted: #697185;
  --paper: #f7f8fc;
  --white: #ffffff;
  --line: #d9ddeb;
  --shadow: 0 16px 40px rgba(18, 24, 38, 0.09);
  --radius: 18px;
  --display: "Arial Black", "Avenir Next Condensed", Impact, sans-serif;
  --body: "Avenir Next", Avenir, Arial, sans-serif;
  --mono: "SFMono-Regular", "Roboto Mono", "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, select { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: white; padding: 12px 16px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.is-hidden { display: none !important; }

.app-header { height: 82px; padding: 0 clamp(20px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { width: fit-content; display: flex; gap: 10px; align-items: center; color: var(--ink); text-decoration: none; font: 700 18px/0.82 var(--display); letter-spacing: .03em; }
.brand-mark { width: 35px; height: 35px; position: relative; display: block; transform: rotate(-6deg); }
.brand-mark i { position: absolute; display: block; width: 11px; height: 28px; border-radius: 50%; background: var(--blue); transform-origin: bottom; }
.brand-mark i:nth-child(1) { left: 4px; top: 5px; transform: rotate(-27deg); background: var(--red); }
.brand-mark i:nth-child(2) { left: 12px; top: 1px; }
.brand-mark i:nth-child(3) { right: 1px; top: 6px; transform: rotate(26deg); background: var(--green); }
.view-switcher { display: flex; background: #eef0f7; padding: 4px; border-radius: 999px; }
.nav-tab { border: 0; background: transparent; padding: 10px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.nav-tab.is-active { background: var(--white); box-shadow: 0 2px 10px rgba(18,24,38,.08); }
.icon-button { justify-self: end; display: flex; align-items: center; gap: 9px; border: 0; background: transparent; font-size: 13px; font-weight: 700; }
.icon-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.view { display: none; }
.view.is-active { display: block; animation: viewIn .35s ease; }
@keyframes viewIn { from { opacity: 0; transform: translateY(6px); } }
.hero-shell { min-height: 540px; padding: 74px clamp(24px, 7vw, 120px) 80px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(400px,.95fr); align-items: center; gap: 40px; background: var(--blue); color: var(--white); overflow: hidden; position: relative; }
.hero-shell::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-copy { position: relative; z-index: 1; max-width: 720px; }
.eyebrow { margin: 0 0 14px; font: 500 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
.hero-copy h1, .library-heading h1 { font: 400 clamp(70px, 8vw, 126px)/.78 var(--display); letter-spacing: -.02em; text-transform: uppercase; margin: 0; }
.hero-copy h1 em, .library-heading h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 610px; margin: 32px 0 0; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; color: rgba(255,255,255,.82); }
.ingredient-orbit { min-height: 350px; position: relative; z-index: 1; }
.ingredient-orbit svg { width: min(100%, 520px); height: 100%; overflow: visible; }
.ingredient-orbit svg path:first-child { fill: var(--red); stroke: white; stroke-width: 2; }
.ingredient-orbit svg path:nth-child(2) { fill: none; stroke: var(--yellow); stroke-width: 3; stroke-dasharray: 5 8; }
.ingredient-orbit svg circle { fill: var(--yellow); stroke: var(--blue); stroke-width: 3; }
.orbit-label { position: absolute; z-index: 2; padding: 9px 14px; background: white; color: var(--ink); font: 500 11px var(--mono); box-shadow: 5px 5px 0 var(--ink); transform: rotate(-5deg); }
.orbit-label--one { left: 3%; top: 15%; }
.orbit-label--two { right: 8%; top: 24%; transform: rotate(6deg); background: var(--yellow); }
.orbit-label--three { left: 17%; bottom: 17%; transform: rotate(3deg); background: var(--green); }
.orbit-label--four { right: 4%; bottom: 10%; transform: rotate(-7deg); }
.orbit-stamp { position: absolute; left: 50%; top: 50%; width: 180px; height: 180px; border: 2px solid white; border-radius: 50%; transform: translate(-50%,-50%) rotate(-7deg); display: grid; align-content: center; text-align: center; }
.orbit-stamp b { font: 400 39px/.82 var(--display); }
.orbit-stamp span { font: 500 10px var(--mono); letter-spacing: .16em; margin-top: 10px; }

.planner-shell { padding: 78px clamp(20px, 6vw, 96px) 96px; max-width: 1500px; margin: auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading h2, .output-toolbar h2 { margin: 0; font: 400 clamp(48px, 5vw, 74px)/.9 var(--display); text-transform: uppercase; }
.plan-mode { display: flex; border: 1px solid var(--line); background: white; padding: 4px; border-radius: 12px; }
.mode-button { border: 0; background: transparent; padding: 12px 18px; border-radius: 9px; font-size: 13px; font-weight: 700; }
.mode-button.is-active { background: var(--ink); color: white; }
.planning-controls { margin-top: 34px; padding: 18px; display: grid; grid-template-columns: minmax(150px,.8fr) minmax(230px,1.2fr) minmax(180px,.9fr) auto; align-items: end; gap: 16px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.control-field, .form-field { display: grid; gap: 8px; }
.control-field > span, .form-field > span, .form-field legend { font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.control-field select, .form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); padding: 12px 14px; color: var(--ink); }
.primary-button, .secondary-button, .text-button, .danger-button { border: 0; font-weight: 700; }
.primary-button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 26px; padding: 0 22px; background: var(--red); color: white; border-radius: 10px; box-shadow: 4px 4px 0 var(--ink); transition: transform .18s ease, box-shadow .18s ease; }
.primary-button:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--ink); }
.primary-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.primary-button--small { min-height: 44px; }
.secondary-button { min-height: 44px; padding: 0 18px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.danger-button { min-height: 44px; padding: 0; background: transparent; color: #b42318; }
.text-button { background: transparent; padding: 8px; text-decoration: underline; text-underline-offset: 4px; }
.plan-empty { min-height: 340px; margin-top: 28px; border: 1px dashed #b8bed1; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; gap: 28px; background: rgba(255,255,255,.45); }
.empty-plate { width: 120px; height: 120px; border: 2px solid var(--line); border-radius: 50%; padding: 16px; transform: rotate(-8deg); }
.empty-plate span { display: block; width: 100%; height: 100%; border: 1px solid var(--line); border-radius: 50%; background: white; }
.plan-empty h3 { margin-bottom: 6px; font: 400 34px var(--display); text-transform: uppercase; }
.plan-empty p { margin: 0; color: var(--muted); }
.plan-output { margin-top: 54px; }
.output-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.toolbar-actions { display: flex; gap: 10px; }
.ingredient-ribbon { padding: 18px 22px; background: var(--green); border: 1px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); display: flex; align-items: center; gap: 14px; overflow-x: auto; margin-bottom: 32px; }
.ribbon-title { flex: 0 0 auto; font: 700 13px var(--body); margin-right: 8px; }
.ingredient-pill { flex: 0 0 auto; border: 1px solid rgba(18,24,38,.28); background: rgba(255,255,255,.65); border-radius: 999px; padding: 7px 11px; font: 500 10px var(--mono); text-transform: uppercase; }
.ingredient-pill b { display: inline-grid; place-items: center; margin-left: 5px; width: 20px; height: 20px; border-radius: 50%; background: var(--ink); color: white; }
.week-tabs { margin: 0 0 20px; display: flex; gap: 8px; overflow-x: auto; }
.week-tab { min-width: 112px; border: 1px solid var(--line); background: white; padding: 11px 14px; border-radius: 9px; font-weight: 700; }
.week-tab.is-active { background: var(--blue); color: white; border-color: var(--blue); }
.month-overview { margin: 0 0 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.month-column { text-align: left; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 15px; }
.month-column.is-active { border-color: var(--blue); box-shadow: inset 0 0 0 2px var(--blue); }
.month-column b { display: block; margin-bottom: 10px; font: 500 10px var(--mono); text-transform: uppercase; color: var(--blue); }
.month-column span { display: block; padding: 4px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; border-top: 1px solid #edf0f6; }
.reorder-hint { margin: -8px 0 14px; color: var(--muted); font: 400 10px/1.5 var(--mono); }
.meal-grid { --meal-count: 7; display: grid; grid-template-columns: repeat(var(--meal-count), minmax(210px, 1fr)); gap: 12px; overflow-x: auto; padding: 4px 2px 14px; }
.meal-card { min-width: 0; min-height: 300px; padding: 16px; overflow: hidden; background: white; border: 1px solid var(--line); border-top: 6px solid var(--blue); border-radius: 12px; display: flex; flex-direction: column; position: relative; cursor: grab; transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.meal-card:active { cursor: grabbing; }
.meal-card:nth-child(3n+2) { border-top-color: var(--red); }
.meal-card:nth-child(3n) { border-top-color: #62a62c; }
.meal-card.is-dragging { opacity: .38; transform: scale(.97); }
.meal-card.is-drop-target { border-color: var(--ink); box-shadow: 5px 5px 0 var(--ink); transform: translateY(-3px); }
.meal-card--takeaway { border-top-color: var(--yellow) !important; background: #fff8d9; }
.meal-card--takeaway::after { content: "↗"; position: absolute; right: -12px; bottom: -28px; color: rgba(239,59,45,.12); font: 400 140px/1 var(--display); transform: rotate(-8deg); }
.meal-day { display: flex; justify-content: space-between; align-items: center; font: 500 10px var(--mono); text-transform: uppercase; color: var(--muted); }
.meal-day-tools { display: flex; align-items: center; gap: 7px; }
.meal-index { color: var(--ink); }
.meal-drag-handle { width: 28px; height: 25px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--ink); font: 700 13px/1 var(--mono); cursor: grab; touch-action: none; }
.meal-drag-handle:active { cursor: grabbing; }
.meal-card h3 { max-width: 100%; margin: 26px 0 8px; font: 400 clamp(21px, 1.55vw, 29px)/.94 var(--display); overflow-wrap: anywhere; word-break: normal; hyphens: auto; text-transform: uppercase; }
.meal-side { max-width: 100%; overflow-wrap: anywhere; font-size: 12px; line-height: 1.5; color: var(--muted); }
.meal-side b { color: var(--ink); }
.meal-ingredients { min-width: 0; display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; padding: 24px 38px 0 0; }
.meal-ingredients span { max-width: 100%; padding: 4px 7px; overflow-wrap: anywhere; border-radius: 5px; background: #eff1f7; font: 400 9px/1.35 var(--mono); }
.takeaway-note { position: relative; z-index: 1; margin-top: auto; padding-top: 24px; font: 500 10px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: #9c2a20; }
.meal-swap { position: absolute; right: 10px; bottom: 10px; width: 30px; height: 30px; border: 1px solid var(--line); background: white; border-radius: 50%; font-size: 16px; }
.shopping-list { margin-top: 54px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.shopping-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.shopping-heading h3 { margin: 0; font: 400 42px/.9 var(--display); text-transform: uppercase; }
.shopping-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 30px; padding-top: 24px; }
.shopping-item { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; }
.shopping-item input { accent-color: var(--blue); margin-top: 3px; }
.shopping-item small { color: var(--muted); font-family: var(--mono); }

.library-view { min-height: calc(100vh - 82px); padding: 80px clamp(20px, 6vw, 96px) 100px; max-width: 1600px; margin: auto; }
.library-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.library-heading h1 { font-size: clamp(64px, 7vw, 108px); }
.library-heading h1 em { color: var(--blue); }
.library-heading > p { max-width: 520px; margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.library-toolbar { position: sticky; top: 82px; z-index: 10; margin: 50px 0 28px; padding: 14px 0; background: var(--paper); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.library-filters, .library-actions { display: flex; align-items: center; gap: 8px; }
.filter-button { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 10px 14px; font-weight: 700; }
.filter-button span { color: var(--muted); margin-left: 4px; }
.filter-button.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.filter-button.is-active span { color: var(--green); }
.search-field { height: 44px; min-width: 260px; display: flex; align-items: center; gap: 8px; padding: 0 12px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.search-field svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; }
.meal-library-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.library-card { min-height: 260px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 14px; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.library-card:hover { transform: translateY(-4px) rotate(-.3deg); box-shadow: var(--shadow); }
.library-card--side { background: #eef8db; }
.library-card-top { display: flex; justify-content: space-between; align-items: center; }
.type-chip { padding: 5px 8px; border-radius: 4px; background: var(--blue); color: white; font: 500 9px var(--mono); text-transform: uppercase; }
.library-card--side .type-chip { background: #4d8426; }
.card-menu { border: 0; background: transparent; font-size: 23px; line-height: 1; }
.library-card h3 { margin: 28px 0 16px; font: 400 32px/.92 var(--display); text-transform: uppercase; }
.library-card-ingredients { color: var(--muted); font-size: 12px; line-height: 1.55; }
.pairing-note { margin-top: auto; padding-top: 18px; font: 400 10px/1.5 var(--mono); text-transform: uppercase; color: var(--blue-dark); }
.library-empty { grid-column: 1/-1; padding: 70px 20px; text-align: center; border: 1px dashed var(--line); }

.app-dialog { width: min(720px, calc(100% - 32px)); max-height: min(88vh, 900px); padding: 0; border: 0; border-radius: 18px; box-shadow: 0 30px 90px rgba(18,24,38,.28); }
.app-dialog::backdrop { background: rgba(11,18,40,.62); backdrop-filter: blur(5px); }
.app-dialog form { padding: 30px; overflow-y: auto; max-height: 88vh; }
.app-dialog--small { width: min(560px, calc(100% - 32px)); }
.dialog-heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.dialog-heading h2 { margin: 0; font: 400 50px/.9 var(--display); text-transform: uppercase; }
.dialog-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 28px; line-height: 1; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field--wide { grid-column: 1/-1; }
.form-field textarea { resize: vertical; }
.form-field small { color: var(--muted); text-transform: none; letter-spacing: 0; }
.side-options { border: 0; padding: 0; margin: 0; }
.side-options p { margin: 7px 0 13px; color: var(--muted); font-size: 12px; }
.checkbox-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; max-height: 160px; overflow-y: auto; }
.checkbox-option { display: flex; align-items: center; gap: 8px; padding: 9px; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; }
.checkbox-option input, .check-row input { accent-color: var(--blue); }
.check-row { display: flex; align-items: center; gap: 10px; padding: 14px; background: #eef1ff; border-radius: 9px; font-size: 13px; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.dialog-spacer { flex: 1; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; padding: 14px 18px; color: white; background: var(--ink); border-radius: 8px; font-size: 13px; transform: translateY(80px); opacity: 0; transition: .25s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }

@media (max-width: 1100px) {
  .hero-shell { grid-template-columns: 1fr .75fr; }
  .ingredient-orbit { transform: scale(.85); transform-origin: center; }
  .meal-library-grid { grid-template-columns: repeat(3,1fr); }
  .shopping-columns { grid-template-columns: repeat(3,1fr); }
  .month-overview { grid-template-columns: repeat(2,1fr); }
  .planning-controls { grid-template-columns: 1fr 1fr; }
  .planning-controls .primary-button { grid-column: 1/-1; }
}
@media (max-width: 800px) {
  .app-header { grid-template-columns: 1fr auto; }
  .view-switcher { position: fixed; z-index: 21; bottom: 14px; left: 50%; transform: translateX(-50%); box-shadow: 0 8px 28px rgba(18,24,38,.2); }
  .icon-button span { display: none; }
  .hero-shell { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy h1 { font-size: clamp(70px, 20vw, 106px); }
  .ingredient-orbit { min-height: 290px; width: min(520px,100%); margin: -10px auto 0; transform: none; }
  .planning-controls { grid-template-columns: 1fr 1fr; }
  .planning-controls .primary-button { grid-column: 1/-1; }
  .library-heading { grid-template-columns: 1fr; gap: 26px; }
  .library-toolbar { align-items: stretch; flex-direction: column; }
  .library-actions { width: 100%; }
  .search-field { flex: 1; min-width: 0; }
  .meal-library-grid { grid-template-columns: repeat(2,1fr); }
  .shopping-columns { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .app-header { height: 70px; padding: 0 18px; }
  .hero-shell { padding: 48px 20px 54px; }
  .hero-intro { font-size: 15px; }
  .ingredient-orbit { min-height: 240px; margin-top: 10px; }
  .orbit-label { padding: 7px 9px; font-size: 9px; }
  .orbit-stamp { width: 135px; height: 135px; }
  .orbit-stamp b { font-size: 31px; }
  .planner-shell, .library-view { padding: 55px 16px 82px; }
  .section-heading, .output-toolbar { align-items: stretch; flex-direction: column; }
  .plan-mode { width: 100%; }
  .mode-button { flex: 1; }
  .planning-controls { grid-template-columns: 1fr; }
  .planning-controls .primary-button { grid-column: auto; }
  .plan-empty { min-height: 270px; padding: 30px; flex-direction: column; text-align: center; }
  .output-toolbar .toolbar-actions { width: 100%; }
  .toolbar-actions > * { flex: 1; }
  .meal-grid { grid-template-columns: repeat(var(--meal-count), 78vw); scroll-snap-type: x mandatory; }
  .meal-card { scroll-snap-align: center; }
  .shopping-list { padding: 24px 18px; }
  .shopping-columns { grid-template-columns: 1fr; }
  .month-overview { grid-template-columns: 1fr; }
  .library-heading h1 { font-size: 58px; }
  .library-filters { overflow-x: auto; }
  .library-actions { align-items: stretch; flex-direction: column; }
  .meal-library-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .checkbox-grid { grid-template-columns: 1fr 1fr; }
  .app-dialog form { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  @page { size: A4 landscape; margin: 11mm; }
  body { background: white; color: #111; }
  .app-header, .hero-shell, .section-heading, .planning-controls, .plan-empty, .toolbar-actions, .week-tabs, .month-overview, .reorder-hint, .text-button, .meal-swap, .meal-drag-handle, .library-view, .toast { display: none !important; }
  .view, #planView, .plan-output { display: block !important; }
  .planner-shell { max-width: none; padding: 0; }
  .output-toolbar { display: block; margin-bottom: 12px; }
  .output-toolbar h2 { font-size: 34px; }
  .ingredient-ribbon { box-shadow: none; padding: 9px 12px; margin-bottom: 14px; break-inside: avoid; }
  .ingredient-pill { padding: 4px 8px; }
  .meal-grid { display: grid; grid-template-columns: repeat(var(--meal-count), 1fr); gap: 6px; overflow: visible; }
  .meal-card { min-height: 170px; padding: 10px; break-inside: avoid; }
  .meal-card h3 { font-size: 20px; margin-top: 15px; }
  .meal-ingredients { padding-top: 10px; }
  .shopping-list { margin-top: 16px; padding: 16px; break-before: auto; box-shadow: none; }
  .shopping-heading { padding-bottom: 10px; }
  .shopping-heading h3 { font-size: 27px; }
  .shopping-columns { grid-template-columns: repeat(5,1fr); gap: 6px 14px; padding-top: 12px; }
  .shopping-item { font-size: 10px; }
  .month-print .month-week { break-after: page; }
  .month-print .month-week:last-child { break-after: auto; }
}
