:root {
    --navy: #101c30;
    --navy-2: #18283e;
    --ink: #172438;
    --muted: #657386;
    --blue: #335ef2;
    --cyan: #52d8d3;
    --paper: #f7f9fc;
    --white: #fff;
    --line: #e1e7ed;
    --soft: #eff3f7;
    --lime: #d6f586;
    --warning: #fff8e9;
    --warning-ink: #876221;
    --radius: 8px;
    --shadow: 0 16px 40px rgba(18, 37, 61, .06)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

button,
input,
select {
    font: inherit
}

button {
    cursor: pointer
}

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

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2,
h3,
.brand {
    font-family: 'Space Grotesk', sans-serif
}

img {
    max-width: 100%
}

.wrap {
    width: min(100% - 64px, 1280px);
    margin-inline: auto
}

::selection {
    background: var(--lime);
    color: var(--navy)
}

:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 3px
}

.site-header {
    height: 76px;
    background: var(--navy);
    color: var(--white);
    position: relative;
    z-index: 30;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.nav-shell {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

.brand img {
    height: 32px;
    width: 32px;
    object-fit: contain
}

.brand-period {
    color: var(--cyan)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 38px
}

.nav-links a {
    color: #afbacb;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    transition: color .25s ease
}

.nav-links a:hover,
.nav-links a[aria-current] {
    color: var(--white)
}

.nav-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: var(--cyan);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s
}

.nav-links a:hover::after,
.nav-links a[aria-current]::after {
    transform: scaleX(1)
}

.nav-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px
}

.nav-cta {
    padding: 12px 19px;
    background: var(--white);
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-flex;
    gap: 22px;
    align-items: center;
    white-space: nowrap;
    transition: background .25s, transform .25s
}

.nav-cta:hover {
    background: var(--lime);
    transform: translateY(-2px)
}

.nav-cta span {
    font-size: 17px
}

.menu-toggle {
    display: none
}

.nav-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #d7e1eb;
    font-size: 10px;
    letter-spacing: .12em;
    font-weight: 700
}

.status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--lime);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(214, 245, 134, .12);
    flex: none
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    min-height: 52px;
    padding: 13px 21px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transition: transform .25s, box-shadow .25s, background .25s, color .25s
}

.btn:hover {
    transform: translateY(-3px)
}

.btn:active {
    transform: translateY(0)
}

.btn:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none
}

.btn-primary {
    background: var(--blue);
    color: var(--white);
    box-shadow: 0 10px 25px rgba(51, 94, 242, .2)
}

.btn-primary:hover {
    background: #244bdc;
    box-shadow: 0 14px 30px rgba(51, 94, 242, .3)
}

.btn-ghost {
    color: var(--ink);
    background: var(--white);
    border-color: var(--line)
}

.btn-ghost:hover {
    background: var(--soft)
}

.btn-light {
    background: var(--lime);
    color: var(--navy)
}

.btn-light:hover {
    background: var(--white)
}

.arrow {
    font-size: 17px;
    line-height: 1
}

.hero {
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: var(--white);
    min-height: 620px;
    isolation: isolate
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(90deg, transparent, black 40%);
    animation: grid-drift 24s linear infinite;
    z-index: -1
}

.hero-beam {
    position: absolute;
    right: -18%;
    top: -80%;
    width: 72%;
    height: 180%;
    transform: rotate(23deg);
    background: linear-gradient(90deg, transparent, rgba(68, 129, 232, .08), rgba(82, 216, 211, .10), transparent);
    animation: beam-breathe 9s ease-in-out infinite alternate;
    z-index: -1
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: center;
    min-height: 550px;
    gap: 25px;
    padding-block: 54px 40px
}

.hero-copy {
    position: relative;
    z-index: 3;
    animation: rise-in .8s .05s both
}

.eyebrow,
.section-kicker,
.section-number {
    font-size: 10px;
    letter-spacing: .17em;
    font-weight: 700
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #c2cfe1;
    margin-bottom: 30px
}

