:root[data-theme=dark]{--bg: #060a08;--panel: #0c120e;--panel-2: #101812;--border: #1c2a20;--text: #edf6f0;--muted: #87968c;--green: #00c805;--green-2: #00e65c;--green-bg: rgba(0, 200, 5, .12);--red: #ff5a5f;--yellow: #f5b73d;--purple: #7c5cff;--cta: #ed791c;--cta-hover: #ff8c32;--cta-bg: rgba(237, 121, 28, .13);--cta-fg: #1a0d02;--glow: 0 0 18px rgba(0, 200, 5, .18);--hero-grad: linear-gradient(135deg, #0d1f13, var(--panel));--cta-grad: linear-gradient(135deg, #0d2414, var(--panel))}:root[data-theme=light]{--bg: #eef3ef;--panel: #ffffff;--panel-2: #f6faf7;--border: #d8e2da;--text: #0d1a12;--muted: #5c6b62;--green: #00a205;--green-2: #008f2f;--green-bg: rgba(0, 162, 5, .1);--red: #d93036;--yellow: #d99a1b;--purple: #6a4de0;--cta: #d96a12;--cta-hover: #ed791c;--cta-bg: rgba(237, 121, 28, .12);--cta-fg: #ffffff;--glow: none;--hero-grad: linear-gradient(135deg, #e2f2e6, var(--panel));--cta-grad: linear-gradient(135deg, #dff0e2, var(--panel))}*{box-sizing:border-box}html{color-scheme:dark}:root[data-theme=light]{color-scheme:light}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,p{margin:0}:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.card{background:linear-gradient(180deg,var(--panel-2),var(--panel));border:1px solid var(--border);border-radius:14px;padding:14px 16px}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-weight:600;font-size:13px}.card-head .view-all{font-size:12.5px;color:var(--green);font-weight:500}.row{display:flex;align-items:center;gap:9px;padding:7px 0;font-size:13px}.row+.row{border-top:1px solid var(--border)}.avatar{width:27px;height:27px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex:none;color:#241a05}.up{color:var(--green)}.dn{color:var(--red)}.muted{color:var(--muted)}.btn-green{background:var(--cta);color:var(--cta-fg);border:none;border-radius:9px;padding:8px 14px;font-weight:600;font-size:13px;box-shadow:0 0 16px var(--cta-bg)}.btn-green:hover{background:var(--cta-hover)}.btn-outline{background:transparent;border:1px solid var(--cta);color:var(--cta);border-radius:999px;padding:3px 13px;font-size:12.5px;font-weight:500}.btn-outline:hover{background:var(--cta-bg)}.chip{font-size:12px;padding:2px 9px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:var(--panel)}.badge-green{font-size:12px;padding:2px 8px;border-radius:6px;background:var(--green-bg);color:var(--green);font-weight:600}.badge-mc{font-size:12px;padding:2px 8px;border-radius:6px;background:#7c5cff24;color:var(--purple);font-weight:600}.badge-cta{font-size:12px;padding:2px 8px;border-radius:6px;background:var(--cta-bg);color:var(--cta);font-weight:600}.toggle.svelte-1cmi4dh{background:var(--panel);border:1px solid var(--border);border-radius:9px;padding:7px 9px;color:var(--text);display:flex;align-items:center}.toggle.svelte-1cmi4dh:hover{border-color:var(--green);color:var(--green)}header.svelte-1h32yp1{border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:50}.inner.svelte-1h32yp1{max-width:1440px;margin:0 auto;padding:9px 18px;display:flex;align-items:center;gap:16px}.brand.svelte-1h32yp1{display:flex;align-items:center;gap:9px;flex:none}.brand.svelte-1h32yp1 img:where(.svelte-1h32yp1){border-radius:50%}.brand-name.svelte-1h32yp1{font-weight:700;font-size:19px;letter-spacing:-.01em}nav.svelte-1h32yp1{display:flex;gap:15px;align-items:center;flex:none}nav.svelte-1h32yp1 a:where(.svelte-1h32yp1){color:var(--muted);font-size:13.5px;padding:4px 0}nav.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--text)}nav.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){color:var(--green);font-weight:600;border-bottom:2px solid var(--green)}.new.svelte-1h32yp1{background:var(--purple);color:#fff;font-size:9.5px;font-weight:600;padding:1px 6px;border-radius:999px;margin-left:4px;vertical-align:2px}.search.svelte-1h32yp1{flex:1;min-width:140px;display:flex;align-items:center;gap:8px;background:var(--panel);border:1px solid var(--border);border-radius:9px;padding:0 10px;color:var(--muted);height:34px}.search.svelte-1h32yp1:focus-within{border-color:var(--cta)}.search.svelte-1h32yp1 input:where(.svelte-1h32yp1){flex:1;background:transparent;border:none;outline:none;color:var(--text);font-size:13px;min-width:0}.search.svelte-1h32yp1 kbd:where(.svelte-1h32yp1){border:1px solid var(--border);border-radius:4px;padding:0 5px;font-size:12px;color:var(--muted)}.actions.svelte-1h32yp1{display:flex;align-items:center;gap:8px;flex:none}.icon-btn.svelte-1h32yp1{background:var(--panel);border:1px solid var(--border);border-radius:9px;padding:7px 9px;color:var(--muted);position:relative;display:flex}.icon-btn.svelte-1h32yp1:hover{color:var(--cta);border-color:var(--cta)}.dot.svelte-1h32yp1{position:absolute;top:5px;right:6px;width:6px;height:6px;border-radius:50%;background:var(--green)}.burger.svelte-1h32yp1{display:none}.wallet-btn.svelte-1h32yp1{display:flex;align-items:center;gap:6px}.pip.svelte-1h32yp1{width:6px;height:6px;border-radius:50%;background:#fff9}.pip.holder.svelte-1h32yp1{background:var(--green);box-shadow:0 0 6px var(--green)}@media(max-width:1080px){nav.svelte-1h32yp1{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;padding:12px 18px;gap:10px}nav.open.svelte-1h32yp1{display:flex}.burger.svelte-1h32yp1{display:flex}}@media(max-width:560px){.search.svelte-1h32yp1 kbd:where(.svelte-1h32yp1){display:none}.btn-green.svelte-1h32yp1{display:none}}footer.svelte-12qhfyh{border-top:1px solid var(--border);margin-top:24px;background:var(--panel)}.foot.svelte-12qhfyh{max-width:1440px;margin:0 auto;padding:26px 18px 18px;display:flex;gap:40px;flex-wrap:wrap;justify-content:space-between}.brand-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:8px;max-width:280px}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:8px;font-weight:700;font-size:16px}.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){border-radius:50%}.brand-col.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:12.5px;line-height:1.6}.x-link.svelte-12qhfyh{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;font-weight:500;margin-top:2px}.x-link.svelte-12qhfyh:hover{color:var(--cta)}.links.svelte-12qhfyh{display:flex;gap:44px;flex-wrap:wrap}.links.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin-bottom:9px;font-weight:700}.links.svelte-12qhfyh div:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:6px}.links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);font-size:13px}.links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--cta)}.fine.svelte-12qhfyh{max-width:1440px;margin:0 auto;padding:12px 18px 16px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:12px}.fine.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--cta);text-decoration:underline}
