/* [project]/apps/web/src/app/globals.css [app-client] (css) */
@font-face {
  font-family: Fraunces;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Fraunces-400-normal-latin.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Fraunces;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Fraunces-400-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+100-2AF, U+1E??, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Fraunces;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Fraunces-500-normal-latin.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Fraunces;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Fraunces-500-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+100-2AF, U+1E??, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Fraunces;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Fraunces-600-normal-latin.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Fraunces;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Fraunces-600-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+100-2AF, U+1E??, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Inter-400-normal-latin.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Inter-400-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+100-2AF, U+1E??, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Inter-500-normal-latin.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Inter-500-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+100-2AF, U+1E??, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Inter-600-normal-latin.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Inter-600-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+100-2AF, U+1E??, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #0b0e14;
  --ink-soft: #3c4250;
  --paper: #faf9f6;
  --surface: #fff;
  --accent: #2b5be3;
  --accent-hover: #1e47c2;
  --valid: #1a7f5a;
  --border: #e6e3dc;
  --warn-bg: #fbf3e4;
  --warn-ink: #9a5b00;
  --radius: 10px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: var(--font-display);
  text-wrap: balance;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 14px;
  font-weight: 600;
  line-height: 1.15;
}

h1 {
  font-size: clamp(34px, 5vw, 52px);
}

h2 {
  font-size: clamp(26px, 3.4vw, 34px);
}

h3 {
  font-size: 19px;
}

p {
  max-width: 68ch;
  margin: 10px 0;
}

a {
  color: var(--accent-hover);
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.wrap-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 72px 0;
}

.muted {
  color: var(--ink-soft);
}

.small {
  font-size: 13.5px;
}

.num {
  font-variant-numeric: tabular-nums;
}

.nav {
  z-index: 50;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  background: #faf9f6eb;
  position: sticky;
  top: 0;
}

.nav-inner {
  align-items: center;
  gap: 16px;
  height: 64px;
  display: flex;
}

.nav-logo {
  font-family: var(--font-display);
  color: var(--ink);
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
}

.logo-dot {
  color: var(--accent);
}

.logo-by {
  font-family: var(--font-body);
  color: var(--ink-soft);
  margin-left: 8px;
  font-size: .7rem;
  font-weight: 400;
}

.nav-links {
  gap: 22px;
  margin: 0 auto;
  display: flex;
}

.nav-links a {
  color: var(--ink-soft);
  white-space: nowrap;
  font-size: .92rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-right {
  align-items: center;
  gap: 10px;
  margin-left: auto;
  display: flex;
}

.nav-right > * {
  white-space: nowrap;
}

.lang-toggle {
  border: 1px solid var(--border);
  color: var(--ink-soft);
  background: var(--surface);
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.lang-toggle:hover {
  border-color: var(--ink-soft);
  color: var(--ink);
}

@media (max-width: 1320px) {
  .nav-right .nav-cta {
    display: none;
  }
}

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

@media (max-width: 560px) {
  .logo-by {
    display: none;
  }
}

.btn {
  font-family: var(--font-body);
  border-radius: var(--radius);
  cursor: pointer;
  border: 1px solid #0000;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

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

.btn-ghost {
  color: var(--ink);
  border-color: var(--border);
  background: none;
}

.btn-ghost:hover {
  border-color: var(--ink-soft);
}

.btn-sm {
  padding: 8px 16px;
  font-size: .88rem;
}

.btn-block {
  text-align: center;
  width: 100%;
  display: block;
}

.btn[aria-disabled="true"], .btn:disabled {
  background: var(--border);
  color: var(--ink-soft);
  cursor: not-allowed;
}

.grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
  display: grid;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  flex-direction: column;
  gap: 8px;
  padding: 22px;
  display: flex;
}

.card h3 {
  margin: 0;
}

.card .cat {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
}

.card-icon {
  font-size: 26px;
  line-height: 1;
}

.card-foot {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  display: flex;
}

.price {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.badge {
  letter-spacing: .07em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  color: var(--ink-soft);
  border-radius: 99px;
  width: fit-content;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.badge-sample {
  background: var(--warn-bg);
  color: var(--warn-ink);
  border-color: #0000;
}

.badge-built {
  color: var(--valid);
  border-color: currentColor;
}

.badge-type {
  color: var(--accent-hover);
  border-color: currentColor;
}

.note {
  background: var(--warn-bg);
  color: var(--warn-ink);
  border-radius: var(--radius);
  max-width: 68ch;
  padding: 12px 16px;
  font-size: 14px;
}

.counsel {
  color: var(--warn-ink);
  font-size: 13px;
}

.steps {
  counter-reset: step;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  display: grid;
}

.step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
}

.step:before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  color: var(--accent);
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.step h3 {
  font-size: 17px;
}

.step p {
  color: var(--ink-soft);
  margin-bottom: 0;
  font-size: 14.5px;
}

.tbl-wrap {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14.5px;
}

th {
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--ink-soft);
  text-align: left;
  border-bottom: 1px solid var(--border);
  padding: 12px 16px;
  font-size: 12px;
}

td {
  border-bottom: 1px solid var(--border);
  vertical-align: top;
  padding: 11px 16px;
}

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

td:first-child {
  white-space: nowrap;
  font-weight: 500;
}

.legal-doc section {
  margin-top: 26px;
  padding: 0;
}

.legal-doc section h2 {
  margin-bottom: 6px;
  font-size: 20px;
}

.co-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 20px;
  padding: 22px 24px;
}

.co-panel h2 {
  margin: 0 0 14px;
  font-size: 1.05rem;
}

.co-panel .field:last-child {
  margin-bottom: 0;
}

.detail-head {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  display: flex;
}

.detail-icon {
  font-size: 34px;
}

.pricebox {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  display: flex;
  position: sticky;
  top: 20px;
}

.pricebox .row {
  justify-content: space-between;
  gap: 12px;
  font-size: 14.5px;
  display: flex;
}

.pricebox .row strong {
  font-variant-numeric: tabular-nums;
}

.pricebox hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 4px 0;
}