.eyebrow-line {
    height: 1px;
    width: 27px;
    background: #8290a4
}

.hero h1 {
    font-size: clamp(48px, 5.4vw, 82px);
    line-height: 1.06;
    font-weight: 600;
    margin: 0 0 24px;
    letter-spacing: 0
}

.hero h1 em,
.support-heading h1 em {
    font-style: normal;
    color: var(--cyan)
}

.hero-copy>p {
    max-width: 505px;
    color: #aebbcf;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 32px
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px
}

.text-link {
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    gap: 16px;
    align-items: center;
    transition: color .2s
}

.text-link:hover {
    color: var(--cyan)
}

.text-link span {
    font-size: 18px
}

.hero-footnote {
    margin-top: 39px;
    color: #93a4bc;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 9px
}

.privacy-mark {
    font-size: 18px;
    color: var(--lime)
}

.hero-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #7187a1;
    font-size: 10px;
    letter-spacing: .16em;
    font-weight: 700;
    padding-bottom: 22px
}

.scroll-rule {
    height: 1px;
    background: #46596e;
    width: 55px
}

.hero-art {
    position: relative;
    height: 500px;
    min-width: 0;
    animation: art-enter 1.1s .15s both
}

.art-orbit {
    position: absolute;
    border: 1px solid rgba(124, 163, 212, .17);
    border-radius: 50%;
    width: 470px;
    height: 470px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.orbit-two {
    width: 340px;
    height: 340px;
    border-style: dashed;
    animation: orbit 80s linear infinite
}

.art-caption {
    position: absolute;
    font-size: 10px;
    letter-spacing: .18em;
    font-weight: 700;
    color: #68869f
}

.art-caption-top {
    left: 6%;
    top: 2%
}

.art-caption-top span {
    color: var(--cyan);
    padding-left: 9px
}

.art-caption-bottom {
    right: 0;
    bottom: 0
}

.art-caption-bottom span {
    padding: 0 6px;
    color: var(--cyan)
}

.art-stage {
    position: absolute;
    inset: 0;
    animation: float-stage 7s ease-in-out infinite
}

.document {
    position: absolute;
    width: 250px;
    height: 330px;
    border-radius: 8px;
    box-shadow: 0 25px 65px rgba(0, 0, 0, .28)
}

.doc-back {
    top: 75px;
    left: calc(50% - 80px);
    background: #74b7e9;
    transform: rotate(13deg);
    padding: 35px
}

.doc-back span {
    display: block;
    height: 8px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, .4);
    border-radius: 3px
}

.doc-back span:nth-child(2) {
    width: 60%
}

.doc-back span:nth-child(3) {
    width: 80%
}

.doc-front {
    top: 84px;
    left: calc(50% - 125px);
    background: #f8fbff;
    transform: rotate(-7deg);
    padding: 22px 24px
}

.doc-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 29px;
    border-bottom: 1px solid #e0e6ee;
    margin-bottom: 24px
}

.doc-bar b {
    width: 14px;
    height: 14px;
    background: #335ef2;
    border-radius: 3px;
    margin-right: auto
}

.doc-bar i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c0cad7
}

.doc-title {
    width: 68%;
    height: 14px;
    border-radius: 3px;
    background: #263c58;
    margin-bottom: 19px
}

.doc-line {
    height: 6px;
    border-radius: 2px;
    background: #d4dce8;
    margin: 10px 0
}

.w80 {
    width: 80%
}

.w60 {
    width: 60%
}

.w90 {
    width: 90%
}

.w70 {
    width: 70%
}

.doc-graphic {
    display: flex;
    gap: 8px;
    align-items: end;
    height: 88px;
    margin: 22px 0;
    padding: 0 15px;
    border-left: 2px solid #e1e8f1;
    border-bottom: 2px solid #e1e8f1
}

