:root {
    color-scheme: light;
    --ink: #17272c;
    --muted: #5c6d70;
    --line: #d9e3df;
    --paper: #f6f9f5;
    --white: #fff;
    --dark: #102027;
    --dark2: #192c32;
    --acid: #c7f36d;
    --green: #52703b;
    --radius: 18px;
    --font-display: "Avenir Next", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-body: "Avenir Next", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-family: var(--font-body);
    font-synthesis: none
}
* {
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-size: 16px;
    line-height: 1.6
}
button, input, select {
    font: inherit
}
button {
    cursor: pointer
}
a {
    color: inherit;
    text-decoration: none
}
h1, h2, h3, p {
    margin-top: 0
}
h1, h2, h3 {
    font-family: var(--font-display);
    letter-spacing: -.045em;
    line-height: 1.12
}
h1 {
    font-size: clamp(2.8rem, 5.4vw, 5.6rem);
    font-weight: 600
}
h2 {
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    font-weight: 600
}
h3 {
    font-size: 1.4rem;
    font-weight: 600
}
p {
    color: var(--muted)
}
.site-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}
.site-wrap > main {
    flex: 1
}
.section {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto
}
.site-header {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    position: relative;
    z-index: 5
}
.header-inner {
    width: min(1280px, calc(100% - 48px));
    margin: auto;
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 46px
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    white-space: nowrap;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.52rem;
    letter-spacing: -.075em;
    color: var(--dark)
}
.brand-dot {
    color: #699d2e
}
.brand-mark {
    width: 28px;
    height: 27px;
    display: flex;
    align-items: end;
    gap: 4px;
    transform: skewX(-15deg)
}
.brand-mark i {
    display: block;
    width: 5px;
    border-radius: 5px;
    background: #6f9d36
}
.brand-mark i:nth-child(1) {
    height: 11px
}
.brand-mark i:nth-child(2) {
    height: 22px
}
.brand-mark i:nth-child(3) {
    height: 16px
}
.brand.small {
    font-size: 1.3rem
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-left: auto
}
.main-nav a {
    color: #34484c;
    font-size: .91rem;
    font-weight: 600
}
.main-nav a:hover, .footer-links a:hover, .text-link:hover {
    color: #608e2a
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-left: 14px
}
.language-switch {
    font-size: .8rem;
    font-weight: 700;
    color: #526465;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 5px 8px
}
.header-account {
    background: var(--dark);
    color: #fff !important;
    padding: 10px 17px;
    border-radius: 9px;
    font-size: .9rem;
    font-weight: 700
}
.header-account:hover {
    background: #304b50
}
.header-register {
    font-size: .9rem;
    font-weight: 700;
    color: var(--dark);
    padding: 10px 0;
    white-space: nowrap
}
.header-register:hover {
    color: #304b50;
    text-decoration: underline
}
.site-footer {
    border-top: 1px solid var(--line);
    background: #eef3ee;
    margin-top: 100px
}
.footer-inner {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
    padding: 55px 0 40px;
    display: grid;
    grid-template-columns:1fr auto;
    gap: 35px
}
.footer-inner p {
    margin: 9px 0 0;
    font-size: .9rem
}
.footer-links {
    display: flex;
    gap: 24px;
    align-items: start;
    font-size: .9rem;
    font-weight: 600
}
.footer-copy {
    font-size: .82rem;
    color: #899794
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 21px;
    font-weight: 700;
    font-size: .93rem;
    min-height: 50px;
    transition: transform .18s, background .18s
}
.button:hover:not(:disabled) {
    transform: translateY(-2px)
}
.button.primary {
    background: var(--acid);
    color: var(--dark)
}
.button.primary:hover:not(:disabled) {
    background: #b4e953
}
.button.secondary {
    background: transparent;
    border-color: #b6c7bd;
    color: var(--ink)
}
.button.secondary:hover {
    background: #ecf3e7
}
.button:disabled {
    opacity: .45;
    cursor: not-allowed
}
.button.wide {
    width: 100%;
    justify-content: space-between
}
.text-link {
    font-size: .93rem;
    font-weight: 700;
    color: #477c2f
}
.section-kicker, .eyebrow, .feature-index, .panel-caption {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .15em;
    color: #6b8e50
}
.hero {
    padding-top: 98px;
    padding-bottom: 99px;
    display: grid;
    grid-template-columns:1.02fr .98fr;
    gap: 70px;
    align-items: center
}
.hero h1 {
    max-width: 660px;
    margin: 23px 0 21px
}
.hero-lead {
    font-size: 1.16rem;
    max-width: 550px;
    line-height: 1.72
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px
}
.pulse {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #91cb4f;
    box-shadow: 0 0 0 5px #dff0c7
}
.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 34px;
    flex-wrap: wrap
}
.hero-signals {
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
    margin-top: 54px;
    color: #678074;
    font-size: .77rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em
}
.hero-panel {
    background: var(--dark);
    color: #f5fbf5;
    border-radius: 22px;
    box-shadow: 0 32px 55px #152c3026;
    overflow: hidden;
    transform: rotate(1.5deg)
}
.panel-top, .panel-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 23px;
    font-size: .72rem;
    letter-spacing: .13em;
    font-weight: 700;
    color: #9aafb0
}
.panel-top {
    border-bottom: 1px solid #395057
}
.panel-bottom {
    border-top: 1px solid #395057
}
.panel-live {
    color: var(--acid)
}
.window-dots {
    display: flex;
    gap: 5px
}
.window-dots i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5a7278
}
.code-card {
    padding: 48px 37px;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: .87rem;
    line-height: 2.1;
    overflow: auto;
    white-space: nowrap
}
.code-line.muted, .code-comment {
    color: #88a1a0
}
.code-key {
    color: #b7e978
}
.code-value {
    color: #eedda9
}
.code-divider {
    height: 23px;
    border-left: 1px dashed #53696c;
    margin: 11px 0 11px 3px
}
.proof-strip {
    background: #eaf0e8;
    border-top: 1px solid #dde8dc;
    border-bottom: 1px solid #dde8dc
}
.proof-inner {
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}
.proof-inner > div {
    padding: 27px 0;
    display: flex;
    align-items: center;
    gap: 18px;
    border-right: 1px solid #d3dfd1
}
.proof-inner > div:last-child {
    border: 0;
    padding-left: 34px
}
.proof-inner > div:nth-child(2) {
    padding-left: 34px
}
.proof-inner strong {
    font: 700 1.3rem var(--font-display);
    color: #7da748
}
.proof-inner span {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em
}
.value-section {
    padding-top: 119px;
    padding-bottom: 100px
}
.section-heading {
    max-width: 660px
}
.section-heading h2 {
    margin: 19px 0 0
}
.feature-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px
}
.feature {
    background: #fff;
    border: 1px solid #e1e9e2;
    border-radius: 19px;
    padding: 31px;
    min-height: 290px
}
.feature-index {
    color: #91a391;
    font-size: .67rem
}
.feature-icon {
    font-size: 2.3rem;
    color: #6c9a38;
    margin: 44px 0 13px;
    font-family: var(--font-display)
}
.feature h3 {
    margin-bottom: 10px
}
.feature p {
    font-size: .93rem;
    line-height: 1.65;
    margin: 0
}
.workflow {
    padding: 70px 0 80px;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 90px
}
.workflow h2 {
    margin: 20px 0
}
.workflow p {
    max-width: 490px
}
.workflow ol {
    list-style: none;
    margin: 0;
    padding: 0
}
.workflow li {
    display: flex;
    gap: 25px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
    font-weight: 600
}
.workflow li span {
    font-weight: 700;
    color: #83a950
}
.page-intro {
    padding-top: 88px;
    padding-bottom: 54px
}
.page-intro h1 {
    margin: 18px 0;
    max-width: 900px
}
.page-intro p {
    font-size: 1.12rem;
    max-width: 720px
}
.page-intro.narrow h1 {
    max-width: 690px
}
.pricing-layout {
    display: grid;
    grid-template-columns:1.05fr .95fr;
    gap: 25px;
    padding-bottom: 70px
}
.price-hero {
    background: var(--dark);
    border-radius: 23px;
    color: white;
    padding: 46px;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    align-items: start
}
.price-hero .section-kicker {
    color: var(--acid)
}
.price-number {
    font: 600 clamp(3.3rem, 6vw, 5.2rem) var(--font-display);
    letter-spacing: -.07em;
    margin: 31px 0 14px
}
.price-number span {
    font: 500 1rem var(--font-body);
    letter-spacing: 0;
    color: #b9c9c5
}
.price-benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #dae5d7;
    font-size: .91rem;
    margin-bottom: 32px
}
.price-hero .button {
    margin-top: auto
}
.price-side {
    padding: 25px 28px
}
.price-side h2 {
    font-size: 1.5rem
}
.price-table {
    border-top: 1px solid var(--line);
    margin: 28px 0
}
.price-table > div {
    display: grid;
    grid-template-columns:1fr auto auto;
    gap: 24px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    padding: 20px 0
}
.price-table small {
    color: #81938e;
    margin-left: 6px
}
.status-dot {
    font-size: .75rem;
    font-weight: 700;
    color: #4c812b;
    background: #e6f3d7;
    border-radius: 100px;
    padding: 5px 9px
}
.quiet {
    font-size: .89rem
}
.playground-layout {
    display: grid;
    grid-template-columns:1.2fr .8fr;
    gap: 25px;
    align-items: start
}
.form-panel {
    background: #fff;
    border: 1px solid #dbe5df;
    border-radius: 19px;
    padding: 32px;
    box-shadow: 0 12px 30px #243b2708
}
.panel-caption {
    padding-bottom: 22px;
    margin-bottom: 29px;
    border-bottom: 1px solid var(--line)
}
form label {
    display: flex;
    flex-direction: column;
    gap: 9px;
    color: #26393b;
    font-weight: 700;
    font-size: .88rem;
    margin-bottom: 20px
}
form input, form select {
    background: #f8faf8;
    border: 1px solid #cfdcd3;
    border-radius: 9px;
    outline: none;
    padding: 13px 14px;
    min-height: 50px;
    color: var(--ink);
    width: 100%;
    font-size: .95rem
}
form input:focus, form select:focus {
    border-color: #75a641;
    box-shadow: 0 0 0 3px #dceecb
}
.field-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 16px
}
.form-hint {
    font-size: .81rem;
    margin: -7px 0 22px
}
.playground-aside {
    background: #eaf2e5;
    border: 1px solid #d9e6d2;
    border-radius: 19px;
    padding: 37px;
    min-height: 300px
}
.aside-icon {
    font-size: 3.3rem;
    color: #739b45;
    line-height: 1
}
.playground-aside h2 {
    font-size: 1.65rem;
    margin: 29px 0 12px
}
.playground-aside p {
    font-size: .9rem
}
.result-section {
    margin-top: 45px
}
.result-section h2 {
    font-size: 1.7rem
}
.response-code {
    background: var(--dark);
    color: #d8eee6;
    border-radius: 14px;
    padding: 25px;
    overflow: auto;
    font-size: .85rem;
    line-height: 1.7;
    white-space: pre;
    max-width: 100%
}
.auth-area {
    padding-top: 100px;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns:1fr 430px;
    gap: 90px;
    align-items: center
}
.auth-copy h1 {
    margin: 18px 0
}
.auth-copy p {
    max-width: 510px;
    font-size: 1.07rem
}
.auth-decoration {
    background: #e7f1db;
    border-radius: 14px;
    padding: 21px;
    max-width: 330px;
    display: flex;
    justify-content: space-between;
    color: #5e873d;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .1em;
    margin-top: 50px
}
.auth-card {
    padding: 35px
}
.auth-card .panel-caption {
    margin-bottom: 24px
}
.auth-switch {
    font-size: .88rem;
    margin: 25px 0 0
}
.auth-switch a {
    font-weight: 700;
    color: #5c8d32
}
.docs-intro {
    padding-bottom: 25px
}
.docs-alert {
    margin-top: 25px;
    padding: 15px 18px;
    background: #e9f1dc;
    border: 1px solid #d7e5c0;
    border-radius: 10px;
    color: #4e6e31;
    font-size: .86rem;
    font-weight: 600;
    max-width: 840px
}
.docs-layout {
    display: grid;
    grid-template-columns:230px 1fr;
    gap: 70px;
    align-items: start
}
.docs-nav {
    position: sticky;
    top: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-left: 1px solid var(--line)
}
.docs-nav a {
    padding: 10px 17px;
    font-size: .86rem;
    font-weight: 700;
    color: #66806f
}
.docs-nav a:hover {
    color: #3d742e;
    border-left: 2px solid #7baa43
}
.docs-content {
    max-width: 790px
}
.docs-content section {
    padding: 30px 0 52px;
    border-bottom: 1px solid var(--line);
    scroll-margin-top: 30px
}
.docs-content h2 {
    font-size: 2rem;
    margin: 12px 0
}
.docs-content p {
    font-size: 1rem
}
.docs-content .response-code {
    margin-top: 22px
}
.account-layout {
    display: grid;
    grid-template-columns:230px 1fr;
    gap: 62px;
    padding-top: 52px
}
.account-sidebar {
    border-right: 1px solid var(--line);
    padding-right: 20px;
    min-height: 620px;
    display: flex;
    flex-direction: column
}
.sidebar-heading {
    font-size: .72rem;
    letter-spacing: .14em;
    font-weight: 700;
    color: #748a7b;
    padding: 16px 11px 23px;
    display: flex;
    justify-content: space-between
}
.sidebar-heading span {
    color: #7da441;
    font-size: .61rem
}
.account-sidebar nav {
    display: flex;
    flex-direction: column;
    gap: 5px
}
.account-sidebar nav a {
    font-weight: 600;
    font-size: .9rem;
    color: #526761;
    padding: 11px 13px;
    border-radius: 8px
}
.account-sidebar nav a:hover {
    background: #edf4e8
}
.account-sidebar nav a.active {
    background: #e5efd9;
    color: #416a28
}
.sidebar-bottom {
    border-top: 1px solid var(--line);
    padding-top: 25px;
    margin-top: auto;
    font-size: .85rem
}
.avatar {
    display: inline-grid;
    place-items: center;
    background: #d9eabf;
    color: #45662f;
    width: 35px;
    height: 35px;
    border-radius: 9px;
    font-weight: 700
}
.sidebar-email {
    word-break: break-all;
    margin: 10px 0;
    color: #475f57
}
.text-button {
    border: 0;
    background: none;
    padding: 0;
    color: #6d874d;
    font-size: .82rem;
    font-weight: 700
}
.account-main {
    min-width: 0;
    padding-bottom: 35px
}
.account-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 15px;
    margin-bottom: 33px
}
.account-title h1 {
    font-size: clamp(2.2rem, 4.3vw, 3.4rem);
    margin: 14px 0 6px
}
.account-title p {
    margin: 0
}
.account-signal {
    font-size: .73rem;
    letter-spacing: .12em;
    color: #6f9b48;
    font-weight: 700;
    white-space: nowrap
}
.stats-grid {
    display: grid;
    grid-template-columns:1.4fr 1fr 1fr;
    gap: 14px
}
.stat-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 23px;
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.stat-card span {
    font-size: .82rem;
    font-weight: 700;
    color: #718078
}
.stat-card strong {
    font: 600 2rem var(--font-display);
    letter-spacing: -.05em
}
.stat-card.primary-stat {
    background: var(--dark);
    color: #fff
}
.stat-card.primary-stat span {
    color: #c3d4cb
}
.list-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 37px 0 14px
}
.list-heading h2, .two-lists h2 {
    font-size: 1.3rem;
    margin: 0
}
.table-wrap {
    width: 100%;
    overflow: auto;
    background: white;
    border: 1px solid var(--line);
    border-radius: 13px
}
table {
    border-collapse: collapse;
    width: 100%;
    min-width: 680px
}
th, td {
    text-align: left;
    padding: 16px 17px;
    border-bottom: 1px solid #edf1ed;
    font-size: .85rem;
    white-space: nowrap
}
th {
    font-size: .7rem;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #829189;
    background: #fbfcfa
}
tbody tr:last-child td {
    border-bottom: 0
}
.query-cell {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600
}
.pill {
    display: inline-block;
    border-radius: 50px;
    padding: 5px 9px;
    font-size: .73rem;
    font-weight: 700;
    background: #f0f2ed;
    color: #667066
}
.pill.completed, .pill.settled {
    background: #e4f2d8;
    color: #49772d
}
.pill.failed, .pill.invalid {
    background: #fce9e5;
    color: #ae4e41
}
.pill.reserved, .pill.new {
    background: #fff1d5;
    color: #9a6c16
}
.empty-state {
    border: 1px dashed #cad8ca;
    border-radius: 13px;
    background: #fafcf9;
    padding: 45px;
    color: #809186;
    text-align: center;
    font-size: .92rem
}
.account-callout {
    display: flex;
    align-items: center;
    gap: 23px;
    border: 1px solid #d6e5ca;
    border-radius: 13px;
    background: #eaf4e4;
    padding: 25px;
    margin-top: 28px
}
.account-callout > span {
    font-size: 2rem;
    color: #73a23e
}
.account-callout div {
    flex: 1
}
.account-callout strong {
    font-family: var(--font-display)
}
.account-callout p {
    font-size: .85rem;
    margin: 2px 0 0
}
.pagination {
    margin-top: 20px
}
.balance-grid {
    display: grid;
    grid-template-columns:.8fr 1.2fr;
    gap: 18px
}
.balance-card {
    background: var(--dark);
    color: #fff;
    border-radius: 18px;
    padding: 29px;
    display: flex;
    flex-direction: column;
    min-height: 260px
}
.balance-card span {
    color: #cadad1;
    font-size: .82rem;
    font-weight: 700
}
.balance-card strong {
    font: 600 clamp(2.4rem, 4vw, 3.7rem) var(--font-display);
    margin-top: 42px;
    letter-spacing: -.07em
}
.balance-card small {
    margin-top: auto;
    color: var(--acid);
    letter-spacing: .14em;
    font-weight: 700
}
.topup-card {
    padding: 25px
}
.topup-card .panel-caption {
    margin-bottom: 20px;
    padding-bottom: 16px
}
.payment-choice {
    border: 1px solid #dce5da;
    padding: 11px 13px;
    border-radius: 9px;
    margin-bottom: 8px;
    font-size: .84rem;
    font-weight: 600
}
.payment-choice.selected {
    border-color: #92bd6b;
    background: #f2f9eb;
    color: #4a722b
}
.payment-choice.disabled {
    color: #a5b2aa;
    background: #f8faf7
}
.topup-card .button {
    margin-top: 14px
}
.topup-card .form-hint {
    margin: 11px 0 0
}
.two-lists {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 25px;
    margin-top: 40px
}
.two-lists h2 {
    margin-bottom: 15px
}
.simple-list {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff
}
.simple-list > div {
    padding: 13px 15px;
    border-bottom: 1px solid #edf1ed;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: .82rem
}
.simple-list > div:last-child {
    border: 0
}
.simple-list strong {
    margin-left: auto
}
.simple-list small {
    text-transform: uppercase;
    color: #8a9990;
    font-weight: 700
}
.simple-list a {
    font-weight: 700;
    color: #588434
}
.positive {
    color: #4e842b
}
.token-reveal {
    background: #e7f4d9;
    border: 1px solid #bddba7;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    display: grid;
    gap: 8px
}
.token-reveal code {
    overflow-wrap: anywhere;
    font-size: .89rem
}
.token-reveal button {
    justify-self: start;
    border: 0;
    border-radius: 6px;
    background: #547c35;
    color: white;
    padding: 8px 13px
}
.token-create form {
    display: flex;
    gap: 13px;
    align-items: end
}
.token-create label {
    flex: 1;
    margin: 0
}
.token-list {
    margin-top: 28px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 14px
}
.token-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-bottom: 1px solid var(--line)
}
.token-row:last-child {
    border: 0
}
.token-icon {
    display: grid;
    place-items: center;
    background: #ebf4e3;
    color: #72964b;
    width: 43px;
    height: 43px;
    border-radius: 10px;
    font-size: 1.3rem
}
.token-details {
    flex: 1;
    min-width: 0
}
.token-details strong {
    display: block;
    font-size: .91rem
}
.token-details span {
    display: block;
    color: #86958c;
    font-size: .76rem;
    margin-top: 3px;
    overflow-wrap: anywhere
}
.danger-button {
    background: transparent;
    border: 1px solid #eccac7;
    border-radius: 7px;
    color: #a95d57;
    padding: 7px 11px;
    font-size: .78rem;
    font-weight: 700
}
.notice {
    position: relative;
    width: min(1180px, calc(100% - 48px));
    margin: 18px auto 0;
    padding: 12px 16px;
    border-radius: 9px;
    font-size: .9rem
}
.notice.error {
    background: #fcece8;
    color: #ad4b43
}
.notice.success {
    background: #e8f4dc;
    color: #4c762d
}
.error-page {
    padding: 110px 0;
    min-height: 450px
}
.error-page h1 {
    font-size: 2.6rem;
    max-width: 700px;
    margin: 20px 0 27px
}
@media (max-width: 1000px) {
    .header-inner {
        gap: 20px
    }
    .main-nav {
        gap: 17px
    }
    .hero {
        gap: 35px
    }
    .account-layout {
        gap: 28px
    }
    .auth-area {
        gap: 40px
    }
}
@media (max-width: 760px) {
    .section, .header-inner, .footer-inner {
        width: min(100% - 32px, 600px)
    }
    .header-inner {
        min-height: 76px;
        flex-wrap: wrap;
        gap: 8px;
        padding: 14px 0
    }
    .brand {
        font-size: 1.3rem
    }
    .main-nav {
        order: 3;
        width: 100%;
        overflow: auto;
        gap: 10px;
        padding-top: 7px;
        padding-bottom: 2px
    }
    .main-nav a {
        white-space: nowrap;
        font-size: .78rem
    }
    .header-actions {
        margin-left: auto
    }
    .hero {
        padding: 62px 0 65px;
        grid-template-columns:1fr;
        gap: 45px
    }
    .hero-panel {
        transform: none
    }
    .hero-signals {
        margin-top: 35px
    }
    .proof-inner {
        grid-template-columns:1fr
    }
    .proof-inner > div, .proof-inner > div:nth-child(2), .proof-inner > div:last-child {
        padding: 15px 0;
        border-right: 0;
        border-bottom: 1px solid #d3dfd1
    }
    .proof-inner > div:last-child {
        border: 0
    }
    .value-section {
        padding: 75px 0
    }
    .feature-grid {
        grid-template-columns:1fr
    }
    .feature {
        min-height: 230px
    }
    .feature-icon {
        margin-top: 24px
    }
    .workflow, .pricing-layout, .playground-layout, .auth-area, .docs-layout, .balance-grid, .two-lists {
        grid-template-columns:1fr;
        gap: 25px
    }
    .workflow {
        padding: 55px 0
    }
    .page-intro {
        padding-top: 65px;
        padding-bottom: 30px
    }
    .price-hero {
        min-height: 350px
    }
    .price-side {
        padding: 10px
    }
    .auth-area {
        padding-top: 70px
    }
    .auth-decoration {
        display: none
    }
    .docs-nav {
        position: static;
        flex-direction: row;
        overflow: auto;
        border-left: 0;
        border-bottom: 1px solid var(--line);
        white-space: nowrap
    }
    .docs-nav a {
        padding: 12px
    }
    .account-layout {
        grid-template-columns:1fr;
        padding-top: 25px
    }
    .account-sidebar {
        min-height: 0;
        border-right: 0;
        padding-right: 0
    }
    .account-sidebar nav {
        flex-direction: row;
        overflow: auto;
        border-bottom: 1px solid var(--line);
        padding-bottom: 13px
    }
    .sidebar-heading, .sidebar-bottom {
        display: none
    }
    .stats-grid {
        grid-template-columns:1fr 1fr
    }
    .stats-grid .primary-stat {
        grid-column: 1/-1
    }
    .account-title {
        align-items: start
    }
    .account-signal {
        display: none
    }
    .footer-inner {
        grid-template-columns:1fr
    }
    .footer-links {
        flex-wrap: wrap
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 2.75rem
    }
    .hero-actions {
        display: grid
    }
    .code-card {
        font-size: .72rem;
        padding: 28px 19px
    }
    .panel-top, .panel-bottom {
        padding: 14px
    }
    .field-grid {
        grid-template-columns:1fr;
        gap: 0
    }
    .form-panel {
        padding: 23px
    }
    .price-hero {
        padding: 28px
    }
    .price-number span {
        display: block;
        margin-top: 4px
    }
    .stats-grid {
        grid-template-columns:1fr 1fr
    }
    .stat-card {
        padding: 17px
    }
    .stat-card strong {
        font-size: 1.6rem
    }
    .account-callout {
        display: block
    }
    .account-callout .button {
        margin-top: 16px
    }
    .token-create form {
        display: block
    }
    .token-create button {
        margin-top: 15px;
        width: 100%
    }
    .token-row {
        align-items: start;
        flex-wrap: wrap
    }
    .token-row form {
        margin-left: 58px
    }
    .footer-links {
        gap: 15px
    }
}
@media (max-width: 760px) {
    .account-sidebar .sidebar-bottom {
        display: flex;
        align-items: center;
        gap: 10px;
        border: 0;
        padding: 10px 0 0;
        margin: 0
    }
    .account-sidebar .sidebar-bottom .avatar {
        width: 28px;
        height: 28px
    }
    .account-sidebar .sidebar-email {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: normal;
        max-width: 180px
    }
    .account-sidebar .sidebar-bottom form {
        margin-left: auto;
        flex-shrink: 0
    }
}
@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(14px)
    }
    to {
        opacity: 1;
        transform: none
    }
}
@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 5px #dff0c7, 0 0 0 5px #91cb4f66
    }
    100% {
        box-shadow: 0 0 0 5px #dff0c7, 0 0 0 16px #91cb4f00
    }
}
@keyframes breathe {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: .45
    }
}
@keyframes caret {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}
@keyframes equalizer {
    0%, 100% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.5)
    }
}
@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}
main > *, .notice {
    animation: rise .55s cubic-bezier(.2, .7, .2, 1) both
}
main > :nth-child(2) {
    animation-delay: .08s
}
main > :nth-child(3) {
    animation-delay: .16s
}
main > :nth-child(4) {
    animation-delay: .24s
}
.feature, .stat-card, .token-row, .simple-list > div, .proof-inner > div, .workflow ol li {
    animation: rise .5s cubic-bezier(.2, .7, .2, 1) both
}
.feature:nth-child(2), .stat-card:nth-child(2), .token-row:nth-child(2), .simple-list > div:nth-child(2), .proof-inner > div:nth-child(2), .workflow ol li:nth-child(2) {
    animation-delay: .1s
}
.feature:nth-child(3), .stat-card:nth-child(3), .token-row:nth-child(3), .simple-list > div:nth-child(3), .proof-inner > div:nth-child(3), .workflow ol li:nth-child(3) {
    animation-delay: .2s
}
.token-row:nth-child(n+4), .simple-list > div:nth-child(n+4) {
    animation-delay: .3s
}
.feature, .stat-card, .hero-panel {
    transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s
}
.feature:hover, .stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px #243b2714
}
.hero-panel:hover {
    transform: rotate(0deg) scale(1.01)
}
.button span {
    display: inline-block;
    transition: transform .2s
}
.button:hover:not(:disabled) span {
    transform: translate(3px, -1px)
}
form input, form select {
    transition: border-color .2s, box-shadow .2s
}
.main-nav a, .footer-links a, .text-link, .docs-nav a, .account-sidebar nav a, .header-register, .language-switch {
    transition: color .18s, background .18s, border-color .18s
}
.main-nav a {
    position: relative
}
.main-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    border-radius: 2px;
    background: var(--acid);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s
}
.main-nav a:hover::after {
    transform: scaleX(1)
}
.pulse {
    animation: pulse-ring 2.2s ease-out infinite
}
.panel-live, .account-signal, .sidebar-heading span {
    animation: breathe 2.4s ease-in-out infinite
}
.code-comment::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1em;
    margin-left: 6px;
    vertical-align: -.15em;
    background: #b7e978;
    animation: caret 1.1s steps(1) infinite
}
.brand-mark i {
    transform-origin: bottom
}
.brand:hover .brand-mark i {
    animation: equalizer .9s ease-in-out infinite
}
.brand:hover .brand-mark i:nth-child(2) {
    animation-delay: .15s
}
.brand:hover .brand-mark i:nth-child(3) {
    animation-delay: .3s
}
.search-progress {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    font-size: .88rem;
    color: #4c6350;
    animation: rise .35s both
}
.search-progress[hidden] {
    display: none
}
.spinner {
    flex: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #dceecb;
    border-top-color: #6f9d36;
    animation: spin .8s linear infinite
}
form[aria-busy="true"] label {
    opacity: .55;
    transition: opacity .3s
}
@media (prefers-reduced-motion: reduce) {
    *, ::before, ::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }
}