.detail-cols {
  grid-template-columns: 1fr 320px;
  align-items: start;
  gap: 32px;
  display: grid;
}

@media (max-width: 860px) {
  .detail-cols {
    grid-template-columns: 1fr;
  }

  .pricebox {
    position: static;
  }
}

.aud-list {
  flex-direction: column;
  gap: 6px;
  padding: 0;
  font-size: 15px;
  list-style: none;
  display: flex;
}

.wizard-cols {
  grid-template-columns: 1fr 340px;
  align-items: start;
  gap: 32px;
  display: grid;
}

@media (max-width: 860px) {
  .wizard-cols {
    grid-template-columns: 1fr;
  }
}

.field {
  margin-bottom: 26px;
}

.field > label, .field > .field-label {
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}

textarea {
  width: 100%;
  min-height: 110px;
  font-family: var(--font-body);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  resize: vertical;
  padding: 12px;
  font-size: 15px;
}

textarea:focus, .choice:focus-within {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

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

.choice {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 14.5px;
  display: flex;
}

.choice:has(input:checked) {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent);
}

.choice .cost {
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
}

.est-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  flex-direction: column;
  gap: 8px;
  padding: 22px;
  display: flex;
  position: sticky;
  top: 20px;
}

.est-panel .row {
  justify-content: space-between;
  gap: 12px;
  font-size: 14.5px;
  display: flex;
}

.est-panel .row strong {
  font-variant-numeric: tabular-nums;
}

.est-panel hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 4px 0;
}

.est-empty {
  color: var(--ink-soft);
  font-size: 14.5px;
}

footer.site {
  background: var(--ink);
  color: #b8becd;
  margin-top: 0;
  padding: 56px 0 40px;
  font-size: 15px;
}

footer.site .wrap {
  max-width: 1120px;
}

footer.site .nav-logo {
  color: var(--paper);
}

.footer-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
  display: flex;
}

.footer-small {
  margin: 6px 0 0;
  font-size: .85rem;
}

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

.footer-links a {
  color: #b8becd;
  font-size: .88rem;
  text-decoration: none;
}

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

.footer-legal {
  color: #7c8496;
  border-top: 1px solid #262c3a;
  max-width: none;
  margin: 0;
  padding-top: 24px;
  font-size: .78rem;
}