.graphic-block {
    width: 33%;
    height: 55%;
    background: #a4c9fb;
    border-radius: 3px 3px 0 0
}

.graphic-block:nth-child(2) {
    height: 82%;
    background: #335ef2
}

.graphic-block:nth-child(3) {
    height: 65%;
    background: #52d8d3
}

.floating-op {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    color: var(--ink);
    padding: 10px 13px;
    border-radius: 5px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .2);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap
}

.floating-op b {
    font-size: 10px;
    color: #a0aec0;
    margin-left: 8px
}

.op-symbol {
    width: 26px;
    height: 26px;
    background: #e7efff;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 19px;
    border-radius: 4px
}

.op-merge {
    left: 0;
    top: 124px;
    animation: chip-float 5s ease-in-out infinite
}

.op-rotate {
    right: -3%;
    top: 255px;
    animation: chip-float 5s 1s ease-in-out infinite
}

.op-export {
    left: 8%;
    bottom: 54px;
    animation: chip-float 5s 2s ease-in-out infinite
}

.op-export .op-symbol {
    background: #e5f6e4;
    color: #3f8e67
}

.success-dot {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #48bb8a;
    margin-left: 6px
}

.workflow-section {
    background: var(--paper);
    padding: 91px 0 105px
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 43px
}

.section-kicker {
    color: var(--blue);
    display: block;
    margin-bottom: 18px
}

.section-heading h2,
.closing-inner h2 {
    font-size: clamp(34px, 3.5vw, 52px);
    font-weight: 600;
    line-height: 1.13;
    margin: 0
}

.section-heading>p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
    max-width: 355px;
    margin: 0 0 4px
}

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

.flow-card {
    border: 1px solid var(--line);
    background: var(--white);
    padding: 22px 24px 29px;
    min-width: 0;
    transition: transform .3s, box-shadow .3s, border-color .3s
}

.flow-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: #cad8eb
}

.flow-number {
    font-size: 10px;
    letter-spacing: .12em;
    color: #7b8ba0;
    font-weight: 700
}

.flow-visual {
    height: 170px;
    margin: 15px 0 20px;
    position: relative;
    overflow: hidden;
    background: #f1f5fa;
    border-radius: 3px
}

.upload-visual {
    display: flex;
    align-items: center;
    justify-content: center
}

.mini-sheet {
    position: absolute;
    width: 88px;
    height: 112px;
    background: var(--white);
    border: 1px solid #d9e5f1;
    border-radius: 3px;
    box-shadow: 0 7px 13px rgba(24, 50, 82, .08)
}

.mini-sheet:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 14px;
    width: 45px;
    height: 8px;
    background: #a6bdea;
    border-radius: 2px;
    box-shadow: 0 19px #d8e3f0, 0 31px #d8e3f0
}

.mini-sheet-a {
    transform: translateX(-55px) rotate(-15deg)
}

.mini-sheet-b {
    transform: translateX(51px) rotate(14deg)
}

.mini-sheet-c {
    transform: translateY(-5px);
    z-index: 1
}

.visual-plus {
    position: absolute;
    z-index: 2;
    right: 21%;
    bottom: 24px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: var(--white);
    font-size: 22px
}

.build-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.build-visual span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(78%, 245px);
    background: var(--white);
    border: 1px solid #e2e9f2;
    box-shadow: 0 3px 7px rgba(20, 50, 88, .04);
    padding: 9px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #42536c;
    border-radius: 3px
}

.build-visual i {
    font-style: normal;
    color: var(--blue)
}

.finish-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e9f5f2
}

.finish-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #207d68;
    color: var(--white);
    font-size: 37px;
    box-shadow: 0 0 0 10px rgba(32, 125, 104, .09)
}

.finish-label {
    font-size: 10px;
    letter-spacing: .15em;
    font-weight: 700;
    color: #267e6c;
    margin-top: 20px
}

.finish-label span {
    font-size: 15px
}

.flow-card h3 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 7px
}

