/* [project]/src/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .hidden {
    display: none;
  }
}

:root {
  --bg: #071018;
  --surface: #0d1924;
  --surface-2: #122231;
  --text: #f3f7f8;
  --muted: #9fb0bc;
  --line: #213342;
  --accent: #3dd6c6;
  --accent-2: #8cf1e6;
  --ok: #54d68b;
  --danger: #ff796f;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

button, input, select {
  font: inherit;
}

.container {
  width: min(1160px, 100% - 40px);
  margin: auto;
}

.skip {
  position: absolute;
  left: -9999px;
}

.skip:focus {
  color: #000;
  z-index: 99;
  background: #fff;
  padding: .6rem;
  top: 1rem;
  left: 1rem;
}

.header {
  z-index: 50;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  background: #071018e6;
  position: sticky;
  top: 0;
}

.nav {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 74px;
  display: flex;
}

.brand {
  letter-spacing: -.03em;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  display: flex;
}

.mark {
  border: 2px solid var(--accent);
  width: 28px;
  height: 32px;
  color: var(--accent);
  border-radius: 10px 10px 14px 14px;
  place-items: center;
  font-size: 12px;
  display: grid;
}

.links {
  color: var(--muted);
  align-items: center;
  gap: 25px;
  font-size: 14px;
  display: flex;
}

.button {
  background: var(--accent);
  color: #041310;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-weight: 800;
  display: inline-flex;
}

.button:hover {
  background: var(--accent-2);
}

.button.secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: none;
}

.hero {
  background: radial-gradient(circle at 76% 22%, #3dd6c61f, #0000 32%);
  padding: 92px 0 74px;
}

.hero-grid {
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 70px;
  display: grid;
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 800;
  display: inline-block;
}

.hero h1 {
  letter-spacing: -.055em;
  max-width: 820px;
  margin: 18px 0 22px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.03;
}

.lead {
  color: var(--muted);
  max-width: 690px;
  font-size: 19px;
}

.actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  display: flex;
}

.trust {
  color: var(--muted);
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  font-size: 13px;
  display: flex;
}

.visual {
  background: linear-gradient(145deg,var(--surface-2),var(--surface));
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 30px 80px #0007;
}

.visual-top {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.status {
  color: var(--ok);
}

.metric {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.metric:last-child {
  border: 0;
}

.metric b {
  font-size: 25px;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: var(--surface);
}

.section-head {
  max-width: 700px;
  margin-bottom: 38px;
}

.section h2 {
  letter-spacing: -.04em;
  margin: 8px 0 14px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.1;
}

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

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
}

.alt .card {
  background: var(--bg);
}

.card.recommended {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

.badge {
  background: var(--accent);
  color: #041310;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  position: absolute;
  top: 16px;
  right: 16px;
}

.price {
  letter-spacing: -.04em;
  font-size: 40px;
  font-weight: 900;
}

.price small {
  color: var(--muted);
  font-size: 13px;
  font-weight: normal;
}

.features {
  padding: 0;
  list-style: none;
}

.features li {
  color: #c9d5db;
  padding: 8px 0;
}

.features li:before {
  content: "✓";
  color: var(--accent);
  margin-right: 9px;
}

.steps {
  counter-reset: step;
}

.step {
  gap: 18px;
  display: flex;
}

.step:before {
  counter-increment: step;
  content: counter(step);
  background: var(--accent);
  color: #041310;
  border-radius: 50%;
  place-items: center;
  min-width: 42px;
  height: 42px;
  font-weight: 900;
  display: grid;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 750;
}

.cta {
  background: var(--accent);
  color: #041310;
  text-align: center;
  border-radius: 26px;
  padding: 52px;
}

.cta h2 {
  margin-top: 0;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 52px 0;
}

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

.footer a {
  color: var(--muted);
  margin: 7px 0;
  display: block;
}

.form {
  max-width: 700px;
}

.field {
  gap: 7px;
  margin-bottom: 16px;
  display: grid;
}

.field input, .field select {
  background: var(--surface);
  width: 100%;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
}

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

.notice {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 12px;
  padding: 16px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 12px;
  font-size: 14px;
}

.article {
  max-width: 760px;
}

.article h2 {
  margin-top: 42px;
  font-size: 30px;
}

.article p, .article li {
  color: #c9d5db;
}

.mobile-nav {
  display: none;
}

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

  .mobile-nav {
    display: block;
  }

  .hero {
    padding-top: 60px;
  }

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

  .visual {
    margin-top: 10px;
  }

  .two {
    grid-template-columns: 1fr;
  }

  .cta {
    padding: 34px 22px;
  }

  .container {
    width: min(100% - 28px, 1160px);
  }

  .section {
    padding: 64px 0;
  }
}

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

.check > span {
  overflow-wrap: anywhere;
  min-width: 0;
}

.check > span a {
  word-break: break-word;
}

.mobile-nav {
  position: relative;
}

.mobile-nav summary {
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
}

.mobile-nav > div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  min-width: 220px;
  padding: 14px;
  position: absolute;
  top: 48px;
  right: 0;
  box-shadow: 0 20px 50px #0009;
}

.mobile-nav a {
  padding: 9px;
  display: block;
}

.mobile-nav .button {
  margin-top: 8px;
}

.desktop-cta {
  white-space: nowrap;
}

@media (max-width: 850px) {
  .desktop-cta {
    display: none;
  }

  .nav {
    height: 68px;
  }

  .brand {
    font-size: 14px;
  }

  .mark {
    width: 25px;
    height: 29px;
  }
}

.check {
  color: #c9d5db;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  display: flex;
}

.check input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

textarea {
  font: inherit;
}

.field textarea {
  resize: vertical;
  background: var(--surface);
  width: 100%;
  min-height: 90px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
}

.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible, .button:focus-visible, a:focus-visible {
  outline: 3px solid var(--accent-2);
  outline-offset: 3px;
}

.check {
  color: #c9d5db;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  margin-top: 16px;
  display: flex;
}

.check input {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.check a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.check a, .article a, .account a:not(.button) {
  color: var(--accent);
  text-underline-offset: 3px;
  text-decoration: underline;
}

.account section {
  margin-top: 48px;
  scroll-margin-top: 95px;
}

.account h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.account-nav {
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
  display: flex;
}

.account-nav a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  text-decoration: none;
}

.account-block {
  margin-top: 18px;
}

.form-wide {
  max-width: none;
}

.table-wrap {
  margin-top: 18px;
  overflow-x: auto;
}

.token {
  border: 1px dashed var(--accent);
  border-radius: 12px;
  gap: 4px;
  max-width: 430px;
  margin-top: 20px;
  padding: 16px;
  display: grid;
}

.token b {
  letter-spacing: .1em;
  font-size: 24px;
}

.button.danger {
  background: var(--danger);
  color: #220705;
}

.button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.notice.success {
  border-color: var(--ok);
}

.notice.error, .error-text {
  color: var(--danger);
}

.legal h2 {
  margin-top: 36px;
}

.legal li {
  margin-bottom: 8px;
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/