@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");
:root {
  --font-sans: "TASA Orbiter", "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", "SF Mono", ui-monospace, Menlo, monospace;
  --fs-micro: 11px;
  --fs-xs: 12px;
  --fs-sm: 13px;
  --fs-md: 14px;
  --fs-lg: 16px;
  --fs-xl: 20px;
  --fs-2xl: 24px;
  --fs-3xl: 36px;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --lh-tight: 1.15;
  --lh-snug: 1.3;
  --lh-base: 1.5;
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-7: 30px;
  --sp-8: 40px;
  --sp-9: 56px;
  --sp-10: 80px;
  --r-xs: 6px;
  --r-sm: 10px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 22px;
  --r-full: 999px;
  --r-control: 10px;
  --r-card: 16px;
  --aurora:
      radial-gradient(ellipse 90% 60% at 12% 0%, oklch(86% 0.12 285 / 0.45), transparent 55%),
      radial-gradient(ellipse 70% 50% at 92% 18%, oklch(89% 0.10 220 / 0.40), transparent 60%),
      radial-gradient(ellipse 60% 60% at 50% 110%, oklch(88% 0.11 335 / 0.32), transparent 55%),
      radial-gradient(ellipse 50% 50% at 78% 88%, oklch(90% 0.10 180 / 0.28), transparent 60%);
  --bg-page: #f3f0fb;
  --glass-bg: rgba(255, 255, 255, 0.62);
  --glass-bg-strong: rgba(255, 255, 255, 0.82);
  --glass-bg-deep: rgba(255, 255, 255, 0.95);
  --glass-border: rgba(255, 255, 255, 0.55);
  --glass-border-strong: rgba(255, 255, 255, 0.75);
  --glass-blur: blur(20px) saturate(180%);
  --glass-blur-strong: blur(28px) saturate(200%);
  --glass-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  --glass-shadow: 0 8px 28px -10px rgba(31, 22, 51, 0.18), 0 2px 6px -2px rgba(31, 22, 51, 0.06);
  --glass-shadow-lg: 0 24px 60px -20px rgba(31, 22, 51, 0.25), 0 8px 20px -8px rgba(31, 22, 51, 0.10);
  --surface: var(--glass-bg);
  --surface-2: rgba(255, 255, 255, 0.45);
  --surface-3: rgba(101, 89, 197, 0.06);
  --surface-head: rgba(243, 240, 251, 0.92);
  --surface-elevated: var(--glass-bg-strong);
  --border: var(--glass-border);
  --border-strong: rgba(149, 137, 175, 0.35);
  --border-subtle: rgba(255, 255, 255, 0.45);
  --text-primary: #1b1326;
  --text-secondary: #594d6c;
  --text-tertiary: #8b7fa0;
  --text-disabled: #c7bfd0;
  --text-on-color: #ffffff;
  --primary: #6559c5;
  --primary-hover: #5749b8;
  --primary-fill: rgba(101, 89, 197, 0.12);
  --primary-fill-strong: rgba(101, 89, 197, 0.22);
  --success-text: #2b6a09;
  --success-bg: rgba(101, 196, 38, 0.18);
  --success-border: rgba(101, 196, 38, 0.35);
  --success-solid: #4a9a14;
  --error-text: #8a1818;
  --error-bg: rgba(229, 60, 60, 0.16);
  --error-border: rgba(229, 60, 60, 0.30);
  --error-solid: #dc2626;
  --warning-text: #8a4e00;
  --warning-bg: rgba(245, 158, 11, 0.18);
  --warning-border: rgba(245, 158, 11, 0.32);
  --warning-solid: #e2a008;
  --info-text: #154178;
  --info-bg: rgba(91, 122, 219, 0.18);
  --info-border: rgba(91, 122, 219, 0.32);
  --info-solid: #2a6fdb;
  --neutral-text: var(--text-secondary);
  --neutral-bg: rgba(139, 127, 160, 0.14);
  --neutral-border: rgba(139, 127, 160, 0.28);
  --h-control: 36px;
  --h-field: 42px;
  --h-control-sm: 28px;
  --h-row: 48px;
  --focus-ring: 0 0 0 2px var(--primary), 0 0 0 5px rgba(101, 89, 197, 0.22);
  --sidebar-w: 260px;
  --sidebar-w-collapsed: 68px;
  --header-h: 62px;
  --table-sticky-top: var(--header-h);
  --sidebar-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.52));
  --sidebar-bg-solid: rgba(252, 251, 255, 0.94);
  --topbar-bg: rgba(255, 255, 255, 0.55);
}