.flow-card p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
    max-width: 280px
}

.closing-section {
    position: relative;
    overflow: hidden;
    background: var(--blue);
    color: var(--white);
    padding: 75px 0
}

.closing-inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 25px;
    position: relative;
    z-index: 1
}

.closing-inner .section-kicker {
    color: #bfd5ff
}

.closing-lines {
    position: absolute;
    right: -100px;
    top: -100px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(255, 255, 255, .025), 0 0 0 180px rgba(255, 255, 255, .025);
    pointer-events: none;
    animation: closing-pulse 8s ease-in-out infinite
}

.site-footer {
    background: var(--navy);
    color: var(--white);
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.footer-inner {
    min-height: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px
}

.footer-inner>span {
    font-size: 11px;
    color: #8a9aaf
}

.footer-inner>div {
    display: flex;
    gap: 23px;
    font-size: 11px;
    color: #aebbcf
}

.footer-inner a:hover {
    color: var(--cyan)
}

.workspace-main {
    min-height: calc(100vh - 180px)
}

.page-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 46px 0 35px;
    border-bottom: 1px solid var(--line)
}

.page-intro h1 {
    font-size: clamp(34px, 3.5vw, 48px);
    font-weight: 600;
    margin: 0 0 6px
}

.page-intro p {
    font-size: 14px;
    color: var(--muted);
    margin: 0
}

.intro-deco {
    font-size: 65px;
    color: #d5e1f1;
    line-height: 1
}

.app-body {
    display: grid;
    grid-template-columns: minmax(185px, 220px) minmax(0, 1fr) minmax(180px, 220px);
    gap: 16px;
    align-items: start;
    padding: 28px 0 95px
}

.panel {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 23px;
    border-radius: 6px;
    box-shadow: 0 6px 28px rgba(24, 40, 62, .025);
    min-width: 0
}

.panel .label,
.pipeline-heading>span {
    font-size: 10px;
    letter-spacing: .12em;
    font-weight: 700;
    color: #62748d;
    margin-bottom: 12px
}

.panel-description {
    font-size: 12px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0 0 22px
}

.op-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 39px;
    padding: 8px 9px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .2s;
    color: #33455c
}

.op-item:hover:not(.disabled) {
    background: #edf3ff;
    transform: translateX(3px)
}

.op-item .dot {
    height: 7px;
    width: 7px;
    flex: none;
    background: var(--blue);
    border-radius: 2px
}

.op-plus {
    font-size: 17px;
    color: #9eacc0;
    margin-left: auto;
    font-weight: 400;
    line-height: 1
}

.op-item.disabled {
    color: #aebac8;
    cursor: not-allowed;
    font-size: 12px
}

.coming-soon {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
    color: #a0aec1;
    padding: 20px 9px 8px
}

.soon-tag {
    font-size: 8px;
    color: #aab8c8;
    margin-left: auto;
    letter-spacing: .08em
}

.brave-note {
    font-size: 11px;
    color: var(--warning-ink);
    background: var(--warning);
    border: 1px solid #f0e1bc;
    padding: 10px 12px;
    border-radius: 4px;
    line-height: 1.5;
    margin-bottom: 18px
}

.dropzone {
    border: 1.5px dashed #aabbd2;
    background: #f7faff;
    border-radius: 5px;
    padding: 31px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: background .2s, border-color .2s, transform .2s
}

.dropzone:hover {
    background: #edf4ff;
    border-color: var(--blue);
    transform: translateY(-2px)
}

.drop-icon {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e5edff;
    color: var(--blue);
    font-size: 23px;
    margin-bottom: 13px
}

.dropzone strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 17px
}

.dropzone>span:last-of-type {
    font-size: 11px;
    color: var(--muted);
    margin-top: 5px
}

.pipeline-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 24px 0 12px
}

.pipeline-heading .label {
    margin: 0
}

.pipeline-heading>span {
    font-size: 9px;
    margin: 0;
    white-space: nowrap;
    color: #a6b4c6
}

