:root {
  --blue: #2f6bff; --blue2: #6c9bff; --cyan: #22d3ee; --mint: #16e0a3; --violet: #3aa0ff;
  --ink: #04060e; --line: rgba(255,255,255,0.08); --line2: rgba(255,255,255,0.15);
}
html { scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body { font-family: Inter, system-ui, sans-serif; overflow-x: clip; max-width: 100%; }
h1, h2, h3, h4, .font-display { font-family: "Sora", Inter, sans-serif; letter-spacing: -0.02em; }
.font-mono { font-family: "JetBrains Mono", monospace; }
::selection { background: rgba(47,107,255,0.4); color: #fff; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; } }

.ic { width: 1.2em; height: 1.2em; flex: none; vertical-align: -0.22em; }

.brandmark { font-family: "Sora", sans-serif; font-weight: 800; letter-spacing: -0.035em; line-height: 1; background: linear-gradient(178deg, #ffffff 26%, #c3d0ec 100%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 2px 10px rgba(47,107,255,0.28)); }
.brandmark .bm-tld { font-size: 0.46em; font-weight: 700; letter-spacing: -0.01em; margin-left: 0.08em; vertical-align: baseline; }

#hero3d { position: fixed; inset: 0; width: 100%; height: 100vh; z-index: 0; pointer-events: none; }
.hero-scrim { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(60% 62% at 50% 46%, rgba(4,6,14,0.5), rgba(4,6,14,0.12) 60%, transparent 78%); }

html.js [data-reveal] { opacity: 0; transform: translateY(26px); will-change: transform, opacity; }
html.js [data-reveal].revealed { opacity: 1; transform: none; }

.fx-layer { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; background:
  radial-gradient(900px 720px at 12% -6%, rgba(47,107,255,0.45), transparent 52%),
  radial-gradient(820px 660px at 92% 2%, rgba(34,211,238,0.32), transparent 52%),
  radial-gradient(1050px 880px at 50% 114%, rgba(22,224,163,0.30), transparent 54%),
  radial-gradient(780px 700px at 104% 55%, rgba(139,92,255,0.28), transparent 52%),
  radial-gradient(700px 600px at -6% 60%, rgba(34,211,238,0.20), transparent 54%),
  linear-gradient(160deg, #0c1636 0%, #0a1128 46%, #0b1434 100%); }
.fx-layer::after { content: ""; position: absolute; inset: 0; background: radial-gradient(130% 100% at 50% -5%, transparent 62%, rgba(2,4,10,0.45)); }
.fx-layer .fx-aurora { position: absolute; inset: -30%; background:
  radial-gradient(32% 28% at 20% 12%, rgba(47,107,255,0.55), transparent 66%),
  radial-gradient(28% 26% at 84% 38%, rgba(34,211,238,0.36), transparent 66%),
  radial-gradient(30% 26% at 50% 92%, rgba(22,224,163,0.40), transparent 66%),
  radial-gradient(26% 24% at 96% 88%, rgba(139,92,255,0.30), transparent 66%);
  filter: blur(70px); animation: aurora 20s ease-in-out infinite alternate; }
.fx-layer .fx-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(ellipse 92% 62% at 50% 0%, #000, transparent 72%); mask-image: radial-gradient(ellipse 92% 62% at 50% 0%, #000, transparent 72%); }
.fx-layer .fx-scan { position: absolute; inset: 0; opacity: 0.3; background: repeating-linear-gradient(0deg, rgba(255,255,255,0.018) 0, rgba(255,255,255,0.018) 1px, transparent 1px, transparent 3px); }
@keyframes aurora { 0% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(3%,-4%,0) scale(1.08); } 100% { transform: translate3d(-3%,3%,0) scale(1.12); } }

.hero-glow { position: absolute; z-index: -1; width: 620px; height: 620px; border-radius: 50%; filter: blur(90px); background: radial-gradient(closest-side, rgba(59,108,255,0.28), rgba(34,211,238,0.14), transparent 72%); animation: breathe 9s ease-in-out infinite; }
@keyframes breathe { 0%,100% { opacity: 0.7; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
.grad-shine { background: linear-gradient(100deg, #6c9bff, #22d3ee 40%, #2ff5b8 60%, #6c9bff 90%); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 6s linear infinite; }
@keyframes shine { to { background-position: 220% center; } }
.spec { background: rgba(255,255,255,0.025); border: 1px solid var(--line); border-radius: 16px; }
.grad-border { position: relative; }
.grad-border::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(160deg, rgba(108,155,255,0.6), rgba(34,211,238,0.25) 40%, transparent 70%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }

.grad { background: linear-gradient(100deg, var(--blue2), var(--cyan) 55%, var(--mint)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--blue2); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow .ic { color: var(--cyan); }

.btn-cta { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; font-weight: 600; color: #fff; padding: 0.75rem 1.45rem; border-radius: 14px; overflow: hidden; background: linear-gradient(135deg, #3f7bff, #1e57ff 58%, #1594e0); box-shadow: 0 10px 30px -8px rgba(47,107,255,0.7), inset 0 1px 0 rgba(255,255,255,0.4), inset 0 0 0 1px rgba(255,255,255,0.08); transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .25s; }
.btn-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,0.28) 47%, transparent 62%); transform: translateX(-130%); transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.btn-cta:hover::before { transform: translateX(130%); }
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 46px -10px rgba(47,107,255,0.92), inset 0 1px 0 rgba(255,255,255,0.5); }
.btn-cta:active { transform: translateY(0) scale(.985); }
.btn-cta.lg { padding: 0.95rem 1.8rem; font-size: 1.02rem; border-radius: 15px; }
.btn-outline2 { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; font-weight: 600; color: #eaf0ff; padding: 0.75rem 1.45rem; border-radius: 14px; background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.14); transition: transform .18s, background .22s; }
.btn-outline2::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(108,155,255,0.7), rgba(34,211,238,0.45) 45%, rgba(22,224,163,0.6)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.btn-outline2:hover { transform: translateY(-2px); background: linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.05)); }
.btn-outline2.lg { padding: 0.95rem 1.8rem; font-size: 1.02rem; border-radius: 15px; }

.nav-premium { position: sticky; top: 0; background: rgba(5,7,15,0.55); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); }
.nav-premium::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(108,155,255,0.5) 28%, rgba(22,224,163,0.42) 72%, transparent); }
.nav-link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 5px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue2), var(--mint)); transform: scaleX(0); transform-origin: center; transition: transform .25s ease; }
.nav-link:hover::after { transform: scaleX(1); }
.brand-link:hover img { transform: scale(1.06) rotate(-3deg); }

.dash-banner { position: relative; overflow: hidden; background: linear-gradient(120deg, rgba(47,107,255,0.18), rgba(22,224,163,0.09) 58%, rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.12); }
.dash-banner::after { content: ""; position: absolute; top: -55%; right: -4%; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(closest-side, rgba(47,107,255,0.28), transparent); pointer-events: none; }
.dash-card { position: relative; border-radius: 18px; border: 1px solid rgba(255,255,255,0.09); background: linear-gradient(180deg, rgba(255,255,255,0.052), rgba(255,255,255,0.015)); box-shadow: 0 24px 55px -34px rgba(0,0,0,0.85); }
.dash-card::before { content: ""; position: absolute; left: 0; top: 20px; bottom: 20px; width: 1.5px; border-radius: 2px; background: linear-gradient(180deg, rgba(108,155,255,0.55), rgba(22,224,163,0.4)); opacity: 0.85; }
.dash-card.dash-live::before { width: 2px; top: 16px; bottom: 16px; opacity: 1; background: linear-gradient(180deg, #2f6bff, #22d3ee, #16e0a3, #8b5cff); background-size: 100% 100%; animation: hueline 6s linear infinite; box-shadow: 0 0 10px -2px rgba(34,211,238,0.6); }
@keyframes hueline { to { filter: hue-rotate(360deg); } }
.dash-num { display: grid; place-items: center; border-radius: 11px; font-family: var(--mono); font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue2)); box-shadow: 0 8px 18px -8px rgba(47,107,255,0.9); }
.eq { display: flex; align-items: flex-end; gap: 3px; height: 66px; }
.eq span { flex: 1; min-width: 0; height: 100%; border-radius: 3px 3px 1px 1px; transform-origin: bottom; transform: scaleY(0.3); background: linear-gradient(180deg, #2ff5b8, #22d3ee 55%, #3b82ff); box-shadow: 0 0 8px -2px rgba(34,211,238,0.5); animation: eqbar 1.3s ease-in-out infinite; }
@keyframes eqbar { 0%, 100% { transform: scaleY(0.22); } 50% { transform: scaleY(1); } }

.sec { position: relative; }
.sec::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(108,155,255,0.45) 30%, rgba(22,224,163,0.35) 70%, transparent); z-index: 2; }
.sec::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 52%; height: 130px; background: radial-gradient(ellipse at top, rgba(47,107,255,0.14), transparent 72%); pointer-events: none; }
.page-veil { position: relative; background: linear-gradient(180deg, rgba(19,28,48,0.95), rgba(12,20,36,0.96)); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.layer-1 { background: linear-gradient(180deg, rgba(17,26,46,0.95), rgba(11,18,32,0.96)); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.layer-2 { background: linear-gradient(180deg, rgba(19,28,48,0.96), rgba(12,20,36,0.97)); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

.tile { display: grid; place-items: center; flex: none; border-radius: 13px; }
.tile .ic { width: 1.35em; height: 1.35em; }
.tile-blue { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue2)); box-shadow: 0 10px 24px -8px rgba(59,108,255,0.75); }
.tile-cyan { color: #04121a; background: linear-gradient(135deg, var(--cyan), #38bdf8); box-shadow: 0 10px 24px -8px rgba(34,211,238,0.6); }
.tile-mint { color: #042018; background: linear-gradient(135deg, var(--mint), #16c79a); box-shadow: 0 10px 24px -8px rgba(47,245,184,0.55); }
.tile-violet { color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue2)); box-shadow: 0 10px 24px -8px rgba(139,92,255,0.65); }
.tile-ghost { color: var(--blue2); background: rgba(59,108,255,0.12); border: 1px solid rgba(108,155,255,0.28); }

.glass { background: rgba(255,255,255,0.028); border: 1px solid var(--line); border-radius: 16px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.glass:hover { transform: translateY(-4px); border-color: var(--line2); box-shadow: 0 0 0 1px rgba(108,155,255,0.3), 0 24px 50px -20px rgba(59,108,255,0.5); }
.glass:hover .tile { transform: scale(1.06) rotate(-3deg); }
.glass .tile { transition: transform .2s; }

.v-line { stroke-dasharray: 720; stroke-dashoffset: 720; animation: draw 3.8s ease-in-out infinite; filter: drop-shadow(0 0 6px rgba(108,155,255,0.6)); }
@keyframes draw { 0% { stroke-dashoffset: 720; } 55% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; } }
.v-area { opacity: 0; animation: fadein 3.8s ease infinite; }
@keyframes fadein { 0% { opacity: 0; } 55% { opacity: 1; } 100% { opacity: 1; } }
.v-dot { animation: dpulse 1.8s ease-in-out infinite; }
@keyframes dpulse { 0%,100% { r: 4; opacity: 1; } 50% { r: 6.5; opacity: 0.6; } }
.v-bar { transform-box: fill-box; transform-origin: bottom; animation: rise 2.6s ease-in-out infinite; }
@keyframes rise { 0%,100% { transform: scaleY(0.4); } 50% { transform: scaleY(1); } }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 0 rgba(47,245,184,0.6); animation: ping 2s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(47,245,184,0.55); } 70% { box-shadow: 0 0 0 7px rgba(47,245,184,0); } 100% { box-shadow: 0 0 0 0 rgba(47,245,184,0); } }

