
.week-meals[data-v-dd543185] {
  display: grid;
  grid-template-columns: repeat(4, minmax(58px, max-content));
  gap: 12px;
  align-items: center;
}
.week-meal-stat[data-v-dd543185] {
  white-space: nowrap;
  text-align: left;
}
[data-v-dd543185] .week-row-selected > td {
  background: #eaf4ff !important;
}
@media (max-width: 767px) {
.week-meals[data-v-dd543185] {
    grid-template-columns: repeat(2, minmax(58px, max-content));
    gap: 8px 14px;
}
}

.tag-icons[data-v-e125cc66] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.tag-icon[data-v-e125cc66] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #2563eb;
}
.tag-icon svg[data-v-e125cc66] {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.page-stack[data-v-57b3b049] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sticky-toolbar[data-v-57b3b049] {
  position: sticky;
  top: 16px;
  z-index: 20;
}
.sticky-toolbar-card[data-v-57b3b049] .ant-card-body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.special-cell[data-v-57b3b049] {
  width: 100%;
  min-width: 0;
}
.special-qty-input[data-v-57b3b049] {
  width: 100%;
}
.special-qty-table[data-v-57b3b049] .ant-table-cell {
  vertical-align: top;
}
@media (max-width: 767px) {
.sticky-toolbar[data-v-57b3b049] {
    top: 8px;
}
.special-qty-table[data-v-57b3b049] .ant-table-content {
    overflow-x: visible;
}
.special-qty-table[data-v-57b3b049] .ant-table-cell {
    padding: 8px 6px;
}
.special-qty-input[data-v-57b3b049] {
    width: 100%;
    min-width: 0;
}
.special-save-button[data-v-57b3b049] {
    padding-inline: 8px;
    font-size: 12px;
}
}

.page-stack[data-v-cf0b2e26] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sticky-toolbar[data-v-cf0b2e26] {
  position: sticky;
  top: 16px;
  z-index: 20;
}
.sticky-toolbar-card[data-v-cf0b2e26] .ant-card-body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.toolbar-label[data-v-cf0b2e26] {
  font-weight: 600;
}
.toolbar-range[data-v-cf0b2e26] {
  color: #666;
}
.print-sheet[data-v-cf0b2e26] {
  display: none;
}
.order-panel-header[data-v-cf0b2e26] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.order-panel-main[data-v-cf0b2e26] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 220px;
  width: 220px;
  min-width: 0;
}
.order-panel-name[data-v-cf0b2e26] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-panel-stats[data-v-cf0b2e26] {
  display: grid;
  grid-template-columns: repeat(4, minmax(58px, max-content));
  gap: 12px;
  align-items: center;
  justify-content: start;
  flex: 1 1 auto;
}
.order-stat[data-v-cf0b2e26] {
  white-space: nowrap;
  text-align: left;
}
[data-v-cf0b2e26] .selected-day-panel .ant-collapse-header {
  background: #eaf4ff !important;
}
.print-header[data-v-cf0b2e26] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}
.print-header h1[data-v-cf0b2e26] {
  margin: 0;
  font-size: 24px;
}
.print-table[data-v-cf0b2e26] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.print-table th[data-v-cf0b2e26],
.print-table td[data-v-cf0b2e26] {
  border: 1px solid #222;
  padding: 8px;
  vertical-align: top;
}
.print-table th[data-v-cf0b2e26] {
  text-align: center;
  font-weight: 700;
}
.print-date-cell[data-v-cf0b2e26] {
  width: 16%;
}
.print-date[data-v-cf0b2e26] {
  font-weight: 700;
}
.print-status[data-v-cf0b2e26] {
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}
.print-meal-cell[data-v-cf0b2e26] {
  width: 21%;
}
.print-meal-summary[data-v-cf0b2e26] {
  font-weight: 700;
  margin-bottom: 6px;
}
.print-children[data-v-cf0b2e26] {
  font-size: 10px;
}
.print-child[data-v-cf0b2e26] {
  white-space: nowrap;
}
.print-tag-icons[data-v-cf0b2e26] {
  margin-left: 4px;
  font-size: 9px;
}
@media (max-width: 767px) {
.sticky-toolbar[data-v-cf0b2e26] {
    top: 8px;
}
.order-panel-header[data-v-cf0b2e26] {
    flex-direction: column;
    align-items: flex-start;
}
.order-panel-main[data-v-cf0b2e26] {
    width: 100%;
    flex: 1 1 auto;
    flex-wrap: wrap;
}
.order-panel-stats[data-v-cf0b2e26] {
    grid-template-columns: repeat(2, max-content);
    gap: 8px 14px;
    justify-content: start;
}
}
@media print {
.sticky-toolbar[data-v-cf0b2e26],[data-v-cf0b2e26] .ant-row,[data-v-cf0b2e26] .ant-card {
    display: none !important;
}
.print-sheet[data-v-cf0b2e26] {
    display: block;
}
@page {
    margin: 6mm;
}
}

