@charset "UTF-8";
/* line 67, app/assets/stylesheets/style26/_root.scss */
:root {
  --text: #040404;
  --text-down:   #040404;
  --text-down-2: #030303;
  --text-down-3: #020202;
  --text-up:     #1d1d1d;
  --text-up-2:   #4f4f4f;
  --text-up-3:   #828282;
  --surface: #f0f0f0;
  --surface-down:   #d8d8d8;
  --surface-down-2: #a8a8a8;
  --surface-down-3: #787878;
  --surface-up:     #f2f2f2;
  --surface-up-2:   whitesmoke;
  --surface-up-3:   #f8f8f8;
  --brand: #0c7489;
  --brand-down:   #0b687b;
  --brand-down-2: #085160;
  --brand-down-3: #063a45;
  --brand-up:     #248295;
  --brand-up-2:   #559eac;
  --brand-up-3:   #86bac4;
  --accent: #119da4;
  --accent-down:   #0f8d94;
  --accent-down-2: #0c6e73;
  --accent-down-3: #094f52;
  --accent-up:     #29a7ad;
  --accent-up-2:   #58babf;
  --accent-up-3:   #88ced2;
  --link: #13505b;
  --link-down:   #114852;
  --link-down-2: #0d3840;
  --link-down-3: #0a282e;
  --link-up:     #2b626b;
  --link-up-2:   #5a858c;
  --link-up-3:   #89a8ad;
  --on-brand: #fff;
  --on-brand-down:   #e6e6e6;
  --on-brand-down-2: #b3b3b3;
  --on-brand-down-3: gray;
  --off-brand: #000;
  --off-brand-up:     #1a1a1a;
  --off-brand-up-2:   #4d4d4d;
  --off-brand-up-3:   gray;
  --alert: #c44;
  --alert-down:   #b83d3d;
  --alert-down-2: #8f3030;
  --alert-down-3: #662222;
  --alert-up:     #d15757;
  --alert-up-2:   #db7c7c;
  --alert-up-3:   #e6a2a2;
  --important: #d97706;
  --important-down:   #c36b05;
  --important-down-2: #985304;
  --important-down-3: #6d3c03;
  --important-up:     #dd851f;
  --important-up-2:   #e4a051;
  --important-up-3:   #ecbb83;
  --info: #2a6b2a;
  --info-down:   #266026;
  --info-down-2: #1d4b1d;
  --info-down-3: #153615;
  --info-up:     #3f7a3f;
  --info-up-2:   #6a976a;
  --info-up-3:   #95b595;
  --hint: #67a6b2;
  --hint-down:   #5d95a0;
  --hint-down-2: #48747d;
  --hint-down-3: #345359;
  --hint-up:     #76afba;
  --hint-up-2:   #95c1c9;
  --hint-up-3:   #b3d3d9;
  --radius:        3px;
  --radius-lg:     6px;
  --dur:           .15s;
  --font-mono:     ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --shadow:        0 1px 2px rgba(0, 0, 0, .04);
  --shadow-modal:  0 3px 3px rgba(0, 0, 0, .4);
  --shadow-hard:   0 3px 3px rgba(0, 0, 0, .4);
  --header-h:      60px;
  --icon-sm:       13px;
  --icon-std:      18px;
  --icon-lg:       23px;
  --bg-layer:      url(/assets_dev/bg/light_noise_diagonal.png);
  --z-raised:      1;
  --z-sticky:      20;
  --z-menu:        90;
  --z-header:      100;
}

@media (prefers-color-scheme: dark) {
  /* line 90, app/assets/stylesheets/style26/_root.scss */
  :root {
    --text: #d7d9ce;
    --text-down:   #dbddd3;
    --text-down-2: #e3e4dd;
    --text-down-3: #ebece7;
    --text-up:     #c2c3b9;
    --text-up-2:   #979890;
    --text-up-3:   #6c6d67;
    --surface: #202020;
    --surface-down:   #363636;
    --surface-down-2: #636363;
    --surface-down-3: #909090;
    --surface-up:     #1d1d1d;
    --surface-up-2:   #161616;
    --surface-up-3:   #101010;
    --brand: #119da4;
    --brand-down:   #29a7ad;
    --brand-down-2: #58babf;
    --brand-down-3: #88ced2;
    --brand-up:     #0f8d94;
    --brand-up-2:   #0c6e73;
    --brand-up-3:   #094f52;
    --accent: #0c7489;
    --accent-down:   #248295;
    --accent-down-2: #559eac;
    --accent-down-3: #86bac4;
    --accent-up:     #0b687b;
    --accent-up-2:   #085160;
    --accent-up-3:   #063a45;
    --link: #119da4;
    --link-down:   #29a7ad;
    --link-down-2: #58babf;
    --link-down-3: #88ced2;
    --link-up:     #0f8d94;
    --link-up-2:   #0c6e73;
    --link-up-3:   #094f52;
    --on-brand: #000;
    --on-brand-down:   #1a1a1a;
    --on-brand-down-2: #4d4d4d;
    --on-brand-down-3: gray;
    --off-brand: #fff;
    --off-brand-up:     #e6e6e6;
    --off-brand-up-2:   #b3b3b3;
    --off-brand-up-3:   gray;
    --alert: #e57373;
    --alert-down:   #e88181;
    --alert-down-2: #ed9d9d;
    --alert-down-3: #f2b9b9;
    --alert-up:     #ce6868;
    --alert-up-2:   #a05151;
    --alert-up-3:   #733a3a;
    --important: #f59e0b;
    --important-down:   #f6a823;
    --important-down-2: #f8bb54;
    --important-down-3: #facf85;
    --important-up:     #dd8e0a;
    --important-up-2:   #ac6f08;
    --important-up-3:   #7b4f06;
    --info: #7cd97c;
    --info-down:   #89dd89;
    --info-down-2: #a3e4a3;
    --info-down-3: #beecbe;
    --info-up:     #70c370;
    --info-up-2:   #579857;
    --info-up-3:   #3e6d3e;
    --hint: #176b6f;
    --hint-down:   #2e7a7d;
    --hint-down-2: #5d979a;
    --hint-down-3: #8bb5b7;
    --hint-up:     #156064;
    --hint-up-2:   #104b4e;
    --hint-up-3:   #0c3638;
    --shadow:       0 1px 3px rgba(0, 0, 0, .25);
    --shadow-modal: 0 0 10px color-mix(in srgb, var(--accent) 12%, transparent), 0 2px 6px rgba(0, 0, 0, .28);
    --shadow-hard:  0 0 16px color-mix(in srgb, var(--accent) 22%, transparent);
    --bg-layer:     url(/assets_dev/bg/dark_noise_diagonal.png);
  }
}

