/* [project]/apps/web/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --spacing: .25rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--lg-font);
    --default-mono-font-family: var(--lg-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;
  }

  html {
    scroll-behavior: smooth;
  }

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

  html {
    background: var(--lg-ground);
    color: var(--lg-ink);
    font-family: var(--lg-font);
    font-feature-settings: "calt", "liga", "cv11";
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
  }

  body {
    min-height: 100dvh;
    font-size: var(--lg-body);
    margin: 0;
    line-height: 1.5;
  }

  ::selection {
    background: rgb(var(--lg-ink-rgb) / .14);
  }

  * {
    -webkit-tap-highlight-color: transparent;
  }

  :focus:not(:focus-visible) {
    outline: none;
  }

  :focus-visible {
    outline: 1.5px solid var(--lg-ink);
    outline-offset: 2px;
  }

  input, textarea, select {
    caret-color: var(--lg-ink);
    accent-color: var(--lg-ink);
  }

  a {
    color: inherit;
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  button {
    font: inherit;
  }
}

@layer components {
  .lg {
    --lg-lens: initial;
    isolation: isolate;
    border-radius: var(--r, var(--lg-r-3));
    color: var(--lg-ink);
    box-shadow: inset 0 0 0 .5px var(--lg-edge), var(--lg-shadow-rest);
    position: relative;
  }

  .lg:after {
    content: "";
    z-index: -1;
    border-radius: inherit;
    background: var(--lg-surface);
    -webkit-backdrop-filter: var(--lg-lens, ) blur(var(--lg-blur)) saturate(var(--lg-sat));
    backdrop-filter: var(--lg-lens, ) blur(var(--lg-blur)) saturate(var(--lg-sat));
    transition: background var(--lg-t) var(--lg-ease-out);
    position: absolute;
    inset: 0;
  }

  .lg:before {
    content: "";
    z-index: 1;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(180deg, var(--lg-spec-top) 0%, transparent 30%, transparent 70%, var(--lg-spec-bottom) 100%);
    -webkit-mask-composite: xor;
    padding: 1px;
    position: absolute;
    inset: 0;
    -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
    mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
    -webkit-mask-position: 0 0, 0 0;
    mask-position: 0 0, 0 0;
    -webkit-mask-size: auto, auto;
    mask-size: auto, auto;
    -webkit-mask-repeat: repeat, repeat;
    mask-repeat: repeat, repeat;
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-origin: content-box, border-box;
    mask-origin: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-source-type: auto, auto;
    mask-mode: match-source, match-source;
  }

  .lg-float {
    box-shadow: inset 0 0 0 .5px var(--lg-edge), var(--lg-shadow-float);
  }

  .lg-sheet {
    --r: var(--lg-r-4);
    box-shadow: inset 0 0 0 .5px var(--lg-edge), var(--lg-shadow-sheet);
  }

  .lg-card {
    --r: var(--lg-r-3);
    padding: var(--lg-s-6);
  }

  .lg-tile {
    --r: var(--lg-r-2);
    padding: var(--lg-s-5);
  }

  .lg-veil {
    z-index: 40;
    background: rgb(var(--lg-white) / .6);
    position: fixed;
    inset: 0;
  }

  .lg-sheet-clip {
    z-index: 41;
    position: fixed;
    inset: 0;
    overflow: hidden;
  }

  .lg-sheet-full {
    --r: 0px;
    --lg-surface: rgb(var(--lg-white) / .94);
    --lg-blur: 30px;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .lg-sheet-body {
    height: 100%;
    padding-top: calc(72px + env(safe-area-inset-top));
    overscroll-behavior: contain;
    overflow-y: auto;
  }

  .lg-drawer {
    --r: var(--lg-r-4);
    top: calc(72px + env(safe-area-inset-top));
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 41;
    width: min(440px, 100vw - 24px);
    box-shadow: inset 0 0 0 .5px var(--lg-edge), var(--lg-shadow-sheet);
    position: fixed;
    overflow: hidden;
  }

  .lg-drawer-body {
    overscroll-behavior: contain;
    scrollbar-width: none;
    height: 100%;
    overflow-y: auto;
  }

  .lg-drawer-body::-webkit-scrollbar {
    display: none;
  }

  .lg-pill, .lg-pill-quiet, .lg-pill-prominent, .lg-pill-icon {
    --r: var(--lg-pill);
    isolation: isolate;
    justify-content: center;
    align-items: center;
    gap: var(--lg-s-2);
    height: 44px;
    padding: 0 var(--lg-s-5);
    border-radius: var(--lg-pill);
    font: 500 var(--lg-callout) / 1 var(--lg-font);
    letter-spacing: -.005em;
    color: var(--lg-ink);
    text-shadow: var(--lg-text-lift);
    cursor: pointer;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    transition: transform var(--lg-t-settle) var(--lg-ease-settle), color var(--lg-t) var(--lg-ease-out);
    background: none;
    border: 0;
    text-decoration: none;
    display: inline-flex;
    position: relative;
  }

  .lg-pill:active, .lg-pill-quiet:active, .lg-pill-prominent:active, .lg-pill-icon:active {
    transition-duration: var(--lg-t-fast);
    transform: scale(.965);
  }

  .lg-pill:not(button):not(a), .lg-pill-icon:not(button):not(a) {
    cursor: default;
  }

  .lg-pill:focus-visible, .lg-pill-quiet:focus-visible, .lg-pill-icon:focus-visible, .lg-seg-item:focus-visible, .lg-focus:focus-visible {
    box-shadow: inset 0 0 0 1.5px var(--lg-ink);
    outline: none;
  }

  .lg-pill-prominent:focus-visible {
    box-shadow: inset 0 0 0 2px rgb(var(--lg-white) / .92), var(--lg-shadow-float);
    outline: none;
  }

  .lg-pill:disabled, .lg-pill-quiet:disabled, .lg-pill-prominent:disabled, .lg-pill-icon:disabled {
    opacity: .45;
    cursor: default;
    pointer-events: none;
  }

  .lg-pill-sm {
    height: 36px;
    padding: 0 var(--lg-s-4);
    font-size: 14px;
  }

  .lg-pill-lg {
    height: 52px;
    padding: 0 var(--lg-s-6);
    font-size: var(--lg-body);
  }

  .lg-pill.lg:after, .lg-pill-icon.lg:after {
    transition: background var(--lg-t) var(--lg-ease-out);
  }

  .lg-pill.lg:is(button, a):hover:after, .lg-pill-icon.lg:is(button, a):hover:after {
    background: var(--lg-surface-hover);
  }

  .lg-pill.lg:is(button, a):active:after, .lg-pill-icon.lg:is(button, a):active:after {
    background: var(--lg-surface-press);
  }

  .lg-pill-quiet {
    color: var(--lg-ink-2);
  }

  .lg-pill-quiet:hover {
    color: var(--lg-ink);
  }

  .lg-pill-prominent {
    --lg-surface: var(--lg-prominent);
    --lg-surface-hover: var(--lg-prominent-hover);
    --lg-surface-press: var(--lg-prominent-press);
    --lg-spec-top: rgb(var(--lg-white) / .42);
    --lg-spec-bottom: rgb(var(--lg-white) / .14);
    color: var(--lg-on-prominent);
    text-shadow: var(--lg-text-lift-dark);
    box-shadow: inset 0 0 0 .5px rgb(var(--lg-black) / .35), var(--lg-shadow-float);
    font-weight: 600;
  }

  .lg-glint {
    overflow: hidden;
  }

  .lg-glint > .lg-glint-bar {
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 38%, rgb(var(--lg-white) / .32) 50%, transparent 62%);
    animation: lg-glint 4s var(--lg-ease-out) infinite;
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
  }

  .lg-glint > .lg-arrow {
    transition: transform var(--lg-t-settle) var(--lg-ease-settle);
  }

  .lg-glint:hover > .lg-arrow {
    transform: translateX(4px);
  }

  @keyframes lg-glint {
    0% {
      transform: translateX(-100%);
    }

    45%, 100% {
      transform: translateX(100%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .lg-glint > .lg-glint-bar {
      animation: none;
    }
  }

  .lg-pill-icon {
    flex: none;
    width: 44px;
    padding: 0;
  }

  .lg-pill-icon.lg-pill-sm {
    width: 36px;
  }

  .lg-bar {
    --r: var(--lg-pill);
    align-items: center;
    gap: 2px;
    padding: 6px;
    display: inline-flex;
  }

  .lg-bar :is(.lg-pill, .lg-pill-quiet) {
    height: 36px;
    padding: 0 var(--lg-s-4);
    font-size: 14px;
  }

  .lg-bar .lg-pill-icon {
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .lg-seg {
    --r: var(--lg-pill);
    align-items: center;
    gap: 2px;
    padding: 3px;
    display: inline-flex;
  }

  .lg-seg-item {
    z-index: 1;
    height: 34px;
    padding: 0 var(--lg-s-4);
    border-radius: var(--lg-pill);
    font: 500 14px / 1 var(--lg-font);
    color: var(--lg-ink-2);
    cursor: pointer;
    transition: color var(--lg-t) var(--lg-ease-out);
    -webkit-tap-highlight-color: transparent;
    background: none;
    border: 0;
    align-items: center;
    gap: 6px;
    display: inline-flex;
    position: relative;
  }

  .lg-seg-item[aria-checked="true"] {
    color: var(--lg-ink);
  }

  .lg-seg-wrap {
    flex-wrap: wrap;
  }

  .lg-seg-thumb {
    z-index: 0;
    border-radius: var(--lg-pill);
    background: rgb(var(--lg-white) / .92);
    box-shadow: inset 0 0 0 .5px var(--lg-edge), 0 1px 3px rgb(var(--lg-black) / .08), 0 6px 16px -8px rgb(var(--lg-black) / .18);
    position: absolute;
    top: 0;
    left: 0;
  }

  .lg-strip {
    scrollbar-width: none;
    max-width: 100%;
    margin-inline: calc(-1 * var(--lg-gutter));
    padding-inline: var(--lg-gutter);
    display: flex;
    overflow-x: auto;
  }

  .lg-strip::-webkit-scrollbar {
    display: none;
  }

  .lg-strip > * {
    flex: none;
  }

  .lg-input {
    --r: var(--lg-pill);
    align-items: center;
    gap: var(--lg-s-2);
    width: 100%;
    height: 44px;
    padding: 0 var(--lg-s-5);
    border-radius: var(--lg-pill);
    font: 400 var(--lg-body) / 1 var(--lg-font);
    color: var(--lg-ink);
    background: none;
    border: 0;
    display: flex;
  }

  .lg-input::placeholder {
    color: var(--lg-ink-3);
  }

  .lg-input:focus, .lg-input:focus-visible {
    box-shadow: none;
    outline: none;
  }

  .lg-input:-webkit-autofill {
    -webkit-text-fill-color: var(--lg-ink);
    -webkit-box-shadow: inset 0 0 0 100px var(--lg-ground);
    caret-color: var(--lg-ink);
  }

  .lg-input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--lg-ink);
    -webkit-box-shadow: inset 0 0 0 100px var(--lg-ground);
    caret-color: var(--lg-ink);
  }

  .lg-input-wrap {
    --r: var(--lg-pill);
    align-items: center;
    gap: var(--lg-s-2);
    padding: 0 var(--lg-s-3) 0 var(--lg-s-5);
    transition: box-shadow var(--lg-t) var(--lg-ease-out);
    display: flex;
  }

  .lg-input-wrap:focus-within {
    box-shadow: inset 0 0 0 1.5px var(--lg-ink), var(--lg-shadow-rest);
  }

  .lg-input-wrap .lg-input {
    padding: 0;
  }

  .lg-input-wrap:has(.lg-area) {
    --r: var(--lg-r-3);
  }

  .lg-input-wrap .lg-area {
    resize: none;
    border-radius: 0;
    height: auto;
    padding: 12px 0;
    line-height: 1.4;
  }

  .lg-code {
    --r: var(--lg-r-2);
    text-align: center;
    width: 48px;
    height: 56px;
    font: 600 22px / 1 var(--lg-font);
    font-variant-numeric: tabular-nums;
    color: var(--lg-ink);
    transition: box-shadow var(--lg-t) var(--lg-ease-out);
    border: 0;
  }

  .lg-code:focus-visible {
    box-shadow: inset 0 0 0 1.5px var(--lg-ink), var(--lg-shadow-rest);
    outline: 0;
  }

  .lg-spin {
    animation: .8s linear infinite lg-spin;
  }

  .lg-switch {
    border-radius: var(--lg-pill);
    background: rgb(var(--lg-ink-rgb) / .16);
    cursor: pointer;
    width: 46px;
    height: 28px;
    transition: background var(--lg-t) var(--lg-ease-out);
    border: 0;
    flex: none;
    padding: 0;
    position: relative;
  }

  .lg-switch:after {
    content: "";
    width: 24px;
    height: 24px;
    box-shadow: 0 1px 3px rgb(var(--lg-black) / .25);
    transition: transform var(--lg-t-settle) var(--lg-ease-settle);
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
  }

  .lg-switch[aria-checked="true"] {
    background: var(--lg-prominent);
  }

  .lg-switch[aria-checked="true"]:after {
    transform: translateX(18px);
  }

  .lg-switch:focus-visible {
    box-shadow: 0 0 0 2px var(--lg-ground), 0 0 0 3.5px var(--lg-ink);
    outline: none;
  }

  @keyframes lg-spin {
    to {
      transform: rotate(360deg);
    }
  }

  .lg-display {
    font: 600 var(--lg-display) / 1.02 var(--lg-font);
    letter-spacing: -.028em;
    font-optical-sizing: auto;
  }

  .lg-t1 {
    font: 600 var(--lg-title-1) / 1.06 var(--lg-font);
    letter-spacing: -.022em;
  }

  .lg-statement {
    font: 500 var(--lg-statement) / 1.25 var(--lg-font);
    letter-spacing: -.018em;
  }

  .lg-t2 {
    font: 600 var(--lg-title-2) / 1.15 var(--lg-font);
    letter-spacing: -.016em;
  }

  .lg-headline {
    font: 600 var(--lg-headline) / 1.3 var(--lg-font);
    letter-spacing: -.01em;
  }

  .lg-body {
    font: 400 var(--lg-body) / 1.5 var(--lg-font);
  }

  .lg-callout {
    font: 400 var(--lg-callout) / 1.45 var(--lg-font);
  }

  .lg-caption {
    font: 400 var(--lg-caption) / 1.4 var(--lg-font);
    color: var(--lg-ink-2);
  }

  .lg-eyebrow {
    font: 600 var(--lg-caption) / 1 var(--lg-font);
    letter-spacing: .02em;
    color: var(--lg-ink-2);
  }

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

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

  .lg-wrap {
    width: min(100% - 2 * var(--lg-gutter), var(--lg-measure));
    margin-inline: auto;
  }

  .lg-stack {
    flex-direction: column;
    display: flex;
  }

  .lg-row {
    align-items: center;
    display: flex;
  }

  .lg-rise {
    --rise-i: 0;
    min-width: 0;
    animation: linear both lg-rise;
    animation-timeline: view();
    animation-range: entry calc(0% + var(--rise-i) * 5%) entry calc(38% + var(--rise-i) * 5%);
  }

  @keyframes lg-rise {
    from {
      transform: translateY(18px);
    }

    to {
      transform: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .lg-rise {
      animation: none;
    }
  }
}

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-x-0 {
    inset-inline: 0;
  }

  .z-50 {
    z-index: 50;
  }

  .m-0 {
    margin: 0;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0 {
    margin-top: 0;
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[420px\] {
    max-width: 420px;
  }

  .max-w-\[560px\] {
    max-width: 560px;
  }

  .max-w-\[640px\] {
    max-width: 640px;
  }

  .max-w-\[720px\] {
    max-width: 720px;
  }

  .min-w-0 {
    min-width: 0;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .basis-full {
    flex-basis: 100%;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .list-none {
    list-style-type: none;
  }

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

  .grid-cols-\[repeat\(auto-fill\,minmax\(112px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  }

  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-baseline {
    align-items: baseline;
  }

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

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

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

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

  .justify-center {
    justify-content: center;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }

  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }

  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }

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

  .self-start {
    align-self: flex-start;
  }

  .justify-self-center {
    justify-self: center;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .bg-transparent {
    background-color: #0000;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0 {
    padding: 0;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-\[104px\] {
    padding-top: 104px;
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-\[max\(28px\,env\(safe-area-inset-bottom\)\)\] {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }

  .pb-\[var\(--lg-s-10\)\] {
    padding-bottom: var(--lg-s-10);
  }

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

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

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

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .no-underline {
    text-decoration-line: none;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:sticky {
      position: sticky;
    }

    .md\:top-24 {
      top: calc(var(--spacing) * 24);
    }

    .md\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }

    .md\:inline {
      display: inline;
    }

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

    .md\:grid-cols-\[120px_1fr\] {
      grid-template-columns: 120px 1fr;
    }

    .md\:items-baseline {
      align-items: baseline;
    }

    .md\:justify-center {
      justify-content: center;
    }

    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }

    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }

    .md\:pt-\[104px\] {
      padding-top: 104px;
    }

    .md\:pt-\[120px\] {
      padding-top: 120px;
    }

    .md\:pt-\[128px\] {
      padding-top: 128px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable.woff2") format("woff2");
}

:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --lg-white: 255 255 255;
  --lg-black: 0 0 0;
  --lg-ink-rgb: 29 29 31;
  --lg-ground: #fff;
  --lg-ink: rgb(var(--lg-ink-rgb));
  --lg-ink-2: rgb(var(--lg-ink-rgb) / .64);
  --lg-ink-3: rgb(var(--lg-ink-rgb) / .46);
  --lg-line: rgb(var(--lg-ink-rgb) / .1);
  --lg-line-2: rgb(var(--lg-ink-rgb) / .16);
  --lg-ok: #1f8a4c;
  --lg-warn: #b4610b;
  --lg-bad: #c0392b;
  --lg-band: #f5f5f7;
  --lg-clarity: .15;
  --lg-tint-min: .18;
  --lg-tint-max: .8;
  --lg-tint: calc(var(--lg-tint-min) + (var(--lg-tint-max) - var(--lg-tint-min)) * var(--lg-clarity));
  --lg-blur: calc(3px + 20px * var(--lg-clarity));
  --lg-sat: calc(1.6 - .4 * var(--lg-clarity));
  --lg-surface: rgb(var(--lg-white) / var(--lg-tint));
  --lg-surface-hover: rgb(var(--lg-white) / calc(var(--lg-tint) + .08));
  --lg-surface-press: rgb(var(--lg-white) / calc(var(--lg-tint) - .06));
  --lg-edge: rgb(var(--lg-black) / .075);
  --lg-spec-top: rgb(var(--lg-white) / .95);
  --lg-spec-bottom: rgb(var(--lg-white) / .55);
  --lg-shadow-rest: 0 1px 2px rgb(var(--lg-black) / .04), 0 10px 30px -12px rgb(var(--lg-black) / .14);
  --lg-shadow-float: 0 2px 4px rgb(var(--lg-black) / .04), 0 18px 48px -16px rgb(var(--lg-black) / .24);
  --lg-shadow-sheet: 0 4px 10px rgb(var(--lg-black) / .05), 0 32px 80px -24px rgb(var(--lg-black) / .3);
  --lg-prominent: #0071e3;
  --lg-prominent-hover: #0077ed;
  --lg-prominent-press: #0068d1;
  --lg-on-prominent: #fff;
  --lg-text-lift: 0 1px 2px rgb(var(--lg-white) / .8), 0 0 10px rgb(var(--lg-white) / .6);
  --lg-text-lift-dark: 0 1px 1.5px rgb(var(--lg-black) / .22);
  --lg-r-1: 12px;
  --lg-r-2: 18px;
  --lg-r-3: 26px;
  --lg-r-4: 34px;
  --lg-pill: 999px;
  --lg-s-1: 4px;
  --lg-s-2: 8px;
  --lg-s-3: 12px;
  --lg-s-4: 16px;
  --lg-s-5: 20px;
  --lg-s-6: 24px;
  --lg-s-7: 32px;
  --lg-s-8: 40px;
  --lg-s-9: 56px;
  --lg-s-10: 80px;
  --lg-s-11: 120px;
  --lg-gutter: clamp(16px, 4vw, 40px);
  --lg-measure: 1120px;
  --lg-font: "InterVariable", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", system-ui, sans-serif;
  --lg-font-mono: ui-monospace, "SF Mono", Menlo, monospace;
  --lg-display: clamp(38px, min(5.4vw, 7.5dvh), 72px);
  --lg-statement: clamp(19px, 1.6vw, 23px);
  --lg-title-1: clamp(32px, 4.2vw, 52px);
  --lg-title-2: clamp(26px, 3vw, 34px);
  --lg-headline: 20px;
  --lg-body: 17px;
  --lg-callout: 15px;
  --lg-caption: 13px;
  --lg-ease-settle: linear(0, .0653, .2031, .3584, .5036, .6275, .7273, .8046, .8625, .905, .9354, .9568, .9716, .9817, .9884, .9928, .9957, .9975, .9986, .9993, .9997, .9999, 1, 1.0001, 1.0001, 1.0001, 1);
  --lg-ease-pop: linear(0, .0683, .2174, .389, .5511, .6884, .7962, .8759, .9315, .9682, .9906, 1.0032, 1.0091, 1.011, 1.0106, 1.0091, 1.0073, 1.0054, 1.0038, 1.0025, 1.0016, 1.0009, 1.0004, 1.0002, 1, .9999, 1);
  --lg-ease-out: cubic-bezier(.22, 1, .36, 1);
  --lg-t-fast: .16s;
  --lg-t: .28s;
  --lg-t-settle: .68s;
  --lg-t-pop: .72s;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --lg-t-fast: 0s;
    --lg-t: 0s;
    --lg-t-settle: 0s;
    --lg-t-pop: 0s;
  }
}

.lg-clarity {
  align-items: center;
  gap: var(--lg-s-3);
  display: inline-flex;
}

.lg-clarity input[type="range"] {
  appearance: none;
  border-radius: var(--lg-pill);
  background: var(--lg-line-2);
  outline: none;
  width: 160px;
  height: 4px;
}

.lg-clarity input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  box-shadow: inset 0 0 0 .5px var(--lg-edge), 0 2px 6px #00000029;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}

.lg-clarity input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  box-shadow: inset 0 0 0 .5px var(--lg-edge), 0 2px 6px #00000029;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 50%;
}

.hero {
  --pw: clamp(200px, calc((100svh - 400px) / 1.45), 240px);
  height: 100svh;
  padding-bottom: 0;
  overflow: hidden;
}

.hero-grid {
  justify-items: center;
  gap: 20px;
  display: grid;
}

.hero-side {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: flex;
}

.hero-side:last-child, .hero-chip {
  display: none;
}

.hero-chip {
  --r: var(--lg-r-2);
  text-shadow: var(--lg-text-lift);
  padding: 13px 18px;
}

.hero-phone {
  width: var(--pw);
}

@media (min-width: 768px) {
  .hero {
    --pw: clamp(250px, calc((100svh - 372px) / 1.64), 360px);
  }

  .hero-grid {
    grid-template-columns: 1fr var(--pw) 1fr;
    align-items: center;
    gap: 40px;
  }

  .hero-side {
    align-items: flex-start;
  }

  .hero-side:last-child {
    align-items: flex-end;
    display: flex;
  }

  .hero-chip {
    display: flex;
  }

  .hero-side:last-child {
    text-align: right;
  }
}

.band {
  z-index: 1;
  background: var(--lg-band);
  position: relative;
}

.phone {
  aspect-ratio: 702 / 1446;
  position: relative;
}

.phone:before {
  content: "";
  border-radius: 14.5% / 7%;
  position: absolute;
  inset: 1.2% 1.6%;
  box-shadow: 0 40px 60px #00000042, 0 4px 10px #0000001a;
}

.phone-frame {
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
}

.phone-screen {
  width: 89.46%;
  height: 96.2%;
  color: var(--lg-ink);
  background: #fff;
  border-radius: 11.2% / 5.1%;
  position: absolute;
  top: 1.94%;
  left: 5.27%;
  overflow: hidden;
  container-type: inline-size;
}

.phone-status {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  height: 3.3cqw;
  display: flex;
  position: absolute;
  top: 6.4cqw;
  left: 7.5cqw;
  right: 8.8cqw;
}

.phone-time {
  font: 600 4.9cqw / 1 var(--lg-font);
  letter-spacing: -.01em;
}

.phone-status-icons {
  align-items: center;
  gap: 1.8cqw;
  display: flex;
}

.phone-status-icons svg {
  flex: none;
  height: auto;
}

.phone-island {
  z-index: 3;
  background: #050506;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
  position: absolute;
  top: 3.5cqw;
  left: 50%;
  overflow: hidden;
  translate: -50%;
}

.phone-island[data-state="alert"] {
  box-shadow: 0 10px 30px #00000047;
}

.phone-eye {
  background: radial-gradient(circle at 40% 40%, #2a2b31, #101114 60%, #050506);
  border-radius: 50%;
  width: 2.3cqw;
  height: 2.3cqw;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  right: 2.4cqw;
  translate: 0 -50%;
  box-shadow: inset 0 0 0 .5px #ffffff14;
}

.phone-island:not([data-state="base"]) .phone-eye {
  opacity: 0;
}

.phone-home {
  z-index: 3;
  background: var(--lg-ink);
  opacity: .85;
  border-radius: 1cqw;
  width: 36cqw;
  height: 1.3cqw;
  position: absolute;
  bottom: 1.7cqw;
  left: 50%;
  translate: -50%;
}

.phone-page {
  position: absolute;
  inset: 0;
}

.phone-compact {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.6cqw;
  display: flex;
  position: absolute;
  inset: 0;
}

.phone-compact-thumb {
  background: #222;
  border-radius: 1.6cqw;
  width: 5.6cqw;
  height: 5.6cqw;
  position: relative;
  overflow: hidden;
}

.phone-compact .phone-live-ok, .phone-compact .phone-live-spin {
  width: 3.6cqw;
  height: 3.6cqw;
  margin-left: 0;
}

.phone-live {
  color: #fff;
  align-items: center;
  gap: 2.8cqw;
  padding: 0 3.4cqw 0 2.8cqw;
  display: flex;
  position: absolute;
  inset: 0;
}

.phone-live-thumb {
  background: #222;
  border-radius: 2.8cqw;
  flex: none;
  width: 10cqw;
  height: 10cqw;
  position: relative;
  overflow: hidden;
}

.phone-live-text {
  min-width: 0;
  font: 500 2.9cqw / 1 var(--lg-font);
  color: #ffffffb3;
  white-space: nowrap;
  flex-direction: column;
  gap: .9cqw;
  display: flex;
}

.phone-live-text b {
  color: #fff;
  font-size: 3.2cqw;
  font-weight: 600;
}

.phone-live-ok {
  color: #30d158;
  flex: none;
  width: 4.6cqw;
  height: 4.6cqw;
  margin-left: auto;
}

.phone-live-spin {
  color: #fffc;
  flex: none;
  width: 4.4cqw;
  height: 4.4cqw;
  margin-left: auto;
}

.phone-app {
  flex-direction: column;
  align-items: center;
  gap: 2.4cqw;
  display: flex;
  position: absolute;
  inset: 15.5% 5.5% 21.5%;
}

.phone-caption {
  font: 500 3cqw / 1 var(--lg-font);
  color: var(--lg-ink-2);
}

.phone-stage {
  aspect-ratio: 3 / 4;
  background: var(--lg-band);
  width: 88%;
  box-shadow: inset 0 0 0 .5px var(--lg-edge), var(--lg-shadow-float);
  border-radius: 3.6cqw;
  position: relative;
  overflow: hidden;
}

.phone-card {
  transform-origin: 50% 55%;
  position: absolute;
  inset: 0;
}

.phone-chip {
  height: 5.6cqw;
  font: 600 2.5cqw / 1 var(--lg-font);
  box-shadow: inset 0 0 0 .5px var(--lg-edge);
  background: #ffffffd9;
  border-radius: 999px;
  align-items: center;
  padding: 0 2.4cqw;
  display: inline-flex;
  position: absolute;
  top: 2.6cqw;
  left: 2.6cqw;
}

.phone-work {
  position: absolute;
  inset: 0;
}

.phone-pixels {
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  position: absolute;
  inset: 0;
}

.phone-phase {
  box-shadow: inset 0 0 0 .5px var(--lg-edge), var(--lg-shadow-float);
  font: 600 2.8cqw / 1 var(--lg-font);
  background: #ffffffdb;
  border-radius: 3cqw;
  flex-direction: column;
  gap: 1.8cqw;
  padding: 2.6cqw 3cqw;
  display: flex;
  position: absolute;
  bottom: 2.6cqw;
  left: 2.6cqw;
  right: 2.6cqw;
}

.phone-phase-row {
  align-items: center;
  gap: 1.6cqw;
  display: flex;
}

.phone-phase .lg-spin {
  width: 3.2cqw;
  height: 3.2cqw;
}

.phone-bar {
  background: rgb(var(--lg-ink-rgb) / .1);
  border-radius: 1cqw;
  width: 100%;
  height: .9cqw;
  overflow: hidden;
}

.phone-bar > span {
  background: var(--lg-ink);
  height: 100%;
  display: block;
}

.phone-btns {
  gap: 2cqw;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.phone-btn {
  text-shadow: var(--lg-text-lift-dark);
  white-space: nowrap;
  height: 11cqw;
  font: 600 3.2cqw / 1 var(--lg-font);
  color: #fff;
  background: var(--lg-prominent);
  box-shadow: var(--lg-shadow-rest);
  border-radius: 999px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 1.4cqw;
  display: inline-flex;
}

.phone-btn .lg-spin {
  width: 3.4cqw;
  height: 3.4cqw;
}

.phone-btn-glass {
  text-shadow: var(--lg-text-lift);
  color: var(--lg-ink);
  box-shadow: inset 0 0 0 .5px var(--lg-edge), var(--lg-shadow-rest);
  background: #fff;
}

.mark {
  aspect-ratio: 285.5 / 274.3;
  background: currentColor;
  flex: none;
  width: 1.6em;
  display: inline-block;
  -webkit-mask: url("/brand/mark.svg") center / contain no-repeat;
  mask: url("/brand/mark.svg") center / contain no-repeat;
}

.phone-site {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 7.6%;
  left: 3.6cqw;
  right: 3.6cqw;
}

.phone-pill {
  text-shadow: var(--lg-text-lift);
  height: 9cqw;
  font: 500 3.2cqw / 1 var(--lg-font);
  color: var(--lg-ink);
  box-shadow: inset 0 0 0 .5px var(--lg-edge), var(--lg-shadow-rest);
  background: #ffffffdb;
  border-radius: 999px;
  align-items: center;
  gap: 1.6cqw;
  padding: 0 3.4cqw;
  display: inline-flex;
  position: relative;
}

.phone-pill b {
  font-weight: 600;
}

.phone-pill svg {
  width: 3.8cqw;
  height: 3.8cqw;
}

.phone-coins-num {
  height: 3.4cqw;
  line-height: 3.4cqw;
  display: inline-block;
  overflow: hidden;
}

.phone-coins-num b {
  font-variant-numeric: tabular-nums;
  display: inline-block;
}

.phone-charge {
  font: 700 5.4cqw / 1 var(--lg-font);
  letter-spacing: -.02em;
  color: var(--lg-ink);
  text-shadow: 0 0 6cqw #fff, 0 0 2cqw #fff;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
}

.phone-sep {
  background: var(--lg-line-2);
  width: .5px;
  height: 3.6cqw;
  margin: 0 .6cqw;
}

.phone-gloss {
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(112deg, #ffffff24, #ffffff08 30%, #0000 46%);
  position: absolute;
  inset: 0;
}

.enter-glass {
  animation: enter-glass var(--lg-t-pop) var(--lg-ease-pop) both;
  animation-delay: var(--d, 0s);
}

.enter-from-top {
  animation-name: enter-from-top;
}

.enter-text {
  animation: .5s cubic-bezier(.2, 0, 0, 1) both enter-text;
  animation-delay: calc(var(--d, 0s) + .12s);
}

@keyframes enter-glass {
  from {
    transform: translateY(36px)scale(.9);
  }
}

@keyframes enter-from-top {
  from {
    transform: translateY(-28px)scale(.9);
  }
}

@keyframes enter-text {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .enter-glass, .enter-text {
    animation: none;
  }
}

.work {
  min-height: 100svh;
  padding: calc(76px + env(safe-area-inset-top)) 0 32px;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: 0;
  display: flex;
}

.steps {
  scroll-snap-type: x mandatory;
  margin: 24px calc(-1 * var(--lg-gutter)) 0;
  padding: 0 var(--lg-gutter) 8px;
  scrollbar-width: none;
  gap: 12px;
  display: flex;
  overflow-x: auto;
}

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

.steps > .step {
  scroll-snap-align: center;
  flex: 0 0 74vw;
}

.steps > .step-arrow {
  display: none;
}

@media (min-width: 768px) {
  .steps {
    grid-template-columns: var(--cols);
    align-items: start;
    gap: 16px;
    width: min(100%, 290svh - 1054.4px);
    margin: 32px auto 0;
    padding: 0;
    display: grid;
    overflow: visible;
  }

  .steps > .step {
    flex: none;
  }

  .steps > .step-arrow {
    display: inline-flex;
  }
}

.dense {
  --lg-surface: rgb(var(--lg-white) / .84);
  --lg-blur: 28px;
}

.profile {
  padding: var(--lg-s-5);
  position: relative;
}

.profile-page {
  gap: var(--lg-s-5);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pcard {
  border-radius: var(--lg-r-3);
  background: rgb(var(--lg-white) / .72);
  box-shadow: inset 0 0 0 .5px var(--lg-edge);
  overflow: hidden;
}

.prow {
  align-items: center;
  gap: var(--lg-s-3);
  width: 100%;
  min-height: 56px;
  padding: 12px var(--lg-s-4);
  text-align: left;
  color: inherit;
  font: inherit;
  background: none;
  border: 0;
  display: flex;
}

.pcard > * + * {
  box-shadow: inset 0 .5px 0 var(--lg-line);
}

button.prow {
  cursor: pointer;
  transition: background var(--lg-t-fast) var(--lg-ease-out);
}

button.prow:hover {
  background: rgb(var(--lg-ink-rgb) / .035);
}

button.prow:active {
  background: rgb(var(--lg-ink-rgb) / .07);
}

.ptile {
  background: rgb(var(--lg-ink-rgb) / .06);
  border-radius: 11px;
  flex: none;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.pthumb {
  background: var(--lg-band);
  border-radius: 8px;
  flex: none;
  width: 44px;
  overflow: hidden;
}

.pthumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pcode {
  padding: var(--lg-s-4);
  font: 500 13px / 1.55 var(--lg-font-mono);
  white-space: pre;
  margin: 0;
  overflow-x: auto;
}

.prow .lg-input {
  height: 32px;
  padding: 0;
}

@media (max-width: 420px) {
  .auth-social .auth-label {
    display: none;
  }
}

.brand-vk {
  --lg-prominent: #07f;
  --lg-prominent-hover: #1a85ff;
  --lg-prominent-press: #006be6;
}

.brand-yandex {
  --lg-prominent: #fc3f1d;
  --lg-prominent-hover: #fd5034;
  --lg-prominent-press: #e83512;
}

.brand-telegram {
  --lg-prominent: #2aabee;
  --lg-prominent-hover: #3db5f0;
  --lg-prominent-press: #229ed9;
}

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

@media (min-width: 640px) {
  .pick {
    grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
  }
}

.pick.grid-rows-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .studio {
    grid-template-columns: minmax(0, 1fr) 360px;
  }
}

.drop {
  transition: box-shadow var(--lg-t) var(--lg-ease-out);
}

.drop[data-over] {
  box-shadow: inset 0 0 0 2px var(--lg-ink), var(--lg-shadow-rest);
}

.lg-progress {
  background: rgb(var(--lg-ink-rgb) / .1);
  border-radius: 2px;
  width: 100%;
  height: 3px;
  overflow: hidden;
}

.lg-progress > span {
  background: var(--lg-ink);
  height: 100%;
  transition: width .6s var(--lg-ease-out);
  display: block;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

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