/* [project]/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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-mono: var(--font-mono);
    --color-neutral-50: var(--color-neutral-50);
    --color-neutral-100: var(--color-neutral-100);
    --color-neutral-200: var(--color-neutral-200);
    --color-neutral-300: var(--color-neutral-300);
    --color-neutral-400: var(--color-neutral-400);
    --color-neutral-500: var(--color-neutral-500);
    --color-neutral-600: var(--color-neutral-600);
    --color-neutral-700: var(--color-neutral-700);
    --color-neutral-800: var(--color-neutral-800);
    --color-neutral-900: var(--color-neutral-900);
    --text-xs: .75rem;
    --text-sm: .875rem;
    --text-base: 1rem;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --radius-sm: var(--radius-sm);
    --radius-md: var(--radius-md);
    --radius-lg: var(--radius-lg);
    --shadow-sm: var(--shadow-sm);
    --shadow-md: var(--shadow-md);
    --shadow-lg: var(--shadow-lg);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-50: var(--color-primary-50);
    --color-primary-100: var(--color-primary-100);
    --color-primary-200: var(--color-primary-200);
    --color-primary-300: var(--color-primary-300);
    --color-primary-400: var(--color-primary-400);
    --color-primary-500: var(--color-primary-500);
    --color-primary-600: var(--color-primary-600);
    --color-primary-700: var(--color-primary-700);
    --color-primary-800: var(--color-primary-800);
    --color-primary-900: var(--color-primary-900);
    --color-success: var(--color-success);
    --color-warning: var(--color-warning);
    --color-error: var(--color-error);
    --color-info: var(--color-info);
  }
}

@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 {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .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;
    }
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

  .table {
    display: table;
  }

  .h-full {
    height: 100%;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .resize {
    resize: both;
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .invert {
    --tw-invert: invert(100%);
    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, );
  }

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

  .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));
  }
}

@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-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
}

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

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

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

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

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

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

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

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

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

/* [project]/src/styles/ds/tokens.css [app-client] (css) */
:root {
  --font-sans: "Satoshi",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-mono: "JetBrains Mono","Fira Code",ui-monospace,monospace;
  --text-xs: 13px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-md: 20px;
  --text-lg: 24px;
  --text-xl: 32px;
  --text-2xl: 48px;
  --text-3xl: 64px;
  --tracking-tight: -.025em;
  --tracking-normal: 0em;
  --tracking-wide: .04em;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --color-primary-50: #ededfb;
  --color-primary-100: #d6d7f6;
  --color-primary-200: #adafed;
  --color-primary-300: #8487e4;
  --color-primary-400: #6166dd;
  --color-primary-500: #4f55f1;
  --color-primary-600: #494fdf;
  --color-primary-700: #3a40c4;
  --color-primary-800: #2e339c;
  --color-primary-900: #1f2374;
  --color-accent-50: var(--color-primary-50);
  --color-accent-100: var(--color-primary-100);
  --color-accent-200: var(--color-primary-200);
  --color-accent-300: var(--color-primary-300);
  --color-accent-400: var(--color-primary-400);
  --color-accent-500: var(--color-primary-600);
  --color-accent-600: var(--color-primary-700);
  --color-accent-700: var(--color-primary-800);
  --color-accent-800: var(--color-primary-900);
  --color-accent-900: var(--color-primary-900);
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f4f4f4;
  --color-neutral-200: #e2e2e7;
  --color-neutral-300: #c9c9cd;
  --color-neutral-400: #8d969e;
  --color-neutral-500: #5c5e60;
  --color-neutral-600: #505a63;
  --color-neutral-700: #3a3d40;
  --color-neutral-800: #1f2226;
  --color-neutral-900: #191c1f;
  --color-success: #00a87e;
  --color-success-bg: #e0f4ee;
  --color-warning: #ec7e00;
  --color-warning-bg: #fdf0e0;
  --color-error: #e23b4a;
  --color-error-bg: #fce3e6;
  --color-info: #376cd5;
  --color-info-bg: #e5edfb;
  --color-brand-navy: #1a1981;
  --color-brand-navy-subtle: #e5e5f4;
  --color-brand-amber: #fdba00;
  --color-brand-amber-subtle: #fff3d1;
  --color-brand-orange: #fd5b02;
  --color-brand-orange-subtle: #ffe3d1;
  --text-on-amber: color-mix(in srgb, var(--color-brand-amber) 78%, #000);
  --text-on-orange: color-mix(in srgb, var(--color-brand-orange) 72%, #000);
  --text-primary: var(--color-neutral-900);
  --text-body: var(--color-neutral-800);
  --text-muted: var(--color-neutral-600);
  --text-disabled: var(--color-neutral-400);
  --text-inverse: #fff;
  --text-brand: var(--color-primary-600);
  --text-accent: var(--color-primary-600);
  --text-danger: var(--color-error);
  --text-warning: var(--color-warning);
  --bg-page: #fff;
  --bg-surface: var(--color-neutral-100);
  --bg-elevated: #fff;
  --bg-brand: #0a0a0a;
  --bg-brand-subtle: var(--color-primary-50);
  --bg-accent-subtle: var(--color-primary-50);
  --bg-danger-subtle: var(--color-error-bg);
  --bg-warning-subtle: var(--color-warning-bg);
  --bg-success-subtle: var(--color-success-bg);
  --border-default: var(--color-neutral-200);
  --border-strong: var(--color-neutral-300);
  --border-brand: var(--color-primary-600);
  --border-danger: var(--color-error);
  --border-focus: var(--color-primary-600);
  --interactive-primary: var(--color-primary-600);
  --interactive-primary-hover: var(--color-primary-700);
  --interactive-primary-pressed: var(--color-primary-800);
  --interactive-primary-subtle: var(--color-primary-50);
  --interactive-danger: var(--color-error);
  --interactive-danger-hover: #c12b39;
  --interactive-danger-subtle: var(--color-error-bg);
  --space-0: 0px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 28px;
  --space-8: 32px;
  --space-10: 40px;
  --duration-fast: .12s;
  --duration-base: .2s;
  --duration-slow: .3s;
  --duration-slower: .6s;
  --ease-out-expo: cubic-bezier(.16,1,.3,1);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 6px;
  --shadow-sm: 0 1px 2px 0 #1a19170f,0 1px 4px 0 #1a19170a;
  --shadow-md: 0 4px 8px -2px #1a191714,0 2px 6px -2px #1a19170f;
  --shadow-lg: 0 12px 24px -4px #1a19171a,0 4px 10px -4px #1a191714;
}

/* [project]/src/styles/ds/base.css [app-client] (css) */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-sans);
  background: var(--bg-page);
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  line-height: 1.5;
}