:root[data-theme=dark] {
  --aurora:
      radial-gradient(ellipse 90% 60% at 10% 0%, oklch(40% 0.20 285 / 0.55), transparent 60%),
      radial-gradient(ellipse 70% 60% at 92% 12%, oklch(38% 0.18 220 / 0.45), transparent 60%),
      radial-gradient(ellipse 60% 50% at 50% 110%, oklch(42% 0.20 335 / 0.40), transparent 55%),
      radial-gradient(ellipse 50% 50% at 80% 90%, oklch(42% 0.16 175 / 0.35), transparent 60%);
  --bg-page: #07050d;
  --glass-bg: rgba(28, 22, 44, 0.55);
  --glass-bg-strong: rgba(34, 27, 53, 0.78);
  --glass-bg-deep: rgba(20, 16, 32, 0.92);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-border-strong: rgba(255, 255, 255, 0.15);
  --glass-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  --glass-shadow: 0 8px 28px -10px rgba(0, 0, 0, 0.6), 0 2px 6px -2px rgba(0, 0, 0, 0.3);
  --glass-shadow-lg: 0 24px 60px -20px rgba(0, 0, 0, 0.7), 0 8px 20px -8px rgba(0, 0, 0, 0.5);
  --surface-2: rgba(28, 22, 44, 0.40);
  --surface-3: rgba(255, 255, 255, 0.06);
  --surface-head: rgba(26, 21, 40, 0.94);
  --border-strong: rgba(255, 255, 255, 0.18);
  --border-subtle: rgba(255, 255, 255, 0.06);
  --text-primary: #f0eaf8;
  --text-secondary: #b3a6c8;
  --text-tertiary: #7c7090;
  --text-disabled: #4a4259;
  --primary: #9c8dff;
  --primary-hover: #b3a6ff;
  --primary-fill: rgba(156, 141, 255, 0.18);
  --primary-fill-strong: rgba(156, 141, 255, 0.28);
  --success-text: #95e655;
  --error-text: #ffa0a0;
  --warning-text: #ffc966;
  --info-text: #a3c1ff;
  --neutral-bg: rgba(255, 255, 255, 0.08);
  --neutral-border: rgba(255, 255, 255, 0.14);
  --sidebar-bg: linear-gradient(180deg, rgba(30, 24, 47, 0.72), rgba(20, 16, 33, 0.55));
  --sidebar-bg-solid: rgba(19, 15, 31, 0.96);
  --topbar-bg: rgba(20, 16, 32, 0.5);
}

@keyframes aurora-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(0, -2%, 0) scale(1.06);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  /*outline: none;*/
}

a:focus,
a:active {
  /* outline: none;*/
}

/* Links */
a, a:link, a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input:not([type=checkbox]),
textarea,
select {
  display: block;
  width: 100%;
  color: var(--text-primary);
  background: var(--surface-elevated);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-control);
  resize: vertical;
  transition: border-color 0.12s, box-shadow 0.12s;
  height: var(--h-field);
  min-height: var(--h-field);
  font-size: var(--fs-sm);
  line-height: 1.2;
  padding: 0 var(--sp-4);
}
input:hover:not(:disabled):not([type=checkbox]),
textarea:hover:not(:disabled),
select:hover:not(:disabled) {
  border-color: var(--primary-fill-strong);
}
input:focus:not([type=checkbox]),
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: var(--focus-ring);
}
input:disabled:not([type=checkbox]),
textarea:disabled,
select:disabled {
  background: var(--surface-3);
  color: var(--text-disabled);
  cursor: not-allowed;
}
input:not([type=checkbox])::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--text-tertiary);
}

textarea {
  min-height: 200px;
  padding: var(--sp-3) var(--sp-4);
  font-family: var(--font-mono);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}

form {
  max-width: 800px;
}