#pipeline-list:empty {
    min-height: 90px;
    border: 1px dashed #d7e1ed;
    background: #fbfcfe;
    border-radius: 4px;
    display: grid;
    place-items: center
}

#pipeline-list:empty:after {
    content: 'Your steps will appear here';
    color: #9baabd;
    font-size: 12px
}

.file-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 4px;
    margin-top: 8px;
    min-width: 0;
    flex-wrap: wrap
}

.file-row .grip {
    cursor: grab;
    color: #9daec1;
    flex: none
}

.file-row .fnum {
    flex: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: grid;
    place-items: center;
    background: #eaf0fa;
    color: var(--blue);
    font-size: 10px;
    font-weight: 700
}

.file-row .fname {
    flex: 1 1 100px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    font-weight: 700
}

.file-row .ftrim {
    flex: 1 1 150px;
    min-width: 105px;
    padding: 7px 9px;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-size: 11px
}

.file-row .rm,
.pipe-item .rm {
    border: 0;
    background: transparent;
    color: #92a1b6;
    font-size: 16px;
    padding: 4px;
    flex: none
}

.file-row .rm:hover,
.pipe-item .rm:hover {
    color: #bd4352
}

.apply-all-btn {
    border: 1px solid var(--line);
    background: var(--soft);
    border-radius: 3px;
    padding: 6px;
    font-size: 10px;
    color: var(--ink);
    white-space: nowrap
}

.pipe-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 8px;
    animation: item-in .28s ease both;
    min-width: 0
}

.pipe-item .idx {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    flex: none;
    background: #e8efff;
    border-radius: 3px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 700
}

.pipe-item .body {
    min-width: 0;
    flex: 1
}

.pipe-item .t {
    font-size: 12px;
    font-weight: 700;
    margin: 3px 0 10px
}

.pipe-item input,
.pipe-item select {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 8px;
    font-size: 11px;
    background: var(--white);
    color: var(--ink)
}

.pipe-item [style*="display:flex"] {
    min-width: 0
}

.run-row {
    display: flex;
    gap: 9px;
    margin-top: 18px
}

.run-row .btn {
    min-height: 44px;
    padding: 10px 13px;
    gap: 8px;
    font-size: 11px;
    flex: 1
}

.progress-track {
    height: 5px;
    margin-top: 20px;
    background: #e9eff5;
    overflow: hidden;
    border-radius: 3px
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: var(--blue);
    transition: width .35s ease
}

#log {
    font-size: 12px;
    color: var(--muted);
    white-space: pre-wrap;
    line-height: 1.6;
    margin-top: 12px
}

#log:empty {
    display: none
}

.preset-card {
    border: 1px solid var(--line);
    padding: 11px;
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    transition: background .2s
}

.preset-card:hover {
    background: #edf3ff
}

.preset-card .d,
#presetList>.d {
    font-size: 11px;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.5;
    margin-top: 4px
}

.preset-foot {
    font-size: 10px;
    color: #a3b0c0;
    border-top: 1px solid var(--line);
    padding-top: 17px;
    margin-top: 20px
}

.support-main {
    padding: 70px 0 108px
}

.support-heading {
    max-width: 690px;
    margin-bottom: 48px
}

.support-heading h1 {
    font-size: clamp(48px, 5.5vw, 76px);
    line-height: 1.06;
    font-weight: 600;
    margin-bottom: 20px
}

.support-heading h1 em {
    color: var(--blue)
}

.support-heading p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.75;
    max-width: 475px;
    margin: 0
}

.support-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    gap: 48px;
    align-items: start;
    border-top: 1px solid var(--line);
    padding-top: 42px
}

.section-number {
    color: #7a8da7;
    display: flex;
    justify-content: space-between
}

.donation-form {
    padding: 5px 0
}

.donation-form h2 {
    font-size: clamp(28px, 3vw, 39px);
    font-weight: 600;
    margin: 25px 0 28px
}

