@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.connect-wallet{box-sizing:border-box;width:min(420px,calc(100vw - 32px));max-height:calc(100dvh - 40px);margin:auto;padding:28px;border:1px solid var(--theme-line, #e0e7f3);border-radius:24px;background:var(--theme-surface, #fff);color:var(--theme-text, #24272c);box-shadow:0 24px 80px #263b6426;font-family:Inter Tight,PingFang SC,sans-serif}.connect-wallet::backdrop{background:#202b485c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.connect-wallet-brand{display:flex;align-items:center;gap:8px;padding-right:32px;font-size:14px;font-weight:600}.connect-wallet-brand img{width:26px;height:26px;object-fit:contain}.connect-wallet-network{padding:4px 8px;border-radius:6px;background:var(--theme-soft, #f1f4fc);color:var(--theme-muted, #7c8ba7);font-size:11px;font-weight:400}.connect-wallet-close{position:absolute;right:20px;top:20px;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:var(--theme-soft, #f2f4fa);color:var(--theme-muted, #7a859b);font-size:24px;cursor:pointer}.connect-wallet h2{margin:26px 0 8px;font-size:25px;font-weight:600;line-height:1.3}.connect-wallet>p{margin:0 0 24px;color:var(--theme-muted, #7a8498);font-size:13px;line-height:1.7}.connect-wallet-list{display:grid;gap:10px}.connect-wallet-list>button{display:flex;align-items:center;gap:12px;width:100%;min-height:64px;padding:12px 14px;border:1px solid var(--theme-line, #e5eaf5);border-radius:14px;background:var(--theme-soft, #f8faff);color:var(--theme-text, #24272c);font:inherit;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.connect-wallet-list>button:hover{background:var(--theme-selected, #edf2ff);border-color:var(--theme-focus, #afc1f3)}.connect-wallet button:focus-visible{outline:2px solid var(--theme-focus, #426be0);outline-offset:3px}.connect-wallet-list img{width:32px;height:32px;object-fit:contain;border-radius:9px;flex-shrink:0}.connect-wallet-name{flex:1;min-width:0;overflow-wrap:anywhere;font-size:15px;font-weight:500}.connect-wallet-detected{color:var(--theme-success, #79988f);font-size:11px;white-space:nowrap}.connect-wallet-empty{padding:24px 16px;border-radius:14px;background:var(--theme-soft, #f5f7fc);font-size:14px;line-height:1.9;text-align:center}.connect-wallet-empty span{color:var(--theme-muted, #7a8498);font-size:12px}@media(max-width:480px){.connect-wallet{padding:24px 20px}.connect-wallet-list>button{gap:9px;padding:12px}}@media(prefers-reduced-motion:reduce){.connect-wallet-list>button{transition:none}}.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.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]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform ease-in .15s}.wallet-adapter-modal{position:fixed;inset:0;opacity:0;transition:opacity linear .15s;background:#00000080;z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;inset:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media(max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media(max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.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{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-tight-cyrillic-ext-400-normal-CKO3cWyd.woff2) format("woff2"),url(/assets/inter-tight-cyrillic-ext-400-normal-DiHHcP5k.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-tight-cyrillic-400-normal-G7BuwYWK.woff2) format("woff2"),url(/assets/inter-tight-cyrillic-400-normal-DPRou3KO.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-tight-greek-ext-400-normal-C3GMUg_S.woff2) format("woff2"),url(/assets/inter-tight-greek-ext-400-normal-DMqR5RoS.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-tight-greek-400-normal-Br_GQm5W.woff2) format("woff2"),url(/assets/inter-tight-greek-400-normal-BLLSFQTx.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-tight-vietnamese-400-normal-CqzIqjuX.woff2) format("woff2"),url(/assets/inter-tight-vietnamese-400-normal-kSDs3Vd1.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-tight-latin-ext-400-normal-DN7wyBvd.woff2) format("woff2"),url(/assets/inter-tight-latin-ext-400-normal-BQQeeQrv.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-tight-latin-400-normal-iW8qmuJY.woff2) format("woff2"),url(/assets/inter-tight-latin-400-normal-BLrFJfvD.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-tight-cyrillic-ext-500-normal-BZAF-_VI.woff2) format("woff2"),url(/assets/inter-tight-cyrillic-ext-500-normal-Dy1ZB9JY.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-tight-cyrillic-500-normal-5ykfyGeh.woff2) format("woff2"),url(/assets/inter-tight-cyrillic-500-normal-CRXauZSq.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-tight-greek-ext-500-normal-Be7hKmpC.woff2) format("woff2"),url(/assets/inter-tight-greek-ext-500-normal-BEGGcu3x.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-tight-greek-500-normal-kave9HZE.woff2) format("woff2"),url(/assets/inter-tight-greek-500-normal-Ca-cFdRH.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-tight-vietnamese-500-normal-C7jl9LDK.woff2) format("woff2"),url(/assets/inter-tight-vietnamese-500-normal-CO4EMNTO.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-tight-latin-ext-500-normal-D3akd6m-.woff2) format("woff2"),url(/assets/inter-tight-latin-ext-500-normal-_hLDZz_3.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-tight-latin-500-normal-BFXNXuvF.woff2) format("woff2"),url(/assets/inter-tight-latin-500-normal-pobXraBK.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-tight-cyrillic-ext-600-normal-B4SKDMEv.woff2) format("woff2"),url(/assets/inter-tight-cyrillic-ext-600-normal-_3ga77Eo.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-tight-cyrillic-600-normal-BERwQ0yl.woff2) format("woff2"),url(/assets/inter-tight-cyrillic-600-normal-BeTasGgk.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-tight-greek-ext-600-normal-CiDI6ET5.woff2) format("woff2"),url(/assets/inter-tight-greek-ext-600-normal-5gKW7MDU.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-tight-greek-600-normal-BIqmcc-q.woff2) format("woff2"),url(/assets/inter-tight-greek-600-normal-67HAlfW-.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-tight-vietnamese-600-normal-FGgebaLI.woff2) format("woff2"),url(/assets/inter-tight-vietnamese-600-normal-BCXZ1BbA.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-tight-latin-ext-600-normal-BgMgWFts.woff2) format("woff2"),url(/assets/inter-tight-latin-ext-600-normal-BvYdOF2O.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Tight;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-tight-latin-600-normal-BgSTtRxb.woff2) format("woff2"),url(/assets/inter-tight-latin-600-normal-D7bG6gX1.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.hybrid .header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.hybrid .settings-trigger{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--theme-line, #e3e9f5);border-radius:50%;background:var(--theme-surface, #fff);color:var(--theme-text-secondary, #56637d)}.hybrid .settings-trigger:hover,.hybrid .settings-trigger[aria-expanded=true]{color:var(--theme-link, #426ac8);background:var(--theme-selected, #edf3ff);border-color:var(--theme-focus, #afc1f3)}.settings-dialog,.settings-dialog *{font-family:Inter Tight,PingFang SC,Microsoft YaHei,sans-serif}.settings-dialog{width:min(460px,calc(100vw - 32px));max-height:calc(100dvh - 32px);margin:auto;overflow-y:auto;overscroll-behavior:contain;padding:28px;border:1px solid var(--theme-line, #e0e7f3);border-radius:24px;color:var(--theme-text, #24272c);background:var(--theme-surface, #fff);box-shadow:0 28px 100px #03071350}.settings-dialog::backdrop{background:#080e1b80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.settings-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.hybrid .settings-heading h2{margin:0;font-size:24px;font-weight:600;letter-spacing:-.5px}.hybrid .settings-close{display:grid;place-items:center;width:32px;height:32px;padding:0;border-radius:50%;color:var(--theme-muted, #7a859b);background:var(--theme-soft, #f2f4fa)}.hybrid .settings-close:hover{color:var(--theme-text, #24272c)}.settings-section{min-width:0;border:0;margin:0;padding:0}.settings-section+.settings-section{margin-top:24px;padding-top:22px;border-top:1px solid var(--theme-line, #e8edf7)}.settings-section>legend,.settings-section>label{display:block;width:100%;padding:0;margin-bottom:12px;font-size:14px;font-weight:500}.settings-rpc>legend{float:left}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.theme-option{position:relative;display:block;min-width:0;padding:7px;border:1px solid var(--theme-line, #e0e7f3);border-radius:14px;cursor:pointer}.theme-option input{position:absolute;opacity:0;width:1px;height:1px}.theme-option:has(:checked){border-color:var(--theme-link, #426ac8);background:var(--theme-selected, #edf3ff)}.theme-option:has(:focus-visible){outline:2px solid var(--theme-link, #426ac8);outline-offset:3px}.theme-preview{display:grid;grid-template-columns:24% 1fr;gap:8px;height:72px;padding:10px;border-radius:8px;border:1px solid #ffffff0a}.theme-preview-dark{background:#0e121b;--preview-panel: #222e42;--preview-line: #405271}.theme-preview-light{background:#f2f5fc;--preview-panel: #fff;--preview-line: #d3ddef;border-color:#e6ebf5}.theme-preview>span{border-radius:4px;background:var(--preview-panel)}.theme-preview>span:last-child{padding:9px}.theme-preview i{display:block;width:62%;height:4px;margin-bottom:6px;border-radius:2px;background:var(--preview-line)}.theme-preview i:first-child{width:38%;background:#7795f1}.theme-preview i:last-child{width:84%;margin-bottom:0}.theme-option-label{display:flex;justify-content:space-between;align-items:center;padding:10px 4px 3px;font-size:13px}.settings-check{display:grid;place-items:center;flex-shrink:0;width:18px;height:18px;border-radius:50%;color:var(--theme-link, #426ac8);font-size:13px}.theme-option:has(:checked) .settings-check{background:var(--theme-link, #426ac8);color:var(--theme-surface, #fff)}.settings-language-label{display:block;margin-bottom:12px;font-size:14px;font-weight:500}.hybrid .settings-language-trigger{display:flex;align-items:center;gap:12px;width:100%;min-height:50px;padding:12px 16px;border:1px solid var(--theme-line, #e0e7f3);border-radius:12px;color:var(--theme-text, #24272c);background:var(--theme-soft, #f7f9fd);font-size:15px;text-align:left}.settings-language-flag{display:inline-flex;align-items:center;justify-content:center;width:28px;flex-shrink:0;font:23px/1 "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.settings-language-chevron{margin-left:auto;flex-shrink:0;color:var(--theme-muted, #7a859b)}.settings-language-trigger[aria-expanded=true] .settings-language-chevron{transform:rotate(180deg)}.hybrid .settings-language-trigger:hover,.hybrid .settings-language-trigger[aria-expanded=true]{border-color:var(--theme-focus, #afc1f3)}.settings-language-menu{position:fixed;inset:auto;margin:0;padding:8px;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--theme-line, #dce5f4);border-radius:16px;color:var(--theme-text, #24272c);background:var(--theme-surface, #fff);box-shadow:0 16px 48px #03071340}.hybrid .settings-language-menu button{display:flex;align-items:center;gap:12px;width:100%;min-height:52px;padding:12px;border:0;border-radius:10px;color:inherit;background:transparent;font-size:15px;text-align:left}.settings-language-menu button+button{margin-top:4px}.hybrid .settings-language-menu button:hover{background:var(--theme-soft, #f4f7fd)}.hybrid .settings-language-menu button[aria-checked=true]{color:var(--theme-link, #426ac8);background:var(--theme-selected, #edf3ff)}.settings-language-check{display:grid;place-items:center;width:22px;height:22px;margin-left:auto;flex-shrink:0;border-radius:50%}.settings-language-menu [aria-checked=true] .settings-language-check{color:var(--theme-surface, #fff);background:var(--theme-link, #426ac8)}.hybrid .settings-language-menu button:focus-visible{outline:2px solid var(--theme-link, #426ac8);outline-offset:-2px}.settings-nodes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;clear:both}.hybrid .settings-nodes button{display:flex;justify-content:center;align-items:center;gap:8px;min-width:0;min-height:43px;padding:10px 6px;border:1px solid var(--theme-line, #e0e7f3);border-radius:10px;font-size:13px;background:var(--theme-soft, #f7f9fd)}.hybrid .settings-nodes button[aria-pressed=true],.hybrid .settings-custom-node[aria-pressed=true]{color:var(--theme-link, #426ac8);border-color:var(--theme-focus, #afc1f3);background:var(--theme-selected, #edf3ff)}.node-indicator{display:none;width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}[aria-pressed=true]>.node-indicator{display:block}.hybrid .settings-custom-node{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:8px;padding:9px 12px;border:1px solid var(--theme-line, #e0e7f3);border-radius:10px;font-size:13px}.settings-custom{margin-top:18px}.settings-custom label{display:block;font-size:12px;color:var(--theme-muted, #7a859b);margin-bottom:8px}.settings-custom>div{display:flex;align-items:stretch;gap:8px}.hybrid .settings-custom input{width:100%;min-width:0;padding:11px 12px;border:1px solid var(--theme-line, #e0e7f3);border-radius:10px;background:var(--theme-bg, #f7f9fd);color:var(--theme-text, #24272c);font:12px/1.5 JetBrains Mono,monospace}.hybrid .settings-custom button{flex-shrink:0;padding:10px 14px;background:var(--theme-button, #4268d5);color:#fff;border-radius:10px;font-size:12px;font-weight:500}.hybrid .settings-custom p{margin:10px 0 0;color:var(--theme-danger, #bb4254);font-size:12px;line-height:1.6}.settings-custom input[aria-invalid=true]{border-color:var(--theme-danger, #bb4254)}.hybrid .settings-dialog :is(button,select,input):focus-visible{outline:2px solid var(--theme-link, #426ac8);outline-offset:3px}@media(prefers-reduced-motion:no-preference){.settings-dialog[open]{animation:settings-in .16s ease-out}@keyframes settings-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:1250px){.hybrid .desktop-navigation{display:none}.hybrid .mobile-menu-button{display:grid;place-items:center;order:-1;flex-shrink:0;width:34px;height:38px;border-radius:10px;color:var(--theme-link, #426ac8);background:var(--theme-soft, #f2f6ff)}.hybrid .header{flex-wrap:nowrap;gap:12px}.hybrid .header .brand{margin-right:auto}}@media(max-width:600px){.hybrid .header-actions{gap:6px}.hybrid .settings-trigger{width:38px;height:38px}.hybrid .header .account-trigger{width:38px;height:38px;padding:8px;justify-content:center}.hybrid .header .account-trigger .account-label,.hybrid .header .account-trigger>svg:last-child{display:none}}@media(max-width:480px){.settings-dialog{padding:22px;border-radius:20px}.settings-heading{margin-bottom:22px}.settings-section+.settings-section{margin-top:20px;padding-top:18px}.hybrid .settings-nodes button{font-size:12px;gap:5px}.hybrid .settings-custom button{padding-inline:10px}}@media(max-width:360px){.settings-dialog{padding:18px}.settings-custom>div{flex-direction:column}}html:not([lang=zh-CN]) .hybrid .rule-formula strong{overflow-wrap:anywhere}html:not([lang=zh-CN]) .hybrid .tabs button{font-family:inherit}html:not([lang=zh-CN]) .hybrid .reward-item strong{white-space:nowrap}html:not([lang=zh-CN]) .hybrid.live-app .operation .tabs button{min-width:0;min-height:42px;padding-inline:4px;white-space:normal;font-size:12px;line-height:1.3}.hybrid .allocation-page{max-width:1140px;margin:0 auto;padding-bottom:24px}.allocation-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.hybrid .allocation-heading h1{font-size:28px;font-weight:600}.hybrid .allocation-heading p{margin-top:10px;color:var(--theme-muted, #7c8699);font-size:14px}.allocation-phase{border:1px solid var(--theme-line, #dce5f5);border-radius:999px;padding:8px 14px;color:var(--theme-muted, #6a7da7);font-size:12px;white-space:nowrap}.allocation-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.allocation-card{min-width:0;padding:30px;border:1px solid var(--theme-line, #e0e7f4);border-radius:24px;background:var(--theme-surface, #fff)}.hybrid .allocation-page h2{font-size:17px;font-weight:600}.allocation-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.allocation-card-heading>strong{border-radius:8px;padding:6px 10px;font-size:13px;font-weight:500;background:var(--theme-soft, #eaf0fb)}.allocation-overview{display:flex;flex-direction:column;background:linear-gradient(130deg,var(--theme-surface, #fff) 25%,var(--theme-selected, #eef3ff))}.allocation-unassigned{display:block;margin:36px 0;color:var(--theme-link, #466cdb);font-size:38px;font-weight:500;line-height:1.3}.hybrid .allocation-overview>p{margin-bottom:24px;color:var(--theme-muted, #8590a4);font-size:13px;line-height:1.7}.allocation-meta span{color:var(--theme-muted, #7c879c);font-size:13px}.allocation-ready{color:var(--theme-success, #408a7b)}.allocation-pending{color:var(--theme-muted, #8390a6)}.allocation-meta{display:grid;grid-template-columns:1fr;gap:18px;margin-top:auto;padding-top:24px;border-top:1px solid var(--theme-line, #e1e8f5)}.allocation-meta>div{display:flex;flex-direction:column;gap:12px}.allocation-meta b{font-size:20px;font-weight:500;color:var(--theme-text-secondary, #596984);font-variant-numeric:tabular-nums}.allocation-condition{display:flex;align-items:flex-start;gap:14px;padding-top:26px}.allocation-step{display:grid;place-items:center;width:30px;height:30px;flex-shrink:0;background:var(--theme-soft, #f0f4fc);border-radius:9px;color:var(--theme-muted, #8193b4);font-size:11px}.hybrid .allocation-page h3{font-size:14px;font-weight:500;line-height:1.6}.hybrid .allocation-condition p{margin-top:8px;color:var(--theme-muted, #8a95a8);font-size:13px;line-height:1.7;overflow-wrap:anywhere}.allocation-condition b{color:var(--theme-text-secondary, #546885);font-weight:500}.allocation-condition>div{min-width:0}.hybrid .allocation-condition[data-complete=true] p,.allocation-condition[data-complete=true] b{color:var(--theme-success, #408a7b)}.allocation-check{display:grid;place-items:center;flex-shrink:0;width:32px;height:32px;margin-left:auto;border-radius:50%;color:var(--theme-muted, #8390a6);font-size:22px;font-weight:700;line-height:1}.allocation-condition[data-complete=true] .allocation-check{color:var(--theme-success, #408a7b);background:var(--theme-success-soft, #e8f5ee)}.allocation-action{margin-top:24px}.hybrid .allocation-action>p{border-radius:12px;background:var(--theme-soft, #f4f7fd);padding:14px;font-size:13px;line-height:1.7;color:var(--theme-muted, #6d7e9b)}.hybrid .allocation-action>.allocation-ready{color:var(--theme-success, #408a7b)}.hybrid .allocation-page .allocation-note{margin-top:14px;color:var(--theme-muted, #8c98ad);font-size:11px;line-height:1.8}.hybrid .allocation-meta .allocation-note{margin-top:0}.allocation-rules{margin-top:24px;padding:28px 30px;border:1px solid var(--theme-line, #e0e7f4);border-radius:24px;background:var(--theme-surface, #ffffff90)}.allocation-rule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:24px}.hybrid .allocation-rule-grid p{color:var(--theme-muted, #7c879c);font-size:13px;line-height:1.9;margin-top:10px}@media(max-width:700px){.allocation-grid,.allocation-rule-grid{grid-template-columns:1fr;gap:16px}.allocation-card,.allocation-rules{padding:24px;border-radius:20px}.hybrid .allocation-heading h1{font-size:24px}.allocation-heading{align-items:flex-start}.allocation-phase{font-size:10px;padding:7px 10px}.allocation-unassigned{font-size:32px;margin:28px 0}}.allocation-unassigned{overflow-wrap:anywhere}.allocation-unassigned small{font-size:15px;font-weight:400}.allocation-payment-details{margin:24px 0}.allocation-payment-details>div{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--theme-line, #edf1f8);font-size:14px}.allocation-payment-details dt{color:var(--theme-muted, #7c879c)}.allocation-payment-details dd{margin:0;text-align:right;overflow-wrap:anywhere;min-width:0}.allocation-purchase .primary{margin-top:22px}.allocation-load-error{margin-top:16px;color:var(--theme-danger, #b35b61);font-size:13px}.allocation-load-error button{text-decoration:underline}*{box-sizing:border-box}body{margin:0}.demo{--accent: #1a73e8;--soft: #eef4ff;--ink: #24272c;--muted: #757b84;--line: #e8eaed;min-height:100vh;background:var(--theme-surface, #fff);color:var(--ink);font:14px Inter Tight,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;padding-bottom:114px;color-scheme:light}.demo button,.demo input,.demo select{font:inherit;color:inherit}.demo button,.demo a,.demo summary{-webkit-tap-highlight-color:transparent}.demo button{cursor:pointer;border:0;background:none}.demo button:disabled{cursor:default;opacity:.42}.demo a{text-decoration:none;color:inherit}.demo button:focus-visible,.demo a:focus-visible,.demo input:focus-visible,.demo select:focus-visible,.demo summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.demo h1,.demo h2,.demo h3,.demo p{margin:0}.preview-bar{height:34px;background:var(--theme-soft, #f7f8fa);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 38px;font-size:10px;color:var(--theme-muted, #717780);letter-spacing:1px}.preview-bar b{font-weight:400;margin-left:12px;letter-spacing:0}.preview-bar i{display:inline-block;width:6px;height:6px;background:var(--theme-soft, #e4ac43);border-radius:50%;margin-right:9px}.header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;gap:25px}.brand{display:flex;align-items:center;font-size:25px;font-weight:600;letter-spacing:-1px}.brand-icon{display:grid;place-items:center;font:italic 600 30px Georgia,serif;width:33px;height:33px;border-radius:10px;background:var(--accent);color:#fff;margin-right:10px}.brand-dot{color:var(--accent)}.header nav{display:flex;gap:32px;font-size:13px;color:var(--muted)}.header nav .nav-active{color:var(--ink)}.wallet{border:1px solid var(--line)!important;border-radius:24px;padding:11px 18px;font-size:12px!important;background:var(--theme-surface, #fff)!important}.wallet>span{margin-left:18px;color:var(--muted)}.intro{text-align:center;margin:46px auto 32px}.network{font-size:10px;letter-spacing:2px;color:var(--muted);margin-bottom:19px}.network i,.footer i{display:inline-block;width:6px;height:6px;background:#38a477;border-radius:50%;margin-right:7px}.intro h1{font-size:37px;font-weight:500;letter-spacing:-1.5px;line-height:1.5}.intro p{font-size:13px;color:var(--muted);margin-top:10px}.workspace{display:flex;justify-content:center;align-items:start;gap:24px}.operation{width:460px;padding:24px;border:1px solid var(--theme-line, #e2e5e9);background:var(--theme-surface, #fff);border-radius:22px;box-shadow:0 5px 22px #24304106;scroll-margin-top:20px}.trade-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.tabs{display:flex;gap:23px}.tabs button{color:var(--theme-muted, #8c9199);font-size:17px;padding:0 0 9px;position:relative}.tabs button.selected{color:var(--ink);font-weight:600}.tabs button.selected:after{content:"";position:absolute;bottom:0;height:2px;left:0;width:100%;background:var(--accent)}.pool-badge{font-size:10px;letter-spacing:.3px;color:var(--muted);display:flex;align-items:center;gap:6px}.pool-badge i{width:6px;height:6px;border-radius:50%;background:#2a9b73}.amount-box{padding:16px;background:var(--theme-soft, #f7f8fa);border:1px solid var(--theme-line, #f0f1f3);border-radius:13px}.input-caption{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.input-row{display:flex;align-items:center;gap:10px;margin:17px 0 13px}.input-row input{width:100%;min-width:0;border:0;background:transparent;font-size:36px;letter-spacing:-1px;padding:0}.input-row input::placeholder{color:var(--theme-muted, #b5bac2)}.token{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600}.token-icon{display:grid;place-items:center;width:27px;height:27px;background:#22272e;color:#fff;border-radius:50%;font-size:22px}.amount-bottom{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:9px;color:var(--muted)}.amount-bottom>div{display:flex;gap:5px;flex-shrink:0}.amount-bottom button{padding:5px;background:var(--theme-surface, #fff);border-radius:5px;color:var(--theme-text-secondary, #646b76);font-size:9px}.route{display:flex;align-items:center;gap:9px;margin:17px 0 22px;font-size:10px}.route>span:last-child{margin-left:auto;color:var(--muted);font-size:9px}.route-icon{width:23px;height:23px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--muted)}.route-dash{color:var(--theme-muted, #a3a9b2);margin:0 5px}.trade-details{display:grid;gap:13px;font-size:11px;margin-bottom:21px}.trade-details>div{display:flex;align-items:center;justify-content:space-between}.trade-details span,.trade-details label{color:var(--muted)}.trade-details b{font-weight:500}.trade-details select{border:0;background:transparent;font-size:11px}.demo .primary{width:100%;padding:15px 18px;background:var(--accent);color:#fff;border-radius:10px;font-weight:500;font-size:13px;display:flex;align-items:center;justify-content:center;position:relative}.primary span{position:absolute;right:18px}.trade-footnote{text-align:center;color:var(--theme-muted, #9499a1);font-size:9px;padding-top:13px}.overview{max-width:860px;margin:24px auto 0;scroll-margin-top:24px}.position{width:460px;margin:auto;padding:19px 22px;border:1px solid var(--line);border-radius:14px;background:var(--theme-surface, #fff)}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}.section-heading h2{font-size:12px;font-weight:500}.quiet{color:var(--muted);font-size:10px}.position-values{display:grid;grid-template-columns:1fr 1fr;gap:20px}.position-values>div>span{color:var(--muted);font-size:10px}.position-values strong{display:block;font-size:23px;font-weight:500;margin-top:7px;font-variant-numeric:tabular-nums}.position-values small{margin-left:6px;font-size:9px;font-weight:400;color:var(--muted)}.green{color:var(--theme-success, #238564)}.position-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px;border-top:1px solid var(--line);padding-top:13px;color:var(--muted);font-size:9px;gap:12px}.position-bottom button{color:var(--accent);white-space:nowrap;padding:4px 0;font-size:10px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);margin-top:35px}.metrics>div{text-align:center;border-right:1px solid var(--line)}.metrics>div:last-child{border:0}.metrics span{display:block;font-size:10px;color:var(--muted);margin-bottom:8px}.metrics strong{font-size:18px;font-weight:500;letter-spacing:-.3px}.protocol-details{max-width:460px;margin:28px auto 0;color:var(--muted);font-size:11px}.protocol-details summary{cursor:pointer;list-style:none;text-align:center}.protocol-details summary::-webkit-details-marker{display:none}.protocol-details summary span{margin-left:10px}.protocol-details p{padding-top:14px;line-height:1.9}.footer{max-width:1200px;margin:48px auto 0;padding:20px 32px;display:flex;justify-content:space-between;color:var(--theme-muted, #8b9098);font-size:10px}.footer-divider{padding:0 12px;color:var(--theme-muted, #c3c7cd)}.concept-picker{position:fixed;bottom:18px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:5px;padding:8px;background:var(--theme-surface, #fff);border:1px solid var(--theme-line, #e1e5eb);box-shadow:0 8px 35px #28374d14;border-radius:18px;z-index:10}.picker-label{font-size:11px;padding:0 18px 0 12px;white-space:nowrap}.picker-label span{display:block;color:var(--theme-muted, #a0a5ad);font-size:8px;letter-spacing:1px;margin-top:5px}.concept-picker button{display:flex;align-items:center;gap:10px;min-width:145px;text-align:left;padding:12px 10px;border-radius:11px;color:var(--theme-text-secondary, #5f6671)}.concept-picker button[aria-pressed=true]{background:var(--theme-selected, #edf3fe);color:var(--theme-link, #1a73e8)}.concept-picker b{font-size:11px;font-weight:500}.concept-picker small{display:block;font-size:9px;margin-top:5px;color:var(--theme-muted, #939aa5)}.swatch{height:29px;width:25px;border-radius:6px;border:1px solid var(--theme-line, #dbe1e9);background:var(--theme-surface, #fff);box-shadow:inset 0 -8px #edf2f8}.swatch-2{background:var(--theme-selected, #e8f0ff);box-shadow:inset 0 -8px #c6daff}.swatch-3{background:var(--theme-soft, #f3f5f3);box-shadow:inset 7px 0 #517566}.swatch-4{background:var(--theme-surface, #fff);box-shadow:inset 0 8px #252932}.picker-check{margin-left:auto;font-size:11px}.notice{position:fixed;top:140px;left:50%;transform:translate(-50%);width:max-content;max-width:calc(100% - 32px);border:1px solid var(--theme-line, #cbdcf4);background:var(--theme-surface, #fff);box-shadow:0 6px 30px #20355c20;border-radius:12px;padding:15px 18px;font-size:12px;display:flex;gap:20px;z-index:20}.notice button{font-size:19px}.side-position{width:290px}.side-position .position{width:100%}.side-position .position-values{grid-template-columns:1fr;gap:27px}.side-position .position-values strong{font-size:30px}.side-position .position-bottom{align-items:start;flex-direction:column}.pool-note{display:flex;gap:12px;padding:23px 8px}.note-icon{color:var(--accent);font-size:24px}.pool-note h3{font-size:11px;font-weight:500;margin-bottom:9px}.pool-note p{color:var(--muted);font-size:10px;line-height:1.9}.demo-2{background:var(--theme-soft, #f4f7fd);--accent: #336bdd;--line: #e1e7f1}.demo-2 .header{margin:16px 28px;height:70px;background:var(--theme-surface, #fff);border-radius:18px;padding:0 25px}.demo-2 .intro{margin-top:48px}.demo-2 .operation{border:0;border-radius:26px;padding:28px;box-shadow:0 12px 35px #304e8910}.demo-2 .amount-box{background:var(--theme-soft, #f0f5ff);border-color:var(--theme-line, #e6edfc)}.demo-2 .tabs{background:var(--theme-soft, #f1f4f9);padding:4px;border-radius:10px;gap:0}.demo-2 .tabs button{font-size:13px;padding:9px 24px}.demo-2 .tabs button.selected{background:var(--theme-surface, #fff);border-radius:7px;color:var(--accent);box-shadow:0 2px 4px #1724400a}.demo-2 .tabs button.selected:after{display:none}.demo-2 .side-position .position{border:0;padding:25px;border-radius:22px}.demo-2 .metrics{padding:28px 0;background:var(--theme-soft, #eaf0fb);border-radius:18px;margin-top:32px}.demo-3{--accent: #32634e;--soft: #edf4f0;background:var(--theme-soft, #fafbf9)}.demo-3 .header{border-bottom:1px solid var(--line)}.demo-3 .intro{margin:42px auto 32px}.demo-3 .intro h1{font-size:30px}.demo-3 .workspace{position:relative;max-width:1120px;margin:auto}.account-aside{position:absolute;left:28px;top:60px;width:220px}.aside-caption{font-size:9px;color:var(--theme-muted, #799084);letter-spacing:2px}.account-aside h2{font-size:25px;font-weight:400;line-height:1.8;margin-top:24px}.account-aside p{color:var(--muted);line-height:2;font-size:12px;margin-top:17px}.account-line{width:32px;border-top:2px solid var(--theme-line, #9bb2a3);margin:32px 0 17px}.demo-3 .operation{border-radius:5px;box-shadow:none}.demo-3 .amount-box,.demo-3 .primary{border-radius:5px}.demo-3 .amount-box{background:var(--theme-soft, #f5f7f4)}.demo-3 .position{border-radius:5px;border:0;background:transparent;padding:4px 0 16px}.demo-3 .metrics{border-top:1px solid var(--theme-line, #dfe5de);padding-top:26px}.demo-4{background:var(--theme-soft, #f8f9fb);--accent: #292e37}.demo-4 .header{background:var(--theme-surface, #fff);height:76px;border-bottom:1px solid var(--line)}.demo-4 .intro{margin-top:48px}.demo-4 .intro h1{font-size:30px}.demo-4 .workspace{gap:0;max-width:790px;margin:auto;background:var(--theme-surface, #fff);border:1px solid var(--theme-line, #dfe3e9);border-radius:18px;overflow:hidden}.demo-4 .operation{border:0;border-radius:0;box-shadow:none;width:470px;padding:28px}.demo-4 .side-position{width:320px;padding:28px 22px;background:var(--theme-soft, #fcfcfd);border-left:1px solid var(--line);align-self:stretch}.demo-4 .position{border:0;padding:0;background:transparent}.demo-4 .pool-note{border-top:1px solid var(--line);margin-top:20px;padding:20px 0 0}.demo-4 .tabs button.selected:after{background:#3f8fdf}.demo-4 .metrics{max-width:790px;margin:30px auto 0}@media(min-width:1500px){.intro{margin-top:75px}.overview{margin-top:30px}}@media(max-width:1050px){.account-aside{display:none}}@media(max-width:760px){.demo{padding-bottom:105px}.preview-bar{padding:0 18px;font-size:8px;letter-spacing:.4px}.preview-bar b{display:none}.header,.demo-2 .header,.demo-4 .header{padding:0 20px;gap:10px;height:74px}.header nav{display:none}.brand{font-size:22px}.brand-icon{width:29px;height:29px;font-size:26px}.wallet{padding:10px 12px;font-size:10px!important}.wallet>span{margin-left:8px}.demo-2 .header{margin:12px}.intro,.demo-2 .intro,.demo-3 .intro,.demo-4 .intro{margin:30px 16px 25px}.intro h1,.demo-3 .intro h1,.demo-4 .intro h1{font-size:27px;letter-spacing:-1px}.intro p{font-size:11px}.network{font-size:8px;margin-bottom:14px}.workspace,.demo-4 .workspace{flex-direction:column;align-items:center;margin:0 16px;gap:16px}.operation,.demo-2 .operation,.demo-4 .operation{width:100%;max-width:460px;padding:20px}.side-position,.demo-4 .side-position{width:100%;max-width:460px;padding:0;border:0;align-self:center}.side-position .position-values{grid-template-columns:1fr 1fr;gap:10px}.side-position .position-values strong{font-size:23px}.side-position .position-bottom{flex-direction:row;align-items:center}.pool-note{display:none}.overview{margin:20px 16px 0}.position{width:100%;max-width:460px}.metrics{grid-template-columns:1fr 1fr;row-gap:24px;margin-top:28px}.metrics>div:nth-child(2){border:0}.metrics strong{font-size:17px}.demo-4 .workspace{padding-bottom:20px;gap:12px}.demo-4 .side-position{padding:0 20px}.protocol-details{margin:28px 25px 0}.footer{margin-top:30px;padding:20px;font-size:9px}.footer>span:last-child{display:none}.concept-picker{width:calc(100% - 24px);bottom:12px;gap:3px;padding:5px;border-radius:13px}.picker-label,.swatch,.picker-check{display:none}.concept-picker button{min-width:0;flex:1;justify-content:center;padding:12px 3px;text-align:center}.concept-picker b{font-size:11px}.concept-picker small,.amount-bottom{font-size:8px}.route{font-size:9px;gap:6px}}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2) format("woff2"),url(/assets/jetbrains-mono-latin-400-normal-6-qcROiO.woff) format("woff")}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/jetbrains-mono-latin-500-normal-BWZEU5yA.woff2) format("woff2"),url(/assets/jetbrains-mono-latin-500-normal-CJOVTJB7.woff) format("woff")}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/jetbrains-mono-latin-600-normal-C8RAYTDA.woff2) format("woff2"),url(/assets/jetbrains-mono-latin-600-normal-BfsvjouI.woff) format("woff")}.hybrid.demo-2{display:flow-root;padding-bottom:0;--muted: #6e7889}.hybrid .preview-bar{height:36px}.hybrid .preview-bar label{display:flex;align-items:center;gap:8px;letter-spacing:0}.hybrid .preview-bar select{border:1px solid var(--theme-line, #dce3ed);background:var(--theme-surface, #fff);border-radius:5px;padding:2px 6px;font-size:10px}.hybrid .header{max-width:1440px;margin:16px auto;width:calc(100% - 56px)}.hybrid .header nav{gap:36px}.hybrid .intro{margin:42px auto 35px}.hybrid .intro h1{font-size:34px}.hybrid .intro p{font-size:13px}.hybrid-main{max-width:1140px;margin:auto;padding:0 24px}.hybrid-workspace{display:grid;grid-template-columns:minmax(0,1fr) 440px minmax(0,1fr);gap:22px;align-items:stretch}.hybrid .operation{width:100%;padding:25px 25px 24px;border:1px solid transparent;border-radius:22px}.hybrid .trade-heading{margin-bottom:20px}.hybrid .tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.hybrid .tabs button{padding:11px 4px;font-size:13px;white-space:nowrap}.holdings-panel{padding:24px 18px;border:1px solid var(--theme-line, #e5eaf2);border-radius:20px;background:var(--theme-soft, #eaf0fb)}.hybrid .section-heading{margin-bottom:24px}.hybrid .section-heading h2{font-size:14px;font-weight:600}.sub-label{color:var(--muted);font-size:12px}.principal-number{font-size:35px;font-weight:500;letter-spacing:-1px;margin-top:10px;white-space:nowrap}.principal-number small{font-size:11px;color:var(--muted);font-weight:400;letter-spacing:0}.holding-divider{border-top:1px solid var(--theme-line, #dfe6f0);margin:25px 0}.holding-list{display:grid;gap:18px;margin:24px 0 6px}.holding-list>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.holding-list dt{color:var(--muted);font-size:12px}.holding-list dt small{display:block;margin-top:4px;font-size:10px}.holding-list dd{margin:0;font-size:16px;font-weight:500}.hybrid .metric-note{color:var(--muted);font-size:10px;line-height:1.8;margin-top:9px}.power-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0 0}.power-pair>div{padding:0}.power-pair span{font-size:11px;color:var(--muted)}.power-pair strong{display:block;font-size:25px;font-weight:500;margin-top:9px}.hybrid .input-caption{font-size:11px;align-items:center;flex-wrap:wrap;gap:8px}.hybrid .input-row{margin:19px 0 16px}.hybrid .input-row input{font-size:37px}.hybrid .token{font-size:15px}.hybrid .form-hint{font-size:10px;line-height:1.8;color:var(--muted);margin:12px 0 18px;min-height:18px}.hybrid .form-hint.error{color:var(--theme-danger, #b43c42)}.hybrid .trade-details{font-size:11px;gap:16px}.hybrid .trade-details b{text-align:right}.hybrid .trade-details>div{gap:12px}.hybrid .primary{min-height:48px;font-size:13px}.hybrid .secondary{display:flex;justify-content:space-between;align-items:center;width:100%;border:1px solid var(--theme-line, #cddcf2);border-radius:9px;padding:12px 14px;color:var(--theme-link, #3466b5);font-size:12px;background:var(--theme-surface, #ffffff80)}.rewards-panel{margin-top:0;padding:24px 18px;border:1px solid var(--theme-line, #e5eaf2);border-radius:20px;background:var(--theme-soft, #eaf0fb);scroll-margin-top:20px}.referral-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.eyebrow{font-size:8px;letter-spacing:1.6px;color:var(--theme-muted, #929dad)}.hybrid h2{font-weight:500;font-size:17px}.rewards-heading h2,.referral-heading h2{margin-top:7px}.rewards-heading h2>span,.referral-heading h2>span{font-size:11px;color:var(--muted);margin-left:14px;font-weight:400}.reward-grid{display:grid;grid-template-columns:1fr;margin-top:0}.reward-item{border-top:1px solid var(--theme-line, #dce4f1);padding:18px 0}.reward-item:first-child{padding-left:0}.reward-item:last-child{padding-bottom:0}.reward-name{display:flex;align-items:center;justify-content:space-between;gap:10px}.reward-name>span{font-size:12px;font-weight:500}.reward-name i{display:inline-block;height:6px;width:6px;border-radius:50%;background:#4e83e4;margin-right:7px}.reward-1 .reward-name i{background:#57a398}.reward-2 .reward-name i{background:#9c8ac4}.reward-daily{display:block;font-size:10px;color:var(--muted);line-height:1.8}.reward-item>strong{display:block;font-size:31px;font-weight:500;letter-spacing:-.6px;margin:14px 0 10px}.referrals-panel{background:var(--theme-surface, #fff);padding:26px 28px 18px;border:1px solid var(--theme-line, #e5eaf2);border-radius:20px;margin-top:24px;scroll-margin-top:20px}.text-button{color:var(--theme-link, #3672d2)!important;font-size:12px!important}.community-stats{display:grid;grid-template-columns:.65fr .65fr 1.35fr 1.35fr;padding:24px 0;margin:18px 0 0;border-bottom:1px solid var(--theme-line, #edf0f5)}.community-stats span{display:block;font-size:11px;color:var(--muted);margin-bottom:9px}.community-stats strong{font-size:25px;font-weight:500;letter-spacing:-.5px}.community-stats strong small{font-size:10px;color:var(--muted);font-weight:400;letter-spacing:0}.table-toolbar{display:flex;justify-content:space-between;gap:20px;margin:22px 0 15px}.referral-tabs{display:flex;gap:20px}.referral-tabs button{padding:8px 0;font-size:12px;color:var(--muted);border-bottom:2px solid transparent}.referral-tabs button[aria-pressed=true]{color:var(--theme-link, #346bcb);border-color:var(--theme-focus, #447fe3)}.table-toolbar input{min-width:0;width:200px;padding:9px 12px;border:1px solid var(--theme-line, #e2e7ef);border-radius:8px;font-size:11px;background:var(--theme-soft, #fafbfd)}.referral-table-scroll{overflow-x:auto}.referrals-panel table{width:100%;border-collapse:collapse;text-align:right;font-size:12px;white-space:nowrap}.referrals-panel th{font-size:10px;color:var(--muted);font-weight:400;padding:13px 12px;background:var(--theme-soft, #f6f8fc)}.referrals-panel td{padding:14px 12px;border-bottom:1px solid var(--theme-line, #edf0f5);font-variant-numeric:tabular-nums}.referrals-panel th:first-child,.referrals-panel td:first-child,.referrals-panel th:nth-child(2),.referrals-panel td:nth-child(2){text-align:left}.referrals-panel td:first-child b{font-size:11px;font-weight:500}.referrals-panel td:first-child>span{display:block;font-size:10px;color:var(--muted);margin-top:5px}.relation-tag{font-size:10px;color:var(--theme-muted, #748297)}.table-foot{display:flex;justify-content:space-between;font-size:10px;color:var(--muted);margin-top:15px;gap:16px}.holding-definition{border-top:1px solid var(--theme-line, #edf0f5);margin-top:17px;padding-top:14px;font-size:10px;color:var(--muted)}.holding-definition summary{cursor:pointer}.holding-definition p{line-height:1.9;margin-top:10px}.no-results{padding:30px 15px;text-align:center;color:var(--muted);font-size:12px}.referral-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 16px}.referral-empty>span{font-size:30px;color:var(--theme-muted, #86a5d6)}.referral-empty h3{margin:20px 0 0;font-size:20px;font-weight:500;letter-spacing:.02em}.referral-empty p{font-size:12px;color:var(--muted);margin-top:12px;line-height:1.8}.referral-empty .secondary{max-width:200px;margin:22px auto 0}.hybrid-protocol{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px 8px 0;color:var(--muted);font-size:11px}.hybrid-protocol>span>small{display:block;margin-top:5px;color:var(--theme-muted, #9da6b4);font-size:9px}.hybrid-protocol>div>span{display:block;margin-bottom:7px;font-size:10px}.hybrid-protocol b{color:var(--theme-text-secondary, #4d5b70);font-size:13px;font-weight:500}.hybrid .footer{max-width:1140px;margin-top:32px;padding:24px}.hybrid .footer button{font-size:10px;color:var(--theme-muted, #6e82a5);margin-left:12px}.activation-dialog{width:min(430px,calc(100% - 32px));max-height:calc(100dvh - 40px);border:1px solid var(--theme-line, #d9e3f3);border-radius:20px;padding:26px;color:var(--theme-text, #24272c);background:var(--theme-surface, #fff);box-shadow:0 20px 100px #182e5330}.activation-dialog::backdrop{background:#1e30485c}.activation-dialog .section-heading{margin-bottom:13px}.activation-dialog .section-heading button{font-size:22px}.activation-dialog>p{font-size:12px;color:var(--muted);line-height:1.8}.activation-dialog form{margin-top:24px}.activation-dialog form>label:not(.binding-consent){display:block;font-size:12px;margin-bottom:9px}.activation-dialog input:not([type=checkbox]){width:100%;border:1px solid var(--theme-line, #d5dfed);border-radius:9px;padding:12px;background:var(--theme-soft, #f8faff)}.activation-fee{display:grid;grid-template-columns:1fr auto;gap:14px 10px;background:var(--theme-soft, #f6f8fc);padding:15px;border-radius:10px;font-size:11px;margin:16px 0}.activation-fee span{color:var(--muted)}.activation-fee b{font-weight:500}.binding-consent{display:flex;align-items:start;gap:9px;font-size:11px;line-height:1.8;margin:20px 0}.binding-consent input{margin:3px 0 0;accent-color:#336bdd}.hybrid .notice{top:125px}@media(max-width:1050px){.rewards-panel{grid-column:1 / -1}.hybrid-workspace{grid-template-columns:minmax(0,1fr) minmax(360px,1.4fr)}}@media(max-width:760px){.hybrid .preview-bar{padding:0 14px}.hybrid .preview-bar>span:last-child{display:none}.hybrid .header{width:calc(100% - 24px);margin:12px;padding:0 16px}.hybrid .intro{margin:28px auto}.hybrid .intro h1{font-size:29px}.hybrid .intro p{font-size:11px;line-height:1.8}.hybrid-main{padding:0 16px}.hybrid-workspace{grid-template-columns:1fr;gap:18px}.hybrid .operation{grid-row:1;max-width:none;padding:20px 20px 24px}.holdings-panel{padding:24px 18px}.principal-number{font-size:33px}.hybrid .trade-details{font-size:10px}.referrals-panel{padding:22px 18px 18px;margin-top:18px}.rewards-heading{align-items:start;flex-direction:column;gap:20px}.rewards-heading h2>span,.referral-heading h2>span{font-size:10px;margin-left:8px}.reward-item,.reward-item:first-child,.reward-item:last-child{padding:18px 0;border:0;border-top:1px solid var(--theme-line, #e7ecf3)}.reward-item>strong{font-size:29px;margin:12px 0 8px}.referral-heading h2>span{display:none}.community-stats{grid-template-columns:1fr 1fr;gap:24px 12px}.community-stats strong{font-size:22px}.community-stats strong small{font-size:9px}.table-toolbar{gap:10px;flex-wrap:wrap}.table-toolbar input{width:100%}.referral-table-scroll{margin:0 -4px}.referrals-panel table{min-width:590px}.table-foot{font-size:9px}.hybrid-protocol{display:grid;grid-template-columns:1fr 1fr;gap:24px 12px;padding:25px 8px 0}.hybrid .footer{padding:24px 18px;margin-top:14px}.hybrid .footer button{margin-left:5px}.hybrid .notice{top:100px;font-size:11px}.activation-dialog{padding:22px}}.hybrid .amount-slider{margin:18px 2px}.amount-slider>div{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.amount-slider output{margin-left:auto;color:var(--accent);font-variant-numeric:tabular-nums}.hybrid .amount-slider input{display:block;width:100%;height:28px;margin:6px 0 2px;accent-color:var(--accent);cursor:pointer}.hybrid .amount-slider input:disabled{cursor:default;opacity:.45}.amount-slider .slider-ticks{font-size:9px;color:var(--theme-muted, #8a96a7)}.daily-preview{padding:16px;border:1px solid var(--theme-line, #dce8fa);border-radius:12px;background:var(--theme-soft, #f5f9ff);margin:16px 0}.daily-preview>output{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;font-size:11px;color:var(--theme-muted, #52729d);font-variant-numeric:tabular-nums}.daily-amount{color:var(--theme-link, #3269c6);font-size:16px;font-weight:500;white-space:nowrap}.daily-apr{margin-left:auto;color:var(--theme-link, #3269c6);font-weight:500;white-space:nowrap}.hybrid .daily-preview p{font-size:10px;line-height:1.8;color:var(--muted);margin-top:9px}.hybrid .reward-item:first-child{border-top:0;padding-top:0}#rewards .reward-grid{grid-template-columns:1fr;gap:24px}.hybrid #rewards .reward-item{border:0;padding:0;min-width:0}.hybrid #rewards .reward-item>strong{font-size:27px}.reward-coin{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;flex-shrink:0;margin-left:6px;border-radius:50%;background:var(--theme-selected, #d6e4ff);color:var(--theme-link, #356bd3);font-size:12px;font-weight:600;letter-spacing:0;vertical-align:middle}.daily-preview .info-symbol{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;margin-right:5px;border:1px solid currentColor;border-radius:50%;font:500 9px Georgia,serif;vertical-align:middle}@media(min-width:1051px){.hybrid .operation{display:flex;flex-direction:column}.hybrid .operation>.primary{margin-top:auto}}.hybrid .holdings-panel,.hybrid .rewards-panel{display:flex;flex-direction:column}.hybrid .holdings-panel>section:last-child,.hybrid .rewards-panel>section:last-child{display:flex;flex-direction:column;flex:1}.hybrid .holdings-panel .reward-grid,.hybrid .rewards-panel .reward-grid{margin-bottom:auto}.hybrid .claim-reward{display:flex;align-items:center;justify-content:center;position:relative;width:100%;min-height:48px;margin-top:24px;padding:12px 32px;border:1px solid var(--theme-line, #c9daf5);border-radius:10px;background:var(--theme-soft, #f7faff);color:var(--theme-link, #336bcc);font-size:13px;font-weight:500}.hybrid .claim-reward>span{position:absolute;right:16px}.hybrid .claim-reward:hover:not(:disabled){background:var(--theme-selected, #dce9ff);border-color:var(--theme-focus, #a7c3ef)}.hybrid .operation>.primary,.hybrid .claim-reward{height:48px;min-height:48px;flex-shrink:0;padding:0 18px}.lp-method{display:flex;gap:2px;padding:3px;background:var(--theme-selected, #e5edfb);border-radius:8px}.hybrid .lp-method button{padding:6px 9px;color:var(--muted);font-size:11px;border:0;border-radius:6px;white-space:nowrap}.hybrid .lp-method button[aria-pressed=true]{color:var(--theme-link, #336bcc);background:var(--theme-surface, #fff);box-shadow:0 1px 3px #243f6b08}.lp-token-select{position:relative;flex-shrink:0}.lp-token-select .reward-coin{margin:0;width:24px;height:24px}.lp-token-select .sol-coin{background:#252d3d;color:#fff;font-size:18px}.hybrid .lp-counterpart{font-size:11px;line-height:1.8;color:var(--muted)}.hybrid .token-trigger{display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid var(--theme-line, #dce6f7);border-radius:22px;background:var(--theme-surface, #fff);font-size:13px;font-weight:500}.token-chevron{color:var(--theme-muted, #8494af);font-size:15px}.token-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:5;width:210px;padding:6px;border:1px solid var(--theme-line, #dfe7f4);border-radius:15px;background:var(--theme-surface, #fff);box-shadow:0 12px 32px #2445741c}.token-menu-label{display:block;padding:8px 10px;font-size:10px;color:var(--muted)}.hybrid .token-menu button{display:flex;align-items:center;gap:10px;width:100%;min-height:54px;padding:10px;border-radius:10px;text-align:left}.hybrid .token-menu button:hover,.hybrid .token-menu button:focus-visible{background:var(--theme-soft, #f3f7ff)}.hybrid .token-menu button[aria-checked=true]{background:var(--theme-selected, #edf4ff)}.token-menu .reward-coin{width:30px;height:30px;font-size:14px}.token-option-name{display:grid;gap:3px}.token-option-name b{font-size:12px;font-weight:500}.token-option-name small{font-size:10px;color:var(--muted)}.token-check{margin-left:auto;color:var(--theme-link, #336bcc);font-size:13px}.hybrid-main{padding-top:28px}@media(max-width:760px){.hybrid .header{height:auto;min-height:74px;flex-wrap:wrap;padding-top:16px;padding-bottom:12px}.hybrid .header nav{display:flex;order:3;width:100%;justify-content:center;gap:32px;padding-top:14px;border-top:1px solid var(--theme-line, #edf1f8)}.hybrid .header nav a{padding:5px 8px}.hybrid-main{padding-top:12px}}.reward-dialog{width:min(440px,calc(100% - 32px));max-height:calc(100dvh - 40px);padding:28px;border:1px solid var(--theme-line, #e0e7f3);border-radius:24px;color:var(--theme-text, #24272c);background:var(--theme-surface, #fff);box-shadow:0 24px 90px #213b652b}.reward-dialog::backdrop{background:#1f335452;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reward-dialog-heading{display:flex;align-items:start;justify-content:space-between;gap:14px}.reward-source{display:block;font-size:11px;color:var(--theme-muted, #7890b1);margin-bottom:10px}.hybrid .reward-dialog-heading h2{font-size:22px;font-weight:500;letter-spacing:-.5px}.hybrid .dialog-close{width:30px;height:30px;border-radius:50%;background:var(--theme-soft, #f4f6fa);color:var(--theme-muted, #7a8798);font-size:22px;line-height:1;flex-shrink:0}.reward-dialog-amount{margin:26px 0;padding:22px;border-radius:16px;background:var(--theme-soft, #f2f6ff);text-align:center}.reward-dialog-amount>span{color:var(--theme-muted, #75869f);font-size:11px}.reward-dialog-amount strong{display:block;margin-top:10px;font-size:40px;font-weight:500;letter-spacing:-1px;font-variant-numeric:tabular-nums}.reward-dialog-amount .reward-coin{width:25px;height:25px;font-size:14px;margin-left:10px}.reward-options{margin:0;padding:0;border:0;display:grid;gap:10px;min-width:0}.reward-options legend{font-size:11px;color:var(--theme-muted, #76849a);margin-bottom:12px}.reward-option{display:flex;align-items:center;gap:12px;border:1px solid var(--theme-line, #e3e8f1);border-radius:13px;padding:16px 14px;cursor:pointer}.reward-option.chosen{border-color:var(--theme-focus, #91b4ee);background:var(--theme-soft, #f7faff)}.reward-option:focus-within{outline:2px solid var(--theme-line, #336bdd);outline-offset:2px}.reward-option.unavailable{opacity:.5;cursor:default}.reward-option-icon{display:grid;place-items:center;width:37px;height:37px;flex-shrink:0;background:var(--theme-selected, #e9f1ff);color:var(--theme-link, #4577ce);border-radius:11px;font-size:24px}.wallet-option-icon{background:var(--theme-success-soft, #edf4f2);color:var(--theme-success, #638e83)}.reward-option-copy{display:grid;gap:6px}.reward-option-copy b{font-size:13px;font-weight:500}.reward-option-copy small{font-size:10px;line-height:1.5;color:var(--theme-muted, #7e8b9f)}.reward-option input{margin:0 0 0 auto;width:15px;height:15px;flex-shrink:0;accent-color:#336bdd}.reward-destination{display:flex;justify-content:space-between;gap:12px;margin:23px 0;font-size:11px}.reward-destination>span{color:var(--theme-muted, #7e8b9f)}.reward-destination b{font-weight:500}.hybrid .reward-dialog-note{text-align:center;margin-top:14px;font-size:10px;color:var(--theme-muted, #98a2b1)}@media(max-width:480px){.reward-dialog{padding:22px 18px}.reward-option{padding:14px 10px;gap:10px}}.hybrid{--secondary-text-size: 14px}.hybrid :is(.header nav,.tabs button,.input-caption,.sub-label,.principal-number small,.holding-list dt,.holding-list dt small,.power-pair span,.metric-note,.form-hint,.trade-details,.amount-slider>div,.amount-slider .slider-ticks,.daily-preview>output,.daily-preview p,.reward-daily,.lp-method button,.lp-counterpart,.token-menu-label,.token-option-name small,.launch-progress-heading>span,.launch-progress-labels,.launch-metrics span,.launch-metrics small,.launch-position>span,.launch-position small,.launch-summary>span,.launch-allocation,.launch-allocation p,.launch-rules p,.launch-claim p,.launch-input label,.launch-input>span,.launch-feedback,.launch-refresh,.launch-offer-heading,.launch-offer-footer,.launch-offer-token>div>span,.eyebrow,.referral-heading h2>span,.community-stats span,.community-stats strong small,.referral-tabs button,.table-toolbar input,.referrals-panel th,.referrals-panel td:first-child>span,.relation-tag,.table-foot,.holding-definition,.no-results,.referral-empty p,.hybrid-protocol,.hybrid-protocol>span>small,.hybrid-protocol>div>span,.footer,.footer button,.wallet>span,.activation-dialog>p,.activation-fee,.binding-consent,.trade-footnote,.reward-source,.reward-dialog-amount>span,.reward-options legend,.reward-option-copy small,.reward-destination,.reward-dialog-note,.dialog-status){font-size:var(--secondary-text-size)}.hybrid .daily-preview .info-symbol{width:15px;height:15px;font-size:11px}.hybrid .amount-box{transition:border-color .15s,box-shadow .15s}.hybrid .amount-box:focus-within{border-color:var(--theme-focus, #5782cf);box-shadow:0 0 0 3px #5782cf14}.hybrid .amount-box:has(input[aria-invalid=true]){border-color:var(--theme-danger, #dc777d);box-shadow:0 0 0 3px #dc777d14}.hybrid .input-row input:focus-visible{outline:none}.hybrid :is(.table-toolbar input,.activation-dialog input:not([type=checkbox])):focus-visible{outline:none;border-color:var(--theme-focus, #5782cf);box-shadow:0 0 0 3px #5782cf14}.hybrid .feedback-description{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.validation-toast{position:fixed;inset:24px auto auto 50%;transform:translate(-50%);margin:0;width:max-content;max-width:calc(100vw - 32px);padding:14px 16px;border:1px solid var(--theme-danger, #f1d5d7);border-radius:16px;background:var(--theme-danger-soft, #fffafb);color:var(--theme-danger, #a34850);box-shadow:0 10px 32px #69363e18;font:14px/1.6 Inter Tight,PingFang SC,sans-serif}.validation-toast:popover-open{display:flex;align-items:center;gap:12px}.validation-toast>span:nth-child(2){min-width:0;max-width:440px;max-height:120px;overflow:auto;overflow-wrap:anywhere}.validation-toast-icon{display:grid;place-items:center;flex:0 0 26px;height:26px;border-radius:50%;background:var(--theme-danger-soft, #f9e5e7);color:var(--theme-danger, #bf5963);font-weight:600}.validation-toast button{flex-shrink:0;border:0;background:transparent;color:var(--theme-danger, #a4787d);cursor:pointer;font-size:22px;padding:2px 6px}.validation-toast button:focus-visible{outline:2px solid var(--theme-danger, #bf5963);border-radius:6px}@media(prefers-reduced-motion:reduce){.hybrid .amount-box{transition:none}}.hybrid .direct-referrals table{min-width:0;table-layout:fixed}.hybrid .direct-referrals thead th:first-child{width:64px}.hybrid .direct-referrals thead th:last-child{width:28%}.hybrid .direct-referrals :is(th,td):last-child{text-align:right}.hybrid .direct-referrals td{font-size:14px}.hybrid .direct-referrals .referral-address{white-space:normal;overflow-wrap:anywhere;line-height:1.6}@media(max-width:760px){.hybrid .direct-referrals thead th:last-child{width:35%}}.hybrid .direct-referrals .referral-table-scroll{margin-top:0}.wallet-address{display:flex;align-items:center;gap:8px}.wallet-address>span{min-width:0;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text}.hybrid .copy-address{display:grid;place-items:center;flex:0 0 30px;height:30px;padding:0;border-radius:8px;color:var(--theme-muted, #7890b1)}.hybrid .copy-address:hover{background:var(--theme-selected, #edf3ff);color:var(--theme-link, #426bc4)}.hybrid,.hybrid *{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,PingFang SC,Microsoft YaHei,monospace}.hybrid .activation-page{width:min(100%,560px);max-height:none;margin:0 auto;padding:36px;box-shadow:none;border-radius:24px}.activation-page h1{font-size:25px;margin:18px 0 12px;letter-spacing:-.5px}.activation-status{display:inline-flex;padding:7px 12px;border-radius:20px;background:var(--theme-selected, #edf3ff);color:var(--theme-link, #426ac8);font-size:14px}.activation-page .primary,.activation-page .secondary{width:100%;margin-top:16px;min-height:48px}.activation-identity{display:grid;gap:12px;margin:28px 0;padding:20px;background:var(--theme-soft, #f5f7fd);border-radius:16px}.activation-identity>span,.activation-help{color:var(--muted);font-size:14px;line-height:1.7;overflow-wrap:anywhere}.activation-identity>strong{font-weight:500}.activation-help{margin:12px 0}@media(max-width:600px){.hybrid .activation-page{padding:24px 20px}.activation-page h1{font-size:22px}.hybrid .header nav{gap:20px}}.hybrid .activation-page input[aria-invalid=true]{border-color:var(--theme-danger, #dc777d)}.hybrid .activation-page input[aria-invalid=true]:focus-visible{outline-color:var(--theme-danger, #dc777d);box-shadow:0 0 0 3px #dc777d18}.hybrid .activation-page .secondary{justify-content:center;position:relative;border-radius:10px}.activation-page .secondary>span{position:absolute;right:16px}.activation-qr{display:flex;flex-direction:column;align-items:center;gap:12px;margin:24px 0}.activation-qr svg{max-width:100%;height:auto;border-radius:12px}.activation-qr p{color:var(--muted);font-size:14px}.activation-page .activation-centered{text-align:center}.hybrid .direct-referrals .referral-row-number{text-align:center;color:var(--muted);padding-left:8px;padding-right:8px}.hybrid .direct-referrals tfoot{background:var(--theme-soft, #f6f8fd)}.hybrid .direct-referrals tfoot :is(th,td){border-top:1px solid var(--theme-line, #e5eaf2);font-weight:600}.hybrid .direct-referrals .referral-total{display:flex;justify-content:flex-end;align-items:baseline;gap:12px;flex-wrap:wrap}.hybrid .direct-referrals .referral-total>span{color:var(--muted)}.hybrid .direct-referrals .referral-total>strong{font-weight:600}.emission-plan{background:var(--theme-surface, #fff);border:1px solid var(--theme-line, #e5eaf2);border-radius:24px;padding:32px;margin-top:24px}.emission-heading h1{font-size:26px}.emission-heading p{margin-top:12px;color:var(--muted);line-height:1.8}.emission-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:28px 0}.emission-metrics>div{border-radius:16px;padding:20px;background:var(--theme-soft, #f4f7fd)}.emission-metrics span{display:block;color:var(--muted);margin-bottom:12px}.emission-metrics strong{font-size:28px;font-weight:500;color:var(--theme-link, #426ac8)}.emission-metrics small{font-size:14px}.emission-table{overflow-x:auto}.emission-table table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.emission-table th,.emission-table td{padding:18px 16px;border-bottom:1px solid var(--theme-line, #edf0f5);line-height:1.7}.emission-table thead{background:var(--theme-soft, #f6f8fd);color:var(--muted)}.emission-table th{font-weight:500}.emission-table tbody th,.emission-table td:nth-child(2){white-space:nowrap}.emission-table td:last-child{color:var(--muted)}.emission-notes{display:grid;gap:12px;color:var(--muted);font-size:14px;line-height:1.9;margin:24px 0}.emission-distribution{border-top:1px solid var(--theme-line, #edf0f5);padding-top:24px}.emission-distribution h2{font-size:18px;margin-bottom:18px}.emission-distribution>div{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.emission-distribution span{padding:16px;background:var(--theme-soft, #f4f7fd);border-radius:12px;color:var(--muted)}.emission-distribution b{color:var(--theme-link, #426ac8);float:right}@media(max-width:600px){.emission-plan{padding:22px 16px}.emission-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.emission-metrics>div{padding:14px 10px}.emission-metrics strong{font-size:24px}.emission-table table{min-width:620px}.emission-distribution>div{grid-template-columns:1fr;gap:8px}.hybrid .header nav{gap:8px}}.emission-phase{margin-top:32px}.phase-heading{display:flex;align-items:center;gap:14px;margin-bottom:18px}.phase-number{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--theme-selected, #eaf0ff);color:var(--theme-link, #426ac8);font-size:18px}.phase-heading h2{font-size:20px;font-weight:600}.phase-heading p,.emission-basis{color:var(--muted);font-size:14px;line-height:1.8}.phase-heading p{margin-top:5px}.emission-plan .emission-basis{margin-bottom:18px}.emission-stages{border:1px solid var(--theme-line, #e5eaf2);border-radius:16px;overflow:hidden}.emission-stage+.emission-stage{border-top:1px solid var(--theme-line, #e5eaf2)}.emission-stage summary{display:grid;grid-template-columns:190px 80px 1fr 20px;gap:16px;align-items:center;padding:22px;cursor:pointer;list-style:none}.emission-stage summary::-webkit-details-marker{display:none}.emission-stage summary:hover,.emission-stage[open] summary{background:var(--theme-soft, #f5f8ff)}.emission-stage summary>strong{color:var(--theme-link, #426ac8);font-weight:500;font-size:18px}.stage-rule{color:var(--muted);line-height:1.7}.stage-chevron{display:block;justify-self:center;color:var(--theme-muted, #8495b4);transition:transform .15s ease}.emission-stage[open] .stage-chevron{transform:rotate(180deg)}.month-details{background:var(--theme-soft, #fafbfe);padding:0 22px 16px}.month-table-scroll{max-height:360px;overflow:auto}.month-details table{width:100%;border-collapse:collapse;font-size:14px;white-space:nowrap}.month-details caption{text-align:left;color:var(--muted);padding:16px 0}.month-details th,.month-details td{padding:13px 12px;border-bottom:1px solid var(--theme-line, #e9eef7);text-align:right;font-weight:400}.month-details tr>:first-child{text-align:left}.month-details thead th{position:sticky;top:0;background:var(--theme-soft, #eef3fc);color:var(--muted)}.month-note{padding-top:14px;color:var(--muted);font-size:14px;line-height:1.7}.value-phase{padding:24px;background:var(--theme-soft, #f5f8fd);border-radius:18px}.value-phase .phase-number{background:var(--theme-success-soft, #e2f0ed);color:var(--theme-success, #46877b)}.month-unit-compact{display:none}@media(max-width:760px){.emission-stage summary{grid-template-columns:1fr auto 18px;gap:10px;padding:18px 14px}.stage-rule{grid-column:1 / 3;grid-row:2;font-size:14px}.stage-chevron{grid-column:3;grid-row:1}.month-details{padding:0 12px 14px}.month-details table{min-width:0;table-layout:fixed;font-size:11px}.month-details th,.month-details td{padding:10px 4px}.month-details tr>:first-child{width:22%}.month-details .month-prefix,.month-details .month-unit{display:none}.month-details .month-unit-compact{display:inline}.value-phase{padding:20px 16px}}.emission-metrics .emission-quantity{margin-top:10px;color:var(--muted);font-size:14px;overflow-wrap:anywhere}.value-metrics{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px;padding-top:12px}.value-metrics>div+div{border-left:1px solid var(--theme-line, #dfe8ed);padding-left:24px}.value-metrics span{display:block;color:var(--muted);font-size:14px;line-height:1.7}.value-metrics strong{display:block;margin-top:14px;font-size:clamp(22px,2.2vw,30px);font-weight:500;color:var(--theme-success, #46877b);white-space:nowrap}.value-metrics small{font-size:14px;font-weight:400}@media(max-width:760px){.value-metrics{grid-template-columns:1fr;gap:20px}.value-metrics>div+div{border-left:0;border-top:1px solid var(--theme-line, #dfe8ed);padding:20px 0 0}.value-metrics strong{margin-top:8px;font-size:28px}}.rules-split{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0}.rules-split>div{padding:22px;background:var(--theme-soft, #f4f7fd);border-radius:16px}.rules-split span{color:var(--muted)}.rules-split strong{display:block;margin:12px 0;color:var(--theme-link, #426ac8);font-size:30px;font-weight:500}.reward-rules p{color:var(--muted);font-size:14px;line-height:1.9}.rules-entry{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:18px;padding:20px;background:var(--theme-success-soft, #f4f8f7);border-radius:14px}.rules-entry>span{color:var(--theme-success, #57877d)}.rules-entry>strong{white-space:nowrap;font-size:20px;color:var(--theme-success, #46877b);font-weight:500}.rule-section{padding-top:28px;margin-top:28px;border-top:1px solid var(--theme-line, #e5eaf2)}.rule-formula{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:18px 20px;margin:16px 0;border-radius:12px;background:var(--theme-soft, #f5f8fd);line-height:1.8}.rule-formula>span{color:var(--muted)}.rule-formula>strong{color:var(--theme-link, #426ac8);font-weight:500;overflow-wrap:anywhere}.rule-example{border-left:3px solid var(--theme-focus, #aac1ed);padding:4px 18px;margin:22px 0}.rule-example>span{display:block;color:var(--theme-link, #426ac8);margin-bottom:8px}.rule-example b{color:var(--theme-text-secondary, #424f63);font-weight:500}.community-weights,.settlement-options{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:20px 0}.reward-rules h3{font-size:15px;margin:0 0 10px;font-weight:500}.rule-detail{margin-top:18px}.rule-detail summary{cursor:pointer;color:var(--theme-link, #5875a5);padding:10px 0}.rule-detail p{padding:12px 16px;background:var(--theme-soft, #f7f9fd);border-radius:10px}.boost-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.boost-examples>div{padding:18px;border:1px solid var(--theme-line, #e2eae9);border-radius:12px}.boost-examples span{color:var(--muted);font-size:14px}.boost-examples b{display:block;margin-top:12px;color:var(--theme-success, #46877b);font-size:22px;font-weight:500}@media(max-width:760px){.rules-split{gap:8px}.rules-split>div{padding:16px 10px}.rules-entry{grid-template-columns:1fr auto}.rules-entry p{grid-column:1 / -1}.rule-formula{grid-template-columns:1fr;gap:6px;padding:16px}.community-weights,.settlement-options,.boost-examples{grid-template-columns:1fr;gap:16px}.hybrid .header nav{flex-wrap:wrap}}.emission-distribution+.emission-phase{border-top:1px solid var(--theme-line, #e5eaf2);padding-top:28px}.hybrid .token-trigger{flex-shrink:0}.hybrid .token-trigger .token-chevron{display:block;width:16px;height:16px;flex-shrink:0;color:var(--theme-muted, #8495b4);transition:transform .15s ease}.hybrid .token-trigger[aria-expanded=true] .token-chevron{transform:rotate(180deg)}.hybrid .operation .amount-box{height:180px;display:grid;grid-template-rows:38px 56px 26px;align-content:space-between}.hybrid .operation .input-caption{min-height:40px}.hybrid .operation .input-row{margin:0;min-height:0}.hybrid .operation .lp-counterpart{margin:0;align-self:center}.hybrid .operation-summary{min-height:112px;display:flow-root}.hybrid .operation-summary .trade-details{margin-top:16px}@media(max-width:760px){.hybrid .operation .amount-box{height:216px;grid-template-rows:66px 56px 40px}.hybrid .operation .input-caption{align-content:center}.hybrid .operation-summary{min-height:132px}}.hybrid .amount-slider .slider-track{position:relative;display:block;height:28px;margin:6px 0 2px}.hybrid .slider-track input[type=range]{margin:0;appearance:none;background:transparent}.hybrid .slider-track input::-webkit-slider-runnable-track{height:4px;border-radius:3px;background:linear-gradient(to right,var(--accent) 0 var(--slider-fill, 0%),var(--theme-soft, #dce3ef) var(--slider-fill, 0%) 100%)}.hybrid .slider-track input::-moz-range-track{height:4px;border-radius:3px;background:linear-gradient(to right,var(--accent) 0 var(--slider-fill, 0%),var(--theme-soft, #dce3ef) var(--slider-fill, 0%) 100%)}.hybrid .slider-track input::-webkit-slider-thumb{appearance:none;width:16px;height:16px;margin-top:-6px;border-radius:50%;background:var(--accent);border:0}.hybrid .slider-track input::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--accent);border:0}.slider-stops{position:absolute;inset:0 8px;pointer-events:none}.hybrid .slider-stops button{position:absolute;top:0;width:28px;height:28px;padding:0;transform:translate(-50%);display:grid;place-items:center;pointer-events:auto;border-radius:50%}.slider-stops button>span{width:8px;height:8px;border-radius:50%;background:var(--theme-focus, #aab8d1)}.slider-stops button.reached>span,.slider-stops button:hover:not(:disabled)>span{background:var(--accent)}.hybrid .power-pair>div:first-child{text-align:left}.hybrid .power-pair>div:last-child{text-align:right}.hybrid #rewards .reward-item:first-child{text-align:left}.hybrid #rewards .reward-item:last-child{text-align:left}.hybrid #rewards .reward-item:last-child .reward-name{justify-content:flex-start}.hybrid .lp-rewards .reward-grid{grid-template-columns:1fr;gap:24px}.hybrid .lp-rewards .reward-item{border:0;padding:0;min-width:0}.hybrid .lp-rewards .reward-item>strong{font-size:27px}.hybrid .lp-rewards .reward-item:first-child{text-align:left}.hybrid .lp-rewards .reward-item:last-child{text-align:left}.hybrid .lp-rewards .reward-item:last-child .reward-name{justify-content:flex-start}.hybrid .lp-tax .reward-name i{background:#57a398}.hybrid .reward-item .reward-unit{font-size:12px;font-weight:400;margin-left:6px;color:var(--muted);letter-spacing:0}.hybrid :is(#rewards,.lp-rewards) .reward-grid{gap:16px}.hybrid :is(#rewards,.lp-rewards) .reward-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2px 12px}.hybrid :is(#rewards,.lp-rewards) .reward-item>strong{margin:0;text-align:right;font-size:24px;white-space:nowrap}.hybrid :is(#rewards,.lp-rewards) .reward-item .reward-daily{grid-column:2;text-align:right}.hybrid :is(#rewards,.lp-rewards) .reward-item .reward-name{justify-content:flex-start}.hybrid .sol-reward-coin{background:#252d3d;color:#fff}.hybrid .slippage-trigger{display:inline-flex;align-items:center;gap:8px;padding:5px 10px;border-radius:8px;background:var(--theme-soft, #f1f5fd);color:var(--theme-link, #426ac8)}.hybrid .slippage-dialog{width:min(380px,calc(100% - 32px));text-align:left}.slippage-value{text-align:center;margin:30px 0 24px;color:var(--theme-link, #426ac8)}.slippage-value output{font-size:44px;font-weight:500}.slippage-value small{font-size:24px;margin-left:5px}.slippage-dialog input[type=range]{width:100%;height:28px;margin:0;accent-color:#426ac8;cursor:pointer}.slippage-limits{display:flex;justify-content:space-between;color:var(--muted);font-size:14px;margin:4px 0 28px}.hybrid .slippage-dialog>.primary{width:100%;height:48px}.hybrid .amount-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.hybrid .amount-card-footer .lp-counterpart{min-width:0;font-size:13px;line-height:1.6}.hybrid .amount-card-footer .slippage-trigger{margin-left:auto;flex-shrink:0;white-space:nowrap;background:var(--theme-surface, #fff);border:1px solid var(--theme-line, #dce6f7);padding:5px 8px;font-size:12px;gap:5px}.hybrid .amount-card-footer .slippage-trigger svg{width:12px;height:12px}.hybrid .slider-stops button.current-stop{pointer-events:none}.burn-rules .rules-split strong{font-size:26px}.burn-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:24px 0}.burn-flow>div>span{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--theme-soft, #eef2fd);color:var(--theme-link, #426ac8);margin-bottom:12px}.burn-results{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.burn-results>div{background:var(--theme-soft, #f4f7fd);padding:20px;border-radius:14px}.burn-results span{color:var(--muted);font-size:14px}.burn-results strong{display:block;color:var(--theme-link, #426ac8);font-size:26px;font-weight:500;margin-top:14px}.burn-results small{font-size:14px;font-weight:400}.burn-boundaries{display:grid;gap:12px;margin-top:22px;color:var(--muted);font-size:14px}.burn-boundaries span:before{content:"·";color:var(--theme-link, #426ac8);margin-right:10px}@media(max-width:760px){.burn-rules .rules-split,.burn-flow,.burn-results{grid-template-columns:1fr}.burn-rules .rules-split>div{padding:18px}}.hybrid .mobile-menu-button{display:none}.mobile-page-menu{border:1px solid var(--theme-line, #e0e7f3);border-radius:18px;padding:12px;background:var(--theme-surface, #fff);color:var(--theme-text, #24272c);box-shadow:0 16px 50px #213b6526}.hybrid .mobile-page-menu nav{display:grid;justify-content:stretch;gap:4px;width:100%;padding:0;border:0}.hybrid .mobile-page-menu nav a{display:flex;align-items:center;gap:12px;text-align:left;padding:12px;border-radius:10px;font-size:14px}.hybrid .mobile-page-menu nav a:hover{background:var(--theme-soft, #f5f8fd)}.hybrid .mobile-page-menu nav a.nav-active{color:var(--theme-link, #426ac8);background:var(--theme-selected, #edf3ff)}@media(min-width:761px){.hybrid .mobile-page-menu{display:none}}@media(max-width:760px){.hybrid .header{flex-wrap:nowrap;height:70px;min-height:70px;padding:0 12px;gap:8px}.hybrid .desktop-navigation{display:none}.hybrid .mobile-menu-button{display:grid;place-items:center;order:-1;flex-shrink:0;width:34px;height:38px;border-radius:10px;color:var(--theme-link, #426ac8);background:var(--theme-soft, #f2f6ff)}.hybrid .header .brand{font-size:18px;margin-right:auto}.hybrid .header .brand-icon{width:25px;height:25px;font-size:23px;margin-right:6px}.hybrid .header .wallet{flex-shrink:0;padding:9px 10px}.hybrid .header .wallet>span{display:none}.hybrid .mobile-page-menu{position:fixed;inset:90px auto auto 24px;margin:0;width:min(260px,calc(100vw - 48px));max-height:calc(100dvh - 110px);overflow-y:auto}}@media(max-width:360px){.hybrid .header .brand{font-size:15px}.hybrid .header{gap:6px}}.hybrid .account-trigger{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.hybrid .account-trigger>.account-label{margin-left:0}.account-menu{position:fixed;left:auto;bottom:auto;margin:0;width:min(260px,calc(100vw - 24px));padding:8px;border:1px solid var(--theme-line, #e0e7f3);border-radius:16px;background:var(--theme-surface, white);box-shadow:0 12px 36px #213b6526}.hybrid .account-menu button{display:flex;align-items:center;gap:10px;width:100%;padding:12px;border-radius:9px;font-size:14px;text-align:left;color:var(--theme-text-secondary, #3c4556)}.hybrid .account-menu button:hover{background:var(--theme-soft, #f0f4ff);color:var(--theme-link, #426ac8)}.account-menu-divider{height:0;margin:6px 10px;border:0;border-top:1px solid var(--theme-line, #edf1f8)}.account-balance{padding:12px 12px 10px}.account-balance>span{color:var(--theme-muted, #7a859b);font-size:12px}.account-balance-value{display:flex;align-items:center;gap:10px;margin-top:12px}.account-balance-value strong{min-width:0;color:var(--theme-text, #24272c);font-size:20px;font-weight:500;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.account-balance .token-logo{width:24px;height:24px;margin:0;flex-shrink:0;background:transparent}.account-menu svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.activation-prompt-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;color:var(--theme-link, #426ac8);background:linear-gradient(145deg,var(--theme-soft, #f3f6ff),var(--theme-selected, #e6edff));box-shadow:0 0 0 8px #f8faff}.hybrid .referral-empty .activation-prompt-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;width:160px;min-height:44px;margin:24px 0 0;border-radius:12px;font-size:14px}@media(max-width:760px){.hybrid .activation-page{padding:20px;border-radius:20px}.hybrid .activation-status{padding:4px 9px;font-size:11px}.hybrid .activation-page h1:not(.activation-centered){margin:12px 0 8px;font-size:20px;line-height:1.4}.hybrid .activation-page>p:not(.activation-centered){font-size:12px;line-height:1.7}.hybrid .activation-page form{margin-top:20px}.hybrid .activation-page input:not([type=checkbox]){min-height:44px;padding:11px 12px;font-size:14px}.hybrid .activation-page .primary{min-height:44px;margin-top:16px;border-radius:10px;font-size:14px}.hybrid .activation-help:empty,.hybrid .activation-page .feedback-description:empty{display:none}.hybrid .direct-referrals:has(.referral-empty){margin-top:0;padding:20px;border-radius:20px}.hybrid .referral-empty{display:grid;grid-template-columns:44px minmax(0,1fr);gap:20px 14px;padding:0;text-align:left}.hybrid .activation-prompt-icon{width:44px;height:44px;border-radius:14px;box-shadow:none}.hybrid .activation-prompt-icon svg{width:24px;height:24px}.hybrid .referral-empty h3{margin:0;font-size:18px}.hybrid .referral-empty .activation-prompt-button{grid-column:1 / -1;width:100%;min-height:44px;margin:0;border-radius:10px}}.wallet-address>.wallet-address-short{display:none}@media(max-width:760px){.hybrid .direct-referrals thead th:first-child{width:28px}.hybrid .direct-referrals thead th:last-child{width:30%}.hybrid .direct-referrals :is(th,td){padding-left:4px;padding-right:4px;font-size:12px}.hybrid .direct-referrals .wallet-address{gap:4px;white-space:nowrap}.hybrid .direct-referrals .wallet-address-full{display:none}.hybrid .direct-referrals .wallet-address-short{display:inline;overflow-wrap:normal}.hybrid .direct-referrals .copy-address{flex-basis:26px}}@media(max-width:760px){.hybrid.demo-2:has(.activation-page){display:flex;flex-direction:column;min-height:100svh}.hybrid:has(.activation-page)>.header{flex-shrink:0}.hybrid .hybrid-main:has(>.activation-page){display:flex;flex:1;flex-direction:column;width:100%;margin:0 auto;padding:16px}.hybrid .hybrid-main:has(>.activation-page):before{content:"";flex:.65}.hybrid .hybrid-main:has(>.activation-page):after{content:"";flex:1}.hybrid .activation-page{flex-shrink:0;padding:28px 22px;box-shadow:0 12px 40px #426ac808}.hybrid .activation-page h1:not(.activation-centered){margin-top:16px;font-size:22px}.hybrid .activation-page>p:not(.activation-centered){font-size:13px}.hybrid .activation-page form{margin-top:24px}.hybrid:has(.activation-page)>.footer{flex-shrink:0;width:100%;justify-content:center;margin:0 auto;padding:20px 16px max(24px,env(safe-area-inset-bottom));font-size:11px}}.activation-artwork{display:none}@media(max-width:760px){.hybrid .activation-artwork{display:block;width:min(100%,320px);margin:0 auto 20px}.activation-artwork svg{display:block;width:100%;height:auto}.hybrid .hybrid-main:has(>.activation-page):before{flex:0}.hybrid .hybrid-main:has(>.activation-page){padding-top:12px}.hybrid .activation-page:has(.activation-artwork){background:linear-gradient(180deg,var(--theme-soft, #fafbff) 0%,var(--theme-surface, #fff) 60%)}.hybrid .activation-page .activation-status{display:none}.hybrid .activation-page:has(.activation-artwork) h1{text-align:center;margin-top:0}.hybrid .activation-page:has(.activation-artwork)>p{text-align:center}.hybrid .direct-referrals:has(.referral-empty){padding:28px 22px;background:linear-gradient(180deg,var(--theme-soft, #fafbff) 0%,var(--theme-surface, #fff) 70%)}.hybrid .referral-empty{display:flex;flex-direction:column;gap:0;text-align:center}.hybrid .referral-empty .activation-prompt-icon{display:none}.hybrid .referral-empty h3{font-size:22px;margin:0 0 24px}}@media(max-width:760px){.hybrid .hybrid-main>.direct-referrals{margin-top:0}}@media(max-width:760px){.hybrid.demo-2:has(.wallet-connect-state){display:flex;flex-direction:column;min-height:100svh}.hybrid:has(.wallet-connect-state)>.header{flex-shrink:0}.hybrid .hybrid-main:has(.wallet-connect-state){display:flex;flex:1;flex-direction:column;justify-content:center;width:100%;margin:0 auto;padding:24px 16px}.hybrid .hybrid-main:has(.wallet-connect-state):before,.hybrid .hybrid-main:has(.wallet-connect-state):after{content:none}.hybrid .activation-page.wallet-connect-state,.hybrid .direct-referrals:has(.wallet-connect-state){width:min(100%,560px);padding:0 22px;margin:0 auto;border:0;background:none;box-shadow:none;border-radius:0}.hybrid .wallet-connect-state{display:flex;flex-direction:column;align-items:center;text-align:center}.hybrid .wallet-connect-state .activation-status,.hybrid .wallet-connect-state .activation-prompt-icon{display:none}.hybrid .wallet-connect-state .activation-artwork{margin:0 auto 24px}.hybrid .wallet-connect-state :is(h1,h3){margin:0 0 24px;font-size:22px;line-height:1.4;font-weight:600;letter-spacing:0}.hybrid .wallet-connect-state :is(.wallet-connect-button,.activation-prompt-button){display:flex;align-items:center;justify-content:center;gap:18px;width:100%;min-height:48px;margin:0;border-radius:12px;font-size:14px}.hybrid:has(.wallet-connect-state)>.footer{flex-shrink:0;width:100%;justify-content:center;margin:0 auto;padding:20px 16px max(24px,env(safe-area-inset-bottom));font-size:11px}}@media(max-width:760px){.hybrid .activation-page.wallet-connect-state h1{margin:0 0 24px}}@media(max-width:760px){.hybrid .hybrid-main:has(.wallet-connect-state){justify-content:flex-start}.hybrid .hybrid-main:has(.wallet-connect-state):before{content:"";flex:.55}.hybrid .hybrid-main:has(.wallet-connect-state):after{content:"";flex:1}}.hybrid img.token-logo{object-fit:contain;background:transparent;border-radius:50%;flex-shrink:0}.hybrid .withdraw-output{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.hybrid .withdraw-output>span{color:var(--muted);font-size:var(--secondary-text-size);white-space:nowrap}.hybrid .token-select-compact{flex-shrink:0}.hybrid .token-select-compact>.token-trigger{min-height:34px;padding:6px 10px;gap:6px;font-size:12px;border-radius:10px;background:var(--theme-soft, #f8faff)}.hybrid .token-select-compact>.token-trigger .reward-coin{width:18px;height:18px;margin:0}.hybrid .token-select-compact .token-menu{top:auto;bottom:calc(100% + 8px)}@media(max-width:360px){.hybrid .withdraw-output>span{font-size:12px}}.hybrid .operation-summary:has(.withdraw-output) .trade-details{margin-bottom:0}.fair-launch{padding:12px 0 32px}.launch-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.launch-kicker{font-size:11px;letter-spacing:.16em;color:var(--theme-link, #426be0)}.launch-heading h1{font-size:30px;margin:8px 0 10px}.launch-heading p,.launch-demo-note{color:var(--muted);font-size:13px}.launch-status{white-space:nowrap;border-radius:24px;padding:10px 14px;background:var(--theme-success-soft, #e4eeed);color:var(--theme-success, #4e827d);font-size:12px}.launch-demo-note{margin-bottom:16px}.launch-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:24px;align-items:stretch}.launch-overview,.launch-form{border:1px solid var(--theme-line, #e0e7f3);border-radius:22px;padding:28px;background:var(--theme-surface, white);min-width:0}.launch-progress-heading,.launch-progress-labels,.launch-summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.launch-progress-heading span,.launch-progress-labels,.launch-metrics span,.launch-position>span,.launch-summary>span,.launch-balance{font-size:13px;color:var(--muted)}.launch-progress-heading strong{color:var(--theme-link, #426be0);font-size:26px;font-weight:500}.launch-overview progress{appearance:none;width:100%;height:7px;border:0;border-radius:10px;overflow:hidden;margin:16px 0 12px;background:var(--theme-soft, #edf1f9)}.launch-overview progress::-webkit-progress-bar{background:var(--theme-soft, #edf1f9)}.launch-overview progress::-webkit-progress-value{background:var(--theme-button, #426be0);border-radius:10px}.launch-overview progress::-moz-progress-bar{background:var(--theme-button, #426be0)}.launch-progress-labels{font-size:11px}.launch-metrics{display:grid;grid-template-columns:1fr 1fr;gap:26px 16px;margin:30px 0}.launch-metrics strong{display:block;font-size:23px;font-weight:500;margin-top:10px;overflow-wrap:anywhere}.launch-metrics small,.launch-position small{font-size:12px;color:var(--muted);font-weight:400}.launch-allocation{background:var(--theme-soft, #f5f8fe);padding:16px;border-radius:14px;font-size:12px;color:var(--muted)}.launch-allocation>div{display:flex;height:7px;gap:3px;margin:14px 0}.launch-allocation i{width:.5%;min-width:4px;background:var(--theme-button, #426be0);border-radius:3px}.launch-allocation i:nth-child(2){background:#72a7a0}.launch-allocation i:last-child{flex:1;background:var(--theme-focus, #b3c3ee)}.launch-allocation p{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:10px}.launch-rules{grid-column:1 / -1;padding:22px 26px;border:1px solid var(--theme-line, #e0e7f3);border-radius:18px;background:var(--theme-soft, #f8faff)}.launch-rules h2,.launch-claim h2{font-size:15px;margin-bottom:12px}.launch-rules p,.launch-claim p{color:var(--muted);font-size:12px;line-height:1.8;margin-top:8px}.launch-position{display:grid;gap:9px;margin-bottom:24px}.launch-position strong{font-size:32px;font-weight:500}.hybrid .launch-form .tabs{grid-template-columns:1fr 1fr}.launch-input{position:relative;background:var(--theme-soft, #f2f6ff);border:1px solid var(--theme-line, #e1e9ff);border-radius:16px;padding:18px;margin:18px 0}.launch-input label,.launch-input>span{font-size:12px;color:var(--muted)}.launch-input>div{display:flex;align-items:center;gap:12px;margin:12px 0}.launch-input input{width:100%;min-width:0;outline:none;background:transparent;border:0;font-size:36px;color:var(--theme-text, #24272c)}.launch-input:focus-within{border-color:var(--theme-focus, #426be0)}.launch-input:has([aria-invalid=true]){border-color:var(--theme-danger, #dc777d)}.hybrid .launch-input>button{float:right;font-size:12px;color:var(--theme-link, #426be0)}.launch-summary{margin:20px 0 12px}.launch-summary b{display:flex;align-items:center;font-weight:500;font-size:16px;overflow-wrap:anywhere}.launch-feedback{font-size:12px;line-height:1.6;color:var(--muted);overflow-wrap:anywhere;margin:14px 0}.launch-feedback:empty{display:none}.hybrid .launch-form>.primary{margin-top:24px}.hybrid .launch-refresh{display:block;margin:14px auto 0;color:var(--theme-muted, #7890b1);font-size:var(--secondary-text-size)}@media(max-width:760px){.fair-launch{padding-top:0}.launch-heading h1{font-size:25px}.launch-layout{grid-template-columns:1fr;gap:16px}.launch-overview,.launch-form{padding:22px 20px}.launch-metrics strong{font-size:20px}.launch-heading{margin-bottom:18px}}.launch-offer{margin:24px 0 0;padding:0 0 20px;border-bottom:1px solid var(--theme-line, #e7edf7)}.launch-offer-heading,.launch-offer-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px}.launch-offer-token{display:flex;align-items:center;gap:14px;margin:20px 0}.hybrid .launch-offer-token>.reward-coin{width:44px;height:44px;margin:0;border-radius:14px;font-size:22px}.launch-offer-token>div{display:flex;align-items:baseline;gap:10px;min-width:0;flex-wrap:wrap}.launch-offer-token strong{font-size:30px;font-weight:500;overflow-wrap:anywhere}.launch-offer-token>div>span{font-size:13px;color:var(--muted)}.launch-offer-footer b{font-weight:500;color:var(--theme-link, #426be0)}.launch-offer-footer{justify-content:flex-end}.hybrid .launch-form :is(.launch-offer,.launch-input){box-sizing:border-box;height:138px;margin:16px 0 0}.hybrid .launch-offer{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:16px}.hybrid .launch-offer-token{margin:12px 0}.hybrid .launch-form .launch-summary{margin:16px 0 0;min-height:24px}.hybrid .launch-feedback{display:block;min-height:22px;margin:12px 0 0}.hybrid .launch-form>.primary{margin-top:16px}@media(min-width:761px){.launch-overview{display:flex;flex-direction:column}.launch-overview .launch-metrics{flex:1;align-content:space-evenly;margin:20px 0}.launch-overview .launch-allocation{margin-top:auto}}.hybrid .launch-input input:focus-visible{outline:none;box-shadow:none}.launch-position-values{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.hybrid .launch-position-values>span{color:var(--muted);font-size:var(--secondary-text-size)}.launch-offer-heading>span:last-child{white-space:nowrap}.launch-offer-heading b{color:var(--theme-link, #426be0);font-weight:500}.hybrid .launch-offer{justify-content:flex-start;padding-bottom:12px}.hybrid .launch-offer-token{margin:18px 0 0}.hybrid .launch-input{padding:14px 18px}.hybrid .launch-input>div{margin:6px 0}.validation-toast-success,.validation-toast-loading{border-color:var(--theme-success, #4e827d);background:var(--theme-success-soft, #e4eeed);color:var(--theme-success, #4e827d);box-shadow:0 10px 32px #4e827d18}:is(.validation-toast-success,.validation-toast-loading) .validation-toast-icon{background:var(--theme-success-soft, #e4eeed);color:var(--theme-success, #4e827d)}:is(.validation-toast-success,.validation-toast-loading) button{color:var(--theme-success, #4e827d)}:is(.validation-toast-success,.validation-toast-loading) button:focus-visible{outline-color:var(--theme-success, #4e827d)}.validation-toast-spinner{width:18px;height:18px;box-sizing:border-box;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:toast-spin .8s linear infinite}@keyframes toast-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.validation-toast-spinner{animation:none}}.hybrid .launch-offer-token{flex:1;margin:0}.swap-page{max-width:480px;margin:12px auto 40px}.swap-card{border:1px solid var(--theme-line, #e0e7f3);border-radius:24px;padding:24px;background:var(--theme-surface, white)}.swap-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.swap-heading h1{font-size:22px}.swap-amount{background:var(--theme-soft, #f2f6ff);border:1px solid var(--theme-line, #e1e9ff);border-radius:18px;padding:18px}.swap-caption{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:var(--muted)}.swap-caption>span:last-child{overflow-wrap:anywhere}.swap-amount-row{display:flex;align-items:center;gap:10px;margin-top:18px;min-height:54px}.hybrid .swap-amount-row input,.swap-amount-row output{min-width:0;width:100%;background:none;border:0;font-size:28px;color:var(--theme-text, #24272c);overflow-wrap:anywhere}.hybrid .swap-amount-row input:focus-visible{outline:none;box-shadow:none}.swap-amount:focus-within{border-color:var(--theme-focus, #426be0)}.swap-amount:has([aria-invalid=true]){border-color:var(--theme-danger, #dc777d)}.hybrid .swap-direction{display:grid;place-items:center;position:relative;width:38px;height:38px;border:1px solid var(--theme-line, #dce6f7);border-radius:50%;background:var(--theme-surface, #fff);color:var(--theme-link, #426be0);margin:10px auto}.swap-details{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;margin-top:24px;font-size:13px}.swap-details>span{color:var(--muted)}.swap-details strong{font-weight:500;text-align:right;overflow-wrap:anywhere}.swap-feedback{color:var(--muted);font-size:13px;line-height:1.6;overflow-wrap:anywhere;margin:18px 0}.hybrid .swap-card>.primary{margin-top:22px}@media(min-width:761px){.hybrid .header nav{gap:16px}}@media(max-width:760px){.swap-page{margin-top:0}.swap-card{padding:20px 16px}.swap-amount{padding:16px 12px}.swap-amount-row .token-trigger{padding:9px;font-size:13px}.swap-caption{font-size:12px}}.hybrid .swap-amount-row .token-trigger{width:124px;justify-content:space-between}.hybrid .header .brand{min-width:0;overflow-wrap:anywhere}html[lang=ru] .hybrid .header .brand{font-size:18px;line-height:1.3}@media(max-width:360px){html[lang=ru] .hybrid .header .brand{font-size:12px}}.hybrid .header img.brand-icon{object-fit:contain;background:transparent;border-radius:0}.hybrid .launch-form-claim{display:flex;flex-direction:column}.launch-form-claim .launch-position{padding-bottom:20px;margin-bottom:0;border-bottom:1px solid var(--theme-line, #e8edf7)}.launch-form-claim .launch-claim{flex:1;display:flex;flex-direction:column;justify-content:center;padding:28px 0}.hybrid .launch-form-claim .launch-summary{padding:22px 18px;background:var(--theme-soft, #f4f6fd);border-radius:16px;margin:0}.launch-form-claim .launch-summary b{font-size:22px}.hybrid .launch-form-claim .launch-feedback:empty{display:none}.hybrid .launch-form-claim>.primary{margin-top:24px}.hybrid .swap-amount-row output{white-space:nowrap;overflow-wrap:normal}.swap-amount-row output>span{display:inline-block}.daily-preview{container-type:inline-size}.hybrid .daily-preview>output{flex-wrap:nowrap;white-space:nowrap;gap:4px;font-size:min(14px,3.2cqw)}.hybrid .daily-preview .daily-amount{font-size:inherit}.hybrid .reward-item>strong{display:flex;align-items:center;justify-content:flex-end}.hybrid .principal-number:has(>.token-logo){display:flex;align-items:center}.hybrid .reward-dialog-amount>strong{display:flex;align-items:center;justify-content:center}.emission-metrics>div{min-width:0}.emission-metrics .emission-circulating strong{font-size:clamp(16px,1.6vw,26px);overflow-wrap:anywhere}.reward-dialog-tax{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--theme-line, #e0e7f3);font-size:14px;color:var(--muted)}.reward-dialog-tax b{display:flex;align-items:center;font-weight:500;color:var(--theme-text, #24272c)}.hybrid.live-app>.header{margin-bottom:0}.hybrid.live-app .hybrid-main{padding-top:24px;padding-bottom:calc(48px + env(safe-area-inset-bottom,0px));justify-content:flex-start}.hybrid.live-app .hybrid-main:before{content:none}.hybrid.live-app .hybrid-main>:first-child{margin-top:0}.hybrid.live-app .hybrid-main>.fair-launch{padding-top:0}.hybrid .reward-amount{min-width:0}.hybrid .reward-amount>span{min-width:0;white-space:nowrap;text-align:right}.hybrid .reward-amount .reward-fraction{font-size:.6em;font-weight:400}.live-app{min-height:100dvh}.live-app .operation-fields{display:block;border:0;padding:0;margin:0;min-width:0}.live-app .operation>.primary{margin-top:auto}.live-status{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;margin-bottom:20px;border:1px solid var(--theme-line, #dce5f4);border-radius:12px;background:var(--theme-soft, #f9fbff);font-size:12px;line-height:1.7;color:var(--theme-muted, #637695);overflow-wrap:anywhere}.live-status.error{color:var(--theme-warning, #97643b);background:var(--theme-warning-soft, #fffaf4);border-color:var(--theme-line, #eee0cd)}.live-app .live-status button{color:var(--theme-link, #426ac5);flex-shrink:0}.live-app .dialog-status{font-size:11px;color:var(--theme-muted, #6e7889);line-height:1.7;margin-top:12px;overflow-wrap:anywhere;max-height:90px;overflow-y:auto}.live-app .notice{max-width:min(560px,calc(100vw - 32px));overflow-wrap:anywhere;max-height:200px;overflow-y:auto}.live-app .form-hint button{margin-left:8px;color:var(--theme-link, #426ac5)}.live-app .activation-dialog fieldset>label:not(.binding-consent){display:block;margin-bottom:10px;font-size:12px}.live-app .reward-destination b{overflow-wrap:anywhere;text-align:right}.live-app .principal-number{white-space:normal;overflow-wrap:anywhere}.live-app .reward-item>strong{overflow-wrap:anywhere}.live-app .footer>button{font:inherit}.wallet-adapter-modal{font-family:Inter Tight,PingFang SC,sans-serif}.wallet-adapter-modal-wrapper{background:var(--theme-surface, #fff);color:var(--theme-text, #24272c);border-radius:24px;box-shadow:0 24px 90px #213b652b}.wallet-adapter-modal-title{color:var(--theme-text, #24272c);font-size:22px}.wallet-adapter-modal-list .wallet-adapter-button{color:var(--theme-text, #24272c)}.wallet-adapter-modal-list .wallet-adapter-button:not([disabled]):hover{background:var(--theme-selected, #edf3ff)}.wallet-adapter-modal-button-close{background:var(--theme-soft, #eff3fa)}.wallet-adapter-modal-button-close svg{fill:var(--theme-muted, #6e7889)}.wallet-adapter-modal-list-more{color:var(--theme-muted, #6e7889)}.wallet-adapter-modal-list-more svg{fill:var(--theme-muted, #6e7889)}@media(min-width:1051px){.live-app .operation-fields{margin-bottom:8px}}:root{color:var(--theme-text, #24272c);background:var(--theme-bg, #f4f7fd)}:root[data-theme=dark]{--theme-bg: #0e121b;--theme-surface: #161d2a;--theme-soft: #1d2738;--theme-selected: #253452;--theme-line: #2c374a;--theme-focus: #647fac;--theme-text: #edf2fa;--theme-text-secondary: #c0ccdf;--theme-muted: #a0adbf;--theme-link: #9fb5ff;--theme-button: #4f6fd3;--theme-success: #7ecab6;--theme-success-soft: #1a322f;--theme-danger: #f09ba2;--theme-danger-soft: #38242d;--theme-warning: #e9ba86;--theme-warning-soft: #342b22}html[data-theme=dark] .demo.hybrid{--ink: var(--theme-text);--muted: var(--theme-muted);--accent: var(--theme-link);--line: var(--theme-line);--soft: var(--theme-soft);color-scheme:dark;background:var(--theme-bg)}html[data-theme=dark] .hybrid .header{background:var(--theme-surface)}html[data-theme=dark] .hybrid .primary{background:var(--theme-button)}html[data-theme=dark] .hybrid :is(.operation,.holdings-panel,.rewards-panel){border-color:var(--theme-line)}html[data-theme=dark] .hybrid :is(.holding-divider,.reward-item){border-color:var(--theme-line)}html[data-theme=dark] .activation-artwork :is(ellipse,rect)[fill=white]{fill:var(--theme-surface)}html[data-theme=dark] .activation-artwork ellipse[fill]{fill:var(--theme-soft)}html[data-theme=dark] .activation-artwork [stroke="#dce5fa"]{stroke:var(--theme-line)}html[data-theme=dark] .activation-artwork rect[fill="#dce6ff"]{fill:var(--theme-selected)}html[data-theme=dark] .hybrid .primary:disabled{opacity:.55}