/* line 99, app/assets/stylesheets/style26/_root.scss */
html[data-theme="light"] {
  --text: #040404;
  --text-down:   #040404;
  --text-down-2: #030303;
  --text-down-3: #020202;
  --text-up:     #1d1d1d;
  --text-up-2:   #4f4f4f;
  --text-up-3:   #828282;
  --surface: #f0f0f0;
  --surface-down:   #d8d8d8;
  --surface-down-2: #a8a8a8;
  --surface-down-3: #787878;
  --surface-up:     #f2f2f2;
  --surface-up-2:   whitesmoke;
  --surface-up-3:   #f8f8f8;
  --brand: #0c7489;
  --brand-down:   #0b687b;
  --brand-down-2: #085160;
  --brand-down-3: #063a45;
  --brand-up:     #248295;
  --brand-up-2:   #559eac;
  --brand-up-3:   #86bac4;
  --accent: #119da4;
  --accent-down:   #0f8d94;
  --accent-down-2: #0c6e73;
  --accent-down-3: #094f52;
  --accent-up:     #29a7ad;
  --accent-up-2:   #58babf;
  --accent-up-3:   #88ced2;
  --link: #13505b;
  --link-down:   #114852;
  --link-down-2: #0d3840;
  --link-down-3: #0a282e;
  --link-up:     #2b626b;
  --link-up-2:   #5a858c;
  --link-up-3:   #89a8ad;
  --on-brand: #fff;
  --on-brand-down:   #e6e6e6;
  --on-brand-down-2: #b3b3b3;
  --on-brand-down-3: gray;
  --off-brand: #000;
  --off-brand-up:     #1a1a1a;
  --off-brand-up-2:   #4d4d4d;
  --off-brand-up-3:   gray;
  --alert: #c44;
  --alert-down:   #b83d3d;
  --alert-down-2: #8f3030;
  --alert-down-3: #662222;
  --alert-up:     #d15757;
  --alert-up-2:   #db7c7c;
  --alert-up-3:   #e6a2a2;
  --important: #d97706;
  --important-down:   #c36b05;
  --important-down-2: #985304;
  --important-down-3: #6d3c03;
  --important-up:     #dd851f;
  --important-up-2:   #e4a051;
  --important-up-3:   #ecbb83;
  --info: #2a6b2a;
  --info-down:   #266026;
  --info-down-2: #1d4b1d;
  --info-down-3: #153615;
  --info-up:     #3f7a3f;
  --info-up-2:   #6a976a;
  --info-up-3:   #95b595;
  --hint: #67a6b2;
  --hint-down:   #5d95a0;
  --hint-down-2: #48747d;
  --hint-down-3: #345359;
  --hint-up:     #76afba;
  --hint-up-2:   #95c1c9;
  --hint-up-3:   #b3d3d9;
  --shadow:       0 1px 2px rgba(0, 0, 0, .04);
  --shadow-modal: 0 3px 3px rgba(0, 0, 0, .4);
  --shadow-hard:  0 3px 3px rgba(0, 0, 0, .4);
  --bg-layer:     url(/assets_dev/bg/light_noise_diagonal.png);
}

/* line 107, app/assets/stylesheets/style26/_root.scss */
html[data-theme="dark"] {
  --text: #d7d9ce;
  --text-down:   #dbddd3;
  --text-down-2: #e3e4dd;
  --text-down-3: #ebece7;
  --text-up:     #c2c3b9;
  --text-up-2:   #979890;
  --text-up-3:   #6c6d67;
  --surface: #202020;
  --surface-down:   #363636;
  --surface-down-2: #636363;
  --surface-down-3: #909090;
  --surface-up:     #1d1d1d;
  --surface-up-2:   #161616;
  --surface-up-3:   #101010;
  --brand: #119da4;
  --brand-down:   #29a7ad;
  --brand-down-2: #58babf;
  --brand-down-3: #88ced2;
  --brand-up:     #0f8d94;
  --brand-up-2:   #0c6e73;
  --brand-up-3:   #094f52;
  --accent: #0c7489;
  --accent-down:   #248295;
  --accent-down-2: #559eac;
  --accent-down-3: #86bac4;
  --accent-up:     #0b687b;
  --accent-up-2:   #085160;
  --accent-up-3:   #063a45;
  --link: #119da4;
  --link-down:   #29a7ad;
  --link-down-2: #58babf;
  --link-down-3: #88ced2;
  --link-up:     #0f8d94;
  --link-up-2:   #0c6e73;
  --link-up-3:   #094f52;
  --on-brand: #000;
  --on-brand-down:   #1a1a1a;
  --on-brand-down-2: #4d4d4d;
  --on-brand-down-3: gray;
  --off-brand: #fff;
  --off-brand-up:     #e6e6e6;
  --off-brand-up-2:   #b3b3b3;
  --off-brand-up-3:   gray;
  --alert: #e57373;
  --alert-down:   #e88181;
  --alert-down-2: #ed9d9d;
  --alert-down-3: #f2b9b9;
  --alert-up:     #ce6868;
  --alert-up-2:   #a05151;
  --alert-up-3:   #733a3a;
  --important: #f59e0b;
  --important-down:   #f6a823;
  --important-down-2: #f8bb54;
  --important-down-3: #facf85;
  --important-up:     #dd8e0a;
  --important-up-2:   #ac6f08;
  --important-up-3:   #7b4f06;
  --info: #7cd97c;
  --info-down:   #89dd89;
  --info-down-2: #a3e4a3;
  --info-down-3: #beecbe;
  --info-up:     #70c370;
  --info-up-2:   #579857;
  --info-up-3:   #3e6d3e;
  --hint: #176b6f;
  --hint-down:   #2e7a7d;
  --hint-down-2: #5d979a;
  --hint-down-3: #8bb5b7;
  --hint-up:     #156064;
  --hint-up-2:   #104b4e;
  --hint-up-3:   #0c3638;
  --shadow:       0 1px 3px rgba(0, 0, 0, .25);
  --shadow-modal: 0 0 10px color-mix(in srgb, var(--accent) 12%, transparent), 0 2px 6px rgba(0, 0, 0, .28);
  --shadow-hard:  0 0 16px color-mix(in srgb, var(--accent) 22%, transparent);
  --bg-layer:     url(/assets_dev/bg/dark_noise_diagonal.png);
}

