.asset-input:focus-within{border-color:var(--red);box-shadow:inset 0 0 0 1px var(--red)}.protocol-path{border:1px solid var(--ink);border-top:0}.protocol-path-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:38px 34px 30px;border-bottom:1px solid var(--ink)}.protocol-path-head h2{margin:22px 0 0;font-size:clamp(35px,4vw,58px);line-height:.92;letter-spacing:-.055em}.protocol-path-head h2 i{color:var(--red);font-family:var(--font-serif);font-weight:400}.protocol-path-controls{display:flex}.protocol-path-controls button,.protocol-path-foot button{border:1px solid var(--ink);background:transparent;color:var(--ink);min-width:54px;padding:10px 12px;font:500 10px var(--font-mono);cursor:pointer}.protocol-path-controls button+button{border-left:0}.protocol-path-controls button.active{background:var(--ink);color:var(--paper)}.protocol-path-controls button:focus-visible,.protocol-path-foot button:focus-visible{outline:2px solid var(--red);outline-offset:2px}.protocol-path-legend{display:flex;align-items:center;flex-wrap:wrap;gap:18px 25px;min-height:53px;padding:12px 34px;border-bottom:1px solid var(--ink);font:500 10px var(--font-mono)}.protocol-path-legend span{display:inline-flex;align-items:center;gap:8px}.protocol-path-legend b{margin-left:auto;color:var(--muted);font-weight:500}.protocol-path-legend i{display:inline-block;width:17px;height:2px;background:var(--ink)}.protocol-path-legend i.floor{background:var(--red)}.protocol-path-legend i.buy,.protocol-path-legend i.sell{width:7px;height:7px;border-radius:50%;background:var(--ochre);border:1px solid var(--ink)}.protocol-path-legend i.sell{background:var(--paper)}.protocol-path-legend i.state{width:7px;height:7px;border:1px solid var(--red);border-radius:0;background:var(--paper);transform:rotate(45deg)}.protocol-path-chart{position:relative;min-height:365px;padding:18px 22px 0;background:linear-gradient(180deg,transparent 0 78%,rgba(216,170,53,.06) 78% 100%);border-bottom:1px solid var(--ink)}.protocol-path-chart svg{display:block;width:100%;height:auto;touch-action:pan-y;overflow:visible}.protocol-path-empty{min-height:347px;display:grid;place-items:center;color:var(--muted);font:500 11px var(--font-mono)}.path-grid{stroke:var(--line);stroke-width:1;stroke-dasharray:3 6;vector-effect:non-scaling-stroke}.path-axis{fill:var(--muted);font:500 10px var(--font-mono)}.path-floor-area{fill:var(--red);fill-opacity:.07}.path-floor-line,.path-spot-line{fill:none;vector-effect:non-scaling-stroke;stroke-linejoin:miter}.path-floor-line{stroke:var(--red);stroke-width:2.5}.path-spot-line{stroke:var(--ink);stroke-width:2.5}.path-volume{stroke-width:3;vector-effect:non-scaling-stroke;opacity:.48}.path-volume.buy{stroke:var(--ochre)}.path-trade,.path-volume.sell{stroke:var(--ink)}.path-trade{vector-effect:non-scaling-stroke;stroke-width:1.25}.path-trade.buy{fill:var(--ochre)}.path-state,.path-trade.sell{fill:var(--paper)}.path-state{stroke:var(--red);stroke-width:1.5;vector-effect:non-scaling-stroke}.path-selection line{stroke:var(--ink);stroke-width:1;stroke-dasharray:3 4;vector-effect:non-scaling-stroke;opacity:.45}.path-selection circle{fill:var(--paper);stroke:var(--ink);stroke-width:2;vector-effect:non-scaling-stroke}.path-coverage-gap line{stroke:var(--ink);stroke-width:1;stroke-dasharray:3 7;vector-effect:non-scaling-stroke;opacity:.35}.path-coverage-gap line.floor{stroke:var(--red)}.path-coverage-gap text{fill:var(--muted);font:500 9px var(--font-mono)}.protocol-path-detail{display:grid;grid-template-columns:minmax(100px,.55fr) repeat(4,minmax(120px,1fr)) auto;align-items:stretch;min-height:92px;border-bottom:1px solid var(--ink)}.protocol-path-detail>*{min-width:0;padding:18px 20px;border-right:1px solid var(--line)}.protocol-path-detail>:last-child{border-right:0}.protocol-path-detail div{display:flex;flex-direction:column;justify-content:space-between;gap:10px}.protocol-path-detail small{color:var(--muted);font:500 9px var(--font-mono)}.protocol-path-detail strong{overflow:hidden;font-size:clamp(13px,1.15vw,17px);font-weight:500;text-overflow:ellipsis;white-space:nowrap}.protocol-path-detail a{display:grid;place-items:center;color:var(--ink);font:500 10px var(--font-mono)}.path-event{display:grid;place-items:center;background:var(--ink);color:var(--paper);font:500 10px var(--font-mono)}.path-event.buy{background:var(--ochre);color:var(--ink)}.path-event.sell{background:var(--red);color:var(--paper)}.protocol-path-foot{display:flex;align-items:center;gap:24px;padding:14px 20px 14px 34px;font:500 9px var(--font-mono);color:var(--muted)}.protocol-path-foot span:nth-child(2){margin-left:auto}.protocol-path-foot button{padding:8px 10px;min-width:74px}.protocol-path-foot button:disabled{cursor:wait;opacity:.55}@media (max-width:900px){.protocol-path-detail{grid-template-columns:repeat(3,1fr)}.protocol-path-detail>*{border-bottom:1px solid var(--line)}.protocol-path-detail>:nth-child(3n){border-right:0}.protocol-path-detail>:nth-last-child(-n+3){border-bottom:0}}@media (max-width:700px){.protocol-path-head{align-items:flex-start;flex-direction:column;padding:28px 22px 22px}.protocol-path-legend{padding:12px 22px}.protocol-path-legend b{width:100%;margin-left:0}.protocol-path-chart{min-height:280px;padding:10px 8px 0}.protocol-path-empty{min-height:270px}.protocol-path-detail{grid-template-columns:1fr 1fr}.protocol-path-detail>:nth-child(3n){border-right:1px solid var(--line)}.protocol-path-detail>:nth-child(2n){border-right:0}.protocol-path-detail>:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.protocol-path-detail>:nth-last-child(-n+2){border-bottom:0}.protocol-path-foot{align-items:flex-start;flex-wrap:wrap;padding:14px 18px}.protocol-path-foot span:nth-child(2){width:100%;margin-left:0;order:3}.protocol-path-foot button{margin-left:auto}}.asset-input input:focus-visible{outline:none}.asset-input .amount-row{gap:12px}.asset-input .amount-row input{flex:1 1 auto;width:0}.amount-actions{flex:0 0 auto;margin-left:0}.factory-field:focus-within{border-bottom-color:var(--red);box-shadow:0 1px 0 var(--red)}.factory-field input:focus-visible{outline:none}.curve-mobile-key{display:none}@media (max-width:560px){.network-popover{position:fixed;top:94px;right:16px;width:min(290px,calc(100vw - 32px))}.curve-labels{display:none}.curve-mobile-key{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;padding:14px 22px;border-top:1px solid var(--line);font:8px/1.5 var(--font-mono)}.curve-mobile-key span{display:flex;align-items:center;gap:7px}.curve-mobile-key span:last-child{grid-column:1/-1;justify-content:center;border-top:1px solid var(--line);padding-top:10px}.curve-mobile-key i{width:7px;height:7px;border-radius:50%;background:var(--ink)}.curve-mobile-key i.floor{background:var(--red)}}.v2-curve-explainer{margin:50px 0;overflow:hidden;border:1px solid var(--ink);background:var(--paper)}.v2-curve-explainer figcaption{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,1.1fr);gap:48px;padding:30px;border-bottom:1px solid var(--ink)}.curve-detail-grid small,.curve-detail-grid span,.curve-legend,.curve-tabs span,.depth-diagram-head,.depth-rule span,.v2-curve-explainer figcaption span{font:8px/1.5 var(--font-mono);letter-spacing:.04em}.v2-curve-explainer figcaption h3{margin:24px 0 0;font-size:34px;line-height:1;letter-spacing:-.045em}.v2-curve-explainer figcaption p{align-self:end;margin:0;font-size:12px;line-height:1.7}.curve-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--ink)}.curve-tabs button{min-width:0;padding:15px 18px 16px;border:0;border-right:1px solid var(--ink);background:transparent;color:var(--ink);text-align:left;cursor:pointer;transition:color .16s cubic-bezier(.23,1,.32,1),background-color .16s cubic-bezier(.23,1,.32,1)}.curve-tabs button:last-child{border-right:0}.curve-tabs button b,.curve-tabs button span{display:block}.curve-tabs button span{margin-bottom:7px;color:var(--muted)}.curve-tabs button b{font:500 11px/1.2 var(--font-mono);text-transform:uppercase}.curve-tabs button.active{background:var(--ink);color:var(--paper)}.curve-tabs button.active span{color:#aaa79f}@media (hover:hover) and (pointer:fine){.curve-tabs button:not(.active):hover{background:rgba(216,170,53,.12)}}.curve-stage{background:linear-gradient(180deg,rgba(216,170,53,.07),transparent 58%)}.curve-view{animation:curve-panel-in .22s cubic-bezier(.23,1,.32,1) both}.curve-view>svg,.depth-diagrams svg{display:block;width:100%;height:auto}.curve-grid path,.depth-grid path{fill:none;stroke:rgba(23,23,19,.1);stroke-width:1;stroke-dasharray:3 7;vector-effect:non-scaling-stroke}.curve-tail-zone{fill:rgba(216,170,53,.17)}.curve-cap-line,.curve-max-line{stroke:var(--ochre);stroke-width:1.5;stroke-dasharray:5 5;vector-effect:non-scaling-stroke}.curve-fill{pointer-events:none}.curve-main-path{stroke:var(--ink);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:curve-path-in 1.1s cubic-bezier(.23,1,.32,1) 80ms forwards}.curve-floor-path,.curve-main-path{fill:none;vector-effect:non-scaling-stroke}.curve-floor-path{stroke:var(--red);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:curve-path-in .82s cubic-bezier(.23,1,.32,1) .3s forwards}.curve-floor-boundary{stroke:var(--red);stroke-width:4;stroke-linecap:round;vector-effect:non-scaling-stroke}.curve-fixed-spot{fill:var(--red);stroke:var(--paper);stroke-width:3;vector-effect:non-scaling-stroke}.curve-axis-copy text,.depth-axis-copy text{fill:var(--ink);font:500 9px var(--font-mono);letter-spacing:.035em}.curve-axis-copy text.red{fill:var(--red)}.curve-legend{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.curve-appreciation,.curve-legend{border-bottom:1px solid var(--ink)}.curve-appreciation{border-top:1px solid var(--ink)}.curve-appreciation-head{display:flex;justify-content:space-between;gap:24px;padding:12px 15px;border-bottom:1px solid var(--line);font:8px/1.5 var(--font-mono);letter-spacing:.04em}.curve-appreciation-head small{color:var(--muted);font:inherit;letter-spacing:0;text-align:right}.curve-appreciation-scale{display:grid;grid-template-columns:repeat(6,1fr)}.curve-appreciation-scale>div{display:flex;min-width:0;min-height:102px;flex-direction:column;padding:12px 11px;border-right:1px solid var(--line)}.curve-appreciation-scale>div:last-child{border-right:0;background:rgba(216,170,53,.14)}.curve-appreciation-scale small,.curve-appreciation-scale span{font:7px/1.45 var(--font-mono)}.curve-appreciation-scale strong{margin:auto 0 5px;color:var(--red);font:500 clamp(12px,1.4vw,15px)/1.15 var(--font-mono);letter-spacing:-.035em;overflow-wrap:anywhere}.curve-appreciation-scale small{color:var(--muted)}.curve-floor-growth{border-bottom:1px solid var(--ink)}.curve-floor-growth-head{display:flex;justify-content:space-between;gap:24px;padding:12px 15px;border-bottom:1px solid var(--line);font:8px/1.5 var(--font-mono);letter-spacing:.04em}.curve-floor-growth-head small{max-width:390px;color:var(--muted);font:inherit;letter-spacing:0;text-align:right}.curve-floor-growth-scale{display:grid;grid-template-columns:repeat(5,1fr)}.curve-floor-growth-scale>div{display:flex;min-width:0;min-height:88px;flex-direction:column;padding:12px 11px;border-right:1px solid var(--line)}.curve-floor-growth-scale>div:last-child{border-right:0;background:rgba(238,63,35,.08)}.curve-floor-growth-scale small,.curve-floor-growth-scale span{font:7px/1.45 var(--font-mono)}.curve-floor-growth-scale strong{margin:auto 0 5px;color:var(--red);font:500 clamp(12px,1.4vw,15px)/1.15 var(--font-mono);letter-spacing:-.035em}.curve-floor-growth-scale small{color:var(--muted)}.curve-floor-accounting{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;border-bottom:1px solid var(--ink)}.curve-floor-accounting>div{display:flex;min-width:0;min-height:112px;flex-direction:column;justify-content:space-between;padding:15px}.curve-floor-accounting>div+i{align-self:center;color:var(--red);font:500 12px var(--font-mono);font-style:normal}.curve-floor-accounting small,.curve-floor-accounting span{font:7px/1.45 var(--font-mono)}.curve-floor-accounting strong{color:var(--red);font:500 clamp(16px,2vw,23px)/1 var(--font-mono);letter-spacing:-.05em}.curve-floor-accounting small{color:var(--muted)}.curve-legend span{display:flex;align-items:center;min-width:0;padding:13px 15px;border-right:1px solid var(--line)}.curve-legend span:last-child{border-right:0}.curve-legend i{flex:none;width:9px;height:9px;margin-right:8px;border-radius:50%;background:var(--ink)}.curve-legend i.spot{background:var(--red)}.curve-legend i.tail{border-radius:0;background:var(--ochre)}.curve-legend i.floor{width:15px;height:3px;border-radius:0;background:var(--red)}.curve-detail-grid{display:grid;grid-template-columns:repeat(3,1fr)}.curve-detail-grid>div{display:flex;min-width:0;min-height:144px;flex-direction:column;padding:18px;border-right:1px solid var(--ink)}.curve-detail-grid>div:last-child{border-right:0}.curve-detail-grid strong{margin:auto 0 10px;font:500 15px/1.25 var(--font-mono);color:var(--red);letter-spacing:-.025em}.curve-detail-grid small{color:var(--muted);letter-spacing:0}.depth-diagrams{display:grid;grid-template-columns:1fr 1fr}.depth-diagrams article{min-width:0;border-right:1px solid var(--ink)}.depth-diagrams article:last-child{border-right:0}.depth-diagram-head{display:flex;justify-content:space-between;gap:20px;padding:17px 20px;border-bottom:1px solid var(--line)}.depth-diagram-head b{color:var(--red)}.depth-diagrams article>p{min-height:150px;margin:0;padding:0 22px 24px;font-size:12px;line-height:1.7}.depth-new-path,.depth-old-path{fill:none;stroke-linecap:round;vector-effect:non-scaling-stroke}.depth-old-path{stroke:rgba(23,23,19,.28);stroke-width:2;stroke-dasharray:5 5}.depth-new-path{stroke:var(--ink);stroke-width:3;stroke-dasharray:1;stroke-dashoffset:1;animation:curve-path-in .85s cubic-bezier(.23,1,.32,1) 80ms forwards}.depth-old-floor{stroke:rgba(238,63,35,.35);stroke-width:2;stroke-dasharray:5 5;vector-effect:non-scaling-stroke}.depth-old-spot{fill:rgba(23,23,19,.32)}.depth-new-spot{fill:var(--red);stroke:var(--paper);stroke-width:3;vector-effect:non-scaling-stroke}.depth-rule{display:grid;grid-template-columns:.7fr 1.3fr;gap:30px;align-items:center;padding:20px 24px;border-top:1px solid var(--ink);background:var(--ink);color:var(--paper)}.depth-rule span{color:var(--ochre)}.depth-rule p{margin:0;font-size:11px;line-height:1.65}.depth-rule code{font:10px var(--font-mono);color:var(--ochre)}@keyframes curve-path-in{to{stroke-dashoffset:0}}@keyframes curve-panel-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:700px){.v2-curve-explainer figcaption{grid-template-columns:1fr;gap:20px;padding:24px}.v2-curve-explainer figcaption h3{font-size:30px}.curve-detail-grid{grid-template-columns:1fr}.curve-detail-grid>div{min-height:112px;border-right:0;border-bottom:1px solid var(--ink)}.curve-detail-grid>div:last-child{border-bottom:0}.depth-diagrams{grid-template-columns:1fr}.depth-diagrams article{border-right:0;border-bottom:1px solid var(--ink)}.depth-diagrams article:last-child{border-bottom:0}.depth-diagrams article>p{min-height:0}.curve-appreciation-scale{grid-template-columns:repeat(3,1fr)}.curve-appreciation-scale>div:nth-child(3){border-right:0}.curve-appreciation-scale>div:nth-child(-n+3){border-bottom:1px solid var(--line)}.curve-floor-growth-scale{grid-template-columns:repeat(3,1fr)}.curve-floor-growth-scale>div:nth-child(3){border-right:0}.curve-floor-growth-scale>div:nth-child(-n+3){border-bottom:1px solid var(--line)}.curve-floor-accounting{grid-template-columns:1fr}.curve-floor-accounting>div{min-height:92px;border-bottom:1px solid var(--line)}.curve-floor-accounting>div:last-child{border-bottom:0}.curve-floor-accounting>div+i{display:none}}@media (max-width:560px){.v2-curve-explainer{margin-inline:calc((100vw - 24px - 100%) / -2)}.curve-tabs button{padding:14px 10px;text-align:center}.curve-tabs button span{display:none}.curve-tabs button b{font-size:9px}.curve-axis-copy text{display:none}.curve-legend{grid-template-columns:1fr}.curve-legend span{padding:10px 18px;border-right:0;border-bottom:1px solid var(--line)}.curve-legend span:last-child{border-bottom:0}.curve-appreciation-head{display:block}.curve-appreciation-head small{display:block;margin-top:5px;text-align:left}.curve-floor-growth-head{display:block}.curve-floor-growth-head small{display:block;margin-top:5px;text-align:left}.depth-rule{grid-template-columns:1fr;gap:10px}}@media (prefers-reduced-motion:reduce){.curve-floor-path,.curve-main-path,.curve-view,.depth-new-path{animation:none}.curve-floor-path,.curve-main-path,.depth-new-path{stroke-dashoffset:0}.curve-tabs button{transition:none}}.transaction-review{display:block;margin:6px 0 18px;overflow:hidden;border:1px solid var(--ink);background:var(--paper);box-shadow:none}.transaction-review>header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:43px;padding:11px 15px;border-bottom:1px solid var(--ink);background:var(--ink);color:var(--paper);font:500 9px/1.4 var(--font-mono);letter-spacing:.07em}.transaction-review>header b{color:var(--ochre);font:inherit}.transaction-review>div{display:grid;grid-template-columns:94px minmax(0,1fr);grid-template-rows:auto auto;padding:0}.transaction-review>div i{grid-row:1/3;display:grid;place-items:center;min-height:104px;padding:12px;background:var(--red);color:white;font:500 9px/1.4 var(--font-mono);font-style:normal;letter-spacing:.08em;text-align:center}.transaction-review.is-pending>div i{background:var(--ochre);color:var(--ink)}.transaction-review h2{min-width:0;margin:0;padding:17px 18px 7px;font-size:20px;font-weight:500;line-height:1.15;letter-spacing:-.025em}.transaction-review p{min-width:0;margin:0;padding:0 18px 17px;color:var(--muted);font:10px/1.6 var(--font-mono);overflow-wrap:anywhere}.transaction-steps{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:0;border-top:1px solid var(--ink);list-style:none}.transaction-steps li{display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:58px;padding:10px 13px;color:var(--muted);font:500 8px/1.3 var(--font-mono)}.transaction-steps li+li{border-left:1px solid var(--ink)}.transaction-steps li span{display:grid;place-items:center;width:27px;height:27px;border:1px solid var(--line);border-radius:50%}.transaction-steps li b{font:inherit;color:var(--ink)}.transaction-steps li em{color:inherit;font-style:normal}.transaction-steps li.active{background:#fff7dc;box-shadow:inset 0 3px 0 var(--ochre)}.transaction-steps li.active span{border-color:var(--ochre);background:var(--ochre);color:var(--ink)}.transaction-steps li.done{background:#e4eadb;color:#55713a}.transaction-steps li.done span{border-color:#688147;background:#688147;color:white}@media (max-width:560px){.transaction-review>div{grid-template-columns:78px minmax(0,1fr)}.transaction-review h2{font-size:18px}.transaction-steps{grid-template-columns:1fr}.transaction-steps li+li{border-top:1px solid var(--ink);border-left:0}}.simulator-page{background:#ece8dd}.simulator-head{min-height:390px;padding-top:76px;padding-bottom:60px;display:flex;align-items:flex-end;justify-content:space-between;gap:46px}.simulator-head h1{max-width:680px;margin:26px 0 0;font-size:clamp(62px,7vw,112px);font-weight:500;line-height:.81;letter-spacing:-.07em}.floor-lab-controls h2 i,.simulator-head h1 i{color:var(--red);font-family:var(--font-serif);font-weight:400}.simulator-head>p{max-width:315px;margin:0;font-size:15px;line-height:1.65}.floor-lab{margin-bottom:120px;border:1px solid var(--ink)}.floor-lab-status{min-height:43px;padding:0 20px;border-bottom:1px solid var(--ink);background:var(--ink);color:var(--paper);display:flex;align-items:center;justify-content:space-between;gap:18px;font:10px var(--font-mono);letter-spacing:.055em}.floor-lab-status b{color:#c9cf73;font-weight:500}.floor-lab-layout{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr)}.floor-lab-controls{min-width:0;padding:36px 30px 30px;border-right:1px solid var(--ink);background:#e3ded2}.floor-lab-controls h2{margin:22px 0 38px;font-size:clamp(38px,4vw,56px);font-weight:500;line-height:.87;letter-spacing:-.06em}.floor-lab-actions,.floor-lab-scenarios{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.floor-lab-scenarios{margin-bottom:25px}.floor-lab-actions button,.floor-lab-depth-szr,.floor-lab-scenarios button{min-width:0;border:0;background:transparent;color:var(--ink);padding:13px 12px;font:500 10px var(--font-mono);letter-spacing:.035em;text-align:left;cursor:pointer;transition:transform .12s cubic-bezier(.23,1,.32,1),background-color .12s ease,color .12s ease}.floor-lab-actions button+button,.floor-lab-scenarios button+button{border-left:1px solid var(--line)}.floor-lab-actions button:hover,.floor-lab-depth-szr:hover:not(:disabled),.floor-lab-scenarios button.active{background:var(--ink);color:var(--paper)}.floor-lab-actions button:active,.floor-lab-depth-szr:active:not(:disabled),.floor-lab-scenarios button:active{transform:scale(.98)}.floor-lab-field{display:block;margin-top:22px}.floor-lab-field span{display:block;margin-bottom:8px;color:var(--muted);font:10px var(--font-mono);letter-spacing:.05em}.floor-lab-field input{width:100%;min-width:0;border:1px solid var(--ink);border-radius:0;outline:0;background:var(--paper);color:var(--ink);padding:13px 12px;font-size:22px;letter-spacing:-.04em}.floor-lab-field input:focus{outline:2px solid var(--red);outline-offset:-2px}.floor-lab-actions{margin-top:9px}.floor-lab-actions button{display:flex;align-items:center;justify-content:space-between;gap:10px}.floor-lab-actions b{color:var(--red);font-size:15px}.floor-lab-actions button:hover b{color:var(--ochre)}.floor-lab-depth-szr{width:100%;margin-top:20px;border:1px solid var(--ink);text-align:center}.floor-lab-depth-szr:disabled{border-color:var(--line);color:var(--muted);cursor:not-allowed}.floor-lab-controls>p{margin:28px 0 0;color:var(--muted);font:10px/1.65 var(--font-mono)}.floor-lab-output{min-width:0;display:flex;flex-direction:column;background:var(--paper)}.floor-lab-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--ink)}.floor-lab-metrics>div{min-width:0;min-height:142px;padding:20px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.floor-lab-metrics>div:last-child{border-right:0;background:#e6e0d3}.floor-lab-events>span,.floor-lab-metrics small,.floor-lab-metrics span{font:10px/1.5 var(--font-mono);letter-spacing:.04em}.floor-lab-metrics strong{min-width:0;margin:auto 0 8px;overflow-wrap:anywhere;font-size:clamp(22px,2.6vw,35px);font-weight:500;line-height:.95;letter-spacing:-.055em}.floor-lab-metrics>div:first-child strong{color:var(--red)}.floor-lab-metrics small{color:var(--muted)}.floor-lab-chart{display:block;width:100%;min-height:260px;padding:24px 24px 0;overflow:visible}.floor-lab-grid{stroke:rgba(23,23,19,.13);stroke-dasharray:3 7}.floor-lab-axis,.floor-lab-end-label{fill:var(--muted);font:9px var(--font-mono);letter-spacing:.04em}.floor-lab-axis-line{stroke:rgba(23,23,19,.45)}.floor-lab-floor-path,.floor-lab-spot-path{fill:none;stroke-linecap:round;stroke-linejoin:round}.floor-lab-spot-path{stroke:var(--ink);stroke-width:3}.floor-lab-floor-path{stroke:var(--red);stroke-width:3}.floor-lab-spot-dot{fill:var(--ink);stroke:var(--paper);stroke-width:2}.floor-lab-floor-dot{fill:var(--red);stroke:var(--paper);stroke-width:2}.floor-lab-end-label.spot{fill:var(--ink)}.floor-lab-end-label.floor{fill:var(--red)}.floor-lab-events{margin-top:auto;padding:18px 24px 22px;border-top:1px solid var(--line);background:#e9e5da}.floor-lab-events>span{color:var(--muted)}.floor-lab-events p{margin:8px 0 0;padding-top:8px;border-top:1px solid rgba(23,23,19,.12);font:10px/1.5 var(--font-mono)}@media (max-width:900px){.simulator-head{min-height:0;display:block;padding-top:58px;padding-bottom:44px}.simulator-head>p{margin-top:30px}.floor-lab-layout{grid-template-columns:1fr}.floor-lab-controls{border-right:0;border-bottom:1px solid var(--ink)}}@media (max-width:560px){.simulator-head h1{font-size:62px}.floor-lab{margin-bottom:82px;border-inline:0}.floor-lab-status{padding:0 16px;font-size:9px}.floor-lab-status b{max-width:148px;text-align:right}.floor-lab-controls{padding:30px 16px 24px}.floor-lab-controls h2{font-size:43px}.floor-lab-metrics{grid-template-columns:1fr}.floor-lab-metrics>div{min-height:117px;border-right:0;border-bottom:1px solid var(--line)}.floor-lab-metrics>div:last-child{border-bottom:0}.floor-lab-chart{min-height:220px;padding:18px 8px 0}.floor-lab-events{padding-inline:16px}}@media (prefers-reduced-motion:reduce){.floor-lab-actions button,.floor-lab-depth-szr,.floor-lab-scenarios button{transition:none}}.floor-lab-burner{width:100%;margin-top:10px;border:1px solid var(--red);background:var(--red);color:white;padding:14px 13px;display:flex;align-items:center;justify-content:space-between;font:500 10px var(--font-mono);letter-spacing:.045em;cursor:pointer;transition:transform .12s cubic-bezier(.23,1,.32,1),background-color .12s ease,color .12s ease}.floor-lab-burner:hover{background:var(--ink);border-color:var(--ink)}.floor-lab-burner:active{transform:scale(.98)}.floor-lab-burner b{font-size:16px;font-weight:400}.floor-lab-ledgers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ink)}.floor-lab-ledger{min-width:0;padding:24px 22px 25px;border-right:1px solid var(--ink);background:#ebe7dc}.floor-lab-ledger:last-child{border-right:0}.floor-lab-ledger:nth-child(2){background:var(--ink);color:var(--paper)}.floor-lab-ledger.factory{background:var(--ochre)}.floor-lab-ledger-head{min-height:32px;display:flex;flex-direction:column;gap:5px;justify-content:space-between;font:10px var(--font-mono);letter-spacing:.05em}.floor-lab-ledger-head b{color:var(--red);font-weight:500}.floor-lab-ledger:nth-child(2) .floor-lab-ledger-head b{color:#c9cf73}.floor-lab-ledger dl{margin:23px 0 18px}.floor-lab-ledger dl div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:9px 0;border-top:1px solid rgba(23,23,19,.2);font:10px/1.4 var(--font-mono)}.floor-lab-ledger:nth-child(2) dl div{border-color:rgba(242,239,230,.2)}.floor-lab-ledger dd{max-width:130px;margin:0;overflow-wrap:anywhere;text-align:right;font-weight:500}.floor-lab-ledger p{margin:12px 0 0;font:10px/1.6 var(--font-mono)}.floor-lab-ledger p b{font-weight:500}.floor-lab-reserves{display:grid;grid-template-columns:auto minmax(36px,1fr) auto;align-items:center;gap:8px;margin-top:6px;font:10px var(--font-mono)}.floor-lab-reserves:before{content:"";grid-column:2;grid-row:1;height:9px;background:rgba(23,23,19,.16)}.floor-lab-reserves i{grid-column:2;grid-row:1;z-index:1;min-width:2px;height:9px;background:var(--red)}.factory-fee-lab{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);border-top:1px solid var(--ink);background:#e3ded2}.factory-fee-lab>div:first-child{padding:39px 30px;border-right:1px solid var(--ink)}.factory-fee-lab h2{margin:22px 0 25px;font-size:clamp(36px,4vw,56px);font-weight:500;line-height:.87;letter-spacing:-.06em}.factory-fee-lab h2 i{color:var(--red);font-family:var(--font-serif);font-weight:400}.factory-fee-controls>p,.factory-fee-lab>div:first-child>p{margin:0;font-size:12px;line-height:1.65}.factory-fee-lab code{padding:1px 4px;background:rgba(23,23,19,.1);font:.9em var(--font-mono)}.factory-fee-controls{min-width:0;padding:31px 30px 35px}.factory-route{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;border:1px solid var(--line)}.factory-fee-actions button,.factory-route button{min-width:0;border:0;background:transparent;color:var(--ink);padding:13px 12px;font:500 9px/1.4 var(--font-mono);letter-spacing:.035em;text-align:left;cursor:pointer;transition:transform .12s cubic-bezier(.23,1,.32,1),background-color .12s ease,color .12s ease}.factory-fee-actions button+button,.factory-route button+button{border-left:1px solid var(--line)}.factory-fee-actions button:hover,.factory-route button.active{background:var(--ink);color:var(--paper)}.factory-fee-actions button:active,.factory-route button:active{transform:scale(.98)}.factory-fee-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:10px;border:1px solid var(--ink)}.factory-fee-actions button{display:flex;align-items:center;justify-content:space-between;gap:12px}.factory-fee-actions button:last-child{background:var(--red);color:white}.factory-fee-actions button:last-child:hover{background:var(--ink)}.factory-fee-actions b{color:var(--red);font-size:15px}.factory-fee-actions button:last-child b{color:white}.factory-fee-controls>p{margin-top:22px;color:#55544e;font:10px/1.65 var(--font-mono)}@media (max-width:1100px){.floor-lab-ledgers{grid-template-columns:1fr 1fr}.floor-lab-ledger:nth-child(2){border-right:0}.floor-lab-ledger:nth-child(3){grid-column:1/-1;border-top:1px solid var(--ink);border-right:0}.factory-fee-lab{grid-template-columns:1fr}.factory-fee-lab>div:first-child{border-right:0;border-bottom:1px solid var(--ink)}}@media (max-width:700px){.floor-lab-ledgers{grid-template-columns:1fr}.floor-lab-ledger,.floor-lab-ledger:nth-child(2){border-right:0;border-bottom:1px solid var(--ink)}.floor-lab-ledger:last-child{border-bottom:0}.floor-lab-ledger:nth-child(3){grid-column:auto}.factory-route{grid-template-columns:1fr}.factory-route button+button{border-top:1px solid var(--line);border-left:0}}@media (max-width:560px){.floor-lab-burner{margin-top:12px}.floor-lab-ledger{padding-inline:16px}.floor-lab-ledger dd{max-width:154px}.factory-fee-controls,.factory-fee-lab>div:first-child{padding-inline:16px}.factory-fee-actions{grid-template-columns:1fr}.factory-fee-actions button+button{border-top:1px solid rgba(242,239,230,.25);border-left:0}}@media (prefers-reduced-motion:reduce){.factory-fee-actions button,.factory-route button,.floor-lab-burner{transition:none}}.reveal{animation-duration:.42s}.nav nav a{display:flex;min-height:40px;align-items:center}.network-control[open] .network-popover{transform-origin:top right;animation:network-popover-in .16s cubic-bezier(.23,1,.32,1) both}.wallet-control{position:relative}.wallet-control>summary{list-style:none}.wallet-control>summary::-webkit-details-marker{display:none}.wallet-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:31;width:310px;padding:18px;border:1px solid var(--ink);background:var(--paper);box-shadow:8px 8px 0 rgba(23,23,19,.14)}.wallet-control[open] .wallet-popover{transform-origin:top right;animation:network-popover-in .16s cubic-bezier(.23,1,.32,1) both}.wallet-popover>small,.wallet-popover>span{font:9px/1.5 var(--font-mono);color:var(--muted)}.wallet-popover code{display:block;overflow:hidden;margin:12px 0;padding:10px;background:#e6e1d6;font:9px var(--font-mono);text-overflow:ellipsis}.wallet-options{display:grid;margin:10px 0 12px;border:1px solid var(--line)}.wallet-options button,.wallet-popover>button{display:flex;min-height:42px;align-items:center;justify-content:space-between;border:0;background:transparent;padding:11px 12px;color:var(--ink);font:10px var(--font-mono);text-align:left;cursor:pointer}.wallet-options button+button{border-top:1px solid var(--line)}.wallet-popover>button{width:100%;justify-content:center;background:var(--ink);color:var(--paper)}.wallet-options button:disabled{cursor:progress;opacity:.6}@keyframes network-popover-in{0%{opacity:0;transform:translateY(-5px) scale(.985)}}.fee-map-label,.fee-map-split,.fee-map-trade,.manifesto-facts small,.manifesto-facts span,.market-addresses,.market-auth small,.market-auth span,.market-cap-visual,.market-card-top,.market-grid dl div,.market-index-state small,.market-index-state span,.market-profile-contracts article a,.market-profile-contracts article small,.market-profile-contracts article span,.market-profile-contracts>footer,.market-profile-grid small,.market-profile-grid span,.market-results>header,.market-search label>span,.meta-flywheel b,.meta-flywheel span,.network-popover label,.network-popover>span,.rpc-note{font-size:9px}.live{min-height:40px;border:1px solid var(--line);background:transparent;color:var(--ink);padding:10px 12px;cursor:pointer}.live:disabled{cursor:progress;opacity:.65}.live.has-error{border-color:var(--red);color:var(--red)}.aside-title i.error,.live.has-error i{background:var(--red)}.inline-rpc-error,.rpc-status-banner{border:1px solid var(--red);background:rgba(242,65,38,.06);color:#8b2619;font:10px/1.6 var(--font-mono)}.rpc-status-banner{margin-bottom:18px;padding:12px 14px}.inline-rpc-error{margin:12px 0 0;padding:10px 12px}.fixed-compact{display:grid;grid-template-columns:repeat(3,1fr);margin:42px 0;border:1px solid var(--ink)}.fixed-compact>div{display:flex;min-height:174px;flex-direction:column;padding:18px;border-right:1px solid var(--ink)}.fixed-compact>div:last-child{border-right:0;background:var(--ink);color:var(--paper)}.fixed-compact small,.fixed-compact span{font:9px/1.5 var(--font-mono)}.fixed-compact b{margin:auto 0 12px;color:var(--red);font:500 24px var(--font-mono)}.fixed-compact small{color:var(--muted)}.fixed-compact>div:last-child small{color:#b8b5ad}@media (max-width:900px){.nav nav{padding-right:24px;overscroll-behavior-inline:contain;scrollbar-width:none;scroll-snap-type:x proximity}.nav nav::-webkit-scrollbar{display:none}.nav nav a{min-height:42px;scroll-snap-align:start}}@media (max-width:700px){.fixed-compact{grid-template-columns:1fr}.fixed-compact>div{min-height:126px;border-right:0;border-bottom:1px solid var(--ink)}.fixed-compact>div:last-child{border-bottom:0}}@media (max-width:560px){.stats-grid{grid-template-columns:1fr}.stats-grid article{min-height:168px;padding:16px;border-right:0;border-bottom:1px solid var(--ink)!important}.stats-grid article:nth-child(odd){border-right:0}.stats-grid article:last-child{border-bottom:0!important}.stats-grid article strong{font-size:clamp(22px,8vw,31px)}.market-search input{font-size:22px}.wallet-popover{position:fixed;top:94px;right:16px;width:min(310px,calc(100vw - 32px))}.market-profile-grid{grid-template-columns:1fr 1fr}.market-profile-grid article{min-height:168px;padding:17px;border-right:0}.market-profile-grid article:nth-child(odd){border-right:1px solid var(--ink)}.market-profile-grid article:nth-last-child(-n+2){border-bottom:0!important}.market-profile-grid strong{font-size:clamp(21px,7vw,31px)}.contract-actions a,.contract-actions button,.market-profile-contracts article a{min-height:36px;display:inline-flex;align-items:center}}@media (hover:none){.contract-actions a:hover,.contract-actions button:hover{background:transparent;color:var(--ink)}}@media (prefers-reduced-motion:reduce){.network-control[open] .network-popover,.wallet-control[open] .wallet-popover{animation:none}}