/* [project]/node_modules/geist/dist/geistsans_d5a4f12f.module.css [app-client] (css) */
@font-face {
  font-family: GeistSans;
  src: url("../media/Geist_Variable-s.p.0mrjj4bg00-he.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

@font-face {
  font-family: GeistSans Fallback;
  src: local(Arial);
  ascent-override: 94.56%;
  descent-override: 27.76%;
  line-gap-override: 0.0%;
  size-adjust: 106.28%;
}

.geistsans_d5a4f12f-module__Ur3q_a__className {
  font-family: GeistSans, GeistSans Fallback;
}

.geistsans_d5a4f12f-module__Ur3q_a__variable {
  --font-geist-sans: "GeistSans", "GeistSans Fallback";
}

/* [project]/node_modules/@fontsource-variable/archivo/index.css [app-client] (css) */
@font-face {
  font-family: Archivo Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/archivo-vietnamese-wght-normal.3cb37nm8mowb2.woff2") format("woff2-variations");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Archivo Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/archivo-latin-ext-wght-normal.3m-fabn93du09.woff2") format("woff2-variations");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Archivo Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/archivo-latin-wght-normal.1_q0qa17ptz5n.woff2") format("woff2-variations");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --ink: #14161c;
  --ink-2: #4a4f5c;
  --ink-3: #6b7280;
  --line: #e4e7ec;
  --grid: #f1f3f7;
  --canvas: #f1f3f7;
  --surface: #fff;
  --surface-2: #f7f8fa;
  --outline: #c9cdd6;
  --outline-strong: #b9bec9;
  --accent: #5b3fd9;
  --accent-700: #4a32b8;
  --accent-100: #e6e0fb;
  --accent-050: #f1edfd;
  --accent-ink: #34219e;
  --ok-bg: #d8f0e8;
  --ok-ink: #0f6e56;
  --warn-bg: #fbebd2;
  --warn-ink: #7a5210;
  --danger-ink: #8c2f2f;
  --font-display: "Archivo Variable", "Archivo", system-ui, sans-serif;
  --r-field: 6px;
  --r-card: 10px;
  --r-section: 16px;
  --container: 1200px;
  --gutter: 24px;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--canvas);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: -.03em;
  margin: 0;
  font-weight: 600;
  line-height: 1.14;
}

p {
  margin: 0;
}

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

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

.container {
  width: 100%;
  max-width: var(--container);
  padding: 0 var(--gutter);
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

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

.eyebrow {
  letter-spacing: .1em;
  color: var(--accent);
  margin-bottom: 12px;
  font-size: 12px;
}

.lede {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 40px;
}

.lede h2 {
  margin-bottom: 12px;
  font-size: 32px;
}

.lede p {
  color: var(--ink-2);
  font-size: 15px;
}

.btn {
  cursor: pointer;
  white-space: nowrap;
  border: .5px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .15s, border-color .15s;
  display: inline-flex;
}

.btn--primary {
  background: var(--accent);
  color: #fff;
}

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

.btn--ghost {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--outline);
}

.btn--ghost:hover {
  border-color: var(--ink-3);
}

.btn--dark-ghost {
  color: #fff;
  background: none;
  border-color: #4a4f5c;
}

.btn--dark-ghost:hover {
  border-color: #8a909c;
}

.btn--sm {
  padding: 9px 16px;
  font-size: 14px;
}

.btn--block {
  width: 100%;
}

.ticks {
  position: relative;
}

.ticks:before, .ticks:after {
  content: "";
  pointer-events: none;
  width: 16px;
  height: 16px;
  position: absolute;
}

.ticks:before {
  border-top: 1px solid var(--outline);
  border-left: 1px solid var(--outline);
  top: 14px;
  left: 14px;
}

.ticks:after {
  border-bottom: 1px solid var(--outline);
  border-right: 1px solid var(--outline);
  bottom: 14px;
  right: 14px;
}

.ticks--dark:before, .ticks--dark:after {
  border-color: #3a3e48;
}

.card {
  background: var(--surface);
  border: .5px solid var(--line);
  border-radius: 12px;
}

.sr-only {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 720px) {
  :root {
    --gutter: 16px;
  }

  .section {
    padding: 56px 0;
  }

  .lede {
    margin-bottom: 28px;
  }

  .lede h2 {
    font-size: 24px;
  }
}

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

  * {
    transition-duration: .01ms !important;
  }
}

a.logo {
  text-decoration: none;
}

a.logo .logo__word {
  transition: opacity .18s;
}

a.logo:hover .logo__word {
  opacity: .55;
}

a.logo .logo__mark {
  transition: opacity .18s;
}

a.logo:hover .logo__mark {
  opacity: .55;
}