/* line 2, app/assets/stylesheets/style26/_reset.scss */
html {
  font-size: 16px;
  background: var(--surface-up-3) var(--bg-layer);
}

/* line 8, app/assets/stylesheets/style26/_reset.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 10, app/assets/stylesheets/style26/_reset.scss */
input, textarea, select, button {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

/* line 16, app/assets/stylesheets/style26/_reset.scss */
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg-veil, transparent);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* line 28, app/assets/stylesheets/style26/_reset.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 33, app/assets/stylesheets/style26/_reset.scss */
a {
  color: var(--brand-down);
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/style26/_reset.scss */
a:hover {
  color: var(--link-down);
}

/* line 39, app/assets/stylesheets/style26/_reset.scss */
h1, h2, h3, h4, h5 {
  margin-top: 0;
  line-height: 1.3;
  color: var(--text);
  font-weight: 700;
}

/* line 45, app/assets/stylesheets/style26/_reset.scss */
h1 {
  font-size: 1.8rem;
}

/* line 46, app/assets/stylesheets/style26/_reset.scss */
h2 {
  font-size: 1.4rem;
}

/* line 47, app/assets/stylesheets/style26/_reset.scss */
h3 {
  font-size: 1.1rem;
}

/* line 48, app/assets/stylesheets/style26/_reset.scss */
h4 {
  font-size: 1rem;
}

/* line 49, app/assets/stylesheets/style26/_reset.scss */
p {
  margin-top: 0;
}

/* line 50, app/assets/stylesheets/style26/_reset.scss */
ul, ol {
  padding-left: 1.4rem;
}

/* line 95, app/assets/stylesheets/style26/_buttons.scss */
.btn-primary, .btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: 2px solid transparent;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
  padding: .30rem 1rem;
  font-weight: 700;
  background: var(--brand);
  color: var(--surface);
}

/* line 15, app/assets/stylesheets/style26/_buttons.scss */
.btn-primary:hover, .btn-hero:hover, .btn-primary:focus-visible, .btn-hero:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--brand-up-2);
}

/* line 46, app/assets/stylesheets/style26/_buttons.scss */
.btn-primary:hover, .btn-hero:hover, .btn-primary:focus-visible, .btn-hero:focus-visible {
  background: var(--text);
  color: var(--on-brand);
}

/* line 96, app/assets/stylesheets/style26/_buttons.scss */
.btn-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: 2px solid transparent;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
  padding: .30rem 1rem;
  font-weight: 700;
  background: transparent;
  color: var(--text);
  border-color: var(--surface-down-2);
}

/* line 15, app/assets/stylesheets/style26/_buttons.scss */
.btn-option:hover, .btn-option:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--brand-up-2);
}

/* line 57, app/assets/stylesheets/style26/_buttons.scss */
.btn-option:hover, .btn-option:focus-visible {
  background: var(--surface-up);
  color: var(--brand);
  border-color: var(--brand-up-2);
}

/* line 100, app/assets/stylesheets/style26/_buttons.scss */
.nav-commands .btn-primary, .nav-commands .btn-hero, .nav-commands .btn-option {
  gap: .35rem;
  padding: .35rem .65rem;
  font-size: .85rem;
  font-weight: 600;
}

/* line 27, app/assets/stylesheets/style26/_buttons.scss */
.nav-commands .btn-primary svg, .nav-commands .btn-hero svg, .nav-commands .btn-option svg {
  width: var(--icon-sm);
  height: var(--icon-sm);
}

/* line 103, app/assets/stylesheets/style26/_buttons.scss */
#mobile-toolbar .btn-primary, #mobile-toolbar .btn-hero, #mobile-toolbar .btn-option {
  gap: .6rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  flex: 1;
}

/* line 106, app/assets/stylesheets/style26/_buttons.scss */
.btn-sm {
  gap: .35rem;
  padding: .35rem .65rem;
  font-size: .85rem;
  font-weight: 600;
}

/* line 27, app/assets/stylesheets/style26/_buttons.scss */
.btn-sm svg {
  width: var(--icon-sm);
  height: var(--icon-sm);
}

/* line 107, app/assets/stylesheets/style26/_buttons.scss */
.btn-lg {
  gap: .6rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

/* line 110, app/assets/stylesheets/style26/_buttons.scss */
.btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: 2px solid transparent;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
  padding: .30rem 1rem;
  font-weight: 700;
  background: var(--surface);
  color: var(--text);
  border-color: var(--surface-down-2);
}

/* line 15, app/assets/stylesheets/style26/_buttons.scss */
.btn-default:hover, .btn-default:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--brand-up-2);
}