form label,
.app__form label {
  font-weight: var(--fw-medium);
  font-size: var(--fs-sm);
  color: var(--text-primary);
  display: block;
  margin-bottom: var(--sp-2);
}
form label.required::after,
.app__form label.required::after {
  content: "*";
  color: var(--error-solid);
  margin-left: 3px;
}

.app__form {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.form__button, [type=submit] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  border-radius: var(--r-control);
  text-transform: none;
  font-weight: var(--fw-semibold);
  cursor: pointer;
  color: var(--text-on-color);
  background-color: var(--primary);
  border: 1px solid transparent;
  height: var(--h-field);
  min-height: var(--h-field);
  font-size: var(--fs-sm);
  line-height: 1.2;
  padding: 0 var(--sp-5);
  box-shadow: 0 6px 16px -8px var(--primary);
  transition: background 0.12s, box-shadow 0.12s, transform 0.12s;
}
.form__button:hover, [type=submit]:hover {
  background-color: var(--primary-hover);
}
.form__button:active, [type=submit]:active {
  transform: translateY(1px);
}
.form__button:focus-visible, [type=submit]:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

[type=submit] {
  margin-left: auto;
}

.form__button:disabled {
  background: var(--surface-3);
  border-color: transparent;
  color: var(--text-disabled);
  box-shadow: none;
  cursor: not-allowed;
}

.field-hint,
.help-text {
  font-size: var(--fs-xs);
  color: var(--text-tertiary);
  margin-top: var(--sp-2);
  line-height: var(--lh-snug);
  max-width: 70ch;
}

.app__form ul {
  list-style: none;
  margin: var(--sp-2) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}
.app__form ul li {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-xs);
  background: var(--error-bg);
  border: 1px solid var(--error-border);
  color: var(--error-text);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
}
.app__form ul li::before {
  content: "!";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--error-solid);
  color: #fff;
  font-size: 10px;
  font-weight: var(--fw-bold);
  line-height: 14px;
  text-align: center;
}

.hidden-submit {
  display: none;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}
.checkbox-wrapper:not(:last-child) {
  margin-bottom: var(--sp-3);
}
.checkbox-wrapper label {
  margin-bottom: 0;
}

.failed__blocks-notify {
  display: flex;
}
.failed__blocks-notify p {
  padding: var(--sp-3) var(--sp-4);
  margin-bottom: var(--sp-4);
  background: var(--error-bg);
  border: 1px solid var(--error-border);
  color: var(--error-text);
  border-radius: var(--r-md);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
}
.failed__blocks-notify p a {
  font-weight: var(--fw-semibold);
  text-decoration: underline;
  color: inherit;
}

.card {
  border-radius: var(--r-card);
  padding: var(--sp-5);
  background: var(--glass-bg-strong);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), var(--glass-highlight);
}
.card__title {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.02em;
  color: var(--text-tertiary);
  margin-bottom: var(--sp-3);
}

body {
  color: var(--text-primary);
  background: var(--bg-page);
  font-family: var(--font-sans);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: -10%;
  background: var(--aurora);
  pointer-events: none;
  z-index: 0;
  animation: aurora-drift 60s ease-in-out infinite alternate;
}

form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  padding: var(--sp-8);
  gap: var(--sp-4);
  position: relative;
  z-index: 1;
  border-radius: var(--r-card);
  background: var(--glass-bg-strong);
  backdrop-filter: var(--glass-blur-strong);
  -webkit-backdrop-filter: var(--glass-blur-strong);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), var(--glass-highlight);
  box-shadow: var(--glass-shadow-lg);
}

h1 {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-2xl);
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0 0 var(--sp-2);
}

input {
  margin-bottom: 0;
}

[type=submit] {
  margin: var(--sp-2) auto 0;
  width: 100%;
}

.auth__logo {
  width: 56px;
  margin: 0 auto var(--sp-2);
}

.auth__error {
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--r-md);
  background: var(--error-bg);
  border: 1px solid var(--error-border);
  color: var(--error-text);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  text-align: center;
}

.auth__note {
  font-size: var(--fs-sm);
  color: var(--text-secondary);
  text-align: center;
}
.auth__note a {
  color: var(--primary);
  text-decoration: underline;
}

/*# sourceMappingURL=auth-66a36e77fd.output.css.map */