button {
  cursor: pointer;
  color: inherit;
  background: none;
  border: none;
  font-family: inherit;
}

input {
  font-family: inherit;
}

::selection {
  background: var(--color-primary-600);
  color: var(--text-inverse);
}

h1, h2, h3 {
  color: var(--text-primary);
  letter-spacing: var(--tracking-tight);
  font-weight: var(--font-bold);
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: var(--text-brand);
  font-weight: var(--font-medium);
  cursor: pointer;
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--border-brand);
  outline-offset: 2px;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[hidden] {
  display: none !important;
}

.btn {
  border-radius: var(--radius-md);
  height: 44px;
  font-size: 15px;
  font-weight: var(--font-semibold);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  transition: background .15s, box-shadow .15s, color .15s;
  display: inline-flex;
}

.btn svg {
  width: 18px;
  height: 18px;
}

.btn-primary {
  background: var(--interactive-primary);
  color: var(--text-inverse);
}

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

.btn-primary:active {
  background: var(--interactive-primary-pressed);
}

.btn-ghost {
  background: var(--bg-elevated);
  color: var(--text-body);
  box-shadow: inset 0 0 0 1px var(--border-default);
}

.btn-ghost:hover {
  background: var(--bg-surface);
}

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

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

.btn-lg {
  height: 50px;
  padding: 0 28px;
  font-size: 15px;
}

.btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.btn-block {
  width: 100%;
}

.btn .spin {
  border: 2px solid #fff6;
  border-top-color: var(--text-inverse);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: .7s linear infinite spin;
}

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

.topbar {
  z-index: 40;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-default);
  background: #ffffffdb;
  align-items: center;
  gap: 12px;
  height: 58px;
  padding: 0 22px;
  display: flex;
  position: sticky;
  top: 0;
}

.brand {
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.brand-logo {
  width: auto;
  height: 24px;
  display: block;
}

.sep {
  background: var(--border-default);
  width: 1px;
  height: 22px;
}

.spacer {
  flex: 1;
}

.proto-tag {
  font-size: 11px;
  font-weight: var(--font-bold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--text-disabled);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .brand + .sep, .proto-tag {
    display: none;
  }

  .topbar {
    gap: 8px;
    padding: 0 14px;
  }

  .topbar .brand-logo {
    height: 20px;
  }

  .topbar .exam-id span {
    display: none;
  }
}

.wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}

