:root{--font-ui:"Space Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mark:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-mono:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;--bg:#f4f4f4;--bg-veil:#f4f4f44d;--fg:#0a0a0a;--fg-muted:#0a0a0a8c;--fg-faint:#0a0a0a59;--surface:#fffc;--surface-solid:#ffffffe6;--surface-2:#0a0a0a0a;--surface-3:#0a0a0a14;--border:#0a0a0a1f;--border-strong:#0a0a0a4d;--accent:#0a0a0a;--accent-fg:#fff;--shadow:0 24px 60px -24px #00000040;--shadow-btn:0 1px 2px #00000014, 0 2px 8px -2px #0000001f;--shadow-btn-hover:0 2px 6px #0000001a, 0 8px 20px -6px #00000038;--shadow-btn-active:0 4px 10px #00000024, 0 16px 32px -8px #00000059;--btn-bg:#0a0a0a0f;--btn-bg-hover:#0a0a0a1a;--btn-bg-active:#0a0a0a29;--btn-primary-bg:#0a0a0ad1;--btn-primary-bg-hover:#0a0a0ae6;--btn-primary-bg-active:#0a0a0a;--radius:4px;--radius-sm:4px;--ring:#0a0a0a66;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#050505;--bg-veil:#0505054d;--fg:#f5f5f5;--fg-muted:#f5f5f58c;--fg-faint:#f5f5f559;--surface:#060606db;--surface-solid:#090909f5;--surface-2:#f5f5f508;--surface-3:#f5f5f512;--border:#f5f5f524;--border-strong:#f5f5f559;--accent:#f5f5f5;--accent-fg:#050505;--shadow:0 24px 60px -24px #000c;--shadow-btn:0 1px 2px #0006, 0 2px 8px -2px #00000080;--shadow-btn-hover:0 2px 6px #00000080, 0 8px 20px -6px #000000b3;--shadow-btn-active:0 4px 10px #0009, 0 16px 32px -8px #000000e6;--btn-bg:#f5f5f50b;--btn-bg-hover:#f5f5f514;--btn-bg-active:#f5f5f521;--btn-primary-bg:#e1e1e1cc;--btn-primary-bg-hover:#ebebebe6;--btn-primary-bg-active:#f5f5f5;--ring:#f5f5f580;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-ui);color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:15px;font-style:normal;line-height:1.45}#root{min-height:100%}button,input,select,option{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.bg{z-index:0;background:var(--bg);position:fixed;inset:0;overflow:hidden}.bg:before{content:"";background:radial-gradient(60% 50% at 30% 20%, var(--surface-3), transparent 70%), radial-gradient(50% 60% at 80% 80%, var(--surface-3), transparent 70%);filter:blur(40px);animation:30s ease-in-out infinite alternate drift;position:absolute;inset:-20%}:root[data-reduce-motion] .bg:before{animation:none}@keyframes drift{0%{transform:translate(-2%,-2%)scale(1)}to{transform:translate(2%,3%)scale(1.06)}}.bg-video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;inset:0}.bg-video.is-active{opacity:1}.bg-veil{background:var(--bg-veil);position:absolute;inset:0}.page{z-index:1;flex-direction:column;min-height:100dvh;padding:20px clamp(16px,4vw,40px);display:flex;position:relative}.header{justify-content:space-between;align-items:center;gap:16px;display:flex}.header-actions{align-items:center;gap:10px;display:flex}.main{flex:1;justify-content:center;align-items:center;padding:24px 0;display:flex}.footer{color:var(--fg-muted);justify-content:space-between;gap:12px;font-size:12px;display:flex}.footer-muted{color:var(--fg-faint);letter-spacing:.08em}.logo{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:flex-start;line-height:1;text-decoration:none;display:inline-flex}.logo-word{font-family:var(--font-mark);letter-spacing:-.03em;font-size:32px;font-style:italic;font-weight:700}.logo-by{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);align-self:flex-end;margin-top:2px;font-size:11px}.logo-by strong{color:var(--fg);font-weight:700}.button{border-radius:var(--radius);height:42px;box-shadow:var(--shadow-btn);white-space:nowrap;border:0;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s,color .15s,transform 80ms;display:inline-flex}.button:hover:not(:disabled){box-shadow:var(--shadow-btn-hover)}.button:active:not(:disabled){box-shadow:var(--shadow-btn-active);transform:translateY(1px)}.button:disabled{box-shadow:none}.button-primary{background:var(--btn-primary-bg);color:var(--accent-fg)}.button-primary:hover:not(:disabled){background:var(--btn-primary-bg-hover)}.button-primary:active:not(:disabled){background:var(--btn-primary-bg-active)}.button-primary:disabled{background:var(--btn-bg);color:var(--fg-muted)}.button-secondary{background:var(--btn-bg);color:var(--fg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button-secondary:hover:not(:disabled){background:var(--btn-bg-hover)}.button-secondary:active:not(:disabled){background:var(--btn-bg-active)}.button-ghost{color:var(--fg-muted);box-shadow:none;background:0 0}.button-block{width:100%;height:52px;margin:0;font-size:17px}.button-small{height:34px;padding:0 14px;font-size:13px}.icon-button{border-radius:var(--radius);background:var(--btn-bg);width:42px;height:42px;box-shadow:var(--shadow-btn);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:0;justify-content:center;align-items:center;transition:background .15s,box-shadow .15s;display:inline-flex}.icon-button:hover{background:var(--btn-bg-hover);box-shadow:var(--shadow-btn-hover)}.icon-button:active{background:var(--btn-bg-active);box-shadow:var(--shadow-btn-active)}.link-button{color:var(--fg);background:0 0;border:0;padding:0;font-size:13px;font-weight:600}.link-button:hover{text-decoration:underline}.account{align-items:center;gap:8px;display:flex}.account-chain{letter-spacing:.04em;color:var(--fg-muted);font-size:12px;font-weight:600}.account-button{font-family:var(--font-mono);font-size:13px}.dot{background:var(--fg);width:8px;height:8px}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow), 0 0 0 1px var(--border);-webkit-backdrop-filter:blur(24px)saturate(1.1);border:0}.widget-stack{flex-direction:column;gap:14px;width:min(100%,460px);display:flex}.widget{flex-direction:column;height:492px;padding:12px;display:flex;overflow:hidden}.widget-title{margin:0;font-size:16px;font-weight:600}.tabs{gap:8px;width:fit-content;margin:0 auto;display:flex}.tab{border-radius:var(--radius);background:var(--btn-bg);height:38px;color:var(--fg-muted);box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:0;padding:0 22px;font-size:14px;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.tab:hover{color:var(--fg);box-shadow:var(--shadow-btn)}.tab.is-active{color:var(--fg);background:var(--surface-solid);box-shadow:var(--shadow-btn-hover)}.tab.is-active:active{box-shadow:var(--shadow-btn-active)}.bridge{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow-y:auto}.panel{background:var(--surface-solid);border-radius:var(--radius);box-shadow:0 0 0 1px var(--border);flex-direction:column;gap:12px;margin-top:auto;padding:12px 14px;display:flex}.link-inline{color:var(--fg-muted);margin-left:10px;font-weight:500}.link-inline:hover{color:var(--fg)}.field{background:var(--surface-solid);border-radius:var(--radius);box-shadow:0 0 0 1px var(--border);border:0;flex-direction:column;gap:8px;padding:14px 16px;transition:border-color .15s;display:flex}.field:focus-within{box-shadow:0 0 0 1px var(--border-strong)}.field-head,.field-foot{justify-content:space-between;align-items:center;gap:8px;display:flex}.field-label{color:var(--fg);font-size:15px;font-weight:600}.field-body{align-items:center;gap:12px;display:flex}.field-foot{min-height:18px;font-size:12px}.amount-input{letter-spacing:-.02em;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0;font-size:36px;font-weight:500}.amount-input::placeholder{color:var(--fg-faint)}.amount-output{letter-spacing:-.02em;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:36px;font-weight:500;overflow:hidden}.token-static{border-radius:var(--radius);background:var(--btn-bg);height:38px;color:var(--fg-muted);align-items:center;padding:0 14px;font-weight:600;display:inline-flex}.flip-row{z-index:1;justify-content:center;margin:-14px 0;display:flex;position:relative}.flip{border-radius:var(--radius);background:var(--surface-solid);width:36px;height:36px;box-shadow:var(--shadow-btn);border:0;justify-content:center;align-items:center;transition:transform .2s,box-shadow .15s;display:inline-flex}.flip:hover{box-shadow:var(--shadow-btn-hover);transform:rotate(180deg)}.flip:active{box-shadow:var(--shadow-btn-active)}.select{align-items:center;display:inline-flex;position:relative}.select select{appearance:none;border-radius:var(--radius);background:var(--btn-bg);height:38px;box-shadow:var(--shadow-btn);text-overflow:ellipsis;border:0;max-width:220px;padding:0 34px 0 14px;font-weight:600;transition:background .15s,box-shadow .15s}.select select:hover{background:var(--btn-bg-hover);box-shadow:var(--shadow-btn-hover)}.select select:active{box-shadow:var(--shadow-btn-active)}.select-compact select{height:30px;padding:0 28px 0 12px;font-size:13px}.select-chevron{pointer-events:none;color:var(--fg-muted);position:absolute;right:12px}.select-compact .select-chevron{right:10px}.details{flex-direction:column;gap:6px;margin:0;padding:0 2px;font-size:13px;display:flex}.details>div{justify-content:space-between;gap:12px;display:flex}.details dt{color:var(--fg-muted)}.details dd{font-variant-numeric:tabular-nums;margin:0}.notice{border-radius:var(--radius);background:var(--surface-2);box-shadow:0 0 0 1px var(--border);margin:4px 0 0;padding:10px 12px;font-size:13px}.muted{color:var(--fg-muted)}.small{font-size:12px}.error{color:var(--fg);margin:0}.error:before{content:"! ";font-weight:700}.pill{border-radius:var(--radius);background:var(--btn-bg);letter-spacing:.06em;height:20px;color:var(--fg-muted);align-items:center;margin-left:8px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.solve{flex-direction:column;flex:1;gap:12px;min-height:0;padding:4px 4px 0;display:flex}.solve-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.solve-head p{margin:2px 0 0}.solve-hint{margin:0}.request-list{overscroll-behavior:contain;flex-direction:column;flex:1;gap:6px;min-height:0;margin:0;padding:0 2px 4px 0;list-style:none;display:flex;overflow-y:auto}.request{border-radius:var(--radius);background:var(--surface-2);box-shadow:0 0 0 1px var(--border);align-items:center;gap:12px;padding:12px 14px;transition:opacity .3s;display:flex}.request.is-done{opacity:.4}.request-main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.request-line{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.request-value{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:15px;font-weight:600}.request-route{color:var(--fg-muted);white-space:nowrap;align-items:center;gap:5px;font-size:12px;display:inline-flex}.request-sep{color:var(--fg-faint)}.request-flag{color:var(--fg);font-size:12px;font-weight:700}.request-action{flex:none;justify-content:flex-end;min-width:72px;display:flex}.modal-backdrop{z-index:50;background:var(--bg-veil);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:center;align-items:center;padding:20px;animation:.15s fade;display:flex;position:fixed;inset:0}.modal{width:min(100%,400px);padding:18px;animation:.18s rise}.modal-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.modal-title{margin:0;font-size:16px;font-weight:600}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.wallet-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.wallet-option{border-radius:var(--radius);background:var(--btn-bg);width:100%;box-shadow:var(--shadow-btn);text-align:left;border:0;align-items:center;gap:12px;padding:12px;text-decoration:none;transition:background .15s,box-shadow .15s;display:flex}.wallet-option:hover:not(:disabled){background:var(--btn-bg-hover);box-shadow:var(--shadow-btn-hover)}.wallet-option:active:not(:disabled){background:var(--btn-bg-active);box-shadow:var(--shadow-btn-active)}.wallet-option:disabled:not(.is-busy){opacity:.5}.wallet-option-install{opacity:.75}.wallet-icon{background:var(--surface-solid);border-radius:var(--radius);flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.wallet-icon-strato{font-family:var(--font-mark);font-size:18px;font-style:italic;font-weight:700}.wallet-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.wallet-name{align-items:center;font-weight:600;display:flex}.wallet-hint{color:var(--fg-muted);font-size:12px}.wallet-cta{font-size:13px;font-weight:600}@media (width<=560px){.header{flex-wrap:wrap}.logo-word{font-size:28px}.widget{padding:14px}.amount-input,.amount-output{font-size:26px}.account-chain{display:none}}.recipient-input{width:100%;font-family:var(--font-mono);color:var(--fg);background:0 0;border:0;outline:0;padding:0;font-size:12px}.recipient-input::placeholder{color:var(--fg-muted);font-family:var(--font-ui)}.fee-select{appearance:none;background:var(--btn-bg);border-radius:var(--radius);color:var(--fg);border:0;padding:2px 10px;font-size:12px;font-weight:600}.mono{font-family:var(--font-mono);font-size:12px}.mono a{border-bottom:1px solid var(--border-strong);text-decoration:none}.spinner{opacity:.8;border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}.spinner-inline{vertical-align:middle;width:10px;height:10px;margin-left:8px;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.button:disabled .spinner{opacity:.6}.receipt{flex-direction:column;flex:1;justify-content:center;gap:16px;display:flex}.receipt-hero{text-align:center;flex-direction:column;align-items:center;gap:4px;padding:12px 0 4px;display:flex}.receipt-label{color:var(--fg-muted);font-size:14px;font-weight:600}.receipt-time{letter-spacing:-.04em;font-variant-numeric:tabular-nums;text-align:center;font-size:56px;font-weight:500;line-height:1}.receipt-details{background:var(--surface-2);border-radius:var(--radius);box-shadow:0 0 0 1px var(--border);padding:12px 14px}.warn-text{color:var(--fg);font-weight:600}.request-list .empty{text-align:center;padding:20px 8px}.claim-editor{background:var(--surface-2);border-radius:var(--radius);box-shadow:0 0 0 1px var(--border);flex-direction:column;gap:8px;margin-top:6px;padding:10px;display:flex}.claim-toggle{align-items:center;gap:8px;font-size:13px;display:flex}.claim-toggle input{accent-color:var(--fg)}.claim-fee{flex-direction:column;gap:4px;display:flex}.claim-fee-input{align-items:center;gap:8px;display:flex}.claim-fee-input input{background:var(--surface-solid);border-radius:var(--radius);min-width:0;box-shadow:0 0 0 1px var(--border);border:0;flex:1;padding:6px 10px;font-size:14px}.claim-editor .button{align-self:flex-start}.token-logo{flex:none;display:inline-flex;position:relative}.token-logo-disc{color:#fff;letter-spacing:-.01em;border-radius:50%;place-items:center;width:100%;height:100%;font-weight:650;display:grid;box-shadow:inset 0 0 0 1px #ffffff2e}.token-logo-badge{box-shadow:0 0 0 2px var(--surface-solid);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:-2px;right:-2px}.asset{position:relative}.asset-trigger{border-radius:var(--radius);border:1px solid var(--border);background:var(--btn-bg);width:100%;color:var(--fg);font:inherit;cursor:pointer;text-align:left;white-space:nowrap;align-items:center;gap:.55rem;padding:.4rem .55rem;display:flex}.asset-trigger:hover{background:var(--btn-bg-hover);border-color:var(--border-strong)}.asset-trigger:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.asset-trigger-text{flex:auto;min-width:0;line-height:1.15;display:grid}.asset-trigger-text>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.asset-sym{font-weight:600}.asset-chain,.asset-row-name{color:var(--fg-muted);font-size:.72rem}.asset-panel{z-index:30;inset-inline:0;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-solid);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow);gap:.35rem;padding:.45rem;display:grid;position:absolute;top:calc(100% + .35rem)}.asset-search{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);width:100%;color:var(--fg);font:inherit;padding:.45rem .6rem}.asset-search::placeholder{color:var(--fg-faint)}.asset-search:focus-visible{outline:2px solid var(--ring);outline-offset:-1px}.asset-list{gap:.1rem;max-height:244px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.asset-row{border-radius:var(--radius-sm);width:100%;color:var(--fg);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:.55rem;padding:.38rem .45rem;display:flex}.asset-row:hover{background:var(--surface-2)}.asset-row.is-active{background:var(--surface-3)}.asset-row-text{flex:auto;line-height:1.15;display:grid}.asset-row-chain{color:var(--fg-muted);white-space:nowrap;font-size:.72rem}.asset-custom{border-top:1px solid var(--border);margin-top:.15rem;padding-top:.3rem}.asset-empty{padding:.55rem .45rem}.asset-amount{align-items:center;gap:.5rem;display:flex;position:relative}.asset-amount .asset{flex:0 0 46%;min-width:0;position:static}.asset-amount .amount-input{text-align:left;flex:auto;min-width:0}.asset-amount-sub{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.asset-amount-sub .amount-input{text-align:right;flex:0 12ch;font-size:.95rem}.quote-tag{letter-spacing:.02em;border:1px solid var(--border);background:var(--surface-2);color:var(--muted,inherit);opacity:.85;cursor:help;white-space:nowrap;border-radius:999px;padding:.12rem .44rem;font-size:.72rem}.quote-tag-solver{border-color:var(--border-strong);background:var(--surface-3);opacity:1;font-weight:500}.amount-input[readonly]{cursor:default}.amount-input[readonly]:focus{outline:none}:root{--st-good:#0ca30c;--st-warning:#fab219;--st-critical:#d03b3b;--st-transit:#8a9099;--st-neutral:#c9ccd1;--st-faint:#b9b9b9;--admin-surface:#fff}:root[data-theme=dark]{--st-transit:#9aa0a8;--st-neutral:#6b7078;--st-faint:#55585d;--admin-surface:#0b0b0b}.main-wide{align-items:flex-start}.admin{flex-direction:column;gap:16px;width:min(1080px,100%);margin:0 auto;padding:8px 16px 40px;display:flex}.admin-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.admin-title{letter-spacing:-.03em;margin:0 0 4px;font-size:28px;font-weight:500}.admin-card{background:var(--surface-solid);padding:16px}.admin-tiles{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;display:grid}.admin-tile{background:var(--surface-solid);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.admin-tile-n{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:32px;font-weight:500;line-height:1.1}.admin-tile-l{color:var(--fg-muted);font-size:12px}.admin-map{width:100%;height:auto;display:block}.admin-edge{stroke:var(--fg-muted);stroke-width:2px;stroke-linecap:round}.admin-edge-unwired{stroke:var(--fg-faint);stroke-width:1.5px;stroke-dasharray:3 7}.admin-edge-pending{stroke:var(--st-warning);stroke-dasharray:10 6}.admin-arrowhead{fill:var(--fg-muted)}.admin-edge-label,.admin-node-sub{fill:var(--fg-muted);font-size:11px}.admin-arrow{fill:var(--fg-faint);font-size:12px}.admin-node{fill:var(--surface-2);stroke:var(--border-strong);stroke-width:1.5px}.admin-node-err{stroke:var(--st-critical);stroke-dasharray:4 4}.admin-node-errtext{fill:var(--fg);font-size:11px}.admin-node-name{fill:var(--fg);font-size:13px;font-weight:600}.admin-dot{cursor:pointer}.admin-dot circle{transition:r .12s}.admin-dot-glyph{fill:#0a0a0a;pointer-events:none;font-size:9px;font-weight:700}.admin-legend{flex-wrap:wrap;gap:6px 18px;margin:0;padding:8px 0 0;font-size:12px;list-style:none;display:flex}.admin-legend li{align-items:center;gap:6px;display:inline-flex}.admin-swatch{color:#0a0a0a;border-radius:50%;flex:none;justify-content:center;align-items:center;width:16px;height:16px;margin-right:6px;font-size:9px;font-weight:700;display:inline-flex}.admin-legend .admin-swatch{margin-right:0}.admin-swatch-repeat{background:var(--st-critical);width:9px;height:9px}.admin-hover{min-height:40px;padding-top:10px;font-size:13px}.admin-filters{flex-wrap:wrap;gap:6px;padding-bottom:12px;display:flex}.admin-chip{font:inherit;border:1px solid var(--border);color:var(--fg);cursor:pointer;background:0 0;border-radius:999px;padding:5px 10px;font-size:12px}.admin-chip.is-on{background:var(--btn-primary-bg);color:var(--accent-fg);border-color:#0000}.admin-chip.is-on .muted{color:inherit;opacity:.7}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th{text-align:left;color:var(--fg-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:6px 10px;font-size:11px;font-weight:600}.admin-table td{border-bottom:1px solid var(--border);white-space:nowrap;vertical-align:middle;padding:8px 10px}.admin-table .num{text-align:right;font-variant-numeric:tabular-nums}.admin-row{cursor:pointer}.admin-row.is-hot td{background:var(--surface-3)}.admin-repeat{border:1px solid var(--st-critical);border-radius:999px;margin-left:8px;padding:1px 6px;font-size:11px;font-weight:600}.admin-detail td{white-space:normal;background:var(--surface-2)}.admin-timeline{gap:4px;margin:8px 0;padding:0;font-size:12px;list-style:none;display:grid}.admin-timeline li{grid-template-columns:96px 110px 1fr auto;align-items:baseline;gap:10px;display:grid}.admin-tl-when{color:var(--fg-muted);font-variant-numeric:tabular-nums}.admin-tl-chain{font-weight:600}.admin-foot{padding-top:12px}@media (width<=640px){.admin-timeline li{grid-template-columns:1fr 1fr}.admin-title{font-size:22px}}.steps{flex-direction:column;gap:8px;display:flex}.step .recipient-input+.recipient-input{margin-top:6px}.step-add{align-self:flex-start;padding:4px 0}.step-add-menu{flex-direction:column;gap:6px;display:flex}.step-add-menu .button{padding:8px 12px;font-size:13px}.stages{background:var(--surface-2);border-radius:var(--radius);box-shadow:0 0 0 1px var(--border);flex-direction:column;gap:6px;margin:0;padding:10px 12px;list-style:none;display:flex}.stage{flex-direction:column;gap:2px;display:flex}.stage-row{align-items:center;gap:10px;display:flex}.stage-num{background:var(--surface);width:20px;height:20px;box-shadow:0 0 0 1px var(--border);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.stage-done .stage-num{background:var(--fg);color:var(--surface);box-shadow:none}.stage-what{flex:1;font-size:14px}.stage-queued .stage-what{color:var(--fg-muted)}.stage-time{font-variant-numeric:tabular-nums;justify-content:flex-end;align-items:center;gap:6px;min-width:48px;font-size:14px;display:inline-flex}.stage-sub{flex-wrap:wrap;gap:4px 12px;padding-left:30px;display:flex}.preset-field{flex-direction:column;gap:4px;display:flex}.preset-field-label{flex:none;min-width:64px}.preset-field .asset-amount{align-items:center;gap:10px}.amount-input-small{font-size:20px}.preset-auth{flex-wrap:wrap;align-items:center;gap:4px 10px;margin-top:4px;display:flex}