.logo {
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.logo__mark {
  flex-shrink: 0;
  display: block;
}

.logo__word {
  font-family: var(--font-display);
  letter-spacing: -.01em;
  color: var(--ink);
  font-size: 21px;
  font-weight: 500;
}

.logo__word--jasny {
  color: #fff;
}

.hdr {
  z-index: 40;
  background: var(--surface);
  border-bottom: .5px solid var(--line);
  position: sticky;
  top: 0;
}

.hdr__inner {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  height: 72px;
  display: flex;
}

.hdr__left {
  align-items: center;
  gap: 34px;
  min-width: 0;
  display: flex;
}

.hdr__nav {
  align-items: center;
  gap: 26px;
  display: flex;
}

.hdr__nav a {
  color: var(--ink-2);
  font-size: 14px;
  transition: color .15s;
}

.hdr__nav a:hover {
  color: var(--ink);
}

.hdr__actions {
  align-items: center;
  gap: 6px;
  display: flex;
}

.hdr__login {
  color: var(--ink);
  padding: 9px 12px;
  font-size: 14px;
}

.hdr__cta-short {
  display: none;
}

.hdr__placeholder {
  width: 132px;
  height: 36px;
  display: inline-block;
}

.hdr__burger {
  width: 38px;
  height: 38px;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  display: none;
}

.hdr__panel {
  z-index: 50;
  background: var(--surface);
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: 0;
}

.hdr__panel-top {
  border-bottom: .5px solid var(--line);
  justify-content: space-between;
  align-items: center;
  height: 64px;
  display: flex;
}

.hdr__panel-body {
  padding-top: 6px;
  overflow-y: auto;
}

.hdr__panel-body > a {
  border-bottom: .5px solid var(--line);
  padding: 14px 0;
  font-size: 16px;
  display: block;
}

.hdr__panel-actions {
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  padding-bottom: 24px;
  display: flex;
}

@media (max-width: 900px) {
  .hdr__nav, .hdr__login {
    display: none;
  }

  .hdr__burger {
    display: inline-flex;
  }

  .hdr__inner {
    height: 64px;
  }

  .hdr__cta-long {
    display: none;
  }

  .hdr__cta-short {
    display: inline;
  }

  .logo__word {
    font-size: 18px;
  }
}

.cal {
  align-items: center;
  gap: 5px 0;
  min-width: 560px;
  display: grid;
}

.cal__head {
  grid-template-columns: subgrid;
  border-bottom: 1px solid var(--line);
  margin-bottom: 3px;
  padding-bottom: 5px;
  display: grid;
}

.cal__head span {
  color: var(--ink-3);
  text-align: center;
  font-size: 11px;
}

.cal__label {
  color: var(--ink);
  white-space: nowrap;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.cal__lines {
  grid-template-columns: subgrid;
  height: 27px;
  display: grid;
}

.cal__lines span {
  border-right: 1px solid var(--grid);
}

.cal__lines span:last-child {
  border-right: 0;
}

.cal__bar {
  align-items: center;
  height: 27px;
  display: flex;
  overflow: hidden;
}

.cal__bar--outline {
  padding: 1px;
}

.cal__bar-inner {
  background: var(--surface);
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.cal__bar-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 8px;
  font-size: 11px;
  overflow: hidden;
}

.hero {
  background: var(--canvas);
  padding: 72px 0 40px;
}

.hero__lede {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 40px;
}

.hero__badge {
  background: var(--surface);
  border: .5px solid var(--line);
  color: var(--ink-2);
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  margin-bottom: 22px;
  padding: 5px 13px;
  font-size: 12px;
  display: inline-flex;
}

.hero__dot {
  background: var(--accent);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.hero h1 {
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 1.08;
}

.hero__lede > p {
  color: var(--ink-2);
  margin-bottom: 26px;
  font-size: 17px;
}

.hero__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  display: flex;
}

.hero__note {
  color: var(--ink-3);
  margin-top: 16px;
  font-size: 13px;
}

.hero__preview {
  background: var(--surface);
  border: .5px solid var(--line);
  border-radius: var(--r-section);
  padding: 18px;
}

.hero__preview-top {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  display: flex;
}

.hero__month {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
}

.hero__scroll, .feat__scroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.legend {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.legend__item {
  color: var(--ink-2);
  align-items: center;
  gap: 5px;
  font-size: 12px;
  display: flex;
}

.legend__item i {
  border-radius: 2px;
  width: 16px;
  height: 9px;
  display: inline-block;
}

.legend__outline {
  background: var(--surface);
  border: 1px solid var(--outline-strong);
}

@media (max-width: 720px) {
  .hero {
    padding: 40px 0 32px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero__lede > p {
    font-size: 15px;
  }

  .hero__actions .btn {
    width: 100%;
  }
}

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

.steps__item {
  border-left: .5px solid var(--line);
  padding: 0 22px;
}

.steps__item:first-child {
  border-left: 0;
  padding-left: 0;
}

.steps__item:last-child {
  padding-right: 0;
}

.steps__num {
  font-family: var(--font-display);
  letter-spacing: .06em;
  color: var(--accent);
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.steps__item h3 {
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 17px;
}

.steps__item > p {
  color: var(--ink-2);
  margin-bottom: 18px;
  font-size: 14px;
}

.steps__visual {
  background: var(--surface-2);
  border: .5px solid var(--line);
  border-radius: var(--r-card);
  padding: 12px;
}

.steps__inputs {
  gap: 6px;
  margin-bottom: 10px;
  display: flex;
}

.field {
  background: var(--surface);
  border: .5px solid var(--outline);
  border-radius: var(--r-field);
  flex: 1;
  padding: 6px 8px;
  font-size: 11px;
}

.field--narrow {
  flex: 0 0 62px;
}

.chips {
  flex-wrap: wrap;
  gap: 4px;
  display: flex;
}

.chip {
  color: var(--ink-2);
  background: #edeff3;
  border-radius: 5px;
  padding: 3px 7px;
  font-size: 10px;
}

.chip--on {
  background: var(--accent-100);
  color: var(--accent-ink);
}

.filerow {
  background: var(--surface);
  border: .5px solid var(--outline);
  border-radius: var(--r-field);
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 8px 9px;
  font-size: 11px;
  display: flex;
}

.filerow span {
  flex: 1;
}

.bars {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.bars span {
  border-radius: 4px;
  height: 13px;
  display: block;
}

.statrow {
  background: var(--surface);
  border: .5px solid var(--line);
  border-radius: var(--r-field);
  color: var(--ink-2);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 9px;
  font-size: 11px;
  display: flex;
}

.statrow:last-child {
  margin-bottom: 0;
}

.statrow b {
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .steps {
    grid-template-columns: 1fr;
  }

  .steps__item {
    border-left: 0;
    border-top: .5px solid var(--line);
    padding: 22px 0;
  }

  .steps__item:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

.feat {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.feat__cell {
  padding: 20px;
}

.feat__cell--wide {
  grid-column: span 2;
}

.feat__cell--full {
  grid-column: 1 / -1;
}

.feat__title {
  letter-spacing: -.02em;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  font-size: 17px;
  display: flex;
}

.feat__title--stack {
  margin: 10px 0 6px;
  font-size: 16px;
  display: block;
}

.feat__desc {
  color: var(--ink-2);
  margin-bottom: 16px;
  font-size: 14px;
}

.feat__cell .feat__desc:last-child {
  margin-bottom: 0;
}

.feat__stats {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.feat__stats .statrow {
  background: var(--surface-2);
  border-color: #0000;
  margin-bottom: 0;
}

.feat__print {
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  display: flex;
}

.feat__print > div:first-child {
  flex: 1;
  min-width: 220px;
}

.sheet {
  background: var(--surface-2);
  border: .5px solid var(--line);
  border-radius: 8px;
  width: 240px;
  padding: 11px;
}

.sheet__head {
  color: var(--ink-3);
  margin-bottom: 7px;
  font-size: 10px;
}

.sheet__row {
  border-bottom: .5px solid var(--line);
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  font-size: 11px;
  display: flex;
}

.sheet__row--last {
  border-bottom: 0;
}

.sheet__row span:nth-child(2) {
  flex: 1;
}

.sheet__row b {
  color: var(--ink-2);
  font-weight: 400;
}

.sheet__box {
  border: 1px solid var(--outline);
  border-radius: 2px;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
}

@media (max-width: 900px) {
  .feat {
    grid-template-columns: 1fr;
  }

  .feat__cell--wide, .feat__cell--full {
    grid-column: auto;
  }

  .sheet {
    width: 100%;
  }
}

.types {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
  display: grid;
}

.types__photo {
  aspect-ratio: 4 / 3;
  border-radius: var(--r-card);
  background: #edeff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 11px;
  display: flex;
}

.types__photo span {
  color: var(--outline-strong);
  font-size: 10px;
}

.types__item h3 {
  letter-spacing: -.015em;
  margin-bottom: 5px;
  font-size: 15px;
}

.types__item p {
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.55;
}

.notfor {
  background: var(--canvas);
  border-radius: 12px;
  padding: 22px 24px;
}

.notfor h3 {
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 16px;
}

.notfor ul {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  display: grid;
}

.notfor li {
  color: var(--ink-2);
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  line-height: 1.55;
  display: flex;
}

.notfor li svg {
  flex-shrink: 0;
  margin-top: 3px;
}

@media (max-width: 900px) {
  .types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .types {
    grid-template-columns: 1fr;
  }
}

.plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
  margin-bottom: 14px;
  display: grid;
}

.plans__item {
  padding: 22px;
}

.plans__item--featured {
  border: 2px solid var(--accent);
}

.plans__badge {
  background: var(--accent-100);
  color: var(--accent-ink);
  border-radius: var(--r-field);
  margin-bottom: 12px;
  padding: 3px 9px;
  font-size: 11px;
  display: inline-block;
}

.plans__name {
  margin-bottom: 3px;
  font-size: 15px;
}

.plans__limit {
  color: var(--ink-2);
  margin-bottom: 16px;
  font-size: 13px;
}

.plans__price {
  align-items: baseline;
  gap: 5px;
  margin-bottom: 3px;
  display: flex;
}

.plans__price b {
  font-family: var(--font-display);
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 600;
}

.plans__price span {
  color: var(--ink-2);
  font-size: 14px;
}

.plans__monthly {
  color: var(--ink-3);
  margin-bottom: 18px;
  font-size: 12px;
}

.included {
  margin-bottom: 14px;
  padding: 20px 24px;
}

.included__head {
  letter-spacing: .06em;
  color: var(--ink-3);
  margin-bottom: 14px;
  font-size: 12px;
}

.included ul {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 18px;
  display: grid;
}

.included li {
  align-items: center;
  gap: 8px;
  font-size: 13px;
  display: flex;
}

.included li svg {
  flex-shrink: 0;
}

.trust {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  display: grid;
}

.trust__item {
  padding: 16px 18px;
}

.trust__item h3 {
  letter-spacing: -.015em;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
}

.trust__item h3 svg {
  flex-shrink: 0;
}

.trust__item p {
  color: var(--ink-2);
  font-size: 12.5px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .plans {
    grid-template-columns: 1fr;
  }
}

.cta {
  background: var(--ink);
  padding: 88px 0;
}

.cta__inner {
  text-align: center;
  max-width: 520px;
}

.cta h2 {
  letter-spacing: -.035em;
  color: #fff;
  margin-bottom: 14px;
  font-size: 40px;
}

.cta__inner > p {
  color: var(--outline-strong);
  margin-bottom: 26px;
  font-size: 16px;
}

.cta__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  display: flex;
}

.cta__note {
  color: var(--ink-3);
  margin-top: 16px;
  font-size: 13px;
}

@media (max-width: 720px) {
  .cta {
    padding: 56px 0;
  }

  .cta h2 {
    font-size: 26px;
  }

  .cta__actions .btn {
    width: 100%;
  }
}

.foot {
  background: var(--surface);
  border-top: .5px solid var(--line);
  padding: 48px 0 20px;
}

.foot__grid {
  border-bottom: .5px solid var(--line);
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 26px;
  display: grid;
}

.foot__brand p {
  color: var(--ink-2);
  max-width: 240px;
  margin: 12px 0;
  font-size: 13px;
  line-height: 1.6;
}

.foot__mail {
  color: var(--accent);
  font-size: 13px;
}

.foot__head {
  letter-spacing: .06em;
  color: var(--ink-3);
  margin-bottom: 12px;
  font-size: 12px;
}

.foot__grid li {
  margin-bottom: 9px;
}

.foot__grid li a {
  font-size: 13px;
  transition: color .15s;
}

.foot__grid li a:hover {
  color: var(--accent);
}

.foot__bar {
  color: var(--ink-3);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  font-size: 12px;
  display: flex;
}

@media (max-width: 900px) {
  .foot__grid {
    grid-template-columns: 1fr 1fr;
  }

  .foot__brand {
    grid-column: 1 / -1;
  }
}

.auth {
  background: #f4f5f8;
  grid-template-columns: 1fr 480px;
  min-height: 100vh;
  display: grid;
}

.auth__panel {
  background: #14161c;
  flex-direction: column;
  padding: clamp(26px, 3.2cqi, 56px) clamp(28px, 3.6cqi, 68px);
  display: flex;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}

.auth__panel:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(to top right, #14161cf0 0%, #14161cd1 28%, #14161c8c 55%, #14161c47 78%, #14161c29 100%);
  position: absolute;
  inset: 0;
}

.auth__photo {
  opacity: .9;
  pointer-events: none;
  background-image: url("/img/bedcal-bg.jpg");
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scaleX(-1);
}

.auth__panel-logo {
  z-index: 1;
  margin-bottom: auto;
  position: relative;
}

.auth__panel-body {
  z-index: 1;
  width: 100%;
  position: relative;
}

.auth__claim {
  color: #fff;
  max-width: clamp(360px, 46cqi, 680px);
  margin: 0 0 clamp(20px, 2.4cqi, 40px);
  font-size: clamp(21px, 3.1cqi, 40px);
  line-height: 1.35;
}

.auth__tiles {
  flex-wrap: nowrap;
  gap: clamp(8px, .9cqi, 16px);
  margin-bottom: clamp(20px, 2.4cqi, 40px);
  display: flex;
}

@container (max-width: 560px) {
  .auth__tiles {
    flex-wrap: wrap;
  }
}

.auth__tile {
  color: #e8e8e6;
  white-space: nowrap;
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  align-items: center;
  gap: 8px;
  padding: clamp(8px, .85cqi, 14px) clamp(12px, 1.2cqi, 20px);
  font-size: clamp(12px, 1.05cqi, 17px);
  transition: transform .18s, background-color .18s;
  display: flex;
}

.auth__tile svg {
  flex: none;
  width: 1.3em;
  height: 1.3em;
}

.auth__claim-lede {
  color: #c9c8c4;
  max-width: clamp(520px, 68cqi, 1040px);
  margin: 0;
  font-size: clamp(13px, 1.15cqi, 19px);
  line-height: 1.65;
}

.auth__trust {
  z-index: 1;
  border-top: 1px solid #ffffff24;
  flex-wrap: wrap;
  gap: 22px;
  margin: clamp(20px, 2.4cqi, 40px) 0 0;
  padding: clamp(14px, 1.6cqi, 26px) 0 0;
  list-style: none;
  display: flex;
  position: relative;
}

.auth__trust li {
  color: #c9c8c4;
  align-items: center;
  gap: 7px;
  font-size: clamp(11px, .95cqi, 15px);
  display: flex;
}

.auth__trust svg {
  flex: none;
  width: 1.2em;
  height: 1.2em;
}

.auth__form {
  border-left: 1px solid var(--line);
  background: #f4f5f8;
  flex-direction: column;
  min-height: 100vh;
  padding: 34px 60px 26px;
  display: flex;
}

.auth__form-inner {
  width: 100%;
  margin: auto 0;
}

.auth__head {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.auth__head > a, .auth__head > span {
  margin-bottom: 22px;
}

.auth h1 {
  text-align: center;
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 1.3;
}

.auth__lede {
  color: var(--ink-3);
  text-align: center;
  margin: 0;
  font-size: 13px;
}

.auth__form .field, .auth__form input[type="text"], .auth__form input[type="email"], .auth__form input[type="password"] {
  background: var(--surface);
}

.auth__submit {
  width: 100%;
  margin-top: 4px;
}

.auth__switch {
  border-top: 1px solid var(--line);
  color: var(--ink-3);
  text-align: center;
  margin-top: 22px;
  padding-top: 16px;
  font-size: 12.5px;
}

.auth__switch a {
  color: var(--accent);
}

.auth__foot-note {
  color: var(--ink-3);
  text-align: center;
  margin: 22px 0 0;
  font-size: 11.5px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .auth {
    grid-template-columns: 1fr;
  }

  .auth__panel {
    display: none;
  }

  .auth__form {
    border-left: 0;
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 24px 24px;
  }
}

.fieldwrap {
  margin-bottom: 16px;
}

.fieldwrap__top {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
  display: flex;
}

.fieldwrap__top label {
  color: var(--ink);
  font-size: 13px;
}

.fieldwrap__aside {
  color: var(--accent);
  font-size: 12.5px;
}

.fieldwrap__box {
  border: 1px solid var(--outline);
  border-radius: var(--r-field);
  background: var(--surface);
  align-items: center;
  height: 44px;
  padding: 0 12px;
  transition: border-color .15s, box-shadow .15s;
  display: flex;
}

.fieldwrap__box:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-050);
}

.fieldwrap__box.is-error {
  border-color: var(--danger-ink);
}

.fieldwrap__box input {
  min-width: 0;
  font: inherit;
  color: var(--ink);
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 14px;
}

.fieldwrap__box input::placeholder {
  color: var(--outline-strong);
}

.fieldwrap__box button {
  color: var(--ink-3);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0 0 0 8px;
  display: flex;
}

.fieldwrap__msg {
  color: var(--ink-3);
  margin-top: 5px;
  font-size: 12px;
}

.fieldwrap__msg.is-error {
  color: var(--danger-ink);
}

.meter {
  gap: 4px;
  margin: -10px 0 16px;
  display: flex;
}

.meter span {
  background: #edeff3;
  border-radius: 2px;
  flex: 1;
  height: 3px;
  transition: background-color .15s;
}

.meter span.on {
  background: var(--ok-ink);
}

.check {
  color: var(--ink-2);
  cursor: pointer;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  line-height: 1.55;
  display: flex;
}

.check input {
  width: 17px;
  height: 17px;
  accent-color: var(--accent);
  flex-shrink: 0;
  margin: 2px 0 0;
}

.check a {
  color: var(--accent);
  text-decoration: underline;
}

.alert {
  border-radius: 8px;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 18px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.55;
  display: flex;
}

.alert svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.alert--error {
  color: var(--danger-ink);
  background: #fbeaea;
}

.alert--info {
  background: var(--accent-050);
  color: var(--ink-2);
}

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

.lang {
  position: relative;
}

.lang__btn {
  height: 36px;
  color: var(--ink-2);
  font: inherit;
  border-radius: var(--r-field);
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  font-size: 13px;
  transition: color .15s, background-color .15s;
  display: inline-flex;
}

.lang__btn:hover {
  color: var(--ink);
  background: var(--surface-2);
}

.lang__scrim {
  z-index: 45;
  cursor: default;
  background: none;
  border: 0;
  position: fixed;
  inset: 0;
}

.lang__menu {
  z-index: 46;
  background: var(--surface);
  border: .5px solid var(--line);
  border-radius: var(--r-card);
  min-width: 172px;
  padding: 4px;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
}

.lang__menu button {
  width: 100%;
  font: inherit;
  color: var(--ink);
  text-align: left;
  border-radius: var(--r-field);
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  font-size: 13.5px;
  display: flex;
}

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

@media (max-width: 900px) {
  .lang__btn span {
    display: none;
  }

  .lang__btn {
    padding: 0 6px;
  }
}

.wiz {
  background: var(--canvas);
  min-height: 100vh;
}

.wiz__header {
  z-index: 40;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
}

.wiz__header > * {
  max-width: 880px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  margin-left: auto;
  margin-right: auto;
}

.wiz__body {
  max-width: 880px;
  padding: 22px var(--gutter) 64px;
  margin: 0 auto;
}

.wiz__loading {
  color: var(--ink-2);
  text-align: center;
  padding: 48px 0;
  font-size: 14px;
}

.wiz__bar {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 11px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.wiz__barright {
  align-items: center;
  gap: 16px;
  margin-left: auto;
  display: flex;
}

.wiz__later {
  color: var(--ink-2);
  border-left: 1px solid var(--line);
  padding-left: 16px;
  font-size: 13px;
}

.wiz__later:hover {
  color: var(--accent);
}

.save {
  color: var(--ink-2);
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  display: inline-flex;
}

.save svg {
  color: var(--ok-ink);
}

.save--muted svg, .save--offline svg {
  color: currentColor;
}

.save--idle {
  min-height: 18px;
}

.save--muted {
  color: var(--outline-strong);
}

.save--offline {
  color: var(--danger-ink);
}

.stepper {
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.stepper__item {
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  display: flex;
}

.stepper__dot {
  border: 1.5px solid var(--outline);
  width: 22px;
  height: 22px;
  color: var(--ink-3);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.stepper__label {
  color: var(--ink-3);
  white-space: nowrap;
  font-size: 13px;
}

.stepper__line {
  background: var(--line);
  border-radius: 1px;
  flex: 1;
  min-width: 16px;
  height: 2px;
  margin: 0 10px;
}

.stepper__item {
  flex: 1;
}

.stepper__item:last-child {
  flex: none;
}

.stepper__item.is-done .stepper__dot {
  background: var(--ok-ink);
  color: #fff;
  border-color: #0000;
}

.stepper__item.is-done .stepper__label {
  color: var(--ink-2);
}

.stepper__item.is-done .stepper__line {
  background: var(--ok-ink);
}

.stepper__item.is-now .stepper__dot {
  background: var(--accent);
  color: #fff;
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 3px var(--accent-050);
  border-color: #0000;
  font-weight: 500;
}

.stepper__item.is-now .stepper__label {
  color: var(--ink);
}

.stepper__item.is-now .stepper__line {
  background: var(--outline);
}

.progress {
  display: none;
}

.progress__top {
  color: var(--ink);
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 9px;
  font-size: 13px;
  display: flex;
}

.progress__top span:last-child {
  color: var(--ink-3);
  font-size: 12px;
}

.progress__track {
  background: var(--line);
  border-radius: 2px;
  height: 4px;
  overflow: hidden;
}

.progress__fill {
  background: var(--accent);
  border-radius: 2px;
  height: 100%;
}

.wiz__card {
  background: var(--surface);
  border: .5px solid var(--line);
  border-radius: 12px;
  padding: 26px;
}

.wiz__title {
  margin-bottom: 6px;
  font-size: 22px;
}

.wiz__lede {
  color: var(--ink-2);
  margin-bottom: 24px;
  font-size: 14px;
}

.wiz__pair {
  grid-template-columns: 2fr 1fr;
  gap: 12px;
  display: grid;
}

.wiz__foot {
  border-top: .5px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding-top: 20px;
  display: flex;
}

.chips--pick {
  gap: 7px;
}

.pick {
  font: inherit;
  border: 1px solid var(--outline);
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  transition: background-color .15s, border-color .15s, color .15s;
}

.pick:hover {
  border-color: var(--accent);
}

.pick.is-on {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.blds {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.blds__row {
  border: .5px solid var(--line);
  background: var(--surface-2);
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 4px 10px 4px 14px;
  display: flex;
}

.blds__row input {
  min-width: 0;
  font: inherit;
  color: var(--ink);
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  padding: 10px 0;
  font-size: 14px;
}

.blds__row input.is-error {
  color: var(--danger-ink);
}

.blds__row button {
  color: var(--ink-3);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 6px;
  display: flex;
}

.blds__row button:hover {
  color: var(--danger-ink);
}

.blds__add {
  border: 1px dashed var(--outline);
  width: 100%;
  font: inherit;
  color: var(--accent);
  cursor: pointer;
  background: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 12px 14px;
  font-size: 14px;
  display: flex;
}

.blds__add:hover {
  border-color: var(--accent);
}

.hintbox {
  background: var(--accent-050);
  color: var(--ink-2);
  border-radius: 8px;
  align-items: flex-start;
  gap: 9px;
  padding: 13px 14px;
  font-size: 12.5px;
  line-height: 1.55;
  display: flex;
}

.hintbox svg {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 720px) {
  .stepper {
    display: none;
  }

  .progress {
    display: block;
  }

  .wiz__card {
    padding: 20px 18px;
  }

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

  .wiz__foot {
    flex-direction: column-reverse;
  }

  .wiz__foot .btn {
    width: 100%;
  }
}

.gen {
  background: var(--surface-2);
  border: .5px solid var(--line);
  border-radius: var(--r-card);
  margin-bottom: 18px;
  padding: 16px;
}

.gen--single {
  margin-top: -8px;
}

.gen__row {
  grid-template-columns: 1.2fr .9fr .7fr .7fr .7fr .9fr;
  gap: 10px;
  display: grid;
}

.gen__row--single {
  grid-template-columns: 1fr .9fr 1.3fr .7fr .9fr auto;
  align-items: end;
}

.gen__f {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.gen__f > span {
  color: var(--ink-2);
  margin-bottom: 5px;
  font-size: 12px;
}

.gen__f input, .gen__f select {
  background: var(--surface);
  border: 1px solid var(--outline);
  border-radius: var(--r-field);
  height: 40px;
  font: inherit;
  color: var(--ink);
  outline: 0;
  min-width: 0;
  padding: 0 10px;
  font-size: 13px;
  transition: border-color .15s, box-shadow .15s;
}

.gen__f input:focus, .gen__f select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-050);
}

.gen__msg {
  border-radius: 8px;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 14px;
  font-size: 12.5px;
  line-height: 1.55;
  display: flex;
}

.gen__msg svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.gen__msg.is-error {
  color: var(--danger-ink);
  background: #fbeaea;
}

.gen__msg.is-warn {
  background: var(--warn-bg);
  color: var(--warn-ink);
}

.gen__foot {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  display: flex;
}

.gen__chips {
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  display: flex;
}

.gen__willbe {
  color: var(--ink-2);
  margin-right: 4px;
  font-size: 12px;
}

.gen__count {
  color: var(--ink-3);
  margin-left: 6px;
  font-size: 12px;
}

.gen__hint {
  color: var(--outline-strong);
  font-size: 12px;
}

.gen__hint--block {
  margin-top: 10px;
  display: block;
}

.chip--skip {
  background: var(--surface);
  color: var(--outline-strong);
  border: 1px solid var(--line);
  text-decoration: line-through;
}

.gen__head {
  letter-spacing: .06em;
  color: var(--ink-3);
  margin-bottom: 10px;
  font-size: 12px;
}

.gen__list {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
  display: flex;
}

.gen__item {
  border: .5px solid var(--line);
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.gen__item.is-new {
  border: 1.5px solid var(--ok-ink);
  background: #f7fdfa;
}

.gen__dot {
  border-radius: 2px;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.gen__desc {
  min-width: 0;
  color: var(--ink);
  flex: 1;
  font-size: 13.5px;
}

.gen__desc b {
  font-weight: 500;
}

.gen__num {
  color: var(--ink-2);
  white-space: nowrap;
  font-size: 12.5px;
}

.gen__item > button:not(.gen__expand) {
  color: var(--ink-3);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 4px;
  display: flex;
}

.gen__item > button:not(.gen__expand):hover {
  color: var(--ink);
}

.gen__empty {
  border: 1px dashed var(--outline);
  text-align: center;
  color: var(--outline);
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 34px 24px;
}

.gen__empty h3 {
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 12px 0 5px;
  font-size: 16px;
}

.gen__empty p {
  color: var(--ink-2);
  max-width: 400px;
  margin: 0 auto;
  font-size: 13.5px;
  line-height: 1.6;
}

.gen__summary {
  background: var(--canvas);
  border-radius: var(--r-card);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 4px;
  padding: 16px 18px;
  display: flex;
}

.gen__total {
  font-family: var(--font-display);
  letter-spacing: -.025em;
  font-size: 19px;
  font-weight: 600;
}

.gen__plan {
  color: var(--ink-2);
  margin-top: 3px;
  font-size: 12.5px;
}

.dlg {
  z-index: 100;
  padding: var(--gutter);
  background: #14161c66;
  justify-content: center;
  align-items: center;
  animation: .18s dlg-tlo;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

@keyframes dlg-tlo {
  from {
    opacity: 0;
  }
}

.dlg__box {
  background: var(--surface);
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  margin: auto;
  padding: 26px;
  animation: .24s cubic-bezier(.16, 1, .3, 1) dlg-wjazd;
  overflow-y: auto;
}

.dlg__icon {
  width: 36px;
  height: 36px;
  color: var(--danger-ink);
  background: #fbeaea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.dlg__box h3 {
  letter-spacing: -.025em;
  margin-bottom: 6px;
  font-size: 18px;
}

.dlg__lede {
  color: var(--ink-2);
  margin-bottom: 18px;
  font-size: 13.5px;
  line-height: 1.6;
}

.dlg__hint {
  color: var(--ink-2);
  margin-bottom: 18px;
  font-size: 12.5px;
  line-height: 1.55;
}

.dlg__foot {
  justify-content: flex-end;
  gap: 8px;
  margin-top: 24px;
  padding-top: 4px;
  display: flex;
}

@media (max-width: 720px) {
  .gen__row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gen__f--wide {
    grid-column: 1 / -1;
  }

  .gen__row--single {
    grid-template-columns: 1fr 1fr;
  }

  .gen__row--single .btn {
    grid-column: 1 / -1;
  }

  .gen__foot {
    flex-direction: column;
    align-items: stretch;
  }

  .gen__foot .btn {
    width: 100%;
  }

  .gen__item {
    flex-wrap: wrap;
  }

  .gen__desc {
    flex: 100%;
    margin-bottom: 4px;
  }

  .gen__num {
    flex: 1;
  }

  .dlg__foot {
    flex-direction: column-reverse;
  }

  .dlg__foot .btn {
    width: 100%;
  }
}

.sel {
  flex-direction: column;
  min-width: 0;
  display: flex;
  position: relative;
}

.sel__label {
  color: var(--ink-2);
  margin-bottom: 5px;
  font-size: 12px;
}

.sel__trigger {
  background: var(--surface);
  border: 1px solid var(--outline);
  border-radius: var(--r-field);
  width: 100%;
  height: 40px;
  font: inherit;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  font-size: 13px;
  transition: border-color .15s, box-shadow .15s;
  display: flex;
}

.sel__trigger > span:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sel__trigger:hover:not(:disabled) {
  border-color: #9e93e8;
}

.sel__trigger.is-open, .sel__trigger:focus-visible {
  border: 1.5px solid var(--accent);
  box-shadow: 0 0 0 3px var(--accent-050);
  outline: 0;
}

.sel__trigger.is-error {
  border-color: var(--danger-ink);
}

.sel__trigger:disabled {
  background: var(--surface-2);
  border-color: var(--line);
  color: var(--outline-strong);
  cursor: not-allowed;
}

.sel__placeholder {
  color: var(--outline-strong);
}

.sel__chev {
  color: var(--ink-3);
  flex-shrink: 0;
  transition: transform .18s, color .15s;
}

.sel__trigger:hover:not(:disabled) .sel__chev {
  color: var(--ink-2);
}

.sel__trigger.is-open .sel__chev {
  color: var(--accent);
  transform: rotate(180deg);
}

.sel__trigger.is-error .sel__chev {
  color: var(--danger-ink);
}

.sel__trigger:disabled .sel__chev {
  color: var(--outline);
}

.sel__menu {
  z-index: 50;
  background: var(--surface);
  border: .5px solid var(--line);
  border-radius: var(--r-card);
  max-height: 280px;
  padding: 4px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  overflow-y: auto;
}

.sel__menu.is-up {
  top: auto;
  bottom: calc(100% + 6px);
}

.sel__menu.is-auto {
  width: max-content;
  min-width: 100%;
  max-width: 320px;
  right: auto;
}

.sel__opt {
  border-radius: var(--r-field);
  color: var(--ink);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  font-size: 13.5px;
  display: flex;
}

.sel__opt > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sel__opt svg {
  color: var(--accent);
  flex-shrink: 0;
}

.sel__opt.is-active {
  background: var(--surface-2);
}

.sel__opt.is-picked {
  background: var(--accent-050);
}

.sel__opt.is-picked.is-active {
  background: var(--accent-100);
}

.sel__opt.is-disabled {
  color: var(--outline-strong);
  cursor: not-allowed;
  background: none;
}

.sel__err {
  color: var(--danger-ink);
  margin-top: 5px;
  font-size: 12px;
}

@media (max-width: 720px) {
  .sel__trigger {
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
  }

  .sel__opt {
    padding: 13px 12px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sel__chev {
    transition: none;
  }
}

.numf {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.numf__label {
  color: var(--ink-2);
  margin-bottom: 5px;
  font-size: 12px;
}

.numf input {
  background: var(--surface);
  border: 1px solid var(--outline);
  border-radius: var(--r-field);
  height: 40px;
  font: inherit;
  color: var(--ink);
  outline: 0;
  min-width: 0;
  padding: 0 10px;
  font-size: 13px;
  transition: border-color .15s, box-shadow .15s;
}

.numf input:hover {
  border-color: #9e93e8;
}

.numf input:focus {
  border: 1.5px solid var(--accent);
  box-shadow: 0 0 0 3px var(--accent-050);
}

.numf input.is-error {
  border-color: var(--danger-ink);
}

.numf__err {
  color: var(--danger-ink);
  margin-top: 5px;
  font-size: 12px;
}

@media (max-width: 720px) {
  .numf input {
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
  }
}

.cbar {
  background: var(--warn-bg);
  color: var(--warn-ink);
  border-radius: var(--r-card);
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
}

.cbar svg {
  flex-shrink: 0;
}

.cbar__text {
  flex: 1;
  min-width: 220px;
}

.cbar__actions {
  align-items: center;
  gap: 14px;
  margin-left: auto;
  display: flex;
}

.cbar button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 0;
  padding: 0;
  font-size: 13px;
  text-decoration: underline;
}

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

.cbar__toggle {
  align-items: center;
  display: flex;
  text-decoration: none !important;
}

.cbar--slim {
  gap: 10px;
  padding: 8px 16px;
  font-size: 12.5px;
}

.cbar--slim span {
  flex: 1;
}

.cbar--ok {
  background: var(--ok-bg);
  color: var(--ok-ink);
}

.cbar--wait {
  background: var(--surface-2);
  color: var(--ink-2);
  border: .5px solid var(--line);
}

.cpage {
  background: var(--canvas);
  min-height: 100vh;
  padding: 32px var(--gutter) 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cpage__logo {
  margin-bottom: 32px;
}

.cpage__card {
  background: var(--surface);
  border: .5px solid var(--line);
  text-align: center;
  border-radius: 12px;
  width: 100%;
  max-width: 460px;
  padding: 30px;
}

.cpage__wait {
  color: var(--ink-2);
  padding: 24px 0;
  font-size: 14px;
}

.cpage__icon {
  background: var(--surface-2);
  width: 40px;
  height: 40px;
  color: var(--ink-2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}

.cpage__icon--ok {
  background: var(--ok-bg);
  color: var(--ok-ink);
}

.cpage__card h1 {
  margin-bottom: 6px;
  font-size: 20px;
}

.cpage__card > p {
  color: var(--ink-2);
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.6;
}

.cpage__foot {
  color: var(--ink-2);
  margin-top: 16px;
  font-size: 13px;
}

.cpage__foot a {
  color: var(--accent);
}

@media (max-width: 720px) {
  .cbar__actions {
    margin-left: 0;
  }

  .cpage__card {
    padding: 24px 20px;
  }
}

.team {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
  display: flex;
}

.team__row {
  border: .5px solid var(--line);
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.team__row.is-self {
  background: var(--surface-2);
}

.team__row.is-expired {
  background: var(--warn-bg);
  border-color: #0000;
}

.team__row.is-new {
  border: 1.5px solid var(--ok-ink);
  background: #f7fdfa;
}

.team__avatar {
  background: var(--accent-100);
  width: 32px;
  height: 32px;
  color: var(--accent-ink);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.team__avatar--mail {
  color: var(--ink-3);
  background: #edeff3;
}

.team__row.is-expired .team__avatar--mail {
  background: var(--surface);
  color: var(--warn-ink);
}

.team__who {
  flex: 1;
  min-width: 0;
}

.team__who b {
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13.5px;
  font-weight: 400;
  display: block;
  overflow: hidden;
}

.team__who > span {
  color: var(--ink-2);
  font-size: 12px;
  display: block;
}

.team__who > span.is-warn {
  color: var(--warn-ink);
}

.team__role {
  background: var(--surface-2);
  color: var(--ink-2);
  white-space: nowrap;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
}

.team__role.is-owner {
  background: var(--accent-100);
  color: var(--accent-ink);
}

.team__row.is-expired .team__role {
  background: var(--surface);
  color: var(--warn-ink);
}

.team__state {
  width: 82px;
  color: var(--ok-ink);
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  display: flex;
}

.team__row.is-self .team__state {
  color: var(--ink-3);
}

.team__actions {
  justify-content: flex-end;
  gap: 10px;
  width: 82px;
  display: flex;
}

.team__actions button {
  color: var(--ink-3);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 2px;
  display: flex;
}

.team__actions button:hover {
  color: var(--ink);
}

.team__row.is-expired .team__actions button {
  color: var(--warn-ink);
}

.team__form {
  grid-template-columns: 1.6fr 1fr auto;
  align-items: end;
  gap: 10px;
  display: grid;
}

.team__form input {
  background: var(--surface);
  border: 1px solid var(--outline);
  border-radius: var(--r-field);
  height: 40px;
  font: inherit;
  color: var(--ink);
  outline: 0;
  min-width: 0;
  padding: 0 10px;
  font-size: 13px;
  transition: border-color .15s, box-shadow .15s;
}

.team__form input:focus {
  border: 1.5px solid var(--accent);
  box-shadow: 0 0 0 3px var(--accent-050);
}

.team__form input.is-error {
  border-color: var(--danger-ink);
}

.roles {
  border: .5px solid var(--line);
  border-radius: var(--r-card);
  margin-top: 4px;
  padding: 16px 18px;
}

.roles__grid p {
  color: var(--ink);
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
  font-size: 13.5px;
  display: flex;
}

.roles__grid span {
  color: var(--ink-2);
  font-size: 12.5px;
  line-height: 1.55;
}

.wiz__foot-right {
  align-items: center;
  gap: 14px;
  display: flex;
}

.wiz__skip {
  color: var(--ink-2);
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 0;
  padding: 0 4px;
  font-family: inherit;
  font-size: 14px;
}

.wiz__skip:hover {
  color: var(--ink);
  text-decoration: underline;
}

.cpage__card--wide {
  text-align: left;
  max-width: 440px;
}

.invite h1 {
  margin-bottom: 6px;
  font-size: 21px;
}

.invite__lede {
  color: var(--ink-2);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.invite__email {
  background: var(--surface-2);
  color: var(--ink-2);
  border-radius: 8px;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 11px 13px;
  font-size: 13px;
  display: flex;
}

.invite__email svg {
  color: var(--ink-3);
  flex-shrink: 0;
}

.invite__terms {
  color: var(--ink-3);
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.55;
}

.invite__terms a {
  color: var(--accent);
  text-decoration: underline;
}

@media (max-width: 720px) {
  .team__row {
    flex-wrap: wrap;
  }

  .team__who {
    flex: calc(100% - 44px);
  }

  .team__role, .team__state, .team__actions {
    width: auto;
  }

  .team__actions {
    margin-left: auto;
  }

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

  .team__form .btn {
    width: 100%;
  }

  .wiz__foot-right {
    flex-direction: column-reverse;
    width: 100%;
  }

  .wiz__foot-right .btn {
    width: 100%;
  }
}

.tip {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.tip__btn {
  color: var(--outline-strong);
  cursor: help;
  background: none;
  border: 0;
  align-items: center;
  padding: 0;
  transition: color .15s;
  display: flex;
}

.tip__btn:hover, .tip__btn.is-on, .tip__btn:focus-visible {
  color: var(--accent);
}

.tip__box {
  z-index: 70;
  background: var(--ink);
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 8px;
  width: max-content;
  max-width: 250px;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  animation: .15s tip-in;
  position: absolute;
  top: calc(100% + 8px);
  left: -8px;
}

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

.tip__box--poza {
  z-index: 200;
  position: fixed;
}

.tip__box--poza.is-up {
  transform: translateY(-100%);
}

.tip__box--poza.is-side {
  transform: translateY(-50%);
}

.tip__box--poza.is-side-left {
  transform: translate(-100%, -50%);
}

.tip__box.is-side {
  animation: .15s tip-in-side;
  top: 50%;
  bottom: auto;
  left: calc(100% + 10px);
  transform: translateY(-50%);
}

@keyframes tip-in-side {
  from {
    opacity: 0;
    transform: translateY(-50%)translateX(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(-50%)translateX(0);
  }
}

.tip__box.is-up {
  top: auto;
  bottom: calc(100% + 8px);
}

@keyframes tip-in {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }
}

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

.sel__label, .numf__label {
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.wiz__lede--tight {
  margin-bottom: 4px;
}

.wiz__sub {
  color: var(--ink-3);
  margin-bottom: 22px;
  font-size: 13.5px;
  line-height: 1.6;
}

.gen__item {
  flex-wrap: wrap;
}

.gen__item.is-open {
  background: var(--surface-2);
}

.gen__expand {
  color: var(--ink-3);
  cursor: pointer;
  background: none;
  border: 0;
  margin-left: -4px;
  padding: 2px;
  display: flex;
}

.gen__expand:hover {
  color: var(--ink);
}

.gen__rooms {
  background: var(--surface);
  border-radius: 8px;
  flex: 100%;
  margin-top: 10px;
  padding: 12px 14px;
}

.gen__rooms p {
  color: var(--ink-3);
  margin-bottom: 9px;
  font-size: 12px;
}

.gen__tiles {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.room__pair {
  grid-template-columns: 1fr 1.6fr;
  gap: 12px;
  margin-bottom: 16px;
  display: grid;
}

.room__label {
  color: var(--ink-2);
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  display: inline-flex;
}

.room__input {
  background: var(--surface);
  border: 1px solid var(--outline);
  border-radius: var(--r-field);
  width: 100%;
  height: 40px;
  font: inherit;
  color: var(--ink);
  outline: 0;
  padding: 0 10px;
  font-size: 13px;
  transition: border-color .15s, box-shadow .15s;
}

.room__input:focus {
  border: 1.5px solid var(--accent);
  box-shadow: 0 0 0 3px var(--accent-050);
}

.room__note {
  background: var(--surface-2);
  color: var(--ink-2);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 11px 13px;
  font-size: 12.5px;
  line-height: 1.55;
}

.room__foot {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.room__buttons {
  gap: 8px;
  margin-left: auto;
  display: flex;
}

@media (max-width: 720px) {
  .room__pair {
    grid-template-columns: 1fr;
  }

  .room__foot {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .room__buttons {
    margin-left: 0;
  }

  .room__buttons .btn {
    flex: 1;
  }

  .tip__box {
    max-width: 210px;
  }
}

.toasts {
  z-index: 120;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: min(100% - 32px, 560px);
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.toast {
  pointer-events: auto;
  border-radius: 11px;
  align-items: center;
  gap: 12px;
  padding: 13px 14px 15px;
  font-size: 14px;
  line-height: 1.45;
  animation: .22s cubic-bezier(.16, 1, .3, 1) toast-in;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px #14161c2e;
}

.toast.is-leaving {
  animation: .2s forwards toast-out;
}

.toast--ok {
  background: var(--ok-ink);
  color: #fff;
}

.toast--warn {
  background: var(--warn-ink);
  color: #fff;
}

.toast svg {
  flex-shrink: 0;
}

.toast__text {
  white-space: normal;
  flex: 1;
}

.toast__action, .toast__close {
  width: 26px;
  height: 26px;
  color: inherit;
  cursor: pointer;
  opacity: .85;
  background: #ffffff1f;
  border: 0;
  border-radius: 7px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: background-color .13s, opacity .13s;
  display: flex;
}

.toast__action {
  white-space: nowrap;
  font-size: 13px;
  text-decoration: underline;
}

.toast__close {
  opacity: .7;
  display: flex;
}

.toast__close:hover {
  opacity: 1;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

@keyframes toast-out {
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .toast, .toast.is-leaving {
    animation: none;
  }
}

.wiz__title, .wiz__lede, .wiz__sub {
  max-width: 620px;
}

.gen__head {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  display: flex;
}

.gen__headhint {
  letter-spacing: normal;
  color: var(--outline-strong);
  text-transform: none;
  font-size: 12px;
}

.gen__desc--click {
  cursor: pointer;
}

.gen__desc--click:hover {
  color: var(--accent);
}

.gen__desc--click:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.range__grid {
  grid-template-columns: 1.3fr 1fr .7fr;
  gap: 12px;
  margin-bottom: 14px;
  display: grid;
}

.range__sum {
  color: var(--ink-2);
  background: var(--surface-2);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 11px 13px;
  font-size: 13px;
  line-height: 1.55;
}

.range__sum span {
  color: var(--ink-3);
}

@media (max-width: 720px) {
  .range__grid {
    grid-template-columns: 1fr;
  }

  .toasts {
    bottom: 16px;
  }
}

.room__switch {
  border: .5px solid var(--line);
  border-radius: var(--r-card);
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  padding: 13px 14px;
  display: flex;
}

.room__switch.is-off {
  background: var(--warn-bg);
  border-color: #0000;
}

.room__knob {
  background: var(--accent);
  cursor: pointer;
  border: 0;
  border-radius: 11px;
  flex-shrink: 0;
  width: 38px;
  height: 22px;
  padding: 0;
  transition: background-color .18s;
  position: relative;
}

.room__switch.is-off .room__knob {
  background: var(--outline);
}

.room__knob span {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: left .18s;
  position: absolute;
  top: 3px;
  left: 19px;
}

.room__switch.is-off .room__knob span {
  left: 3px;
}

.room__switch b {
  color: var(--ink);
  margin-bottom: 3px;
  font-size: 13.5px;
  font-weight: 400;
  display: block;
}

.room__switch.is-off b {
  color: var(--warn-ink);
}

.room__switch > span > span {
  color: var(--ink-2);
  font-size: 12.5px;
  line-height: 1.5;
  display: block;
}

.room__switch.is-off > span > span {
  color: var(--warn-ink);
}

.room__foot {
  justify-content: flex-end;
}

@media (prefers-reduced-motion: reduce) {
  .room__knob, .room__knob span {
    transition: none;
  }
}

.numf__box {
  background: var(--surface);
  border: 1px solid var(--outline);
  border-radius: var(--r-field);
  align-items: center;
  height: 40px;
  padding: 0 10px;
  transition: border-color .15s, box-shadow .15s;
  display: flex;
}

.numf__box:hover {
  border-color: #9e93e8;
}

.numf__box:focus-within {
  border: 1.5px solid var(--accent);
  box-shadow: 0 0 0 3px var(--accent-050);
}

.numf__box.is-error {
  border-color: var(--danger-ink);
}

.numf__box input {
  min-width: 0;
  height: 100%;
  font: inherit;
  color: var(--ink);
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  padding: 0;
  font-size: 13px;
}

.numf__unit {
  color: var(--ink-3);
  white-space: nowrap;
  padding-left: 8px;
  font-size: 12px;
}

.gen__num {
  align-items: center;
  gap: 14px;
  display: flex;
}

.gen__num > span {
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  display: flex;
}

.gen__num svg {
  color: var(--ink-3);
  flex-shrink: 0;
}

.rtile {
  text-align: left;
  min-width: 96px;
  font: inherit;
  border: 1px solid var(--outline);
  background: var(--surface);
  cursor: pointer;
  border-radius: 8px;
  padding: 9px 11px;
  transition: border-color .15s, background-color .15s;
}

.rtile:hover {
  border-color: var(--accent);
}

.rtile__top {
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
  display: flex;
}

.rtile__top b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.rtile__top svg {
  color: var(--accent);
  flex-shrink: 0;
  margin-left: auto;
}

.rtile__beds {
  color: var(--ink-2);
  font-size: 11.5px;
  display: block;
}

.rtile__label {
  color: var(--ink-2);
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px;
  margin-top: 3px;
  font-size: 11px;
  display: block;
  overflow: hidden;
}

.rtile.is-tagged {
  border: 1px solid var(--accent);
  background: var(--accent-050);
}

.rtile.is-tagged .rtile__beds {
  color: var(--accent-ink);
}

.rtile.is-off {
  background: var(--surface-2);
  border-color: var(--line);
  opacity: .7;
}

.rtile.is-off .rtile__top b {
  color: var(--ink-3);
  text-decoration: line-through;
}

.rtile.is-off .rtile__top svg, .rtile.is-off .rtile__beds {
  color: var(--warn-ink);
}

.gen__more {
  font: inherit;
  color: var(--accent);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 10px 0 2px;
  font-size: 12.5px;
}

.gen__total {
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  display: flex;
}

.gen__total > span {
  align-items: center;
  gap: 7px;
  display: flex;
}

.gen__total svg {
  color: var(--accent);
  flex-shrink: 0;
}

@media (max-width: 720px) {
  .gen__num {
    gap: 10px;
    font-size: 12px;
  }

  .rtile {
    min-width: 88px;
  }
}

.resume {
  background: var(--surface);
  border: .5px solid var(--line);
  border-radius: 14px;
  max-width: 460px;
  margin: 24px auto 0;
  padding: 30px;
}

.resume__head {
  text-align: center;
  margin-bottom: 26px;
}

.resume__icon {
  background: var(--accent-050);
  width: 42px;
  height: 42px;
  color: var(--accent);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: inline-flex;
}

.resume h1 {
  letter-spacing: -.03em;
  margin-bottom: 7px;
  font-size: 21px;
}

.resume__head p {
  color: var(--ink-2);
  max-width: 340px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
}

.resume__progress {
  color: var(--ink-3);
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 12px;
  display: flex;
}

.resume__track {
  background: var(--line);
  border-radius: 2px;
  flex: 1;
  height: 4px;
  overflow: hidden;
}

.resume__track > span {
  background: var(--accent);
  border-radius: 2px;
  height: 100%;
  display: block;
}

.resume__list {
  border: .5px solid var(--line);
  border-radius: 10px;
  margin-bottom: 24px;
  overflow: hidden;
}

.resume__row {
  border-bottom: .5px solid var(--grid);
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  font-size: 13.5px;
  display: flex;
}

.resume__row:last-child {
  border-bottom: 0;
}

.resume__row.is-now {
  background: var(--accent-050);
  border-left: 3px solid var(--accent);
  padding-left: 11px;
}

.resume__row.is-todo {
  opacity: .5;
}

.resume__check {
  color: var(--ok-ink);
  flex-shrink: 0;
}

.resume__arrow {
  color: var(--accent);
  flex-shrink: 0;
}

.resume__bullet {
  border: 1.5px solid var(--outline);
  border-radius: 50%;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.resume__label {
  color: var(--ink);
  flex: 1;
}

.resume__row.is-now .resume__label {
  color: var(--accent-ink);
  font-weight: 500;
}

.resume__detail {
  color: var(--ink-2);
  text-align: right;
  font-size: 12.5px;
}

.resume__row.is-now .resume__detail {
  color: var(--accent);
}

.resume__restart {
  width: 100%;
  font: inherit;
  color: var(--ink-3);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 11px;
  font-size: 13px;
  display: block;
}

.resume__restart:hover {
  color: var(--ink);
}

.btn--arrow {
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

.btn--arrow svg {
  transition: transform .15s;
}

.btn--arrow:hover svg {
  transform: translateX(2px);
}

.btn--danger {
  background: var(--danger-ink);
  color: #fff;
  border: 0;
}

.btn--danger:hover {
  filter: brightness(1.08);
}

.gen__pricing {
  color: var(--ink);
  background: var(--surface);
  border: .5px solid var(--outline);
  white-space: nowrap;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  font-size: 13px;
  transition: border-color .15s;
  display: inline-flex;
}

.gen__pricing:hover {
  border-color: var(--accent);
}

.gen__pricing svg {
  color: var(--ink-3);
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .btn--arrow svg {
    transition: none;
  }
}

@media (max-width: 720px) {
  .resume {
    padding: 24px 20px;
  }
}

.roles {
  border: 0;
  margin-top: 22px;
  padding: 0;
}

.roles__head {
  letter-spacing: .07em;
  color: var(--ink-2);
  margin-bottom: 14px;
  font-size: 11px;
}

.roles__grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  display: grid;
}

.rolecard {
  border: 1px solid var(--outline);
  border-top: 3px solid var(--outline-strong);
  border-radius: 10px;
  overflow: hidden;
}

.rolecard--owner {
  border-top-color: var(--accent);
}

.rolecard--reception {
  border-top-color: #17507f;
}

.rolecard--kitchen {
  border-top-color: var(--ok-ink);
}

.rolecard__top {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 10px;
  padding: 15px 16px 13px;
  display: flex;
}

.rolecard__icon {
  border-radius: 9px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.rolecard__icon svg {
  color: #fff;
  stroke: #fff;
}

.rolecard__icon--owner svg {
  fill: #fff;
  stroke: none;
}

.team__form input::placeholder {
  color: var(--outline-strong);
}

.rolecard__icon--owner {
  background: var(--accent);
}

.rolecard__icon--reception {
  background: #17507f;
}

.rolecard__icon--kitchen {
  background: var(--ok-ink);
}

.rolecard__top b {
  font-family: var(--font-display);
  letter-spacing: -.02em;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
}

.rolecard__body {
  padding: 13px 16px 15px;
}

.rolecard p {
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12.5px;
  line-height: 1.5;
  display: flex;
}

.rolecard p:last-child {
  margin-bottom: 0;
}

.rolecard p.is-yes {
  color: var(--ink);
}

.rolecard__mark {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  display: flex;
}

.rolecard p.is-yes .rolecard__mark {
  background: var(--ok-bg);
  color: var(--ok-ink);
}

.rolecard__no {
  background: #fbeaea;
  border-radius: 6px;
  margin: 10px -9px -9px;
  padding: 8px 9px;
}

.rolecard__no p {
  color: var(--danger-ink);
  margin-bottom: 6px;
}

.rolecard__no p:last-child {
  margin-bottom: 0;
}

.rolecard__no .rolecard__mark {
  color: var(--danger-ink);
  background: #f5d4d4;
}

.dlg__box--narrow {
  max-width: 380px;
}

.mdlg__who {
  background: var(--surface-2);
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 11px 13px;
}

.mdlg__who b {
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 400;
  display: block;
}

.mdlg__who span {
  color: var(--ink-2);
  margin-top: 2px;
  font-size: 12px;
  display: block;
}

.dlg__box--narrow .dlg__foot {
  margin-top: 20px;
}

.imp__trial {
  background: var(--warn-bg);
  border-radius: 10px;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 20px;
  padding: 14px 16px;
  display: flex;
}

.imp__trial svg {
  color: var(--warn-ink);
  flex-shrink: 0;
  margin-top: 1px;
}

.imp__trial b {
  color: var(--warn-ink);
  margin-bottom: 4px;
  font-size: 13.5px;
  font-weight: 500;
  display: block;
}

.imp__trial span {
  color: var(--warn-ink);
  font-size: 12.5px;
  line-height: 1.55;
  display: block;
}

.imp__drop {
  border: 1.5px dashed var(--outline);
  width: 100%;
  font: inherit;
  cursor: pointer;
  background: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 30px 24px;
  transition: border-color .15s, background-color .15s;
  display: flex;
}

.imp__drop:hover {
  border-color: var(--accent);
  background: var(--accent-050);
}

.imp__drop > svg {
  color: var(--accent);
  margin-bottom: 7px;
}

.imp__droptext {
  color: var(--ink);
  font-size: 15px;
}

.imp__droptext u {
  color: var(--accent);
}

.imp__drophint {
  color: var(--ink-3);
  font-size: 12.5px;
}

.imp__reject {
  border: 1px solid var(--line);
  border-radius: 10px;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 12px;
  padding: 16px;
  display: flex;
}

.imp__rejicon {
  background: var(--warn-bg);
  width: 32px;
  height: 32px;
  color: var(--warn-ink);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imp__reject.is-error .imp__rejicon {
  color: var(--danger-ink);
  background: #fbeaea;
}

.imp__reject b {
  color: var(--ink);
  margin-bottom: 3px;
  font-size: 13.5px;
  font-weight: 400;
  display: block;
}

.imp__reject > div > span {
  color: var(--warn-ink);
  font-size: 12.5px;
  line-height: 1.5;
  display: block;
}

.imp__reject.is-error > div > span {
  color: var(--danger-ink);
}

.imp__sheet {
  color: var(--ink-3);
  margin-bottom: 12px;
  font-size: 12.5px;
}

.imp__map {
  background: var(--surface-2);
  border: .5px solid var(--line);
  border-radius: var(--r-card);
  margin-bottom: 14px;
  padding: 16px;
}

.imp__maphead {
  letter-spacing: .07em;
  color: var(--ink-2);
  margin-bottom: 4px;
  font-size: 11px;
}

.imp__maplede {
  color: var(--ink-3);
  margin-bottom: 14px;
  font-size: 12.5px;
}

.imp__mapgrid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  display: grid;
}

.imp__field {
  min-width: 0;
}

.imp__fieldtop {
  color: var(--ink-2);
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  font-size: 12px;
  display: flex;
}

.imp__fieldtop i {
  color: var(--danger-ink);
  font-style: normal;
}

.imp__badge {
  letter-spacing: .03em;
  background: var(--ok-bg);
  color: var(--ok-ink);
  border-radius: 4px;
  margin-left: auto;
  padding: 2px 7px;
  font-size: 10.5px;
}

.imp__badge.is-check {
  background: var(--warn-bg);
  color: var(--warn-ink);
}

.imp__counts {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
}

.imp__count {
  border-radius: 8px;
  padding: 8px 13px;
  font-size: 13px;
}

.imp__count.is-ready {
  background: var(--ok-bg);
  color: var(--ok-ink);
}

.imp__count.is-skip {
  background: var(--warn-bg);
  color: var(--warn-ink);
}

.imp__skiphead {
  letter-spacing: .07em;
  color: var(--ink-2);
  margin-bottom: 10px;
  font-size: 11px;
}

.imp__table {
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
}

.imp__row {
  border-bottom: 1px solid var(--grid);
  grid-template-columns: 52px 1.4fr 1fr 1fr;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  font-size: 12.5px;
  display: grid;
}

.imp__row:last-child {
  border-bottom: 0;
}

.imp__row--head {
  background: var(--surface-2);
  letter-spacing: .05em;
  color: var(--ink-3);
  font-size: 11px;
}

.imp__line {
  color: var(--ink-3);
}

.imp__bad {
  color: var(--danger-ink);
  background: #fbeaea;
  border-radius: 4px;
  padding: 3px 7px;
  font-weight: 400;
  display: inline-block;
}

.imp__more {
  color: var(--ink-3);
  background: var(--surface-2);
  padding: 11px 14px;
  font-size: 12.5px;
}

.imp__download {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.imp__download span {
  color: var(--ink-2);
  font-size: 12.5px;
}

.imp__download .btn {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.imp__done {
  background: var(--ok-bg);
  border-radius: 10px;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 16px;
  padding: 14px 16px;
  display: flex;
}

.imp__done svg {
  color: var(--ok-ink);
  flex-shrink: 0;
  margin-top: 1px;
}

.imp__done b {
  color: var(--ok-ink);
  margin-bottom: 4px;
  font-size: 13.5px;
  font-weight: 500;
  display: block;
}

.imp__done span {
  color: var(--ok-ink);
  font-size: 12.5px;
  line-height: 1.55;
  display: block;
}

.imp__foot {
  border-top: .5px solid var(--line);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  display: flex;
}

@media (max-width: 720px) {
  .imp__row {
    grid-template-columns: 40px 1fr 1fr;
  }

  .imp__row > span:nth-child(4) {
    display: none;
  }

  .imp__foot {
    flex-direction: column-reverse;
  }

  .imp__foot .btn {
    justify-content: center;
    width: 100%;
  }
}

.imp__skip {
  border: .5px solid var(--line);
  border-radius: var(--r-card);
  margin-top: 16px;
  padding: 18px;
}

.imp__skip b {
  color: var(--ink);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.imp__skip > p {
  color: var(--ink-2);
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.55;
}

.imp__skiptrial {
  background: var(--ok-bg);
  color: var(--ok-ink);
  border-radius: 8px;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  padding: 10px 12px;
  font-size: 12.5px;
  line-height: 1.5;
  display: flex;
}

.imp__skiptrial svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.imp__skipfoot {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.imp__skipfoot span {
  color: var(--ink-3);
  font-size: 12.5px;
}

.imp__skipfoot .btn {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

@media (max-width: 720px) {
  .imp__skipfoot {
    flex-direction: column;
    align-items: stretch;
  }

  .imp__skipfoot span {
    text-align: center;
  }

  .imp__skipfoot .btn {
    justify-content: center;
    width: 100%;
  }
}

.ldr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 48px 20px;
  display: flex;
}

.ldr--maly {
  gap: 0;
  padding: 20px;
}

.ldr__pierscien {
  border: 2.5px solid var(--line);
  border-top-color: var(--outline-strong);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  animation: .7s linear infinite ldr-obrot;
}

.ldr--maly .ldr__pierscien {
  border-width: 2px;
  width: 18px;
  height: 18px;
}

.ldr__opis {
  color: var(--ink-3);
  font-size: 12.5px;
}

@keyframes ldr-obrot {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ldr__pierscien {
    animation: 1.4s ease-in-out infinite ldr-puls;
  }
}

@keyframes ldr-puls {
  50% {
    opacity: .35;
  }
}

.toast__close:hover {
  opacity: 1;
  background: #ffffff42;
}

.toast__czas {
  transform-origin: 100%;
  background: #fff6;
  height: 3px;
  animation: 5s linear forwards toast-czas;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes toast-czas {
  to {
    transform: scaleX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .toast__czas {
    opacity: .3;
    animation: none;
  }
}

@keyframes dlg-wjazd {
  from {
    opacity: 0;
    transform: translateY(-10px)scale(.985);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dlg, .dlg__box {
    animation: none;
  }
}

.lang__flaga {
  font-size: 15px;
  line-height: 1;
}

.lang__menu .lang__flaga {
  margin-right: 2px;
}

.sel__menu--poza {
  z-index: 150;
  position: fixed;
  right: auto;
}

.sel__menu--poza.is-up {
  bottom: auto;
}

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