/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.8e0177b5.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.b97b3418.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.853070df.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.c1fdd6c2.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.799d8ef8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.dbea232f.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .table {
    display: table;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

:root {
  --background: #f8fafc;
  --foreground: #1e293b;
  --primary: #f59e0b;
  --primary-hover: #d97706;
  --secondary: #64748b;
  --danger: #ef4444;
  --success: #22c55e;
  --card-bg: #fff;
  --border: #e2e8f0;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0f172a;
    --foreground: #f1f5f9;
    --card-bg: #1e293b;
    --border: #334155;
  }
}

* {
  box-sizing: border-box;
}

body {
  background: var(--background);
  color: var(--foreground);
  direction: rtl;
  font-family: Segoe UI, Tahoma, Arial, sans-serif;
  line-height: 1.8;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

h1 {
  text-align: center;
  margin-bottom: .5rem;
  font-size: 2rem;
}

h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

h3 {
  margin-bottom: .75rem;
  font-size: 1.25rem;
}

.subtitle {
  text-align: center;
  color: var(--secondary);
  margin-bottom: 2rem;
}

.back-link {
  color: var(--primary);
  margin-bottom: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.back-link:hover {
  text-decoration: underline;
}

.date-display {
  text-align: center;
  color: var(--secondary);
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.nav-cards {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  display: grid;
}

.nav-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  color: inherit;
  text-align: center;
  border-radius: 12px;
  padding: 1.5rem;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}

.nav-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px #0000001a;
}

.nav-icon {
  margin-bottom: .75rem;
  font-size: 2.5rem;
  display: block;
}

.nav-card h2 {
  margin: 0 0 .5rem;
  font-size: 1.25rem;
}

.nav-card p {
  color: var(--secondary);
  margin: 0;
  font-size: .9rem;
}

.form-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin: 1.5rem 0;
  padding: 1.5rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  margin-bottom: .5rem;
  font-weight: 500;
  display: block;
}

.form-group input, .form-group select {
  border: 1px solid var(--border);
  background: var(--background);
  width: 100%;
  color: var(--foreground);
  border-radius: 8px;
  padding: .75rem;
  font-size: 1rem;
}

.form-group input:focus, .form-group select:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px #f59e0b33;
}

.form-actions {
  gap: .75rem;
  margin-top: 1rem;
  display: flex;
}

.error-message {
  color: var(--danger);
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: .75rem;
}

.btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background .2s;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primary-hover);
}

.btn-secondary {
  background: var(--secondary);
  color: #fff;
}

.btn-secondary:hover {
  background: #475569;
}

.btn-danger {
  background: var(--danger);
  color: #fff;
}

.btn-danger:hover {
  background: #dc2626;
}

.btn-small {
  padding: .4rem .75rem;
  font-size: .85rem;
}

.menu-list {
  margin-top: 1.5rem;
}

.restaurant-group {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.restaurant-name {
  background: var(--primary);
  color: #fff;
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
}

.sandwich-list {
  padding: .5rem 0;
}

.sandwich-item {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.sandwich-item:last-child {
  border-bottom: none;
}

.sandwich-info {
  flex-direction: column;
  display: flex;
}

.sandwich-name {
  font-weight: 500;
}

.sandwich-price {
  color: var(--success);
  font-size: 1.1rem;
  font-weight: 600;
}

.sandwich-actions {
  gap: .5rem;
  display: flex;
}

.orders-list {
  margin-top: 1.5rem;
}

.person-group {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.person-name {
  color: #fff;
  background: #3b82f6;
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
}

.order-items {
  padding: .5rem 0;
}

.order-item {
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.order-item:last-child {
  border-bottom: none;
}

.order-info {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.order-sandwich {
  font-weight: 500;
}

.order-restaurant {
  color: var(--secondary);
  font-size: .9rem;
}

.order-price {
  font-size: .95rem;
}

.order-actions {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.qty-display {
  text-align: center;
  min-width: 2rem;
  font-weight: 600;
}

.date-selector {
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.date-selector input {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: .5rem;
  font-size: 1rem;
}

.total-card {
  background: linear-gradient(135deg, var(--primary), #f97316);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  margin: 1.5rem 0;
  padding: 2rem;
}

.total-card h2 {
  color: #fff;
  margin: 0 0 .5rem;
}

.total-amount {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
}

.summary-section {
  margin-top: 2rem;
}

.summary-group {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
}

.summary-group h3 {
  color: var(--primary);
  margin-top: 0;
}

.summary-table {
  border-collapse: collapse;
  width: 100%;
}

.summary-table th, .summary-table td {
  text-align: left;
  border-bottom: 1px solid var(--border);
  padding: .75rem;
}

.summary-table th {
  color: var(--secondary);
  font-weight: 600;
}

.summary-table tr:last-child td {
  border-bottom: none;
}

.subtotal-row {
  background: var(--background);
}

.subtotal-row td {
  border-top: 2px solid var(--border);
}

.delivery-row {
  color: #92400e;
  background: #fef3c7;
}

@media (prefers-color-scheme: dark) {
  .delivery-row {
    color: #fef3c7;
    background: #78350f;
  }
}

.person-subtotal-row {
  color: var(--secondary);
  font-size: .9rem;
}

.person-vat-row {
  color: #5b21b6;
  background: #ede9fe;
  font-size: .9rem;
}

.person-delivery-row {
  color: #92400e;
  background: #fef3c7;
  font-size: .9rem;
}

@media (prefers-color-scheme: dark) {
  .person-vat-row {
    color: #ede9fe;
    background: #4c1d95;
  }

  .person-delivery-row {
    color: #fef3c7;
    background: #78350f;
  }
}

.item-restaurant {
  color: var(--secondary);
  font-size: .85rem;
}

.totals-breakdown {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
  display: grid;
}

.breakdown-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  text-align: center;
  border-radius: 12px;
  padding: 1rem;
}

.breakdown-card h3 {
  color: var(--secondary);
  margin: 0 0 .5rem;
  font-size: .9rem;
}

.breakdown-amount {
  color: var(--primary);
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.settings-section {
  margin: 2rem 0;
}

.settings-section h2 {
  margin-bottom: 1rem;
}

.input-row {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.input-row input {
  flex: 1;
  max-width: 150px;
}

.currency-label {
  color: var(--secondary);
  font-weight: 500;
}

.restaurants-settings {
  gap: 1rem;
  display: grid;
}

.restaurant-setting {
  padding: 1rem 1.5rem;
}

.restaurant-setting .form-group {
  margin: 0;
}

.success-message {
  color: #166534;
  text-align: center;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: .75rem;
}

@media (prefers-color-scheme: dark) {
  .success-message {
    color: #dcfce7;
    background: #14532d;
    border-color: #166534;
  }
}

.empty-state {
  text-align: center;
  color: var(--secondary);
  background: var(--card-bg);
  border: 1px dashed var(--border);
  border-radius: 12px;
  margin: 1.5rem 0;
  padding: 3rem 1rem;
}

@media (max-width: 600px) {
  .container {
    padding: 1rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  .nav-cards {
    grid-template-columns: 1fr;
  }

  .sandwich-item, .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .sandwich-actions, .order-actions {
    margin-top: .5rem;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0f0ba101._.css.map*/