/* [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) */
:root {
  --background: #fafafa;
  --foreground: #171717;
  --primary: #eb8a4a;
  --primary-hover: #d97835;
  --secondary: #f3f4f6;
  --secondary-hover: #e5e7eb;
  --border: #e5e7eb;
  --muted: #6b7280;
  --success: #10b981;
  --danger: #ef4444;
  --danger-hover: #dc2626;
  --card-bg: #fff;
  --radius: 8px;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  color: var(--foreground);
  background: var(--background);
  font-family: var(--font-geist-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.header {
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
  padding: 16px 0;
}

.header-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
}

.btn {
  border-radius: var(--radius);
  cursor: pointer;
  border: none;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

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

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

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

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

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

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

.btn-outline {
  border: 1px solid var(--border);
  color: var(--foreground);
  background: none;
}

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

.btn-sm {
  padding: 6px 12px;
  font-size: 13px;
}

.btn-text-danger {
  color: var(--danger);
  background: none;
}

.btn-text-danger:hover {
  background: #ef44441a;
}

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

.page-title {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
}

.page-description {
  color: var(--muted);
  margin-bottom: 32px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.form-input, .form-textarea, .form-select {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card-bg);
  width: 100%;
  color: var(--foreground);
  padding: 10px 14px;
  font-size: 14px;
  transition: border-color .2s;
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--primary);
  outline: none;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

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

.form-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}

.grid {
  gap: 20px;
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .grid-cols-2, .grid-cols-3 {
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.flex-center {
  align-items: center;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-6 {
  margin-top: 24px;
}

.mb-4 {
  margin-bottom: 16px;
}

.text-muted {
  color: var(--muted);
}

.text-sm {
  font-size: 13px;
}

.text-success {
  color: var(--success);
}

.badge {
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

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

.badge-secondary {
  background: var(--secondary);
  color: var(--foreground);
}

.empty-state {
  text-align: center;
  color: var(--muted);
  padding: 60px 20px;
}

.empty-state h3 {
  color: var(--foreground);
  margin-bottom: 8px;
  font-size: 18px;
}

.filter-bar {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  display: flex;
}

.filter-bar .form-input, .filter-bar .form-select {
  width: auto;
  min-width: 200px;
}

.form-card {
  transition: box-shadow .2s;
}

.form-card:hover {
  box-shadow: 0 4px 12px #0000001a;
}

.form-card-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.form-card-description {
  color: var(--muted);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
}

.form-card-meta {
  border-top: 1px solid var(--border);
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  font-size: 13px;
  display: flex;
}

.field-item {
  background: var(--secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  padding: 16px;
}

.field-item-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.field-type-badge {
  text-transform: uppercase;
  letter-spacing: .5px;
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 11px;
}

.share-link-box {
  background: var(--secondary);
  border-radius: var(--radius);
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  display: flex;
}

.share-link-box input {
  flex: 1;
}

.submission-item {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

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

.submission-header {
  justify-content: space-between;
  margin-bottom: 12px;
  display: flex;
}

.submission-data {
  gap: 8px;
  display: grid;
}

.submission-field {
  gap: 8px;
  display: flex;
}

.submission-field-label {
  min-width: 120px;
  font-weight: 500;
}

.submission-field-value {
  color: var(--muted);
}

.success-message {
  text-align: center;
  padding: 60px 20px;
}

.success-message .icon {
  background: var(--success);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  font-size: 32px;
  display: flex;
}

.success-message h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.success-message p {
  color: var(--muted);
}

.footer {
  border-top: 1px solid var(--border);
  margin-top: 64px;
  padding: 24px 0;
}

.footer-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.footer-copyright {
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  gap: 24px;
  display: flex;
}

.footer-links a {
  color: var(--muted);
  font-size: 13px;
  transition: color .2s;
}

.footer-links a:hover {
  color: var(--primary);
}

@media (max-width: 640px) {
  .footer-content {
    text-align: center;
    flex-direction: column;
  }
}

.detail-stat-card {
  text-align: center;
}

.detail-stat-label {
  color: var(--muted);
  margin-bottom: 8px;
  font-size: 13px;
}

.detail-stat-value {
  color: var(--primary);
  font-size: 28px;
  font-weight: 700;
}

.field-list {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.field-list-item {
  background: var(--secondary);
  border-radius: var(--radius);
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.field-list-index {
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.field-list-content {
  flex: 1;
  align-items: center;
  gap: 12px;
  display: flex;
}

.field-list-label {
  font-weight: 500;
}

.field-list-type {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
}

.text-center {
  text-align: center;
}

.form-card-link {
  cursor: pointer;
  display: block;
}

.form-card-link:hover .form-card {
  box-shadow: 0 4px 12px #0000001a;
}

.image-upload-container {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.form-input-file {
  border: 2px dashed var(--border);
  border-radius: var(--radius);
  background: var(--secondary);
  width: 100%;
  color: var(--foreground);
  cursor: pointer;
  padding: 10px 14px;
  font-size: 14px;
  transition: border-color .2s;
}

.form-input-file:hover {
  border-color: var(--primary);
}

.form-input-file:focus {
  border-color: var(--primary);
  outline: none;
}

.image-preview {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  width: 100%;
  max-width: 300px;
  overflow: hidden;
}

.image-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.submission-image {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  max-width: 200px;
  overflow: hidden;
}

.submission-image img {
  width: 100%;
  height: auto;
  display: block;
}

.header-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.header-user {
  border-left: 1px solid var(--border);
  align-items: center;
  gap: 12px;
  margin-left: 8px;
  padding-left: 16px;
  display: flex;
}

.header-user-name {
  color: var(--foreground);
  font-size: 14px;
  font-weight: 500;
}

.auth-page {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 24px;
  display: flex;
}

.auth-container {
  width: 100%;
  max-width: 400px;
}

.auth-header {
  text-align: center;
  margin-bottom: 32px;
}

.auth-header .logo {
  margin-bottom: 24px;
  display: inline-block;
}

.auth-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}

.auth-description {
  color: var(--muted);
  font-size: 14px;
}

.auth-form {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}

.auth-error {
  color: var(--danger);
  border-radius: var(--radius);
  background: #ef44441a;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 14px;
}

.auth-submit {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.auth-footer {
  text-align: center;
  color: var(--muted);
  margin-top: 24px;
  font-size: 14px;
}

.auth-link {
  color: var(--primary);
  font-weight: 500;
}

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

@media (max-width: 640px) {
  .header-actions {
    gap: 8px;
  }

  .header-user {
    margin-left: 4px;
    padding-left: 8px;
  }

  .header-user-name {
    display: none;
  }
}

.landing {
  min-height: calc(100vh - 200px);
}

.hero {
  text-align: center;
  padding: 80px 0;
}

.hero-title {
  color: var(--foreground);
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-description {
  color: var(--muted);
  max-width: 500px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  justify-content: center;
  gap: 16px;
  display: flex;
}

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

.features {
  background: var(--secondary);
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 700;
}

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

.feature-icon {
  margin-bottom: 16px;
  font-size: 40px;
}

.feature-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.feature-description {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .hero {
    padding: 48px 0;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .features {
    padding: 48px 0;
  }

  .section-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}

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