.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-mask { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.d-none { display: none !important; }
.alert-line { display: block; padding: 0.85rem 1.1rem; border-radius: 12px; font-size: 0.9rem; margin-bottom: 1.3rem; border: 1px solid var(--line); background: rgba(255,255,255,0.03); color: #9aa4c0; }
.alert-line.ok { color: var(--mint); border-color: rgba(47,245,184,0.4); background: rgba(47,245,184,0.08); }
.alert-line.warn { color: #ffc04d; border-color: rgba(255,192,77,0.4); background: rgba(255,192,77,0.08); }
.alert-line a { color: var(--blue2); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; white-space: nowrap; }
.alert-line a:hover { color: var(--cyan); }

.opt { text-align: left; background: #0b1120; border: 1px solid var(--line2); border-radius: 13px; transition: transform .16s, border-color .2s, box-shadow .2s; }
.opt:hover { transform: translateY(-3px); border-color: var(--blue); }
.opt.active { border-color: var(--blue); background: rgba(59,108,255,0.12); box-shadow: 0 0 0 1px rgba(108,155,255,0.4), 0 16px 34px -18px rgba(59,108,255,0.7); }

.seg-btn.active { color: #fff !important; background: linear-gradient(135deg, var(--blue), var(--blue2)); box-shadow: 0 8px 18px -8px rgba(59,108,255,0.8); }
details.dash-card summary { list-style: none; }
details.dash-card summary::-webkit-details-marker { display: none; }

.wallet-chip.connected { border-color: rgba(47,245,184,0.5) !important; color: var(--mint) !important; }
.wallet-chip.connected .wc-dot { background: var(--mint) !important; box-shadow: 0 0 0 3px rgba(47,245,184,0.2); }

.token-status { display: flex; align-items: center; gap: 0.6rem; margin-top: 0.9rem; padding: 0.72rem 0.95rem; border-radius: 12px; font-size: 0.85rem; color: #9aa4c0; background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.09); }
.token-status:empty { display: none; }
.token-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; flex: none; background: var(--blue2); box-shadow: 0 0 10px var(--blue2); animation: statpulse 1.7s ease-in-out infinite; }
@keyframes statpulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.8); } }
.token-status.warn { color: #ffc04d; background: rgba(255,192,77,0.08); border-color: rgba(255,192,77,0.32); }
.token-status.warn::before { background: #ffc04d; box-shadow: 0 0 10px #ffc04d; }

.tk-card { position: relative; overflow: hidden; border-radius: 16px; padding: 1.1rem 1.15rem 1rem; border: 1px solid rgba(108,155,255,0.3); background: linear-gradient(180deg, rgba(47,107,255,0.13), rgba(255,255,255,0.018)); box-shadow: 0 24px 55px -30px rgba(47,107,255,0.7), inset 0 1px 0 rgba(255,255,255,0.07); animation: tkin .35s cubic-bezier(.2,.8,.2,1); }
@keyframes tkin { from { opacity: 0; transform: translateY(8px) scale(.99); } to { opacity: 1; transform: none; } }
.tk-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--blue2) 28%, var(--mint) 72%, transparent); }
.tk-head { display: flex; align-items: center; gap: 0.85rem; }
.tk-id { flex: 1; min-width: 0; }
.tk-name-row { display: flex; align-items: center; gap: 0.4rem; }
.tk-name { font-family: "Sora", sans-serif; font-weight: 700; font-size: 1.12rem; color: #fff; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tk-verified { flex: none; display: inline-flex; color: var(--mint); }
.tk-meta { margin-top: 0.3rem; }
.tk-symbol { font-family: var(--mono); font-size: 0.72rem; font-weight: 700; color: var(--blue2); padding: 0.14rem 0.55rem; border-radius: 100px; background: rgba(47,107,255,0.15); border: 1px solid rgba(108,155,255,0.4); }
.tk-chain { flex: none; align-self: flex-start; display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.72rem; font-weight: 600; color: var(--blue2); padding: 0.3rem 0.6rem; border-radius: 100px; background: rgba(255,255,255,0.04); border: 1px solid rgba(108,155,255,0.28); }
.tk-confirm { display: flex; align-items: flex-start; gap: 0.5rem; margin-top: 0.9rem; padding: 0.62rem 0.78rem; border-radius: 11px; font-size: 0.82rem; line-height: 1.5; color: #bfe9d5; background: rgba(22,224,163,0.09); border: 1px solid rgba(22,224,163,0.28); }
.tk-confirm .ic { flex: none; margin-top: 0.12rem; color: var(--mint); }
.tk-confirm b { color: #eafff6; font-family: var(--mono); font-weight: 700; }
.tk-addr { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; padding: 0.45rem 0.5rem 0.45rem 0.8rem; border-radius: 11px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.09); }
.tk-addr-label { flex: none; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.08em; color: #64748b; font-weight: 700; }
.tk-addr-val { flex: 1 1 40%; min-width: 0; font-family: var(--mono); font-size: 0.76rem; color: #cdd8ef; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tk-copy, .tk-scan { flex: none; display: inline-flex; align-items: center; gap: 0.32rem; font-size: 0.72rem; font-weight: 600; padding: 0.34rem 0.62rem; border-radius: 8px; transition: background .18s, color .18s, border-color .18s; }
.tk-copy { color: #aeb9d4; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); cursor: pointer; }
.tk-copy:hover { color: #fff; background: rgba(255,255,255,0.1); }
.tk-copy.ok { color: var(--mint); border-color: rgba(22,224,163,0.45); background: rgba(22,224,163,0.13); }
.tk-scan { color: var(--blue2); background: rgba(47,107,255,0.1); border: 1px solid rgba(108,155,255,0.3); }
.tk-scan:hover { color: #fff; background: rgba(47,107,255,0.2); }

.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper input { -moz-appearance: textfield; }

.spinner { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.2); border-top-color: var(--blue2); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.ring { position: relative; width: 92px; height: 92px; margin: 0 auto 1.4rem; display: grid; place-items: center; }
.ring span { position: absolute; inset: 0; border-radius: 50%; border: 3px solid transparent; }
.ring span:nth-child(1) { border-top-color: var(--blue2); border-right-color: var(--blue2); animation: spin 1.1s linear infinite; }
.ring span:nth-child(2) { inset: 12px; border-bottom-color: var(--cyan); border-left-color: var(--cyan); animation: spin 1.6s linear infinite reverse; }
.ring .ic { width: 30px; height: 30px; color: var(--blue2); animation: glow 1.8s ease-in-out infinite; }
@keyframes glow { 0%,100% { opacity: .6; transform: scale(1); } 50% { opacity: 1; transform: scale(1.12); } }
.modal-bar { height: 6px; border-radius: 100px; background: rgba(255,255,255,0.08); overflow: hidden; }
.modal-bar span { display: block; height: 100%; width: 38%; border-radius: 100px; background: linear-gradient(90deg, var(--blue), var(--cyan)); animation: mslide 1.6s ease-in-out infinite; }
@keyframes mslide { 0% { margin-left: -38%; } 100% { margin-left: 100%; } }

.article { color: #c3cde3; font-size: 1.055rem; line-height: 1.82; }
.article > p:first-of-type { font-size: 1.16rem; color: #dbe3f5; }
.article h2 { font-family: "Sora", sans-serif; font-size: clamp(1.5rem, 3vw, 1.85rem); font-weight: 700; color: #fff; margin: 2.4rem 0 1rem; letter-spacing: -0.02em; scroll-margin-top: 90px; }
.article h3 { font-family: "Sora", sans-serif; font-size: 1.28rem; font-weight: 600; color: #eef2fb; margin: 1.7rem 0 0.7rem; }
.article p { margin-bottom: 1.15rem; }
.article a { color: var(--blue2); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .2s; }
.article a:hover { color: var(--cyan); }
.article strong { color: #eaf0ff; font-weight: 600; }
.article ul, .article ol { margin: 0 0 1.3rem 1.4rem; }
.article li { margin-bottom: 0.55rem; }
.article ul { list-style: disc; }
.article ol { list-style: decimal; }
.article blockquote { border-left: 3px solid; border-image: linear-gradient(180deg, var(--blue2), var(--mint)) 1; padding: 0.7rem 0 0.7rem 1.3rem; margin: 1.6rem 0; color: #e2e9f8; font-size: 1.1rem; background: rgba(59,108,255,0.06); border-radius: 0 10px 10px 0; }
.article blockquote p { margin: 0; }
.article hr { border: none; border-top: 1px solid var(--line); margin: 2rem 0; }
.toc { background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 14px; padding: 1.2rem 1.4rem; margin-bottom: 2rem; }
.toc b { display: block; font-family: "Sora", sans-serif; font-size: 0.95rem; margin-bottom: 0.7rem; color: #eef2fb; }
.toc ol { list-style: decimal; margin: 0 0 0 1.1rem; }
.toc li { margin-bottom: 0.4rem; }
.toc a { color: var(--blue2); text-decoration: none; font-size: 0.95rem; }
.toc a:hover { color: var(--cyan); text-decoration: underline; }

.pop { animation: pop .5s ease; }
@keyframes pop { 0% { transform: scale(0); } 60% { transform: scale(1.15); } 100% { transform: scale(1); } }

.fx-sidelight { position: fixed; inset: 0; z-index: 3; pointer-events: none; mix-blend-mode: screen; background:
  radial-gradient(26% 42% at -2% 40%, rgba(47,107,255,0.16), transparent 58%),
  radial-gradient(24% 40% at 102% 60%, rgba(34,211,238,0.14), transparent 58%);
  animation: sideglow 15s ease-in-out infinite alternate; }
@keyframes sideglow { 0% { opacity: 0.7; } 100% { opacity: 1; } }

.tpl.tooltip:hover { z-index: 60; }
.tpl.tooltip:before { max-width: 16rem; white-space: normal; text-align: left; line-height: 1.5; font-size: 0.74rem; padding: 0.6rem 0.8rem; z-index: 60; background: #0c1424; color: #dbe3f5; border: 1px solid rgba(108,155,255,0.35); box-shadow: 0 16px 36px -10px rgba(0,0,0,0.8); }
.tpl.tooltip:after { z-index: 60; --tooltip-color: #0c1424; }
@media (hover: none) { .tpl.tooltip:before, .tpl.tooltip:after { display: none !important; } }

.tpl-info { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.82rem; line-height: 1.5; color: #b7c1da; padding: 0.7rem 0.9rem; border-radius: 12px; background: rgba(59,108,255,0.07); border: 1px solid rgba(108,155,255,0.22); }
.tpl-info .ic { flex: none; margin-top: 0.15rem; color: var(--blue2); width: 1rem; height: 1rem; }

.dash-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.4rem; padding: 0.4rem; border-radius: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.012)); border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 22px 46px -32px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.06); }
.dash-tab { position: relative; display: flex; align-items: center; gap: 0.65rem; padding: 0.7rem 1.05rem; border-radius: 12px; text-align: left; color: #93a1bd; overflow: hidden; transition: color .2s, background .2s, box-shadow .2s; }
.dash-tab:hover { color: #e7edfb; background: rgba(255,255,255,0.045); }
.dash-tab-ic { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; flex: none; color: inherit; background: rgba(255,255,255,0.055); border: 1px solid rgba(255,255,255,0.09); transition: background .2s, border-color .2s, color .2s; }
.dash-tab-ic .ic { width: 1.15em; height: 1.15em; }
.dash-tab-txt { display: flex; flex-direction: column; line-height: 1.18; min-width: 0; }
.dash-tab-txt b { font-family: "Sora", sans-serif; font-size: 0.92rem; font-weight: 600; color: inherit; }
.dash-tab-txt small { font-size: 0.68rem; color: #64748b; font-weight: 500; letter-spacing: 0.01em; }
.dash-tab-badge { margin-left: auto; font-family: var(--mono); font-size: 0.68rem; font-weight: 600; line-height: 1; padding: 0.22rem 0.46rem; border-radius: 100px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: #93a1bd; }
.dash-tab.active { color: #fff; background: linear-gradient(135deg, #3f7bff, #1e57ff 60%, #1594e0); box-shadow: 0 14px 28px -12px rgba(47,107,255,0.9), inset 0 1px 0 rgba(255,255,255,0.35); }
.dash-tab.active::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.22) 48%, transparent 62%); transform: translateX(-130%); animation: tabsheen 5s ease-in-out 0.4s infinite; }
@keyframes tabsheen { 0%, 22% { transform: translateX(-130%); } 42%, 100% { transform: translateX(130%); } }
.dash-tab.active .dash-tab-ic { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.32); color: #fff; }
.dash-tab.active .dash-tab-txt small { color: rgba(255,255,255,0.78); }
.dash-tab.active .dash-tab-txt b { color: #fff; }
.dash-tab.active .dash-tab-badge { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.34); color: #fff; }
@media (max-width: 639px) {
  .dash-tab-txt small, .dash-tab-badge { display: none; }
  .dash-tab { flex-direction: column; justify-content: center; text-align: center; gap: 0.3rem; padding: 0.55rem 0.2rem; }
  .dash-tab-ic { width: 28px; height: 28px; }
  .dash-tab-txt { align-items: center; }
  .dash-tab-txt b { font-size: 0.72rem; line-height: 1.15; white-space: normal; }
}
@media (max-width: 380px) { .brandmark { font-size: 1.05rem !important; } }

.wallet-opt { display: flex; align-items: center; gap: 0.7rem; padding: 0.7rem 0.85rem; border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); color: #e7edfb; font-weight: 600; font-size: 0.92rem; transition: background .18s, border-color .18s; }
.wallet-opt:hover, .wallet-opt:active { background: rgba(47,107,255,0.14); border-color: rgba(108,155,255,0.4); }
.wallet-opt-ic { flex: none; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; overflow: hidden; background: rgba(255,255,255,0.06); }
.wallet-opt-ic img { width: 34px; height: 34px; display: block; border-radius: 8px; }
.wallet-opt-ic b { color: #fff; font-family: "Sora", sans-serif; font-weight: 800; }
.wallet-opt-name { flex: 1; min-width: 0; }
.wallet-opt-arr { flex: none; color: #64748b; display: inline-flex; }
.wallet-opt-arr .ic { width: 1.05rem; height: 1.05rem; }