/* line 116, app/assets/stylesheets/style26/_buttons.scss */
.btn-default:hover, .btn-default:focus-visible {
  background: var(--surface-down);
}

/* line 121, app/assets/stylesheets/style26/_buttons.scss */
.btn-warning {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: 2px solid transparent;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
  padding: .30rem 1rem;
  font-weight: 700;
  background: var(--important);
  color: var(--on-brand);
}

/* line 15, app/assets/stylesheets/style26/_buttons.scss */
.btn-warning:hover, .btn-warning:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--brand-up-2);
}

/* line 126, app/assets/stylesheets/style26/_buttons.scss */
.btn-warning:hover, .btn-warning:focus-visible {
  background: var(--important-down);
}

/* line 129, app/assets/stylesheets/style26/_buttons.scss */
.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: 2px solid transparent;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
  padding: .30rem 1rem;
  font-weight: 700;
  background: var(--alert);
  color: var(--on-brand);
}

/* line 15, app/assets/stylesheets/style26/_buttons.scss */
.btn-danger:hover, .btn-danger:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--brand-up-2);
}

/* line 134, app/assets/stylesheets/style26/_buttons.scss */
.btn-danger:hover, .btn-danger:focus-visible {
  background: var(--alert-down);
}

/* line 135, app/assets/stylesheets/style26/_buttons.scss */
.btn-danger:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* line 138, app/assets/stylesheets/style26/_buttons.scss */
.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: 2px solid transparent;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
  padding: .30rem 1rem;
  font-weight: 700;
  background: transparent;
  color: var(--link);
}

/* line 15, app/assets/stylesheets/style26/_buttons.scss */
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--brand-up-2);
}

/* line 143, app/assets/stylesheets/style26/_buttons.scss */
.btn-link:hover, .btn-link:focus-visible {
  color: var(--link-down);
  text-decoration: underline;
}

/* line 146, app/assets/stylesheets/style26/_buttons.scss */
.theme-toggle,
.lang-switch {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: var(--radius);
  background: transparent;
  color: var(--text-up-2);
  text-decoration: none;
  cursor: pointer;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
}

/* line 81, app/assets/stylesheets/style26/_buttons.scss */
.theme-toggle:hover,
.lang-switch:hover {
  background: var(--surface-down);
  color: var(--text);
}

/* line 86, app/assets/stylesheets/style26/_buttons.scss */
.theme-toggle:focus-visible,
.lang-switch:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}

/* line 91, app/assets/stylesheets/style26/_buttons.scss */
.theme-toggle > svg,
.lang-switch > svg {
  display: block;
}

/* line 150, app/assets/stylesheets/style26/_buttons.scss */
.theme-toggle .icon-light,
.theme-toggle .icon-dark {
  display: none;
}

/* line 152, app/assets/stylesheets/style26/_buttons.scss */
.theme-toggle .icon-auto {
  display: flex;
}

/* line 156, app/assets/stylesheets/style26/_buttons.scss */
html[data-theme="light"] .theme-toggle .icon-auto {
  display: none;
}

/* line 157, app/assets/stylesheets/style26/_buttons.scss */
html[data-theme="light"] .theme-toggle .icon-light {
  display: flex;
}

/* line 161, app/assets/stylesheets/style26/_buttons.scss */
html[data-theme="dark"] .theme-toggle .icon-auto {
  display: none;
}

/* line 162, app/assets/stylesheets/style26/_buttons.scss */
html[data-theme="dark"] .theme-toggle .icon-dark {
  display: flex;
}

/* line 165, app/assets/stylesheets/style26/_buttons.scss */
.lang-switch .lang-flag {
  display: flex;
  flex-shrink: 0;
}

/* line 169, app/assets/stylesheets/style26/_buttons.scss */
.lang-switch .lang-flag svg {
  width: 1.25rem;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 0 0 1px var(--surface-down);
}

/* line 2, app/assets/stylesheets/style26/_forms.scss */
.form-group {
  margin-bottom: 1.1rem;
}

/* line 6, app/assets/stylesheets/style26/_forms.scss */
.form-label,
.form-group > label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: .20rem;
  color: var(--text);
}

/* line 14, app/assets/stylesheets/style26/_forms.scss */
.form-hint {
  color: var(--text-up-2);
  margin-left: .35rem;
}

/* line 19, app/assets/stylesheets/style26/_forms.scss */
.form-required {
  color: var(--alert);
  margin-left: .2rem;
  font-size: 1.4em;
  line-height: 0;
  display: inline-block;
  transform: translateY(0.2em);
}

/* line 33, app/assets/stylesheets/style26/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: .55rem .75rem .45rem;
  line-height: 1.4;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--surface-down-3);
  border-radius: var(--radius);
  transition: border-color var(--dur);
  appearance: none;
}

/* line 52, app/assets/stylesheets/style26/_forms.scss */
.form-control:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 12%, transparent);
}

/* line 63, app/assets/stylesheets/style26/_forms.scss */
select.form-control {
  padding-right: 2rem;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1.5 6 6.5 11 1.5'/></svg>");
}

@media (prefers-color-scheme: dark) {
  /* line 71, app/assets/stylesheets/style26/_forms.scss */
  select.form-control {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23cbd5e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1.5 6 6.5 11 1.5'/></svg>");
  }
}

/* line 76, app/assets/stylesheets/style26/_forms.scss */
html[data-theme="light"] select.form-control {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1.5 6 6.5 11 1.5'/></svg>");
}

/* line 80, app/assets/stylesheets/style26/_forms.scss */
html[data-theme="dark"] select.form-control {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23cbd5e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1.5 6 6.5 11 1.5'/></svg>");
}

/* line 84, app/assets/stylesheets/style26/_forms.scss */
.field-error {
  color: var(--alert);
  margin-top: .3rem;
}

/* line 90, app/assets/stylesheets/style26/_forms.scss */
.has-error .form-control {
  border-color: var(--alert);
}