.tabs {
  border-bottom: 1px solid var(--border);
  scrollbar-width: none;
  gap: 2px;
  margin: 22px 0 20px;
  display: flex;
  overflow-x: auto;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tab {
  font-family: var(--font-body);
  color: var(--ink-soft);
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 0;
  border-bottom: 2px solid #0000;
  margin-bottom: -1px;
  padding: 10px 14px;
  font-size: 14.5px;
  font-weight: 600;
}

.tab:hover {
  color: var(--ink);
}

.tab[aria-selected="true"] {
  color: var(--accent-hover);
  border-bottom-color: var(--accent);
}

.tab:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
  border-radius: 6px;
}

.detail-stack {
  gap: 18px;
  max-width: 680px;
  display: grid;
}

.detail-stack .card {
  gap: 10px;
}

.detail-stack .row {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  display: flex;
}

.idea-tools {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}

.idea-tools .lang-toggle {
  cursor: pointer;
}

.idea-tools .btn {
  padding: 8px 14px;
  font-size: 14px;
}

.lang-toggle.hint {
  border-color: var(--accent);
  color: var(--accent-hover);
  background: #eef3ff;
}

.detail-layout {
  grid-template-columns: minmax(0, 680px) minmax(300px, 1fr);
  align-items: start;
  gap: 32px;
  display: grid;
}

.phone-aside {
  order: 2;
  justify-items: center;
  gap: 12px;
  display: grid;
  position: sticky;
  top: 24px;
}

.phone {
  --phone-scale: .815;
  background: var(--ink);
  border-radius: 46px;
  width: 342px;
  height: 728px;
  padding: 12px;
  position: relative;
  box-shadow: 0 30px 60px -20px #0b0e1473, inset 0 0 0 2px #2a2f3a;
}

.phone-screen {
  background: #fff;
  border-radius: 36px;
  width: 318px;
  height: 688px;
  position: relative;
  overflow: hidden;
}

.phone-iframe {
  width: 390px;
  height: 844px;
  transform: scale(var(--phone-scale));
  transform-origin: 0 0;
  background: #fff;
  border: 0;
  display: block;
}

.phone-island {
  background: var(--ink);
  z-index: 2;
  border-radius: 99px;
  width: 100px;
  height: 28px;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.phone-home {
  z-index: 2;
  background: #0b0e1459;
  border-radius: 99px;
  width: 120px;
  height: 5px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.phone-empty {
  text-align: center;
  height: 100%;
  color: var(--ink-soft);
  background: var(--paper);
  align-content: center;
  place-items: center;
  gap: 14px;
  padding: 32px;
  font-size: 14px;
  display: grid;
}

.phone-empty p {
  max-width: 22ch;
  margin: 0;
}

.phone-empty-dot {
  background: var(--accent);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: 1.6s ease-in-out infinite phone-pulse;
}

@keyframes phone-pulse {
  0%, 100% {
    opacity: .35;
    transform: scale(.85);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.phone-caption {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 342px;
  display: flex;
}

.phone-actions {
  gap: 6px;
  display: flex;
}

.phone-actions .lang-toggle {
  cursor: pointer;
}

@media (max-width: 1040px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .phone-aside {
    display: none;
  }
}

.device-stage {
  background: #f4f5f7;
  border-radius: 16px;
  justify-content: center;
  padding: 32px 0 40px;
  display: flex;
}

@media (prefers-color-scheme: dark) {
  .device-stage {
    background: #14161a;
  }
}

.device {
  aspect-ratio: 390 / 844;
  background: padding-box padding-box, linear-gradient(155deg, #737b86 0%, #1f2226 20% 80%, #868f9c 100%) border-box;
  border: 12px solid #0000;
  border-radius: 56px;
  width: 390px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px -20px #10182873, 0 0 0 1px #ffffff1f;
}

.device:before {
  content: "";
  z-index: 2;
  background: #0b0b0d;
  border-radius: 99px;
  width: 104px;
  height: 30px;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
}

.device iframe {
  background: #fff;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 460px) {
  .device-stage {
    padding: 16px 0 20px;
  }

  .device {
    border-width: 9px;
    border-radius: 44px;
  }

  .device:before {
    width: 88px;
    height: 25px;
    top: 9px;
  }
}

/*# sourceMappingURL=apps_web_src_app_globals_1wvyn-h.css.map*/