:root {
  font-family: Inter, 'Segoe UI', Arial, sans-serif;
  color: #202823;
  background: #f5f7f5;
  font-synthesis: none;
  font-size: 16px;
  --green: #136c4e;
  --deep: #12382d;
  --lime: #d8f66b;
  --line: #dae2db;
  --muted: #657069;
  --red: #b34338;
  --white: #fff;
  letter-spacing: 0;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
.launch-banner {
  color: #234334;
  background: #e9f2e6;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.5;
}
.launch-banner .wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 10px;
}
.launch-banner svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.launch-banner span {
  min-width: 0;
  overflow-wrap: anywhere;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
button,
input,
select,
textarea {
  border-radius: 5px;
}
button {
  border: 0;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #168e69;
  outline-offset: 3px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  letter-spacing: 0;
}
h2 {
  font-size: 32px;
  font-weight: 650;
  line-height: 1.2;
}
h3 {
  font-size: 20px;
  line-height: 1.3;
}
p {
  line-height: 1.6;
}
small,
.small {
  font-size: 13px;
}
svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  vertical-align: middle;
}
button svg {
  pointer-events: none;
}
.muted {
  color: var(--muted);
}
.wrap {
  max-width: 1240px;
  margin: auto;
  padding-inline: 32px;
}
.brand {
  font-family: 'Consolas', monospace;
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--deep);
}
.brand span {
  color: var(--green);
}
.topbar {
  height: 82px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 3;
}
.topbar .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
.topbar nav {
  display: flex;
  gap: 28px;
  margin-inline-start: auto;
  font-size: 14px;
}
.topbar nav a {
  padding: 10px 0;
}
.topbar nav a:hover {
  color: var(--green);
}
.lang {
  display: flex;
  align-items: center;
  gap: 7px;
}
.lang select {
  width: 126px;
  background: none;
  border: 0;
  padding: 10px 2px;
  font-size: 14px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 19px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  min-height: 44px;
  background: var(--green);
  color: white;
  text-align: center;
  white-space: normal;
}
.btn:hover:not(:disabled) {
  filter: brightness(0.94);
}
.btn.secondary {
  background: white;
  color: var(--deep);
  border: 1px solid #c9d4cc;
}
.btn.lime {
  background: var(--lime);
  color: #193225;
}
.btn.ghost {
  color: var(--green);
  background: transparent;
}
.btn.danger {
  background: #f7e7e4;
  color: var(--red);
}
.icon-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--muted);
  border: 1px solid transparent;
  flex-shrink: 0;
}
.icon-btn:hover {
  background: #edf2ec;
  border-color: var(--line);
}
.hero {
  position: relative;
  min-height: 515px;
  display: flex;
  align-items: center;
  color: white;
  background: #254e35;
  overflow: hidden;
}
.hero > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 59%;
  inset: 0;
}
.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8, 27, 20, 0.13);
  pointer-events: none;
}
.hero .wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-block: 74px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero .eyebrow {
  color: #d9edcf;
}
.hero h1 {
  font-family: 'Consolas', monospace;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.12;
  margin: 22px 0 17px;
  overflow-wrap: anywhere;
}
.hero p {
  font-size: 20px;
  line-height: 1.6;
  max-width: 435px;
  color: #ecf4e9;
  text-shadow: 0 1px 12px #102c1e;
}
.hero .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero .hero-actions .btn {
  padding: 15px 23px;
}
.hero .note {
  margin-top: 24px;
  font-size: 12px;
  max-width: 470px;
  color: #d7e7d3;
}
.hero-proof {
  background: var(--deep);
  color: #e1eade;
}
.hero-proof .wrap {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-block: 20px;
  font-size: 13px;
}
.hero-proof span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-proof svg {
  color: var(--lime);
}
.section {
  padding-block: 68px;
}
.section.white {
  background: white;
}
.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.section-title p {
  margin-top: 12px;
  color: var(--muted);
  max-width: 660px;
  font-size: 16px;
}
.section-title .eyebrow {
  color: var(--green);
  margin-bottom: 12px;
}
.segmented {
  display: flex;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #eff3ee;
  gap: 4px;
  flex-shrink: 0;
}
.segmented button {
  padding: 10px 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  min-height: 40px;
}
.segmented button.selected {
  background: white;
  color: var(--deep);
  box-shadow: 0 1px 3px #0000000d;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.plan-card {
  padding: 30px 32px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.plan-card.featured {
  border-color: #779e83;
}
.plan-card .plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.plan-card .plan-icon {
  width: 44px;
  height: 44px;
  background: #ecf3e9;
  color: var(--green);
  border-radius: 5px;
  display: grid;
  place-items: center;
}
.plan-card .plan-icon svg {
  width: 23px;
  height: 23px;
}
.plan-card h3 {
  font-size: 21px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  background: #edf3e9;
  color: #356243;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.pill.warn {
  background: #fff1d5;
  color: #865b17;
}
.pill.red {
  background: #fbe9e6;
  color: #aa4335;
}
.pill.neutral {
  background: #edf0ee;
  color: #667268;
}
.price {
  display: flex;
  gap: 9px;
  align-items: baseline;
  margin: 25px 0 17px;
  flex-wrap: wrap;
}
.price strong {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 650;
}
.price span {
  font-size: 14px;
  color: var(--muted);
}
.plan-body {
  font-size: 14px;
  color: var(--muted);
  min-height: 48px;
}
.plan-lines {
  border-top: 1px solid #e9eeea;
  margin-top: 23px;
  padding-top: 20px;
  display: grid;
  gap: 13px;
  font-size: 14px;
  margin-bottom: 28px;
}
.plan-lines span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.plan-lines svg {
  width: 17px;
  height: 17px;
  color: var(--green);
}
.plan-card .btn {
  width: 100%;
}
.notice {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px 17px;
  background: #edf3e9;
  border-inline-start: 3px solid #618561;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.65;
  margin-top: 22px;
}
.notice.warn {
  background: #fff6e5;
  border-color: #b48839;
  color: #795517;
}
.payments-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 27px;
  color: #647269;
  font-size: 14px;
}
.payments-strip b {
  color: #35413b;
  font-size: 17px;
}
.split-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.split-band p {
  color: var(--muted);
  margin-top: 16px;
}
.faq {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
summary {
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  line-height: 1.5;
}
details p {
  font-size: 14px;
  margin-top: 14px;
}
.footer {
  background: #102f27;
  color: #dce7dd;
  padding: 33px 0;
}
.footer .brand {
  color: white;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.footer .links {
  display: flex;
  gap: 22px;
  font-size: 13px;
}
.footer p {
  font-size: 12px;
  color: #a4b9ac;
  max-width: 550px;
  margin-top: 12px;
}
.client-demo {
  min-width: 0;
  --demo-blue: #326c93;
}
.client-demo .demo-notice {
  margin-bottom: 24px;
}
.client-demo .form {
  background: transparent;
  border: 0;
  padding: 0;
}
.client-demo .workspace-section {
  margin-bottom: 28px;
}
.client-demo .workspace-section h2 {
  font-size: 19px;
}
.client-demo h3 {
  font-size: 17px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.client-demo .field {
  min-width: 0;
  overflow-wrap: anywhere;
}
.client-demo .field input,
.client-demo .field select {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}
.demo-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.demo-plan {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.demo-plan .section-toolbar {
  width: 100%;
  gap: 12px;
}
.demo-add {
  border-style: dashed;
  background: #eff5f8;
}
.demo-price {
  font-size: 27px;
  font-weight: 650;
  margin: 12px 0;
  overflow-wrap: anywhere;
}
.demo-price small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
.demo-plan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
  margin-top: auto;
}
.demo-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.demo-identity > svg {
  color: var(--demo-blue);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.demo-profile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 20px 0;
  border-block: 1px solid var(--line);
  margin-bottom: 24px;
}
.demo-profile > div {
  min-width: 0;
}
.demo-profile img {
  width: 112px;
  height: 84px;
  object-fit: cover;
  border-radius: 4px;
}
.demo-profile p {
  font-size: 13px;
  margin-top: 6px;
  overflow-wrap: anywhere;
}
.demo-profile .pill {
  margin-inline-start: auto;
}
.demo-uuid {
  font-family: Consolas, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
  white-space: normal;
}
.demo-code {
  border-inline-start: 2px solid var(--demo-blue);
  padding-inline-start: 18px;
  font-family: Consolas, monospace;
  font-size: 18px;
  overflow-wrap: anywhere;
}
.demo-usage-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}
.demo-usage-summary strong {
  font-size: 28px;
  font-weight: 650;
}
.demo-usage-summary small {
  font-size: 16px;
  color: var(--muted);
  font-weight: 400;
}
.demo-usage-summary p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.demo-progress {
  width: 100%;
  height: 8px;
  margin: 14px 0;
  accent-color: var(--green);
}
.demo-chart-toolbar {
  margin-top: 18px;
}
.demo-chart {
  height: 165px;
  display: flex;
  align-items: end;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 40px,
    #e1e7e8 40px,
    #e1e7e8 41px
  );
}
.demo-chart-column {
  flex: 1;
  min-width: 0;
  height: 150px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.demo-chart-column > div {
  width: 100%;
  max-width: 58px;
  background: var(--demo-blue);
  border-radius: 3px 3px 0 0;
}
.demo-chart-column:last-child > div {
  background: #218567;
}
.demo-chart-labels {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  font-size: 11px;
  color: var(--muted);
}
.demo-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  margin-top: 18px;
}
.demo-inline .field {
  flex: 1;
  max-width: 320px;
}
.demo-fieldset {
  border: 0;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  margin: 20px 0 0;
  min-width: 0;
}
.demo-fieldset legend {
  padding-inline-end: 12px;
  font-size: 14px;
  font-weight: 600;
}
.demo-fieldset .check {
  margin-bottom: 12px;
}
.demo-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.demo-details dt {
  font-size: 12px;
  color: var(--muted);
}
.demo-details dd {
  margin: 7px 0 0;
  font-size: 16px;
  font-weight: 550;
  overflow-wrap: anywhere;
}
.demo-plan-options {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}
.demo-plan-options label {
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 5px;
  cursor: pointer;
}
.demo-plan-options label:has(input:checked) {
  border-color: var(--green);
  background: #edf6ef;
}
.demo-plan-options strong {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}
.client-demo .notice {
  overflow-wrap: anywhere;
}
.client-demo .btn {
  white-space: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
  text-align: start;
}
.client-demo .segmented {
  max-width: 100%;
  flex-wrap: wrap;
}
.client-demo .segmented button {
  white-space: normal;
  overflow-wrap: anywhere;
  min-width: 0;
}
@media (max-width: 760px) {
  .demo-plans {
    grid-template-columns: minmax(0, 1fr);
  }
  .demo-plan {
    padding: 18px;
  }
  .demo-profile {
    gap: 12px;
  }
  .demo-profile img {
    width: 80px;
    height: 64px;
  }
  .demo-chart {
    gap: 3px;
  }
  .demo-details {
    grid-template-columns: minmax(0, 1fr);
  }
  .client-demo .toolbar > .field {
    width: 100%;
  }
  .client-demo .stat {
    padding: 16px;
  }
}
.shell {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  min-height: calc(100vh - 82px);
}
.sidebar {
  background: white;
  border-inline-end: 1px solid var(--line);
  padding: 30px 17px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sidebar .label {
  padding: 0 15px 17px;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 600;
}
.side-link {
  display: flex;
  gap: 11px;
  align-items: center;
  text-align: start;
  width: 100%;
  padding: 13px 15px;
  color: #667169;
  background: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.side-link.active {
  color: #14573c;
  background: #eaf1e7;
  font-weight: 650;
}
.side-link:hover {
  background: #f0f4ee;
}
.side-bottom {
  margin-top: auto;
  padding-top: 50px;
  border-top: 1px solid transparent;
}
.main {
  padding: 34px 40px 60px;
  max-width: 1500px;
  width: 100%;
  min-width: 0;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 27px;
}
.page-heading h1 {
  font-size: 27px;
  font-weight: 650;
  line-height: 1.3;
}
.page-heading p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 6px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: white;
  margin-bottom: 34px;
}
.stat {
  padding: 23px 24px;
  border-inline-end: 1px solid var(--line);
  min-width: 0;
}
.stat:last-child {
  border-inline-end: 0;
}
.stat .stat-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
}
.stat strong {
  display: block;
  font-size: 30px;
  font-weight: 650;
  margin: 13px 0 6px;
  overflow-wrap: anywhere;
}
.stat .caption {
  font-size: 12px;
  color: var(--muted);
}
.workspace-section {
  margin-top: 32px;
}
[hidden] {
  display: none !important;
}
.field textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  resize: vertical;
  min-height: 84px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font: inherit;
  background: white;
}
.history-note {
  min-width: 180px;
  max-width: 320px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.workspace-section h2 {
  font-size: 19px;
  margin-bottom: 18px;
}
.section-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.section-toolbar h2 {
  font-size: 19px;
  margin: 0;
}
.toolbar {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.input-wrap {
  position: relative;
}
.input-wrap svg {
  position: absolute;
  inset-inline-start: 12px;
  top: 13px;
  color: var(--muted);
  width: 17px;
  height: 17px;
}
.input-wrap input.search {
  padding-inline-start: 38px;
}
.table-wrap {
  width: 100%;
  overflow: auto;
  background: white;
  border-block: 1px solid var(--line);
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: start;
  font-size: 13px;
  white-space: nowrap;
}
th {
  text-align: start;
  font-size: 12px;
  color: #69736b;
  font-weight: 550;
  background: #f8faf7;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
}
td {
  padding: 17px 18px;
  border-bottom: 1px solid #eaf0e9;
}
tr:last-child td {
  border-bottom: 0;
}
td:first-child {
  font-weight: 500;
}
td .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 5px;
}
.table-empty {
  padding: 48px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  white-space: normal;
}
.pager {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  font-size: 13px;
}
.empty {
  padding: 56px 20px;
  text-align: center;
  border-block: 1px solid var(--line);
  background: white;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.empty svg {
  width: 32px;
  height: 32px;
  color: #829789;
}
.empty h2 {
  font-size: 20px;
  color: #293b2f;
}
.empty p {
  max-width: 560px;
  font-size: 15px;
}
.empty .btn {
  margin-top: 3px;
}
.chart {
  height: 185px;
  display: flex;
  gap: 18px;
  align-items: stretch;
  padding: 16px 12px 0;
  border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 43px,
    #e6ece4 43px,
    #e6ece4 44px
  );
}
.bar-column {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 6px;
}
.bar {
  background: #81a675;
  border-radius: 3px 3px 0 0;
  width: 100%;
  max-width: 64px;
  min-height: 2px;
}
.bar-column:last-child .bar {
  background: var(--green);
}
.bar-column span {
  font-size: 12px;
  color: var(--muted);
}
.bar-column small {
  font-size: 12px;
  color: #3f5846;
}
.chart-labels {
  display: flex;
  justify-content: space-around;
  font-size: 12px;
  color: var(--muted);
  padding-top: 12px;
}
.usage-list {
  display: grid;
  gap: 18px;
}
.usage-line {
  display: grid;
  grid-template-columns: 180px 1fr 125px;
  gap: 22px;
  align-items: center;
  font-size: 14px;
}
.usage-line progress {
  width: 100%;
  height: 9px;
  border: 0;
  border-radius: 3px;
  background: #e2eadf;
  accent-color: var(--green);
}
progress::-webkit-progress-bar {
  background: #e2eadf;
  border-radius: 3px;
}
progress::-webkit-progress-value {
  background: var(--green);
  border-radius: 3px;
}
.form {
  display: grid;
  gap: 22px;
  max-width: 840px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 550;
  min-width: 0;
}
.field input,
.field select,
.field textarea,
input.search {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #cfdacf;
  background: white;
  color: #283a2d;
  min-height: 44px;
  font-weight: 400;
  min-width: 0;
}
.field textarea {
  resize: vertical;
  min-height: 115px;
  line-height: 1.5;
  font-family: Consolas, monospace;
  font-size: 13px;
}
.field small {
  font-weight: 400;
  color: var(--muted);
  line-height: 1.5;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
}
.check input {
  width: 17px;
  height: 17px;
  accent-color: var(--green);
  margin-top: 4px;
  flex-shrink: 0;
}
.form h3 {
  font-size: 17px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 15px;
}
.form .full {
  grid-column: 1/-1;
}
.help-line {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.readonly input,
.readonly textarea,
.readonly select {
  pointer-events: none;
  opacity: 0.7;
}
.preview-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f5eacb;
  color: #765519;
  padding: 10px 18px;
  font-size: 13px;
  line-height: 1.5;
}
.preview-banner + .shell {
  min-height: calc(100vh - 124px);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #102c246e;
  z-index: 12;
  display: grid;
  place-items: center;
  padding: 22px;
  backdrop-filter: blur(3px);
}
.modal {
  background: white;
  max-width: 590px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 25px 70px #10231c33;
  max-height: 90vh;
  overflow: auto;
  padding: 28px;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.modal-header h2 {
  font-size: 23px;
}
.modal .form {
  gap: 17px;
}
.checkout-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0;
  border-block: 1px solid var(--line);
  margin-bottom: 20px;
}
.checkout-price strong {
  font-size: 31px;
}
.payment-options {
  display: grid;
  gap: 10px;
}
.payment-option {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  cursor: pointer;
}
.payment-option:has(input:checked) {
  border-color: var(--green);
  background: #f1f7ed;
}
.payment-option input {
  accent-color: var(--green);
}
.payment-option span {
  flex: 1;
}
.inline-form {
  display: flex;
  gap: 10px;
}
.inline-form input {
  flex: 1;
  min-width: 0;
}
.checkout-total {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  margin-top: 12px;
  font-size: 17px;
  font-weight: 600;
}
.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}
.modal-footer .btn {
  min-width: 140px;
}
.consent {
  position: fixed;
  bottom: 20px;
  inset-inline-start: 20px;
  max-width: 435px;
  width: calc(100% - 40px);
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 12px 50px #152d231c;
  z-index: 15;
  padding: 23px;
  border-radius: 7px;
}
.consent h2 {
  font-size: 17px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.consent p {
  font-size: 13px;
  color: var(--muted);
  margin: 12px 0;
}
.consent .consent-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.consent .btn {
  padding: 11px 13px;
  font-size: 12px;
  min-height: 40px;
}
.consent .check {
  font-size: 13px;
}
.consent a {
  font-size: 12px;
  text-decoration: underline;
}
.legal {
  max-width: 800px;
  min-height: 60vh;
  padding-block: 60px;
}
.legal h1 {
  font-size: 36px;
  margin-bottom: 28px;
}
.legal p {
  color: var(--muted);
  margin: 20px 0;
}
.initial {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.initial progress {
  height: 5px;
  max-width: 180px;
}
.return-view {
  max-width: 650px;
  margin: 60px auto;
  text-align: center;
  padding: 30px;
}
.return-view > svg {
  width: 48px;
  height: 48px;
  color: var(--green);
  margin-bottom: 20px;
}
.return-view h1 {
  font-size: 32px;
}
.return-view p {
  margin: 20px 0;
  color: var(--muted);
}
#toast {
  position: fixed;
  bottom: 24px;
  inset-inline-end: 24px;
  background: var(--deep);
  color: white;
  padding: 14px 21px;
  border-radius: 5px;
  max-width: 440px;
  font-size: 14px;
  z-index: 20;
  display: none;
  line-height: 1.5;
}
.key {
  font:
    13px Consolas,
    monospace;
  word-break: break-all;
  padding: 16px;
  background: #f3f6f0;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
[dir='rtl'] .hero > img {
  transform: scaleX(-1);
}
[dir='rtl'] .hero .wrap {
  text-align: right;
}
.brand {
  direction: ltr;
  unicode-bidi: isolate;
}
.payment-option:has(input:disabled) {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (min-width: 1700px) {
  .hero {
    min-height: 585px;
  }
  .hero .wrap {
    padding-block: 95px;
  }
}
@media (max-width: 1100px) {
  .topbar .wrap {
    gap: 18px;
  }
  .topbar nav {
    gap: 18px;
  }
  .main {
    padding: 30px 25px;
  }
  .shell {
    grid-template-columns: 200px minmax(0, 1fr);
  }
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat:nth-child(2) {
    border-inline-end: 0;
  }
  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .split-band {
    gap: 40px;
  }
  .hero h1 {
    font-size: 68px;
  }
}
@media (max-width: 760px) {
  .wrap {
    padding-inline: 22px;
  }
  .topbar {
    height: 72px;
  }
  .topbar .brand {
    font-size: 22px;
  }
  .topbar nav {
    display: none;
  }
  .topbar .lang {
    margin-inline-start: auto;
  }
  .lang svg {
    display: none;
  }
  .lang select {
    width: 97px;
    font-size: 13px;
  }
  .topbar .btn {
    padding: 10px 12px;
    min-height: 39px;
    font-size: 12px;
  }
  .topbar .btn svg {
    display: none;
  }
  .hero {
    min-height: 480px;
  }
  .hero > img {
    object-position: 56% center;
  }
  .hero:after {
    background: #0925174a;
  }
  .hero .wrap {
    padding-block: 53px;
  }
  .hero h1 {
    font-size: 51px;
    margin-block: 25px 18px;
  }
  .hero p {
    font-size: 18px;
    max-width: 340px;
  }
  .hero .note {
    font-size: 12px;
    max-width: 330px;
  }
  .hero .hero-actions {
    gap: 10px;
  }
  .hero-proof .wrap {
    gap: 18px;
    overflow: auto;
    justify-content: flex-start;
  }
  .hero-proof span {
    white-space: nowrap;
    font-size: 12px;
  }
  .section {
    padding-block: 43px;
  }
  .section-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 28px;
  }
  .section-title p {
    font-size: 15px;
  }
  .segmented {
    width: 100%;
  }
  .segmented button {
    flex: 1;
    justify-content: center;
  }
  .plan-grid {
    gap: 17px;
  }
  .plan-card {
    padding: 23px 19px;
  }
  .plan-card h3 {
    font-size: 18px;
  }
  .price strong {
    font-size: 39px;
  }
  .price {
    gap: 6px;
  }
  .plan-card .plan-top {
    align-items: flex-start;
  }
  .plan-card .plan-icon {
    display: none;
  }
  .plan-card .pill {
    font-size: 10px;
    max-width: 80px;
  }
  .plan-body {
    font-size: 13px;
    min-height: 65px;
  }
  .plan-lines {
    font-size: 12px;
    gap: 13px;
  }
  .plan-lines svg {
    width: 15px;
    height: 15px;
  }
  .plan-card .btn {
    font-size: 12px;
    padding: 12px;
  }
  .split-band {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .payments-strip {
    gap: 19px;
    font-size: 12px;
  }
  .payments-strip b {
    font-size: 14px;
  }
  .footer .wrap {
    gap: 25px;
  }
  .footer .links {
    flex-wrap: wrap;
    gap: 20px;
  }
  .shell {
    display: block;
    min-height: calc(100vh - 72px);
  }
  .sidebar {
    padding: 12px 18px;
    flex-direction: row;
    overflow: auto;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
    gap: 6px;
  }
  .sidebar .label,
  .side-bottom {
    display: none;
  }
  .side-link {
    width: auto;
    flex-shrink: 0;
    padding: 11px 13px;
    font-size: 13px;
    white-space: nowrap;
  }
  .side-link svg {
    width: 16px;
    height: 16px;
  }
  .main {
    padding: 25px 20px 45px;
  }
  .page-heading h1 {
    font-size: 24px;
  }
  .page-heading {
    gap: 12px;
  }
  .page-heading p {
    font-size: 12px;
    overflow-wrap: anywhere;
  }
  .stats {
    margin-bottom: 24px;
  }
  .stat {
    padding: 19px 17px;
  }
  .stat strong {
    font-size: 27px;
  }
  .stat .stat-label {
    font-size: 12px;
  }
  .stat .stat-label svg {
    display: none;
  }
  .stat .caption {
    font-size: 11px;
  }
  .section-toolbar {
    gap: 16px;
  }
  .form-grid {
    gap: 17px;
  }
  .usage-line {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .usage-line progress {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .usage-line span:last-child {
    text-align: end;
  }
  .modal {
    padding: 22px;
    max-height: 90vh;
  }
  .modal-backdrop {
    padding: 14px;
  }
  .preview-banner {
    font-size: 12px;
    text-align: center;
  }
  .consent {
    bottom: 12px;
    inset-inline-start: 12px;
    width: calc(100% - 24px);
    max-width: 430px;
    padding: 20px;
  }
  #toast {
    inset-inline: 18px;
    bottom: 18px;
    max-width: none;
  }
  .legal h1 {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  .topbar .wrap {
    gap: 9px;
    padding-inline: 15px;
  }
  .topbar .brand {
    font-size: 20px;
  }
  .topbar .btn {
    max-width: 110px;
  }
  .lang select {
    width: 85px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero .hero-actions .btn {
    padding: 13px 16px;
    font-size: 13px;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .plan-card {
    padding: 26px;
  }
  .plan-card .plan-icon {
    display: grid;
  }
  .plan-body {
    min-height: auto;
    font-size: 14px;
  }
  .plan-lines {
    font-size: 14px;
  }
  .plan-card .btn {
    font-size: 14px;
  }
  .plan-card .pill {
    font-size: 12px;
    max-width: none;
  }
  .price strong {
    font-size: 46px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .main {
    padding-inline: 16px;
  }
  .page-heading .btn {
    padding: 11px;
    font-size: 12px;
  }
  .stats .stat strong {
    font-size: 25px;
  }
  .modal-footer .btn {
    min-width: 0;
  }
  .return-view {
    margin: 35px auto;
    padding: 24px;
  }
}
.paypal-schedule {
  margin: 18px 0;
  font-size: 14px;
}
.billing-country {
  width: 100%;
  max-width: 24rem;
  margin-block: 20px;
}
.mp-panel-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.mp-panel-heading h2 {
  font-size: 20px;
  margin: 0;
}
.paypal-schedule > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-block: 1px solid var(--line, #d7e1db);
}
.paypal-schedule > div + div {
  border-top: 0;
}
.paypal-schedule dd {
  margin: 0;
  text-align: end;
  font-weight: 600;
}
.paypal-schedule small {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  overflow-wrap: anywhere;
}
@media (prefers-reduced-motion: no-preference) {
  .btn,
  .side-link,
  .icon-btn {
    transition:
      background 0.15s,
      filter 0.15s;
  }
}
.fx-checkout,
.fx-policy {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #d9dfe1;
  overflow-wrap: anywhere;
}
.fx-checkout p,
.fx-policy p {
  margin: 12px 0;
}
.fx-checkout .check {
  margin-top: 16px;
  align-items: flex-start;
}
.account-server-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  flex-wrap: wrap;
}
.account-server-row > div {
  min-width: 0;
}
.account-server-row h2 {
  font-size: 18px;
  margin: 0;
  overflow-wrap: anywhere;
}
.account-server-row p {
  overflow-wrap: anywhere;
}
.account-admin-row {
  border: 0;
  border-top: 1px solid var(--line);
  padding: 12px 0;
  min-width: 0;
}
.account-admin-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.account-admin-actions .icon-btn {
  margin-inline-start: auto;
}
#account-player .field:has(input[name='uuid']),
#account-server .field:has(input[name^='uuid-']) {
  grid-column: 1 / -1;
}
