#oneEngine{--accent:#445ce4;--rose:#ed3366;--text-primary:#1e1e2e;--text-secondary:#5b5b7a;--text-tertiary:#7a7a7a;--border:#d6dbe8;--bg:#f0f3fc;--surface:#f8f6fc;--green:#16a34a;--card-shadow:0 2px 5px #0000000a, 0 9px 9px #0000000a, 0 21px 12px #00000005;--eyebrow:#9a9ab0}#oneEngine *{box-sizing:border-box;margin:0;padding:0}#oneEngine{color:var(--text-primary);background:radial-gradient(1200px 600px at 78% 62%,#ed33660f,#0000 60%),radial-gradient(900px 600px at 12% 30%,#445ce40d,#0000 55%),linear-gradient(#f4f2fb 0%,#eef1fb 100%);justify-content:center;align-items:center;min-height:100vh;padding:64px 24px;font-family:Outfit,Inter,system-ui,sans-serif;display:flex}#oneEngine .section{width:100%;max-width:1320px}#oneEngine .eyebrow{text-align:center;font-family:var(--font-ui),"Outfit",sans-serif;letter-spacing:.05em;text-transform:uppercase;color:#6b6e80;font-size:12px;font-weight:400}#oneEngine .headline{text-align:center;letter-spacing:-.01em;max-width:none;margin:22px auto 0;font-family:Fraunces,serif;font-size:clamp(30px,6.25vw,48px);font-weight:600;line-height:1.17}#oneEngine .subhead{text-align:center;color:var(--text-tertiary);max-width:62ch;margin:26px auto 0;font-size:clamp(1rem,1.5vw,1.22rem);font-weight:400;line-height:1.55}#oneEngine .diagram{grid-template-columns:minmax(280px,1fr) minmax(220px,1.25fr) minmax(300px,.95fr);align-items:center;gap:0;margin-top:clamp(40px,6vw,76px);display:grid}#oneEngine .engine{box-shadow:var(--card-shadow);z-index:2;background:#fff;border-radius:24px;padding:30px 30px 36px;position:relative}#oneEngine .engine__status{color:#137a3a;background:#e7f6ec;border-radius:999px;align-items:center;gap:8px;padding:6px 13px 6px 11px;font-size:13px;font-weight:600;display:inline-flex}#oneEngine .engine__status .dot{background:var(--green);border-radius:50%;width:9px;height:9px;animation:2.2s ease-out infinite oe-pulse;box-shadow:0 0 #16a34a80}@keyframes oe-pulse{0%{box-shadow:0 0 #16a34a73}70%{box-shadow:0 0 0 7px #16a34a00}to{box-shadow:0 0 #16a34a00}}#oneEngine .engine__logo{aspect-ratio:116/68;width:min(190px,60%);margin:30px auto 4px;display:block}#oneEngine .engine__logo svg{display:block}#oneEngine .engine__title{text-align:center;margin-top:14px;font-family:Fraunces,serif;font-size:1.7rem;font-weight:600;line-height:1.12}#oneEngine .engine__desc{text-align:center;color:var(--text-secondary);margin-top:14px;max-width:30ch;margin-inline:auto;font-size:.98rem;line-height:1.5}#oneEngine .lanes{flex-direction:column;justify-content:center;align-self:center;gap:64px;height:200px;padding:0 4px;display:flex;position:relative}#oneEngine .lane{height:2px;position:relative}#oneEngine .lane__label{white-space:nowrap;letter-spacing:-.005em;opacity:0;font-size:.95rem;font-weight:600;transition:opacity .5s;position:absolute;left:50%;transform:translate(-50%)}#oneEngine .lane--send .lane__label{color:var(--accent);bottom:16px}#oneEngine .lane--collect .lane__label{color:var(--rose);top:16px}#oneEngine .lanes.is-flowing .lane__label{opacity:1}#oneEngine .lane__track{border-radius:2px;position:absolute;inset:0;overflow:hidden}#oneEngine .lane--send .lane__track{background:#445ce42e}#oneEngine .lane--collect .lane__track{background:#ed33662e}#oneEngine .lane__flow{opacity:0;background-repeat:repeat-x;background-size:34px 100%;width:200%;height:100%;position:absolute;top:0;left:0}#oneEngine .lane--send .lane__flow{background-image:linear-gradient(90deg, var(--accent) 0 16px, transparent 16px 34px)}#oneEngine .lane--collect .lane__flow{background-image:linear-gradient(90deg, var(--rose) 0 16px, transparent 16px 34px)}#oneEngine .lanes.is-flowing .lane--send .lane__flow{opacity:1;animation:1.9s linear infinite oe-dash-right}#oneEngine .lanes.is-flowing .lane--collect .lane__flow{opacity:1;animation:1.9s linear infinite oe-dash-left}@keyframes oe-dash-right{0%{transform:translate(-34px)}to{transform:translate(0)}}@keyframes oe-dash-left{0%{transform:translate(0)}to{transform:translate(-34px)}}#oneEngine .lane__dot{z-index:2;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%)scale(0)}#oneEngine .lane--send .lane__dot{background:var(--accent);box-shadow:0 0 0 4px #445ce429}#oneEngine .lane--collect .lane__dot{background:var(--rose);box-shadow:0 0 0 4px #ed336629}#oneEngine .lanes.is-flowing .lane--send .lane__dot{animation:3.8s linear infinite oe-travel-right}#oneEngine .lanes.is-flowing .lane--collect .lane__dot{animation:3.8s linear infinite oe-travel-left}#oneEngine .lanes.is-flowing .lane--send .lane__dot.d2,#oneEngine .lanes.is-flowing .lane--collect .lane__dot.d2{animation-delay:1.9s}@keyframes oe-travel-right{0%{left:0%;transform:translate(-50%,-50%)scale(0)}12%{transform:translate(-50%,-50%)scale(1)}88%{transform:translate(-50%,-50%)scale(1)}to{left:100%;transform:translate(-50%,-50%)scale(0)}}@keyframes oe-travel-left{0%{left:100%;transform:translate(-50%,-50%)scale(0)}12%{transform:translate(-50%,-50%)scale(1)}88%{transform:translate(-50%,-50%)scale(1)}to{left:0%;transform:translate(-50%,-50%)scale(0)}}#oneEngine .lane__arrow{opacity:0;width:0;height:0;transition:opacity .4s .2s;position:absolute;top:50%;transform:translateY(-50%)}#oneEngine .lane--send .lane__arrow{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:9px solid var(--accent);right:-2px}#oneEngine .lane--collect .lane__arrow{border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:9px solid var(--rose);left:-2px}#oneEngine .lanes.is-flowing .lane__arrow{opacity:1}#oneEngine .surfaces{box-shadow:var(--card-shadow);z-index:2;background:#fff;border-radius:24px;padding:10px 22px;list-style:none;position:relative}#oneEngine .surface{border-bottom:1px solid var(--border);opacity:0;align-items:center;gap:14px;padding:15px 4px;display:flex;transform:translateY(8px)}#oneEngine .surface:last-child{border-bottom:none}#oneEngine .surfaces.is-loading .surface{animation:.5s cubic-bezier(.22,.61,.36,1) forwards oe-rowin;animation-delay:calc(var(--i) * .22s)}@keyframes oe-rowin{to{opacity:1;transform:translateY(0)}}#oneEngine .surface__logo{flex:none;width:32px;height:32px;display:block}#oneEngine .surface__logo img{border-radius:7px;width:32px;height:32px;display:block}#oneEngine .surface__name{color:var(--text-primary);flex:auto;font-size:1.06rem;font-weight:500}#oneEngine .surface__check{flex:none;width:22px;height:22px;display:block;transform:scale(0)}#oneEngine .surface__check svg{width:22px;height:22px;display:block}#oneEngine .surfaces.is-loading .surface__check{animation:.45s cubic-bezier(.34,1.56,.64,1) forwards oe-checkpop;animation-delay:calc(var(--i) * .22s + .28s)}@keyframes oe-checkpop{0%{transform:scale(0)}70%{transform:scale(1.18)}to{transform:scale(1)}}@media (max-width:980px){#oneEngine{padding:48px 18px}#oneEngine .diagram{grid-template-columns:1fr;gap:18px;max-width:440px;margin-inline:auto}#oneEngine .lanes{flex-direction:row;justify-content:center;align-items:center;gap:84px;height:auto;min-height:150px;padding:18px 0}#oneEngine .lane{width:2px;height:120px}#oneEngine .lane__track{inset:0}#oneEngine .lane__label{writing-mode:vertical-rl;text-orientation:mixed;background:#f4f2fbd1;border-radius:6px;padding:8px 3px;font-size:.84rem;top:50%;left:50%;transform:translate(-50%,-50%)}#oneEngine .lane--send .lane__label{bottom:auto}#oneEngine .lane--collect .lane__label{top:50%}#oneEngine .lane__label{font-size:0}#oneEngine .lane__label:after{content:attr(data-short);font-size:.84rem}#oneEngine .lane__flow{background-size:100% 34px;width:100%;height:200%}#oneEngine .lane--send .lane__flow{background-image:linear-gradient(180deg, var(--accent) 0 16px, transparent 16px 34px)}#oneEngine .lane--collect .lane__flow{background-image:linear-gradient(180deg, var(--rose) 0 16px, transparent 16px 34px)}#oneEngine .lanes.is-flowing .lane--send .lane__flow{animation:1.9s linear infinite oe-dash-down}#oneEngine .lanes.is-flowing .lane--collect .lane__flow{animation:1.9s linear infinite oe-dash-up}@keyframes oe-dash-down{0%{transform:translateY(-34px)}to{transform:translateY(0)}}@keyframes oe-dash-up{0%{transform:translateY(0)}to{transform:translateY(-34px)}}#oneEngine .lane__dot{top:0;left:50%}#oneEngine .lanes.is-flowing .lane--send .lane__dot{animation:3.8s linear infinite oe-travel-down}#oneEngine .lanes.is-flowing .lane--collect .lane__dot{animation:3.8s linear infinite oe-travel-up}@keyframes oe-travel-down{0%{top:0;transform:translate(-50%,-50%)scale(0)}12%{transform:translate(-50%,-50%)scale(1)}88%{transform:translate(-50%,-50%)scale(1)}to{top:100%;transform:translate(-50%,-50%)scale(0)}}@keyframes oe-travel-up{0%{top:100%;transform:translate(-50%,-50%)scale(0)}12%{transform:translate(-50%,-50%)scale(1)}88%{transform:translate(-50%,-50%)scale(1)}to{top:0;transform:translate(-50%,-50%)scale(0)}}#oneEngine .lane__arrow{top:auto;left:50%;transform:translate(-50%)}#oneEngine .lane--send .lane__arrow{border-left:6px solid #0000;border-right:6px solid #0000;border-top:9px solid var(--accent);bottom:-2px;right:auto}#oneEngine .lane--collect .lane__arrow{border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:9px solid var(--rose);top:-2px;left:50%}}@media (prefers-reduced-motion:reduce){#oneEngine *{transition:none!important;animation:none!important}#oneEngine .surface{opacity:1;transform:none}#oneEngine .surface__check{transform:scale(1)}#oneEngine .lane__label,#oneEngine .lane__flow,#oneEngine .lane__arrow{opacity:1}#oneEngine .lane__dot{transform:translate(-50%,-50%)scale(1)}}