/* line 92, app/assets/stylesheets/style26/_forms.scss */
.has-error .form-control:focus {
  border-color: var(--alert);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--alert) 14%, transparent);
}

/* line 98, app/assets/stylesheets/style26/_forms.scss */
.formError {
  color: var(--alert);
  display: inline;
  font-size: .9em;
  margin-left: .35rem;
}

/* line 105, app/assets/stylesheets/style26/_forms.scss */
.field_with_errors {
  display: contents;
}

/* line 109, app/assets/stylesheets/style26/_forms.scss */
.form-submit {
  margin-top: .75rem;
}

/* line 113, app/assets/stylesheets/style26/_forms.scss */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

/* line 120, app/assets/stylesheets/style26/_forms.scss */
.form-grid__left,
.form-grid__right {
  min-width: 0;
}

@media (min-width: 769px) {
  /* line 125, app/assets/stylesheets/style26/_forms.scss */
  .form-grid__right {
    position: sticky;
    top: calc(var(--header-h) + 1rem);
    align-self: start;
  }
}

@media (max-width: 768px) {
  /* line 133, app/assets/stylesheets/style26/_forms.scss */
  .form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }
  /* line 139, app/assets/stylesheets/style26/_forms.scss */
  .form-grid__right {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

/* line 148, app/assets/stylesheets/style26/_forms.scss */
.form-grid .modal-footer {
  padding-inline: 0;
}

/* line 155, app/assets/stylesheets/style26/_forms.scss */
.required::after {
  content: '*';
  color: var(--alert);
  margin-left: .2rem;
  font-size: 1.4em;
  line-height: 0;
  display: inline-block;
  transform: translateY(0.2em);
}

/* line 169, app/assets/stylesheets/style26/_forms.scss */
.help-block {
  display: block;
  color: var(--text-up-2);
  font-size: .875rem;
  margin-top: .25rem;
}

/* line 179, app/assets/stylesheets/style26/_forms.scss */
.form-control-static {
  display: flex;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .55rem .75rem .45rem;
  line-height: 1.4;
  margin: 0;
  color: var(--text);
  background: transparent;
  border: 1px dotted var(--surface-down-3);
  border-radius: var(--radius);
}

/* line 192, app/assets/stylesheets/style26/_forms.scss */
.form-control-static > svg:last-child,
.form-control-static > a:last-child {
  margin-left: auto;
  flex: 0 0 auto;
  color: var(--text);
}

/* line 199, app/assets/stylesheets/style26/_forms.scss */
.form-control-static > a.form-control-static__edit {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

/* line 203, app/assets/stylesheets/style26/_forms.scss */
.form-control-static > a.form-control-static__edit:hover {
  color: var(--brand-down);
}

/* line 207, app/assets/stylesheets/style26/_forms.scss */
.form-control-empty {
  font-style: italic;
  color: var(--text-up-2);
}

/* line 216, app/assets/stylesheets/style26/_forms.scss */
.form-control-check {
  display: flex;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .55rem .75rem .45rem;
  background: transparent;
  border: 1px solid var(--surface-down-3);
  border-radius: var(--radius);
}

/* line 226, app/assets/stylesheets/style26/_forms.scss */
.form-control-check > label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
}

/* line 236, app/assets/stylesheets/style26/_forms.scss */
.form-control-check input[type="checkbox"] {
  margin: 0;
  flex: 0 0 auto;
}

/* line 244, app/assets/stylesheets/style26/_forms.scss */
.input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
}

/* line 250, app/assets/stylesheets/style26/_forms.scss */
.input-group > :first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 255, app/assets/stylesheets/style26/_forms.scss */
.input-group > :last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 259, app/assets/stylesheets/style26/_forms.scss */
.input-group > :only-child {
  border-radius: var(--radius);
}

/* line 262, app/assets/stylesheets/style26/_forms.scss */
.input-group > .btn:last-child {
  border-left: 0;
}

/* line 264, app/assets/stylesheets/style26/_forms.scss */
.input-group .input-group-addon {
  display: inline-flex;
  align-items: center;
  padding: .5rem .75rem;
  background: var(--surface-down);
  border: 1px solid var(--surface-down-3);
  color: var(--text-up-2);
  white-space: nowrap;
}

/* line 275, app/assets/stylesheets/style26/_forms.scss */
.input-group .input-group-addon:first-child {
  border-right: 0;
}

/* line 276, app/assets/stylesheets/style26/_forms.scss */
.input-group .input-group-addon:last-child {
  border-left: 0;
}

@media (max-width: 768px) {
  /* line 280, app/assets/stylesheets/style26/_forms.scss */
  .input-group .btn .btn-label {
    display: none;
  }
}

/* line 287, app/assets/stylesheets/style26/_forms.scss */
.btn .btn-icon {
  display: inline-flex;
  align-items: center;
}

/* line 291, app/assets/stylesheets/style26/_forms.scss */
.btn .btn-icon--done, .btn .btn-label--done {
  display: none;
}

/* line 295, app/assets/stylesheets/style26/_forms.scss */
.btn.is-done .btn-icon--idle, .btn.is-done .btn-label--idle, .btn.is-copied .btn-icon--idle, .btn.is-copied .btn-label--idle {
  display: none;
}

/* line 296, app/assets/stylesheets/style26/_forms.scss */
.btn.is-done .btn-icon--done, .btn.is-copied .btn-icon--done {
  display: inline-flex;
}

/* line 297, app/assets/stylesheets/style26/_forms.scss */
.btn.is-done .btn-label--done, .btn.is-copied .btn-label--done {
  display: inline;
}

/* line 3, app/assets/stylesheets/style26/_utilities.scss */
.hidden {
  display: none;
}

/* line 10, app/assets/stylesheets/style26/_utilities.scss */
.eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-up-2);
  font-variant-numeric: tabular-nums;
}

/* line 24, app/assets/stylesheets/style26/_utilities.scss */
.eyebrow .dot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

