@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap";:root{color:#18201d;font-synthesis:none;text-rendering:optimizelegibility;--ink:#18201d;--muted:#69736f;--line:#dfe4df;--surface:#fff;--green:#0d7a50;--green-soft:#e6f4ec;--lime:#b7eb75;--amber:#a86508;--amber-soft:#fff1da;--red:#b9382e;--red-soft:#fde9e6;--sidebar:#17211e;background:#f4f6f3;font-family:Manrope,system-ui,sans-serif}*{box-sizing:border-box}body{background:#f4f6f3;min-width:320px;min-height:100vh;margin:0}button{font:inherit}button:focus-visible{outline-offset:2px;outline:3px solid #0d7a5040}.app-shell{grid-template-columns:222px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--sidebar);color:#eef6f1;z-index:10;flex-direction:column;height:100vh;padding:25px 17px 18px;display:flex;position:sticky;top:0}.brand-mark{align-items:center;gap:11px;padding:0 8px 24px;font-size:18px;font-weight:700;display:flex}.brand-icon{color:#132018;background:var(--lime);border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.nav-list{flex-direction:column;gap:4px;display:flex}.nav-item{color:#9eaaa5;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:11px;width:100%;height:42px;padding:0 11px;display:flex;position:relative}.nav-item:hover{color:#fff;background:#ffffff0f}.nav-item.active:before{content:"";background:var(--lime);border-radius:2px;width:3px;height:20px;position:absolute;left:0}.nav-count{color:#cdd6d1;margin-left:auto;font:500 10px/1 DM Mono,monospace}.sidebar-foot{border-top:1px solid #ffffff1a;margin-top:auto;padding:14px 10px 4px}.network-line{align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.status-dot{background:#66d494;border-radius:50%;width:7px;height:7px;display:inline-block;box-shadow:0 0 0 3px #66d4941f}.status-dot.offline{background:#d36a60;box-shadow:0 0 0 3px #d36a601f}.network-meta{color:#84918c;margin-top:5px;padding-left:15px;font-size:10px}main{min-width:0;padding:26px 30px 16px}.topbar{justify-content:space-between;align-items:center;min-height:56px;margin-bottom:18px;display:flex}.eyebrow{color:#7d8883;text-transform:uppercase;letter-spacing:0;margin-bottom:5px;font:500 10px/1.2 DM Mono,monospace}h1,h2{letter-spacing:0;margin:0}h1{font-size:23px;line-height:1.2}h2{font-size:17px;line-height:1.3}.top-actions{align-items:center;gap:9px;display:flex}.icon-button{border:1px solid var(--line);color:#50605a;cursor:pointer;background:#fff;border-radius:6px;flex:none;place-items:center;width:36px;height:36px;display:grid}.icon-button:hover{color:var(--green);border-color:#b6c0ba}.adapter-pill{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:8px;height:36px;padding:0 12px;font-size:11px;font-weight:600;display:flex}.health-band{background:#f2faf5;border:1px solid #cce2d5;border-radius:7px;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:14px 16px;display:flex}.health-copy{align-items:center;gap:12px;display:flex}.pulse-icon{width:43px;height:43px;color:var(--green);background:#dcefe4;border-radius:6px;place-items:center;display:grid}.pulse-icon.running svg,.pulse-icon.recovering svg{animation:1s ease-in-out infinite pulse}.pulse-icon.recovering{color:var(--amber);background:var(--amber-soft)}.health-title{font-size:13px;font-weight:700}.health-detail{color:var(--muted);margin-top:3px;font-size:11px}.health-route{color:#688078;white-space:nowrap;align-items:center;gap:8px;font:500 10px/1 DM Mono,monospace;display:flex}.metrics-grid{border:1px solid var(--line);background:#fff;border-radius:7px;grid-template-columns:repeat(7,minmax(0,1fr));margin:16px 0;display:grid;overflow:hidden}.metric{border-right:1px solid var(--line);align-items:center;gap:11px;min-width:0;padding:15px 16px;display:flex}.metric:last-child{border-right:0}.metric-icon{color:#617069;background:#f0f3f0;border-radius:6px;flex:none;place-items:center;width:31px;height:31px;display:grid}.metric-icon svg{width:15px}.metric div:last-child{min-width:0;display:grid}.metric span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:600}.metric strong{white-space:nowrap;margin-top:2px;font:500 20px/1.1 DM Mono,monospace}.metric small{color:#89938f;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:9px;overflow:hidden}.content-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:16px;display:grid}.order-panel,.action-panel{border:1px solid var(--line);background:#fff;border-radius:7px}.order-panel{padding:20px}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-heading.compact{align-items:center;padding:18px 18px 12px}.state-badge{height:25px;color:var(--green);background:var(--green-soft);border-radius:999px;align-items:center;gap:6px;padding:0 9px;font-size:10px;font-weight:700;display:inline-flex}.state-badge span{background:currentColor;border-radius:50%;width:6px;height:6px}.state-badge.paused{color:var(--amber);background:var(--amber-soft)}.order-description{max-width:620px;color:var(--muted);margin:10px 0 17px;font-size:11px}.constraint-grid{border:1px solid var(--line);border-radius:6px;grid-template-columns:repeat(4,1fr);display:grid}.constraint{border-right:1px solid var(--line);align-items:center;gap:9px;min-width:0;padding:12px;display:flex}.constraint:last-child{border-right:0}.constraint>span{color:#798680}.constraint svg{width:16px}.constraint div{min-width:0;display:grid}.constraint small{color:#87908c;font-size:9px}.constraint strong{white-space:nowrap;margin-top:3px;font-size:11px}.order-foot{border-top:1px solid #edf0ed;justify-content:space-between;align-items:center;gap:14px;margin-top:15px;padding-top:14px;display:flex}.failover-copy{color:var(--green);align-items:center;gap:9px;display:flex}.failover-copy span{display:grid}.failover-copy strong{font-size:10px}.failover-copy small{color:var(--muted);margin-top:2px;font-size:9px}.secondary-button,.primary-button,.danger-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:7px;height:36px;padding:0 13px;font-size:10px;font-weight:700;display:inline-flex}.secondary-button{border:1px solid var(--line);color:#4c5c56;background:#fff}.primary-button{color:#fff;background:#17211e;border:1px solid #111b18;flex:1}.primary-button:hover{background:#273630}.danger-button{color:#fff;background:#b9382e;border:1px solid #c6493f;flex:1}button:disabled{opacity:.5;cursor:not-allowed}.action-panel{background:#fbfcfa;flex-direction:column;justify-content:space-between;min-width:0;padding:20px;display:flex;overflow:hidden}.action-panel>*{min-width:0}.action-panel p{color:var(--muted);margin:10px 0 17px;font-size:10px;line-height:1.55}.demo-steps{gap:6px;display:grid}.demo-step{border:1px solid var(--line);color:#6d7974;background:#fff;border-radius:5px;align-items:center;gap:8px;height:28px;padding:0 9px;font-size:9px;display:flex}.demo-step>span{color:#6f7c76;background:#eef1ee;border-radius:50%;place-items:center;width:18px;height:18px;font:500 8px/1 DM Mono,monospace;display:grid}.demo-step.done{color:var(--green);background:#f6fbf8;border-color:#d2e6da}.demo-step.done>span{color:#fff;background:var(--green)}.action-buttons{gap:8px;min-width:0;margin-top:15px;display:flex}.action-buttons>.primary-button{min-width:0}.icon-button.in-panel{height:36px}.request-error{color:var(--red);background:var(--red-soft);overflow-wrap:anywhere;border:1px solid #efc7c2;border-radius:5px;margin-top:9px;padding:8px 10px;font-size:9px;line-height:1.4}.payment-authorization{background:#fffdf1;border:1px solid #d9d3ad;border-radius:6px;margin-top:12px;padding:11px}.payment-authorization>div,.direct-proof>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.payment-authorization span,.direct-proof span{color:#68736e;text-transform:uppercase;font-size:9px;font-weight:700}.payment-authorization strong,.direct-proof strong{font:500 11px/1 DM Mono,monospace}.payment-authorization dl{gap:5px;margin:9px 0 0;display:grid}.payment-authorization dl div{grid-template-columns:minmax(58px,auto) minmax(0,1fr);gap:12px;min-width:0;display:grid}.payment-authorization dt{color:#8a918d;font-size:8px}.payment-authorization dd{color:#4d5752;text-align:right;overflow-wrap:anywhere;min-width:0;margin:0;font:500 8px/1.3 DM Mono,monospace}.direct-proof{border-top:1px solid var(--line);gap:8px;margin-top:12px;padding-top:12px;display:grid}.direct-proof small{color:var(--muted);font-size:8px}.direct-proof a{color:var(--green);align-items:center;gap:5px;font-size:9px;font-weight:700;text-decoration:none;display:inline-flex}.direct-proof .secondary-button{width:100%}.lower-grid{grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);align-items:start;gap:16px;margin-top:16px;display:grid}.providers-section,.timeline-section{border:1px solid var(--line);background:#fff;border-radius:7px;min-width:0;overflow:hidden}.weight-legend{gap:5px;display:flex}.weight-legend span{color:#74817b;background:#f0f3f0;border-radius:4px;padding:4px 6px;font:500 8px/1 DM Mono,monospace}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:700px}th{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#8b9591;text-align:left;text-transform:uppercase;background:#fafbfa;height:32px;padding:0 12px;font:500 8px/1 DM Mono,monospace}td{color:#37433f;border-bottom:1px solid #edf0ed;height:58px;padding:0 12px;font-size:10px}tr:last-child td{border-bottom:0}.selected-row{background:#f4faf6}.provider-cell{align-items:center;gap:9px;display:flex}.provider-logo{color:#173029;background:#cbe7d5;border-radius:6px;flex:none;place-items:center;width:28px;height:28px;font-weight:700;display:grid}.logo-sentinel{color:#353918;background:#e2eaa8}.logo-veridian{color:#3e3e43;background:#e4e4e7}.provider-cell>span:last-child{display:grid}.provider-cell strong{font-size:10px}.provider-cell small{color:#929b97;margin-top:2px;font:400 8px/1.2 DM Mono,monospace}.negative{color:var(--red);font-weight:700}.muted{color:#a0a9a5}.score{align-items:center;gap:6px;min-width:67px;font:500 9px/1 DM Mono,monospace;display:flex}.score:before{content:"";background:#e5e9e6;border-radius:4px;width:30px;height:4px}.score>span{display:none;position:absolute}.decision{border-radius:4px;align-items:center;gap:4px;max-width:135px;min-height:22px;padding:4px 7px;font-size:8px;font-weight:700;line-height:1.15;display:inline-flex}.decision.eligible{color:#596761;background:#eef1ef}.decision.rejected{color:var(--red);background:var(--red-soft)}.timeline-section{max-height:388px}.spin-soft{color:var(--green);animation:1.3s linear infinite rotate}.timeline{scrollbar-width:thin;height:331px;padding:3px 17px 12px;overflow-y:auto}.timeline-event{border-bottom:1px solid #edf0ed;min-height:54px;padding:10px 0 10px 21px;position:relative}.timeline-event:last-child{border-bottom:0}.event-mark{background:#7c8983;border-radius:50%;width:8px;height:8px;position:absolute;top:16px;left:1px;box-shadow:0 0 0 4px #f0f2f0}.event-mark.success{background:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.event-mark.warning{background:var(--amber);box-shadow:0 0 0 4px var(--amber-soft)}.event-mark.error{background:var(--red);box-shadow:0 0 0 4px var(--red-soft)}.event-line{justify-content:space-between;gap:8px;display:flex}.event-line strong{font-size:9px}.event-line time{color:#9aa39f;font:400 8px/1 DM Mono,monospace}.timeline-event p{color:#7a8580;margin:4px 0 0;font-size:8px;line-height:1.4}footer{color:#7d8883;justify-content:space-between;align-items:center;min-height:48px;font-size:9px;display:flex}footer>span{align-items:center;gap:6px;display:flex}.text-button{color:#596761;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:9px;display:inline-flex}.page-error{justify-content:space-between;align-items:center;gap:12px;margin:0 0 14px;display:flex}.page-error button{width:26px;height:26px;color:inherit;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;display:grid}.workspace-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);align-items:start;gap:16px;display:grid}.workspace-panel{border:1px solid var(--line);background:#fff;border-radius:7px;min-width:0;overflow:hidden}.full-panel{width:100%}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:8px 18px 18px;display:grid}.field{color:#5d6964;gap:6px;min-width:0;font-size:10px;font-weight:700;display:grid}.input-with-unit{background:#fbfcfb;border:1px solid #cfd6d1;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;height:42px;display:grid;overflow:hidden}.input-with-unit:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #0d7a5017}.input-with-unit input{width:100%;min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;padding:0 11px;font:500 12px/1 DM Mono,monospace}.input-with-unit small{color:#8b9691;text-transform:uppercase;padding:0 11px;font:500 9px/1 DM Mono,monospace}.toggle-field,.setting-row{border:1px solid var(--line);min-height:64px;color:var(--ink);border-radius:6px;justify-content:space-between;align-items:center;gap:16px;padding:11px 13px;display:flex}.toggle-field>span,.setting-row>span:first-child{min-width:0;display:grid}.toggle-field strong,.setting-row strong{font-size:10px}.toggle-field small,.setting-row small{color:var(--muted);margin-top:4px;font-size:9px;font-weight:400}input[type=checkbox]{appearance:none;cursor:pointer;background:#cbd2ce;border-radius:999px;flex:none;width:36px;height:20px;transition:background .16s;position:relative}input[type=checkbox]:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}input[type=checkbox]:checked{background:var(--green)}input[type=checkbox]:checked:after{transform:translate(16px)}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.55}.panel-actions{border-top:1px solid var(--line);background:#fafbfa;justify-content:flex-end;gap:8px;padding:14px 18px;display:flex}.primary-button.fit{flex:none}.inline-notice{border-radius:5px;margin:0 18px 16px;padding:9px 11px;font-size:9px}.inline-notice.warning{color:var(--amber);background:var(--amber-soft)}.order-summary{padding-bottom:4px}.order-summary>p{color:var(--muted);margin:0;padding:0 18px 16px;font-size:10px;line-height:1.55}.summary-list{border-top:1px solid var(--line)}.summary-list>div{border-bottom:1px solid #edf0ed;align-items:center;gap:11px;min-height:55px;padding:0 17px;display:flex}.summary-list>div:last-child{border-bottom:0}.summary-list>div>span:first-child{width:29px;height:29px;color:var(--green);background:var(--green-soft);border-radius:5px;place-items:center;display:grid}.summary-list svg{width:15px}.summary-list>div>span:last-child{display:grid}.summary-list small{color:var(--muted);font-size:8px}.summary-list strong{margin-top:2px;font-size:10px}.provider-directory{border-top:1px solid var(--line)}.provider-record{border-bottom:1px solid #edf0ed;grid-template-columns:minmax(210px,1.5fr) repeat(4,minmax(72px,.55fr)) minmax(110px,.8fr) 88px;align-items:center;gap:13px;min-height:84px;padding:12px 18px;display:grid}.provider-record:last-child{border-bottom:0}.provider-record.selected{background:#f4faf6}.provider-identity{align-items:center;gap:10px;min-width:0;display:flex}.provider-identity>span:last-child{min-width:0;display:grid}.provider-identity strong{font-size:11px}.provider-identity small{color:#8c9692;text-overflow:ellipsis;margin-top:3px;font:400 8px/1.3 DM Mono,monospace;overflow:hidden}.provider-stat{min-width:0;display:grid}.provider-stat span{color:#8b9591;text-transform:uppercase;font-size:8px}.provider-stat strong{white-space:nowrap;margin-top:4px;font:500 10px/1 DM Mono,monospace}.provider-decision{min-width:0}.provider-control{justify-content:flex-end;display:flex}.provider-control .secondary-button{height:30px;padding:0 9px}.executions-layout{grid-template-columns:minmax(0,1.45fr) minmax(300px,.65fr);align-items:start;gap:16px;display:grid}.segmented{border:1px solid var(--line);background:#f4f6f4;border-radius:6px;height:31px;padding:3px;display:flex}.segmented button{color:#77827d;text-transform:capitalize;cursor:pointer;background:0 0;border:0;border-radius:4px;min-width:54px;padding:0 9px;font-size:8px;font-weight:700}.segmented button.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #14221c1a}.execution-rows{border-top:1px solid var(--line)}.execution-row{width:100%;min-height:62px;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf0ed;grid-template-columns:9px minmax(130px,1fr) minmax(90px,auto) minmax(75px,auto);align-items:center;gap:11px;padding:10px 16px;display:grid}.execution-row:last-child{border-bottom:0}.execution-row:hover,.execution-row.selected{background:#f5f8f6}.cycle-status{background:#8d9793;border-radius:50%;width:8px;height:8px}.cycle-status.completed{background:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.cycle-status.awaiting_payment{background:var(--amber);box-shadow:0 0 0 4px var(--amber-soft)}.cycle-status.failed,.cycle-status.policy_blocked,.cycle-status.no_provider{background:var(--red);box-shadow:0 0 0 4px var(--red-soft)}.execution-row>span:nth-child(2){min-width:0;display:grid}.execution-row strong{font-size:10px}.execution-row small{color:#89938f;margin-top:3px;font:400 8px/1 DM Mono,monospace}.status-label{color:#68746e;text-transform:capitalize;text-align:center;white-space:nowrap;background:#eef1ef;border-radius:4px;padding:4px 6px;font-size:8px;font-weight:700}.status-label.completed{color:var(--green);background:var(--green-soft)}.status-label.failed,.status-label.policy_blocked,.status-label.no_provider{color:var(--red);background:var(--red-soft)}.status-label.awaiting_payment{color:var(--amber);background:var(--amber-soft)}.cycle-amount{text-align:right;white-space:nowrap;font:500 9px/1 DM Mono,monospace}.empty-state{color:#8b9691;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:170px;padding:24px;font-size:10px;display:flex}.execution-detail{position:sticky;top:26px}.detail-list{border-top:1px solid var(--line);margin:0}.detail-list>div{border-bottom:1px solid #edf0ed;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:12px;min-height:45px;padding:10px 16px;display:grid}.detail-list dt{color:#89938f;font-size:8px}.detail-list dd{color:#36423e;text-align:right;overflow-wrap:anywhere;text-transform:capitalize;min-width:0;margin:0;font:500 9px/1.35 DM Mono,monospace}.detail-list a{color:var(--green);justify-content:flex-end;align-items:center;gap:4px;text-decoration:none;display:inline-flex}.detail-list .detail-error{display:block}.detail-error dd{color:var(--red);text-align:left;text-transform:none;margin-top:7px}.proof-summary{background:#fafbfa;gap:5px;padding:14px 16px;display:grid}.proof-summary span{color:#7d8883;text-transform:uppercase;font-size:8px}.proof-summary strong{color:var(--green);text-transform:capitalize;font:500 10px/1 DM Mono,monospace}.proof-summary a{color:var(--green);align-items:center;gap:5px;margin-top:4px;font-size:9px;font-weight:700;text-decoration:none;display:inline-flex}.settings-workspace{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-panel{min-height:260px}.setting-row{margin:0 18px 12px}.locked-value{color:var(--green);font-size:9px;font-weight:700}.integration-state{border:1px solid var(--line);border-radius:6px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:76px;margin:0 18px 12px;padding:12px;display:grid}.integration-icon{width:38px;height:38px;color:var(--red);background:var(--red-soft);border-radius:6px;place-items:center;display:grid}.integration-icon.ready{color:var(--green);background:var(--green-soft)}.integration-state>span:nth-child(2){display:grid}.integration-state strong{font-size:10px}.integration-state small{color:var(--muted);margin-top:3px;font-size:9px}.compact-list{border:1px solid var(--line);border-radius:6px;margin:0 18px 16px;overflow:hidden}.compact-list>div:last-child{border-bottom:0}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes rotate{to{transform:rotate(360deg)}}@media (width<=1100px){.app-shell{grid-template-columns:76px minmax(0,1fr)}.sidebar{padding-inline:12px}.brand-mark{justify-content:center;padding-inline:0}.brand-mark>span,.nav-item>span,.sidebar-foot{display:none}.nav-item{justify-content:center;padding:0}.metrics-grid{grid-template-columns:repeat(4,1fr)}.metric{border-bottom:1px solid var(--line)}.metric:nth-child(4){border-right:0}.metric:nth-last-child(-n+3){border-bottom:0}.metric:last-child{border-right:0}.lower-grid{grid-template-columns:1fr}.timeline-section{max-height:360px}.timeline{height:300px}.provider-record{grid-template-columns:minmax(190px,1.4fr) repeat(3,minmax(72px,.5fr)) minmax(105px,.7fr) 82px}.provider-stat:nth-of-type(5){display:none}}@media (width<=780px){.app-shell{display:block}.sidebar{flex-direction:row;align-items:center;height:58px;padding:0 12px;position:sticky}.brand-mark{padding:0 14px 0 0}.brand-icon{width:31px;height:31px}.nav-list{flex-direction:row;flex:1;justify-content:flex-end;min-width:0}.nav-item{width:38px;height:38px}.nav-item.active:before{width:20px;height:2px;bottom:0;left:9px}main{padding:20px 15px 12px}h1{font-size:20px}.health-band{align-items:flex-start}.health-route{display:none}.content-grid{grid-template-columns:1fr}.action-panel{min-height:320px}.constraint-grid{grid-template-columns:repeat(2,1fr)}.constraint:nth-child(2){border-right:0}.constraint:nth-child(-n+2){border-bottom:1px solid var(--line)}.weight-legend{display:none}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2n){border-right:0}.metric:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.metric:last-child{border-bottom:0;grid-column:1/-1}.workspace-grid,.executions-layout,.settings-workspace{grid-template-columns:1fr}.execution-detail{position:static}.provider-record{grid-template-columns:minmax(170px,1.3fr) repeat(2,minmax(70px,.5fr)) minmax(105px,.7fr) 80px}.provider-stat:nth-of-type(4){display:none}}@media (width<=520px){.adapter-pill{justify-content:center;gap:0;width:36px;padding:0;font-size:0;overflow:hidden}.adapter-pill .status-dot{display:none}.topbar{align-items:flex-start}.topbar>div:first-child{min-width:0}.top-actions{flex:none}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric{border-bottom:1px solid var(--line)}.metric:nth-child(2n){border-right:0}.metric:nth-child(3){border-right:1px solid var(--line)}.metric:last-child{border-bottom:0;grid-column:1/-1}.section-heading{gap:8px}.order-panel,.action-panel{padding:16px}.action-panel p{overflow-wrap:anywhere}.payment-authorization>div,.direct-proof>div{align-items:flex-start}.payment-authorization strong,.direct-proof strong{text-align:right;white-space:normal}.order-foot{align-items:flex-end}.order-foot .secondary-button{flex:none}.failover-copy{min-width:0}.failover-copy small{max-width:160px}footer{align-items:flex-start;gap:10px;padding-top:14px}.form-grid{grid-template-columns:1fr}.panel-actions{justify-content:stretch}.panel-actions>button{flex:1}.provider-record{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px}.provider-identity{grid-column:1/-1}.provider-stat{display:grid!important}.provider-stat:nth-of-type(4),.provider-stat:nth-of-type(5){display:none!important}.provider-decision{min-width:110px}.provider-control{grid-column:2}.execution-list .section-heading.compact{flex-direction:column;align-items:flex-start}.execution-row{grid-template-columns:9px minmax(0,1fr) auto}.cycle-amount{display:none}.integration-state{grid-template-columns:38px minmax(0,1fr)}.integration-state>.state-badge{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--ink:#151714;--muted:#6f756e;--line:#e2e3de;--green:#176b4b;--green-soft:#e5f2eb;--lime:#ff654c;--red:#d64b37;--red-soft:#fce8e4;--sidebar:#121411;--coral:#ff654c;--coral-soft:#fff0ec;--paper:#f5f5f1}html{scroll-behavior:smooth}body{background:var(--paper)}.landing{color:#f6f5ef;background:#0d0f0d;min-height:100vh;overflow:hidden}.landing button,.landing a,.app-shell button{transition:color .18s,background .18s,border-color .18s,transform .18s}.landing-main{padding:0}.landing-nav{z-index:20;border-bottom:1px solid #ffffff1c;grid-template-columns:1fr auto 1fr;align-items:center;height:82px;padding:0 clamp(24px,5vw,78px);display:grid;position:absolute;inset:0 0 auto}.landing-brand{color:#faf9f3;align-items:center;gap:11px;font-size:17px;font-weight:700;text-decoration:none;display:inline-flex}.landing-brand span{background:#f8f5ed;border:1px solid #ffffff4d;place-items:center;width:32px;height:32px;display:grid;overflow:hidden}.landing-brand img,.brand-icon img,.intro-mark img,.core-mark{object-fit:cover;width:100%;height:100%;display:block}.landing-nav nav{gap:34px;display:flex}.landing-nav nav a{color:#a9ada6;font-size:11px;font-weight:600;text-decoration:none}.landing-nav nav a:hover{color:#fff}.nav-launch{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff40;border-radius:2px;justify-self:end;align-items:center;gap:8px;height:36px;padding:0 15px;font-size:10px;font-weight:700;display:flex}.nav-launch:hover{border-color:var(--coral);background:var(--coral)}.landing-hero{isolation:isolate;grid-template-columns:minmax(420px,.9fr) minmax(500px,1.1fr);align-items:center;min-height:min(900px,100vh);padding:130px clamp(24px,7vw,108px) 76px;display:grid;position:relative}.landing-hero:after{content:"";background:#ffffff1a;height:1px;position:absolute;inset:auto 0 0}.hero-grid{z-index:-2;opacity:.46;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:68px 68px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 45%,#000);mask-image:linear-gradient(90deg,#0000,#000 45%,#000)}.hero-grid:after{content:"";background:radial-gradient(circle at 72% 48%,#ff654c17,#0000 32%);position:absolute;inset:0}.hero-copy{z-index:2;padding-top:22px;position:relative}.hero-kicker{color:#a5aaa2;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:34px;font:500 9px/1 DM Mono,monospace;display:flex}.hero-kicker span{background:var(--coral);width:7px;height:7px;box-shadow:0 0 0 5px #ff654c1f}.hero-copy h1{color:#f8f7f1;font-size:clamp(78px,8vw,132px);font-weight:500;line-height:.82}.hero-statement{color:#f4f3ed;margin:29px 0 0;font-size:clamp(32px,3.6vw,58px);font-weight:500;line-height:1.08}.hero-statement em{color:var(--coral);font-style:normal}.hero-description{color:#9ea39c;max-width:525px;margin:28px 0 0;font-size:14px;line-height:1.75}.hero-actions{align-items:center;gap:25px;margin-top:36px;display:flex}.hero-primary{color:#171814;background:var(--coral);cursor:pointer;border:0;border-radius:2px;align-items:center;gap:20px;height:50px;padding:0 19px;font-size:11px;font-weight:800;display:inline-flex;box-shadow:0 12px 36px #ff654c2e}.hero-primary:hover{background:#ff826e;transform:translateY(-2px)}.hero-actions a{color:#c1c4bd;align-items:center;gap:8px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.network-stage{justify-self:end;width:min(100%,720px);height:min(650px,72vh);position:relative}.network-stage:before{content:"";border:1px solid #ffffff12;border-radius:50%;width:330px;height:330px;position:absolute;top:49%;left:49%;transform:translate(-50%,-50%);box-shadow:0 0 0 80px #ffffff05,0 0 0 160px #ffffff03}.network-label{gap:5px;display:grid;position:absolute;top:8%;left:4%}.network-label span{color:#696f68;font:500 8px/1 DM Mono,monospace}.network-label strong{color:#c5c8c1;font-size:11px}.network-core{place-items:center;width:90px;height:90px;display:grid;position:absolute;top:48%;left:47%;transform:translate(-50%,-50%)}.network-core:before,.network-core:after,.core-ring{content:"";border:1px solid #ff654c59;border-radius:50%;animation:3s ease-out infinite networkPulse;position:absolute}.network-core:before{inset:-18px}.network-core:after{animation-delay:1s;inset:-42px}.core-ring{background:#171a16;border-color:#ffffff29;inset:6px;box-shadow:0 0 55px #ff654c33}.core-mark{object-fit:cover;border-radius:50%;width:50px;height:50px;position:relative;box-shadow:0 0 0 1px #ffffff21}.route{transform-origin:0;background:#ffffff24;height:1px;position:absolute}.route:after{content:"";background:var(--coral);width:28%;animation:2.8s ease-in-out infinite routeFlow;position:absolute;inset:-1px auto -1px 0;box-shadow:0 0 10px #ff654ce6}.route i{background:#11130f;border:1px solid #ffffff40;width:5px;height:5px;position:absolute;transform:translate(-50%,-50%)}.route i:first-child{left:28%}.route i:nth-child(2){left:59%}.route i:nth-child(3){left:82%}.route-a{width:42%;top:48%;left:50%;transform:rotate(-18deg)}.route-b{width:36%;top:50%;left:50%;transform:rotate(26deg)}.route-c{width:31%;top:33%;left:18%;transform:rotate(31deg)}.route.failed{background:repeating-linear-gradient(90deg,#ffffff21 0 6px,#0000 6px 12px)}.route.failed:after{box-shadow:none;background:#777b75;animation-delay:1s}.provider-node{color:#e7e8e2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141613db;border:1px solid #ffffff24;align-items:center;gap:10px;min-width:180px;height:58px;padding:0 11px;animation:5s ease-in-out infinite hoverNode;display:flex;position:absolute}.provider-node>span{color:#b8bcb5;background:#292d28;flex:none;place-items:center;width:28px;height:28px;font:500 11px/1 DM Mono,monospace;display:grid}.provider-node>div{gap:4px;display:grid}.provider-node strong{font-size:10px}.provider-node small{color:#757b74;font:400 8px/1 DM Mono,monospace}.provider-node b{color:var(--coral);margin-left:auto;font:500 7px/1 DM Mono,monospace}.node-a{border-color:#ff654c73;top:25%;right:0}.node-b{animation-delay:-2s;bottom:24%;right:4%}.node-c{opacity:.62;animation-delay:-3s;top:20%;left:0}.recovery-chip{border-left:2px solid var(--coral);height:52px;color:var(--coral);background:#1c1c18;align-items:center;gap:9px;padding:0 13px;animation:4.5s ease-in-out infinite chipIn;display:flex;position:absolute;bottom:20%;left:38%;box-shadow:0 15px 30px #00000040}.recovery-chip span{gap:3px;display:grid}.recovery-chip strong{color:#e8e9e3;font-size:9px}.recovery-chip small{color:#747a73;font:400 7px/1 DM Mono,monospace}.network-stats{background:#ffffff1a;gap:1px;display:flex;position:absolute;bottom:4%;right:0}.network-stats>span{background:#11130f;gap:6px;min-width:96px;padding:12px;display:grid}.network-stats small{color:#636961;font:500 7px/1 DM Mono,monospace}.network-stats strong{font:500 13px/1 DM Mono,monospace}.hero-scroll{color:#656b64;transform-origin:0;align-items:center;gap:10px;font:500 8px/1 DM Mono,monospace;display:flex;position:absolute;bottom:38px;left:clamp(24px,3vw,48px);transform:rotate(-90deg)}.hero-scroll i{background:#555b54;width:42px;height:1px}.system-section{color:#f2f1eb;background:#171a17;min-height:720px;padding:112px clamp(24px,7vw,108px)}.section-index{color:var(--coral);font:500 9px/1 DM Mono,monospace}.system-heading{grid-template-columns:.7fr 1.3fr;align-items:start;gap:50px;margin-top:32px;display:grid}.system-heading p{color:#a1a79f;margin:7px 0 0;font-size:12px}.system-heading h2{font-size:clamp(38px,5vw,72px);font-weight:500;line-height:1.02}.system-flow{border-top:1px solid #ffffff29;grid-template-columns:repeat(4,1fr);margin-top:88px;display:grid}.system-flow article{border-right:1px solid #ffffff29;min-height:250px;padding:26px 28px;position:relative}.system-flow article:first-child{border-left:1px solid #ffffff29}.system-flow article>span{color:#747b73;font:500 9px/1 DM Mono,monospace}.system-flow svg{color:#8f968d;width:18px;position:absolute;top:24px;right:25px}.system-flow h3{margin:93px 0 10px;font-size:15px}.system-flow p{color:#a1a79f;margin:0;font-size:11px;line-height:1.65}.system-flow article.accent{color:#fff;background:var(--coral)}.system-flow article.accent p,.system-flow article.accent>span{color:#ffffffb3}.system-flow article.accent svg{color:#fff}.intro-overlay{z-index:100;color:#f7f6f0;background:#10120f;place-items:center;animation:1.5s both introReveal;display:grid;position:fixed;inset:0}.intro-mark{background:#f7f4ec;border:1px solid #ffffff2e;width:94px;height:94px;animation:1.2s both introMark;position:absolute;top:41%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px #00000047}.intro-copy{gap:8px;width:230px;display:grid;position:absolute;top:55%;left:50%;transform:translate(-50%)}.intro-copy strong{text-align:center;margin-bottom:5px;font-size:11px}.intro-copy span{color:#747a72;align-items:center;gap:8px;font:500 8px/1 DM Mono,monospace;animation:.4s both introItem;display:flex}.intro-copy span:nth-child(3){animation-delay:.2s}.intro-copy span:nth-child(4){animation-delay:.4s}.intro-copy i{background:var(--coral);width:5px;height:5px}.intro-line{background:var(--coral);height:2px;animation:1.35s both introProgress;position:absolute;bottom:0;left:0}.app-shell{background:var(--paper);grid-template-columns:238px minmax(0,1fr)}.sidebar{background:#111310;padding:28px 18px 20px}.brand-mark{gap:12px;padding-bottom:32px}.brand-mark>span{font-size:16px;display:grid}.brand-mark>span small{color:#686e67;text-transform:uppercase;margin-top:2px;font:500 7px/1 DM Mono,monospace}.brand-icon{background:#f8f5ed;border:1px solid #3d423b;border-radius:2px;overflow:hidden}.nav-list{gap:6px}.nav-item{color:#7e857d;border-radius:2px;height:44px}.nav-item:hover{background:#1b1e19}.nav-item.active{color:#f1f1eb;background:#20221d}.nav-item.active:before{background:var(--coral)}.nav-item.active svg{color:var(--coral)}.sidebar-foot{padding:17px 9px 0}.back-to-site{color:#656c64;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-top:16px;padding:0;font-size:9px;display:flex}.back-to-site svg{transform:rotate(180deg)}.app-shell>main{padding:28px 34px 18px}.topbar{margin-bottom:22px}.topbar h1{font-size:25px;font-weight:600}.live-clock{border:1px solid var(--line);color:#59605a;background:#fafaf7;align-items:center;gap:8px;height:36px;padding:0 12px;font:500 9px/1 DM Mono,monospace;display:flex}.live-clock span{background:#20a66c;width:6px;height:6px;animation:2s infinite pulse;box-shadow:0 0 0 4px #20a66c1a}.icon-button,.adapter-pill,.workspace-panel,.providers-section,.timeline-section,.order-panel,.action-panel,.metrics-grid,.health-band{border-radius:3px;box-shadow:0 1px #12141105}.health-band{background:#ecece6;border-color:#dadbd5}.pulse-icon{color:var(--coral);background:#fff;border-radius:2px}.health-route{color:#747a73}.health-route svg{color:var(--coral)}.metrics-grid{background:#fafaf7}.metric{min-height:78px}.metric-icon{border-radius:2px}.metric.accent .metric-icon{color:var(--coral);background:var(--coral-soft)}.state-badge{border-radius:2px}.constraint-grid,.input-with-unit,.toggle-field,.setting-row,.integration-state,.compact-list,.segmented{border-radius:3px}.primary-button{background:#181a16;border-color:#181a16;border-radius:2px}.secondary-button,.danger-button{border-radius:2px}.primary-button:hover,.danger-button{background:var(--coral);border-color:var(--coral)}.danger-button:hover{background:#dc4c37}.action-panel{background:#f0f0eb}.demo-step,.demo-step>span{border-radius:2px}.demo-step.done{color:#176b4b}.providers-section,.timeline-section,.workspace-panel,.order-panel{background:#fafaf7}.selected-row,.provider-record.selected{background:#fff1ed}.decision.selected{color:#b83d2b;background:#ffe1da}.score:before{background:linear-gradient(90deg, var(--coral) 65%, #e1e3dd 65%)}.operation-toast{color:#242722;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:60;background:#fafaf7f5;border:1px solid #d9dbd4;align-items:center;gap:12px;width:min(350px,100vw - 30px);min-height:72px;padding:14px 16px;animation:.35s cubic-bezier(.2,.8,.2,1) toastIn;display:flex;position:fixed;top:24px;right:26px;overflow:hidden;box-shadow:0 16px 45px #14171326}.toast-icon{color:#fff;background:#1a1c18;flex:none;place-items:center;width:34px;height:34px;display:grid}.operation-toast.working .toast-icon svg{animation:1.1s linear infinite rotate}.operation-toast.success .toast-icon{background:#176b4b}.operation-toast>span:nth-child(2){gap:4px;display:grid}.operation-toast strong{font-size:10px}.operation-toast small{color:#7b817a;font-size:8px}.toast-progress{background:var(--coral);height:2px;animation:8s linear infinite toastProgress;position:absolute;bottom:0;left:0}.operator-button{border:1px solid var(--line);color:#747a73;cursor:pointer;background:#fafaf7;border-radius:2px;align-items:center;gap:7px;height:36px;padding:0 11px;font-size:9px;font-weight:700;display:inline-flex}.operator-button.unlocked{color:var(--green);background:var(--green-soft);border-color:#bed9ca}.sponsored-status{cursor:default}.operator-backdrop{z-index:90;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0a0c0aa6;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.operator-dialog{width:min(430px,100%);color:var(--ink);background:#fafaf7;border:1px solid #d9dbd4;grid-template-columns:42px minmax(0,1fr);gap:17px;padding:24px;display:grid;box-shadow:0 28px 80px #0000004d}.operator-dialog-icon{color:#fff;background:#181a16;place-items:center;width:42px;height:42px;display:grid}.operator-dialog h2{font-size:18px}.operator-dialog p{color:var(--muted);margin:7px 0 0;font-size:10px;line-height:1.5}.operator-dialog label{color:#5f665f;grid-column:1/-1;gap:7px;font-size:9px;font-weight:700;display:grid}.operator-dialog input{width:100%;height:42px;color:var(--ink);background:#fff;border:1px solid #cfd2ca;border-radius:2px;outline:0;padding:0 11px;font:500 11px/1 DM Mono,monospace}.operator-dialog input:focus{border-color:var(--coral);box-shadow:0 0 0 3px #ff654c1a}.operator-dialog-actions{grid-column:1/-1;justify-content:flex-end;gap:8px;display:flex}.execution-backdrop{z-index:120;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080a08d1;place-items:center;padding:22px;animation:.25s both executionBackdropIn;display:grid;position:fixed;inset:0}.execution-experience{color:#f3f2ec;background:#111310;border:1px solid #343832;width:min(920px,100%);max-height:min(720px,100vh - 44px);animation:.4s cubic-bezier(.2,.75,.2,1) both executionPanelIn;overflow:auto;box-shadow:0 35px 100px #0000008c}.execution-head{border-bottom:1px solid #ffffff1c;justify-content:space-between;align-items:center;gap:24px;min-height:92px;padding:20px 23px;display:flex}.execution-head>div:first-child{min-width:0}.execution-live{color:#a4aaa2;text-transform:uppercase;align-items:center;gap:9px;font:500 9px/1 DM Mono,monospace;display:flex}.execution-live i{background:var(--coral);width:7px;height:7px;animation:1.4s ease-in-out infinite executionPulse;box-shadow:0 0 0 5px #ff654c21}.execution-experience.success .execution-live i{background:#43c183;animation:none;box-shadow:0 0 0 5px #43c18321}.execution-experience.warning .execution-live i{background:#dda642;animation:none;box-shadow:0 0 0 5px #dda64221}.execution-experience.error .execution-live i{background:#e45d4a;animation:none;box-shadow:0 0 0 5px #e45d4a21}.execution-head h2{color:#f4f3ed;margin-top:8px;font-size:23px;font-weight:600}.execution-head-meta{text-align:right;flex:none;gap:6px;display:grid}.execution-head-meta span{color:#71776f;text-transform:uppercase;font:500 9px/1 DM Mono,monospace}.execution-head-meta strong{color:#c6cac3;font-size:10px}.execution-body{grid-template-columns:minmax(0,1.08fr) minmax(310px,.92fr);min-height:440px;display:grid}.execution-visual{isolation:isolate;border-right:1px solid #ffffff1c;min-height:440px;position:relative;overflow:hidden}.execution-grid{z-index:-2;opacity:.6;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0}.execution-orbit{border:1px solid #ffffff1a;border-radius:50%;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.orbit-one{width:220px;height:220px;animation:8s linear infinite executionOrbit}.orbit-two{opacity:.55;border-style:dashed;width:340px;height:340px;animation:14s linear infinite executionOrbitReverse}.execution-core{width:92px;height:92px;color:var(--coral);background:#1a1d18;place-items:center;display:grid;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #ffffff1f,0 0 60px #ff654c2e}.execution-core:before,.execution-core:after,.execution-core-ring{content:"";border:1px solid #ff654c61;border-radius:50%;animation:2.4s ease-out infinite executionCorePulse;position:absolute}.execution-core:before{inset:-22px}.execution-core:after{animation-delay:.8s;inset:-46px}.execution-core-ring{border-color:#ffffff1f;animation:none;inset:9px}.execution-core img{object-fit:cover;width:52px;height:52px;position:relative}.execution-core svg{position:relative}.execution-beam{transform-origin:0;background:#ffffff1c;width:38%;height:1px;position:absolute;top:48%;left:50%}.execution-beam:after{content:"";background:var(--coral);width:28%;height:3px;animation:1.7s ease-in-out infinite executionBeam;position:absolute;top:-1px;left:0;box-shadow:0 0 11px #ff654cd9}.execution-beam i{background:#151713;border:1px solid #ffffff59;width:7px;height:7px;position:absolute;top:-3px;right:0}.beam-one{transform:rotate(-34deg)}.beam-two{animation-delay:-.4s;transform:rotate(24deg)}.beam-three{width:34%;animation-delay:-.8s;transform:rotate(158deg)}.execution-node{color:#999f97;background:#181a17;border:1px solid #ffffff24;place-items:center;min-width:72px;height:28px;padding:0 9px;font:500 8px/1 DM Mono,monospace;display:grid;position:absolute}.node-one{top:20%;right:8%}.node-two{bottom:20%;right:6%}.node-three{top:31%;left:7%}.execution-signal{border-left:2px solid var(--coral);min-height:42px;color:var(--coral);background:#1c1e1aeb;align-items:center;gap:9px;padding:9px 12px;display:flex;position:absolute;bottom:18px;left:20px;right:20px}.execution-signal svg{flex:none;animation:1.1s ease-in-out infinite executionSignal}.execution-signal span{color:#d3d6cf;font-size:10px;line-height:1.35}.execution-experience.success .execution-signal{color:#43c183;border-color:#43c183}.execution-experience.success .execution-signal svg{animation:none}.execution-experience.warning .execution-signal{color:#dda642;border-color:#dda642}.execution-experience.warning .execution-signal svg{animation:none}.execution-experience.error .execution-signal{color:#e45d4a;border-color:#e45d4a}.execution-experience.error .execution-signal svg{animation:none}.execution-sequence{padding:25px 25px 20px}.sequence-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.sequence-heading span{color:#8c928a;text-transform:uppercase;font:500 9px/1 DM Mono,monospace}.sequence-heading strong{color:var(--coral);font:500 12px/1 DM Mono,monospace}.execution-experience.success .sequence-heading strong{color:#43c183}.sequence-progress{background:#2a2e28;height:2px;margin:12px 0 22px;overflow:hidden}.sequence-progress span{background:var(--coral);height:100%;transition:width .5s;display:block;box-shadow:0 0 12px #ff654cb3}.execution-experience.success .sequence-progress span{background:#43c183;box-shadow:0 0 12px #43c18399}.execution-sequence ol{gap:5px;margin:0;padding:0;list-style:none;display:grid}.execution-sequence li{color:#626861;align-items:center;gap:11px;min-height:49px;padding:7px 9px;transition:color .25s,background .25s;display:flex}.execution-sequence li>span{color:#555b54;background:#1b1e1a;flex:none;place-items:center;width:26px;height:26px;display:grid}.execution-sequence li>div{gap:4px;display:grid}.execution-sequence li strong{font-size:10px;font-weight:600;line-height:1.25}.execution-sequence li small{color:#555b54;text-transform:uppercase;font:500 8px/1 DM Mono,monospace}.execution-sequence li.active{color:#eef0ea;background:#1b1e19}.execution-sequence li.active>span{color:var(--coral);background:#ff654c1a}.execution-sequence li.active svg{animation:1.1s linear infinite rotate}.execution-sequence li.active small{color:var(--coral)}.execution-sequence li.done{color:#a9aea7}.execution-sequence li.done>span{color:#43c183;background:#43c1831a}.execution-sequence li.done small{color:#56876d}.execution-foot{min-height:72px;color:inherit;font-size:inherit;border-top:1px solid #ffffff1c;justify-content:space-between;align-items:center;gap:18px;padding:13px 20px;display:flex}.execution-log{align-items:center;gap:12px;min-width:0;display:flex}.execution-log span{color:#626861;font:500 9px/1 DM Mono,monospace}.execution-log p{color:#a5aaa3;overflow-wrap:anywhere;min-width:0;margin:0;font-size:10px;line-height:1.4}.execution-result-actions{flex:none;align-items:center;gap:8px;display:flex}.execution-explorer{color:#d8dcd5;background:#1c1f1a;border:1px solid #ffffff2e;align-items:center;gap:8px;height:36px;padding:0 13px;font-size:10px;font-weight:700;text-decoration:none;display:inline-flex}.execution-explorer:hover{color:#6bd39c;border-color:#43c183}.execution-close{color:#151713;background:var(--coral);cursor:pointer;border:0;align-items:center;gap:13px;height:36px;padding:0 14px;font-size:10px;font-weight:800;display:inline-flex}.execution-experience.success .execution-close{background:#43c183}.execution-experience.warning .execution-close{background:#dda642}.execution-experience.error .execution-close{color:#fff;background:#d9513f}.app-shell .eyebrow{font-size:11px}.app-shell h2{font-size:18px}.app-shell .brand-mark>span small{font-size:9px}.app-shell .nav-item{font-size:13px}.app-shell .nav-count,.app-shell .network-meta,.app-shell .back-to-site{font-size:11px}.app-shell .health-title{font-size:14px}.app-shell .health-detail{font-size:12px;line-height:1.45}.app-shell .health-route{font-size:11px}.app-shell .metric span{font-size:10px}.app-shell .metric strong{font-size:21px}.app-shell .metric small{font-size:10px}.app-shell .state-badge{font-size:11px}.app-shell .order-description{font-size:12px;line-height:1.55}.app-shell .constraint small{font-size:10px}.app-shell .constraint strong{font-size:12px}.app-shell .failover-copy strong{font-size:11px}.app-shell .failover-copy small{font-size:10px;line-height:1.35}.app-shell .secondary-button,.app-shell .primary-button,.app-shell .danger-button,.app-shell .action-panel p{font-size:11px}.app-shell .demo-step{height:auto;min-height:30px;font-size:10px;line-height:1.3}.app-shell .demo-step>span{font-size:9px}.app-shell .request-error,.app-shell .inline-notice,.app-shell .payment-authorization span,.app-shell .direct-proof span{font-size:10px}.app-shell .payment-authorization strong,.app-shell .direct-proof strong{font-size:12px}.app-shell .payment-authorization dt{font-size:10px}.app-shell .payment-authorization dd{font-size:9.5px;line-height:1.4}.app-shell .payment-authorization>small,.app-shell .direct-proof small{color:var(--muted);font-size:10px;line-height:1.45}.app-shell .direct-proof a{font-size:10px}.app-shell .weight-legend span,.app-shell th{font-size:9px}.app-shell td,.app-shell .provider-cell strong{font-size:11px}.app-shell .provider-cell small{font-size:9px;line-height:1.35}.app-shell .score{font-size:10px}.app-shell .decision{font-size:9px}.app-shell .event-line strong{font-size:11px}.app-shell .event-line time{font-size:9px}.app-shell .timeline-event p{font-size:10px;line-height:1.5}.app-shell footer,.app-shell .text-button{font-size:10px}.app-shell .field{font-size:11px}.app-shell .input-with-unit small{font-size:10px}.app-shell .toggle-field strong,.app-shell .setting-row strong{font-size:11px}.app-shell .toggle-field small,.app-shell .setting-row small{font-size:10px;line-height:1.4}.app-shell .order-summary>p{font-size:11px}.app-shell .summary-list small{font-size:9px}.app-shell .summary-list strong{font-size:11px}.app-shell .provider-identity strong{font-size:12px}.app-shell .provider-identity small,.app-shell .provider-stat span{font-size:9px}.app-shell .provider-stat strong{font-size:11px}.app-shell .segmented button{font-size:9px}.app-shell .execution-row strong{font-size:11px}.app-shell .execution-row small,.app-shell .status-label{font-size:9px}.app-shell .cycle-amount{font-size:10px}.app-shell .empty-state{font-size:11px}.app-shell .detail-list dt{font-size:9px}.app-shell .detail-list dd{font-size:10px}.app-shell .proof-summary span{font-size:9px}.app-shell .proof-summary strong,.app-shell .proof-summary a,.app-shell .locked-value{font-size:10px}.app-shell .integration-state strong{font-size:11px}.app-shell .integration-state small,.app-shell .live-clock,.app-shell .operator-button{font-size:10px}.app-shell .operation-toast strong{font-size:11px}.app-shell .operation-toast small{font-size:10px}@keyframes networkPulse{0%{opacity:0;transform:scale(.7)}35%{opacity:1}to{opacity:0;transform:scale(1.25)}}@keyframes routeFlow{0%{opacity:0;left:0}20%{opacity:1}80%{opacity:1}to{opacity:0;left:72%}}@keyframes hoverNode{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes chipIn{0%,15%,to{opacity:0;transform:translateY(8px)}25%,85%{opacity:1;transform:translateY(0)}}@keyframes introReveal{0%,85%{opacity:1}to{opacity:0}}@keyframes introMark{0%{opacity:0;transform:translate(-50%,-50%)scale(.75)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes introItem{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes introProgress{0%{width:0}to{width:100%}}@keyframes toastIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes toastProgress{0%{width:0}to{width:100%}}@keyframes executionBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes executionPanelIn{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes executionPulse{0%,to{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}@keyframes executionOrbit{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes executionOrbitReverse{to{transform:translate(-50%,-50%)rotate(-360deg)}}@keyframes executionCorePulse{0%{opacity:0;transform:scale(.72)}35%{opacity:1}to{opacity:0;transform:scale(1.28)}}@keyframes executionBeam{0%{opacity:0;left:0}20%{opacity:1}80%{opacity:1}to{opacity:0;left:72%}}@keyframes executionSignal{0%,to{opacity:.45}50%{opacity:1}}@media (width<=980px){.landing-hero{grid-template-columns:1fr;align-content:start;min-height:900px}.hero-copy{padding-top:55px}.hero-copy h1{font-size:88px}.hero-statement{font-size:42px}.network-stage{opacity:.78;width:58%;height:550px;position:absolute;bottom:10px;right:0}.system-flow{grid-template-columns:repeat(2,1fr)}.system-flow article{border-bottom:1px solid #ffffff29}}@media (width<=700px){.landing-nav{grid-template-columns:1fr auto;height:66px}.landing-nav nav{display:none}.nav-launch{height:34px}.landing-hero{min-height:820px;padding-top:100px;display:block}.hero-grid{-webkit-mask-image:none;mask-image:none}.hero-copy h1{font-size:62px}.hero-statement{margin-top:22px;font-size:34px}.hero-description{font-size:12px}.hero-actions{flex-direction:column;align-items:flex-start;gap:18px}.network-stage{opacity:.72;width:100%;height:360px;margin-top:24px;position:relative}.network-stage:before{width:180px;height:180px}.network-core{left:43%;transform:translate(-50%,-50%)scale(.75)}.provider-node{min-width:145px;height:50px}.node-a,.node-b{right:0}.node-c{left:0}.network-stats,.network-label,.recovery-chip,.hero-scroll{display:none}.system-section{padding-block:75px}.system-heading{grid-template-columns:1fr;gap:18px}.system-heading h2{font-size:38px}.system-flow{grid-template-columns:1fr;margin-top:50px}.system-flow article{border-left:1px solid #ffffff29;min-height:190px}.system-flow h3{margin-top:55px}.live-clock{display:none}.operator-button{justify-content:center;width:36px;padding:0;font-size:0}.app-shell>main{padding-top:20px}.execution-backdrop{align-items:start;padding:10px;overflow-y:auto}.execution-experience{max-height:none;margin:10px 0}.execution-head{align-items:flex-start;min-height:84px;padding:17px}.execution-head h2{font-size:18px}.execution-head-meta{display:none}.execution-body{grid-template-columns:1fr}.execution-visual{border-bottom:1px solid #ffffff1c;border-right:0;min-height:300px}.orbit-two{width:270px;height:270px}.execution-sequence{padding:20px 16px}.execution-sequence li{min-height:46px}.execution-foot{flex-direction:column;align-items:stretch}.execution-log{align-items:flex-start}.execution-result-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.execution-explorer{justify-content:center}.execution-close{justify-content:space-between;width:100%}}@media (width<=420px){.execution-result-actions{grid-template-columns:1fr}.landing-nav{padding-inline:18px}.landing-brand{font-size:15px}.nav-launch{padding-inline:9px;font-size:9px}.nav-launch svg{display:none}.landing-hero{padding-inline:22px}.hero-copy h1{font-size:54px}.hero-statement{font-size:30px}.hero-description{overflow-wrap:anywhere}.hero-primary{justify-content:space-between;width:100%}.network-stage{height:320px}.provider-node{min-width:124px}.provider-node b{display:none}.node-a,.node-b{right:-4px}.operation-toast{top:12px;right:15px}}
