/* [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.06d3mdzz5bre_.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.11.cyxs5p-0z~.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.16t1db8_9y2o~.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.0q3udbd2bu5yp.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.0gw~uztddq1df.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.0.q-h669a_dqa.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) */
:root {
  --bg: #0b1020;
  --card: #131a31;
  --text: #edf1ff;
  --muted: #b6bed8;
  --accent: #ff8c42;
  --line: #ffffff1f;
}

* {
  box-sizing: border-box;
}

html, body {
  background: var(--bg);
  color: var(--text);
  margin: 0;
  padding: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

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

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.site-header {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  background: #0b1020d6;
  position: sticky;
  top: 0;
}

.nav-row {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  display: flex;
}

.brand {
  letter-spacing: .03em;
  font-size: 1.25rem;
  font-weight: 900;
}

.main-nav {
  gap: 18px;
  display: flex;
}

.main-nav a {
  opacity: .92;
}

.main-nav a:hover {
  opacity: 1;
}

.nav-actions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.lang-select {
  border: 1px solid var(--line);
  color: #fff;
  background: #141c37;
  border-radius: 10px;
  padding: 8px;
}

.btn {
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 700;
  display: inline-block;
}

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

.btn-ghost {
  border: 1px solid var(--line);
}

main {
  min-height: 70vh;
}

.section {
  padding: 48px 0;
}

.hero {
  background: radial-gradient(1100px 450px at 20% -10%, #ff8c4259, #0000 60%), radial-gradient(900px 500px at 90% 0, #6366f147, #0000 60%);
  padding: 64px 0;
}

.hero-grid {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 24px;
  display: grid;
}

.hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.hero p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}

.kpis {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

.kpis .card strong {
  font-size: 1.2rem;
  display: block;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  display: grid;
}

.gallery img, .cover {
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.menu-block {
  margin-bottom: 20px;
}

.menu-block h2 {
  margin: 0 0 10px;
}

.menu-list {
  gap: 10px;
  display: grid;
}

.menu-item {
  border: 1px solid var(--line);
  background: #ffffff05;
  border-radius: 14px;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.menu-item h3 {
  margin: 0 0 6px;
}

.menu-item p {
  color: var(--muted);
  margin: 0;
}

.tags {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  display: flex;
}

.tag {
  background: #ff8c4229;
  border: 1px solid #ff8c4280;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: .75rem;
}

.cta-row {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #0c1225;
  margin-top: 24px;
  padding: 32px 0 42px;
}

.footer-grid {
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 16px;
  display: grid;
}

.site-footer h4, .site-footer h5 {
  margin: 0 0 8px;
}

.site-footer p, .site-footer li {
  color: var(--muted);
}

.site-footer ul {
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.note {
  color: var(--muted);
  font-size: .95rem;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero-grid, .grid-3, .grid-2, .footer-grid, .kpis {
    grid-template-columns: 1fr;
  }
}

.brand {
  align-items: center;
  gap: 8px;
  display: flex;
}

.brand-logo {
  border: 1px solid var(--line);
  background: #111a33;
  border-radius: 8px;
  width: 150px;
  height: auto;
  display: block;
}

.lang-pills {
  border: 1px solid var(--line);
  background: #141c37;
  border-radius: 999px;
  gap: 6px;
  padding: 4px;
  display: flex;
}

.lang-pill {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 999px;
  width: 32px;
  height: 32px;
}

.lang-pill.active {
  background: #202b52;
  border-color: #ffffff38;
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
  }

  .nav-row {
    min-height: 62px;
  }

  .brand-logo {
    width: 120px;
  }

  .nav-actions .btn {
    display: none;
  }
}

.order-builder-block {
  border: 1px solid var(--line);
  background: #ffffff05;
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 12px;
}

.builder-grid {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.builder-grid select, .builder-grid input {
  border: 1px solid var(--line);
  color: #fff;
  background: #121a35;
  border-radius: 10px;
  padding: 11px;
}

.builder-actions {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  display: flex;
}

.qty-wrap {
  align-items: center;
  gap: 8px;
  display: flex;
}

.qty-btn {
  border: 1px solid var(--line);
  color: #fff;
  background: #1b2447;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  font-size: 18px;
}

.qty-value {
  text-align: center;
  min-width: 24px;
  font-weight: 700;
}

.extras-wrap {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}

.extra-chip {
  border: 1px solid var(--line);
  color: #fff;
  background: #151f3f;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .88rem;
}

.extra-chip.active {
  color: #171717;
  background: #ff8c42;
  border-color: #ff8c42;
}

.order-summary .send-btn {
  width: 100%;
  padding: 13px;
  font-size: 1rem;
}

@media (max-width: 980px) {
  .builder-grid {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: sticky;
    bottom: 0;
  }
}

body {
  transition: opacity .32s;
}

body.lang-fade-out {
  opacity: .45;
}

body.lang-fade-out .site-header {
  opacity: .9;
}

.hero-taco h1, .hero-taco p {
  text-shadow: 0 2px 14px #0000006b;
}

.hero-taco .btn {
  box-shadow: 0 8px 28px #00000040;
}

@media (max-width: 980px) {
  .staff-grid {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static !important;
  }

  .send-btn {
    width: 100%;
    position: sticky;
    bottom: 8px;
  }
}

.staff-topbar {
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
}

.hamburger {
  border: 1px solid var(--line);
  color: #fff;
  background: #151f3f;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.staff-grid {
  grid-template-columns: 1.45fr 1fr;
  gap: 14px;
  display: grid;
}

.staff-drawer {
  border-right: 1px solid var(--line);
  z-index: 60;
  background: #0f1734;
  width: 300px;
  height: 100%;
  padding: 14px;
  transition: left .25s;
  position: fixed;
  top: 0;
  left: -320px;
}

.staff-drawer.open {
  left: 0;
}

.drawer-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.drawer-link {
  text-align: left;
  color: #fff;
  border: 1px solid var(--line);
  background: #151f3f;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px;
}

.drawer-link.active {
  background: #22346f;
}

.badge {
  color: #111;
  background: #ff8c42;
  border-radius: 999px;
  place-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 8px;
  padding: 0 6px;
  font-weight: 700;
  display: inline-grid;
}

.drawer-backdrop {
  z-index: 50;
  background: #00000061;
  position: fixed;
  inset: 0;
}

@media (max-width: 980px) {
  .staff-grid {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static !important;
  }

  .send-btn {
    width: 100%;
    position: sticky;
    bottom: 8px;
  }
}

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