/* line 32, app/assets/stylesheets/style26/_utilities.scss */
.eyebrow .tag {
  font-family: var(--font-mono);
  letter-spacing: .04em;
}

/* line 38, app/assets/stylesheets/style26/_utilities.scss */
.sep {
  color: var(--text-up-3);
}

/* line 42, app/assets/stylesheets/style26/_utilities.scss */
.text-end {
  text-align: right;
}

/* line 43, app/assets/stylesheets/style26/_utilities.scss */
.text-start {
  text-align: left;
}

/* line 46, app/assets/stylesheets/style26/_utilities.scss */
.pull-left {
  float: none;
  margin-right: auto;
}

/* line 51, app/assets/stylesheets/style26/_utilities.scss */
.pull-right {
  float: none;
  margin-left: auto;
}

/* line 56, app/assets/stylesheets/style26/_utilities.scss */
.tpay-banner {
  text-align: center;
}

/* line 59, app/assets/stylesheets/style26/_utilities.scss */
.tpay-banner img {
  max-width: 100%;
  height: auto;
}

/* line 4, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.site-header {
  top: 0;
  z-index: var(--z-header);
}

@media (max-width: 600px) {
  /* line 4, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  .site-header {
    position: sticky;
  }
}

/* line 14, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.header-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.25rem;
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  grid-template-areas: "logo end" "links links";
  row-gap: .25rem;
  height: auto;
  padding-block: 1rem;
  margin-top: 1rem;
  background: var(--surface-up-3);
  border-radius: calc(var(--radius) * 3);
  box-shadow: var(--shadow-hard);
}

@media (max-width: 600px) {
  /* line 14, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  .header-inner {
    padding-inline: 1rem;
    gap: .6rem;
    margin-inline: 0.5rem;
    background: color-mix(in srgb, var(--surface-up-3) 80%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

@media (min-width: 900px) {
  /* line 14, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  .header-inner {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: none;
    row-gap: 0;
    height: 4.5rem;
    padding-block: 0;
  }
}

/* line 52, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.site-logo {
  grid-area: logo;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 0;
}

/* line 60, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.site-logo .site-logo-mark {
  height: 24px;
  width: auto;
  color: var(--text);
}

/* line 66, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.site-logo:hover {
  text-decoration: none;
}

@media (min-width: 900px) {
  /* line 52, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  .site-logo {
    grid-column: 1;
    grid-area: auto;
    justify-self: start;
  }
  /* line 73, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  .site-logo .site-logo-mark {
    height: 32px;
  }
}

/* line 79, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.site-nav {
  display: contents;
}

/* line 81, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.site-nav-item {
  padding: .25rem 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
}

/* line 92, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.site-nav-item.active {
  color: var(--brand);
  text-decoration: underline;
  text-decoration-color: var(--brand);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
}

/* line 101, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.site-nav-links {
  grid-area: links;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: .5rem 1.75rem;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  /* line 101, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  .site-nav-links {
    grid-column: 2;
    grid-area: auto;
  }
}

/* line 116, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.header-end {
  grid-area: end;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5rem;
}

@media (min-width: 900px) {
  /* line 116, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  .header-end {
    grid-column: 3;
    grid-area: auto;
    justify-self: end;
  }
}

/* line 130, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
.header-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: nowrap;
  margin-left: auto;
}

/* line 138, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
#new-user-link {
  display: none;
}

@media (min-width: 900px) {
  /* line 138, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  #new-user-link {
    display: inline-flex;
  }
}

/* line 144, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
#login-link {
  padding-inline: .5rem;
}

/* line 147, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
#login-link .btn-label {
  display: none;
}

@media (min-width: 900px) {
  /* line 144, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  #login-link {
    padding-inline: 1rem;
  }
  /* line 152, apps/frontsite/app/assets/stylesheets/frontsite/_header.scss */
  #login-link .btn-label {
    display: inline;
  }
}

/* line 1, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.site-footer {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding: 1.5rem 1.25rem;
  background: var(--surface);
  border-radius: calc(var(--radius) * 3) calc(var(--radius) * 3) 0 0;
  box-shadow: var(--shadow-hard);
  color: var(--text-up-2);
}

@media (max-width: 600px) {
  /* line 1, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
  .site-footer {
    padding-inline: 1rem;
    border-radius: 0;
  }
}

/* line 17, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 2rem;
  align-items: center;
}

/* line 25, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.footer-brand a {
  color: var(--text-up-2);
  font-weight: 500;
}

/* line 29, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.footer-brand a:hover {
  color: var(--brand);
}

/* line 32, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem 1.5rem;
  margin-left: auto;
}

/* line 37, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.footer-nav a {
  color: var(--text-up-2);
}

/* line 37, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.footer-nav a:hover {
  color: var(--brand);
}

/* line 40, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.legal-notice,
.footer-recommend {
  margin-bottom: 0;
  font-size: .8rem;
  color: var(--text-up-2);
}

/* line 45, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.legal-notice a,
.footer-recommend a {
  color: var(--text-up-2);
  text-decoration: underline;
}

/* line 45, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.legal-notice a:hover,
.footer-recommend a:hover {
  color: var(--brand);
}

/* line 48, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.legal-notice {
  margin-top: .75rem;
}

/* line 49, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.footer-recommend {
  margin-top: .35rem;
}

/* line 51, apps/frontsite/app/assets/stylesheets/frontsite/_footer.scss */
.legal-notice svg {
  height: 1em;
  width: auto;
  vertical-align: -0.15em;
  margin-left: .15em;
  border-radius: 1px;
}

/* line 13, apps/frontsite/app/assets/stylesheets/frontsite.scss */
html {
  background-image: linear-gradient(160deg, color-mix(in srgb, var(--brand) 14%, transparent), color-mix(in srgb, var(--brand) 4%, transparent) 55%, transparent 80%), var(--bg-layer);
  background-color: var(--surface-up-3);
}