.amount-choices {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 27px
}

.amount-choice {
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--ink);
    min-height: 57px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    transition: background .2s, color .2s, border-color .2s, transform .2s
}

.amount-choice:hover {
    transform: translateY(-2px);
    border-color: var(--blue)
}

.amount-choice.selected {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy)
}

.field-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #687b95;
    margin-bottom: 10px
}

.amount-field {
    height: 67px;
    display: flex;
    align-items: center;
    border: 1px solid #cbd6e4;
    background: var(--white);
    border-radius: 5px;
    padding: 0 19px;
    gap: 10px;
    transition: border-color .2s
}

.amount-field:focus-within {
    border-color: var(--blue)
}

.amount-field span {
    font-family: 'Space Grotesk';
    font-size: 25px;
    font-weight: 600;
    color: #6f829c
}

.amount-field input {
    border: 0;
    outline: 0;
    width: 100%;
    font-family: 'Space Grotesk';
    font-size: 27px;
    font-weight: 600;
    color: var(--navy);
    background: transparent
}

.amount-field input::-webkit-inner-spin-button,
.amount-field input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.amount-field input[type=number] {
    appearance: textfield
}

.field-help {
    font-size: 11px;
    color: #8796aa;
    margin: 9px 0 0
}

.privacy-note {
    display: flex;
    gap: 17px;
    align-items: flex-start;
    margin-top: 52px;
    padding: 23px 0;
    border-top: 1px solid var(--line)
}

.privacy-icon {
    height: 37px;
    width: 37px;
    flex: none;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #168b78;
    background: #ddf4ed;
    font-size: 20px
}

.privacy-note strong {
    font-size: 13px
}

.privacy-note p {
    font-size: 12px;
    line-height: 1.7;
    color: var(--muted);
    max-width: 390px;
    margin: 6px 0 0
}

.qr-panel {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 27px 32px 28px;
    border-radius: 6px;
    box-shadow: var(--shadow)
}

.qr-panel h2 {
    font-size: 29px;
    margin: 26px 0 5px
}

.qr-subtitle {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
    margin: 0
}

.qr-frame {
    width: min(100%, 268px);
    aspect-ratio: 1;
    background: var(--white);
    border: 1px solid var(--line);
    padding: 25px;
    margin: 25px auto 20px;
    display: grid;
    place-items: center
}

.qr-frame #qrcode {
    width: 216px;
    height: 216px;
    max-width: 100%;
    max-height: 100%
}

.qr-frame img,
.qr-frame canvas {
    max-width: 100%;
    height: auto !important
}

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

.qr-total span,
.upi-id-row span {
    font-size: 10px;
    color: #8392a5;
    letter-spacing: .12em;
    font-weight: 700
}

.qr-total strong {
    font-family: 'Space Grotesk';
    font-size: 21px;
    white-space: nowrap
}

.upi-divider {
    height: 1px;
    background: var(--line);
    margin: 18px 0
}

.upi-id-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.upi-id-row>div {
    min-width: 0
}

.upi-id-row span {
    display: block;
    margin-bottom: 5px
}

.upi-id-row strong {
    display: block;
    font-size: 12px;
    overflow-wrap: anywhere
}

.upi-id-row button {
    background: var(--soft);
    border: 1px solid var(--line);
    padding: 8px 11px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    flex: none
}

.upi-id-row button:hover {
    background: #dfe9f7
}

.upi-link {
    width: 100%;
    margin-top: 25px;
    justify-content: space-between
}

.upi-link.is-disabled {
    opacity: .5;
    pointer-events: none
}

.qr-disclaimer {
    font-size: 10px;
    line-height: 1.6;
    color: #8998a9;
    text-align: center;
    margin: 14px 0 0
}

.reveal-ready {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1)
}

.reveal-ready.in-view {
    opacity: 1;
    transform: translateY(0)
}

