.v2-root .page{z-index:1;min-height:100vh;position:relative}.v2-root .nav{z-index:30;-webkit-backdrop-filter:saturate(140%)blur(8px);backdrop-filter:saturate(140%)blur(8px);background:color-mix(in oklab,var(--bg)82%,transparent);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0}.v2-root .nav-brand{align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.v2-root .nav-brand .logo{background:var(--ink);width:22px;height:22px;color:var(--bg);border-radius:6px;place-items:center;font-size:12px;font-weight:700;display:grid}.v2-root .nav-links{color:var(--ink-2);gap:26px;font-size:13.5px;display:flex}.v2-root .nav-links a{color:inherit;cursor:pointer;text-decoration:none}.v2-root .nav-links a:hover{color:var(--ink)}.v2-root .nav-cta{align-items:center;gap:10px;display:flex}.v2-root .btn{border:1px solid var(--line-2);height:38px;color:var(--ink);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-family:inherit;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .16s;display:inline-flex}.v2-root .btn:hover,.v2-root .btn.primary{background:var(--ink);color:var(--bg);border-color:var(--ink)}.v2-root .btn.primary:hover{background:var(--blue);border-color:var(--blue)}.v2-root .btn.blue{background:var(--blue);color:#fff;border-color:var(--blue)}.v2-root .btn.blue:hover{background:#1f4aa5;border-color:#1f4aa5}.v2-root[data-theme=dark] .btn.blue:hover{background:#5a86d8;border-color:#5a86d8}.v2-root .btn.ghost{background:0 0}.v2-root[data-theme=dark] .btn.ghost{border-color:var(--line-2);color:var(--ink)}.v2-root .btn.sm{height:32px;padding:0 12px;font-size:12.5px}.v2-root[data-theme=dark] .btn.sm{background:var(--bg-2);border-color:var(--line-2);color:var(--ink)}.v2-root .btn .arrow{transition:transform .16s}.v2-root .btn:hover .arrow{transform:translate(2px)}.v2-root .btn.icon{border-radius:999px;width:38px;height:38px;padding:0}.v2-root .btn.icon.sm{width:32px;height:32px}.v2-root .pill{color:var(--blue);font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.08em;text-transform:uppercase;background:#2a5cc014;border:1px solid #2a5cc02e;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:10.5px;display:inline-flex}.v2-root[data-theme=dark] .pill{background:var(--blue-soft)}.v2-root .pill .dot{background:var(--blue);opacity:.85;border-radius:50%;width:5px;height:5px}.v2-root .kicker{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);font-size:11px}.v2-root .theme-toggle{border:1px solid var(--line-2);width:34px;height:34px;color:var(--ink-2);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;transition:background .16s,color .16s,transform .3s;display:inline-flex}.v2-root .theme-toggle:hover{background:var(--bg-2);color:var(--ink)}.v2-root .theme-toggle svg{display:block}.v2-root .hero{grid-template-columns:minmax(340px,480px) 1fr;align-items:center;gap:40px;min-height:calc(100vh - 60px);padding:40px 40px 80px;display:grid;position:relative;overflow:hidden}.v2-root .hero-copy{z-index:2;position:relative}.v2-root .hero h1{letter-spacing:-.035em;text-wrap:balance;margin:18px 0 22px;font-size:68px;font-weight:500;line-height:.96}.v2-root .hero h1 em{font-style:italic;font-family:var(--font-instrument-serif),serif;color:var(--blue);letter-spacing:-.02em;font-weight:400}.v2-root .hero p.lede{color:var(--ink-2);max-width:420px;margin:0 0 28px;font-size:16px;line-height:1.55}.v2-root .hero-ctas{align-items:center;gap:10px;display:flex}.v2-root .hero-install{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-3);align-items:center;gap:10px;margin-top:36px;font-size:12.5px;display:flex}.v2-root .hero-visual{aspect-ratio:1;justify-self:center;width:100%;max-height:620px;position:relative;overflow:hidden}.v2-root .frame-grid{pointer-events:none;background-image:linear-gradient(to right,var(--line)1px,transparent 1px),linear-gradient(to bottom,var(--line)1px,transparent 1px);background-position:40px 40px;background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 78%);mask-image:radial-gradient(circle,#000 40%,#0000 78%)}.v2-root .tick{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-3);text-transform:uppercase;letter-spacing:.08em;z-index:1;align-items:center;gap:6px;font-size:10px;display:flex;position:absolute}.v2-root .tick:before{content:"";border:1px solid;border-radius:50%;width:6px;height:6px}.v2-root .tick.tl{top:84px;left:40px}.v2-root .tick.tr{top:84px;right:40px}.v2-root .tick.bl{bottom:24px;left:40px}.v2-root .tick.br{bottom:24px;right:40px}.v2-root .dock{grid-template-columns:repeat(4,1fr);gap:16px;max-width:1280px;margin:0 auto;padding:28px 40px 80px;display:grid;position:relative}.v2-root .dock .card{background:color-mix(in oklab,var(--bg)60%,white);border:1px solid var(--line);border-radius:14px;padding:32px 18px 22px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.v2-root[data-theme=dark] .dock .card{background:var(--bg-2)}.v2-root .dock .card:hover{border-color:#2a5cc047;transform:translateY(-3px);box-shadow:0 12px 28px #0e11160f}.v2-root .dock .card .num{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-4);letter-spacing:.14em;text-transform:uppercase;font-size:10.5px;position:absolute;top:14px;right:16px}.v2-root .dock .card h4{letter-spacing:-.01em;margin:0 0 4px;font-size:14.5px;font-weight:600}.v2-root .dock .card p{color:var(--ink-3);margin:0;font-size:12.5px;line-height:1.45}.v2-root .strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:color-mix(in oklab,var(--bg)80%,white);flex-wrap:wrap;align-items:center;gap:50px;padding:34px 40px;display:flex}.v2-root[data-theme=dark] .strip{background:var(--bg-2)}.v2-root .strip .stat .k{font-family:var(--font-instrument-serif),serif;letter-spacing:-.02em;font-size:40px;line-height:1}.v2-root .strip .stat .k em{color:var(--blue);font-style:italic}.v2-root .strip .stat .l{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-3);text-transform:uppercase;letter-spacing:.1em;margin-top:6px;font-size:10.5px}.v2-root .section{max-width:1280px;margin:0 auto;padding:90px 40px;position:relative}.v2-root .section-head{grid-template-columns:1fr 2fr;align-items:end;gap:40px;margin-bottom:48px;display:grid}.v2-root .section-head h2{letter-spacing:-.03em;margin:10px 0 0;font-size:48px;font-weight:500;line-height:1}.v2-root .section-head h2 em{font-family:var(--font-instrument-serif),serif;color:var(--blue);font-style:italic;font-weight:400}.v2-root .section-head p{color:var(--ink-2);max-width:560px;margin:0 0 4px;font-size:15.5px;line-height:1.5}.v2-root .footer{border-top:1px solid var(--line);color:var(--ink-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:42px 40px;font-size:12.5px;display:flex}.v2-root .footer a{color:inherit;cursor:pointer;text-decoration:none}.v2-root .footer a:hover{color:var(--ink)}.v2-root .scope{opacity:0;place-items:center;animation:1.1s cubic-bezier(.2,.7,.15,1) 80ms forwards v2-scope-in;display:grid;position:absolute;inset:0}.v2-root .scope>svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}@keyframes v2-scope-in{0%{opacity:0;filter:blur(10px);transform:scale(.88)rotate(-6deg)}60%{opacity:1;filter:blur()}to{opacity:1;filter:blur();transform:none}}.v2-root .ring-rot-slow{transform-origin:50%;animation:90s linear infinite v2-rot}.v2-root .ring-rot-med{transform-origin:50%;animation:42s linear infinite v2-rot}.v2-root .ring-rot-fast{transform-origin:50%;animation:24s linear infinite reverse v2-rot}@keyframes v2-rot{to{transform:rotate(360deg)}}.v2-root .tcgcard{background:var(--bg-2);width:160px;height:224px;color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow-lg);transform-origin:50%;will-change:transform,opacity;border-radius:11px;position:absolute;overflow:hidden}.v2-root .tcgcard:before{content:"";mix-blend-mode:screen;pointer-events:none;background:linear-gradient(135deg,#fff0 30%,#ffffff2e 50%,#fff0 70%),repeating-linear-gradient(125deg,#5e86d81f 0 2px,#0000 2px 6px);position:absolute;inset:0}.v2-root .tcgcard .art{background:var(--bg-3);border-radius:6px;height:58%;position:absolute;top:10px;left:10px;right:10px;overflow:hidden}.v2-root .tcgcard .art:after{content:"";background:radial-gradient(60% 80% at 50% 110%,#5e86d880,#0000 60%),repeating-linear-gradient(90deg,#ffffff0a 0 1px,#0000 1px 3px);position:absolute;inset:0}.v2-root .tcgcard .art img{object-fit:cover;z-index:1;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block;position:absolute;inset:0}.v2-root .tcgcard .art:has(img):after{display:none}.v2-root .tcgcard .tag{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.1em;text-transform:uppercase;background:var(--line);color:var(--ink-3);border:1px solid var(--line-2);z-index:2;border-radius:4px;padding:2px 6px;font-size:9px;position:absolute;top:14px;left:14px}.v2-root .tcgcard .grade{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.1em;z-index:2;color:#fff;border-radius:4px;padding:2px 6px;font-size:9.5px;font-weight:600;position:absolute;top:14px;right:14px}.v2-root .tcgcard .grade.psa{background:var(--psa)}.v2-root .tcgcard .grade.bgs{background:var(--bgs)}.v2-root .tcgcard .grade.cgc{background:var(--cgc)}.v2-root .tcgcard .foot{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-3);justify-content:space-between;align-items:end;font-size:10px;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.v2-root .tcgcard .foot .price{color:var(--blue);font-size:12px;font-weight:600}.v2-root .tcgcard .foot .name{color:var(--ink);font-size:10px;font-weight:500}.v2-root .tcgcard .spark{height:22px;position:absolute;bottom:40px;left:12px;right:12px}.v2-root .tcgcard .spark svg{width:100%;height:100%;display:block}.v2-root .tick-label{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);font-size:10px;position:absolute}.v2-root .no-select{-webkit-user-select:none;user-select:none}.v2-root .fade-up{opacity:0;animation:.9s cubic-bezier(.2,.7,.2,1) .2s forwards v2-fadeup;transform:translateY(14px)}.v2-root .fade-up.d1{animation-delay:.26s}.v2-root .fade-up.d2{animation-delay:.38s}.v2-root .fade-up.d3{animation-delay:.52s}.v2-root .fade-up.d4{animation-delay:.66s}@keyframes v2-fadeup{to{opacity:1;transform:none}}.v2-root .shock{border:1.5px solid var(--blue);opacity:0;pointer-events:none;border-radius:50%;width:40px;height:40px;margin:-20px 0 0 -20px;animation:1.5s cubic-bezier(.15,.8,.2,1) .7s forwards v2-shock;position:absolute;top:50%;left:50%}.v2-root .shock.b{border-color:var(--blue-2);animation-duration:1.7s;animation-delay:.95s}.v2-root .shock.c{border-color:#0e111680;animation-duration:1.9s;animation-delay:1.2s}@keyframes v2-shock{0%{opacity:.85;transform:scale(.2)}60%{opacity:.2}to{opacity:0;transform:scale(16)}}.v2-root .sweep{pointer-events:none;opacity:0;background:conic-gradient(#0000 0deg,#2a5cc000 310deg,#2a5cc059 352deg,#2a5cc0bf 358deg,#5e86d84d 8deg,#0000 18deg);border-radius:50%;width:620px;height:620px;margin:-310px 0 0 -310px;animation:1.2s ease-out .5s forwards v2-sweep-in,14s linear 1.9s infinite v2-sweep-rot;position:absolute;top:50%;left:50%;-webkit-mask:radial-gradient(circle,#0000 44%,#000 46% 49.5%,#0000 51%);mask:radial-gradient(circle,#0000 44%,#000 46% 49.5%,#0000 51%)}@keyframes v2-sweep-in{to{opacity:1}}@keyframes v2-sweep-rot{to{transform:rotate(360deg)}}.v2-root .spark-dot{background:var(--blue);width:3px;height:3px;box-shadow:0 0 6px var(--blue),0 0 14px #2a5cc08c;pointer-events:none;opacity:0;border-radius:50%;animation:1.5s cubic-bezier(.2,.7,.2,1) forwards v2-spark;position:absolute}@keyframes v2-spark{0%{opacity:0;transform:translate(0)scale(.3)}15%{opacity:1}85%{opacity:.85}to{opacity:0;transform:translate(var(--dx),var(--dy))scale(0)}}.v2-root .dust{background:var(--ink);opacity:0;pointer-events:none;border-radius:50%;width:2px;height:2px;animation:2.8s ease-out infinite v2-dust;position:absolute}@keyframes v2-dust{0%{opacity:0;transform:translate(0)}30%{opacity:.32}to{opacity:0;transform:translate(var(--dx),var(--dy))}}.v2-root .scanline{opacity:0;pointer-events:none;transform-origin:50%;background:linear-gradient(90deg,#0000,#2a5cc0d9,#0000);width:620px;height:2px;margin:-1px 0 0 -310px;animation:1.5s cubic-bezier(.3,.7,.3,1) .35s forwards v2-scanline;position:absolute;top:50%;left:50%}.v2-root .scanline.b{background:linear-gradient(90deg,#0000,#5e86d899,#0000);animation-duration:1.6s;animation-delay:.62s}@keyframes v2-scanline{0%{opacity:0;transform:scaleX(0)translateY(-220px)}20%{opacity:1}to{opacity:0;transform:scaleX(1.3)translateY(220px)}}.v2-root .intro-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#2a5cc038,#0000 55%);border-radius:50%;width:760px;height:760px;margin:-380px 0 0 -380px;animation:1.8s cubic-bezier(.3,.8,.2,1) .2s forwards v2-intro-glow;position:absolute;top:50%;left:50%}@keyframes v2-intro-glow{0%{opacity:0;transform:scale(.4)}40%{opacity:.9}to{opacity:0;transform:scale(1.5)}}.v2-root .card-stage{perspective:1600px;place-items:center;display:grid;position:absolute;inset:0}.v2-root .tcgcard.flight-in{will-change:transform,opacity,filter;animation:v2-flight-in 1.25s cubic-bezier(.2,.8,.15,1.02)var(--fd,0s)both!important}@keyframes v2-flight-in{0%{opacity:0;transform:translate(calc(-50% + var(--ex,0px)),calc(-50% + var(--ey,-280%)))rotate(var(--er,-60deg))scale(.6);filter:blur(10px)}35%{opacity:1;filter:blur(2px)}70%{transform:translate(calc(-50% + var(--tx,0px)),calc(-50% + var(--ty,-40%)))rotate(calc(var(--tr,0deg)*.5))scale(1.08);filter:blur()}to{opacity:1;transform:translate(calc(-50% + var(--tx,0px)),calc(-50% + var(--ty,0px)))rotate(var(--tr,0deg))scale(var(--ts,1));filter:blur()}}.v2-root .tick-label.fi{opacity:0;animation:v2-tick-in .7s var(--td,1.3s)ease-out forwards}@keyframes v2-tick-in{0%{opacity:0;letter-spacing:.4em;filter:blur(4px)}to{opacity:1;letter-spacing:.12em;filter:blur()}}.v2-root .dash{background:var(--bg);grid-template-rows:56px 1fr;grid-template-columns:240px 1fr;min-height:100vh;display:grid}.v2-root .dash-top{border-bottom:1px solid var(--line);background:var(--bg);color:var(--ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);grid-column:1/-1;justify-content:space-between;align-items:center;gap:18px;padding:0 24px;display:flex}.v2-root .dash-top__left,.v2-root .dash-top__right{flex:1 1 0;align-items:center;gap:18px;min-width:0;display:flex}.v2-root .dash-top__center{flex:0 520px;justify-content:center;min-width:280px;display:flex}.v2-root .dash-top__right{justify-content:flex-end;gap:12px}.v2-root .dash-top__nav{gap:18px;display:flex}.v2-root[data-theme=dark] .dash-top{background:#181c26;border-bottom-color:#ebe7dc0f}.v2-root .dash-top .search{background:color-mix(in oklab,var(--ink)5%,transparent);border:1px solid var(--line);width:360px;max-width:40vw;height:34px;color:var(--ink-3);border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:13px;display:flex}.v2-root[data-theme=dark] .dash-top .search{background:var(--bg-2);border-color:var(--line-2)}.v2-root .v2-search-page{color:var(--ink)}.v2-root[data-theme=light] .v2-search-page .text-white,.v2-root[data-theme=light] .v2-search-page .text-zinc-200,.v2-root[data-theme=light] .v2-search-page .text-zinc-300{color:var(--ink)!important}.v2-root[data-theme=light] .v2-search-page .text-zinc-400,.v2-root[data-theme=light] .v2-search-page .text-zinc-500{color:var(--ink-2)!important}.v2-root[data-theme=light] .v2-search-page .text-zinc-600,.v2-root[data-theme=light] .v2-search-page .text-zinc-700{color:var(--ink-3)!important}.v2-root[data-theme=light] .v2-search-page .bg-zinc-950,.v2-root[data-theme=light] .v2-search-page .bg-zinc-900,.v2-root[data-theme=light] .v2-search-page .bg-zinc-900\/95,.v2-root[data-theme=light] .v2-search-page .bg-zinc-900\/90,.v2-root[data-theme=light] .v2-search-page .bg-zinc-900\/80,.v2-root[data-theme=light] .v2-search-page .bg-zinc-800,.v2-root[data-theme=light] .v2-search-page .bg-zinc-800\/80,.v2-root[data-theme=light] .v2-search-page .bg-zinc-800\/50{background:var(--bg-2)!important}.v2-root[data-theme=light] .v2-search-page .border-zinc-600,.v2-root[data-theme=light] .v2-search-page .border-zinc-700,.v2-root[data-theme=light] .v2-search-page .border-zinc-800{border-color:var(--line)!important}.v2-root[data-theme=light] .v2-search-page .placeholder-zinc-500::placeholder,.v2-root[data-theme=light] .v2-search-page .placeholder-zinc-600::placeholder{color:var(--ink-3)!important}.v2-root[data-theme=light] .v2-search-page .hover\:bg-zinc-700:hover,.v2-root[data-theme=light] .v2-search-page .hover\:bg-zinc-800:hover,.v2-root[data-theme=light] .v2-search-page .hover\:bg-zinc-800\/80:hover{background:color-mix(in oklab,var(--ink)8%,transparent)!important}.v2-root[data-theme=light] .v2-search-page .hover\:text-white:hover,.v2-root[data-theme=light] .v2-search-page .hover\:text-zinc-300:hover,.v2-root[data-theme=light] .v2-search-page .hover\:text-zinc-200:hover{color:var(--ink)!important}.v2-root[data-theme=light] .v2-search-page .hover\:border-zinc-700:hover,.v2-root[data-theme=light] .v2-search-page .hover\:border-zinc-500:hover,.v2-root[data-theme=light] .v2-search-page .hover\:border-zinc-400:hover{border-color:var(--line-2)!important}.v2-root[data-theme=light] .v2-search-page .shadow-black\/60{--tw-shadow-color:#0f11171f!important}.v2-root .dash-side{border-right:1px solid var(--line);background:color-mix(in oklab,var(--bg)96%,white);color:var(--ink);flex-direction:column;gap:20px;padding:22px 18px;display:flex;overflow-y:auto}.v2-root[data-theme=dark] .dash-side{background:#181c26;border-right-color:#ebe7dc0f}.v2-root[data-theme=dark] .dash{background:#0f1117}.v2-root .dash-side .group h5{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin:0 0 4px;padding-left:4px;font-size:10.5px}.v2-root .dash-side .item{color:var(--ink-2);cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:6px 10px;font-size:13px;transition:background .12s;display:flex}.v2-root .dash-side .item:hover{background:color-mix(in oklab,var(--ink)6%,transparent)}.v2-root .dash-side .item.active{background:color-mix(in oklab,var(--ink)10%,transparent);color:var(--ink)}.v2-root .dash-side .item .count{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-3);margin-left:auto;font-size:10.5px}.v2-root .dash-side .item.active .count{color:var(--ink-2)}.v2-root .dash-main{padding:20px 28px 80px;overflow-y:auto}.v2-root .dash-main .toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.v2-root .tab-row{border-bottom:1px solid var(--line);gap:0;margin-bottom:16px;display:flex}.v2-root .tab-row .t{color:var(--ink-3);cursor:pointer;background:0 0;border:0;border-bottom:1.5px solid #0000;padding:8px 14px;font-family:inherit;font-size:13px;transition:color .12s,border-color .12s}.v2-root[data-theme=dark] .tab-row .t{color:var(--ink-3)}.v2-root .tab-row .t:hover{color:var(--ink-2)}.v2-root .tab-row .t.active{color:var(--ink);border-bottom-color:var(--blue)}.v2-root[data-theme=dark] .tab-row .t.active{color:var(--ink);background:var(--bg-2)}.v2-root .tab-row .t .n{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-4);margin-left:6px;font-size:10.5px}.v2-root .summary-row{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.v2-root .summary-row .kpi{background:color-mix(in oklab,var(--bg)50%,white);border:1px solid var(--line);border-radius:12px;padding:14px 16px}.v2-root[data-theme=dark] .summary-row .kpi{background:var(--bg-2)}.v2-root .kpi .l{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.12em;color:var(--ink-3);text-transform:uppercase;font-size:10px}.v2-root .kpi .v{font-family:var(--font-instrument-serif),serif;letter-spacing:-.01em;margin-top:6px;font-size:28px;line-height:1.05}.v2-root .kpi .d{font-family:var(--font-jetbrains-mono),monospace;margin-top:3px;font-size:11px}.v2-root .kpi .d.up{color:#1f7a4a}.v2-root .kpi .d.down{color:var(--psa)}.v2-root .kpi .spark{height:26px;margin-top:4px}.v2-root .grid-items{content-visibility:auto;contain-intrinsic-size:320px;grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:16px;display:grid}.v2-root .item-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;transition:box-shadow .16s,transform .16s,border-color .16s;position:relative;overflow:hidden}.v2-root[data-theme=dark] .item-card{background:var(--bg-2)}.v2-root .item-card:hover{box-shadow:var(--shadow-md);border-color:#2a5cc040;transform:translateY(-2px)}.v2-root .item-card .thumb{aspect-ratio:1;border-bottom:1px solid var(--line);background:#f4f1ea;position:relative;overflow:hidden}.v2-root[data-theme=dark] .item-card .thumb{background:var(--bg-3)}.v2-root .item-card .thumb img{object-fit:contain;width:100%;height:100%;padding:14px;display:block;position:absolute;inset:0}.v2-root .item-card .thumb .ph{color:#bfb8a8;font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.18em;text-transform:uppercase;place-items:center;font-size:9px;display:grid;position:absolute;inset:0}.v2-root[data-theme=dark] .item-card .thumb .ph{color:var(--ink-4)}.v2-root .item-card .thumb .ph:before{content:"";border:1px dashed #d9d2c2;border-radius:6px;position:absolute;inset:14px}.v2-root[data-theme=dark] .item-card .thumb .ph:before{border-color:var(--line-2)}.v2-root .item-card .tag-psa,.v2-root .item-card .tag-bgs,.v2-root .item-card .tag-cgc,.v2-root .item-card .tag-raw{font-family:var(--font-jetbrains-mono),monospace;color:#fff;letter-spacing:.08em;z-index:2;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600;position:absolute;top:10px;right:10px}.v2-root .item-card .tag-psa{background:var(--psa)}.v2-root .item-card .tag-bgs{background:var(--bgs)}.v2-root .item-card .tag-cgc{background:var(--cgc)}.v2-root .item-card .tag-raw{background:var(--ink-3)}.v2-root .item-card .select-chip{z-index:3;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1117b8;border:1px solid #ebe7dc2e;border-radius:6px;place-items:center;width:22px;height:22px;padding:0;display:grid;position:absolute;top:10px;left:10px}.v2-root .item-card .select-chip__dot{background:0 0;border:1px solid #f4f4f5e6;border-radius:2px;width:8px;height:8px}.v2-root .item-card .select-chip.is-selected{background:#2a5cc0e0;border-color:#2a5cc0f2}.v2-root .item-card .select-chip.is-selected .select-chip__dot{background:#fffffff5;border-color:#fffffff5}.v2-root[data-theme=light] .item-card .select-chip{background:#f8f6f0eb;border-color:#0f11171a}.v2-root[data-theme=light] .item-card .select-chip__dot{border-color:#0f1117b8}.v2-root[data-theme=light] .item-card .select-chip.is-selected .select-chip__dot{border-color:#fffffff5}.v2-root .item-card .status-timer{font-family:var(--font-jetbrains-mono),monospace;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(#0000,#0000008c);justify-content:space-between;padding:6px 10px;font-size:10px;display:flex;position:absolute;bottom:0;left:0;right:0}.v2-root .item-card .status-timer .ends{opacity:.7}.v2-root .item-card .status-timer.urgent{background:linear-gradient(#0000,#b0392dd9)}.v2-root .item-card .status-timer.ended{background:linear-gradient(#0000,#6b7280bf)}.v2-root .item-card .body{padding:12px 14px 14px}.v2-root .item-card .name{letter-spacing:-.005em;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;display:-webkit-box;overflow:hidden}.v2-root .item-card .set{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase;margin-top:2px;font-size:10.5px}.v2-root .item-card .meta-row{margin-top:8px}.v2-root .item-card .price-row{justify-content:space-between;align-items:end;margin-top:10px;display:flex}.v2-root .item-card .price{font-family:var(--font-instrument-serif),serif;letter-spacing:-.01em;font-size:22px}.v2-root .item-card .last-sale-row{flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:5px;font-size:11px;display:flex}.v2-root .item-card .last-sale-row .label{color:var(--ink-3);font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.05em;text-transform:uppercase}.v2-root .item-card .last-sale-row .value{color:var(--ink);font-weight:600}.v2-root .item-card .last-sale-row .age{color:var(--blue);font-family:var(--font-jetbrains-mono),monospace}.v2-root .item-card .delta{font-family:var(--font-jetbrains-mono),monospace;color:#1f7a4a;font-size:11px}.v2-root .item-card .delta.down{color:var(--psa)}.v2-root .item-card .spark{height:22px;margin-top:8px}.v2-root .item-card .card-actions{color:var(--ink-3);align-items:center;gap:8px;margin-top:10px;font-size:11px;display:flex}.v2-root .item-card .mini-action{border:1px solid var(--line);background:color-mix(in oklab,var(--bg)45%,white);color:var(--ink-2);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;text-decoration:none;transition:border-color .12s,background .12s,color .12s;display:inline-flex}.v2-root[data-theme=dark] .item-card .mini-action{background:var(--bg-3);border-color:var(--line-2)}.v2-root .item-card .mini-action:hover{color:var(--ink);border-color:#2a5cc047}.v2-root .item-card .mini-action--link{color:var(--blue);margin-left:auto}.v2-root .stack-wrap{height:240vh;position:relative}.v2-root .stack-stick{background:linear-gradient(180deg,color-mix(in oklab,var(--bg)70%,white),var(--bg)60%);border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:minmax(360px,500px) 1fr;align-items:center;gap:40px;height:100vh;padding:0 40px;display:grid;position:sticky;top:0;overflow:hidden}.v2-root[data-theme=dark] .stack-stick{background:linear-gradient(180deg,var(--bg-2),var(--bg)60%)}.v2-root .stack-stick:before{content:"";pointer-events:none;background-image:linear-gradient(to right,var(--line)1px,transparent 1px),linear-gradient(to bottom,var(--line)1px,transparent 1px);opacity:.6;background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 72%,#000 25%,#0000 65%);mask-image:radial-gradient(circle at 72%,#000 25%,#0000 65%)}.v2-root .stack-copy{z-index:5;max-width:440px;position:relative}.v2-root .stack-copy .kicker{margin-bottom:10px}.v2-root .stack-copy h2{letter-spacing:-.035em;text-wrap:balance;margin:8px 0 18px;font-size:54px;font-weight:500;line-height:.98}.v2-root .stack-copy h2 em{font-family:var(--font-instrument-serif),serif;color:var(--blue);font-style:italic;font-weight:400}.v2-root .stack-copy p{color:var(--ink-2);max-width:420px;margin:0 0 24px;font-size:15.5px;line-height:1.55}.v2-root .stack-meta{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);grid-template-columns:auto 1fr auto;align-items:center;gap:14px;font-size:11px;display:grid}.v2-root .stack-meta b{color:var(--ink);font-weight:500}.v2-root .stack-progress{background:var(--line);border-radius:2px;height:2px;overflow:hidden}.v2-root .stack-progress div{background:var(--blue);width:0%;height:100%}.v2-root .stack-hint{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-3);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-top:14px;font-size:11px;display:inline-flex}.v2-root .stack-hint .sh-dot{background:var(--blue);opacity:.7;border-radius:50%;width:5px;height:5px}.v2-root .stack-stage{perspective:1800px;width:100%;height:100%;position:relative}.v2-root .stack-ambient{pointer-events:none;background:radial-gradient(circle,#2a5cc01a,#0000 65%);border-radius:50%;width:520px;height:520px;margin:-260px 0 0 -260px;position:absolute;top:50%;left:50%}.v2-root .stack-ground{filter:blur(6px);pointer-events:none;background:radial-gradient(50% 50%,#0e11162e,#0000 70%);border-radius:50%;width:420px;height:20px;margin-left:-210px;position:absolute;top:68%;left:50%}.v2-root .stack-card{background:var(--bg-2);width:240px;height:336px;color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow-lg);will-change:transform,opacity;transform-origin:50%;backface-visibility:hidden;border-radius:14px;margin-top:-168px;margin-left:-120px;position:absolute;top:50%;left:50%;overflow:hidden}.v2-root .stack-card:before{content:"";mix-blend-mode:screen;pointer-events:none;background:linear-gradient(135deg,#fff0 30%,#ffffff2e 50%,#fff0 70%),repeating-linear-gradient(125deg,#5e86d81f 0 2px,#0000 2px 6px);position:absolute;inset:0}.v2-root .stack-card .sart{background:var(--bg-3);border-radius:8px;height:58%;position:absolute;top:14px;left:14px;right:14px;overflow:hidden}.v2-root .stack-card .sart:after{content:"";background:radial-gradient(60% 80% at 50% 110%,#5e86d88c,#0000 60%),repeating-linear-gradient(90deg,#ffffff0d 0 1px,#0000 1px 3px);position:absolute;inset:0}.v2-root .stack-card .sart img{object-fit:cover;z-index:1;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block;position:absolute;inset:0}.v2-root .stack-card .sart:has(img):after{display:none}.v2-root .stack-card .stag{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.12em;text-transform:uppercase;background:var(--line);color:var(--ink-3);border:1px solid var(--line-2);z-index:2;border-radius:4px;padding:3px 7px;font-size:9.5px;position:absolute;top:20px;left:20px}.v2-root .stack-card .sgrade{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.1em;z-index:2;color:#fff;border-radius:4px;padding:3px 7px;font-size:10px;font-weight:600;position:absolute;top:20px;right:20px}.v2-root .stack-card .sgrade.psa{background:var(--psa)}.v2-root .stack-card .sgrade.bgs{background:var(--bgs)}.v2-root .stack-card .sgrade.cgc{background:var(--cgc)}.v2-root .stack-card .sfoot{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-3);justify-content:space-between;align-items:end;font-size:10.5px;display:flex;position:absolute;bottom:18px;left:18px;right:18px}.v2-root .stack-card .sfoot .sname{color:var(--ink);margin-bottom:2px;font-size:11.5px;font-weight:500}.v2-root .stack-card .sfoot .sprice{color:var(--blue);font-family:var(--font-instrument-serif),serif;letter-spacing:-.01em;font-size:22px;font-style:italic;font-weight:500}.v2-root .scope-stage{overflow:hidden}.v2-root .scope-rail-bg{background:linear-gradient(to right,transparent,var(--line-2)20%,var(--line-2)80%,transparent);pointer-events:none;height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-.5px)}.v2-root .scope-rail-bg:before,.v2-root .scope-rail-bg:after{content:"";background:linear-gradient(to right,transparent,var(--line)25%,var(--line)75%,transparent);height:1px;position:absolute;left:0;right:0}.v2-root .scope-rail-bg:before{top:-42px}.v2-root .scope-rail-bg:after{top:42px}.v2-root .scope-strip{will-change:transform;align-items:center;gap:48px;margin-top:-140px;display:flex;position:absolute;top:50%;left:0;transform:translate(0,0)}.v2-root .stack-card.scope-card{transform-origin:50%;will-change:transform,opacity;flex:0 0 200px;width:200px;height:280px;margin:0;transition:none;position:relative;top:auto;left:auto}.v2-root .scope-lens{pointer-events:none;z-index:30;width:380px;height:380px;margin:-190px 0 0 -190px;position:absolute;top:50%;left:50%}.v2-root .scope-ring{border:1.5px solid var(--ink-2);opacity:.55;border-radius:50%;position:absolute;inset:0}.v2-root[data-theme=dark] .scope-ring{border-color:var(--ink-3);opacity:.7}.v2-root .scope-ring-outer{box-shadow:0 0 0 1px var(--line),0 0 80px #2a5cc02e,inset 0 0 60px #2a5cc00f}.v2-root .scope-ring-inner{border-width:1px;border-color:var(--blue);opacity:.4;border-style:dashed;inset:14px}.v2-root[data-theme=dark] .scope-ring-inner{opacity:.5}.v2-root .scope-cross{background:var(--blue);opacity:.6;position:absolute}.v2-root .scope-cross.cross-h{width:44px;height:1px;margin:-.5px 0 0 -22px;top:50%;left:50%}.v2-root .scope-cross.cross-v{width:1px;height:44px;margin:-22px 0 0 -.5px;top:50%;left:50%}.v2-root .scope-lens:before{content:"";background:var(--blue);opacity:.9;border-radius:50%;width:4px;height:4px;margin:-2px 0 0 -2px;position:absolute;top:50%;left:50%}.v2-root .scope-tick{font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.18em;color:var(--ink-3);text-transform:uppercase;font-size:9px;position:absolute}.v2-root .scope-tick-t{top:-18px;left:50%;transform:translate(-50%)}.v2-root .scope-tick-r{top:50%;right:-18px;transform:translateY(-50%)}.v2-root .scope-tick-b{bottom:-18px;left:50%;transform:translate(-50%)}.v2-root .scope-tick-l{top:50%;left:-18px;transform:translateY(-50%)}.v2-root .scope-readout{pointer-events:none;z-index:25;flex-direction:column;align-items:center;gap:4px;min-width:240px;display:flex;position:absolute;top:calc(50% + 220px);left:50%;transform:translate(-50%)}.v2-root .scope-readout-row{font-family:var(--font-jetbrains-mono),monospace;color:var(--ink-2);letter-spacing:.1em;text-transform:uppercase;align-items:baseline;gap:10px;font-size:11px;display:flex}.v2-root .scope-readout-row.muted{color:var(--ink-3);font-size:10px}.v2-root .scope-readout-label{color:var(--ink-3)}.v2-root .scope-readout-name{color:var(--ink);letter-spacing:.14em;font-weight:600}.v2-root .view-switch{z-index:70;background:color-mix(in oklab,var(--bg)55%,white);border:1px solid var(--line-2);box-shadow:var(--shadow-md);border-radius:999px;padding:4px;display:flex;position:fixed;bottom:18px;left:18px}.v2-root[data-theme=dark] .view-switch{background:var(--bg-2)}.v2-root .view-switch button{font:inherit;color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:12.5px;display:inline-flex}.v2-root .view-switch button.on{background:var(--ink);color:var(--bg)}.v2-root .view-switch .dotb{opacity:.6;background:currentColor;border-radius:50%;width:6px;height:6px}.v2-root .modal-backdrop{background:color-mix(in oklab,var(--ink)40%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.v2-root .modal-card{background:var(--bg);border:1px solid var(--line-2);width:100%;max-width:540px;max-height:85vh;box-shadow:var(--shadow-lg);border-radius:18px;padding:28px;overflow-y:auto}.v2-root[data-theme=dark] .modal-card{background:var(--bg-2)}.v2-root .bulk-bar{z-index:60;background:var(--bg);border:1px solid var(--line-2);box-shadow:var(--shadow-lg);color:var(--ink);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;align-items:center;gap:14px;padding:8px 14px 8px 16px;font-size:13px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.v2-root[data-theme=dark] .bulk-bar{background:var(--bg-2)}.v2-root .bulk-bar .count{color:var(--blue);font-weight:600}.v2-root .bulk-bar .sep{background:var(--line-2);width:1px;height:16px}@media (max-width:900px){.v2-root .hero{grid-template-columns:1fr;gap:20px;min-height:auto;padding:24px 20px 40px}.v2-root .hero h1{font-size:44px}.v2-root .hero-visual{aspect-ratio:1;max-height:420px}.v2-root .nav{padding:12px 20px}.v2-root .nav-links,.v2-root .dash-top__nav{display:none}.v2-root .dash-top__left,.v2-root .dash-top__right{flex:0 auto}.v2-root .dash-top__center{flex:auto;min-width:0}.v2-root .dock{grid-template-columns:repeat(2,1fr);padding:20px 20px 60px}.v2-root .strip{gap:28px;padding:24px 20px}.v2-root .strip .stat .k{font-size:30px}.v2-root .section{padding:60px 20px}.v2-root .section-head{grid-template-columns:1fr;gap:12px;margin-bottom:28px}.v2-root .section-head h2{font-size:34px}.v2-root .dash{grid-template-rows:56px 1fr;grid-template-columns:1fr}.v2-root .dash-side{display:none}.v2-root .dash-side.open{z-index:40;background:var(--bg);display:flex;position:fixed;inset:56px 0 0}.v2-root .dash-main{padding:16px 18px 80px}.v2-root .summary-row{grid-template-columns:repeat(2,1fr)}.v2-root .grid-items{grid-template-columns:repeat(2,1fr);gap:10px}.v2-root .stack-stick{grid-template-columns:1fr;padding:20px}.v2-root .stack-copy h2{font-size:36px}.v2-root .dash-top .search{display:none}}@media (max-width:520px){.v2-root .grid-items{grid-template-columns:repeat(2,1fr)}.v2-root .summary-row{grid-template-columns:1fr 1fr}}.v2-root .sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}
