/* [project]/apps/web/src/app/[locale]/start/start.module.css [app-client] (css) */
.start-module__qYUrWa__entry {
  --entry-ink: #0b2029;
  --entry-paper: #f7f8f3;
  --entry-lime: #d9f779;
  background: var(--entry-paper);
  min-height: 100svh;
  color: var(--entry-ink);
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  font-family: Arial, Segoe UI, sans-serif;
}

body:has(.start-module__qYUrWa__entry) [data-testid="telemetry-consent-banner"] > div {
  background: #0b2029;
  border-color: #60757d;
  border-radius: 4px;
}

body:has(.start-module__qYUrWa__entry) [data-testid="telemetry-consent-banner"] button {
  color: #0b2029;
  background: #d9f779;
  border-radius: 4px;
  min-height: 44px;
  font-weight: 600;
}

body:has(.start-module__qYUrWa__entry) [data-testid="telemetry-consent-banner"] button:hover {
  background: #e7ffa2;
}

body:has(.start-module__qYUrWa__entry) [data-testid="telemetry-consent-banner"] button:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #d9f779;
}

.start-module__qYUrWa__shell {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.start-module__qYUrWa__topbar {
  border-bottom: 1px solid #bdc8c6;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 28px;
  display: flex;
}

.start-module__qYUrWa__wordmark {
  letter-spacing: -.065em;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.start-module__qYUrWa__wordmark span {
  background: var(--entry-ink);
  width: .14em;
  height: .14em;
  margin-left: .045em;
  display: inline-block;
}

.start-module__qYUrWa__backLink {
  text-underline-offset: 5px;
  text-align: end;
  font-size: .85rem;
  text-decoration: underline;
}

.start-module__qYUrWa__hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  align-items: center;
  gap: clamp(28px, 6vw, 84px);
  padding-block: 60px;
  display: grid;
}

.start-module__qYUrWa__eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #4a5d62;
  margin-bottom: 24px;
  font-size: .75rem;
}

.start-module__qYUrWa__hero h1 {
  letter-spacing: -.045em;
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 3.7rem);
  font-weight: 500;
  line-height: 1.08;
}

.start-module__qYUrWa__description {
  color: #4a5d62;
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.75;
}

.start-module__qYUrWa__context {
  background: var(--entry-ink);
  color: #f7f8f3;
  border-top: 4px solid var(--entry-lime);
  padding: 30px;
}

.start-module__qYUrWa__context strong {
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.35;
  display: block;
}

.start-module__qYUrWa__context p {
  color: #c1d0d2;
  margin-block: 18px;
  font-size: .875rem;
  line-height: 1.65;
}

.start-module__qYUrWa__context p.start-module__qYUrWa__contextLabel {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 14px;
  font-size: .75rem;
}

.start-module__qYUrWa__authLinks {
  flex-direction: column;
  align-items: start;
  gap: 18px;
  margin-top: 28px;
  font-size: .8rem;
  display: flex;
}

.start-module__qYUrWa__authLinks a {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.start-module__qYUrWa__authLinks a.start-module__qYUrWa__loginLink {
  background: var(--entry-lime);
  color: var(--entry-ink);
  border-radius: 4px;
  padding: 13px 18px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.start-module__qYUrWa__forms {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  align-items: start;
  gap: clamp(28px, 6vw, 84px);
  padding-bottom: 64px;
  display: grid;
}

.start-module__qYUrWa__singleForm {
  max-width: 780px;
  padding-bottom: 64px;
}

.start-module__qYUrWa__registration {
  border-top: 2px solid var(--entry-ink);
  padding-top: 28px;
}

.start-module__qYUrWa__entry h2 {
  letter-spacing: -.025em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}

.start-module__qYUrWa__entry .text-muted-foreground {
  color: #4a5d62;
  line-height: 1.65;
}

.start-module__qYUrWa__entry label {
  color: var(--entry-ink);
  line-height: 1.5;
}

.start-module__qYUrWa__field {
  width: 100%;
  min-height: 46px;
  color: var(--entry-ink);
  font: inherit;
  background: #fff;
  border: 1px solid #8c9e9f;
  border-radius: 4px;
  margin-top: 8px;
  padding: 10px 12px;
  font-size: .95rem;
  display: block;
}

.start-module__qYUrWa__entry :focus-visible {
  outline-offset: 3px;
  outline: 3px solid #126acc;
}

.start-module__qYUrWa__context :focus-visible {
  outline-color: var(--entry-lime);
}

.start-module__qYUrWa__context .start-module__qYUrWa__loginLink:focus-visible {
  outline-offset: 5px;
}

.start-module__qYUrWa__entry button[type="submit"] {
  background: var(--entry-ink);
  color: #fff;
  white-space: normal;
  border-radius: 4px;
  height: auto;
  min-height: 48px;
  padding: 12px 22px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.45;
}

.start-module__qYUrWa__entry button[type="submit"]:hover {
  background: #29464f;
}

.start-module__qYUrWa__inquiry {
  border-block: 1px solid #8c9e9f;
}

.start-module__qYUrWa__inquiry summary {
  cursor: pointer;
  padding: 26px 40px 26px 0;
  list-style: none;
  position: relative;
}

.start-module__qYUrWa__inquiry summary::-webkit-details-marker {
  display: none;
}

.start-module__qYUrWa__inquiry summary > span:first-child {
  color: #4a5d62;
  margin-bottom: 10px;
  font-size: .75rem;
  display: block;
}

.start-module__qYUrWa__expand {
  background: var(--entry-lime);
  text-align: center;
  width: 28px;
  height: 28px;
  font-size: 1.3rem;
  line-height: 28px;
  position: absolute;
  top: 30px;
  right: 0;
}

.start-module__qYUrWa__inquiry[open] .start-module__qYUrWa__expand {
  transform: rotate(45deg);
}

.start-module__qYUrWa__inquiryBody {
  padding-bottom: 30px;
}

.start-module__qYUrWa__footer {
  color: #4a5d62;
  border-top: 1px solid #bdc8c6;
  justify-content: space-between;
  gap: 30px;
  padding-block: 28px;
  font-size: .8rem;
  line-height: 1.65;
  display: flex;
}

.start-module__qYUrWa__footer > span {
  color: var(--entry-ink);
  white-space: nowrap;
  font-weight: 700;
}

.start-module__qYUrWa__footer p {
  max-width: 650px;
  margin: 0;
}

@media (max-width: 800px) {
  .start-module__qYUrWa__hero, .start-module__qYUrWa__forms {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .start-module__qYUrWa__hero {
    padding-block: 36px;
  }

  .start-module__qYUrWa__hero h1 {
    max-width: 22ch;
  }

  .start-module__qYUrWa__context {
    padding: 24px;
  }

  .start-module__qYUrWa__forms {
    padding-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .start-module__qYUrWa__shell {
    width: calc(100% - 32px);
  }

  .start-module__qYUrWa__topbar {
    flex-wrap: wrap;
    padding-block: 22px;
  }

  .start-module__qYUrWa__wordmark {
    font-size: 1.8rem;
  }

  .start-module__qYUrWa__footer {
    flex-direction: column;
    gap: 12px;
  }
}

/*# sourceMappingURL=apps_web_src_app_%5Blocale%5D_start_start_module_0fcb35l.css.map*/