@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.wallet-adapter-button{color:#fff;cursor:pointer;background-color:#0000;border:none;border-radius:4px;align-items:center;height:48px;padding:0 24px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;line-height:48px;display:flex}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{color:#999;cursor:not-allowed;background:#404144}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{display:inline-block;position:relative}.wallet-adapter-dropdown-list{z-index:99;grid-row-gap:10px;opacity:0;visibility:hidden;background:#2c2d30;border-radius:10px;grid-template-rows:1fr;margin:0;padding:10px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:100%;right:0;box-shadow:0 8px 20px #0009}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{cursor:pointer;white-space:nowrap;box-sizing:border-box;color:#fff;border:none;border-radius:6px;outline:none;flex-direction:row;justify-content:center;align-items:center;width:100%;height:37px;padding:0 20px;font-size:14px;font-weight:600;display:flex}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{fill:#999;align-self:center}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transition:transform .15s ease-in;transform:rotate(180deg)}.wallet-adapter-modal{opacity:0;z-index:1040;background:#00000080;transition:opacity .15s linear;position:fixed;inset:0;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{cursor:pointer;background:#1a1f2e;border:none;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex;position:absolute;top:18px;right:18px}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;inset:0}.wallet-adapter-modal-container{justify-content:center;align-items:center;min-height:calc(100vh - 6rem);margin:3rem;display:flex}@media (width<=480px){.wallet-adapter-modal-container{min-height:calc(100vh - 2rem);margin:1rem}}.wallet-adapter-modal-wrapper{box-sizing:border-box;z-index:1050;background:#10141f;border-radius:10px;flex-direction:column;flex:1;align-items:center;max-width:400px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;position:relative;box-shadow:0 8px 20px #0009}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{text-align:center;color:#fff;margin:0;padding:64px 48px 48px;font-size:24px;font-weight:500;line-height:36px}@media (width<=374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{width:100%;margin:0 0 12px;padding:0;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{border-radius:0;font-size:18px;font-weight:400}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{opacity:.6;margin-left:auto;font-size:14px}.wallet-adapter-modal-list-more{cursor:pointer;color:#fff;background-color:#0000;border:none;align-self:flex-end;align-items:center;padding:12px 24px 24px 12px;display:flex}.wallet-adapter-modal-list-more svg{fill:#fff;margin-left:.5rem;transition:all .1s}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;padding:0 24px 24px;display:flex}.wallet-adapter-modal-middle-button{cursor:pointer;color:#fff;background-color:#512da8;border:none;border-radius:8px;width:100%;margin-top:48px;padding:12px;font-size:18px;display:block}:root{--bg:#d2cdbf;--surface:#eee9dd;--surface2:#f5f3ec;--green:#2aab63;--red:#a60b00;--amber:#b87f00;--amber-bg:#ffeac8;--red-bg:#ffd9d5;--green-bg:#d5f2e2;--shadow:#0006;--sans:"DM Sans", "Helvetica Neue", Arial, sans-serif;--mono:"DM Mono", "SFMono-Regular", Menlo, monospace;--page-bg:var(--bg);--nav-bg:var(--surface);--nav-fg:#000;--grid-line:#fff;--page-fg:#000}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);color:#000;font:400 16px/24px var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}button:disabled{cursor:default}img{display:block}input,select,textarea{font:inherit;color:inherit}ul{margin:0;padding:0;list-style:none}p{margin:0}h1,h2,h3{margin:0;font-weight:700}.app{background:var(--page-bg);min-height:100vh;color:var(--page-fg);flex-direction:column;display:flex;position:relative}.app[data-theme=dark]{--page-bg:#161616;--nav-bg:#161616;--nav-fg:#fff;--grid-line:#ffffff0f;--page-fg:#f6f6f6}.main{z-index:1;flex:1;padding:0 8px 32px;position:relative}.bg{z-index:0;background:var(--page-bg);pointer-events:none;position:fixed;inset:0;overflow:hidden}.bg svg{width:1920px;height:1714.66px;color:var(--grid-line);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nav{z-index:10;background:var(--nav-bg);height:86px;color:var(--nav-fg);box-shadow:0 6px 6px var(--shadow);border-top:2px solid #000;border-bottom:2px solid #000;align-items:center;gap:8px;padding:16px;display:flex;position:sticky;top:0}.nav-logo{height:48px;color:var(--nav-fg);margin-right:16px;display:block}.nav-logo svg{width:auto;height:48px;display:block}.nav-link{height:40px;font-family:var(--mono);text-underline-offset:3px;white-space:nowrap;border-radius:8px;align-items:center;padding:0 7.2px;display:flex}.nav-link:hover,.nav-link.active{text-decoration:underline}.nav-spacer{flex:1}.connect{color:#000;height:48px;box-shadow:3px 3px 3px var(--shadow);font-family:var(--mono);background:#fff;border:1px solid #000;border-radius:8px;align-items:stretch;transition:transform .1s,box-shadow .1s;display:flex;overflow:hidden}.connect:hover{box-shadow:2px 2px 2px var(--shadow);transform:translate(1px,1px)}.connect:active{box-shadow:none;transform:translate(3px,3px)}.connect-chain{border-right:1px solid #000;justify-content:center;align-items:center;width:46px;display:flex}.connect-chain img{width:21px;height:21px}.connect-label{justify-content:center;align-items:center;width:166px;display:flex}.footer{z-index:10;color:#fff;background:#000;border-top:2px solid #000;border-bottom:2px solid #000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:16px 64px;display:flex;position:relative}.footer-social{align-items:center;gap:24px;display:flex}.footer-social img{width:32px;height:32px}.footer-social a{opacity:.9}.footer-social a:hover{opacity:1}.footer-links{align-items:center;gap:16px;display:flex}.footer-links a{border-right:2px solid #ffffff4d;padding-right:16px;line-height:21px}.footer-links a:last-child{border-right:0;padding-right:0}.footer-links a:hover{text-underline-offset:3px;text-decoration:underline}.page{flex-direction:column;gap:32px;display:flex}.page-title{z-index:1;background:var(--bg);color:#000;border:1px solid #fff;border-radius:8px;align-self:flex-start;align-items:center;gap:16px;height:50px;margin-top:32px;padding:0 16px;display:inline-flex;position:relative}.page-title span{font-size:32px;font-weight:700;line-height:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;display:grid}.grid-12{grid-template-columns:repeat(12,minmax(0,1fr));gap:32px;display:grid}.span-6{grid-column:span 6}.span-12{grid-column:span 12}@media (width<=900px){.grid-2{grid-template-columns:1fr}.span-6{grid-column:span 12}}.term{color:#000;border-radius:16px}.term-head{color:#fff;height:56px;font-family:var(--mono);position:relative}.term-ribbon{color:#000;width:240px;height:39px;filter:drop-shadow(6px 6px 6px var(--shadow));position:absolute;top:0;left:0}.term-strip{height:20px;box-shadow:6px 6px 6px var(--shadow);z-index:2;background:#000;border-radius:0 8px 0 0;position:absolute;bottom:0;left:0;right:0}.term-dot{background:var(--green);z-index:4;border-radius:10px;width:12.8px;height:12.8px;position:absolute;top:16px;left:16px}.term-title{white-space:nowrap;text-overflow:ellipsis;z-index:4;max-width:170px;font-size:16px;line-height:24px;position:absolute;top:9px;left:40px;overflow:hidden}.term-body{background:var(--surface);box-shadow:6px 6px 6px var(--shadow);border:2px solid #000;border-top:0;border-radius:0 0 8px 8px;position:relative}.term-empty{height:300px;font-family:var(--mono);text-align:center;justify-content:center;align-items:center;padding:16px;display:flex}.tabs{background:var(--bg);height:47px;padding:8px 0 0 16px;display:flex;overflow:auto hidden}.tab{z-index:1;height:39px;font-family:var(--mono);color:#000;white-space:nowrap;flex:none;align-items:center;padding:0 34px 0 14px;display:flex;position:relative;top:3px}.tab+.tab{margin-left:-7px}.tab-bg{z-index:-1;width:100%;height:100%;color:var(--bg);position:absolute;inset:0}.tab:hover .tab-bg{color:var(--surface)}.tab.is-active{z-index:3}.tab.is-active .tab-bg{color:var(--surface2)}.tab span{position:relative;transform:translate(-3px)}.strip{background:var(--bg);padding:16px 16px 8px}.strip-track{background:var(--surface);height:36px;box-shadow:inset 3px 3px 3px var(--shadow);border:1px solid #000;border-radius:8px;justify-content:center;align-items:center;margin:-8px -1px;display:flex;position:relative;overflow:hidden}.cap-fill{background:var(--green);box-shadow:3px 3px 3px var(--shadow);border-right:1px solid #000;border-radius:6.4px;transition:width .6s;position:absolute;top:0;bottom:0;left:0}.cap-label{font-family:var(--mono);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:0 4px;font-size:14px;position:relative}.search{justify-content:flex-start;gap:16px;padding:0 16px}.search svg{flex:none;width:24px;height:24px}.search input{height:34px;font-family:var(--mono);background:0 0;border:0;outline:none;flex:1}.search input::placeholder{color:#00000073}.tbl-wrap{background:var(--surface);border-radius:0 0 8px 8px;padding-bottom:64px;position:relative;overflow-x:auto}.tbl{border-bottom:1px dashed #000;display:grid}.tbl-h{background:var(--surface2);height:58px;font-family:var(--mono);white-space:nowrap;border-top:1px solid #000;border-bottom:1px solid #000;align-items:center;padding:16px 24px;display:flex;position:relative}.tbl-h.sticky{z-index:40;position:sticky;left:0}.tbl-h.end{justify-content:flex-end}.tbl-h.bold{font-weight:700}.tbl-row{display:contents}.tbl-c{background:var(--surface);height:72px;font-family:var(--mono);white-space:nowrap;border-bottom:1px dashed #000;align-items:center;padding:12px 24px;display:flex}.tbl-c.sticky{z-index:10;position:sticky;left:0}.tbl-c.end{justify-content:flex-end}.tbl-row:last-child .tbl-c{border-bottom:0}.tbl-row:hover .tbl-c{background:var(--surface2)}.sort{flex:none;width:20px;height:20px;position:relative;left:-5px}.filter-btn{border-radius:4px;justify-content:center;align-items:center;width:28px;height:24px;margin-left:4px;padding:2px 4px;display:flex}.filter-btn:hover{background:#00000014}.filter-btn.on{background:var(--green);color:#fff}.filter-wrap{display:flex;position:relative}.filter-menu{z-index:50;background:var(--surface2);min-width:150px;box-shadow:3px 3px 3px var(--shadow);border:1px solid #000;border-radius:8px;flex-direction:column;padding:4px;display:flex;position:absolute;top:28px;left:0}.filter-menu button{text-align:left;font-family:var(--mono);white-space:nowrap;border-radius:6px;padding:7px 10px;font-size:14px}.filter-menu button:hover{background:var(--bg)}.filter-menu button.on{background:var(--green);color:#fff}.asset{align-items:center;gap:10px;display:flex}.asset img{border-radius:50%;flex:none;width:40px;height:40px}.asset b{font-weight:700}.asset-id{flex-direction:column;gap:2px;display:flex}.asset-tick{align-items:center;gap:8px;line-height:20px;display:flex}.asset-id small{font-family:var(--sans);color:#0000008c;font-size:12px;line-height:14px}.tag-rwa{border:1px solid var(--green);background:var(--green-bg);color:#14612f;font-family:var(--mono);letter-spacing:.04em;border-radius:999px;padding:1px 6px;font-size:10px;line-height:14px}.chain{align-items:center;gap:10px;display:flex}.chain img{border-radius:50%;width:21px;height:21px}.apr{color:var(--green);font-size:17.6px;font-weight:700}.btn-earn{min-width:220px;height:48px;box-shadow:3px 3px 3px var(--shadow);font-family:var(--mono);white-space:nowrap;background:#fff;border:1px solid #000;border-radius:8px;align-items:center;gap:2px;padding:4px 12px;transition:transform .1s,box-shadow .1s;display:flex}.btn-earn:hover{box-shadow:2px 2px 2px var(--shadow);transform:translate(1px,1px)}.btn-earn:active{box-shadow:none;transform:translate(3px,3px)}.btn-earn .ic{align-items:center;height:40px;padding-right:5px;display:flex}.btn-earn img{border-radius:50%;width:30px;height:30px}.btn{background:var(--bg);height:48px;box-shadow:3px 3px 3px var(--shadow);color:#000;font-family:var(--sans);border:1px solid #000;border-radius:8px;justify-content:center;align-items:center;padding:0 16px;transition:transform .1s,box-shadow .1s;display:inline-flex}.btn:hover:not(:disabled){box-shadow:2px 2px 2px var(--shadow);transform:translate(1px,1px)}.btn:disabled{opacity:.6}.btn-primary{color:#fff;font-family:var(--mono);background:#000;width:100%;max-width:500px;height:58px;font-size:17.6px;font-weight:700}.btn-primary:disabled{opacity:.5}.ed-head{background:var(--surface);border-bottom:1px dashed #000;border-radius:0;justify-content:space-between;align-items:center;height:64px;display:flex}.ed-head-group{align-items:center;gap:16px;height:63px;padding:0 16px;display:flex}.chip-wrap{border-right:1px dashed #000;align-items:center;padding-right:16px;display:flex;position:relative}.chip-wrap:last-child{border-right:0;padding-right:0}.chip{height:40px;font-family:var(--mono);white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:0 8px;font-weight:700;display:flex}.chip:hover:not(:disabled){background:#00000012}.chip:disabled{cursor:default}.chip img{border-radius:50%;width:24px;height:24px}.chip svg{opacity:.7;width:12px;height:12px;transition:transform .15s}.chip[aria-expanded=true] svg{transform:rotate(180deg)}.chip-menu{z-index:60;background:var(--surface2);min-width:100%;max-height:320px;box-shadow:3px 3px 3px var(--shadow);border:1px solid #000;border-radius:8px;flex-direction:column;padding:4px;display:flex;position:absolute;top:44px;left:0;overflow-y:auto}.chip-menu button{width:100%;font-family:var(--mono);white-space:nowrap;text-align:left;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:400;display:flex}.chip-menu button:hover{background:var(--bg)}.chip-menu button.on{background:var(--green);color:#fff}.chip-menu img{border-radius:50%;flex:none;width:20px;height:20px}.ed-price{font-family:var(--mono);font-weight:700}.gauge{flex-direction:column;align-items:center;gap:2px;display:flex}.gauge-arc{background:var(--bg);border:1px solid #000;border-bottom:0;border-radius:40px 40px 0 0;width:40px;height:20px;position:relative;overflow:hidden}.gauge-arc:before{content:"";background:conic-gradient(from 270deg, var(--green) 0deg var(--deg), transparent var(--deg) 180deg);transform-origin:50% 100%;position:absolute;inset:0}.gauge-arc:after{content:"";background:var(--surface);border:1px solid #000;border-bottom:0;border-radius:24px 24px 0 0;height:12px;position:absolute;bottom:0;left:8px;right:8px}.gauge small{font-family:var(--mono);white-space:nowrap;font-size:10px;line-height:12px}.ed-body{max-width:980px;margin:0 auto;padding:0 0 32px}.ed-prompt{text-align:center;justify-content:center;align-items:center;min-height:48px;margin:24px 0 48px;padding:0 16px;font-size:20.8px;display:flex}.strikes{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.strike{justify-content:center;width:150px;display:flex;position:relative}.strike-tag{z-index:1;font-family:var(--mono);white-space:nowrap;border:1px solid;border-bottom:0;border-radius:6px 6px 0 0;gap:6px;padding:2px 10px;font-size:12px;font-weight:700;line-height:12px;display:flex;position:absolute;top:-19px;left:50%;transform:translate(-50%)}.strike-btn{background:var(--bg);width:150px;height:48px;box-shadow:3px 3px 3px var(--shadow);font-family:var(--mono);border:1px solid;border-radius:8px;justify-content:center;align-items:center;font-weight:700;transition:transform .1s,box-shadow .1s,background .15s;display:flex}.strike-btn:hover{box-shadow:2px 2px 2px var(--shadow);transform:translate(1px,1px)}.strike.is-selected .strike-btn{box-shadow:4.5px 4.5px 4.5px var(--shadow)}.strike[data-tone=red] .strike-btn,.strike[data-tone=red] .strike-tag{border-color:var(--red)}.strike[data-tone=amber] .strike-btn,.strike[data-tone=amber] .strike-tag{border-color:var(--amber)}.strike[data-tone=green] .strike-btn,.strike[data-tone=green] .strike-tag{border-color:var(--green)}.strike[data-tone=red] .strike-tag{background:var(--red-bg)}.strike[data-tone=amber] .strike-tag{background:var(--amber-bg)}.strike[data-tone=green] .strike-tag{background:var(--green-bg)}.strike.is-selected[data-tone=red] .strike-btn{background:var(--red-bg)}.strike.is-selected[data-tone=amber] .strike-btn{background:var(--amber-bg)}.strike.is-selected[data-tone=green] .strike-btn{background:var(--green-bg)}.amount{height:48px;box-shadow:3px 3px 3px var(--shadow);background:#fff;border:1px solid #000;border-radius:8px;align-items:center;margin-top:32px;padding:4px;display:flex}.amount-left{flex:1;align-items:center;height:38px;padding-left:16px;display:flex}.amount-max{cursor:pointer;padding-right:16px;font-size:12px}.amount-max:hover{text-decoration:underline}.amount-steps{flex-direction:column;margin-right:8px;display:flex}.amount-steps button{width:20px;height:16px;font-size:14px;line-height:12px}.amount-steps button:hover{background:#00000014;border-radius:3px}.amount input{min-width:0;height:38px;font-family:var(--mono);background:#fff;border:0;outline:none;flex:1}.amount-right{align-items:center;gap:12px;padding-right:4px;display:flex}.amount-right label{text-align:right;font-weight:600;display:block}.amount-right small{text-align:right;color:#0009;font-size:12px;line-height:14px;display:block}.coin{width:40px;height:40px;position:relative}.coin img:first-child{border-radius:50%;width:40px;height:40px}.coin img:last-child{border:1px solid var(--surface);border-radius:50%;width:16px;height:16px;position:absolute;bottom:-2px;right:-2px}.amount-foot{justify-content:space-between;align-items:center;height:22px;padding:4px 4px 0;display:flex}.amount-foot small{font-family:var(--mono);font-size:12px;line-height:14px}.amount-foot .warn{color:var(--red);font-weight:700}.amount-foot a small{text-underline-offset:2px;text-decoration:underline}.payoff{background:var(--surface);border:1px solid #000;border-radius:9.6px;margin-top:8px;overflow:hidden}.payoff-bar{background:var(--surface2);border:1px solid #000;justify-content:center;align-items:center;height:48px;margin:-1px -1px 0;padding:0 16px;font-weight:700;display:flex;position:relative}.payoff-bar:before,.payoff-bar:after{content:"";opacity:.8;background:repeating-linear-gradient(135deg,#0000002e 0 1px,#0000 1px 8px);width:calc(50% - 90px);position:absolute;top:0;bottom:0}.payoff-bar:before{left:0}.payoff-bar:after{right:0}.payoff-bar span{position:relative}.payoff-bar img{border-radius:50%;width:24px;height:24px;margin-right:8px;position:relative}.payoff-now{justify-content:space-between;align-items:center;gap:5px;height:112px;padding:16px;display:flex}.payoff-apr{flex-direction:column;display:flex}.payoff-apr .big{font-family:var(--mono);font-size:32px;font-weight:500;line-height:40px}.payoff-legend{gap:6px;display:flex}.payoff-legend li{background:var(--surface2);border:1px solid #000;border-radius:4px;width:22px;height:40px}.payoff-legend li.on{background:var(--green)}.payoff-out{align-items:flex-start;gap:5px;min-height:112px;padding:16px;display:flex}.payoff-out>div{flex-direction:column;flex:1;gap:8px;display:flex}.payoff-out small{font-size:12px;line-height:16px}.payoff-out small b{font-weight:700}.payoff-out strong{align-items:center;gap:8px;font-weight:700;display:flex}.payoff-out strong img{border-radius:50%;width:24px;height:24px}.ed-cta{justify-content:center;margin-top:32px;display:flex}.pt-body{flex-direction:column;min-height:360px;display:flex}.pt-main{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:32px 16px;display:flex}.pt-big{font-family:var(--mono);font-size:48px;font-weight:500;line-height:56px}.pt-foot{border-top:1px dashed #000;justify-content:space-between;align-items:center;height:82px;padding:16px;display:flex}.pt-stat{flex-direction:column;display:flex}.pt-stat span{font-weight:700}.pt-stat small{font-size:12px;line-height:19px}.pt-badge{background:var(--surface2);width:36px;height:36px;box-shadow:2px 2px 2px var(--shadow);border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;display:flex}.pt-badge svg{width:auto;height:18px}.pt-row{gap:16px;display:flex}.link-u{border-bottom:1px solid #000}.pt-learn{padding:16px 16px 8px}.lb-addr{font-family:var(--mono)}.lb-rank{font-weight:700}.logo{align-items:center;gap:calc(var(--logo-size) * .22);white-space:nowrap;line-height:1;display:inline-flex}.logo-mark{height:var(--logo-size);flex:none;width:auto}.logo-word{font-family:"Poppins", var(--sans);font-size:calc(var(--logo-size) * .62);letter-spacing:-.02em}.logo-word b{color:#1b3a7a;font-weight:700}.logo-word span{color:#1e88f5;font-weight:500}.logo-light .logo-word b{color:#fff}.logo-stacked{gap:calc(var(--logo-size) * .3);flex-direction:column}.nav-logo .logo-word{font-size:24px}.wallet-adapter-modal-wrapper{border:2px solid #000;background:var(--surface)!important;color:#000!important;box-shadow:6px 6px 6px var(--shadow)!important;font-family:var(--mono)!important;border-radius:8px!important}.wallet-adapter-modal-title{color:#000!important;font-family:var(--sans)!important;font-size:24px!important;font-weight:700!important}.wallet-adapter-modal-list .wallet-adapter-button{font-family:var(--mono)!important;color:#000!important;border-radius:8px!important}.wallet-adapter-modal-list .wallet-adapter-button:hover{background:var(--surface2)!important}.wallet-adapter-modal-list-more{color:#000!important;font-family:var(--mono)!important}.wallet-adapter-modal-list-more svg{fill:#000!important}.wallet-adapter-modal-middle{color:#000!important}.wallet-adapter-modal-middle-button{color:#fff!important;font-family:var(--mono)!important;background:#000!important;border-radius:8px!important}.wallet-adapter-modal-button-close{background:var(--bg)!important}.wallet-adapter-modal-button-close svg{fill:#000!important}.wallet-adapter-modal-overlay{background:#0000004d!important}.connect-chain img{border-radius:50%;width:21px;height:21px}.footer-brand{opacity:.85;border-right:2px solid #ffffff4d;padding-right:16px;line-height:21px}.vaults{color:#f6f6f6;flex-direction:column;gap:32px;max-width:1270px;margin:24px auto 0;display:flex}.vbanner{color:#f6f6f6;background:radial-gradient(60% 120% at 80%,#232323 0%,#1a1a1a 45%,#171717 100%);border:.5px solid #2c2c2c;border-radius:16px;padding:28px 24px 24px;display:block;position:relative;overflow:hidden}.vbanner:after{content:"";pointer-events:none;border:60px solid #ffffff08;border-radius:50%;width:520px;height:520px;position:absolute;top:-120px;right:-80px}.vbanner-top{color:#999;justify-content:space-between;align-items:center;gap:16px;font-size:12px;display:flex}.vbanner-live{align-items:center;gap:10px;display:flex}.vbanner-live:before{content:"";background:#4ade80;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #4ade80}.vbanner-live b{color:#f6f6f6;margin-right:6px;font-weight:500}.vbanner-chip{color:#dadada;background:#1f1f1f;border:.5px solid #3a3a3a;border-radius:999px;padding:4px 10px}.vbanner-chip span{color:#999}.vbanner-body{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-top:28px;display:flex}.vbanner-kicker{letter-spacing:.06em;color:#999;text-transform:uppercase;font-size:12px}.vbanner h2{letter-spacing:-.02em;align-items:center;gap:14px;margin:12px 0 14px;font-size:56px;font-weight:700;line-height:60px;display:flex}.vbanner h2 img{border-radius:50%;width:56px;height:56px}.vbanner-lead{color:#bdbdbd;max-width:520px;font-size:14.5px;line-height:20px}.vbanner-cta{color:#f6f6f6;align-items:center;gap:10px;margin-top:22px;font-size:14.5px;font-weight:600;display:inline-flex}.vbanner-cta:hover{text-underline-offset:4px;text-decoration:underline}.vbanner-apr{text-align:right}.vbanner-apr strong{letter-spacing:-.03em;background:linear-gradient(90deg,#5263fa,#8b97ff);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:64px;font-weight:700;line-height:64px;display:block}.vbanner-apr strong sup{vertical-align:top;color:#8b97ff;font-size:20px}.vbanner-apr span{color:#999;margin-top:6px;font-size:14.5px;display:block}.vbanner-note{text-align:right;color:#6b6b6b;margin-top:20px;font-size:10px}.vsection h1{margin-bottom:8px;font-size:24px;font-weight:700;line-height:36px}.vsection p{color:#f6f6f6b3;max-width:980px;font-size:14.5px;line-height:20px}.vgrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}@media (width<=1000px){.vgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.vgrid{grid-template-columns:1fr}}.vcard{color:#f6f6f6;background:#1a1a1a;border:.5px solid #2c2c2c;border-radius:8px;flex-direction:column;gap:16px;padding:20px;display:flex}.vcard-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.vcard-id{align-items:center;gap:12px;min-width:0;display:flex}.vcard-id img{border-radius:50%;flex:none;width:40px;height:40px}.vcard-title{font-size:15px;font-weight:500;line-height:16px}.vcard-sub{color:#999;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:11.7px;line-height:12px;display:flex}.vpill{color:#9be15d;white-space:nowrap;background:#4e8e1e2e;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:10.5px;line-height:10px;display:inline-flex}.vpill img{width:10px;height:10px}.vcard-apr{text-align:right;flex:none}.vcard-apr strong{font-size:16px;font-weight:700;line-height:16px;display:block}.vcard-apr span{color:#999;margin-top:4px;font-size:11.7px;line-height:12px;display:block}.vcard-body{color:#dadada;font-size:14px;line-height:16.8px}.vcard-bullets{color:#999;flex-direction:column;gap:8px;font-size:12px;line-height:14px;display:flex}.vcard-bullets li{gap:8px;display:flex}.vcard-foot{margin-top:auto;padding-top:4px}.vstart{color:#f6f6f6;background:#5263fa;border:1px solid #5263fa;border-radius:10px;justify-content:center;align-items:center;width:100%;height:36px;padding:8px 16px;font-size:14.5px;font-weight:700;transition:background .15s;display:inline-flex}.vstart:hover{background:#6675ff}.vsoon{text-align:center;color:#999;font-size:14px;font-weight:700;line-height:21px;display:block}.vd{gap:24px}.vd-crumb{color:#dadada;align-items:center;gap:10px;font-size:14px;display:flex}.vd-crumb a{color:#5263fa;font-weight:500}.vd-crumb a:hover{text-decoration:underline}.vd-muted{color:#999}.vd-link{color:#dadada;align-items:center;gap:4px;display:inline-flex}.vd-link:hover{color:#fff;text-decoration:underline}.vd-link svg{width:14px;height:14px}.vd-grid{grid-template-columns:minmax(0,1fr) 412px;align-items:start;gap:40px;display:grid}@media (width<=1100px){.vd-grid{grid-template-columns:1fr}}.vd-main{flex-direction:column;gap:28px;min-width:0;display:flex}.vd-head h1{letter-spacing:-.02em;align-items:center;gap:16px;font-size:48px;font-weight:500;line-height:56px;display:flex}@media (width>=1300px){.vd-head h1{font-size:60px;line-height:60px}}.vd-head h1 img{border-radius:50%;flex:none;width:56px;height:56px}.vd-copy{color:#999;flex:none;width:20px;height:20px}.vd-copy:hover{color:#fff}.vd-copy svg{width:20px;height:20px}.vd-sub{color:#dadada;flex-wrap:wrap;align-items:center;gap:12px;margin-top:14px;font-size:18px;line-height:18px;display:flex}.vd-sub .vpill{padding:4px 8px;font-size:11px}.vd-price{color:#dadada;margin-top:10px;font-size:18px;line-height:18px}.vd-desc{color:#dadada;max-width:760px;margin-top:18px;font-size:14px;line-height:16.8px}.vd-how{color:#777;text-underline-offset:3px;margin-top:8px;font-size:11px;text-decoration:underline}.vd-how:hover{color:#dadada}.vd-stats{border-top:.5px solid #2c2c2c;border-bottom:.5px solid #2c2c2c;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:20px 0;display:grid}@media (width<=700px){.vd-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.vd-stat{flex-direction:column;gap:6px;display:flex}.vd-stat small{letter-spacing:.06em;text-transform:uppercase;color:#999;font-size:11px;font-weight:500;line-height:12px}.vd-stat strong{color:#f6f6f6;font-size:34px;font-weight:700;line-height:38px}.vd-stat strong.green,.green{color:#5d9918}.vd-stat strong.blue{color:#5263fa}.red{color:#e2574c}.vd-stat span{color:#dadada;font-size:12px;line-height:18px}.vd-tabs{background:#1a1a1a;border:.5px solid #2c2c2c;border-radius:10px;gap:4px;width:max-content;padding:4px;display:inline-flex}.vd-tabs button{color:#999;border-radius:8px;padding:10px 16px;font-size:12px;font-weight:500;line-height:18px}.vd-tabs button:hover{color:#f6f6f6}.vd-tabs button.on{color:#f6f6f6;background:#202020}.vd-card{background:#1a1a1a;border:.5px solid #2c2c2c;border-radius:8px;padding:24px;scroll-margin-top:100px}.vd-card h2{margin-bottom:20px;font-size:16px;font-weight:700;line-height:20px}.vd-thesis{flex-direction:column;gap:22px;margin:0;padding:0;list-style:none;display:flex}.vd-thesis li{gap:12px;display:flex}.vd-num{flex:none;width:16px;font-size:15px;font-weight:700;line-height:18.75px}.vd-thesis h3{margin-bottom:8px;font-size:15px;font-weight:700;line-height:18.75px}.vd-thesis p{color:#dadada;font-size:14px;line-height:21px}.vd-thesis p+p{margin-top:12px}.vd-extra b{color:#f6f6f6}.vd-more{color:#999;margin-top:18px;font-size:12px}.vd-more:hover{color:#f6f6f6}.vd-fee{align-items:flex-start;gap:14px;padding:14px 0;display:flex}.vd-fee+.vd-fee{border-top:.5px solid #2c2c2c}.vd-fee-ic{color:#5263fa;background:#202020;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.vd-fee-ic svg{width:18px;height:18px}.vd-fee strong{font-size:16px;font-weight:700;line-height:19px;display:block}.vd-fee span{color:#dadada;margin-top:4px;font-size:14px;font-weight:500;line-height:16.8px;display:block}.vd-fee small{color:#999;margin-top:4px;font-size:12px;display:block}.vd-table-wrap{overflow-x:auto}.vd-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:13px}.vd-table th{text-align:left;color:#999;border-bottom:.5px solid #2c2c2c;padding:10px 12px;font-size:12px;font-weight:500}.vd-table td{vertical-align:top;color:#dadada;border-bottom:.5px solid #232323;padding:16px 12px}.vd-table tr:last-child td{border-bottom:0}.vd-table td small{color:#777;margin-top:2px;font-size:10px;display:block}.vd-table td b{color:#f6f6f6;font-weight:700}.vd-dot{vertical-align:middle;background:#444;border-radius:50%;width:6px;height:6px;margin-right:8px;display:inline-block}.vd-dot.live{background:#4ade80;box-shadow:0 0 6px #4ade80}.vd-otm{color:#999;vertical-align:middle;background:#232323;border:.5px solid #2c2c2c;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:10px;display:inline-block}.vd-side{flex-direction:column;gap:16px;display:flex;position:sticky;top:110px}.vd-panel{background:#1a1a1a;border:.5px solid #2c2c2c;border-radius:14px;flex-direction:column;gap:14px;padding:16px;display:flex}.vd-seg{background:#161618;border-radius:14px;grid-template-columns:1fr 1fr;gap:6px;padding:4px;display:grid}.vd-seg button{color:#dadada;border-radius:10px;height:37px;font-size:14px;font-weight:700}.vd-seg button.on{color:#5263fa;background:#202020}.vd-amt-head{color:#999;justify-content:space-between;font-size:12px;display:flex}.vd-amt{background:#161616;border:1px solid #2c2c2c;border-radius:8px;align-items:center;gap:8px;height:52px;padding:0 8px;display:flex}.vd-amt>button{color:#dadada;border:.5px solid #2c2c2c;border-radius:8px;flex:none;width:32px;height:32px;font-size:16px}.vd-amt>button:hover{background:#202020}.vd-amt input{text-align:center;color:#f6f6f6;min-width:0;font-size:20px;font-weight:700;font-family:var(--sans);background:0 0;border:0;outline:none;flex:1}.vd-amt input::placeholder{color:#555}.vd-token{color:#f6f6f6;background:#202020;border-radius:8px;flex:none;align-items:center;gap:6px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.vd-token img{border-radius:50%;width:16px;height:16px}.vd-pcts{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.vd-pcts button{color:#dadada;background:#161616;border:.5px solid #2c2c2c;border-radius:8px;height:28px;font-size:12px}.vd-pcts button:hover{color:#fff;background:#202020}.vd-rows{flex-direction:column;margin:0;display:flex}.vd-rows>div{border-top:.5px solid #2c2c2c;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;font-size:12px;display:flex}.vd-rows dt{color:#999}.vd-rows dd{color:#dadada;align-items:center;gap:6px;margin:0;display:flex}.vd-rows dd img{border-radius:50%;width:14px;height:14px}.vd-cta{color:#f6f6f6;background:#5263fa;border:.5px solid #5263fa;border-radius:10px;height:45px;padding:8px 20px;font-size:14px;font-weight:700}.vd-cta:hover:not(:disabled){background:#6675ff}.vd-cta:disabled{opacity:.5}.vd-wallet{color:#999;text-align:center;font-size:11px}.vd-warn{color:#f3c759;background:#f3c75914;border:.5px solid #f3c75959;border-radius:8px;gap:8px;padding:12px;display:flex}.vd-warn svg{flex:none;width:16px;height:16px;margin-top:1px}.vd-warn p{font-size:12px;font-weight:500;line-height:17px}.vd-details h3{font-size:14px;font-weight:700}.vd-details .vd-rows>div:first-child{border-top:0}.app[data-theme=dark] .nav{border-top-color:#2c2c2c;border-bottom-color:#2c2c2c;box-shadow:0 1px #ffffff0a}.app[data-theme=dark] .nav-logo .logo-word b{color:#f6f6f6}.app[data-theme=dark] .nav-link{color:#dadada}.app[data-theme=dark] .nav-link:hover,.app[data-theme=dark] .nav-link.active{color:#f6f6f6}.app[data-theme=dark] .connect{color:#f6f6f6;box-shadow:none;background:#5263fa;border:.5px solid #5263fa;border-radius:10px}.app[data-theme=dark] .connect:hover{box-shadow:none;background:#6675ff;transform:none}.app[data-theme=dark] .connect:active{box-shadow:none;background:#4757e6;transform:none}.app[data-theme=dark] .connect-chain{border-right-color:#ffffff40}body[data-theme=dark] .wallet-adapter-modal-wrapper{border:.5px solid #2c2c2c;color:#f6f6f6!important;font-family:var(--sans)!important;background:#1a1a1a!important;border-radius:14px!important;box-shadow:0 24px 60px #0009!important}body[data-theme=dark] .wallet-adapter-modal-title{color:#f6f6f6!important}body[data-theme=dark] .wallet-adapter-modal-list .wallet-adapter-button{color:#f6f6f6!important;font-family:var(--sans)!important;border-radius:10px!important}body[data-theme=dark] .wallet-adapter-modal-list .wallet-adapter-button:hover{background:#232323!important}body[data-theme=dark] .wallet-adapter-modal-list-more{color:#dadada!important;font-family:var(--sans)!important}body[data-theme=dark] .wallet-adapter-modal-list-more svg{fill:#dadada!important}body[data-theme=dark] .wallet-adapter-modal-middle{color:#dadada!important}body[data-theme=dark] .wallet-adapter-modal-middle-button{color:#f6f6f6!important;font-family:var(--sans)!important;background:#5263fa!important;border-radius:10px!important}body[data-theme=dark] .wallet-adapter-modal-button-close{background:#232323!important}body[data-theme=dark] .wallet-adapter-modal-button-close svg{fill:#dadada!important}.net-pill{background:var(--surface2);color:#000;height:32px;font-family:var(--mono);letter-spacing:.04em;white-space:nowrap;border:1px solid #000;border-radius:999px;align-items:center;gap:7px;margin-right:4px;padding:0 12px;font-size:12px;display:inline-flex}.app[data-theme=dark] .net-pill{color:#dadada;background:#1a1a1a;border-color:#2c2c2c}.net-dot{background:#999;border-radius:50%;width:8px;height:8px}.desk-online .net-dot{background:var(--green);box-shadow:0 0 6px var(--green)}.desk-offline .net-dot{background:var(--red)}.desk-connecting .net-dot{background:#d4a72c;animation:1s step-end infinite blink}.tag-live,.tag-soon{font-family:var(--mono);letter-spacing:.04em;border:1px solid;border-radius:999px;padding:1px 6px;font-size:10px;line-height:14px}.tag-live{border-color:var(--green);background:var(--green);color:#fff}.tag-soon{color:#00000080;background:0 0;border-color:#0000004d}.apr-soon{color:#00000059;font-weight:400}.tbl-row.is-soon .tbl-c{color:#0000008c}.tbl-row.is-soon .asset img,.tbl-row.is-soon .btn-earn img{filter:grayscale(.6);opacity:.8}.btn-earn.is-soon{background:var(--bg);color:#0000008c;box-shadow:none;cursor:default;border-style:dashed}.btn-earn.is-soon:hover{box-shadow:none;transform:none}.notice{background:var(--surface2);border:1px solid #000;border-radius:8px;margin:12px 0 0;padding:10px 14px;font-size:14px;line-height:20px}.notice.warn{background:var(--amber-bg);border-color:var(--amber)}.notice.ok{background:var(--green-bg);border-color:var(--green)}.notice a{text-underline-offset:2px;text-decoration:underline}.notice code{font-family:var(--mono);background:#0000000f;border-radius:4px;padding:1px 5px;font-size:13px}.link-btn{text-underline-offset:2px;font-weight:600;text-decoration:underline}.ed-body .notice{max-width:980px}.strikes-empty{font-family:var(--mono);color:#0009;padding:12px 0;font-size:14px}.quote-meta{font-family:var(--mono);color:#0009;margin-top:4px;font-size:11px;line-height:14px;display:block}.faucet-btn small{font-family:var(--mono);text-underline-offset:2px;font-size:12px;line-height:14px;text-decoration:underline}.faucet-btn:hover small{color:var(--green)}.strike-btn:disabled{opacity:.6;cursor:default;transform:none}.amount input:disabled{color:#00000080}.soon-panel{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:56px 24px 64px;display:flex}.soon-panel img{border-radius:50%;width:64px;height:64px}.soon-panel h2{font-size:24px;line-height:30px}.soon-panel p{color:#000000b3;max-width:620px}.soon-links{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:12px;display:flex}.dash-income{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:300px;padding:24px 16px;display:flex}.dash-big{font-family:var(--mono);font-size:44px;font-weight:500;line-height:48px}.dash-big small{font-family:var(--sans);color:#0009;margin-top:6px;font-size:12px;font-weight:400;display:block}.dash-split{font-family:var(--mono);gap:28px;display:flex}.dash-split div{align-items:center;gap:8px;display:flex}.dash-split img{border-radius:50%;width:22px;height:22px}.dash-foot{color:#0009;font-size:12px}.dash-chart{justify-content:center;align-items:flex-end;gap:28px;min-height:300px;padding:32px 24px 24px;display:flex}.dash-bar-col{font-family:var(--mono);flex-direction:column;align-items:center;gap:6px;font-size:12px;display:flex}.dash-bar-val{font-weight:700}.dash-bar{background:var(--green);width:44px;box-shadow:3px 3px 3px var(--shadow);border:1px solid #000;border-radius:6px 6px 0 0}.dash-lookup{border-bottom:1px dashed #000;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;font-size:14px;display:flex}.dash-lookup form{gap:8px;display:flex}.dash-lookup input{width:420px;max-width:60vw;height:36px;font-family:var(--mono);background:#fff;border:1px solid #000;border-radius:8px;outline:none;padding:0 12px;font-size:13px}.dash-lookup .btn{padding:0 14px}.dash-note{color:#0009;padding:10px 16px 16px;font-size:12px}.asset-id small a{text-underline-offset:2px;text-decoration:underline}.outcome{font-size:12px;line-height:16px;font-family:var(--mono);border:1px solid #000;border-radius:999px;padding:2px 8px;display:inline-block}.outcome-open{background:var(--surface2)}.outcome-kept{background:var(--green-bg);border-color:var(--green)}.outcome-exchanged{background:var(--amber-bg);border-color:var(--amber)}.outcome-settled{background:var(--bg);color:#0009}.outcome-wait{background:var(--surface2);color:#0009;border-style:dashed}.settle-btn{color:#fff;font-family:var(--mono);box-shadow:2px 2px 2px var(--shadow);background:#000;border:1px solid #000;border-radius:6px;margin-left:8px;padding:4px 10px;font-size:12px}.settle-btn:disabled{opacity:.5}
