@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Instrument+Sans:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap";:root{--bg:#08080a;--panel:#0f0f12;--panel2:#141419;--fg:#f4f3f0;--mut:#8f8f96;--dim:#82828c;--ok:#4cb96c;--okbg:#35a45721;--warn:#cf9a26;--warnbg:#cf9a2624;--line:#ffffff17;--line2:#ffffff24;--d:"Space Grotesk", sans-serif;--b:"Instrument Sans", sans-serif;--m:"Space Mono", monospace}*{box-sizing:border-box}html{scroll-behavior:auto}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}body{background:var(--bg);color:var(--fg);font-family:var(--b);-webkit-font-smoothing:antialiased;margin:0}::selection{background:var(--fg);color:var(--bg)}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#26262b;border-radius:8px}a{color:inherit;text-decoration:none}@keyframes riseIn{0%{transform:translateY(118%)}to{transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes marq{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes pulseDot{0%,to{opacity:.25}50%{opacity:1}}@keyframes glowPulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.8;transform:scale(1.12)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes gridDrift{0%{background-position:0 0}to{background-position:0 -60px}}input{font-family:inherit}input::placeholder{color:var(--dim)}.vox-auth{grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.vox-auth-brand{border-right:1px solid var(--line);flex-direction:column;justify-content:space-between;align-self:start;height:100vh;padding:44px;display:flex;position:sticky;top:0;overflow:hidden}.vox-mob-logo{display:none}@media (width<=900px){.vox-mob-logo{display:block}.vox-auth{grid-template-columns:1fr}.vox-auth-brand{display:none}}.vox-nav-links a{color:var(--mut);cursor:pointer;transition:color .22s;position:relative}.vox-nav-links a:after{content:"";transform-origin:0;background:currentColor;width:100%;height:1px;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.vox-nav-links a:hover,.vox-nav-links a:focus-visible{color:var(--fg)}.vox-nav-links a:hover:after,.vox-nav-links a:focus-visible:after{transform:scaleX(1)}.vox-nav-links a:focus-visible{outline:none}.vox-nav-login{color:var(--fg);transition:opacity .22s}.vox-nav-login:hover,.vox-nav-login:focus-visible{opacity:.68}.vox-widget{animation:6s ease-in-out infinite floatY}.vox-widget:hover,.vox-widget:focus-within{animation-play-state:paused}.vox-widget button:focus-visible{outline:2px solid var(--fg);outline-offset:2px}@keyframes voxToastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes voxFadeIn{0%{opacity:0}to{opacity:1}}@keyframes voxPopIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:none}}@keyframes voxMenuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes voxMenuInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.vox-day:hover{background:var(--panel)!important}.vox-select:hover{border-color:var(--line2)}.vox-select:focus-visible{outline:2px solid var(--fg);outline-offset:2px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.vox-dash .vox-nav:hover{background:var(--panel2);color:var(--fg)}.vox-dash .vox-row:hover{background:#ffffff06}.vox-row-go{color:var(--mut);transition:transform .2s,color .2s}.vox-row:hover .vox-row-go{color:var(--fg);transform:translate(2px)}.vox-dash .vox-flt:hover{background:var(--panel2)}.vox-dash-user:hover span:last-child{color:var(--fg)}.vox-bal-hero{transition:opacity .2s;display:flex}.vox-bal-hero:hover{opacity:.92}.vox-bal-hero:hover .vox-bal-arrow{transform:translate(3px)}.vox-bal-hero:focus-visible,.vox-bal-card:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.vox-bal-list{margin:0;padding:0;list-style:none}.vox-bal-row{min-height:48px;color:inherit;border-radius:10px;align-items:center;gap:14px;margin:0 -12px;padding:10px 12px;text-decoration:none;transition:background .15s;display:flex}.vox-bal-list li+li .vox-bal-row{box-shadow:inset 0 1px 0 var(--line)}.vox-bal-row:hover{background:var(--panel2)}.vox-bal-row:hover .vox-bal-arrow{color:var(--fg);transform:translate(3px)}.vox-bal-row:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.vox-bal-row-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;overflow:hidden}.vox-bal-row-gw{border:1px solid var(--line);font-family:var(--m);color:var(--dim);white-space:nowrap;border-radius:100px;flex:none;padding:3px 9px;font-size:10.5px}.vox-bal-row-sum{font-family:var(--d);letter-spacing:-.01em;font-variant-numeric:tabular-nums;flex:none;font-size:15px;font-weight:600}.vox-bal-row-unit{font-family:var(--m);color:var(--dim);margin-left:5px;font-size:11px;font-weight:400}.vox-bal-none{color:var(--dim);margin:6px 0 0;font-size:13.5px}@media (width<=620px){.vox-bal-row-gw{display:none}}.vox-bal-rest{min-height:32px;color:var(--dim);align-items:center;gap:7px;margin-top:10px;font-size:12.5px;text-decoration:none;transition:color .15s;display:inline-flex}.vox-bal-rest:hover{color:var(--fg)}.vox-bal-card{background:var(--panel2);border:1px solid var(--line);transition:border-color .2s,background .2s}.vox-bal-card:hover{border-color:var(--line2);background:var(--panel)}.vox-bal-card:hover .vox-bal-arrow{color:var(--fg);transform:translate(3px)}.vox-bal-card:focus-visible{outline:2px solid var(--fg);outline-offset:2px}@media (width<=1080px){.vox-bal{grid-template-columns:1fr!important}}@media (width<=1000px){.vox-kpi-grid{grid-template-columns:1fr 1fr!important}}@media (width<=620px){.vox-kpi-grid{grid-template-columns:1fr!important}.vox-pay-field{grid-template-columns:1fr!important;gap:4px!important}}@media (width<=760px){.vox-form-grid{grid-template-columns:1fr!important}}@media (width<=900px){.vox-detail-cell{padding-left:20px!important;padding-right:20px!important}.vox-detail-inner{width:calc(100vw - 40px);position:sticky;left:20px}.vox-detail-grid{grid-template-columns:1fr 1fr!important}.vox-ins-grid{grid-template-columns:1fr!important}.vox-sidebar{display:none!important}.vox-dash-main{padding:20px!important}.vox-dash-top{gap:12px!important;padding:14px 20px!important}.vox-dash-user span:last-child{display:none}.vox-dash-range{width:100%;margin-left:0!important}}.vox-head-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;grid-template-columns:1.35fr 1fr;gap:24px;margin-bottom:16px;padding:26px 28px;display:grid}.vox-head-figure{font-family:var(--d);letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin-top:10px;font-size:44px;font-weight:600;line-height:1}.vox-head-unit{font-family:var(--m);color:var(--dim);margin-left:9px;font-size:15px;font-weight:400}.vox-head-change{color:var(--mut);margin-top:12px;font-size:13px}.vox-head-delta{align-items:center;gap:5px;font-weight:600;display:inline-flex}.vox-head-side{border-left:1px solid var(--line);padding-left:24px}.vox-head-conv{font-family:var(--d);letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:10px;font-size:30px;font-weight:600;line-height:1}.vox-head-conv-sub{color:var(--mut);margin-top:6px;font-size:12.5px}.vox-head-bar{background:var(--panel2);border-radius:8px;height:8px;margin-top:14px;display:flex;overflow:hidden}.vox-head-bar>div{transition:width .5s cubic-bezier(.22,1,.36,1)}.vox-att-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px;display:grid}.vox-att{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:20px 22px}.vox-att-figure{font-family:var(--d);letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:10px;font-size:26px;font-weight:600;line-height:1}.vox-att-unit{font-family:var(--m);color:var(--dim);margin-left:7px;font-size:12px;font-weight:400}.vox-att-sub{min-height:18px;color:var(--mut);margin-top:8px;font-size:12.5px}@media (width<=1000px){.vox-head-card{grid-template-columns:1fr}.vox-head-side{border-left:0;border-top:1px solid var(--line);padding-top:20px;padding-left:0}.vox-att-grid{grid-template-columns:1fr}}.vox-dash-failed{border:1px solid var(--line2);border-left:3px solid var(--red);background:var(--redbg);color:var(--fg);border-radius:10px;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:18px;padding:12px 16px;font-size:13.5px;display:flex}.vox-dash-retry{border:1px solid var(--line2);min-height:32px;color:var(--fg);font-family:var(--b);cursor:pointer;background:0 0;border-radius:8px;margin-left:auto;padding:6px 14px;font-size:13px;transition:background .15s}.vox-dash-retry:hover{background:var(--panel2)}.vox-fin-top{flex-direction:column;gap:16px;margin-bottom:30px;display:flex}.vox-fin-hero{background:var(--fg);color:var(--bg);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 26px;padding:22px 26px;animation:.5s both fadeUp;display:flex;position:relative;overflow:hidden}.vox-hero-btn{border:1px solid color-mix(in srgb, currentColor 50%, transparent);color:var(--bg);font-family:var(--b);cursor:pointer;background:0 0;border-radius:12px;padding:11px 20px;font-size:14px;font-weight:600;transition:background .2s,opacity .2s}.vox-hero-btn:hover{background:color-mix(in srgb, currentColor 10%, transparent)}.vox-hero-btn--solid{background:var(--bg);color:var(--fg);border-color:#0000}.vox-hero-btn--solid:hover{opacity:.88;background:var(--bg)}.vox-fin-recent{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:20px 24px;animation:.5s 40ms both fadeUp}.vox-fin-recent>div:last-child>div:last-child{border-bottom:none;padding-bottom:0}.vox-link-arrow{color:var(--mut);align-items:center;gap:6px;margin:-8px -4px;padding:8px 4px;font-size:12.5px;font-weight:600;transition:color .2s;display:inline-flex}.vox-link-arrow:hover{color:var(--fg)}.vox-link-arrow span,.vox-link-arrow svg{transition:transform .2s}.vox-link-arrow:hover span{transform:translate(3px)}.vox-link-arrow:hover svg{transform:translate(-3px)}@media (prefers-reduced-motion:reduce){.vox-link-arrow span,.vox-link-arrow svg{transition:none}}.vox-wallet{background:var(--panel);border:1px solid var(--line);border-radius:12px;flex-direction:column;min-width:0;min-height:150px;padding:18px 20px;transition:border-color .2s,background .2s,transform .2s;display:flex}.vox-wallet:hover{border-color:var(--line2);background:var(--panel2);transform:translateY(-2px)}.vox-wallet:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.vox-wallet-go{color:var(--dim);flex:none;font-size:14px;transition:transform .2s,color .2s}.vox-wallet:hover .vox-wallet-go{color:var(--fg);transform:translate(3px)}@media (width<=900px){.vox-fin-top{grid-template-columns:minmax(0,1fr)!important}.vox-fin-top>*{min-width:0}}.vox-coin-top{grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:16px;margin-bottom:24px;display:grid}.vox-coin-stats{background:var(--panel);border:1px solid var(--line);border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:22px 24px;animation:.5s 40ms both fadeUp;display:grid}.vox-coin-stat+.vox-coin-stat{border-left:1px solid var(--line);padding-left:16px}.vox-coin-row{transition:background .15s}.vox-coin-row:hover{background:#ffffff05}.vox-coin-actions{opacity:.65;gap:8px;transition:opacity .15s;display:inline-flex}.vox-coin-row:hover .vox-coin-actions,.vox-coin-actions:focus-within{opacity:1}.vox-coin-btn{font-family:var(--b);cursor:pointer;white-space:nowrap;color:var(--fg);border:1px solid var(--line2);background:0 0;border-radius:8px;padding:7px 14px;font-size:12.5px;font-weight:600;transition:background .15s}.vox-coin-btn:hover{background:var(--panel2)}.vox-coin-btn--solid{background:var(--fg);color:var(--bg);border-color:#0000}.vox-coin-btn--solid:hover{background:var(--fg);opacity:.9}@media (width<=900px){.vox-coin-top{grid-template-columns:minmax(0,1fr)!important}.vox-coin-top>*{min-width:0}.vox-coin-stats{grid-template-columns:minmax(0,1fr);gap:0}.vox-coin-stat+.vox-coin-stat{border-left:none;border-top:1px solid var(--line);margin-top:16px;padding-top:16px;padding-left:0}.vox-coin-actions{opacity:1}}.vox-hist-top{grid-template-columns:minmax(0,1fr) minmax(0,360px);gap:16px;margin-bottom:24px;display:grid}.vox-hist-flow{background:var(--panel);border:1px solid var(--line);border-radius:16px;align-items:center;gap:30px;padding:24px 26px;animation:.5s both fadeUp;display:flex}.vox-hist-flow>div:not([style*=width]){flex:1;min-width:0}.vox-hist-break{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:22px 24px;animation:.5s 40ms both fadeUp}.vox-hist-controls{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:16px 22px;display:flex}.vox-hist-tabs{flex-wrap:wrap;gap:6px;display:flex}.vox-chip{border:1px solid var(--line2);font-family:var(--b);color:var(--mut);cursor:pointer;white-space:nowrap;background:0 0;border-radius:100px;align-items:center;gap:7px;padding:7px 14px;font-size:12.5px;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.vox-chip:hover{color:var(--fg);border-color:var(--line2);background:var(--panel2)}.vox-chip:disabled{opacity:.45;cursor:not-allowed}.vox-chip--pending{opacity:.45;pointer-events:none}.vox-chip--on{background:var(--fg);color:var(--bg);border-color:#0000}.vox-chip--on:hover{background:var(--fg);color:var(--bg)}.vox-hist-day{background:var(--panel2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);z-index:2;justify-content:space-between;align-items:center;gap:16px;padding:12px 22px;display:flex;position:sticky;top:71px}.vox-hist-row{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 22px;transition:background .15s;display:grid}.vox-hist-row+.vox-hist-row{border-top:1px solid var(--line)}.vox-hist-row:hover{background:#ffffff05}.vox-hist-icon{border:1px solid var(--line2);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:inline-flex}.vox-hist-tx{font-family:var(--m);color:var(--dim);align-items:center;gap:5px;margin:-6px -4px;padding:6px 4px;font-size:12.5px;transition:color .2s;display:inline-flex}.vox-hist-tx:hover{color:var(--fg)}@media (width<=900px){.vox-hist-top{grid-template-columns:minmax(0,1fr)!important}.vox-hist-top>*{min-width:0}.vox-hist-flow{gap:18px}.vox-hist-flow>div[style*=width]{display:none}.vox-hist-day{top:63px}}.vox-primary-btn{background:var(--fg);color:var(--bg);font-family:var(--b);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:600;transition:opacity .2s;display:inline-flex}.vox-primary-btn:hover{opacity:.9}.vox-shop-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.vox-shop-grid{grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:16px;display:grid}.vox-shop-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;flex-direction:column;min-width:0;min-height:210px;padding:20px 22px;transition:border-color .2s,background .2s,transform .2s;animation:.4s both fadeUp;display:flex;position:relative}.vox-shop-card:hover{border-color:var(--line2);background:var(--panel2);transform:translateY(-2px)}.vox-shop-card:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.vox-shop-card--skeleton{pointer-events:none;justify-content:flex-start}.vox-shop-hit{z-index:0;border-radius:16px;position:absolute;inset:0}.vox-shop-hit:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.vox-shop-settings{z-index:1;border:1px solid var(--line2);width:32px;height:32px;color:var(--dim);border-radius:8px;flex:none;justify-content:center;align-items:center;transition:color .2s,background .2s,border-color .2s;display:inline-flex;position:relative}.vox-shop-settings:hover{color:var(--fg);background:var(--panel);border-color:var(--line2)}.vox-shop-settings:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.vox-shop-go{color:var(--dim);flex:none;font-size:14px;transition:transform .2s,color .2s}.vox-shop-card:hover .vox-shop-go{color:var(--fg);transform:translate(3px)}.vox-panel{z-index:2;background:var(--bg);min-height:100vh;box-shadow:0 -26px 70px -18px #000000e6, 0 -1px 0 var(--line2);transform-origin:50% 0;will-change:transform;border-radius:16px 36px 0 0;flex-direction:column;justify-content:center;padding:100px 42px;display:flex;position:sticky;top:0}@media (width<=820px){.vox-hero-grid{grid-template-columns:1fr!important}.vox-h1{font-size:14vw!important}.vox-feat-grid,.vox-how-grid,.vox-dev-grid,.vox-price-grid,.vox-foot-grid{grid-template-columns:minmax(0,1fr)!important}.vox-nav-links{display:none!important}.vox-nav{padding:18px!important}.vox-nav-actions{gap:10px!important}.vox-stats{flex-wrap:wrap!important}.vox-panel{border-radius:16px 28px 0 0;justify-content:flex-start;min-height:0;padding:72px 22px;scroll-margin-top:78px;position:static;filter:none!important;transform:none!important}.vox-panel h2{margin-bottom:32px!important;font-size:26px!important}.vox-panel h3{font-size:16px!important}.vox-hero{padding:132px 22px 60px!important}.vox-trust,.vox-statwrap{padding-left:22px!important;padding-right:22px!important}.vox-stats{gap:28px 20px!important}.vox-stats>div{min-width:42%!important}.vox-stat-num{font-size:34px!important}.vox-price-card{padding:28px 22px!important}.vox-plan-price{overflow-wrap:break-word;font-size:clamp(28px,9vw,46px)!important}.vox-footer{padding:56px 22px 32px!important}.vox-code{padding:18px!important;font-size:11px!important}.vox-widget [aria-label=Payment\ asset] button{padding:12px 0!important}}@media (width<=400px){.vox-nav{padding:16px 14px!important}.vox-nav-actions{gap:8px!important}.vox-nav-brand img{height:28px!important}.vox-nav-actions a{font-size:13px!important}.vox-nav-actions>a:last-child{padding:10px 14px!important}.vox-hero-badge{padding:7px 11px!important}.vox-hero-badge span:last-child{letter-spacing:.04em!important;font-size:10px!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.vox-pay-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;display:flex}.vox-icon-btn{background:var(--panel);border:1px solid var(--line);width:40px;height:40px;color:var(--fg);cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;transition:border-color .2s,background .2s;display:inline-flex}.vox-icon-btn:hover{background:var(--panel2);border-color:var(--line2)}.vox-ghost-btn{background:var(--panel);border:1px solid var(--line);font-family:var(--b);color:var(--fg);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;display:inline-flex}.vox-pay-panel{background:var(--panel);border:1px solid var(--line);border-radius:16px;overflow:hidden}.vox-pay-bar-top{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:16px 22px;display:flex}.vox-pay-tabs,.vox-pay-tools{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.vox-chip-count{background:color-mix(in srgb, currentColor 18%, transparent);min-width:16px;height:16px;font-family:var(--m);border-radius:100px;justify-content:center;align-items:center;margin-left:7px;padding:0 4px;font-size:11px;display:inline-flex}.vox-search{background:var(--bg);border:1px solid var(--line2);border-radius:8px;align-items:center;gap:10px;padding:0 13px;transition:border-color .15s;display:flex}.vox-search:focus-within{border-color:var(--mut)}.vox-search input{color:var(--fg);font-family:var(--b);background:0 0;border:none;outline:none;width:180px;padding:10px 0;font-size:14px}.vox-searchbox{background:var(--bg);border:1px solid var(--line2);border-radius:8px;align-items:center;gap:10px;padding:0 13px;transition:border-color .15s;display:flex}.vox-searchbox:focus-within{border-color:var(--mut)}.vox-searchbox input{color:var(--fg);font-family:var(--b);background:0 0;border:none;outline:none;min-width:0;padding:10px 0;font-size:14px}.vox-pay-more{border-bottom:1px solid var(--line);background:var(--panel2);flex-wrap:wrap;align-items:flex-end;gap:14px;padding:16px 22px;display:flex}.vox-pay-more-item{flex-direction:column;gap:7px;display:flex}.vox-pay-clear{font-family:var(--b);color:var(--mut);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:10px 2px;font-size:12.5px;text-decoration:underline}.vox-pay-clear:hover{color:var(--fg)}.vox-pay-scroll{overflow-x:auto}.vox-pay-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:900px}.vox-pay-table th.vox-pay-th--lead{width:16%}.vox-pay-table th.vox-pay-th--payid{width:11%}.vox-pay-table th.vox-pay-th--status{width:13%}.vox-pay-table th.vox-pay-th--amount{width:27%}.vox-pay-table th.vox-pay-th--date{width:23%}.vox-pay-table th.vox-pay-th--trail{width:10%}.vox-pay-th{font-family:var(--b);letter-spacing:0;color:var(--dim);text-align:left;white-space:nowrap;padding:13px 14px;font-size:12.5px;font-weight:400}.vox-pay-th--lead{padding-left:22px}.vox-pay-th--trail{padding-right:22px}.vox-sort{font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;margin:-8px -6px;padding:8px 6px;transition:color .15s;display:inline-flex}.vox-sort:hover,.vox-sort[data-on]{color:var(--fg)}.vox-pay-th--num,.vox-pay-th--trail{text-align:right}.vox-pay-row{border-top:1px solid var(--line);cursor:pointer;transition:background .15s}.vox-pay-td{vertical-align:middle;padding:11px 14px}.vox-pay-td--lead{padding-left:22px}.vox-pay-td--num,.vox-pay-td--trail{text-align:right}.vox-pay-td--trail{white-space:nowrap;padding-right:22px}.vox-pay-foot{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:16px 22px;display:flex}@media (width<=1100px){.vox-pay-tools{grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%;display:grid}.vox-pay-tools .vox-search{grid-column:1/-1;min-width:0}.vox-search input{width:100%}.vox-pay-scroll{overflow-x:visible}.vox-pay-table,.vox-pay-table tbody,.vox-pay-row{width:100%;min-width:0;display:block}.vox-pay-table thead{display:none}.vox-pay-row{grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;padding:15px 18px;display:grid}.vox-pay-td{padding:0;display:block}.vox-pay-td--lead{grid-area:1/1;padding-left:0}.vox-pay-td--payid{grid-area:2/1}.vox-pay-td--status{grid-area:1/2;justify-self:end}.vox-pay-td--amount{border-top:1px solid var(--line);grid-area:3/1/auto/-1;margin-top:8px;padding-top:10px}.vox-pay-td--date{grid-area:4/1/auto/-1;margin-top:4px}.vox-pay-td--trail{display:none}}.vox-det-hero{background:var(--panel);border:1px solid var(--line);border-radius:16px;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);animation:.5s 20ms both fadeUp;display:grid;overflow:hidden}.vox-det-hero-main{flex-direction:column;justify-content:center;min-width:0;padding:30px 34px;display:flex}.vox-det-hero-side{border-left:1px solid var(--line);background:color-mix(in srgb, var(--bg) 55%, var(--panel));flex-direction:column;justify-content:center;min-width:0;padding:30px 34px;display:flex}.vox-det-hero-top{align-items:center;gap:14px;margin-bottom:16px;display:flex}.vox-det-status{font-family:var(--b);white-space:nowrap;border-radius:16px;align-items:center;gap:8px;padding:6px 13px;font-size:12.5px;font-weight:600;display:inline-flex}.vox-det-hero-when{font-family:var(--m);color:var(--dim);margin-top:14px;font-size:12.5px}.vox-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.vox-det-amount{font-family:var(--d);letter-spacing:-.03em;margin:0;font-size:46px;font-weight:600;line-height:1}.vox-det-amount-unit{font-family:var(--b);color:var(--mut);letter-spacing:0;margin-left:9px;font-size:14px;font-weight:400}.vox-det-row{grid-template-columns:116px minmax(0,1fr);align-items:baseline;gap:16px;padding:8px 0;display:grid}.vox-det-hero-side .vox-det-row{padding:10px 0}.vox-det-hero-side .vox-det-row+.vox-det-row{border-top:1px solid var(--line)}.vox-det-label{color:var(--mut);font-size:12.5px}.vox-det-value{overflow-wrap:anywhere;min-width:0;max-width:100%;font-size:14px;display:block}.vox-det-icon{border:1px solid var(--line2);width:34px;height:34px;color:var(--mut);cursor:pointer;background:0 0;border-radius:8px;flex:none;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:inline-flex}.vox-det-icon:hover{color:var(--fg);border-color:var(--mut)}.vox-det-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;margin-top:18px;display:grid}.vox-det-col{flex-direction:column;gap:18px;min-width:0;display:flex}.vox-det-col>div:empty{display:none}.vox-det-col>div:not(:has(*)){display:none}.vox-det-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;flex-direction:column;min-width:0;padding:24px 26px;animation:.5s 60ms both fadeUp;display:flex}.vox-det-title{font-family:var(--d);letter-spacing:-.01em;margin:0 0 16px;font-size:16px;font-weight:600}.vox-det-step{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:16px;padding:11px 0;display:flex}.vox-det-step--final{border-bottom:none;border-top:1px solid var(--line2);margin-top:5px;padding-top:15px}.vox-det-note{color:var(--dim);margin-top:auto;padding-top:16px;font-size:12.5px}.vox-det-addr{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.vox-det-addr-row{background:var(--bg);border:1px solid var(--line2);border-radius:8px;align-items:center;gap:8px;padding:9px 11px;display:flex}.vox-det-addr-text{font-family:var(--m);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12.5px;overflow:hidden}@media (width<=900px){.vox-det-hero{grid-template-columns:minmax(0,1fr)}.vox-det-hero-side{border-left:none;border-top:1px solid var(--line)}.vox-det-hero-main,.vox-det-hero-side{padding:24px 22px}.vox-det-grid{grid-template-columns:minmax(0,1fr)}.vox-det-amount{font-size:34px}}.vox-prof-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}@media (width<=1080px){.vox-prof-grid{grid-template-columns:minmax(0,1fr)}}.vox-prof-hero{background:var(--panel);border:1px solid var(--line);border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:26px 30px;display:grid}.vox-prof-id{align-items:center;gap:20px;min-width:0;display:flex}.vox-prof-avatar{background:var(--fg);width:62px;height:62px;color:var(--bg);font-family:var(--d);border-radius:16px;flex:none;justify-content:center;align-items:center;font-size:26px;font-weight:600;display:flex}.vox-prof-name{font-family:var(--d);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-size:20px;font-weight:600;overflow:hidden}.vox-prof-badge{background:var(--panel2);border:1px solid var(--line2);color:var(--mut);font-family:var(--m);letter-spacing:.06em;text-transform:uppercase;border-radius:100px;align-items:center;gap:6px;padding:4px 11px;font-size:11px;display:inline-flex}.vox-prof-badge--ok{background:var(--okbg);border-color:color-mix(in srgb, var(--ok) 35%, transparent);color:var(--ok)}.vox-prof-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.vox-prof-stats{flex:none;gap:30px;display:flex}.vox-prof-stat{white-space:nowrap;flex-direction:column;gap:6px;display:flex}.vox-prof-2fa-row{background:var(--panel2);border:1px solid var(--line2);border-radius:12px;align-items:flex-start;gap:14px;margin-bottom:24px;padding:16px 18px;transition:border-color .25s;display:flex}.vox-prof-2fa-row--on{border-color:#35a45759}.vox-prof-pw-head{font-family:var(--b);letter-spacing:0;color:var(--dim);border-top:1px solid var(--line);margin-bottom:18px;padding-top:20px;font-size:12.5px;font-weight:500}.vox-prof-shield{background:var(--panel2);border:1px solid var(--line2);width:34px;height:34px;color:var(--mut);border-radius:12px;flex:none;justify-content:center;align-items:center;transition:background .25s,border-color .25s,color .25s;display:flex}.vox-prof-2fa-row--on .vox-prof-shield{color:#4cb96c;background:#35a45721;border-color:#35a45759}.vox-prof-tg{background:var(--panel2);border:1px solid var(--line2);border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}.vox-prof-tg-icon{background:var(--panel);border:1px solid var(--line2);width:34px;height:34px;color:var(--dim);border-radius:8px;flex:none;justify-content:center;align-items:center;display:flex}.vox-prof-tg-icon--on{color:#5b9ee6;background:#4a91dc24;border-color:#4a91dc4d}.vox-prof-unlink{border:1px solid var(--line2);font-family:var(--b);color:var(--mut);cursor:pointer;background:0 0;border-radius:8px;flex:none;padding:7px 14px;font-size:12.5px;font-weight:600;transition:color .2s,border-color .2s}.vox-prof-unlink:hover{color:var(--red);border-color:#dd4f4a73}.vox-prof-notify-text{flex:1;min-width:0}.vox-prof-notify{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:16px;padding:16px 0;display:flex}.vox-prof-threshold{background:var(--panel2);border:1px solid var(--line2);width:64px;color:var(--fg);font-family:var(--b);text-align:center;border-radius:8px;outline:none;padding:9px 12px;font-size:14px}.vox-prof-threshold:focus{border-color:var(--mut)}.vox-prof-notify-foot{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:20px;padding-top:20px;display:flex}.vox-prof-quiet{font-family:var(--b);color:var(--mut);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin:-8px -2px;padding:8px 2px;font-size:12.5px;text-decoration:underline;transition:color .2s}.vox-prof-quiet:hover{color:var(--red)}@media (width<=860px){.vox-prof-hero{grid-template-columns:minmax(0,1fr);gap:20px}.vox-prof-stats{border-top:1px solid var(--line);justify-content:space-between;gap:0;padding-top:18px}}@media (width<=560px){.vox-prof-notify-text{flex:100%}.vox-prof-notify{gap:12px}.vox-prof-hero{padding:22px}.vox-prof-id{gap:15px}.vox-prof-stats{flex-direction:column;gap:12px}.vox-prof-stat{flex-direction:row;justify-content:space-between;align-items:baseline}}.vox-kpi{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:18px 20px}.vox-kpi-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.vox-kpi-share{font-family:var(--m);color:var(--dim);font-size:11px}.vox-kpi-count{font-family:var(--d);letter-spacing:-.03em;font-size:34px;font-weight:600;line-height:1}.vox-kpi-volume{font-family:var(--m);color:var(--mut);margin-top:9px;font-size:14px}.vox-kpi-unit{color:var(--dim);margin-left:5px;font-size:11px}.vox-kpi-foot{border-top:1px solid var(--line);margin-top:16px;padding-top:13px}.vox-kpi-trend{white-space:nowrap;align-items:center;gap:6px;font-size:12.5px;display:inline-flex}.vox-kpi-arrow{font-size:11px}.vox-bal-kicker{font-family:var(--b);letter-spacing:0;opacity:.55;align-items:center;gap:8px;margin-bottom:18px;font-size:12.5px;font-weight:500;display:flex}.vox-bal-figure{font-family:var(--d);letter-spacing:-.035em;font-size:46px;font-weight:600;line-height:1}.vox-bal-unit{opacity:.45;letter-spacing:0;margin-left:8px;font-size:16px}.vox-bal-hero .vox-bal-figure{font-size:46px}.vox-bal-body{flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.vox-bal-body .vox-bal-kicker{margin-bottom:14px}.vox-det-window{margin-bottom:20px}.vox-det-window-row{justify-content:space-between;align-items:baseline;gap:14px;display:flex}.vox-det-window-track{background:var(--line2);border-radius:100px;height:3px;margin:12px 0;overflow:hidden}.vox-det-window-fill--done{background:var(--mut);border-radius:8px;width:100%;height:100%;display:block}.vox-det-window-fill{background:#cf9a26;border-radius:8px;width:45%;height:100%;display:block}.vox-det-expect{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:14px;padding:15px 0;display:flex}.vox-det-hero-note{color:var(--mut);border-top:1px solid var(--line);margin-top:18px;padding-top:18px;font-size:14px;line-height:1.5}.vox-key-hidden{background:var(--panel2);border:1px solid var(--line2);border-radius:12px;padding:16px 18px}.vox-key-dots{font-family:var(--m);letter-spacing:.18em;color:var(--dim);font-size:14px}.vox-reveal{width:32px;height:32px;color:var(--dim);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:inline-flex;position:absolute;right:8px}.vox-reveal:hover{color:var(--fg);background:var(--panel)}.vox-top-brand,.vox-burger{display:none}.vox-drawer-scrim{z-index:400;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;animation:.18s voxFadeIn;position:fixed;inset:0}.vox-drawer{background:var(--panel);border-right:1px solid var(--line2);width:min(300px,86vw);padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom);flex-direction:column;animation:.22s cubic-bezier(.22,1,.36,1) voxDrawerIn;display:flex;position:absolute;inset:0 auto 0 0}@keyframes voxDrawerIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.vox-drawer-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:18px 18px 16px;display:flex}.vox-drawer-close{border:1px solid var(--line2);width:36px;height:36px;color:var(--mut);cursor:pointer;background:0 0;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.vox-drawer-list{flex:1;padding:12px 12px 18px;overflow-y:auto}.vox-drawer-item{color:var(--mut);border-radius:12px;align-items:center;gap:13px;padding:13px 14px;font-size:14px;transition:background .15s,color .15s;display:flex}.vox-drawer-item--on{background:var(--fg);color:var(--bg);font-weight:600}.vox-drawer-item--off{opacity:.45;cursor:default}.vox-drawer-icon{flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.vox-drawer-soon{font-family:var(--m);letter-spacing:.08em;text-transform:uppercase;color:var(--dim);margin-left:auto;font-size:11px}.vox-drawer-foot{border-top:1px solid var(--line);color:var(--mut);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:11px;padding:16px 18px;font-size:14px;display:flex;overflow:hidden}.vox-drawer-avatar{background:var(--fg);width:30px;height:30px;color:var(--bg);font-family:var(--d);border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:12.5px;font-weight:600;display:inline-flex}@media (width<=900px){.vox-top-brand{align-items:center;margin-right:auto;display:inline-flex}.vox-burger{border:1px solid var(--line2);width:38px;height:38px;color:var(--fg);cursor:pointer;background:0 0;border-radius:8px;flex:none;order:5;justify-content:center;align-items:center;display:inline-flex}.vox-dash-top{gap:12px!important;padding-left:18px!important;padding-right:18px!important}}[data-theme=light] .vox-logo,[data-theme=light] .vox-qp-logo{filter:invert()}.vox-coin-badge--plain{background:var(--panel2);color:var(--mut);border:1px solid var(--line2)}.vox-coin-badge{color:#fff;background:#177a5b;border-radius:50%;flex:none;justify-content:center;align-items:center;width:19px;height:19px;font-size:11px;font-weight:700;display:inline-flex}.vox-row-go--btn{border:1px solid var(--line2);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.vox-modal-scrim{z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s voxFadeIn;display:flex;position:fixed;inset:0}.vox-modal{background:var(--panel);border:1px solid var(--line2);border-radius:16px;flex-direction:column;width:440px;max-width:100%;max-height:calc(100vh - 40px);animation:.25s cubic-bezier(.22,1,.36,1) voxPopIn;display:flex;box-shadow:0 30px 70px -20px #000000b3}.vox-modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:22px 24px 18px;display:flex}.vox-modal-title{font-family:var(--d);letter-spacing:-.015em;margin:0;font-size:20px;font-weight:600}.vox-modal-close{border:1px solid var(--line2);width:34px;height:34px;color:var(--mut);cursor:pointer;background:0 0;border-radius:8px;flex:none;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:inline-flex}.vox-modal-close:hover{color:var(--fg);border-color:var(--mut)}.vox-modal-body{padding:22px 24px;overflow-y:auto}.vox-modal-foot{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding:18px 24px 20px;display:flex}.vox-modal-field{margin-bottom:20px;display:block}.vox-modal-field:last-child{margin-bottom:0}.vox-modal-label{font-family:var(--b);letter-spacing:0;color:var(--mut);margin-bottom:9px;font-size:12.5px;font-weight:500;display:block}.vox-modal-input{background:var(--panel2);border:1px solid var(--line2);width:100%;color:var(--fg);font-family:var(--b);border-radius:12px;outline:none;padding:13px 15px;font-size:14px;transition:border-color .2s}.vox-modal-input:focus{border-color:var(--fg)}.vox-amount{border:1px solid var(--line2);background:var(--panel2);border-radius:12px;align-items:stretch;display:flex;overflow:hidden}.vox-amount:focus-within{border-color:var(--fg)}.vox-amount input{min-width:0;color:var(--fg);font-family:var(--m);text-align:right;background:0 0;border:none;outline:none;flex:1;padding:13px 14px;font-size:14px}.vox-amount-btn{background:var(--panel);border:none;border-right:1px solid var(--line2);color:var(--mut);font-family:var(--b);cursor:pointer;flex:none;padding:0 15px;font-size:12.5px;font-weight:600;transition:color .15s,background .15s}.vox-amount-btn:last-child{border-right:none;border-left:1px solid var(--line2)}.vox-amount-btn:hover{color:var(--fg);background:var(--panel2)}.vox-amount-unit{border-left:1px solid var(--line2);font-family:var(--m);color:var(--mut);flex:none;align-items:center;padding:0 15px;font-size:12.5px;display:inline-flex}.vox-modal-hint{color:var(--dim);margin-top:9px;font-size:12.5px;line-height:1.5;display:block}.vox-modal-error{color:var(--red);margin-top:9px;font-size:12.5px;line-height:1.5;display:block}.vox-modal-summary{background:var(--panel2);border:1px solid var(--line);border-radius:12px;margin-bottom:20px;padding:4px 16px}.vox-modal-line{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:14px;padding:11px 0;display:flex}.vox-modal-line:last-child{border-bottom:none}.vox-modal-line--total{border-bottom:none;border-top:1px solid var(--line2)}.vox-modal-empty .vox-modal-line{border-bottom:1px solid var(--line)}@media (width<=560px){.vox-modal-foot{flex-direction:column-reverse}.vox-modal-foot>button{width:100%}}.vox-btn-off{background:var(--panel2);border:1px solid var(--line2);font-family:var(--b);color:var(--dim);cursor:not-allowed;border-radius:12px;padding:13px 22px;font-size:14px;font-weight:600}.vox-link-grid{flex-direction:column;gap:20px;display:flex}.vox-link-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.vox-link-field--shop{grid-column:1/-1}@media (width>=1100px){.vox-link-form{grid-template-columns:repeat(5,minmax(0,1fr))}.vox-link-field--shop{grid-column:auto}}.vox-link-field{flex-direction:column;display:flex}.vox-link-field--wide{grid-column:1/-1}.vox-coin-hint{color:var(--dim);margin:10px 0 0;font-size:12.5px;line-height:1.5}.vox-coin-hint--pending{background:linear-gradient(90deg, var(--panel2) 25%, var(--line) 37%, var(--panel2) 63%);background-size:200% 100%;border-radius:8px;width:min(360px,60%);height:1.5em;animation:1.3s infinite shimmer}.vox-coin-grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:8px;margin-top:10px;display:grid}.vox-coin-cell{border:1px solid var(--line2);min-height:44px;color:var(--mut);font-family:var(--b);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s,background .15s;display:flex}.vox-coin-cell:hover{color:var(--fg);background:var(--panel2)}.vox-coin-cell--on{color:var(--fg);border-color:var(--mut);background:var(--panel2)}.vox-coin-cell-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.vox-coin-cell-check{color:var(--fg);margin-left:auto;display:inline-flex}.vox-chips{flex-wrap:wrap;gap:8px;display:flex}.vox-link-more{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.vox-link-more>summary{cursor:pointer;font-family:var(--b);color:var(--mut);justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:600;list-style:none;transition:color .2s ease-out;display:flex}.vox-link-more>summary::-webkit-details-marker{display:none}.vox-link-more>summary:hover{color:var(--fg)}.vox-link-more-mark{font-size:14px;line-height:1;transition:transform .2s ease-out}.vox-link-more[open] .vox-link-more-mark{transform:rotate(180deg)}.vox-link-list{background:var(--panel);border:1px solid var(--line);border-radius:16px;animation:.5s 80ms both fadeUp;overflow:hidden}.vox-link-list-head{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:20px 22px 18px;display:flex}.vox-link-showmore{border:none;border-top:1px solid var(--line);width:100%;color:var(--mut);font-family:var(--b);cursor:pointer;background:0 0;padding:15px 22px;font-size:13.5px;transition:color .15s,background .15s;display:block}.vox-link-showmore:hover{color:var(--fg);background:var(--panel2)}.vox-link-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:15px 22px;transition:background .18s ease-out;animation:.28s ease-out both fadeUp;display:grid}.vox-link-row:last-child{border-bottom:none}.vox-link-row:hover{background:var(--panel2)}.vox-link-row--new{animation:2.4s ease-out both voxLinkNew}@keyframes voxLinkNew{0%{background:color-mix(in srgb, var(--ok) 22%, transparent)}to{background:0 0}}.vox-link-row-main{min-width:0}.vox-link-row-top{flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:6px;display:flex}.vox-link-tag{font-family:var(--m);letter-spacing:.08em;text-transform:uppercase;color:var(--mut);border:1px solid var(--line2);border-radius:100px;padding:3px 8px;font-size:11px}.vox-link-tag--once{color:var(--dim)}.vox-link-tag--out{color:var(--red);border-color:color-mix(in srgb, var(--red) 40%, transparent)}.vox-link-url{max-width:100%;color:var(--dim);font-family:var(--m);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;margin:-4px -6px;padding:4px 6px;font-size:12.5px;transition:color .18s ease-out,background .18s ease-out;display:inline-flex}.vox-link-url:hover{color:var(--fg);background:var(--panel2)}.vox-link-url-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vox-link-row-meta{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:4px;display:flex}.vox-link-amount{font-family:var(--m);font-size:14px}.vox-link-del{width:32px;height:32px;color:var(--dim);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex:none;justify-content:center;align-items:center;transition:color .18s ease-out,border-color .18s ease-out;display:inline-flex}.vox-link-del:hover{color:var(--red);border-color:color-mix(in srgb, var(--red) 40%, transparent)}@media (width<=620px){.vox-link-form{grid-template-columns:minmax(0,1fr)}.vox-link-row{grid-template-columns:minmax(0,1fr) auto;gap:10px 14px}.vox-link-row-meta{grid-column:1;align-items:flex-start}.vox-link-del{grid-area:2/2;align-self:end}}.vox-coin-icon{border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.vox-chip--coin{align-items:center;gap:8px;padding-left:10px;display:inline-flex}.vox-bot-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;display:flex}.vox-bot-empty{background:var(--panel);border:1px solid var(--line);text-align:center;border-radius:16px;padding:46px 34px 40px;animation:.5s 20ms both fadeUp}.vox-bot-empty-icon{color:#5b9ee6;background:#4a91dc24;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:20px;display:inline-flex}.vox-bot-empty-title{font-family:var(--d);letter-spacing:-.015em;margin:0 0 10px;font-size:20px;font-weight:600}.vox-bot-empty-text{color:var(--mut);max-width:52ch;margin:0 auto;font-size:14px;line-height:1.6}.vox-bot-steps{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:720px;margin:30px auto 0;display:grid}.vox-bot-step{background:var(--panel2);border:1px solid var(--line);border-radius:12px;align-items:flex-start;gap:12px;padding:16px;animation:.32s ease-out both fadeUp;display:flex}.vox-bot-step-num{background:var(--panel);border:1px solid var(--line2);width:24px;height:24px;font-family:var(--m);color:var(--mut);border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.vox-bot-list{flex-direction:column;gap:12px;display:flex}.vox-bot-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;transition:border-color .18s ease-out;animation:.3s ease-out both fadeUp;display:flex}.vox-bot-card:hover{border-color:var(--line2)}.vox-bot-card-main{min-width:0}.vox-bot-card-top{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px;display:flex}.vox-bot-avatar{color:#5b9ee6;background:#4a91dc24;border-radius:8px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.vox-bot-card-meta{color:var(--dim);font-size:12.5px}.vox-bot-state{color:var(--dim);background:var(--panel2);border-radius:100px;align-items:center;gap:6px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.vox-bot-state--on{color:var(--ok);background:var(--okbg)}.vox-bot-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.vox-bot-card-actions{flex:none;gap:8px;display:flex}.vox-bot-btn{border:1px solid var(--line2);min-height:34px;font-family:var(--b);color:var(--mut);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-size:12.5px;font-weight:600;transition:color .18s ease-out,border-color .18s ease-out;display:inline-flex}.vox-bot-btn:hover{color:var(--fg);border-color:var(--mut)}.vox-bot-btn--del{width:34px;padding:0}.vox-bot-btn--del:hover{color:var(--red);border-color:color-mix(in srgb, var(--red) 40%, transparent)}@media (width<=900px){.vox-bot-steps{grid-template-columns:minmax(0,1fr)}.vox-bot-empty{padding:34px 20px 30px}.vox-bot-card-actions{width:100%}.vox-bot-btn:first-child{flex:1}}.vox-risk{align-items:center;gap:10px;display:inline-flex}.vox-risk-value{font-family:var(--m);text-align:right;min-width:60px;font-size:14px}.vox-risk-value[data-band=high]{color:var(--red)}.vox-risk-value[data-band=medium]{color:var(--warn)}.vox-risk-value[data-band=low]{color:var(--ok)}.vox-risk-value[data-band=none]{color:var(--dim)}.vox-risk-track{background:var(--line2);border-radius:100px;width:92px;height:4px;overflow:hidden}.vox-risk-fill{background:var(--mut);border-radius:8px;height:100%;transition:width .28s ease-out;display:block}.vox-risk-fill[data-band=high]{background:var(--red)}.vox-risk-fill[data-band=medium]{background:var(--warn)}.vox-risk-fill[data-band=low]{background:var(--ok)}.vox-risk-band{color:var(--mut);font-size:12.5px}.vox-risk--sm .vox-risk-track{width:60px}.vox-aml-check{z-index:30;background:var(--panel);border:1px solid var(--line);border-radius:16px;margin-bottom:20px;padding:22px 24px;animation:.5s 20ms both fadeUp;position:relative}.vox-aml-check-form{flex-wrap:wrap;align-items:flex-end;gap:14px;display:flex}.vox-aml-field{flex-direction:column;gap:9px;min-width:190px;display:flex}.vox-aml-field--grow{flex:1;min-width:260px}.vox-aml-run{flex:none;align-items:center;gap:9px;display:inline-flex}.vox-aml-run:disabled{opacity:.65;cursor:progress}.vox-spin{border:2px solid;border-right-color:#0000;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite spin}.vox-aml-list{background:var(--panel);border:1px solid var(--line);border-radius:16px;animation:.5s 80ms both fadeUp;overflow:hidden}.vox-aml-list-head{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:20px 22px 18px;display:flex}.vox-aml-row{width:100%;color:var(--fg);font-family:var(--b);border:none;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:15px 22px;transition:background .18s ease-out;animation:.28s ease-out both fadeUp;display:grid}.vox-aml-row:last-child{border-bottom:none}.vox-aml-row:hover{background:var(--panel2)}.vox-aml-row-main{min-width:0}.vox-aml-row-top{align-items:center;gap:10px;margin-bottom:5px;display:flex}.vox-aml-addr{font-family:var(--m);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.vox-aml-kind{font-family:var(--m);letter-spacing:.08em;text-transform:uppercase;color:var(--dim);border:1px solid var(--line2);border-radius:100px;flex:none;padding:2px 8px;font-size:11px}.vox-aml-row-meta{color:var(--dim);font-size:12.5px;display:block}.vox-aml-row-score{flex-direction:column;flex:none;align-items:flex-end;gap:5px;display:flex}.vox-aml-high{color:var(--dim);font-size:11px}.vox-rep-hero{background:var(--panel);border:1px solid var(--line);border-radius:16px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:28px;padding:30px 34px;animation:.5s 20ms both fadeUp;display:grid}.vox-rep-hero[data-band=high]{border-color:color-mix(in srgb, var(--red) 35%, transparent)}.vox-rep-score{font-family:var(--d);letter-spacing:-.035em;margin:0;font-size:46px;font-weight:600;line-height:1}.vox-rep-score[data-band=high]{color:var(--red)}.vox-rep-score[data-band=medium]{color:var(--warn)}.vox-rep-score[data-band=low]{color:var(--ok)}.vox-rep-score-unit{font-family:var(--b);color:var(--mut);letter-spacing:0;margin-left:6px;font-size:16px;font-weight:400}.vox-rep-verdict{font-family:var(--b);margin-top:12px;font-size:14px;font-weight:600}.vox-rep-advice-lead{color:var(--fg);font-weight:600}.vox-rep-advice-lead[data-band=high]{color:var(--red)}.vox-rep-advice-lead[data-band=medium]{color:var(--warn)}.vox-rep-advice-lead[data-band=low]{color:var(--ok)}.vox-rep-advice{color:var(--mut);max-width:54ch;margin:14px 0 0;font-size:14px;line-height:1.6}.vox-rep-hero-side{flex-direction:column;align-items:flex-start;gap:12px;min-width:0;display:flex}.vox-rep-hero-tags{align-items:baseline;gap:12px;display:flex}.vox-rep-hero-id{font-family:var(--m);color:var(--mut);font-size:13px}.vox-rep-hero-kind{color:var(--dim);font-size:12.5px}.vox-rep-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;margin-top:18px;display:grid}.vox-rep-group{margin-bottom:22px}.vox-rep-group:last-child{margin-bottom:0}.vox-rep-group-head{border-bottom:1px solid var(--line);align-items:flex-start;gap:11px;margin-bottom:10px;padding-bottom:12px;display:flex}.vox-rep-group-icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:12.5px;font-weight:700;display:inline-flex}.vox-rep-group[data-band=trusted] .vox-rep-group-icon{background:var(--okbg);color:var(--ok)}.vox-rep-group[data-band=caution] .vox-rep-group-icon{background:var(--warnbg);color:var(--warn)}.vox-rep-group[data-band=risky] .vox-rep-group-icon{background:var(--redbg);color:var(--red)}.vox-rep-group-title{font-size:14px;font-weight:600;display:block}.vox-rep-group-note{color:var(--dim);margin-top:2px;font-size:12.5px;display:block}.vox-rep-group-total{font-family:var(--m);flex:none;font-size:14px}.vox-rep-src{align-items:center;gap:16px;padding:7px 0;display:flex}.vox-rep-src>span:first-child{flex:0 auto}.vox-rep-src-track{background:var(--line2);border-radius:100px;flex:auto;min-width:84px;max-width:420px;height:4px;overflow:hidden}.vox-rep-src-track>span{background:var(--mut);border-radius:8px;height:100%;display:block}.vox-rep-group[data-band=risky] .vox-rep-src-track>span{background:var(--red)}.vox-rep-group[data-band=caution] .vox-rep-src-track>span{background:var(--warn)}.vox-rep-group[data-band=trusted] .vox-rep-src-track>span{background:var(--ok)}.vox-rep-legend{background:var(--panel);border:1px solid var(--line);border-radius:16px;margin-top:18px;padding:20px 24px}.vox-rep-legend-rows{flex-wrap:wrap;gap:12px 26px;margin-top:14px;display:flex}.vox-rep-legend-item{white-space:nowrap;align-items:center;gap:9px;display:flex}.vox-rep-legend-mark{background:var(--line2);width:20px;height:20px;color:var(--dim);border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.vox-rep-legend-mark[data-band=high]{background:var(--redbg);color:var(--red)}.vox-rep-legend-mark[data-band=medium]{background:var(--warnbg);color:var(--warn)}.vox-rep-legend-mark[data-band=low]{background:var(--okbg);color:var(--ok)}@media (width<=900px){.vox-rep-hero{grid-template-columns:minmax(0,1fr);gap:22px}.vox-rep-hero-side{align-items:flex-start}}@media (width<=700px){.vox-aml-row{grid-template-columns:minmax(0,1fr) auto;gap:10px 14px}.vox-aml-row-score{grid-column:1;align-items:flex-start}.vox-aml-run{justify-content:center;width:100%}}.vox-aml-metric{justify-content:flex-end;align-items:center;gap:10px;display:flex}.vox-aml-metric-name{color:var(--dim);white-space:nowrap;font-size:11px}.vox-aml-metric-value{font-family:var(--m);text-align:right;min-width:60px;color:var(--red);font-size:12.5px}.vox-aml-metric-value[data-zero]{color:var(--dim)}.vox-rep-scores{border-top:1px solid var(--line);flex-wrap:wrap;gap:26px;margin-top:16px;padding-top:16px;display:flex}.vox-rep-metric{flex-direction:column;gap:5px;display:flex}.vox-rep-metric-name{font-family:var(--b);letter-spacing:0;color:var(--dim);font-size:12.5px;font-weight:500}.vox-rep-metric-value{font-family:var(--m);font-size:16px}.vox-rep-metric-value[data-band=high]{color:var(--red)}.vox-rep-metric-value[data-band=medium]{color:var(--warn)}.vox-rep-metric-value[data-band=low]{color:var(--ok)}.vox-rep-metric-value[data-band=none]{color:var(--dim)}@media (width<=700px){.vox-aml-metric{justify-content:flex-start}}.vox-del-row{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:15px 22px;animation:.28s ease-out both fadeUp;display:flex}.vox-del-row:last-child{border-bottom:none}.vox-del-kind{font-family:var(--m);letter-spacing:.08em;text-transform:uppercase;color:var(--dim);border:1px solid var(--line2);border-radius:100px;flex:none;padding:3px 9px;font-size:11px}.vox-del-kind--on{color:var(--ok);border-color:color-mix(in srgb, var(--ok) 40%, transparent)}.vox-del-textarea{resize:vertical;min-height:110px;font-family:var(--m);font-size:12.5px;line-height:1.7}.vox-ref-rate{background:var(--panel);border:1px solid var(--line2);color:var(--mut);border-radius:100px;align-items:baseline;gap:8px;padding:9px 16px;font-size:12.5px;display:inline-flex}.vox-ref-rate strong{font-family:var(--d);color:var(--fg);font-size:16px}.vox-ref-hero{background:var(--panel);border:1px solid var(--line);border-radius:16px;margin-bottom:18px;padding:24px 26px;animation:.5s 20ms both fadeUp}.vox-ref-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}@media (width<=1000px){.vox-ref-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.vox-ref-stats{grid-template-columns:minmax(0,1fr)}}.vox-terms-steps{color:var(--mut);flex-direction:column;gap:12px;margin:0;padding-left:20px;font-size:14px;line-height:1.6;display:flex}.vox-terms-steps strong{color:var(--fg);font-weight:600}.vox-terms-list{color:var(--mut);flex-direction:column;gap:9px;margin:0;padding-left:20px;font-size:14px;line-height:1.55;display:flex}.vox-legal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:22px 42px;display:flex}.vox-legal-main{flex:1;padding:56px 42px}.vox-legal-title{font-family:var(--d);letter-spacing:-.02em;overflow-wrap:anywhere;margin:0 0 10px;font-size:clamp(22px,7.6vw,34px);font-weight:600;line-height:1.15}@media (width<=640px){.vox-legal-header{padding:18px 24px}.vox-legal-main{padding:40px 24px}}.vox-api-endpoint{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.vox-api-code{background:var(--panel2);border:1px solid var(--line2);font-family:var(--m);color:var(--fg);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:7px 12px;font-size:12.5px;transition:border-color .18s ease-out;display:inline-flex}.vox-api-code:hover{border-color:var(--mut)}.vox-api-rows{flex-direction:column;gap:14px;display:flex}.vox-api-row{border:1px solid var(--line);border-radius:12px;padding:16px 18px;animation:.3s ease-out both fadeUp}.vox-api-row-head{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.vox-api-tag{font-family:var(--m);letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:4px 11px;font-size:11px;font-weight:700}.vox-api-tag--ok{color:var(--ok);background:var(--okbg)}.vox-api-tag--warn{color:var(--warn);background:var(--warnbg)}.vox-api-tag--red{color:var(--red);background:var(--redbg)}.vox-api-tag--dim{color:var(--mut);background:var(--panel2)}.vox-api-fields{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:14px;display:grid}.vox-api-field{flex-direction:column;gap:8px;min-width:0;display:flex}.vox-api-cred{background:var(--panel2);border:1px solid var(--line2);width:100%;color:var(--mut);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 13px;transition:color .18s ease-out,border-color .18s ease-out;display:flex}.vox-api-cred:hover{color:var(--fg);border-color:var(--mut)}.vox-api-cred-text{font-family:var(--m);text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;min-width:0;font-size:12.5px;overflow:hidden}@media (width<=860px){.vox-api-fields{grid-template-columns:minmax(0,1fr)}}.vox-swap-grid{flex-direction:column;gap:20px;display:flex}.vox-swap-grid>.vox-swap-card{width:100%;max-width:520px;margin:0 auto}.vox-swap-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:24px 26px;animation:.5s 20ms both fadeUp}.vox-swap-pair{flex-direction:column;gap:6px;display:flex;position:relative}.vox-swap-side{background:var(--panel2);border:1px solid var(--line2);border-radius:12px;flex-direction:column;gap:10px;padding:16px 18px;display:flex}.vox-swap-side-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.vox-swap-net{font-family:var(--m);letter-spacing:.06em;text-transform:uppercase;color:var(--dim);font-size:11px}.vox-swap-side-row{align-items:center;gap:10px;display:flex}.vox-swap-amount{min-width:0;color:var(--fg);font-family:var(--m);text-align:right;background:0 0;border:none;flex:1;padding:4px 0;font-size:22px}.vox-swap-amount:focus{outline:none}.vox-swap-amount::placeholder{color:var(--dim)}.vox-swap-receive{min-width:0;font-family:var(--m);flex:1;justify-content:flex-end;align-items:center;padding:4px 0;font-size:22px;display:inline-flex}.vox-swap-receive[data-empty]{color:var(--dim)}.vox-swap-flip{z-index:2;background:var(--panel);border:1px solid var(--line2);width:44px;height:44px;color:var(--mut);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:color .18s ease-out,transform .18s ease-out,border-color .18s ease-out;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vox-swap-flip:hover{color:var(--fg);border-color:var(--mut);transform:translate(-50%,-50%)rotate(180deg)}.vox-swap-more{border:none;border-top:1px solid var(--line);width:100%;color:var(--mut);font-family:var(--b);cursor:pointer;background:0 0;padding:15px 22px;font-size:13.5px;transition:color .15s,background .15s;display:block}.vox-swap-more:hover{color:var(--fg);background:var(--panel2)}.vox-pick-hit{cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;margin:-6px 0;display:inline-flex}.vox-pick{width:16px;height:16px;accent-color:var(--fg);cursor:pointer}.vox-gw-row{border-bottom:1px solid var(--line);grid-template-columns:34px 150px 110px minmax(0,1fr) 100px 150px;align-items:center;gap:14px;padding:12px 22px;animation:.28s ease-out both fadeUp;display:grid}.vox-gw-row:last-of-type{border-bottom:none}.vox-gw-row--head{background:var(--panel2);padding-top:13px;padding-bottom:13px;animation:none}.vox-gw-h{font-family:var(--b);letter-spacing:0;color:var(--dim);font-size:12.5px;font-weight:500}.vox-gw-addr{min-width:0;color:var(--mut);font-family:var(--m);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;margin:-4px -6px;padding:4px 6px;font-size:12.5px;transition:color .18s ease-out,background .18s ease-out;display:inline-flex}.vox-gw-addr:hover{color:var(--fg);background:var(--panel2)}.vox-gw-exp{font-family:var(--m);white-space:nowrap;justify-content:flex-end;align-items:center;gap:8px;font-size:12.5px;display:inline-flex}.vox-gw-exp-tag{letter-spacing:.08em;text-transform:uppercase;border:1px solid color-mix(in srgb, var(--red) 40%, transparent);border-radius:100px;padding:2px 8px;font-size:11px}@media (width<=1100px){.vox-gw-row--head{display:none}.vox-gw-row{grid-template-columns:34px minmax(0,1fr) auto;gap:8px 12px;padding:14px 18px}.vox-gw-addr{grid-column:2/-1}.vox-gw-row>span:nth-child(5){grid-column:2}.vox-gw-exp{grid-column:3;justify-content:flex-start}}.vox-aml-bal{background:var(--panel);border:1px solid var(--line);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding:20px 24px;animation:.5s both fadeUp;display:flex}.vox-aml-bal--low{border-color:color-mix(in srgb, var(--red) 35%, transparent)}.vox-ck{isolation:isolate;background:var(--bg);min-height:100dvh;color:var(--fg);font-family:var(--b);flex-direction:column;align-items:center;padding:24px 20px;font-size:14px;display:flex;position:relative}.vox-ck-atmos{pointer-events:none;z-index:0;position:fixed;inset:0}.vox-ck-grid{opacity:.5;background-image:radial-gradient(#ffffff09 1px,#0000 1px);background-size:60px 60px;animation:12s linear infinite gridDrift}[data-theme=light] .vox-ck-grid{background-image:radial-gradient(#12131a0d 1px,#0000 1px)}.vox-ck-glow{top:-220px;left:50%;inset-inline-end:auto;filter:blur(30px);background:radial-gradient(circle,#ffffff12,#0000 62%);border-radius:50%;width:640px;height:640px;margin-left:-320px;animation:9s ease-in-out infinite glowPulse;bottom:auto}[data-theme=light] .vox-ck-glow{display:none}.vox-ck-stack{z-index:1;width:100%;max-width:480px;margin:auto;position:relative}.vox-ck-card{background:linear-gradient(180deg, var(--panel2), var(--panel));border:1px solid var(--line2);border-radius:16px;width:100%;padding:30px;animation:.4s cubic-bezier(.22,1,.36,1) both ckRise;box-shadow:0 40px 90px -40px #000000e6}[data-theme=light] .vox-ck-card{box-shadow:0 24px 60px -32px #12131a40}@keyframes ckRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (width<=460px){.vox-ck{padding:0}.vox-ck-stack{max-width:none;margin:0}.vox-ck .vox-ck-card{max-width:none;min-height:100dvh;box-shadow:none;background:var(--panel);padding:22px 20px calc(22px + env(safe-area-inset-bottom));border:0;border-radius:0;flex-direction:column;margin:0;display:flex}}.vox-ck :focus-visible{outline:2px solid var(--fg);outline-offset:2px;border-radius:4px}.vox-ck-inset{justify-content:center;padding:8px 0 40px;display:flex}.vox-ck-inset .vox-ck-card{width:100%;max-width:480px}.vox-ck-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.vox-ck-brand{align-items:center;gap:9px;min-width:0;display:flex}.vox-ck-logo{width:auto;height:15px;display:block}[data-theme=light] .vox-ck-logo{filter:invert()}.vox-ck-brand-name{font-family:var(--d);color:var(--mut);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:600;overflow:hidden}.vox-ck-badge{font-family:var(--m);color:var(--dim);border:1px solid var(--line);white-space:nowrap;border-radius:8px;flex:none;padding:3px 7px;font-size:11px}.vox-ck-shop{font-family:var(--m);color:var(--dim);letter-spacing:.04em;margin:0 0 6px;font-size:11px}.vox-ck-amount{font-family:var(--d);letter-spacing:-.03em;font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:0;font-size:44px;font-weight:600;line-height:1}.vox-ck-amount-unit{font-family:var(--m);letter-spacing:0;color:var(--dim);margin-left:9px;font-size:14px;font-weight:400}.vox-ck-approx{color:var(--mut);margin:5px 0 0;font-size:12.5px}.vox-ck-approx span{color:var(--dim)}.vox-ck-meta{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}@media (width<=400px){.vox-ck-amount{font-size:38px}.vox-ck-meta{flex-direction:column;align-items:flex-start;gap:8px}}.vox-ck-fee{min-width:0;color:var(--mut);align-items:center;gap:7px;font-size:12px;line-height:1.45;display:inline-flex}.vox-ck-fee svg{color:var(--dim);flex:none}.vox-ck-timer{white-space:nowrap;border:1px solid var(--line);color:var(--mut);border-radius:8px;flex:none;align-items:center;gap:7px;padding:5px 10px;font-size:11.5px;display:inline-flex}.vox-ck-timer b{font-family:var(--m);color:var(--fg);font-variant-numeric:tabular-nums;font-weight:400}.vox-ck-timer[data-urgent]{border-color:var(--red);color:var(--red)}.vox-ck-timer[data-urgent] b{color:var(--red)}.vox-ck-chips{grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0 0;display:grid}.vox-ck-chip{border:1px solid var(--line2);min-height:76px;color:var(--mut);font-family:var(--b);cursor:pointer;touch-action:manipulation;background:0 0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:10px 4px;font-size:13px;font-weight:500;transition:background .12s,color .12s,border-color .12s;display:flex}.vox-ck-chip:hover{border-color:var(--fg);color:var(--fg)}.vox-ck-chip[aria-pressed=true]{background:var(--fg);border-color:var(--fg);color:var(--bg)}.vox-ck-chip-top{justify-content:center;align-items:center;max-width:100%;display:flex}.vox-ck-chip-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vox-ck-chip-net{max-width:100%;font-family:var(--m);color:var(--dim);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.2;overflow:hidden}.vox-ck-chip[aria-pressed=true] .vox-ck-chip-net{color:var(--bg);opacity:.62}.vox-ck-all{width:100%;min-height:44px;color:var(--mut);font-family:var(--b);cursor:pointer;touch-action:manipulation;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;margin-top:8px;padding:10px;font-size:12.5px;transition:color .15s;display:inline-flex}.vox-ck-all:hover{color:var(--fg)}.vox-ck-all svg{flex:none;transition:transform .15s}.vox-ck-all:hover svg{transform:translate(2px)}.vox-ck-plate{border:1px solid var(--line);background:repeating-linear-gradient(45deg,#ffffff06 0 7px,#0000 7px 17px);border-radius:12px;place-items:center;height:184px;margin-top:18px;display:grid;position:relative}[data-theme=light] .vox-ck-plate{background:repeating-linear-gradient(45deg,#12131a08 0 7px,#0000 7px 17px)}.vox-ck-plate-mark{width:12px;height:12px;position:absolute}.vox-ck-plate-mark--tl{border-top:2px solid var(--mut);border-left:2px solid var(--mut);top:10px;left:10px}.vox-ck-plate-mark--br{border-bottom:2px solid var(--mut);border-right:2px solid var(--mut);bottom:10px;right:10px}.vox-ck-plate-fig{text-align:center;place-items:center;gap:11px;padding:0 16px;animation:.15s both ckPlateIn;display:grid}@keyframes ckPlateIn{0%{opacity:0}to{opacity:1}}.vox-ck-plate-hint{font-family:var(--m);letter-spacing:.02em;color:var(--dim);font-size:11.5px;line-height:1.5}.vox-ck-plate-ticker{font-family:var(--m);letter-spacing:.08em;color:var(--mut);font-size:12px}.vox-ck-copies{border:1px solid var(--line);background:var(--panel);border-radius:10px;margin-top:14px;overflow:hidden}.vox-ck-copy{cursor:pointer;touch-action:manipulation;text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;min-height:48px;padding:10px 12px;transition:background .15s;display:flex}.vox-ck-copy+.vox-ck-copy{border-top:1px solid var(--line)}.vox-ck-copy:hover{background:var(--panel2)}.vox-ck-copy-label{width:92px;font-family:var(--m);color:var(--dim);flex:none;font-size:10.5px;line-height:1.3}.vox-ck-copy-value{min-width:0;font-family:var(--m);color:var(--fg);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12.5px;overflow:hidden}.vox-ck-copy-unit{color:var(--dim);margin-left:5px}.vox-ck-copy-act{width:24px;height:24px;color:var(--dim);flex:none;place-items:center;transition:color .15s;display:grid}.vox-ck-copy:hover .vox-ck-copy-act{color:var(--fg)}.vox-ck-copy[data-copied] .vox-ck-copy-act{color:var(--ok)}.vox-ck-memo{color:var(--dim);margin-top:8px;font-size:11.5px;display:block}.vox-ck-memo b{font-family:var(--m);color:var(--mut)}.vox-ck-warn{color:var(--mut);align-items:flex-start;gap:9px;margin:14px 0 0;padding:0 2px;font-size:11.5px;line-height:1.55;display:flex}.vox-ck-warn svg{color:var(--warn);flex:none;margin-top:1px}.vox-ck-status{color:var(--mut);flex-wrap:wrap;align-items:center;gap:8px;margin:16px 0 18px;font-size:12.5px;display:flex}.vox-ck-spin{border:2px solid var(--line2);border-top-color:var(--fg);border-radius:50%;flex:none;width:14px;height:14px;animation:1s linear infinite spin}.vox-ck-status-sub{color:var(--dim);font-variant-numeric:tabular-nums}.vox-ck-fine{color:var(--dim);margin:0 0 16px;font-size:11.5px;line-height:1.55}.vox-ck-act{background:var(--fg);border:1px solid var(--fg);width:100%;min-height:48px;color:var(--bg);font-family:var(--b);cursor:pointer;touch-action:manipulation;border-radius:12px;justify-content:center;align-items:center;gap:9px;margin-top:18px;padding:14px;font-size:14px;font-weight:600;transition:opacity .2s,transform .15s;display:inline-flex}.vox-ck-act:hover:not(:disabled){opacity:.9}.vox-ck-act:active:not(:disabled){transform:scale(.99)}.vox-ck-act:disabled{border-color:var(--line2);color:var(--dim);cursor:not-allowed;background:0 0}.vox-ck-back{width:100%;min-height:44px;color:var(--dim);font-family:var(--b);cursor:pointer;background:0 0;border:0;margin-top:10px;padding:11px;font-size:12.5px;transition:color .2s}.vox-ck-back:hover{color:var(--fg)}.vox-ck-seal{border:2px solid;border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.vox-ck-seal--done{color:var(--ok)}.vox-ck-seal--failed,.vox-ck-seal--expired{color:var(--red)}.vox-ck-end-title{font-family:var(--d);letter-spacing:-.02em;margin:0;font-size:24px;font-weight:600;line-height:1.15}.vox-ck-lead{color:var(--mut);margin:10px 0 0;font-size:13.5px;line-height:1.6}.vox-ck-foot{border-top:1px solid var(--line);width:100%;font-family:var(--m);color:var(--dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;margin:14px 0 0;padding:14px 4px 0;font-size:11px;display:flex}@media (width<=460px){.vox-ck-foot{display:none}}.vox-ck-help{min-height:44px;color:var(--dim);font-family:var(--m);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:11px;text-decoration:none;transition:color .2s;display:inline-flex}.vox-ck-help:hover{color:var(--fg)}@media (prefers-reduced-motion:reduce){.vox-ck-grid,.vox-ck-glow,.vox-ck-card,.vox-ck-plate-fig{animation:none}}.vox-ck-search{border-bottom:1px solid var(--line2);color:var(--dim);align-items:center;gap:9px;margin-top:18px;padding:0 2px 9px;transition:border-color .15s,color .15s;display:flex}.vox-ck-search:focus-within{border-color:var(--fg);color:var(--mut)}.vox-ck-search svg{flex:none}.vox-ck-search input{min-width:0;color:var(--fg);font-family:var(--b);background:0 0;border:0;outline:none;flex:1;padding:0;font-size:16px}.vox-ck-search input::placeholder{color:var(--dim)}.vox-ck-search button{width:24px;height:24px;color:var(--dim);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;padding:0;transition:color .15s;display:grid}.vox-ck-search button:hover{color:var(--fg)}.vox-ck-picker{margin:4px -10px 0;position:relative}.vox-ck-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--line2) transparent;min-height:156px;max-height:286px;margin:0;padding:0 6px 0 0;list-style:none;overflow-y:auto}.vox-ck-list::-webkit-scrollbar{width:4px}.vox-ck-list::-webkit-scrollbar-thumb{background:var(--line2);border-radius:4px}.vox-ck-picker:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(180deg, transparent, var(--panel));height:34px;transition:opacity .15s;position:absolute;bottom:0;left:10px;right:10px}.vox-ck-picker[data-more]:after{opacity:1}.vox-ck-coin{cursor:pointer;touch-action:manipulation;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;width:100%;min-height:52px;padding:8px 10px;transition:background .12s;display:flex}.vox-ck-coin:hover{background:var(--panel2)}.vox-ck-coin[aria-pressed=true]{background:var(--panel2);box-shadow:inset 2px 0 0 var(--fg)}.vox-ck-coin-id{flex:1;min-width:0}.vox-ck-coin-name{color:var(--mut);text-overflow:ellipsis;white-space:nowrap;font-size:14px;transition:color .12s;display:block;overflow:hidden}.vox-ck-coin:hover .vox-ck-coin-name,.vox-ck-coin[aria-pressed=true] .vox-ck-coin-name{color:var(--fg)}.vox-ck-coin-net{font-family:var(--m);color:var(--dim);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:10.5px;display:block;overflow:hidden}.vox-ck-coin-amt{font-family:var(--m);color:var(--fg);font-variant-numeric:tabular-nums;flex:none;font-size:13px}.vox-ck-coin-unit{color:var(--dim);margin-left:4px}.vox-ck-group[data-open=true]{background:var(--panel2);border-radius:9px}.vox-ck-caret{color:var(--dim);flex:none;margin-left:8px;transition:transform .18s cubic-bezier(.22,1,.36,1)}.vox-ck-group[data-open=true] .vox-ck-caret{color:var(--mut);transform:rotate(180deg)}.vox-ck-group[data-picked=true]{background:var(--panel2);box-shadow:inset 2px 0 0 var(--fg);border-radius:9px}.vox-ck-group[data-picked=true] .vox-ck-coin-name,.vox-ck-group[data-picked=true] .vox-ck-coin-net{color:var(--fg)}.vox-ck-nets{padding:2px 10px 10px 47px;animation:.18s cubic-bezier(.22,1,.36,1) both voxCkNets}@keyframes voxCkNets{0%{opacity:0;transform:translateY(-4px)}}.vox-ck-nets-hint{font-family:var(--m);letter-spacing:.06em;text-transform:uppercase;color:var(--dim);margin:0 0 6px;font-size:10.5px}.vox-ck-nets ul{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.vox-ck-net{cursor:pointer;touch-action:manipulation;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:44px;padding:7px 10px;transition:background .12s;display:flex}.vox-ck-net:hover{background:var(--panel)}.vox-ck-net-dot{border:1.5px solid var(--line2);border-radius:50%;flex:none;width:15px;height:15px;transition:border-color .12s,box-shadow .12s}.vox-ck-net[aria-checked=true] .vox-ck-net-dot{border-color:var(--fg);box-shadow:inset 0 0 0 3.5px var(--fg)}.vox-ck-net-id{flex:1;min-width:0}.vox-ck-net-name{color:var(--mut);font-size:13.5px;transition:color .12s;display:block}.vox-ck-net:hover .vox-ck-net-name,.vox-ck-net[aria-checked=true] .vox-ck-net-name{color:var(--fg)}.vox-ck-net-chain{font-family:var(--m);color:var(--dim);margin-top:1px;font-size:10.5px;display:block}@media (width<=460px){.vox-ck--pick .vox-ck-card{height:100dvh;min-height:0}.vox-ck-pick{flex-direction:column;flex:1;min-height:0;display:flex}.vox-ck-pick .vox-ck-picker{flex:1;min-height:0}.vox-ck-pick .vox-ck-list{height:100%;max-height:none}.vox-ck-pick .vox-ck-act{margin-top:16px}}.vox-ck-empty{text-align:center;padding:30px 10px 34px}.vox-ck-empty p{color:var(--mut);margin:0;font-size:13.5px}.vox-ck-empty span{color:var(--dim);margin-top:6px;font-size:12px;display:block}.vox-ck-toast{left:50%;bottom:calc(22px + env(safe-area-inset-bottom));z-index:950;background:var(--fg);color:var(--bg);border-radius:10px;padding:12px 18px;font-size:12.5px;font-weight:600;animation:.24s cubic-bezier(.22,1,.36,1) ckToastIn;position:fixed;transform:translate(-50%)}@keyframes ckToastIn{0%{opacity:0;transform:translate(-50%,8px)}}@media (prefers-reduced-motion:reduce){.vox-ck *,.vox-ck :before,.vox-ck :after,.vox-ck-toast{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.vox-ck-skel{background:linear-gradient(90deg, var(--panel2) 25%, var(--line) 37%, var(--panel2) 63%);background-size:400% 100%;border-radius:8px;margin:0 0 12px;animation:1.3s ease-in-out infinite voxCkSkel;display:block}@keyframes voxCkSkel{0%{background-position:100%}to{background-position:0}}.vox-ref-state{font-family:var(--m);border:1px solid var(--line2);color:var(--mut);white-space:nowrap;border-radius:100px;padding:4px 9px;font-size:11.5px}.vox-ref-state--done{color:var(--ok);border-color:color-mix(in srgb, var(--ok) 40%, transparent)}.vox-ref-state--failed{color:#e8635e;border-color:#e8635e66}.vox-tg-manager{align-items:center;gap:12px;padding:9px 0;display:flex}.vox-tg-manager+.vox-tg-manager{border-top:1px solid var(--line)}.vox-pub{background:var(--bg);min-height:100dvh;color:var(--fg);padding:28px 20px 40px;position:relative}.vox-pub-atmos{pointer-events:none;z-index:0;position:fixed;inset:0}.vox-pub-grid{opacity:.5;background-image:radial-gradient(#ffffff09 1px,#0000 1px);background-size:60px 60px}[data-theme=light] .vox-pub-grid{background-image:radial-gradient(#12131a0d 1px,#0000 1px)}.vox-pub-glow{top:-240px;left:50%;inset-inline-end:auto;filter:blur(30px);background:radial-gradient(circle,#ffffff12,#0000 62%);border-radius:50%;width:640px;height:640px;margin-left:-320px;bottom:auto}[data-theme=light] .vox-pub-glow{display:none}.vox-pub-stack{z-index:1;width:100%;max-width:1040px;margin:0 auto;position:relative}.vox-pub-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px;display:flex}.vox-pub-brand{align-items:center;gap:10px;text-decoration:none;display:inline-flex}.vox-pub-theme{border:1px solid var(--line2);width:32px;height:32px;color:var(--mut);cursor:pointer;background:0 0;border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.vox-pub-lede{margin-bottom:18px}.vox-pub-title{font-family:var(--d);letter-spacing:-.02em;margin:0 0 7px;font-size:26px;font-weight:600}.vox-pub-sub{color:var(--mut);max-width:62ch;margin:0;font-size:14px}.vox-pub-note{background:var(--panel);border:1px solid var(--line);text-align:center;color:var(--mut);border-radius:16px;padding:44px 34px;font-size:14px}.vox-pub-note-title{font-family:var(--d);color:var(--fg);margin-bottom:8px;font-size:17px;font-weight:600}.vox-pub-note-text{max-width:52ch;margin:0 auto;line-height:1.55}.vox-pub-cta{background:var(--panel);border:1px solid var(--line);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:22px 26px;display:flex}.vox-pub-cta-title{font-family:var(--d);margin-bottom:5px;font-size:16px;font-weight:600}.vox-pub-cta-text{color:var(--mut);max-width:56ch;margin:0;font-size:13.5px}.vox-pub-cta-btn{flex:none;text-decoration:none}.vox-pub-foot{text-align:center;color:var(--dim);margin:34px 0 0;font-size:12.5px}@media (width<=640px){.vox-pub{padding:20px 14px 32px}.vox-pub-title{font-size:22px}.vox-pub-cta{padding:20px}}@media print{.vox-pub-atmos,.vox-pub-tools,.vox-pub-cta{display:none!important}.vox-pub{min-height:0;padding:0}.vox-rep-grid{grid-template-columns:1fr}}.vox-rep-facts{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:18px 28px;display:grid}.vox-rep-fact-label{font-family:var(--b);letter-spacing:0;color:var(--dim);margin-bottom:5px;font-size:12.5px}.vox-rep-fact-value{overflow-wrap:anywhere;font-size:14px}.vox-mode-note{background:var(--bg);border:1px solid var(--line2);color:var(--mut);border-radius:10px;grid-column:1/-1;align-items:flex-start;gap:9px;margin:-6px 0 0;padding:12px 14px;font-size:13px;line-height:1.55;display:flex}.vox-crash{text-align:center;background:var(--bg,#0b0b0d);min-height:100dvh;color:var(--fg,#f4f4f5);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:40px 24px;display:flex}.vox-crash-mark{background:var(--warnbg,#fbbf241f);width:52px;height:52px;color:var(--warn,#fbbf24);border-radius:16px;justify-content:center;align-items:center;margin-bottom:4px;display:inline-flex}.vox-crash-title{font-family:var(--d);letter-spacing:-.02em;margin:0;font-size:22px;font-weight:600}.vox-crash-text{color:var(--mut,#a1a1aa);max-width:48ch;margin:0;font-size:14px;line-height:1.6}.vox-det-card--aml .vox-det-row,.vox-det-card--aml .vox-det-risk{grid-template-columns:150px minmax(0,1fr)}.vox-det-risk .vox-risk-value{text-align:left;min-width:0}.vox-det-risk{grid-template-columns:116px minmax(0,1fr);align-items:center;gap:16px;padding:8px 0;display:grid}.vox-det-value-mono{font-family:var(--m);overflow-wrap:anywhere;font-size:12.5px}.vox-det-aml-link{align-self:flex-start;align-items:center;gap:7px;margin-top:14px;padding:10px 16px;font-size:13.5px;display:inline-flex}.vox-crash-detail{color:var(--dim,#71717a);overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;max-width:60ch;margin:-4px 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;line-height:1.5}.vox-crash-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:10px;display:flex}.vox-crash-link{border:1px solid var(--line2,#26262b);color:var(--mut,#a1a1aa);border-radius:10px;padding:11px 18px;font-size:14px;text-decoration:none}.vox-crash-link:hover{color:var(--fg,#f4f4f5)}.vox-pa{margin-top:0}.vox-pa-sub{color:var(--mut);margin:-6px 0 16px;font-size:13.5px;line-height:1.5}.vox-pa-row{flex-wrap:wrap;gap:10px;display:flex}.vox-pa-form{flex-direction:column;gap:18px;display:flex}.vox-pa-form:not(:empty){margin-top:4px}.vox-pa-btn{border:1px solid var(--line2);color:var(--fg);cursor:pointer;background:0 0;border-radius:10px;padding:11px 18px;font-size:14px;font-weight:500;transition:border-color .15s,color .15s}.vox-pa-btn:hover{border-color:var(--fg)}.vox-pa-btn--grave{color:var(--red);border-color:color-mix(in srgb, var(--red) 35%, transparent)}.vox-pa-btn--grave:hover{border-color:var(--red)}.vox-token-fresh{background:var(--okbg);border:1px solid color-mix(in srgb, var(--ok) 35%, transparent);border-radius:12px;margin-bottom:16px;padding:14px 16px}.vox-token-fresh-note{color:var(--mut);margin:10px 0 0;font-size:12.5px;line-height:1.5}.vox-aml-kind--wip{color:var(--warn);background:var(--warnbg)}.vox-del-row--open{cursor:pointer;transition:background .15s}.vox-del-row--open:hover{background:var(--panel2)}.vox-link-actions{flex:none;align-items:center;gap:4px;display:inline-flex}.vox-note-wrap{flex:none;position:relative}.vox-note-bell{border:1px solid var(--line2);width:38px;height:38px;color:var(--mut);cursor:pointer;background:0 0;border-radius:16px;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:inline-flex;position:relative}.vox-note-bell:hover{color:var(--fg);border-color:var(--line)}.vox-note-badge{background:var(--red);color:#fff;min-width:18px;height:18px;font-family:var(--b);text-align:center;border-radius:100px;padding:0 5px;font-size:10.5px;font-weight:700;line-height:18px;position:absolute;top:-5px;right:-5px}.vox-note-panel{background:var(--panel);border:1px solid var(--line2);z-index:40;border-radius:16px;width:360px;max-width:calc(100vw - 32px);animation:.16s voxFadeIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 24px 48px -18px #0000008c}.vox-note-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:15px 18px;display:flex}.vox-note-heading{font-family:var(--d);font-size:14.5px;font-weight:600}.vox-note-readall{color:var(--mut);font-family:var(--b);cursor:pointer;background:0 0;border:none;padding:0;font-size:12.5px}.vox-note-readall:hover{color:var(--fg)}.vox-note-list{max-height:min(420px,60vh);overflow-y:auto}.vox-note-item{border:none;border-bottom:1px solid var(--line);width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;align-items:flex-start;gap:12px;padding:14px 18px;text-decoration:none;display:flex}.vox-note-item:last-child{border-bottom:none}a.vox-note-item:hover,button.vox-note-item:hover{background:var(--panel2)}.vox-note-mark{border-radius:9px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.vox-note-mark--info{background:var(--panel2);color:var(--mut)}.vox-note-mark--warn{background:var(--warnbg);color:var(--warn)}.vox-note-mark--bad{background:var(--redbg);color:var(--red)}.vox-note-body{flex-direction:column;gap:3px;min-width:0;display:flex}.vox-note-title{font-size:13.5px;font-weight:500}.vox-note-text{color:var(--mut);font-size:12.5px;line-height:1.5}.vox-note-date{font-family:var(--m);color:var(--dim);font-size:11px}.vox-sel-search{background:var(--panel);border:1px solid var(--line);width:100%;font-size:13px;font-family:var(--b);color:var(--fg);border-radius:8px;outline:none;padding:8px 10px}.vox-sel-search:focus{border-color:var(--line2)}.vox-note-del{width:26px;height:26px;color:var(--dim);opacity:0;border-radius:7px;flex:none;justify-content:center;align-items:center;margin-left:auto;transition:opacity .15s,color .15s;display:inline-flex}.vox-note-item:hover .vox-note-del,.vox-note-del:focus-visible{opacity:1}.vox-note-del:hover{color:var(--fg)}.vox-note-dot{background:var(--accent,var(--red));border-radius:50%;flex:none;width:7px;height:7px;margin-top:6px}.vox-note-empty{text-align:center;padding:34px 24px 30px}.vox-note-empty-mark{color:var(--dim);margin-bottom:10px;display:inline-flex}.vox-note-empty-title{font-family:var(--d);margin:0 0 6px;font-size:14.5px;font-weight:600}.vox-note-empty-text{color:var(--mut);max-width:32ch;margin:0 auto;font-size:12.5px;line-height:1.55}@media (width<=640px){.vox-note-panel{width:auto;position:fixed;top:64px;left:12px;right:12px}}.vox-swap-fees{background:var(--panel2);border:1px solid var(--line2);border-radius:12px;flex-wrap:wrap;align-items:baseline;gap:10px 28px;margin-top:16px;padding:14px 18px;display:flex}.vox-swap-fee{flex-direction:column;gap:3px;display:inline-flex}.vox-swap-fee>span{color:var(--dim);font-size:11.5px}.vox-swap-fee>b{font-family:var(--m);color:var(--mut);white-space:nowrap;font-size:13.5px;font-weight:500}.vox-swap-fee--sum{margin-left:auto}.vox-swap-fee--sum>b{color:var(--fg);font-weight:600}@media (width>=1100px){.vox-swap-grid>.vox-swap-card{max-width:920px}.vox-swap-pair{flex-direction:row}.vox-swap-pair>.vox-swap-side{flex:1;min-width:0}.vox-swap-flip svg{transform:rotate(90deg)}}@media (width<=360px){.vox-dash-top{gap:8px!important;padding-left:14px!important;padding-right:14px!important}.vox-dash-user{display:none!important}.vox-swap-side-row{flex-wrap:wrap}.vox-swap-side-row>.vox-select{flex:100%;min-width:0!important}.vox-swap-amount,.vox-swap-receive{flex:100%}}@media (width<=480px){.vox-prof-2fa-row{flex-wrap:wrap}.vox-prof-2fa-row>.vox-flt{white-space:nowrap;flex:0 0 calc(100% - 48px);margin-left:48px}.vox-dash-range{flex-wrap:wrap}.vox-dash-range>button{white-space:nowrap;flex:1 0 100%;justify-content:center}}@media (pointer:coarse),(width<=900px){.vox-chip{padding-top:9px;padding-bottom:9px}}.vox-foot-grid a,.vox-footer>div:last-child a{margin:-7px 0;padding:7px 0;display:inline-block}@media (width<=600px){.vox-pay-more-item{flex:calc(50% - 7px);min-width:0}.vox-pay-more-item .vox-select{width:100%;min-width:0!important}}.grecaptcha-badge{visibility:hidden}