/* line 23, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.btn-hero {
  font-size: 1.1rem;
  padding: .6rem 1.5rem;
}

/* line 30, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 2rem 1.5rem;
  background: var(--surface-up-3);
  border-radius: calc(var(--radius) * 3);
  box-shadow: var(--shadow-hard);
}

@media (max-width: 600px) {
  /* line 30, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .container {
    margin-inline: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

/* line 47, apps/frontsite/app/assets/stylesheets/frontsite.scss */
main {
  flex: 1;
  padding-block: 1.5rem;
}

/* line 55, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.page-section {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.25rem;
  margin-block: 2rem;
}

/* line 62, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.section-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* line 69, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.page-content h1, .page-content h2 {
  text-align: left;
  border-bottom: 1px solid var(--surface-down);
  padding-bottom: .5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

/* line 76, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.page-content h1:first-child, .page-content h2:first-child {
  margin-top: 0;
}

/* line 82, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-body a,
.kb-article a {
  text-decoration: underline;
}

/* line 86, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.hero {
  text-align: center;
  padding-block: 3rem 2rem;
}

/* line 90, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.hero h1 {
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  margin-bottom: 1rem;
}

/* line 95, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.hero p {
  font-size: 1.1rem;
  color: var(--text-up-2);
  max-width: 640px;
  margin-inline: auto;
}

/* line 103, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* line 113, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.feature-card, .usecase-card {
  background: var(--surface-up-2);
  border: 1px solid var(--surface-down);
  border-radius: calc(var(--radius) * 2);
  padding: 1.2rem;
}

/* line 120, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.icon-badge {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--brand) 12%, var(--surface));
  color: var(--brand);
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
}

/* line 131, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.icon-badge svg {
  width: var(--icon-lg);
  height: var(--icon-lg);
}

/* line 134, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.card-body {
  min-width: 0;
}

/* line 137, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.usecase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-block: 2rem;
}

@media (min-width: 640px) {
  /* line 137, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .usecase-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 146, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.usecase-card {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}

@media (min-width: 900px) {
  /* line 146, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .usecase-card {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* line 157, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.usecase-card h3 {
  margin: 0 0 .5rem;
}

/* line 159, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.usecase-card ol {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-up-2);
}

/* line 163, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.usecase-card ol li {
  margin-bottom: .4rem;
}

/* line 168, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-block: 2rem;
}

@media (min-width: 560px) {
  /* line 168, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  /* line 168, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 178, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.feature-card {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
}

/* line 185, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.feature-card h3 {
  margin: 0 0 .15rem;
  font-size: 1.05rem;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
}

/* line 186, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.feature-card p {
  margin: 0;
  font-size: .9rem;
  color: var(--text-up-2);
}

/* line 190, apps/frontsite/app/assets/stylesheets/frontsite.scss */
a.feature-card:hover,
a:hover .feature-card {
  border-color: var(--brand);
  box-shadow: var(--shadow-modal);
}

/* line 195, apps/frontsite/app/assets/stylesheets/frontsite.scss */
a.feature-card:hover .icon-badge,
a:hover .feature-card .icon-badge {
  background: var(--brand);
  color: var(--on-brand);
}

/* line 196, apps/frontsite/app/assets/stylesheets/frontsite.scss */
a.feature-card:hover h3,
a:hover .feature-card h3 {
  color: var(--brand);
}