.flow-card:nth-child(2) {
    transition-delay: .1s
}

.flow-card:nth-child(3) {
    transition-delay: .2s
}

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

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes art-enter {
    from {
        opacity: 0;
        transform: translateX(35px) scale(.96)
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}

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

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes float-stage {
    50% {
        transform: translateY(-9px)
    }
}

@keyframes chip-float {
    50% {
        transform: translateY(-7px)
    }
}

@keyframes orbit {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes grid-drift {
    to {
        background-position: 68px 68px
    }
}

@keyframes beam-breathe {
    to {
        opacity: .25;
        transform: rotate(27deg) translateX(-6%)
    }
}

@keyframes closing-pulse {
    50% {
        transform: scale(1.08)
    }
}

@media(max-width:1100px) {
    .app-body {
        grid-template-columns: 195px minmax(0, 1fr)
    }

    .presets-panel {
        grid-column: 1/-1
    }

    .hero-art {
        transform: scale(.88);
        transform-origin: center right
    }

    .support-layout {
        gap: 30px
    }
}

@media(max-width:800px) {
    .wrap {
        width: min(100% - 40px, 1280px)
    }

    .nav-shell {
        grid-template-columns: auto 1fr auto
    }

    .nav-links {
        gap: 20px
    }

    .hero-inner {
        grid-template-columns: 1fr;
        min-height: unset;
        padding-top: 76px;
        gap: 10px
    }

    .hero-copy {
        max-width: 680px
    }

    .hero-art {
        height: 440px;
        width: min(100%, 570px);
        margin: auto;
        transform: none
    }

    .hero-bottom {
        padding-top: 10px
    }

    .hero h1 {
        font-size: clamp(48px, 9vw, 70px)
    }

    .workflow-section {
        padding: 70px 0
    }

    .flow-grid {
        gap: 10px
    }

    .flow-card {
        padding: 17px
    }

    .flow-visual {
        height: 145px
    }

    .support-layout {
        grid-template-columns: 1fr;
        max-width: 680px
    }

    .qr-panel {
        max-width: 500px;
        width: 100%
    }

    .support-main {
        padding: 55px 0 85px
    }
}

@media(max-width:700px) {
    .site-header {
        height: 68px
    }

    .nav-shell {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px
    }

    .brand {
        font-size: 22px
    }

    .brand img {
        height: 29px;
        width: 29px
    }

    .nav-actions {
        gap: 12px
    }

    .nav-cta {
        padding: 10px 12px;
        gap: 6px;
        font-size: 11px
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, .25);
        border-radius: 4px;
        color: var(--white);
        flex: none
    }

    .menu-toggle span {
        width: 17px;
        height: 2px;
        background: currentColor;
        transition: transform .25s
    }

    .menu-toggle[aria-expanded=true] span:first-child {
        transform: translateY(3.5px) rotate(45deg)
    }

    .menu-toggle[aria-expanded=true] span:last-child {
        transform: translateY(-3.5px) rotate(-45deg)
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: var(--navy-2);
        padding: 15px 20px 22px;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        box-shadow: 0 20px 25px rgba(0, 0, 0, .15);
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    .nav-links.is-open {
        display: flex;
        animation: item-in .2s ease
    }

    .nav-links a {
        padding: 13px 4px;
        font-size: 14px
    }

    .nav-links a::after {
        display: none
    }

    .nav-pill {
        display: none
    }

    .app-body {
        grid-template-columns: 1fr
    }

    .presets-panel {
        grid-column: auto
    }

    .operations-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px 7px
    }

    .operations-panel>.label,
    .operations-panel>.panel-description,
    .operations-panel>.coming-soon {
        grid-column: 1/-1
    }

    .operations-panel>.panel-description {
        margin-bottom: 8px
    }

    .op-item {
        font-size: 11px
    }

    .page-intro {
        padding: 35px 0 27px
    }

    .intro-deco {
        font-size: 43px
    }

    .flow-grid {
        grid-template-columns: 1fr
    }

    .flow-card {
        display: grid;
        grid-template-columns: 145px 1fr;
        column-gap: 20px;
        align-items: center;
        padding: 17px
    }

    .flow-card .flow-number {
        grid-column: 1/-1
    }

    .flow-card .flow-visual {
        grid-row: 2/4;
        margin: 12px 0 0;
        height: 120px
    }

    .flow-card h3 {
        align-self: end;
        margin-top: 8px
    }

    .flow-card p {
        align-self: start
    }

    .section-heading {
        display: block
    }

    .section-heading>p {
        margin-top: 18px
    }

    .closing-inner {
        align-items: start;
        flex-direction: column
    }

    .footer-inner {
        padding: 28px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px
    }

    .footer-inner>span {
        grid-row: 2;
        grid-column: 1/-1
    }

    .footer-inner>div {
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px
    }

    .hero-art {
        height: 370px;
        max-width: 460px;
        transform: scale(.82);
        transform-origin: top center;
        margin-bottom: -50px
    }

    .hero-copy>p {
        font-size: 14px
    }

    .hero-inner {
        padding-top: 65px
    }

    .hero-footnote {
        margin-top: 26px
    }
}

@media(max-width:480px) {
    .wrap {
        width: min(100% - 32px, 1280px)
    }

    .nav-cta {
        font-size: 10px;
        padding: 10px
    }

    .nav-cta span {
        display: none
    }

    .hero-inner {
        padding-top: 57px
    }

    .hero h1 {
        font-size: clamp(44px, 12vw, 59px)
    }

    .hero-actions {
        gap: 20px
    }

    .hero-art {
        left: 50%;
        margin-left: -250px;
        width: 500px;
        transform: scale(.67);
        transform-origin: top center;
        margin-bottom: -115px
    }

    .hero-bottom {
        padding-top: 0
    }

    .hero-copy>p {
        line-height: 1.7
    }

    .eyebrow {
        font-size: 9px;
        gap: 9px;
        white-space: nowrap
    }

    .hero-footnote {
        font-size: 10px
    }

    .section-heading h2,
    .closing-inner h2 {
        font-size: 36px
    }

    .flow-card {
        grid-template-columns: 110px 1fr;
        gap: 12px
    }

    .flow-card .flow-visual {
        height: 105px
    }

    .mini-sheet {
        transform: scale(.7)
    }

    .mini-sheet-a {
        transform: translateX(-27px) rotate(-15deg) scale(.7)
    }

    .mini-sheet-b {
        transform: translateX(27px) rotate(14deg) scale(.7)
    }

    .mini-sheet-c {
        transform: scale(.7)
    }

    .visual-plus {
        right: 10%;
        bottom: 10px
    }

    .build-visual span {
        width: 90%;
        font-size: 9px;
        padding: 6px
    }

    .finish-circle {
        width: 50px;
        height: 50px;
        font-size: 24px
    }

    .finish-label {
        font-size: 8px;
        margin-top: 14px
    }

    .flow-card h3 {
        font-size: 17px
    }

    .flow-card p {
        font-size: 11px
    }

    .page-intro h1 {
        font-size: 35px
    }

    .page-intro p {
        font-size: 12px
    }

    .intro-deco {
        display: none
    }

    .panel {
        padding: 17px
    }

    .run-row {
        flex-wrap: wrap
    }

    .run-row .btn {
        min-width: 100%
    }

    .pipeline-heading>span {
        font-size: 8px
    }

    .support-heading h1 {
        font-size: 49px
    }

    .support-heading p {
        font-size: 13px
    }

    .support-layout {
        padding-top: 32px
    }

    .amount-choices {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .qr-panel {
        padding: 23px 18px
    }

    .privacy-note {
        margin-top: 35px
    }

    .footer-inner>div {
        font-size: 10px
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }

    .reveal-ready {
        opacity: 1;
        transform: none
    }
}