/* [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]/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #2c3e50;
  background: #f5f7fa;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

header {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px #0000001a;
}

header h1 {
  color: #2c3e50;
  font-size: 24px;
  font-weight: 600;
}

.empty-state {
  text-align: center;
  color: #6c757d;
  padding: 60px 20px;
}

.back-button {
  color: #2c3e50;
  cursor: pointer;
  background: #e9ecef;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: background .2s;
  display: inline-flex;
}

.back-button:hover {
  background: #dee2e6;
}

.order-type-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
  display: grid;
}

.order-type-card {
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 2px solid #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 8px #0000001a;
}

.order-type-card:hover {
  border-color: #28a745;
  transform: translateY(-4px);
  box-shadow: 0 4px 16px #00000026;
}

.order-type-icon {
  margin-bottom: 20px;
  font-size: 64px;
}

.order-type-title {
  color: #2c3e50;
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
}

.order-type-description {
  color: #6c757d;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.6;
}

.order-type-action {
  color: #28a745;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.btn {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  flex: 1;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.btn-secondary {
  color: #fff;
  background: #6c757d;
}

.btn-secondary:hover {
  background: #5a6268;
}

.btn-primary {
  color: #fff;
  background: #28a745;
}

.btn-primary:hover {
  background: #218838;
}

.btn-primary:disabled {
  cursor: not-allowed;
  background: #94d3a2;
}

@media (max-width: 768px) {
  .container {
    padding: 12px;
  }

  header {
    margin-bottom: 16px;
    padding: 16px;
  }

  header h1 {
    font-size: 20px;
  }

  .back-button {
    font-size: 13px;
  }

  .order-type-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .order-type-card {
    padding: 24px;
  }

  .order-type-icon {
    font-size: 48px;
  }

  .order-type-title {
    font-size: 20px;
  }

  .btn {
    padding: 12px 16px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 8px;
  }

  header {
    padding: 12px;
  }

  header h1 {
    font-size: 18px;
  }
}

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