/* line 200, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-block: 2rem;
}

@media (min-width: 560px) {
  /* line 200, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  /* line 200, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .pricing-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto 1fr auto;
  }
  /* line 210, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .pricing-grid .pricing-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
  }
}

/* line 218, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.plan-footer {
  display: flex;
  flex-direction: column;
}

/* line 223, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card {
  background: var(--surface);
  border: 1px solid var(--surface-down);
  border-radius: calc(var(--radius) * 2);
  padding: 1.5rem 1.75rem;
  box-shadow: var(--shadow);
}

/* line 230, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card.pricing-card--pro {
  border-color: var(--brand);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--brand) 18%, transparent);
}

/* line 235, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-header {
  display: flex;
  align-items: center;
  gap: .6rem;
}

/* line 241, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-icon {
  display: inline-flex;
  color: var(--brand);
}

/* line 244, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-icon svg {
  width: var(--icon-std);
  height: var(--icon-std);
}

/* line 247, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-name {
  font-size: 1.1rem;
  font-weight: 700;
}

/* line 252, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-desc {
  margin: .85rem 0 0;
  font-size: .9rem;
  color: var(--text-up-2);
}

/* line 258, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-specs {
  margin-top: 1.1rem;
}

/* line 260, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-volume-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .5rem;
  padding-block: .45rem;
  border-bottom: 1px dashed var(--surface-down);
}

/* line 268, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-volume-line:last-child {
  border-bottom: none;
}

/* line 270, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-volume-line .plan-volume-label {
  font-size: .9rem;
  color: var(--text-up-2);
}

/* line 275, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-volume-line .plan-volume-value {
  font-weight: 700;
  color: var(--brand);
}

/* line 281, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-bullets {
  list-style: none;
  margin: 1.1rem 0 0;
  padding-left: 0;
  font-size: .9rem;
  color: var(--text-up-2);
}

/* line 288, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-bullets li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-block: .5rem;
}

/* line 295, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-bullets svg {
  flex: 0 0 auto;
  width: var(--icon-sm);
  height: var(--icon-sm);
  margin-top: .15rem;
  color: var(--brand);
}

/* line 304, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-prices {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  margin-top: 1.25rem;
}

/* line 311, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-price-col {
  flex: 1;
}

/* line 313, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-price {
  font-size: 1.5rem;
  font-weight: 700;
}

/* line 318, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-price-detail {
  font-size: .875rem;
  color: var(--text-up-2);
}

/* line 323, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-price-badge {
  display: inline-block;
  margin: .35rem 0 .1rem;
  padding: .1rem .5rem;
  border-radius: var(--radius);
  background: var(--brand);
  color: var(--on-brand);
  font-size: .75rem;
  font-weight: 700;
}

/* line 334, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-price-sep {
  font-size: .875rem;
  color: var(--text-up-2);
}

/* line 339, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-cta {
  margin-top: 1.25rem;
}

/* line 342, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-card .plan-cta .btn-primary, .pricing-card .plan-cta .btn-hero, .pricing-card .plan-cta .btn-option {
  width: 100%;
}

/* line 346, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.pricing-note {
  text-align: center;
  font-size: .875rem;
  color: var(--text-up-2);
  margin-top: -.5rem;
  margin-bottom: 1.5rem;
}

/* line 355, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.faq-item {
  margin-bottom: 1.5rem;
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

/* line 361, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 900px) {
  /* line 361, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .terms-layout {
    grid-template-columns: 1fr 220px;
  }
}

/* line 369, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-body p {
  color: var(--text-up-2);
  font-size: .9rem;
  line-height: 1.7;
}

/* line 375, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-body ul, .terms-body ol {
  color: var(--text-up-2);
  font-size: .9rem;
}

@media (min-width: 900px) {
  /* line 381, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .terms-nav {
    position: sticky;
    top: calc(var(--header-h) + 1rem);
    align-self: start;
    max-height: calc(100vh - var(--header-h) - 2rem);
    overflow-y: auto;
  }
}

/* line 390, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .85rem;
}

/* line 397, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-nav ul ul {
  padding-left: 1rem;
}

/* line 399, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-nav li {
  margin-bottom: .35rem;
}

/* line 401, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-nav a {
  color: var(--text-up-2);
}

/* line 403, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-nav a:hover {
  color: var(--brand);
}

/* line 406, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.terms-nav .back-to-top {
  display: block;
  margin-top: 1rem;
  font-size: .8rem;
  color: var(--text-up-2);
}

/* line 415, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.contact-layout {
  max-width: 680px;
  margin-inline: auto;
}

/* line 420, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.contact-section {
  margin-bottom: 2.5rem;
}

/* line 423, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.contact-section p {
  color: var(--text-up-2);
}

/* line 426, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.contact-success {
  background: color-mix(in srgb, var(--info) 12%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--info) 35%, var(--surface));
  color: var(--info);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

/* line 437, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-index {
  max-width: 680px;
  margin-inline: auto;
}

/* line 441, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-index ul {
  list-style: none;
  padding: 0;
}

/* line 444, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-index ul li {
  border-bottom: 1px solid var(--surface-down);
}

/* line 445, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-index ul li:last-child {
  border-bottom: none;
}

/* line 448, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-index a {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem .25rem;
  color: var(--text);
  font-weight: 500;
}

/* line 456, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-index a:hover {
  color: var(--brand);
  text-decoration: none;
}

/* line 461, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-index a::after {
  content: '→';
  margin-left: auto;
  color: var(--text-up-2);
}

/* line 469, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-article {
  max-width: 760px;
  margin-inline: auto;
}

/* line 473, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-article p, .kb-article li {
  color: var(--text-up-2);
  line-height: 1.75;
}

/* line 478, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.kb-article hr {
  border: none;
  border-top: 1px solid var(--surface-down);
  margin-block: 1.5rem;
}

/* line 486, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.divider {
  border: none;
  border-top: 1px solid var(--surface-down);
  margin-block: 2rem;
}

/* line 493, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.placeholder-notice {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--text-up-2);
  font-size: 1.1rem;
}

/* line 501, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.site-banners {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 1000;
}

/* line 508, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.language-banner {
  display: none;
  background: var(--surface);
  border-top: 1px solid var(--surface-down);
  box-shadow: var(--shadow);
  padding: 1rem;
}

/* line 515, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.language-banner--visible {
  display: block;
}

/* line 519, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.language-banner-inner {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: .75rem;
}

@media (max-width: 640px) {
  /* line 519, apps/frontsite/app/assets/stylesheets/frontsite.scss */
  .language-banner-inner {
    flex-wrap: wrap;
  }
}

/* line 531, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.language-banner-flag {
  display: flex;
  flex-shrink: 0;
}

/* line 535, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.language-banner-flag svg {
  width: 1.5rem;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px var(--surface-down);
}

/* line 543, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.language-banner-text {
  flex: 1;
  margin: 0;
  font-size: .9rem;
  color: var(--text);
}

/* line 550, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.language-banner-actions {
  display: flex;
  gap: .5rem;
  flex-shrink: 0;
}

/* line 556, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.btn-lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: 2px solid transparent;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
  padding: .30rem 1rem;
  font-weight: 700;
  background: var(--brand);
  color: var(--on-brand);
}

/* line 15, app/assets/stylesheets/style26/_buttons.scss */
.btn-lang-switch:hover, .btn-lang-switch:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--brand-up-2);
}

/* line 562, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.btn-lang-switch:hover, .btn-lang-switch:focus-visible {
  background: var(--brand-down);
  color: var(--on-brand);
}

/* line 565, apps/frontsite/app/assets/stylesheets/frontsite.scss */
.btn-lang-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: 2px solid transparent;
  transition: color var(--dur) ease, background-color var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, outline-color var(--dur) ease;
  padding: .30rem 1rem;
  font-weight: 700;
  background: transparent;
  color: var(--text);
  border-color: var(--surface-down-2);
}

/* line 15, app/assets/stylesheets/style26/_buttons.scss */
.btn-lang-dismiss:hover, .btn-lang-dismiss:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--brand-up-2);
}

/* line 57, app/assets/stylesheets/style26/_buttons.scss */
.btn-lang-dismiss:hover, .btn-lang-dismiss:focus-visible {
  background: var(--surface-up);
  color: var(--brand);
  border-color: var(--brand-up-2);
}

/*# sourceMappingURL=frontsite.css-cf1dad141908a1a555c014d041d168cd2c1d9d3e44f254d0b845ae42ac67309f.map */
