.lp-path{gap:0;padding:1rem 2rem;animation:.35s ease-out both lp-path-enter;display:flex}@keyframes lp-path-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lp-path-item{cursor:pointer;border-radius:4px;flex-direction:column;flex:1;min-width:0;padding:.5rem .35rem;transition:background .3s;display:flex}.lp-path-item:hover{background:#e8e2d205}.lp-path-item--expanded{background:#e8e2d208}.lp-path-rail{flex-shrink:0;align-items:center;height:38px;margin-bottom:.65rem;display:flex}.lp-path-node{background:#e8e2d205;border:1.5px solid #e8e2d214;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:border-color .25s,background .25s;display:flex;position:relative;overflow:hidden}.lp-path-item:hover .lp-path-node,.lp-path-item--expanded .lp-path-node{background:#e8e2d208;border-color:#e8e2d226}.lp-path-node--earn{background:#9d69f10a;border-color:#9d69f133}.lp-path-item:hover .lp-path-node--earn,.lp-path-item--expanded .lp-path-node--earn{background:#9d69f10f;border-color:#9d69f159}.lp-path-node--borrow{background:#4384ec0a;border-color:#4384ec33}.lp-path-item:hover .lp-path-node--borrow,.lp-path-item--expanded .lp-path-node--borrow{background:#4384ec0f;border-color:#4384ec59}.lp-path-node--loop{background:#4ade800a;border-color:#4ade8033}.lp-path-item:hover .lp-path-node--loop,.lp-path-item--expanded .lp-path-node--loop{background:#4ade800f;border-color:#4ade8059}.lp-path-node--aave{background:#b380ff0a;border-color:#b380ff33}.lp-path-item:hover .lp-path-node--aave,.lp-path-item--expanded .lp-path-node--aave{background:#b380ff0f;border-color:#b380ff59}.lp-path-node--bridge{background:#fb923c0a;border-color:#fb923c33}.lp-path-item:hover .lp-path-node--bridge,.lp-path-item--expanded .lp-path-node--bridge{background:#fb923c0f;border-color:#fb923c59}.lp-path-node--swap{background:#e8e2d208;border-color:#e8e2d21f}.lp-path-item:hover .lp-path-node--swap,.lp-path-item--expanded .lp-path-node--swap{background:#e8e2d20d;border-color:#e8e2d233}.lp-path-node-logo{object-fit:contain;border-radius:50%;width:22px;height:22px}.lp-path-node-icon{color:#4ade8099;font-size:.85rem;font-weight:600;line-height:1}.lp-path-line{background:#e8e2d20a;border-radius:1px;flex:1;min-width:16px;height:2px;margin:0 -.7rem 0 -.35rem;position:relative;overflow:hidden}.lp-path-line:before{content:"";opacity:.35;background:repeating-linear-gradient(90deg,currentColor 0 4px,#0000 4px 8px);animation:.6s linear infinite lp-line-march;position:absolute;inset:0}@keyframes lp-line-march{0%{transform:translate(0)}to{transform:translate(8px)}}.lp-path-line--pendle{color:#9d69f199}.lp-path-line--morpho{color:#4384ec99}.lp-path-line--loop{color:#4ade8099}.lp-path-line--aave{color:#b380ff99}.lp-path-line--bridge{color:#fb923c99}.lp-path-line--swap{color:#e8e2d24d}.lp-path-line:after{content:"";opacity:.5;z-index:1;border-top:1.5px solid;border-right:1.5px solid;width:5px;height:5px;position:absolute;top:50%;right:0;transform:translateY(-50%)rotate(45deg)}.lp-path-line-dot{display:none}.lp-path-content{flex-direction:column;gap:.15rem;min-width:0;display:flex}.lp-path-core{align-items:baseline;gap:.3em;margin-bottom:.15rem;display:flex}.lp-path-core-value{font-size:.95rem;font-weight:700;font-family:var(--font-family-mono);letter-spacing:-.02em;color:var(--color-highlight);line-height:1}.lp-path-core--earn{color:#9d69f1d9}.lp-path-core--borrow{color:#4384ecd9}.lp-path-core--loop{color:#4ade80d9}.lp-path-core--aave{color:#b380ffd9}.lp-path-core--bridge{color:#fb923cd9}.lp-path-core--swap{color:#e8e2d299}.lp-path-core--result{color:var(--color-success);font-size:1.05rem}.lp-path-core-label{text-transform:uppercase;letter-spacing:.06em;color:#e8e2d259;font-size:.55rem;font-weight:600}.lp-path-top{align-items:center;gap:.4rem;display:flex}.lp-path-action{color:#e8e2d299;letter-spacing:-.01em;white-space:nowrap;font-size:.65rem;font-weight:700;line-height:1.2}.lp-path-details{color:#e8e2d24d;margin:0;font-size:.55rem;font-weight:400;line-height:1.45}.lp-path-expand-icon{color:#e8e2d280;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:auto;transition:color .3s,background .3s,transform .3s cubic-bezier(.16,1,.3,1);display:flex}.lp-path-item:hover .lp-path-expand-icon{color:#e8e2d259;background:#e8e2d208}.lp-path-expand-icon--open{color:#e8e2d280;background:#e8e2d20a;transform:rotate(180deg)}.lp-path-item:hover .lp-path-expand-icon--open{color:#e8e2d280;background:#e8e2d20d}.lp-path-item--expanded .lp-path-expand-icon{color:#e8e2d280}.lp-path-panel{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1);display:grid;overflow:hidden}.lp-path-panel--open{grid-template-rows:1fr}.lp-path-panel-inner{opacity:0;flex-direction:column;gap:.6rem;min-height:0;padding-top:0;transition:padding .3s,opacity .3s .1s,transform .3s .1s;display:flex;overflow:hidden;transform:translateY(-4px)}.lp-path-panel--open .lp-path-panel-inner{opacity:1;padding-top:.65rem;transform:translateY(0)}.lp-path-panel-btn{border:1px solid;align-self:flex-start;align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.55rem;font-weight:700;text-decoration:none;transition:background .35s,border-color .35s,transform .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.lp-path-panel-btn:hover{transform:translateY(-1px)}.lp-path-panel-btn--pendle{color:#9d69f1cc;border-color:#9d69f133}.lp-path-panel-btn--pendle:hover{background:#9d69f10f;border-color:#9d69f159}.lp-path-panel-btn--morpho{color:#4384eccc;border-color:#4384ec33}.lp-path-panel-btn--morpho:hover{background:#4384ec0f;border-color:#4384ec59}.lp-path-panel-btn--aave{color:#b380ffcc;border-color:#b380ff33}.lp-path-panel-btn--aave:hover{background:#b380ff0f;border-color:#b380ff59}.lp-path-panel-meta{flex-wrap:wrap;gap:.35rem 1.25rem;display:flex}.lp-path-panel-kv{flex-direction:column;gap:.1rem;display:flex}.lp-path-panel-k{text-transform:uppercase;letter-spacing:.08em;color:#e8e2d259;font-size:.55rem;font-weight:600}.lp-path-panel-v{font-size:.75rem;font-weight:700;font-family:var(--font-family-mono);color:var(--color-highlight);letter-spacing:-.01em}.lp-path-pv--earn{color:#9d69f1cc}.lp-path-pv--borrow{color:#4384eccc}.lp-path-pv--loop{color:#4ade80cc}.lp-path-pv--aave{color:#b380ffcc}.lp-path-pv--hf-safe{color:#4ade80b3}.lp-path-pv--hf-warn{color:#fbbf24b3}.lp-path-result-item{cursor:default;border-left:1px solid #4ade801a;padding-left:.65rem;position:relative}.lp-path-result-item:before{content:"";pointer-events:none;background:radial-gradient(at 0,#4ade8008 0%,#0000 70%);width:60%;height:100%;position:absolute;top:0;left:-1px}.lp-path-result-item:hover{background:0 0}@media (max-width:700px){.lp-path{padding:1rem 1.25rem 1.25rem}.lp-path-rail{height:36px;margin-bottom:.5rem}.lp-path-node{width:36px;height:36px}.lp-path-node-logo{width:18px;height:18px}.lp-path-core-value{font-size:.8rem}.lp-path-action{font-size:.6rem}.lp-path-details{font-size:.5rem}.lp-path-panel-btn{padding:.3rem .55rem;font-size:.5rem}.lp-path-expand-icon{width:20px;height:20px}.lp-path-panel-meta{gap:.25rem .75rem}}@media (max-width:600px){.lp-path{flex-direction:column;gap:0;padding:.25rem 0;display:flex}.lp-path-item{flex-direction:row;gap:.7rem;min-height:48px;padding:.7rem .75rem;display:flex}.lp-path-rail{flex-direction:column;flex-shrink:0;align-items:center;gap:0;width:36px;height:auto;margin-bottom:0}.lp-path-node{width:36px;height:36px}.lp-path-node-logo{width:18px;height:18px}.lp-path-node-icon{font-size:.9rem}.lp-path-line{flex:1;width:2px;min-width:2px;height:100%;min-height:12px;margin:.2rem 0}.lp-path-line:before{background:repeating-linear-gradient(currentColor 0 4px,#0000 4px 8px)}.lp-path-line:after{border-top:none;border-bottom:1.5px solid;border-right:1.5px solid;inset:auto auto 0 50%;transform:translate(-50%)rotate(45deg)}@keyframes lp-line-march{0%{transform:translateY(0)}to{transform:translateY(8px)}}.lp-path-content{flex:1;gap:.2rem;min-width:0}.lp-path-core{margin-bottom:.05rem}.lp-path-core-value{font-size:.85rem}.lp-path-core-label{font-size:.55rem}.lp-path-action{font-size:.7rem}.lp-path-details{font-size:.6rem;line-height:1.4}.lp-path-top{align-items:center;min-height:28px}.lp-path-expand-icon{width:26px;height:26px}.lp-path-expand-icon svg{width:14px;height:14px}.lp-path-panel,.lp-path-panel-inner{transition:none}.lp-path-panel-btn{align-items:center;min-height:36px;padding:.5rem .75rem;font-size:.6rem;display:inline-flex}.lp-path-panel-meta{gap:.4rem 1rem}.lp-path-panel-k{font-size:.55rem}.lp-path-panel-v{font-size:.75rem}.lp-path-result-item{display:none}.lp-path-result-item:before{background:radial-gradient(at top,#4ade800d 0%,#0000 70%);width:100%;height:60%;top:0;left:0}.lp-path-result-item .lp-path-core-value{font-size:1.3rem}.lp-path-result-item .lp-path-core-label{font-size:.65rem}}
.usdc-logo{vertical-align:-.125em;flex-shrink:0;display:inline-block;overflow:visible}.usdt-label{letter-spacing:.06em;color:#e8e2d24d;vertical-align:middle;align-items:center;gap:.2em;font-size:.4em;font-weight:700;display:inline-flex}.usdt-value{align-items:center;gap:.3em;display:inline-flex}.dash-balance{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.dash-balance-label{text-transform:uppercase;letter-spacing:.12em;color:#e8e2d280;font-size:.6rem;font-weight:600}.dash-balance-num{color:var(--color-highlight);letter-spacing:-.03em;font-size:2.5rem;font-weight:700;line-height:1}.dash-balance-loading{color:#e8e2d21a;font-size:1rem;font-weight:500;animation:1.5s ease-in-out infinite pulse-opacity}.dash-stats-row{gap:.5rem;display:flex}.dash-stat{flex:1;align-items:center;gap:.5rem;padding:1.1rem .9rem .8rem;display:flex;position:relative}.dash-stat--earned{text-align:right;border-color:#4ade8014}.dash-stat-icon{color:#e8e2d266;background:#e8e2d20d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.6rem;display:flex}.dash-stat-icon--earned{color:#4ade808c;background:#4ade8014}.dash-stat-label{letter-spacing:.1em;text-transform:uppercase;color:#e8e2d28c;background:var(--color-dark-bg);font-size:.5rem;font-weight:700;position:absolute;top:-.55rem;left:.6rem}.dash-stat-label--earned{color:#4ade80a6;border-color:#4ade8026}.dash-stat-value{color:var(--color-highlight);opacity:.8;font-size:1.05rem;font-weight:700;line-height:1}.dash-stat-value--earned{color:var(--color-success)}.dash-stat-currency{letter-spacing:.04em;color:#e8e2d273;font-size:.6em;font-weight:500}.dash-etherscan{font-size:.45rem;font-weight:600;font-family:var(--font-family-mono);color:#e8e2d240;letter-spacing:.02em;margin-top:.5rem;text-decoration:none;transition:color .15s}.dash-etherscan:hover{color:#e8e2d280}.notif-panel{border-top:1px solid #e8e2d20f;border-bottom:1px solid #e8e2d20f;flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem 1.25rem;animation:.35s ease-out both lp-fade-up;display:flex}.notif-panel-icon{color:#e8e2d240}.notif-panel-title{font-size:.6rem;font-weight:700;font-family:var(--font-family-mono);text-transform:uppercase;letter-spacing:.08em;color:#e8e2d28c}.notif-panel-desc{color:#e8e2d240;text-align:center;max-width:320px;font-size:.5rem;line-height:1.5}.notif-panel-btn{flex:0;margin-top:.25rem;padding:.7rem 1.5rem}.notif-panel-hint{font-size:.4rem;font-family:var(--font-family-mono);color:#e8e2d226;letter-spacing:.04em}.btn{text-transform:uppercase;letter-spacing:.12em;cursor:pointer;border-radius:2px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-size:.65rem;font-weight:700;text-decoration:none;transition:all .15s;display:flex;position:relative}.btn--multiline{text-align:left}.btn-lines{flex-direction:column;gap:.1rem;display:flex}.btn-line-main{letter-spacing:.12em;text-transform:uppercase;font-size:.65rem;font-weight:700}.btn-line-sub{letter-spacing:.04em;text-transform:none;opacity:.55;font-size:.55rem;font-weight:500}.btn--fill{background:var(--color-highlight);border:1px solid var(--color-highlight);color:var(--color-dark-bg)}.btn--fill:hover:not(:disabled){color:var(--color-dark-bg);background:#e8e2d2d9;border-color:#e8e2d2d9}.btn--fill:active:not(:disabled){transform:scale(.98)}.btn--fill:disabled{color:#e8e2d240;cursor:not-allowed;background:#e8e2d214;border-color:#e8e2d214}.btn--outline{color:#e8e2d280;background:0 0;border:1px solid #e8e2d21f}.btn--outline:hover:not(:disabled){color:var(--color-highlight);border-color:#e8e2d24d}.btn--outline:active:not(:disabled){transform:scale(.98)}.btn--outline:disabled{opacity:.2;cursor:not-allowed}.btn-badge{color:var(--color-highlight);letter-spacing:.08em;border-radius:2px;padding:.15rem .35rem;font-size:.4rem}.btn--fill .btn-badge{color:var(--color-dark-bg)}.btn--fill:hover .btn-badge{opacity:.9}.btn-arrow{font-size:.8rem;transition:transform .15s}.btn:hover .btn-arrow{transform:translate(4px)}.mkt{cursor:pointer;border-top:1px solid #e8e2d20a;justify-content:space-between;align-items:center;gap:1.25rem;padding:1rem 2rem;text-decoration:none;transition:background .15s;display:flex}.mkt:hover{background:#e8e2d205}.mkt-left{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.mkt-logos{flex-shrink:0;width:36px;height:36px;position:relative}.mkt-token-logo{aspect-ratio:1;object-fit:cover;border:1.5px solid #e8e2d214;border-radius:50%;flex-shrink:0;width:36px;height:36px}.mkt-chain-logo{border:1.5px solid var(--color-dark-bg);object-fit:cover;border-radius:50%;width:14px;height:14px;position:absolute;bottom:-2px;right:-2px}.mkt-info{flex-direction:column;gap:.15rem;min-width:0;display:flex}.mkt-name{color:var(--color-highlight);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:700;overflow:hidden}.mkt-pair{font-size:.48rem;font-weight:500;font-family:var(--font-family-mono);color:#e8e2d24d}.mkt-tags{align-items:center;gap:.4rem;margin-top:.1rem;display:flex}.mkt-chain-tag{font-size:.35rem;font-weight:600;font-family:var(--font-family-mono);color:#e8e2d233;text-transform:uppercase;letter-spacing:.04em}.mkt-expiry{font-size:.38rem;font-weight:700;font-family:var(--font-family-mono);letter-spacing:.02em;flex-shrink:0}.mkt-type{font-size:.32rem;font-weight:700;font-family:var(--font-family-mono);text-transform:uppercase;letter-spacing:.06em;color:#e8e2d240;border:1px solid #e8e2d20f;padding:.1rem .3rem}.mkt-type--same-chain{color:#4ade8073;border-color:#4ade8026}.mkt-type--cross-chain{color:#3b82f68c;border-color:#3b82f626}.mkt-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.4rem;display:flex}.mkt-apy-pill{align-items:center;padding:.2rem .55rem;display:inline-flex}.mkt-apy-val{font-size:.85rem;font-weight:700;font-family:var(--font-family-mono);color:var(--color-success);letter-spacing:-.02em}.mkt-metrics{align-items:center;gap:.6rem;display:flex}.mkt-metric{align-items:center;gap:.2rem;display:flex}.mkt-metric-label{font-size:.33rem;font-weight:600;font-family:var(--font-family-mono);color:#e8e2d233;text-transform:uppercase;letter-spacing:.04em}.mkt-metric-val{font-size:.45rem;font-weight:700;font-family:var(--font-family-mono);color:#e8e2d266}.mkt-metric-val--earn{color:#4ade8099}.mkt-metric-val--borrow{color:#fbbf2480}.dash-actions{gap:.5rem;padding-top:.25rem;display:flex}@keyframes lp-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-stagger-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.15}}@keyframes pulse-opacity{0%,to{opacity:.3}50%{opacity:1}}@media (max-width:700px){.btn{padding:.75rem 1rem}.btn-line-main{font-size:.6rem}.btn-line-sub{font-size:.5rem}}@media (max-width:600px){.dash-balance-num{font-size:2.2rem}.dash-stat-value{font-size:.8rem}.dash-actions{flex-direction:column}.btn{min-height:48px;padding:.85rem 1rem}.btn-line-main{font-size:.7rem}.btn-line-sub{font-size:.6rem}.mkt{flex-direction:column;align-items:flex-start;gap:.75rem;min-height:56px;padding:1rem}.mkt-right{align-items:flex-start;width:100%}.mkt-metrics{margin-top:.25rem}.mkt-name{font-size:1rem}.mkt-pair{font-size:.75rem}.mkt-tags{gap:.4rem}}
.lp-paths{margin-top:7rem;animation:.6s ease-out .35s both lp-fade-up}.lp-paths-head{flex-direction:column;gap:.4rem;padding:1.5rem 0;display:flex;position:relative}.lp-paths-head:after{content:"";background:linear-gradient(90deg,#0000,#e8e2d20f 50%,#0000);width:80%;height:1px;position:absolute;bottom:0;left:10%}.lp-paths-title{color:#e8e2d2d9;letter-spacing:.01em;font-size:.95rem;font-weight:600;line-height:1}.lp-paths-dot{animation:1.4s step-end infinite lp-dot-blink;display:inline-block}.lp-paths-dot:nth-child(2){animation-delay:.2s}.lp-paths-dot:nth-child(3){animation-delay:.4s}@keyframes lp-dot-blink{0%,50%{opacity:0}50.1%,to{opacity:1}}.lp-paths-sub{font-size:.55rem;font-weight:500;font-family:var(--font-family-mono);color:#e8e2d233;letter-spacing:.04em;text-transform:uppercase}.lp-strat-list{flex-direction:column;display:flex}.lp-strat{cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid #e8e2d20f;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;padding:1.1rem 2rem;transition:background .15s;animation:.3s ease-out both lp-stagger-in;display:flex}.lp-strat-list>:first-child .lp-strat{border-top:none}.lp-strat .mkt-logos{flex-shrink:0;width:32px;height:32px;position:relative}.lp-strat .mkt-token-logo{object-fit:cover;border-radius:50%}.lp-strat .mkt-chain-badge{border:1.5px solid var(--color-dark-bg);border-radius:50%;width:13px;height:13px;position:absolute;bottom:-2px;right:-2px;overflow:hidden}.lp-strat .mkt-chain-img{object-fit:cover}.lp-strat:first-child{animation-delay:.35s}.lp-strat:nth-child(2){animation-delay:.4s}.lp-strat:nth-child(3){animation-delay:.45s}.lp-strat:nth-child(4){animation-delay:.5s}.lp-strat:nth-child(5){animation-delay:.55s}.lp-strat:nth-child(6){animation-delay:.6s}.lp-strat:nth-child(7){animation-delay:.65s}.lp-strat:hover{background:#8ca0c808}.lp-strat--on{background:#8ca0c80a}.lp-strat--on:hover{background:#8ca0c80d}.lp-strat-rank{font-size:.85rem;font-weight:700;font-family:var(--font-family-mono);color:#e8e2d226;text-align:center;flex-shrink:0;width:1.4rem}.lp-strat-left{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.lp-strat-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.25rem;display:flex}.lp-strat-profit{align-items:baseline;gap:.35em;display:flex}.lp-strat-profit-val{color:var(--color-success);letter-spacing:-.02em;font-size:1.2rem;font-weight:700;line-height:1}.lp-strat-currency{opacity:.7;font-size:.7em;font-weight:600}.lp-strat-profit-time{color:#e8e2d240;letter-spacing:-.01em;white-space:nowrap;font-size:.65rem;font-weight:500}.lp-strat-profit-days{color:var(--color-highlight);letter-spacing:-.02em;font-size:.85rem;font-weight:700}.lp-strat-apy{font-size:.85rem;font-weight:700;font-family:var(--font-family-mono);color:#e8e2d2b3;letter-spacing:-.02em;line-height:1}.lp-strat-apy-label{color:#e8e2d24d;letter-spacing:.02em;text-transform:uppercase;margin-left:.15em;font-size:.6em;font-weight:600}.lp-strat .mkt-name{letter-spacing:-.02em;font-size:.8rem}.lp-strat .mkt-pair{color:#e8e2d259;font-size:.65rem;font-weight:600}.lp-strat .mkt-info{gap:.2rem}.lp-strat .mkt-chain-tag{color:#e8e2d24d;font-size:.6rem}.lp-strat .mkt-expiry{font-size:.6rem;font-weight:700}.lp-strat .mkt-type{padding:.15rem .4rem;font-size:.55rem}.lp-strat .mkt-tags{gap:.5rem;margin-top:.15rem}.lp-strat-expand{color:#e8e2d259;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;width:5.5rem;padding:.3rem .6rem;transition:color .2s,background .2s;display:flex;position:relative;overflow:hidden}.lp-strat:not(.lp-strat--on) .lp-strat-expand:before{content:"";border-radius:inherit;background:conic-gradient(from var(--expand-angle,0deg),#e8e2d20a 0%,#e8e2d238 12%,#e8e2d20a 24%,#e8e2d20a 100%);-webkit-mask-composite:xor;pointer-events:none;padding:1px;animation:4s linear infinite lp-border-spin;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@property --expand-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes lp-border-spin{to{--expand-angle:360deg}}.lp-strat:not(.lp-strat--on) .lp-strat-expand svg{animation:3s ease-in-out infinite lp-chevron-nudge}@keyframes lp-chevron-nudge{0%,70%,to{transform:translateY(0)}78%{transform:translateY(2px)}86%{transform:translateY(-1px)}92%{transform:translateY(1px)}}.lp-strat-expand-label{font-size:.55rem;font-weight:600;font-family:var(--font-family-mono);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.lp-strat-expand svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.lp-strat-expand--on svg{transform:rotate(180deg)}.lp-strat:hover .lp-strat-expand{color:#e8e2d28c;background:#e8e2d20a;border-color:#e8e2d233}.lp-strat:hover .lp-strat-expand:before{display:none}.lp-strat:hover .lp-strat-expand svg{animation:none}.lp-strat--on .lp-strat-expand{color:#8ca0c880;background:#8ca0c80a;border-color:#8ca0c826}.lp-strat-path-wrap{padding:.25rem 1.5rem}.lp-strat-details-link{font-size:.55rem;font-weight:700;font-family:var(--font-family-mono);text-transform:uppercase;letter-spacing:.06em;color:#8ca0c873;border:1px solid #8ca0c81f;align-items:center;gap:.15em;padding:.12rem .4rem;text-decoration:none;transition:all .15s;display:inline-flex}.lp-strat-details-link:hover{color:#8ca0c8b3;background:#8ca0c80a;border-color:#8ca0c840}.lp-strat-mobile-details{display:none}.mkt-strategy-badge{font-size:.5rem;font-weight:700;font-family:var(--font-family-mono);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border:1px solid;align-items:center;padding:.12rem .4rem;display:inline-flex}.mkt-strategy-badge--same-chain{color:#9d69f1b3;border-color:#9d69f126}.mkt-strategy-badge--cross-chain{color:#fb923cb3;border-color:#fb923c26}.mkt-strategy-badge--morpho-loop{color:#4384ecb3;border-color:#4384ec26}.mkt-strategy-badge--aave-loop{color:#b380ffb3;border-color:#b380ff26}.mkt-strategy-badge--lp-loop{color:#4ade80b3;border-color:#4ade8026}.mkt-strategy-badge--rate-arbitrage{color:#fbbf24b3;border-color:#fbbf2426}.mkt-strategy-badge--collateral-opt{color:#38bdf8b3;border-color:#38bdf826}.mkt-perpetual{color:#38bdf899;font-size:.6rem;font-weight:700}.lp-loader-track{background:#e8e2d20f;border-radius:1px;width:100%;height:2px;overflow:hidden}.lp-loader-bar{background:linear-gradient(90deg,#0000,#e8e2d259,#0000);width:35%;height:100%;animation:1.4s ease-in-out infinite lp-loader-slide}@keyframes lp-loader-slide{0%{transform:translate(-100%)}to{transform:translate(385%)}}@media (max-width:700px){.lp-paths-head{padding:1.75rem 1.5rem 1.25rem}.lp-strat{padding:.85rem 1.25rem}.lp-strat-profit-val{font-size:1rem}.lp-strat-profit-time{font-size:.55rem}.lp-strat-apy{font-size:.75rem}}@media (max-width:600px){.lp-paths{margin-top:3rem}.lp-paths-head{padding:1.5rem 1rem 1rem}.lp-paths-title{font-size:1.05rem}.lp-paths-sub{font-size:.65rem}.lp-strat{gap:.6rem;padding:1.25rem 1rem}.lp-strat-rank{display:none}.lp-strat-left{gap:.6rem;min-width:0}.lp-strat .mkt-logos{width:32px;height:32px}.lp-strat .mkt-chain-badge{width:12px;height:12px}.lp-strat .mkt-name{font-size:.8rem}.lp-strat .mkt-pair{display:none}.lp-strat .mkt-tags{gap:.3rem;margin-top:.1rem}.lp-strat .mkt-chain-tag,.lp-strat .mkt-type{display:none}.lp-strat .mkt-expiry,.lp-strat .mkt-perpetual{font-size:.55rem}.lp-strat .mkt-strategy-badge{font-size:.45rem}.lp-strat-right{gap:.15rem}.lp-strat-profit-val{font-size:1rem}.lp-strat-profit-time{font-size:.5rem}.lp-strat-profit-days,.lp-strat-apy{font-size:.7rem}.lp-strat-expand{display:none}.lp-strat:active{background:#8ca0c80f}.lp-strat-path-wrap{padding:0 .5rem .5rem}.lp-strat-details-link{display:none}.lp-strat-mobile-details{font-size:.7rem;font-weight:700;font-family:var(--font-family-mono);text-transform:uppercase;letter-spacing:.06em;color:#8ca0c8bf;border:1px solid #8ca0c826;justify-content:center;align-items:center;gap:.35rem;margin:.25rem .5rem .5rem;padding:.75rem 1rem;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.lp-strat-mobile-details:active{background:#8ca0c80f;border-color:#8ca0c833}}
