.section.matrix-lattice{--cv-size:1471px}@media (min-width:901px) and (max-width:1024px){.section.matrix-lattice{--cv-size:1998px}}@media (max-width:768px){.section.matrix-lattice{--cv-size:2820px}}.matrix-lattice .mx-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(44px,5vw,78px);align-items:start;margin-top:clamp(30px,4vw,56px)}.matrix-lattice .mx-panel--post{padding-top:clamp(32px,4vw,52px);border-top:1px solid color-mix(in srgb,var(--text-main) 10%,transparent)}.matrix-lattice .mx-panel{position:relative;min-width:0}.matrix-lattice .mx-phase{display:inline-flex;align-items:center;gap:9px;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-sub)}.matrix-lattice .mx-phase::before{content:'';width:20px;height:1px;background:currentColor;opacity:.55}.matrix-lattice .mx-panel-title{margin:12px 0 8px;font-size:clamp(1.25rem, 1.9vw, 1.6rem);font-weight:600;line-height:1.25;letter-spacing:-.01em;color:var(--text-main)}.matrix-lattice .mx-panel-lede{margin:0 0 22px;max-width:48ch;font-size:.9375rem;line-height:1.65;color:var(--text-sub)}.matrix-lattice .mx-stats{display:flex;flex-wrap:wrap;gap:10px clamp(20px,3vw,42px);margin:0 0 22px;padding:0;list-style:none}.matrix-lattice .mx-stat{min-width:0}.matrix-lattice .mx-stat-num{display:block;font-size:clamp(1.5rem, 2.6vw, 2.1rem);font-weight:650;line-height:1.05;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--text-main)}.matrix-lattice .mx-stat--veto .mx-stat-num{color:var(--loss)}.matrix-lattice .mx-stat--ok .mx-stat-num{color:var(--profit)}.matrix-lattice .mx-stat-num small{font-size:.55em;font-weight:500;color:var(--text-sub);letter-spacing:0}.matrix-lattice .mx-stat-lbl{display:block;margin-top:5px;font-size:.75rem;line-height:1.4;color:var(--text-sub);max-width:22ch}.matrix-lattice .mx-stage{position:relative;height:clamp(430px,56vw,640px);perspective:1500px;perspective-origin:50% 45%;overflow:hidden;isolation:isolate;margin-bottom:22px}.matrix-lattice .mx-lattice{position:absolute;inset:0;transform-style:preserve-3d;transform:rotateX(15deg) rotateY(-24deg);will-change:transform;animation:mx-yaw 22s cubic-bezier(.37,0,.63,1) infinite alternate}@keyframes mx-yaw{from{transform:rotateX(16deg) rotateY(-29deg)}to{transform:rotateX(10deg) rotateY(7deg)}}.matrix-lattice.section-paused .mx-lattice{animation-play-state:paused}.matrix-lattice .mx-plane{position:absolute;top:50%;left:50%;transform-style:preserve-3d;transform:translate3d(var(--mx-dx,-50%),var(--mx-dy,-50%),var(--mx-z,0));display:grid;grid-template-columns:repeat(13,var(--mx-cell,26px));grid-auto-rows:var(--mx-cell,26px);gap:var(--mx-gap,4px);padding:12px;border-radius:12px;background:color-mix(in srgb,var(--bg-main,#fff) 92%,var(--text-main) 8%);box-shadow:0 0 0 1px color-mix(in srgb,var(--text-main) 12%,transparent),0 18px 40px -18px color-mix(in srgb,var(--text-main) 30%,transparent)}.matrix-lattice .mx-plane--long{--mx-z:150px;--mx-dx:-74%;--mx-dy:-78%}.matrix-lattice .mx-plane--short{--mx-z:-150px;--mx-dx:-26%;--mx-dy:-22%}.matrix-lattice .mx-plane--short>.mx-plane-tag{top:auto;left:auto;bottom:-24px;right:12px}.matrix-lattice .mx-plane-tag{position:absolute;top:-24px;left:12px;font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-main);white-space:nowrap;opacity:.85;transform:translateZ(24px);padding:2px 6px;border-radius:5px;background:color-mix(in srgb,var(--bg-main,#fff) 82%,transparent)}.matrix-lattice .mx-cell{position:relative;border-radius:4px;background-color:color-mix(in srgb,var(--profit) 62%,transparent);box-shadow:0 0 8px color-mix(in srgb,var(--profit) 26%,transparent);transition:opacity 160ms ease;animation:mx-cell-in 420ms cubic-bezier(.2,.7,.3,1) backwards;animation-delay:calc(var(--i, 0) * 3.4ms)}@keyframes mx-cell-in{from{opacity:0;transform:scale(.45)}to{opacity:1;transform:scale(1)}}.matrix-lattice .mx-cell--veto{background-color:color-mix(in srgb,var(--loss) 12%,transparent);animation:mx-cell-in 420ms cubic-bezier(.2,.7,.3,1) backwards,mx-veto-tint .3s ease-out backwards;animation-delay:calc(var(--i, 0) * 3.4ms),calc(1220ms + var(--i, 0) * 2.6ms)}.matrix-lattice .mx-cell--veto::after{content:"";position:absolute;inset:0;border-radius:inherit;background-image:repeating-linear-gradient(45deg,transparent 0 2.5px,color-mix(in srgb,var(--loss) 60%,transparent) 2.5px 4px);box-shadow:inset 0 0 0 1.5px color-mix(in srgb,var(--loss) 58%,transparent);animation:mx-veto-land .3s ease-out backwards;animation-delay:calc(1220ms + var(--i, 0) * 2.6ms)}@keyframes mx-veto-land{from{opacity:0}to{opacity:1}}@keyframes mx-veto-tint{from{background-color:color-mix(in srgb,var(--profit) 62%,transparent);box-shadow:0 0 8px color-mix(in srgb,var(--profit) 26%,transparent)}to{background-color:color-mix(in srgb,var(--loss) 12%,transparent);box-shadow:none}}.matrix-lattice .mx-cell--oneway{background-image:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--text-main) 74%,transparent) 0 22%,transparent 23%)}.matrix-lattice .mx-lattice[data-focus] .mx-cell{opacity:.13}.matrix-lattice .mx-lattice[data-focus] .mx-cell[data-on]{opacity:1}.matrix-lattice .mx-key{display:flex;flex-wrap:wrap;gap:10px clamp(16px,2.2vw,30px);margin:0 0 22px;padding:0;list-style:none}.matrix-lattice .mx-key li{display:flex;align-items:center;gap:9px;font-size:.8125rem;line-height:1.4;color:var(--text-sub)}.matrix-lattice .mx-key i{flex:none;width:18px;height:18px;border-radius:4px}.matrix-lattice .mx-axis-name{display:block;margin-bottom:9px;font-size:.625rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text-sub)}.matrix-lattice .mx-chips{display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:0 0 20px;list-style:none}.matrix-lattice .mx-chip{font:inherit;font-size:.75rem;font-variant-numeric:tabular-nums;line-height:1;padding:7px 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--text-main) 17%,transparent);background:0 0;color:var(--text-sub);cursor:pointer;transition:color 140ms ease,border-color 140ms ease,background-color 140ms ease}.matrix-lattice .mx-chip:hover{color:var(--text-main);border-color:color-mix(in srgb,var(--text-main) 36%,transparent)}.matrix-lattice .mx-chip[aria-pressed=true]{color:var(--text-main);border-color:color-mix(in srgb,var(--profit) 72%,transparent);background:color-mix(in srgb,var(--profit) 13%,transparent)}.matrix-lattice .mx-chip:focus-visible{outline:0;box-shadow:var(--cfin-focus-halo,0 0 0 3px rgba(10,132,255,.3))}.matrix-lattice .mx-rail{display:flex;flex-wrap:wrap;gap:5px;padding:0;margin:0 0 6px;list-style:none}.matrix-lattice .mx-rail li{width:26px;height:26px;display:grid;place-items:center;border-radius:5px;font-size:.6875rem;font-weight:600;color:var(--text-sub);background:color-mix(in srgb,var(--text-main) 6%,transparent)}.matrix-lattice .mx-rail-note{font-size:.75rem;line-height:1.5;color:var(--text-sub);margin-bottom:20px}.matrix-lattice .mx-readout{min-height:2.9em;font-size:.875rem;line-height:1.6;color:var(--text-sub)}.matrix-lattice .mx-asym{margin-top:8px;font-size:.8125rem;line-height:1.55;color:var(--text-sub)}.matrix-lattice .mx-ladder{display:flex;flex-direction:column;gap:10px;margin:20px 0 0;padding:0;list-style:none}.matrix-lattice .mx-rung{position:relative;display:grid;grid-template-columns:4.4em minmax(0,1fr);align-items:center;gap:14px;padding:13px 15px;border-radius:11px;background:color-mix(in srgb,var(--text-main) 4%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--text-main) 8%,transparent)}.matrix-lattice .mx-rung-legs{font-size:.8125rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-main);white-space:nowrap}.matrix-lattice .mx-rung-legs small{display:block;font-size:.5625rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-sub)}.matrix-lattice .mx-rung-intent{font-size:.875rem;line-height:1.5;color:var(--text-sub);min-width:0}.matrix-lattice .mx-rung-intent b{display:block;font-weight:600;color:var(--text-main);margin-bottom:2px}.matrix-lattice .mx-rung--saturate{background:color-mix(in srgb,var(--profit) 9%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profit) 36%,transparent)}.matrix-lattice .mx-invariants{margin:20px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.matrix-lattice .mx-invariants li{position:relative;padding-left:21px;font-size:.8125rem;line-height:1.55;color:var(--text-sub)}.matrix-lattice .mx-invariants li::before{content:'';position:absolute;left:2px;top:.55em;width:7px;height:7px;border-radius:2px;background:color-mix(in srgb,var(--profit) 62%,transparent)}.matrix-lattice .mx-provenance{margin-top:clamp(28px,3.6vw,46px);padding-top:20px;border-top:1px solid color-mix(in srgb,var(--text-main) 10%,transparent);font-size:.8125rem;line-height:1.65;color:var(--text-sub);max-width:80ch}@media (max-width:900px){.matrix-lattice .mx-stage{height:auto;perspective:none;overflow:visible;margin-bottom:20px}.matrix-lattice .mx-lattice{position:static;transform:none;transform-style:flat;animation:none;will-change:auto;display:flex;flex-direction:column;gap:30px}.matrix-lattice .mx-plane{position:relative;top:auto;left:auto;--mx-dx:0%;--mx-dy:0%;transform:none;transform-style:flat;--mx-cell:minmax(0, 1fr);grid-template-columns:repeat(13,minmax(0,1fr));grid-auto-rows:auto;aspect-ratio:auto;gap:3px;padding:11px;margin-top:22px}.matrix-lattice .mx-plane .mx-cell{aspect-ratio:1/1}.matrix-lattice .mx-plane-tag{top:-20px;left:0;font-size:.625rem}.matrix-lattice .mx-rung{grid-template-columns:minmax(0,1fr);gap:7px}.matrix-lattice .mx-rung-legs{display:flex;align-items:baseline;gap:8px}.matrix-lattice .mx-rung-legs small{display:inline}}@media (max-width:420px){.matrix-lattice .mx-plane{gap:2px;padding:8px}.matrix-lattice .mx-rail li{width:23px;height:23px;font-size:.625rem}}@media (prefers-reduced-motion:reduce){.matrix-lattice .mx-lattice{animation:none;transform:rotateX(13deg) rotateY(-21deg);will-change:auto}.matrix-lattice .mx-cell,.matrix-lattice .mx-chip{transition:none}.matrix-lattice .mx-cell,.matrix-lattice .mx-cell--veto,.matrix-lattice .mx-cell--veto::after{animation:none}}.matrix-lattice .mx-stage[hidden]{display:none}.matrix-lattice .mx-io{display:flex;align-items:stretch;gap:clamp(10px,1.4vw,18px);margin:0 0 26px;flex-wrap:wrap}.matrix-lattice .mx-io-group{flex:1 1 240px;min-width:0;padding:14px 16px;border-radius:14px;background:color-mix(in srgb,var(--text-main) 3.5%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--text-main) 9%,transparent)}.matrix-lattice .mx-io-lbl{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:color-mix(in srgb,var(--text-main) 55%,transparent);margin-bottom:10px}.matrix-lattice .mx-io-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.matrix-lattice .mx-io-item{position:relative;padding-left:18px;font-size:.875rem;line-height:1.45;color:var(--text-main);animation:mx-io-in 380ms cubic-bezier(.2,.7,.3,1) backwards;animation-delay:calc(var(--n, 0) * 70ms)}.matrix-lattice .mx-io-item::before{content:"";position:absolute;left:2px;top:.55em;width:7px;height:7px;border-radius:2px;box-shadow:inset 0 0 0 1.5px color-mix(in srgb,var(--text-main) 45%,transparent)}.matrix-lattice .mx-io-item--out::before{background:var(--profit);box-shadow:0 0 8px color-mix(in srgb,var(--profit) 40%,transparent)}.matrix-lattice .mx-io-group--out{background:color-mix(in srgb,var(--profit) 7%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profit) 22%,transparent);display:flex;flex-direction:column}.matrix-lattice .mx-io-group--out .mx-io-list{flex:1 1 auto;justify-content:center}.matrix-lattice .mx-io-arrow{flex:0 0 26px;align-self:center;height:26px;background:currentColor;color:color-mix(in srgb,var(--text-main) 32%,transparent);-webkit-mask:no-repeat center/22px 22px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h13m0 0-5-5m5 5-5 5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask:no-repeat center/22px 22px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h13m0 0-5-5m5 5-5 5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");animation:mx-io-nudge 2.6s ease-in-out infinite}@keyframes mx-io-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes mx-io-nudge{0%,100%{transform:translateX(-3px)}50%{transform:translateX(3px)}}@media (max-width:900px){.matrix-lattice .mx-io{flex-direction:column}.matrix-lattice .mx-io-arrow{transform:rotate(90deg);animation:none}.matrix-lattice .mx-io-group{flex:0 0 auto}.matrix-lattice .mx-io-arrow{flex:none;width:26px;height:26px;align-self:center}}@media (prefers-reduced-motion:reduce){.matrix-lattice .mx-io-arrow,.matrix-lattice .mx-io-item{animation:none}}.matrix-lattice .mx-io-item:first-child{--n:0}.matrix-lattice .mx-io-item:nth-child(2){--n:1}.matrix-lattice .mx-io-item:nth-child(3){--n:2}.matrix-lattice .mx-io-item:nth-child(4){--n:3}.matrix-lattice .mx-io-item:nth-child(5){--n:4}.matrix-lattice .mx-panel{container-type:inline-size}@container (max-width:560px){.matrix-lattice .mx-io{flex-direction:column}.matrix-lattice .mx-io-arrow{transform:rotate(90deg);animation:none}.matrix-lattice .mx-io-group{flex:0 0 auto}.matrix-lattice .mx-io-arrow{flex:none;width:26px;height:26px;align-self:center}}.matrix-lattice .mx-depth{margin:0 0 26px}.matrix-lattice .mx-depth-cap{font-size:.8125rem;line-height:1.5;color:color-mix(in srgb,var(--text-main) 62%,transparent);margin:0 0 14px}.matrix-lattice .mx-depth-x{position:absolute;left:0;right:0;bottom:0;text-align:center;font-size:.75rem;font-weight:700;color:color-mix(in srgb,var(--text-main) 60%,transparent)}.matrix-lattice .mx-ladder[data-mx-sel] .mx-rung{opacity:.42;transition:opacity 160ms ease}.matrix-lattice .mx-ladder[data-mx-sel] .mx-rung[data-on]{opacity:1}.matrix-lattice .mx-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.matrix-lattice .mx-depth-note{font-size:.8125rem;line-height:1.55;color:color-mix(in srgb,var(--text-main) 58%,transparent);margin:14px 0 0}.matrix-lattice .mx-controls{padding:18px 20px 16px;border-radius:16px;background:color-mix(in srgb,var(--text-main) 3.5%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--text-main) 9%,transparent)}.matrix-lattice .mx-controls>.mx-key{margin-bottom:18px}.matrix-lattice .mx-controls .mx-readout{position:relative;margin-top:16px;padding:12px 14px 12px 34px;border-radius:12px;background:color-mix(in srgb,var(--profit) 7%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profit) 20%,transparent);font-size:.875rem;line-height:1.5}.matrix-lattice .mx-controls .mx-readout::before{content:"";position:absolute;left:14px;top:1.05em;width:8px;height:8px;border-radius:50%;background:var(--profit);box-shadow:0 0 0 3px color-mix(in srgb,var(--profit) 18%,transparent)}.matrix-lattice .mx-controls .mx-asym{margin-top:10px;padding-left:34px;font-size:.8125rem;line-height:1.5;color:color-mix(in srgb,var(--text-main) 62%,transparent)}.matrix-lattice .mx-depth-plot{position:relative;height:clamp(190px,17vw,226px);padding:0}.matrix-lattice .mx-depth-svg{position:absolute;inset:0 0 26px;width:100%;height:calc(100% - 26px);overflow:visible}.matrix-lattice .mx-depth-area{fill:url(#mxDepthFill)}.matrix-lattice .mx-depth-fill-a{stop-color:var(--profit);stop-opacity:0.20}.matrix-lattice .mx-depth-fill-b{stop-color:var(--profit);stop-opacity:0.02}.matrix-lattice .mx-depth-axis{stroke:color-mix(in srgb,var(--text-main) 30%,transparent);stroke-width:1;stroke-dasharray:4 4;vector-effect:non-scaling-stroke}.matrix-lattice .mx-depth-line{fill:none;stroke:var(--profit);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:1200;stroke-dashoffset:1200;animation:mx-depth-draw 1.1s cubic-bezier(.25,.8,.35,1) 260ms forwards}.matrix-lattice .mx-depth-line--under{stroke:var(--loss);stroke-dasharray:200;stroke-dashoffset:200;animation:mx-depth-draw-under 420ms ease-out 1.2s forwards}.matrix-lattice .mx-depth-dot{fill:var(--bg-main,#fff);stroke:var(--profit);stroke-width:2.5;vector-effect:non-scaling-stroke;animation:mx-depth-pop .3s cubic-bezier(.2,.8,.3,1) backwards;transition:r 140ms ease}.matrix-lattice .mx-depth-dot:first-of-type{animation-delay:380ms}.matrix-lattice .mx-depth-dot:nth-of-type(2){animation-delay:560ms}.matrix-lattice .mx-depth-dot:nth-of-type(3){animation-delay:740ms}.matrix-lattice .mx-depth-dot:nth-of-type(4){animation-delay:920ms}.matrix-lattice .mx-depth-dot:nth-of-type(5){animation-delay:1.32s}.matrix-lattice .mx-depth-dot--under{stroke:var(--loss);fill:color-mix(in srgb,var(--loss) 22%,var(--bg-main,#fff))}@keyframes mx-depth-draw{to{stroke-dashoffset:0}}@keyframes mx-depth-draw-under{to{stroke-dashoffset:0}}@keyframes mx-depth-pop{from{opacity:0;transform:scale(.2);transform-box:fill-box;transform-origin:50% 50%}to{opacity:1;transform:scale(1);transform-box:fill-box;transform-origin:50% 50%}}.matrix-lattice .mx-depth-bars{position:absolute;inset:0;display:grid;grid-template-columns:repeat(5,1fr);gap:0;list-style:none;margin:0;padding:0}.matrix-lattice .mx-depth-col{position:relative;height:100%}.matrix-lattice .mx-depth-hit{border-radius:12px}.matrix-lattice .mx-depth-hit:hover{background:color-mix(in srgb,var(--text-main) 4%,transparent)}.matrix-lattice .mx-depth[data-mx-sel] .mx-depth-col[data-on] .mx-depth-hit{background:color-mix(in srgb,var(--profit) 9%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profit) 26%,transparent)}@media (prefers-reduced-motion:reduce){.matrix-lattice .mx-depth-line,.matrix-lattice .mx-depth-line--under{stroke-dashoffset:0;animation:none}.matrix-lattice .mx-depth-dot{animation:none}}.matrix-lattice .mx-head{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:clamp(26px,4vw,72px);align-items:start;margin-bottom:clamp(24px,3vw,38px)}.matrix-lattice .mx-head-copy{min-width:0}.matrix-lattice .mx-head .mx-panel-lede{max-width:none;margin-bottom:0}.matrix-lattice .mx-head .mx-stats{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:0;margin:0}.matrix-lattice .mx-head .mx-stat{display:contents}.matrix-lattice .mx-head .mx-stat-lbl,.matrix-lattice .mx-head .mx-stat-num{padding:12px 0;border-top:1px solid color-mix(in srgb,var(--text-main) 9%,transparent)}.matrix-lattice .mx-head .mx-stat:last-child .mx-stat-lbl,.matrix-lattice .mx-head .mx-stat:last-child .mx-stat-num{border-bottom:1px solid color-mix(in srgb,var(--text-main) 9%,transparent)}.matrix-lattice .mx-head .mx-stat-num{padding-right:20px}.matrix-lattice .mx-head .mx-stat-lbl{margin:0;display:flex;align-items:center}.matrix-lattice .mx-guarantees{padding:16px 18px;border-radius:14px;background:color-mix(in srgb,var(--text-main) 3.5%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--text-main) 9%,transparent)}.matrix-lattice .mx-guar-lbl{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:color-mix(in srgb,var(--text-main) 55%,transparent);margin-bottom:11px}.matrix-lattice .mx-guarantees .mx-invariants{margin:0}@container (max-width:760px){.matrix-lattice .mx-head{grid-template-columns:minmax(0,1fr);gap:26px}}@media (max-width:760px){.matrix-lattice .mx-head{grid-template-columns:minmax(0,1fr);gap:24px}}.matrix-lattice .mx-io-mid{flex:0 1 auto;align-self:center;display:flex;align-items:center;gap:10px;min-width:0}.matrix-lattice .mx-io-node{display:flex;flex-direction:column;align-items:center;gap:7px;padding:11px 14px;border-radius:13px;background:color-mix(in srgb,var(--text-main) 5%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--text-main) 11%,transparent)}.matrix-lattice .mx-io-node-lbl{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-align:center;line-height:1.3;color:color-mix(in srgb,var(--text-main) 62%,transparent);max-width:8.5em}.matrix-lattice .mx-io-glyph{display:block}.matrix-lattice .mx-io-glyph--map{width:39px;height:27px;background-image:radial-gradient(circle at 1px 1px,currentColor .9px,transparent 1.15px);background-size:3px 3px;color:color-mix(in srgb,var(--text-main) 52%,transparent)}.matrix-lattice .mx-io-glyph--rungs{width:34px;height:24px;background:currentColor;color:color-mix(in srgb,var(--text-main) 58%,transparent);-webkit-mask:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cg fill='%23000'%3E%3Crect x='0'  y='2'  width='6' height='2.4' rx='1.2'/%3E%3Crect x='7'  y='6'  width='6' height='2.4' rx='1.2'/%3E%3Crect x='14' y='10' width='6' height='2.4' rx='1.2'/%3E%3Crect x='21' y='15' width='6' height='2.4' rx='1.2'/%3E%3Crect x='28' y='19' width='6' height='2.4' rx='1.2'/%3E%3C/g%3E%3C/svg%3E");mask:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cg fill='%23000'%3E%3Crect x='0'  y='2'  width='6' height='2.4' rx='1.2'/%3E%3Crect x='7'  y='6'  width='6' height='2.4' rx='1.2'/%3E%3Crect x='14' y='10' width='6' height='2.4' rx='1.2'/%3E%3Crect x='21' y='15' width='6' height='2.4' rx='1.2'/%3E%3Crect x='28' y='19' width='6' height='2.4' rx='1.2'/%3E%3C/g%3E%3C/svg%3E")}@container (max-width:560px){.matrix-lattice .mx-io-mid{flex-direction:column;align-self:stretch}}@media (max-width:900px){.matrix-lattice .mx-io-mid{flex-direction:column;align-self:stretch}}.matrix-lattice .mx-depth-plot{--mx-xband:30px;position:relative;height:clamp(210px,19vw,288px);padding:0}.matrix-lattice .mx-depth-svg{position:absolute;inset:0 0 var(--mx-xband);width:100%;height:calc(100% - var(--mx-xband));overflow:visible}.matrix-lattice .mx-depth-grid line{stroke:color-mix(in srgb,var(--text-main) 17%,transparent);stroke-width:1;vector-effect:non-scaling-stroke}.matrix-lattice .mx-depth-zero{position:absolute;left:0;top:calc((100% - var(--mx-xband)) * .75);height:0;pointer-events:none}.matrix-lattice .mx-depth-zero i{position:absolute;left:0;top:3px;font-size:.625rem;font-style:normal;letter-spacing:.1em;text-transform:uppercase;color:color-mix(in srgb,var(--text-main) 52%,transparent);background:var(--bg-main,#fff);padding:0 6px 0 0;white-space:nowrap}.matrix-lattice .mx-depth-bars{position:absolute;inset:0 0 var(--mx-xband);display:grid;grid-template-columns:repeat(5,1fr);gap:0;list-style:none;margin:0;padding:0}.matrix-lattice .mx-depth-col{position:static}.matrix-lattice .mx-depth-hit{appearance:none;-webkit-appearance:none;position:static;display:block;width:100%;height:100%;padding:0;border:0;background:0 0;cursor:pointer;font:inherit;color:inherit;border-radius:12px;transition:background 160ms ease}.matrix-lattice .mx-depth-hit:hover{background:color-mix(in srgb,var(--text-main) 4%,transparent)}.matrix-lattice .mx-depth-hit:focus-visible{outline:2px solid var(--profit);outline-offset:2px}.matrix-lattice .mx-depth-dot{position:absolute;left:var(--px);top:var(--py);width:15px;height:15px;margin:-7.5px 0 0 -7.5px;border-radius:50%;background:var(--bg-main,#fff);box-shadow:inset 0 0 0 2.5px var(--profit);animation:mx-depth-pop .3s cubic-bezier(.2,.8,.3,1) backwards;transition:transform 140ms ease,box-shadow 140ms ease}.matrix-lattice .mx-depth-col:first-child .mx-depth-dot{animation-delay:380ms}.matrix-lattice .mx-depth-col:nth-child(2) .mx-depth-dot{animation-delay:560ms}.matrix-lattice .mx-depth-col:nth-child(3) .mx-depth-dot{animation-delay:740ms}.matrix-lattice .mx-depth-col:nth-child(4) .mx-depth-dot{animation-delay:920ms}.matrix-lattice .mx-depth-col:nth-child(5) .mx-depth-dot{animation-delay:1.32s}.matrix-lattice .mx-depth-col--under .mx-depth-dot{background:color-mix(in srgb,var(--loss) 24%,var(--bg-main,#fff));box-shadow:inset 0 0 0 2.5px var(--loss),0 0 14px color-mix(in srgb,var(--loss) 34%,transparent)}.matrix-lattice .mx-depth-hit:hover .mx-depth-dot{transform:scale(1.28)}.matrix-lattice .mx-depth[data-mx-sel] .mx-depth-dot{opacity:.34}.matrix-lattice .mx-depth[data-mx-sel] .mx-depth-col[data-on] .mx-depth-dot{opacity:1;transform:scale(1.35)}.matrix-lattice .mx-depth[data-mx-sel] .mx-depth-col[data-on] .mx-depth-hit{background:color-mix(in srgb,var(--profit) 9%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profit) 26%,transparent)}.matrix-lattice .mx-depth-x{position:absolute;left:var(--px);top:100%;transform:translateX(-50%);margin-top:9px;font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums;color:color-mix(in srgb,var(--text-main) 55%,transparent)}.matrix-lattice .mx-depth-col[data-on] .mx-depth-x{color:var(--text-main)}@keyframes mx-depth-pop{from{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.matrix-lattice .mx-depth-dot{animation:none}}.matrix-lattice .mx-ladder{position:relative;padding-left:26px}.matrix-lattice .mx-ladder::before{content:'';position:absolute;left:7px;top:22px;bottom:22px;width:2px;border-radius:1px;background:linear-gradient(180deg,color-mix(in srgb,var(--profit) 55%,transparent),color-mix(in srgb,var(--loss) 55%,transparent));opacity:.85}.matrix-lattice .mx-rung::before{content:'';position:absolute;left:-25px;top:50%;width:10px;height:10px;margin-top:-5px;border-radius:50%;background:var(--bg-main,#fff);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--text-main) 52%,transparent);transition:box-shadow 160ms ease}.matrix-lattice .mx-rung--saturate::before{box-shadow:inset 0 0 0 2px var(--loss),0 0 10px color-mix(in srgb,var(--loss) 40%,transparent)}.matrix-lattice .mx-ladder[data-mx-sel] .mx-rung[data-on]::before{box-shadow:inset 0 0 0 3px var(--profit),0 0 10px color-mix(in srgb,var(--profit) 45%,transparent)}@media (max-width:560px){.matrix-lattice .mx-ladder{padding-left:20px}.matrix-lattice .mx-ladder::before{left:4px}.matrix-lattice .mx-rung::before{left:-21px}}.matrix-lattice .mx-depth-plot:not(:has(.mx-depth-grid)) .mx-depth-col{position:relative}.matrix-lattice .mx-depth-plot:not(:has(.mx-depth-grid)) .mx-depth-x{left:0;right:0;top:auto;bottom:0;transform:none;margin-top:0;text-align:center}.matrix-lattice .mx-depth-plot:not(:has(.mx-depth-grid)) circle.mx-depth-dot{position:static;width:auto;height:auto;margin:0}.matrix-lattice .mx-instrument{display:block}@container (min-width:1040px){.matrix-lattice .mx-instrument{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(0,1fr);gap:clamp(20px,2.4vw,40px);align-items:stretch}.matrix-lattice .mx-instrument .mx-stage{height:auto;min-height:560px;margin-bottom:0}.matrix-lattice .mx-instrument .mx-plane{--mx-cell:clamp(17px, 1.88cqi, 26px)}.matrix-lattice .mx-instrument .mx-controls{align-self:stretch;display:flex;flex-direction:column;justify-content:center}}@supports not (container-type:inline-size){@media (min-width:1180px){.matrix-lattice .mx-instrument{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(0,1fr);gap:clamp(20px,2.4vw,40px)}.matrix-lattice .mx-instrument .mx-stage{height:auto;min-height:560px;margin-bottom:0}.matrix-lattice .mx-instrument .mx-plane{--mx-cell:clamp(18px, 1.75vw, 26px)}}}.matrix-lattice .mx-flat{display:flex;flex-direction:column;gap:clamp(3px,.5vw,6px);width:100%}.matrix-lattice .mx-frow{display:grid;grid-template-columns:1.6em repeat(13,minmax(0,1fr));align-items:center;gap:clamp(3px,.5vw,6px);border-radius:8px;transition:background 160ms ease}.matrix-lattice .mx-frow-lab{font-size:.6875rem;font-weight:600;font-variant-numeric:tabular-nums;text-align:right;padding-right:4px;color:color-mix(in srgb,var(--text-main) 42%,transparent);transition:color 160ms ease}.matrix-lattice .mx-fcell{display:block;aspect-ratio:1/1;border-radius:3px;background:linear-gradient(to bottom,var(--mx-top,var(--profit)) 0 50%,var(--mx-bot,var(--profit)) 50% 100%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--bg-main,#fff) 45%,transparent);animation:mx-cell-in 420ms cubic-bezier(.22,1,.36,1) backwards;animation-delay:calc(var(--i, 0) * 4ms);transition:opacity 160ms ease}.matrix-lattice .mx-fcell--both{--mx-top:color-mix(in srgb, var(--loss) 52%, var(--bg-main, #fff));--mx-bot:color-mix(in srgb, var(--loss) 52%, var(--bg-main, #fff));background-image:repeating-linear-gradient(45deg,color-mix(in srgb,var(--bg-main,#fff) 40%,transparent) 0 1.5px,transparent 1.5px 3.5px),linear-gradient(to bottom,color-mix(in srgb,var(--loss) 52%,var(--bg-main,#fff)) 0 50%,color-mix(in srgb,var(--loss) 52%,var(--bg-main,#fff)) 50% 100%)}.matrix-lattice .mx-fcell--nobuy,.matrix-lattice .mx-fcell--nosell{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--text-main) 55%,transparent)}.matrix-lattice .mx-fcell--nobuy{--mx-top:var(--loss);--mx-bot:var(--profit)}.matrix-lattice .mx-fcell--nosell{--mx-top:var(--profit);--mx-bot:var(--loss)}.matrix-lattice .mx-lattice[data-focus] .mx-fcell{opacity:.16}.matrix-lattice .mx-lattice[data-focus] .mx-fcell[data-on]{opacity:1}.matrix-lattice .mx-lattice[data-focus] .mx-frow-lab{opacity:.3}.matrix-lattice .mx-lattice[data-focus] .mx-frow[data-on] .mx-frow-lab{opacity:1;color:var(--text-main)}.matrix-lattice .mx-frow[data-on]{background:color-mix(in srgb,var(--text-main) 6%,transparent)}.matrix-lattice .mx-instrument .mx-stage,.matrix-lattice .mx-stage{height:auto;min-height:0;perspective:none;overflow:visible;margin-bottom:18px}.matrix-lattice .mx-lattice{position:static;inset:auto;transform:none;transform-style:flat;animation:none;will-change:auto}@media (prefers-reduced-motion:reduce){.matrix-lattice .mx-fcell{animation:none}}@media (hover:hover) and (pointer:fine){.matrix-lattice .mx-flat:hover .mx-fcell{opacity:.28;transition:opacity 120ms ease}.matrix-lattice .mx-flat:hover .mx-frow:hover .mx-fcell{opacity:1}.matrix-lattice .mx-flat:has(.mx-fcell[data-c="0"]:hover) .mx-fcell[data-c="0"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="1"]:hover) .mx-fcell[data-c="1"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="10"]:hover) .mx-fcell[data-c="10"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="11"]:hover) .mx-fcell[data-c="11"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="12"]:hover) .mx-fcell[data-c="12"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="2"]:hover) .mx-fcell[data-c="2"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="3"]:hover) .mx-fcell[data-c="3"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="4"]:hover) .mx-fcell[data-c="4"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="5"]:hover) .mx-fcell[data-c="5"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="6"]:hover) .mx-fcell[data-c="6"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="7"]:hover) .mx-fcell[data-c="7"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="8"]:hover) .mx-fcell[data-c="8"],.matrix-lattice .mx-flat:has(.mx-fcell[data-c="9"]:hover) .mx-fcell[data-c="9"]{opacity:1}.matrix-lattice .mx-flat:hover .mx-frow-lab{opacity:.35}.matrix-lattice .mx-flat:hover .mx-frow:hover .mx-frow-lab{opacity:1;color:var(--text-main)}}.matrix-lattice .mx-key .mx-fcell{width:18px;height:18px;aspect-ratio:auto;flex:0 0 auto;animation:none}.matrix-lattice .mx-key-note{font-size:.75rem;line-height:1.5;color:color-mix(in srgb,var(--text-main) 55%,transparent);margin:-6px 0 16px}@media (prefers-reduced-motion:reduce){.matrix-lattice .mx-flat:hover .mx-fcell{transition:none}}.matrix-lattice .mx-panel{position:relative;overflow:hidden;padding:clamp(20px,2.6vw,34px) clamp(18px,2.6vw,32px) clamp(22px,2.6vw,32px);border:1px solid var(--glass-border,var(--border-light));border-radius:clamp(18px,2.2vw,24px);background:radial-gradient(120% 90% at 100% 0,var(--profit-bg-light,rgba(var(--profit-rgb),.05)) 0,transparent 46%),linear-gradient(var(--glass-bg,rgba(44,44,46,.72)),var(--glass-bg,rgba(44,44,46,.72))),var(--bg-main,#1c1c1e);box-shadow:0 -8px 26px rgba(0,0,0,.16),0 26px 52px -34px rgba(8,22,14,.42),inset 0 1px 0 rgba(255,255,255,.05)}.matrix-lattice .mx-panel::before{content:'';position:absolute;inset:0 0 auto;height:3px;border-radius:0 0 3px 3px;background:linear-gradient(90deg,transparent,var(--mx-a) 20%,var(--mx-b) 80%,transparent);opacity:.85}.matrix-lattice .mx-panel--pre{--mx-a:rgb(40, 158, 150);--mx-b:rgb(74, 184, 138)}.matrix-lattice .mx-panel--post{--mx-a:rgb(124, 94, 232);--mx-b:rgb(166, 112, 226)}.matrix-lattice .mx-panel--post{padding-top:clamp(20px,2.6vw,34px);border-top:1px solid var(--glass-border,var(--border-light))}.matrix-lattice .mx-badge{display:inline-flex;align-items:center;justify-content:center;width:clamp(38px,4vw,46px);height:clamp(38px,4vw,46px);margin-bottom:12px;border-radius:13px;border:1px solid var(--profit-bg,rgba(var(--profit-rgb),.2));background:var(--profit-bg-light,rgba(var(--profit-rgb),.08));font-family:var(--font-mono, ui-monospace, monospace);font-size:clamp(15px, 1.8vw, 18px);font-weight:700;letter-spacing:-.02em;color:var(--profit)}.matrix-lattice .mx-panel--post .mx-badge{border-color:color-mix(in srgb,var(--loss) 26%,transparent);background:color-mix(in srgb,var(--loss) 9%,transparent);color:var(--loss)}.matrix-lattice .mx-count{position:absolute;top:clamp(18px,2.4vw,30px);right:clamp(18px,2.6vw,32px);font-family:var(--font-mono, ui-monospace, monospace);font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--text-dim)}.matrix-lattice .mx-count i{font-style:normal;opacity:.5;margin:0 2px}.matrix-lattice .mx-phase{padding:5px 11px;border-radius:999px;border:1px solid var(--glass-border,var(--border-light));background:color-mix(in srgb,var(--text-main) 4%,transparent);letter-spacing:.1em}.matrix-lattice .mx-phase::before{display:none}.matrix-lattice .mx-datapanel{border:1px solid var(--glass-border,var(--border-light));border-radius:16px;background:color-mix(in srgb,var(--bg-main,#000) 55%,transparent);padding:12px clamp(12px,1.6vw,18px) clamp(14px,1.8vw,18px)}.matrix-lattice .mx-datapanel-hd{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid color-mix(in srgb,var(--text-main) 8%,transparent)}.matrix-lattice .mx-datapanel-lbl,.matrix-lattice .mx-datapanel-meta{font-family:var(--font-mono, ui-monospace, monospace);font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.matrix-lattice .mx-datapanel-lbl{color:color-mix(in srgb,var(--text-main) 68%,transparent)}.matrix-lattice .mx-datapanel-meta{color:var(--text-dim);font-weight:600;letter-spacing:.08em}.matrix-lattice .mx-datapanel-meta i{font-style:normal;opacity:.5;margin:0 4px}.matrix-lattice .mx-datapanel .mx-stage{margin-bottom:0}.matrix-lattice .mx-instrument .mx-controls{background:0 0;box-shadow:none;padding:0 0 0 clamp(0px,1vw,8px)}@media (max-width:560px){.matrix-lattice .mx-datapanel{padding:10px 8px 12px;border-radius:13px}.matrix-lattice .mx-datapanel-hd{flex-direction:column;align-items:flex-start;gap:3px;margin-bottom:9px;padding-bottom:8px}.matrix-lattice .mx-frow{grid-template-columns:1.05em repeat(13,minmax(0,1fr));gap:2px}.matrix-lattice .mx-flat{gap:2px}.matrix-lattice .mx-frow-lab{font-size:.5625rem;padding-right:2px}.matrix-lattice .mx-fcell{border-radius:2px}.matrix-lattice .mx-panel{padding-left:14px;padding-right:14px}.matrix-lattice .mx-count{top:14px;right:14px}}.matrix-lattice .mx-flat{max-width:620px;margin-inline:auto}.matrix-lattice .mx-fcell{max-width:42px;max-height:42px;justify-self:center}.matrix-lattice .mx-frow{justify-content:center}.matrix-lattice .mx-stage:not(.mx-datapanel .mx-stage){padding:0}