.page-stack[data-v-697d545a] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sticky-toolbar[data-v-697d545a] {
  position: sticky;
  top: 16px;
  z-index: 20;
}
.sticky-toolbar-card[data-v-697d545a] .ant-card-body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.toolbar-label[data-v-697d545a] {
  font-weight: 600;
}
.toolbar-range[data-v-697d545a] {
  color: #666;
}
.print-sheet[data-v-697d545a] {
  width: 100%;
  background: #fff;
  color: #111;
}
.print-header[data-v-697d545a] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}
.print-header h1[data-v-697d545a] {
  margin: 0;
  font-size: 24px;
}
.print-table[data-v-697d545a] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.print-table th[data-v-697d545a],
.print-table td[data-v-697d545a] {
  border: 1px solid #222;
  padding: 8px;
  vertical-align: top;
}
.print-table th[data-v-697d545a] {
  text-align: center;
  font-weight: 700;
}
.print-date-cell[data-v-697d545a] {
  width: 16%;
}
.print-date[data-v-697d545a] {
  font-weight: 700;
}
.print-status[data-v-697d545a] {
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}
.print-meal-cell[data-v-697d545a] {
  width: 21%;
}
.print-meal-summary[data-v-697d545a] {
  font-weight: 700;
  margin-bottom: 6px;
}
.print-children[data-v-697d545a] {
  font-size: 10px;
}
.print-child[data-v-697d545a] {
  white-space: nowrap;
}
.print-tag-icons[data-v-697d545a] {
  margin-left: 4px;
  font-size: 9px;
}
.mobile-week-list[data-v-697d545a] {
  display: none;
}
.mobile-day-header[data-v-697d545a] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  align-items: baseline;
}
.mobile-meal-grid[data-v-697d545a] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mobile-meal-card[data-v-697d545a] {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 10px;
}
.mobile-meal-title[data-v-697d545a] {
  font-weight: 600;
  margin-bottom: 6px;
}
.selected-mobile-card[data-v-697d545a] {
  background: #eaf4ff;
}
.selected-row > td[data-v-697d545a] {
  background: #eaf4ff;
}
.total-row td[data-v-697d545a] {
  background: #f3f3f3;
}
@media (max-width: 767px) {
.sticky-toolbar[data-v-697d545a] {
    top: 8px;
}
.mobile-week-list[data-v-697d545a] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.print-table[data-v-697d545a] {
    display: none;
}
.print-header[data-v-697d545a] {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.mobile-meal-grid[data-v-697d545a] {
    grid-template-columns: 1fr;
}
}
@media print {
@page {
    margin: 6mm;
}
.print-controls[data-v-697d545a] {
    display: none !important;
}
}

.page-stack[data-v-ee08f17e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.page-stack[data-v-9c4b8258] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sticky-toolbar[data-v-9c4b8258] {
  position: sticky;
  top: 16px;
  z-index: 20;
}
.sticky-toolbar-card[data-v-9c4b8258] .ant-card-body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
@media (max-width: 767px) {
.sticky-toolbar[data-v-9c4b8258] {
    top: 8px;
}
}

.page-stack[data-v-c841013f] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sticky-toolbar[data-v-c841013f] {
  position: sticky;
  top: 16px;
  z-index: 20;
}
.sticky-toolbar-card[data-v-c841013f] .ant-card-body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.order-panel-header[data-v-c841013f] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.order-panel-main[data-v-c841013f] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 320px;
  width: 320px;
  min-width: 0;
}
.order-panel-name[data-v-c841013f] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-panel-stats[data-v-c841013f] {
  display: grid;
  grid-template-columns: repeat(4, minmax(58px, max-content));
  gap: 12px;
  align-items: center;
  justify-content: start;
  flex: 1 1 auto;
}
.order-stat[data-v-c841013f] {
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 767px) {
.sticky-toolbar-card[data-v-c841013f] {
    margin-bottom: 0;
}
.sticky-toolbar[data-v-c841013f] {
    top: 8px;
}
.order-panel-header[data-v-c841013f] {
    flex-direction: column;
    align-items: flex-start;
}
.order-panel-main[data-v-c841013f] {
    width: 100%;
    flex: 1 1 auto;
    flex-wrap: wrap;
}
.order-panel-stats[data-v-c841013f] {
    grid-template-columns: repeat(2, max-content);
    gap: 8px 14px;
    justify-content: start;
}
}

.page-stack[data-v-537dd76d] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sticky-toolbar[data-v-537dd76d] {
  position: sticky;
  top: 16px;
  z-index: 20;
}
.sticky-toolbar-card[data-v-537dd76d] .ant-card-body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
@media (max-width: 767px) {
.sticky-toolbar[data-v-537dd76d] {
    top: 8px;
}
}

.page-stack[data-v-d1c831cf] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sticky-toolbar[data-v-d1c831cf] {
  position: sticky;
  top: 16px;
  z-index: 20;
}
.sticky-toolbar-card[data-v-d1c831cf] .ant-card-body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.print-sheet[data-v-d1c831cf] {
  width: 100%;
  background: #fff;
  color: #111;
}
.print-header[data-v-d1c831cf] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}
.print-header h1[data-v-d1c831cf] {
  margin: 0;
  font-size: 28px;
}
.print-table[data-v-d1c831cf] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.print-table th[data-v-d1c831cf],
.print-table td[data-v-d1c831cf] {
  border: 1px solid #222;
  padding: 8px;
  vertical-align: top;
}
.print-table th[data-v-d1c831cf] {
  text-align: center;
  font-weight: 700;
}
.contractor-cell[data-v-d1c831cf] {
  width: 14%;
}
.contractor-name[data-v-d1c831cf] {
  font-weight: 700;
}
.meal-cell[data-v-d1c831cf] {
  width: 21.5%;
}
.meal-summary[data-v-d1c831cf] {
  font-weight: 700;
  margin-bottom: 6px;
}
.children-table[data-v-d1c831cf] {
  font-size: 10px;
}
.child-name[data-v-d1c831cf] {
  white-space: nowrap;
}
.print-tag-icons[data-v-d1c831cf] {
  margin-left: 4px;
  font-size: 9px;
}
.mobile-order-list[data-v-d1c831cf] {
  display: none;
}
.mobile-contractor-name[data-v-d1c831cf] {
  font-weight: 700;
  margin-bottom: 12px;
}
.mobile-meal-grid[data-v-d1c831cf] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mobile-meal-card[data-v-d1c831cf] {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 10px;
}
.mobile-total-card[data-v-d1c831cf] {
  background: #f3f3f3;
}
.mobile-meal-title[data-v-d1c831cf] {
  font-weight: 600;
  margin-bottom: 6px;
}
.children-empty[data-v-d1c831cf] {
  color: #666;
  font-size: 12px;
}
.total-row td[data-v-d1c831cf] {
  background: #f3f3f3;
}
@media print {
@page {
    margin: 2mm 6mm 6mm 6mm;
}
.print-controls[data-v-d1c831cf] {
    display: none !important;
}
body {
    margin: 0 !important;
}
.print-sheet[data-v-d1c831cf] {
    padding: 0;
}
.print-header h1[data-v-d1c831cf] {
    font-size: 22px;
}
.print-table th[data-v-d1c831cf],
  .print-table td[data-v-d1c831cf] {
    padding: 6px;
}
}
@media (max-width: 767px) {
.sticky-toolbar[data-v-d1c831cf] {
    top: 8px;
}
.mobile-order-list[data-v-d1c831cf] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.print-table[data-v-d1c831cf] {
    display: none;
}
.print-header[data-v-d1c831cf] {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.mobile-meal-grid[data-v-d1c831cf] {
    grid-template-columns: 1fr;
}
}

.page-stack[data-v-929ea22e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.sticky-toolbar[data-v-929ea22e] {
  position: sticky;
  top: 16px;
  z-index: 20;
}
.sticky-toolbar-card[data-v-929ea22e] .ant-card-body {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.toolbar-label[data-v-929ea22e] {
  font-weight: 600;
}
.cell-muted[data-v-929ea22e] {
  color: #777;
  font-size: 12px;
}
@media (max-width: 767px) {
.sticky-toolbar[data-v-929ea22e] {
    top: 8px;
}
}

.app-header[data-v-ea221521] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.app-header-menu-icon[data-v-ea221521] {
  color: #fff;
  font-size: 18px;
}
.app-header-title[data-v-ea221521] {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
.app-header-spacer[data-v-ea221521] {
  flex: 1;
}
.app-header-user[data-v-ea221521] {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
.app-header[data-v-ea221521] {
    gap: 8px;
}
.app-header-title[data-v-ea221521] {
    font-size: 15px;
}
.app-header-user[data-v-ea221521] {
    max-width: 110px;
    font-size: 12px;
}
}
@media print {
[data-v-ea221521] .ant-layout-header,[data-v-ea221521] .ant-layout-sider,[data-v-ea221521] .ant-drawer {
    display: none !important;
}
[data-v-ea221521] .ant-layout,[data-v-ea221521] .ant-layout-content {
    background: #fff !important;
}
[data-v-ea221521] .ant-layout-content {
    padding: 0 !important;
    margin: 0 !important;
}
}
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