.wrap.narrow {
  max-width: 468px;
}

.stage {
  animation: .35s fade;
  display: none;
}

.stage.active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.eyebrow {
  font-size: 12px;
  font-weight: var(--font-bold);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-brand);
}

.card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.card-pad {
  padding: 28px;
}

.back-link {
  font-size: 13.5px;
  font-weight: var(--font-semibold);
  color: var(--text-muted);
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  display: inline-flex;
}

.back-link:hover {
  color: var(--text-body);
}

.back-link svg {
  width: 16px;
  height: 16px;
}

.auth-icon {
  border-radius: var(--radius-md);
  background: var(--bg-brand-subtle);
  width: 48px;
  height: 48px;
  color: var(--color-primary-600);
  place-items: center;
  margin-bottom: 18px;
  display: grid;
}

.auth-icon svg {
  width: 24px;
  height: 24px;
}

.auth h1 {
  margin-bottom: 8px;
  font-size: 23px;
}

.auth p.sub {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.auth p.sub b {
  color: var(--text-body);
  font-weight: var(--font-semibold);
}

.field {
  margin-top: 20px;
}

.field label {
  font-size: 13px;
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: 7px;
  display: block;
}

.input {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  width: 100%;
  height: 46px;
  color: var(--text-body);
  background: var(--bg-page);
  padding: 0 14px;
  font-size: 15px;
  transition: border-color .15s, box-shadow .15s;
}

.input::placeholder {
  color: var(--text-disabled);
}

.input:focus {
  border-color: var(--border-brand);
  box-shadow: 0 0 0 3px var(--interactive-primary-subtle);
  outline: none;
}

.input.err {
  border-color: var(--color-error);
}

.err-msg {
  color: var(--color-error);
  align-items: center;
  gap: 6px;
  min-height: 18px;
  margin-top: 9px;
  font-size: 13px;
  display: flex;
}

.err-msg svg {
  flex: none;
  width: 14px;
  height: 14px;
}

.err-msg:empty {
  display: none;
}

.otp-boxes {
  gap: 10px;
  margin-top: 6px;
  display: flex;
}

.otp-boxes input {
  text-align: center;
  min-width: 0;
  height: 58px;
  font-size: 24px;
  font-weight: var(--font-bold);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  background: var(--bg-page);
  font-variant-numeric: tabular-nums;
  flex: 1;
  transition: border-color .15s, box-shadow .15s;
}

.otp-boxes input:focus {
  border-color: var(--border-brand);
  box-shadow: 0 0 0 3px var(--interactive-primary-subtle);
  outline: none;
}

.otp-boxes.err input {
  border-color: var(--color-error);
}

.demo-hint {
  color: var(--color-primary-700);
  background: var(--interactive-primary-subtle);
  border-radius: var(--radius-md);
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 9px 12px;
  font-size: 12.5px;
  display: flex;
}

.demo-hint svg {
  flex: none;
  width: 14px;
  height: 14px;
}

.demo-hint b {
  font-variant-numeric: tabular-nums;
  letter-spacing: .1em;
  font-weight: var(--font-bold);
}

.resend-row {
  color: var(--text-muted);
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 13.5px;
  display: flex;
}

.resend-row button {
  font-size: 13.5px;
  font-weight: var(--font-semibold);
  color: var(--color-primary-600);
}

.resend-row button:hover:not(:disabled) {
  color: var(--color-primary-700);
}

.resend-row button:disabled {
  color: var(--text-disabled);
  cursor: default;
}

.foot {
  text-align: center;
  color: var(--text-disabled);
  margin-top: 22px;
  font-size: 12.5px;
}

.foot a {
  font-weight: var(--font-semibold);
}

.toast {
  z-index: 80;
  opacity: 0;
  background: var(--color-neutral-900);
  color: var(--text-inverse);
  font-size: 13.5px;
  font-weight: var(--font-semibold);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  pointer-events: none;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  transition: all .25s;
  display: flex;
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%)translateY(20px);
}

.toast svg {
  width: 16px;
  height: 16px;
  color: var(--color-success);
  flex: none;
}

.toast.error svg {
  color: var(--color-error);
}

.toast.warn svg {
  color: var(--color-warning);
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%)translateY(0);
}

/*# sourceMappingURL=src_1vbwx0f._.css.map*/