:root{--g0:#0c0d11;--g1:#16181e;--g2:#20222a;--g3:#2b2e38;--t0:#f1eee6;--t1:#a7a8b3;--t2:#6f717c;--gold:#e6b45e;--gold-light:#f2cb86;--gold-dim:#8e6a2c;--gold-soft:#e6b45e29;--gold-ink:#1c1405;--cut:#ff8a4c;--ok:#5bcb8f;--warn:#f3b64a;--error:#f07565;--line:#ffffff0f;--bg:var(--g0);--surface:var(--g1);--surface2:var(--g2);--surface3:var(--g3);--accent:var(--gold);--accent-light:var(--gold-light);--text-primary:var(--t0);--text-muted:var(--t1);--text-dim:var(--t2);--border:var(--line);--ui:"Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--num:"Bebas Neue", Impact, "Arial Narrow", sans-serif;--spring:cubic-bezier(.34, 1.45, .5, 1);--out:cubic-bezier(.2, .9, .25, 1);--frame:440px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--t0);font-family:var(--ui);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;background:#050507;margin:0;font-size:14px}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font-family:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}img{display:block}.icon{letter-spacing:normal;text-transform:none;white-space:nowrap;font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;vertical-align:middle;direction:ltr;flex:none;font-family:Material Symbols Rounded;font-size:22px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.rise{animation:rise .55s var(--out) backwards;animation-delay:calc(var(--i,0) * 50ms)}@keyframes rise{0%{opacity:0;transform:translateY(16px)}}@keyframes pop{0%{opacity:0;transform:scale(.3)}60%{opacity:1;transform:scale(1.15)}to{transform:scale(1)}}@keyframes grow{0%{transform:scaleY(0)}}@keyframes fill{0%{width:0}}@keyframes sheen{0%{background-position:160% 0}55%,to{background-position:-60% 0}}@keyframes fade-in{0%{opacity:0}}@keyframes sheet-up{0%{transform:translateY(100%)}}.press{transition:transform .3s var(--spring)}.press:active{transform:scale(.97)}.phone-shell{justify-content:center;min-height:100vh;display:flex}.phone-frame{width:100%;max-width:var(--frame);background:var(--g0);flex-direction:column;min-height:100vh;display:flex;position:relative}@media (width>=480px){.phone-frame{box-shadow:0 0 0 1px #ffffff0a,0 0 80px #0009}}.content-scroll{flex:1;padding:0 16px 28px}.content-scroll.with-nav{padding-bottom:120px}.page-h{justify-content:space-between;align-items:center;gap:12px;padding:26px 20px 14px;display:flex}.page-h h1{letter-spacing:-.03em;margin:0;font-size:32px;font-weight:800;line-height:1.05}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--t1);font-size:11px;font-weight:700}.brand{letter-spacing:-.02em;margin-top:2px;font-size:24px;font-weight:800}.acts{align-items:center;gap:8px;display:flex}.top-bar{z-index:20;background:rgba(12, 13, 17, calc(var(--p,1) * .9));height:64px;-webkit-backdrop-filter:blur(calc(var(--p,1) * 18px));backdrop-filter:blur(calc(var(--p,1) * 18px));align-items:center;gap:10px;padding:0 12px;display:flex;position:sticky;top:0}.top-bar-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;opacity:var(--title,1);flex:1;font-size:17px;font-weight:800;overflow:hidden}.sec-h{justify-content:space-between;align-items:baseline;gap:10px;padding:26px 4px 12px;display:flex}.sec-h h2{letter-spacing:-.01em;margin:0;font-size:17px;font-weight:800}.link{color:var(--gold);background:0 0;border:0;padding:4px;font-size:13px;font-weight:700}.ib{background:var(--g1);width:42px;height:42px;color:var(--t0);transition:transform .25s var(--spring), background .2s;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.ib:hover{background:var(--g2)}.ib:active{transform:scale(.88)}.ib.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0d1173;box-shadow:inset 0 0 0 1px #ffffff17}.ib.gold{background:var(--gold);color:var(--gold-ink)}.ib .icon{font-size:21px}.btn{background:var(--g2);color:var(--t0);transition:transform .25s var(--spring), background .2s, opacity .2s;border:0;border-radius:14px;justify-content:center;align-items:center;gap:6px;padding:12px 18px;font-size:14px;font-weight:700;display:inline-flex}.btn:hover{background:var(--g3)}.btn:active{transform:scale(.95)}.btn:disabled{opacity:.45;cursor:default;transform:none}.btn .icon{font-size:18px}.btn.gold,.btn-primary{background:var(--gold);color:var(--gold-ink)}.btn.gold:hover,.btn-primary:hover{background:var(--gold-light)}.btn.line{box-shadow:inset 0 0 0 1px var(--g3);background:0 0}.btn.line:hover{background:var(--g1)}.btn.sm{border-radius:11px;padding:8px 13px;font-size:13px}.btn.danger,.btn-danger{color:var(--error);background:#f075651f}.btn-link{color:var(--gold);background:0 0;padding-left:6px;padding-right:6px}.btn-link:hover{background:var(--gold-soft)}.btn.block{width:100%}.input{background:var(--g2);width:100%;height:48px;color:var(--t0);border:0;border-radius:14px;outline:0;padding:0 16px;font-size:15px;font-weight:500;transition:box-shadow .2s}.input::placeholder{color:var(--t2)}.input:focus{box-shadow:inset 0 0 0 1.5px var(--gold)}select.input{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--t1) 50%), linear-gradient(135deg, var(--t1) 50%, transparent 50%);background-position:calc(100% - 20px) 21px,calc(100% - 15px) 21px;background-repeat:no-repeat;background-size:5px 5px;padding-right:40px}.field-label{color:var(--t1);margin-bottom:8px;font-size:12px;font-weight:700}.searchpill{background:var(--g1);height:50px;color:var(--t1);border-radius:25px;align-items:center;gap:10px;padding:0 6px 0 16px;transition:box-shadow .2s;display:flex}.searchpill:focus-within{box-shadow:inset 0 0 0 1.5px var(--gold)}.searchpill input{min-width:0;height:100%;color:var(--t0);background:0 0;border:0;outline:0;flex:1;font-size:15px;font-weight:500}.searchpill input::placeholder{color:var(--t2)}.searchpill .clear{width:38px;height:38px;color:var(--t1);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.searchpill .clear .icon{font-size:18px}.chips{scrollbar-width:none;gap:8px;padding:14px 0 16px;display:flex;overflow-x:auto}.chips::-webkit-scrollbar{display:none}.chips.wrap{flex-wrap:wrap;padding:0;overflow:visible}.chip{background:var(--g1);color:var(--t1);transition:background .2s, color .2s, transform .25s var(--spring);border:0;border-radius:999px;flex:none;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.chip:active{transform:scale(.92)}.chip[aria-pressed=true],.chip.selected{background:var(--t0);color:var(--g0)}.chip .n{font-family:var(--num);opacity:.75;padding-top:1px;font-size:16px;font-weight:400;line-height:1}.chip .icon{font-size:16px}.chip.on-g2:not([aria-pressed=true]){background:var(--g2)}.badge{letter-spacing:.04em;white-space:nowrap;animation:pop .5s var(--spring) both;border-radius:999px;align-items:center;gap:3px;padding:2px 8px;font-size:10.5px;font-weight:800;display:inline-flex}.badge .icon{font-size:12px}.badge.gold,.badge-gold{background:var(--gold);color:var(--gold-ink)}.badge.soft{color:var(--t0);background:#f1eee61f}.badge.warn{color:var(--warn);background:#f3b64a2e}.scan-row.scan-double{box-shadow:inset 0 0 0 1px #f3b64a80}.badge.cut{background:var(--cut);color:#1e0d02}.bchip{background:var(--gold-soft);color:var(--gold);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.tag-chip{background:var(--g2);color:var(--t0);border-radius:999px;align-items:center;gap:4px;padding:5px 11px;font-size:12px;font-weight:600;display:inline-flex}.seg{background:var(--g1);scrollbar-width:none;border-radius:16px;padding:4px;display:flex;position:relative;overflow-x:auto}.seg::-webkit-scrollbar{display:none}.seg-ind{background:var(--g3);transition:transform .45s var(--spring), width .45s var(--spring);border-radius:12px;position:absolute;top:4px;bottom:4px;left:0}.seg button{z-index:1;height:38px;color:var(--t1);white-space:nowrap;background:0 0;border:0;border-radius:12px;flex:1 0 auto;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13.5px;font-weight:700;transition:color .25s;display:inline-flex;position:relative}.seg button[aria-selected=true]{color:var(--t0)}.seg .count{background:var(--gold);min-width:18px;color:var(--gold-ink);border-radius:999px;padding:0 6px;font-size:11px;font-weight:800;line-height:17px}.pips{vertical-align:middle;gap:3px;display:inline-flex}.pip{background:var(--c);color:#15161b;width:16px;height:16px;font-family:var(--num);border-radius:50%;place-items:center;padding-top:1px;font-size:11px;font-style:normal;line-height:1;display:inline-grid;box-shadow:inset 0 0 0 1px #ffffff40}.pip.dk{color:#f4f1ea}.strip{border-radius:3px;height:3px;position:relative}.strip:before{content:"";background:inherit;opacity:.35;filter:blur(4px);border-radius:6px;position:absolute;inset:-3px 0}.art{background-color:#101116;position:relative;overflow:hidden}.art img{object-fit:cover;width:100%;height:100%;animation:.4s both fade-in;position:absolute;inset:0}.shade{pointer-events:none;background:linear-gradient(#090a0d00,#090a0d4d 42%,#090a0df2 86%);position:absolute;inset:0}.foil{position:relative;overflow:hidden}.foil:after{content:"";pointer-events:none;mix-blend-mode:screen;background:linear-gradient(105deg,#0000 30%,#ff78c842 42%,#78dcff52 50%,#fff0963d 58%,#0000 70%) 0 0/250% 100%;animation:4.5s ease-in-out infinite sheen;position:absolute;inset:0}.panel,.card-panel{background:var(--g1);border-radius:22px;padding:16px}.panel+.panel,.card-panel+.card-panel{margin-top:10px}.p-h{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:14px;display:flex}.p-h h3{margin:0;font-size:15px;font-weight:800}.p-sub{color:var(--t1);font-size:12px;font-weight:600}.p-sub b{font-family:var(--num);color:var(--t0);margin-left:3px;font-size:17px;font-weight:400}.stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.stat{background:var(--g1);color:var(--t0);text-align:left;border:0;border-radius:18px;gap:2px;min-width:0;padding:12px 14px 10px;display:grid}.num{font-family:var(--num);letter-spacing:.01em;font-variant-numeric:tabular-nums;font-size:32px;line-height:1}.lbl{color:var(--t1);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-weight:600;overflow:hidden}.muted{color:var(--t1);font-size:13px;line-height:1.5}.dim{color:var(--t2);font-size:12px;line-height:1.45}.empty-state{text-align:center;color:var(--t1);justify-items:center;gap:10px;padding:40px 20px;font-size:14px;line-height:1.5;display:grid}.empty-state .icon{color:var(--t2);font-size:40px}.row{align-items:center;gap:10px;display:flex}.row-between{justify-content:space-between;align-items:center;gap:10px;display:flex}.notice{background:var(--g2);border-radius:16px;padding:12px 14px;font-size:13px;line-height:1.45}.notice.warn,.add-warning{color:var(--warn);background:#f3b64a24;border-radius:14px;margin-bottom:10px;padding:10px 14px;font-size:13px;font-weight:600}.home-top{justify-content:space-between;align-items:center;padding:26px 20px 14px;display:flex}.banner{background:var(--gold-soft);width:100%;color:var(--t0);text-align:left;border:0;border-radius:18px;align-items:center;gap:12px;margin-bottom:12px;padding:13px 14px;font-size:13px;font-weight:600;display:flex}.banner .icon{color:var(--gold)}.continue{background:var(--g1);color:#fff;text-align:left;border:0;border-radius:26px;width:100%;height:232px;padding:0;display:block;position:relative;overflow:hidden}.continue .art{position:absolute;inset:0}.continue .shade{background:linear-gradient(#0000,#00000040 45%,#000000eb)}.c-body{gap:3px;display:grid;position:absolute;bottom:18px;left:18px;right:76px}.c-body .eyebrow{color:#ffffffbf}.c-name{letter-spacing:-.02em;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:25px;font-weight:800;line-height:1.08;display:-webkit-box;overflow:hidden}.c-sub{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.c-body .strip{width:96px;margin-top:8px}.c-go{background:var(--gold);width:46px;height:46px;color:var(--gold-ink);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:16px;right:16px}.record{background:var(--g1);border-radius:18px;align-items:center;gap:12px;margin-top:8px;padding:14px;display:flex}.record .num{font-size:30px}.record-title{font-size:14px;font-weight:700}.rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;margin:0 -16px;padding:0 16px 4px;display:flex;overflow-x:auto}.rail::-webkit-scrollbar{display:none}.mini{background:var(--g1);color:#fff;text-align:left;scroll-snap-align:start;border:0;border-radius:20px;flex:none;width:136px;height:172px;padding:0;position:relative;overflow:hidden}.mini .art{position:absolute;inset:0}.mini .shade{background:linear-gradient(#0000 35%,#000000eb 88%)}.mini-body{gap:7px;display:grid;position:absolute;bottom:12px;left:12px;right:12px}.mini-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.mini.add{color:var(--t1);align-content:center;place-items:center;gap:8px;font-size:13px;font-weight:700;display:grid}.mini.add span.ic{background:var(--g3);width:40px;height:40px;color:var(--t0);border-radius:50%;place-items:center;display:grid}.cotd{background:var(--g1);width:100%;color:var(--t0);text-align:left;border:0;border-radius:24px;grid-template-columns:104px 1fr;align-items:center;gap:16px;padding:14px;display:grid}.cotd img{aspect-ratio:.716;object-fit:cover;border-radius:7px;width:104px;box-shadow:0 12px 24px -10px #000000b3}.cotd .eyebrow{color:var(--gold)}.cotd-name{letter-spacing:-.01em;margin:3px 0 7px;font-size:20px;font-weight:800;line-height:1.12}.cotd-meta{color:var(--t1);justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.tiles{grid-template-columns:1fr 1fr;gap:10px;display:grid}.tile{aspect-ratio:4/5.4;background:var(--g1);color:#fff;text-align:left;border:0;border-radius:22px;padding:0;position:relative;overflow:hidden}.tile .art{position:absolute;inset:0}.tile .meta{gap:3px;display:grid;position:absolute;bottom:14px;left:12px;right:12px}.t-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.t-cmd{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.t-row{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.t-val{font-family:var(--num);letter-spacing:.02em;font-size:19px}.t-val small{font-family:var(--ui);color:#ffffffa6;letter-spacing:0;margin-left:3px;font-size:11px;font-weight:600}.tile .glow{position:absolute;bottom:0;left:0;right:0}.flag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--t0);background:#0c0d1199;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.hero{height:318px;margin-top:-64px;position:relative;overflow:hidden}.hero .art{transform:translateY(calc(var(--p,0) * 48px)) scale(calc(1 + var(--p,0) * .06));transform-origin:top;position:absolute;inset:0}.hero-fade{background:linear-gradient(to bottom, #0c0d114d, #0c0d110d 30%, #0c0d11c7 70%, var(--g0) 99%);position:absolute;inset:0}.hero-body{gap:6px;display:grid;position:absolute;bottom:12px;left:20px;right:20px}.h-cmd{color:#f1eee6d9;align-items:center;gap:8px;min-width:0;font-size:13px;font-weight:600;display:flex}.h-cmd span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.deckname{letter-spacing:-.03em;margin:0;font-size:31px;font-weight:800;line-height:1.04}.h-stats{color:var(--t1);flex-wrap:wrap;align-items:center;gap:6px 14px;margin-top:4px;font-size:13px;font-weight:600;display:flex}.h-stats b{font-family:var(--num);color:var(--t0);letter-spacing:.02em;vertical-align:-2px;margin-right:5px;font-size:21px;font-weight:400}.sticky-tabs{z-index:15;background:var(--g0);box-shadow:0 10px 12px -8px var(--g0);margin:0 -16px;padding:8px 16px 10px;position:sticky;top:64px}.grp{letter-spacing:.12em;text-transform:uppercase;color:var(--t2);justify-content:space-between;margin:18px 4px 8px;font-size:11px;font-weight:800;display:flex}.grp span{font-family:var(--num);letter-spacing:.04em;font-size:15px;font-weight:400}.list{gap:8px;display:grid}.crow{background:var(--g1);-webkit-user-select:none;user-select:none;border-radius:18px;grid-template-columns:56px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:8px 4px 8px 8px;transition:background .2s;display:grid}.crow:hover{background:#1a1c23}.crow.picked{box-shadow:inset 0 0 0 2px var(--gold)}.pick-mark{z-index:1;width:22px;height:22px;color:var(--gold-ink);background:#00000080;border-radius:50%;place-items:center;display:grid;position:absolute;top:4px;left:4px;box-shadow:inset 0 0 0 2px #ffffffd9}.pick-mark.on{background:var(--gold);box-shadow:none}.pick-mark .icon{font-size:16px}.select-bar{bottom:calc(12px + env(safe-area-inset-bottom));z-index:5;background:var(--g2);color:var(--t0);border-radius:20px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;padding:8px 10px;display:flex;position:sticky;box-shadow:0 10px 30px #00000080}.select-bar .select-count{font-size:14px}.select-bar .danger-text{color:var(--error)}.crow.no-qty{grid-template-columns:56px minmax(0,1fr) auto}.thumb{border:0;border-radius:11px;width:56px;height:44px;padding:0}.thumb-wrap{flex:none;position:relative}.flip-badge{background:var(--g3);width:20px;height:20px;color:var(--t0);box-shadow:0 0 0 2px var(--g1);border-radius:50%;place-items:center;display:grid;position:absolute;top:-4px;left:-4px}.flip-badge .icon{font-size:13px}.cmain{cursor:pointer;gap:3px;min-width:0;display:grid}.cname{white-space:nowrap;text-overflow:ellipsis;font-size:14.5px;font-weight:700;overflow:hidden}.cmeta{min-width:0;color:var(--t1);white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:flex;overflow:hidden}.cmeta>span:last-child{text-overflow:ellipsis;overflow:hidden}.cprice{font-family:var(--num);color:var(--t0);padding-right:10px;font-size:20px}.qty{background:var(--g0);border-radius:12px;align-items:center;height:34px;display:flex}.qty button{width:30px;height:34px;color:var(--t1);background:0 0;border:0;font-size:18px;line-height:1}.qty button:hover{color:var(--gold)}.qn{text-align:center;min-width:16px;font-family:var(--num);padding-top:2px;font-size:19px}.more{width:34px;height:40px;color:var(--t2);background:0 0;border:0;border-radius:10px;place-items:center;display:grid}.more:hover{color:var(--t0)}.stepper-big{background:var(--g2);border-radius:16px;align-items:center;gap:4px;padding:4px;display:flex}.stepper-big button{width:44px;height:44px;color:var(--t0);background:0 0;border:0;border-radius:12px;font-size:22px}.stepper-big button:hover{background:var(--g3)}.stepper-big .qn{min-width:36px;font-size:28px}.detail-grid{gap:10px;display:grid}.curve{grid-template-columns:repeat(8,1fr);gap:7px;height:150px;display:grid}.bcol{text-align:center;grid-template-rows:auto 1fr auto;gap:4px;min-width:0;display:grid}.btrack{align-items:flex-end;display:flex}.bar{width:100%;height:var(--h);background:linear-gradient(to top, var(--gold-dim), var(--gold));transform-origin:bottom;min-height:2px;animation:grow .8s var(--spring) both;animation-delay:calc(var(--i) * 55ms);border-radius:7px 7px 3px 3px}.bnum{font-family:var(--num);color:var(--t0);font-size:16px}.blbl{color:var(--t2);font-size:11px;font-weight:700}.meter{gap:7px;padding:9px 0;display:grid}.meter+.meter{border-top:1px solid var(--line)}.m-top{align-items:center;gap:10px;font-size:13.5px;font-weight:700;display:flex}.m-top .grow{flex:1}.m-n{color:var(--t1);font-size:12px;font-weight:600}.m-n b{font-family:var(--num);color:var(--t0);margin-right:8px;font-size:18px;font-weight:400}.m-track{background:var(--g0);border-radius:8px;height:8px;position:relative;overflow:hidden}.m-fill{width:var(--w);background:var(--c,var(--gold));animation:fill .9s var(--out) both;animation-delay:calc(var(--i,0) * 70ms + .12s);border-radius:8px;position:absolute;top:0;bottom:0;left:0}.brow{background:var(--g1);width:100%;color:var(--t0);text-align:left;border:0;border-radius:22px;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px;display:grid}.brow .art{border-radius:16px;width:60px;height:60px}.brow.unsorted-row{box-shadow:inset 0 0 0 1px var(--gold-dim);text-align:left}.brow.unsorted-row .icon-tile{color:var(--gold)}.brow .icon-tile{background:var(--g2);width:60px;height:60px;color:var(--t1);border-radius:16px;place-items:center;display:grid}.brow-name{white-space:nowrap;text-overflow:ellipsis;font-size:15.5px;font-weight:800;overflow:hidden}.brow-meta{color:var(--t1);align-items:center;gap:12px;margin-top:3px;font-size:12.5px;display:flex}.brow-meta b{font-family:var(--num);color:var(--t0);margin-right:4px;font-size:17px;font-weight:400}.binder-head{gap:4px;padding:8px 4px 4px;display:grid}.binder-head h1{letter-spacing:-.03em;margin:0;font-size:30px;font-weight:800;line-height:1.05}.tabbar{left:50%;bottom:max(12px, env(safe-area-inset-bottom));z-index:30;width:min(calc(var(--frame) - 24px), calc(100% - 24px));-webkit-backdrop-filter:blur(20px)saturate(1.4);backdrop-filter:blur(20px)saturate(1.4);background:#16181ed6;border-radius:28px;grid-template-columns:repeat(4,1fr);align-items:center;height:70px;display:grid;position:fixed;transform:translate(-50%);box-shadow:inset 0 0 0 1px #ffffff0f,0 12px 30px -12px #000000b3}.nav-tab{height:100%;color:var(--t2);align-content:center;place-items:center;gap:3px;font-size:10.5px;font-weight:700;transition:color .25s;display:grid}.nav-tab .pill{width:54px;height:30px;transition:background .3s, transform .3s var(--spring);border-radius:15px;place-items:center;display:grid}.nav-tab .icon{font-size:23px}.nav-tab.active{color:var(--t0)}.nav-tab.active .pill{background:var(--gold-soft);color:var(--gold)}.nav-tab:active .pill{transform:scale(.88)}.scrim{z-index:50;background:#0000008c;animation:.25s both fade-in;position:fixed;inset:0}.sheet{z-index:51;width:min(var(--frame), 100%);max-height:85vh;padding:10px 14px calc(22px + env(safe-area-inset-bottom));background:var(--g1);animation:sheet-in .45s var(--spring) both;border-radius:30px 30px 0 0;position:fixed;bottom:0;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 -20px 40px -20px #0009}@keyframes sheet-in{0%{transform:translate(-50%,100%)}}.grab{background:var(--g3);border-radius:5px;width:40px;height:5px;margin:0 auto 14px}.sheet-head{grid-template-columns:64px 1fr;align-items:center;gap:12px;padding:0 6px 14px;display:grid}.sheet-head.no-art{grid-template-columns:1fr}.sheet-head .art{border-radius:12px;height:50px}.sheet-title{font-size:17px;font-weight:800}.sheet-sub{color:var(--t1);margin-top:2px;font-size:12.5px}.sheet-actions{gap:2px;display:grid}.sheet-actions button{width:100%;color:var(--t0);text-align:left;transition:background .2s, transform .25s var(--spring);background:0 0;border:0;border-radius:16px;grid-template-columns:40px 1fr;align-items:center;gap:12px;padding:10px;display:grid}.sheet-actions button:hover{background:var(--g2)}.sheet-actions button:active{transform:scale(.97)}.sa-ic{background:var(--g2);width:40px;height:40px;color:var(--t0);border-radius:12px;place-items:center;display:grid}.sa-ic .icon{font-size:20px}.sa-ic.gold{background:var(--gold-soft);color:var(--gold)}.sa-ic.danger{color:var(--error);background:#f0756524}.sa-t{font-size:14.5px;font-weight:700}.sa-t.danger{color:var(--error)}.sa-t small{color:var(--t1);margin-top:1px;font-size:12px;font-weight:500;display:block}.zoom-overlay{z-index:45;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#08090ce6;animation:.2s both fade-in;position:fixed;inset:0;overflow-y:auto}.zoom-content{width:min(var(--frame), 100%);gap:12px;margin:0 auto;padding:64px 20px 40px;display:grid}.zoom-close{top:14px;right:max(14px, calc(50% - var(--frame) / 2 + 14px));z-index:46;position:fixed;z-index:47!important}.zoom-left{position:relative}.zoom-step{z-index:2;top:50%;transform:translateY(-50%);position:absolute!important}.zoom-step.prev{left:0}.zoom-step.next{right:0}@media (width<=560px){.zoom-step.prev{left:-6px}.zoom-step.next{right:-6px}}.stage3d{perspective:1000px;justify-items:center;gap:10px;padding:4px 0;display:grid}.card3d{--rx:0deg;--ry:0deg;--mx:50%;--my:50%;aspect-ratio:63/88;width:min(300px,78vw);transform:rotateX(var(--rx)) rotateY(var(--ry));transition:transform .6s var(--spring);touch-action:none;border-radius:14px;position:relative;box-shadow:0 30px 50px -20px #000000d9}.card3d.drag{transition:none}.card3d img{object-fit:cover;border-radius:14px;width:100%;height:100%}.holo{pointer-events:none;mix-blend-mode:color-dodge;opacity:0;background:radial-gradient(circle at var(--mx) var(--my), #ffffff80, transparent 40%), linear-gradient(115deg, transparent 20%, #ff5abe73 36%, #5ad2ff73 50%, #ffeb7873 64%, transparent 80%);background-size:100% 100%,260% 260%;background-position:0 0, var(--mx) var(--my);border-radius:14px;transition:opacity .3s;position:absolute;inset:0}.card3d.drag .holo{opacity:.5}.flip-btn{position:absolute;top:10px;right:10px}.tilt-hint{color:var(--t2);font-size:12px;font-weight:600}.cd-name{letter-spacing:-.03em;margin:4px 0 0;font-size:30px;font-weight:800;line-height:1.04}.prices{grid-template-columns:1fr 1fr;gap:8px;display:grid}.price{background:var(--g1);border-radius:16px;padding:10px 14px;display:grid}.price b{font-family:var(--num);font-size:30px;font-weight:400;line-height:1.05}.oracle-text{background:var(--g1);color:var(--t0);border-radius:18px;padding:14px 16px;font-size:14px;line-height:1.6}.similar-strip{scrollbar-width:none;gap:10px;margin:0 -20px;padding:0 20px 4px;display:flex;overflow-x:auto}.similar-card{width:96px;color:var(--t0);text-align:left;background:0 0;border:0;flex:none;padding:0}.similar-card img{border-radius:7px;width:100%;box-shadow:0 8px 18px -8px #000000b3}.similar-card-name{white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:11.5px;font-weight:600;overflow:hidden}.dialog-overlay{z-index:60;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s both fade-in;display:flex;position:fixed;inset:0}.dialog-box{background:var(--g1);width:100%;max-width:380px;max-height:85vh;animation:pop-in .35s var(--spring) both;border-radius:28px;padding:22px;overflow-y:auto;box-shadow:0 30px 60px -20px #000c}@keyframes pop-in{0%{opacity:0;transform:scale(.94)}}.dialog-title{letter-spacing:-.01em;margin-bottom:12px;font-size:19px;font-weight:800}.dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.decklist{background:var(--g0);white-space:pre-wrap;border-radius:14px;max-height:260px;padding:12px 14px;font-size:13px;line-height:1.55;overflow-y:auto}.account-panel{flex-direction:column;gap:12px;display:flex}.account-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.account-hint{font-size:12px}.account-notice{color:var(--gold-light);font-size:13px;line-height:1.45}.account-status{align-items:center;gap:12px;display:flex}.account-status .avatar{background:var(--gold-soft);width:46px;height:46px;color:var(--gold);border-radius:50%;place-items:center;font-size:18px;font-weight:800;display:grid}.mana-symbol{vertical-align:-.14em;border-radius:50%;margin:0 1px;display:inline-block}.inline-mana{white-space:pre-wrap}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}}.news-list,.combo-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.news-item,.combo{color:inherit;border-radius:14px;gap:3px;margin:0 -12px;padding:10px 12px;text-decoration:none;display:grid}.news-item:hover,.combo:hover{background:var(--g2)}.news-title{font-size:14px;font-weight:700;line-height:1.35}.news-meta,.combo-results{color:var(--t2);font-size:12px}.combo-cards{font-size:13.5px;font-weight:600;line-height:1.4}.combo-cards i{color:var(--t2);font-style:normal}.combo-cards .missing{color:var(--gold-light)}.combo-more{background:var(--g2);width:100%;color:var(--t0);font:inherit;cursor:pointer;border:0;border-radius:14px;align-items:center;gap:8px;margin-top:8px;padding:10px 12px;font-size:13.5px;font-weight:700;display:flex}.combo-more b{font-family:var(--num);color:var(--gold);margin-left:8px;font-size:18px;font-weight:400}html{overscroll-behavior-y:contain}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.pull-sync{left:50%;top:calc(env(safe-area-inset-top) + 14px);z-index:70;pointer-events:none;transform-origin:top;transition:transform .35s var(--spring), opacity .25s ease;position:fixed}.pull-sync.dragging{transition:none}.pull-sync-ring,.pull-sync-pill{background:var(--g2);border:1px solid var(--line);box-shadow:0 10px 28px #00000080}.pull-sync-ring{width:44px;height:44px;color:var(--t1);border-radius:50%;place-items:center;transition:color .2s;display:grid;position:relative}.pull-sync-ring svg{width:34px;height:34px;position:absolute;inset:4px;transform:rotate(-90deg)}.pull-sync-ring .track,.pull-sync-ring .arc{fill:none;stroke-width:3px}.pull-sync-ring .track{stroke:#ffffff14}.pull-sync-ring .arc{stroke:var(--t1);stroke-linecap:round;transition:stroke .2s}.pull-sync-ring .icon{font-size:19px}.pull-sync-ring.armed{color:var(--gold)}.pull-sync-ring.armed .arc{stroke:var(--gold)}.pull-sync-ring.spinning svg{animation:.9s linear infinite pull-sync-spin}.pull-sync-ring.spinning .icon{animation:.45s linear infinite pull-sync-spin-back}.sync-btn{position:relative}.sync-btn:disabled{cursor:default}.sync-btn.spinning .icon{animation:.9s linear infinite sync-btn-spin}.sync-btn.alert:after{content:"";background:var(--error);width:9px;height:9px;box-shadow:0 0 0 2px var(--bg);border-radius:50%;position:absolute;top:7px;right:7px}@keyframes sync-btn-spin{to{transform:rotate(-360deg)}}@media (prefers-reduced-motion:reduce){.sync-btn.spinning .icon{animation-duration:2.4s}}@keyframes pull-sync-spin{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}@keyframes pull-sync-spin-back{to{transform:rotate(-360deg)}}.pull-sync-pill{height:44px;color:var(--t0);white-space:nowrap;max-width:calc(100vw - 32px);animation:pull-sync-pill-in .4s var(--spring) both;border-radius:999px;align-items:center;gap:8px;padding:0 16px 0 12px;font-size:13.5px;font-weight:700;display:inline-flex}.pull-sync-pill span:last-child{text-overflow:ellipsis;overflow:hidden}.pull-sync-pill .icon{font-size:21px}.pull-sync-pill.tone-ok .icon{color:var(--ok)}.pull-sync-pill.tone-bad .icon{color:var(--error)}.pull-sync-pill.tone-muted .icon{color:var(--t1)}@keyframes pull-sync-pill-in{0%{opacity:0;transform:scale(.7)}}@media (prefers-reduced-motion:reduce){.pull-sync-ring.spinning svg,.pull-sync-ring.spinning .icon{animation-duration:2.4s}}.suggest-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.suggest{border:1px solid var(--line);background:var(--g1);color:var(--t0);text-align:left;cursor:pointer;border-radius:16px;gap:4px;padding:0 0 10px;display:grid;position:relative;overflow:hidden}.suggest:disabled{opacity:.6;cursor:default}.suggest img,.suggest-noart{aspect-ratio:.72;object-fit:cover;background:var(--g2);width:100%;color:var(--t2);place-items:center;display:grid}.suggest-name{padding:6px 12px 0;font-size:13px;font-weight:700;line-height:1.25}.suggest-meta{color:var(--t2);padding:0 12px;font-size:12px}.suggest-add{background:var(--gold);width:30px;height:30px;color:var(--gold-ink);border-radius:50%;place-items:center;display:grid;position:absolute;top:8px;right:8px;box-shadow:0 4px 12px #00000073}.suggest-add .icon{font-size:20px}.combo-cards .combo-self{color:var(--gold-light)}.scan-page{max-width:720px}.scan-view{background:#000;border-radius:20px;height:min(62vh,560px);position:relative;overflow:hidden}.scan-video{object-fit:cover;width:100%;height:100%;display:block}.scan-guide-wrap{pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.scan-guide{border:2px solid #ffffffd9;border-radius:14px;max-width:86%;height:86%;animation:.5s ease-out scan-found;position:relative;box-shadow:0 0 0 100vmax #00000059}.scan-guide-title{background:#e6b45a2e;border:1px dashed #e6b45ab3;border-radius:6px;height:7%;position:absolute;top:3%;left:5%;right:18%}@keyframes scan-found{0%{border-color:var(--gold);box-shadow:0 0 0 100vmax #00000059,0 0 0 6px #e6b45a80}}.scan-camera-note{text-align:center;color:var(--t1);background:var(--g1);place-content:center;justify-items:center;gap:10px;padding:24px;display:grid;position:absolute;inset:0}.scan-camera-note .icon{color:var(--t2);font-size:36px}.scan-status{margin:12px 4px;font-weight:600}.scan-seen{color:var(--t2);overflow-wrap:anywhere;margin-top:4px;font-size:12px;font-weight:500}.scan-type{gap:8px;margin-top:12px;display:flex}.scan-list-head{justify-content:space-between;align-items:center;gap:10px;margin:18px 4px 10px;font-weight:700;display:flex}.scan-row{grid-template-columns:56px minmax(0,1fr) auto!important}.scan-qty{align-items:center;gap:6px;display:flex}.scan-qty .ib{width:34px;height:34px}.scan-qty b{text-align:center;min-width:18px}.scan-art{color:var(--t1);margin-top:4px}.scan-art .icon{margin-right:4px;font-size:14px}.scan-foil{height:28px;margin-top:6px;padding:0 10px;font-size:12px}.scan-foil .icon{font-size:16px}.sf{margin-top:10px}.sf-bar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sf-bar .chip .n{margin-left:2px}select.input.sf-sort{background-position:calc(100% - 20px) 15px,calc(100% - 15px) 15px;border-radius:999px;width:auto;height:36px;padding-left:14px;font-size:13px}.sf-panel{border:1px solid var(--line);background:var(--g1);border-radius:18px;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:14px 18px;margin-top:12px;padding:16px;display:grid}.sf-row .field-label{margin-bottom:6px}.sf-colors{gap:8px;display:flex}.sf-color{background:var(--g2);opacity:.45;cursor:pointer;border:1.5px solid #0000;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;transition:opacity .15s,border-color .15s;display:grid}.sf-color[aria-pressed=true]{opacity:1;border-color:var(--gold)}.sf-range{color:var(--t2);align-items:center;gap:8px;font-size:13px;display:flex}.sf-range .input{min-width:0}.sf-query{color:var(--t2);overflow-wrap:anywhere;margin-top:8px;padding:0 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.rules{gap:12px;max-width:880px;display:grid}.rules-list{gap:8px;display:grid}.rule-card{border:1px solid var(--line);background:var(--g1);border-radius:16px;padding:14px 16px}.rule-card header{align-items:baseline;gap:10px;display:flex}.rule-card h3{color:var(--gold);flex:1;margin:0;font-size:15px}.rule-card header span,.rule-card footer{color:var(--t2);font-size:12px}.rule-card p{color:var(--t0);margin:6px 0 0;font-size:14px;line-height:1.5}.rule-card header+p{margin-top:6px}.rule-card>p:first-child{margin-top:0}.rule-card footer{margin-top:8px}.rules-hint{color:var(--t1);padding:8px 2px;font-size:13px;font-style:italic}.ruling-card-head{align-items:center;gap:12px;display:flex}.ruling-art{border-radius:10px;flex:none;width:72px;height:52px;overflow:hidden}.ruling-art img{object-fit:cover;width:100%;height:100%}.ruling-card-head h3{color:var(--gold);margin:0;font-size:16px}.precon-list{gap:8px;margin-top:12px;display:grid}.precon{border:1px solid var(--line);background:var(--g1);width:100%;color:var(--t0);text-align:left;cursor:pointer;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;display:flex}.precon:disabled{opacity:.55;cursor:default}.precon-main{flex:1;gap:2px;min-width:0;display:grid}.precon-name{font-size:14px;font-weight:700}.precon-meta{color:var(--t2);font-size:12px}.precon-action{background:var(--gold-soft);min-width:34px;height:34px;color:var(--gold);border-radius:999px;flex:none;place-items:center;padding:0 10px;font-size:12px;font-weight:700;display:grid}.notice.signed-out{text-align:left;gap:6px;display:grid}.notice.signed-out .btn-link{justify-self:end}.legal-ok{color:var(--ok);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.legal-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.legal-list li{align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;display:flex}.legal-list .icon{color:var(--warn);flex:none;font-size:18px}.legal-list b{color:var(--t0);display:block}.legal-list span{color:var(--t1)}.import-text{resize:vertical;width:100%;height:auto;min-height:170px;padding-top:10px;padding-bottom:10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12.5px;line-height:1.5}.banner .banner-text{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;padding:0}.banner .icon-btn{width:34px;height:34px;color:var(--t2);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;padding:0;display:grid}.banner .icon-btn:hover{background:#ffffff0f}.get-app-steps{gap:8px;margin:0;padding-left:20px;display:grid}.get-app-qr{text-align:center;justify-items:center;margin-top:14px;display:grid}.get-app-qr .qr{background:#fff;border-radius:12px;padding:10px}.crow .price-tag{font-variant-numeric:tabular-nums;align-items:center;gap:3px;display:inline-flex}.crow .price-tag.hit{color:var(--gold);font-weight:600}.crow .price-tag .icon{font-size:15px}.value-page{padding-top:8px}.value-now{font-family:var(--num);font-size:44px;line-height:1.1}.value-change{color:var(--t1);margin-top:2px;font-size:14px}.value-change.up{color:var(--gold)}.value-change.down{color:#d3402f}.value-page .chip{margin-right:8px}.value-chart{touch-action:pan-y;cursor:crosshair;width:100%;height:220px;margin-top:18px;display:block}.value-grid{stroke:var(--g2);stroke-width:1px}.value-line{fill:none;stroke:var(--gold);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.value-cursor{stroke:var(--gold);stroke-opacity:.5;stroke-width:1.5px}.value-dot{fill:var(--gold)}.value-axis{justify-content:space-between;margin-top:6px;font-size:12px;display:flex}.value-figures{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.value-figures .panel+.panel{margin-top:0}.value-figure{font-family:var(--num);font-size:22px}.movers{margin-top:28px}.movers-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.movers-head h3{margin:0;font-size:17px}.movers-head .chip{margin-left:6px}.movers-sub{color:var(--t1);margin:14px 0 6px;font-size:12px;font-weight:600}.mover-change{font-family:var(--num);white-space:nowrap;font-size:17px;font-weight:400}.mover-change.up{color:var(--gold)}.mover-change.down{color:#d3402f}.land-spread{height:110px;margin-top:14px}.land-spread .bnum{font-size:13px}.land-spread .bcol:not(.keep) .bar{background:var(--g2)}.land-spread .bcol.keep .blbl{color:var(--t0)}.goldfish{z-index:40;background:var(--g0);flex-direction:column;display:flex;position:fixed;inset:0}.goldfish-bar{padding:max(12px, env(safe-area-inset-top)) 16px 8px;align-items:center;gap:12px;display:flex}.goldfish-title{min-width:0;display:grid}.goldfish-title b{font-size:20px}.goldfish-title .dim{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.goldfish-body{flex:1;min-height:0;padding:8px 16px 16px;overflow-y:auto}.goldfish-label{color:var(--t1);margin:8px 0 10px;font-size:13px;font-weight:600}.goldfish-hand{scroll-snap-type:x proximity;gap:10px;padding-bottom:8px;display:flex;overflow-x:auto}.goldfish-card{aspect-ratio:.716;background:var(--g2);cursor:pointer;scroll-snap-align:start;border:0;border-radius:12px;flex:none;width:150px;padding:0;overflow:hidden}.goldfish-card img{object-fit:cover;width:100%;height:100%;display:block}.goldfish-noimg{text-align:center;height:100%;color:var(--t0,inherit);place-items:center;padding:10px;font-size:13px;font-weight:600;display:grid}.goldfish-actions{padding:12px 16px max(16px, env(safe-area-inset-bottom));grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width>=768px){.goldfish-hand{flex-wrap:wrap;overflow-x:visible}.goldfish-card{width:180px}.goldfish-actions{width:100%;max-width:520px;margin:0 auto}}.match-panel{margin-bottom:10px}.match-head{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.match-score{font-family:var(--num);font-size:40px;line-height:1}.match-rate{color:var(--gold-light);font-size:14px}.match-form{flex-wrap:wrap;align-items:center;gap:4px;margin-top:10px;font-size:12.5px;display:flex}.match-form .dim{margin-left:6px}.form-chip{width:22px;height:22px;color:var(--g0);background:var(--g2);border-radius:6px;place-items:center;font-size:11px;font-weight:800;display:inline-grid}.form-chip.win{background:var(--gold)}.form-chip.loss{background:#d3402f}.form-chip.draw{color:var(--t1)}.match-length{margin-top:10px;font-size:13px}.match-sub{color:var(--t1);margin:14px 0 6px;font-size:12px;font-weight:600}.matchup{align-items:baseline;gap:12px;padding:3px 0;font-size:14px;display:flex}.matchup .grow{flex:1;min-width:0}.matchup-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.matchup .dim{font-size:12px}.matchup b{font-family:var(--num);color:var(--t1);font-size:17px;font-weight:400}.matchup b.up{color:var(--gold)}.matchup b.down{color:#d3402f}.match-games{gap:2px;margin-bottom:4px;display:grid}.match-game{align-items:center;gap:8px;font-size:12.5px;display:flex}.match-result{width:40px;color:var(--t1);font-weight:700}.match-result.win{color:var(--gold)}.match-result.loss{color:#d3402f}.match-detail{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.match-remove{width:26px;height:26px;color:var(--t2);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.match-remove:hover{background:var(--g2)}.cmd-chips{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.cmd-chip{background:var(--g2);border-radius:999px;align-items:center;gap:2px;padding:4px 4px 4px 11px;font-size:13px;font-weight:600;display:inline-flex}.cmd-chip button{width:22px;height:22px;color:var(--t2);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.cmd-chip .icon{font-size:15px}.cmd-suggestions{background:var(--g2);border-radius:12px;margin-top:6px;display:grid;overflow:hidden}.cmd-suggestions button{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:9px 12px;font-size:14px}.cmd-suggestions button+button{border-top:1px solid var(--line)}.cmd-suggestions button:hover{background:var(--g3,var(--g1))}.match-remove .icon{font-size:16px}.search-note{margin:8px 2px 0;font-size:13px}button.tag-chip{cursor:pointer;font:inherit;color:var(--gold);border:0;font-size:12px;font-weight:600}.meter-button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.tag-row+.tag-row{border-top:1px solid var(--line)}.owned-gap{font:inherit;color:var(--gold-light,var(--gold));cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin:0 0 8px;padding:2px 0;font-size:12.5px;font-weight:600;display:inline-flex}.owned-gap.short{color:var(--gold)}.owned-gap .icon{font-size:16px}.owned-pick{cursor:default;flex-wrap:wrap}.owned-pick .deck-pick-name{flex-direction:column;flex:150px;display:flex}.owned-actions{gap:6px;margin-left:auto;display:flex}.owned-where{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden}.meter-button+.meter-button{border-top:1px solid var(--line)}.tag-target{background:var(--g2);color:var(--t2);border-radius:999px;padding:1px 7px;font-size:11px}.tag-target.short{color:var(--gold);background:#e6b45e2e}.tag-target.ok{color:#5dcaa5;background:#5dcaa529}.tag-target.over{color:#f0997b;background:#f0997b29}.tag-binders{margin-top:22px}.tag-binders-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.tag-binders-head>span:first-child{align-items:center;gap:5px;display:inline-flex}.tag-binders-head .icon{color:var(--gold);font-size:16px}.tag-binder-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;display:grid}.tag-binder{background:var(--g1);color:inherit;font:inherit;text-align:left;cursor:pointer;border:0;border-radius:16px;padding:0 0 10px;display:grid;overflow:hidden}.tag-binder-cover{background:var(--g2);height:74px;display:flex;position:relative}.tag-binder-cover>*{flex:1;min-width:0;height:100%}.tag-binder-badge{color:var(--gold);background:#000000a6;border-radius:999px;align-items:center;gap:3px;padding:1px 7px;font-size:11px;display:inline-flex;position:absolute;top:6px;left:6px;flex:none!important;height:auto!important}.tag-binder-badge .icon{font-size:13px}.tag-binder-name{padding:8px 10px 0;font-weight:600}.tag-binder-count{color:var(--t2);padding:0 10px;font-size:12px}.seg-choice{background:var(--g2);border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;padding:3px;display:grid}.seg-choice button{color:var(--t1);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:8px;font-weight:600}.seg-choice button.on{background:var(--g1);color:var(--gold)}.deck-pick-list{gap:6px;max-height:46vh;display:grid;overflow-y:auto}.deck-pick{background:var(--g1);color:inherit;font:inherit;text-align:left;cursor:pointer;border:0;border-radius:12px;align-items:center;gap:10px;padding:6px 10px 6px 6px;display:flex}.deck-pick.on{box-shadow:inset 0 0 0 2px var(--gold)}.deck-pick-art{border-radius:8px;flex:none;width:52px;height:38px}.deck-pick-name{flex:1;min-width:0;font-weight:600}.grp .icon,.eyebrow .icon{text-transform:none;letter-spacing:normal}.all-dash{gap:14px;max-width:720px;display:grid}.all-dash-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;display:flex}.all-dash-value{align-items:baseline;gap:8px;display:flex}.all-dash-colors{font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.all-dash-colors span{align-items:center;gap:4px;display:inline-flex}.all-dash-types{align-items:center;gap:18px;display:flex}.all-dash-pie{border-radius:50%;flex:none;width:84px;height:84px;-webkit-mask:radial-gradient(circle,#0000 42%,#000 43%);mask:radial-gradient(circle,#0000 42%,#000 43%)}.all-dash-legend{flex:1;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:4px 16px;min-width:0;font-size:13px;display:grid}.all-dash-legend>div{align-items:center;gap:8px;display:flex}.all-dash-legend .dot{border-radius:50%;flex:none;width:10px;height:10px}.all-dash-legend .grow{flex:1}.all-dash-legend b{color:var(--gold);font-variant-numeric:tabular-nums}.card-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:14px 10px;display:grid}.card-cell{cursor:pointer;-webkit-user-select:none;user-select:none;min-width:0}.card-cell-img{aspect-ratio:.72;background:var(--g1);border-radius:12px;position:relative;overflow:hidden}.card-cell-img>img,.card-cell-img>.art{object-fit:cover;width:100%;height:100%;display:block}.card-cell.picked .card-cell-img{box-shadow:inset 0 0 0 3px var(--gold)}.card-cell.picked .card-cell-img>img{opacity:.85}.card-cell .pick-mark{top:6px;left:6px}.card-cell .flip-badge{inset:auto 6px 6px auto}.card-cell-count{color:var(--gold);font-variant-numeric:tabular-nums;background:#000000a6;border-radius:999px;padding:2px 7px;font-size:12px;font-weight:700;position:absolute;top:6px;right:6px}.card-cell-proxy{color:var(--t1);background:#000000a6;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:700;position:absolute;bottom:6px;left:6px}.card-cell-name{white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:12.5px;overflow:hidden}.wide-shell{background:var(--g0);min-height:100vh;display:flex}.wide-main{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar{scrollbar-width:none;background:#0f1014;border-right:1px solid #ffffff0d;flex-direction:column;flex:none;gap:4px;width:256px;height:100vh;padding:22px 14px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar::-webkit-scrollbar{display:none}.mark{background:var(--gold);width:36px;height:36px;color:var(--gold-ink);font-family:var(--num);border-radius:12px;flex:none;place-items:center;padding-top:2px;font-size:21px;display:grid}.side-logo{letter-spacing:-.02em;align-items:center;gap:11px;padding:2px 10px 22px;font-size:17px;font-weight:800;display:flex}.side-nav{height:46px;color:var(--t1);border-radius:14px;align-items:center;gap:12px;padding:0 12px;font-size:14px;font-weight:700;transition:background .2s,color .2s;display:flex}.side-nav:hover{background:var(--g1);color:var(--t0)}.side-nav.active{color:var(--t0);background:#e6b45e21}.side-nav.active .icon{color:var(--gold)}.side-sec{letter-spacing:.12em;text-transform:uppercase;color:var(--t2);justify-content:space-between;align-items:center;padding:22px 12px 8px;font-size:11px;font-weight:700;display:flex}.side-sec a{color:var(--gold);display:grid}.side-deck{color:#c9cad2;border-radius:12px;align-items:center;gap:11px;padding:6px 10px;font-size:13px;font-weight:600;transition:background .2s;display:flex}.side-deck:hover,.side-deck.active{background:var(--g1)}.side-deck-art{border-radius:9px;flex:none;width:30px;height:30px}.side-deck-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.side-account-row{align-items:center;gap:8px;margin-top:12px;display:flex}.side-account-row .side-account{flex:1;min-width:0;margin-top:0}.navrail .sync-btn{margin-bottom:10px}.side-account{background:var(--g1);border-radius:16px;align-items:center;gap:10px;margin-top:12px;padding:12px;transition:background .2s;display:flex}.side-account:hover{background:var(--g2)}.side-account-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;display:block;overflow:hidden}.side-account-status{color:var(--t1);align-items:center;gap:5px;font-size:12px;font-weight:600;display:flex}.side-account-status.ok{color:var(--ok)}.avatar{background:var(--gold-soft);width:46px;height:46px;color:var(--gold);border-radius:50%;flex:none;place-items:center;font-size:18px;font-weight:800;display:grid}.avatar.sm{width:36px;height:36px;font-size:15px}.navrail{background:#0f1014;border-right:1px solid #ffffff0d;flex-direction:column;flex:none;align-items:center;gap:6px;width:88px;height:100vh;padding:18px 0 16px;display:flex;position:sticky;top:0}.navrail .mark{margin-bottom:18px}.navrail .nav-tab{width:76px;height:62px}.rail-account{color:var(--t1);display:grid}[data-layout=tablet] .page-h{padding:28px 28px 16px}[data-layout=tablet] .content-scroll{padding:0 28px 40px}[data-layout=desktop] .page-h{padding:30px 40px 18px}[data-layout=desktop] .content-scroll{padding:0 40px 48px}[data-layout=tablet] .top-bar{padding:0 20px}[data-layout=desktop] .top-bar{padding:0 32px}.narrow-width{width:100%;max-width:620px;margin:0 auto}.home-wide-top{align-items:center;gap:16px;padding:28px 28px 20px;display:flex}[data-layout=desktop] .home-wide-top{padding:30px 40px 22px}.home-wide-top h1{letter-spacing:-.03em;margin:2px 0 0;font-size:30px;font-weight:800}.home-wide-top .searchpill{width:min(420px,45%)}.home-hero-row{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px;display:grid}.home-hero-row .continue{border-radius:28px;height:100%;min-height:300px}[data-layout=tablet] .continue{height:270px}[data-layout=desktop] .continue .shade{background:linear-gradient(90deg,#090a0deb,#090a0d80 45%,#090a0d00 78%)}[data-layout=desktop] .continue .c-body{width:min(480px,62%);bottom:28px;left:30px;right:auto}[data-layout=tablet] .continue .c-name{font-size:30px}[data-layout=desktop] .continue .c-name{font-size:36px}[data-layout=desktop] .continue .c-go{width:54px;height:54px;bottom:26px;right:26px}.stats-2x2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.stats-2x2 .stat{align-content:end;padding:16px 18px 14px}.stats-2x2 .num{font-size:50px}.stats.four{grid-template-columns:repeat(4,minmax(0,1fr))}[data-layout=tablet] .stats .num{font-size:36px}.deck-grid{grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:16px;display:grid}[data-layout=tablet] .deck-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.deck-grid .mini{aspect-ratio:4/5;width:auto;height:auto}.deck-grid .mini-name{font-size:15px}.home-bottom{grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:16px;display:grid}[data-layout=tablet] .home-bottom{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-binders{align-content:start;gap:8px;padding:18px;display:grid}.home-binders .brow{background:var(--g2)}[data-layout=desktop] .cotd{grid-template-columns:132px 1fr;gap:22px;height:100%;padding:18px}[data-layout=desktop] .cotd img{width:132px}[data-layout=tablet] .tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}[data-layout=desktop] .tiles{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px}[data-layout=tablet] .list.wide-list,[data-layout=desktop] .list.wide-list{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));column-gap:12px}.wide-search>.searchpill,.wide-search>.chips{max-width:680px}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.toolbar .searchpill{flex:300px;max-width:480px}.toolbar .chips{padding:0}[data-layout=tablet] .hero,[data-layout=desktop] .hero{height:320px}[data-layout=tablet] .hero-body{bottom:18px;left:28px;right:28px}[data-layout=desktop] .hero-body{align-items:flex-end;gap:24px;display:flex;bottom:22px;left:40px;right:40px}[data-layout=tablet] .deckname{font-size:36px}[data-layout=desktop] .deckname{font-size:44px}.hero-figures{flex:none;gap:10px;display:flex}.hero-figures .stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#16181ed9;min-width:132px}.hero-figures .num{font-size:30px}.deck-columns{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px;display:grid}.deck-aside{scrollbar-width:none;gap:14px;max-height:calc(100vh - 92px);padding-bottom:8px;display:grid;position:sticky;top:76px;overflow-y:auto}.deck-aside::-webkit-scrollbar{display:none}.deck-toolbar{align-items:center;gap:12px;display:flex}.deck-toolbar .seg{flex:none;min-width:240px}.deck-toolbar .searchpill{flex:1;height:46px}.card-groups{columns:2 380px;column-gap:20px}.card-groups>div{break-inside:avoid;padding-bottom:4px}.card-groups>div:first-child .grp{margin-top:8px}[data-layout=tablet] .sticky-tabs{margin:0 -28px;padding:8px 28px 10px}[data-layout=desktop] .sticky-tabs{margin:0 -40px;padding:10px 40px}.binder-columns{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:28px;display:grid}.binder-columns .deck-aside .sec-h{padding-top:4px}@media (width>=700px){.sheet{width:420px;max-height:80vh;animation:sheet-pop .35s var(--spring) both;border-radius:26px;padding:18px 14px 14px;top:50%;bottom:auto;transform:translate(-50%,-50%);box-shadow:0 30px 70px -20px #000000e6,inset 0 0 0 1px #ffffff0d}.sheet .grab{display:none}.zoom-content{background:#121318;border-radius:32px;grid-template-columns:minmax(300px,420px) minmax(0,1fr);align-items:stretch;gap:0;width:min(1080px,100vw - 64px);margin:5vh auto;padding:0;overflow:hidden;box-shadow:0 40px 90px -30px #000000e6,inset 0 0 0 1px #ffffff0f}.zoom-left{background:radial-gradient(circle at 50% 40%,#e6b45e1a,#e6b45e00 65%),#0e0f13;padding:36px 24px}.zoom-left .stage3d{position:sticky;top:36px}.zoom-right{padding:40px 36px 32px}.zoom-right .similar-strip{margin:0;padding:0 0 4px}.zoom-close{top:calc(5vh + 18px);right:max(18px,50vw + min(1080px,100vw - 64px)/-2 + 18px)}}@keyframes sheet-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.94)}}.zoom-right{align-content:start;gap:12px;min-width:0;display:grid}.lc-root{--lc-gap:6px;--lc-radius:22px;--lc-surface:#1f1e27;--lc-raised:#2f2e39;--lc-muted:#9898a4;--lc-well:#34323e;--lc-yellow:#ffc600;--lc-accent:#ff005f;z-index:100;color:#fff;font-family:var(--num);padding:var(--lc-gap);padding:max(var(--lc-gap), env(safe-area-inset-top)) max(var(--lc-gap), env(safe-area-inset-right)) max(var(--lc-gap), env(safe-area-inset-bottom)) max(var(--lc-gap), env(safe-area-inset-left));-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#000;position:fixed;inset:0;overflow:hidden}@supports (color:color(display-p3 1 1 1)){.lc-root{--lc-yellow:color(display-p3 1 .776 0);--lc-accent:color(display-p3 1 0 .373)}}:where(.lc-root) :where(button){font:inherit;color:inherit;cursor:pointer}.lc-table{gap:var(--lc-gap);width:100%;height:100%;display:flex}.lc-table.lc-vert,.lc-grow.lc-vert{flex-direction:column}.lc-grow{gap:var(--lc-gap);flex-basis:0;min-width:0;min-height:0;display:flex}.lc-col,.lc-row{gap:var(--lc-gap);flex:1 1 0;min-width:0;min-height:0;display:flex}.lc-col{flex-direction:column}.lc-grow,.lc-col,.lc-row,.lc-cell{transition:flex-grow .35s cubic-bezier(.4,0,.2,1)}.lc-cell{flex:1 1 0;min-width:0;min-height:0;display:flex}.lc-empty{border-radius:var(--lc-radius);background:var(--lc-well);opacity:.45}.lc-face{flex:1;position:relative;container-type:size}.lc-face-inner{width:100cqw;height:100cqh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lc-face-inner.face-top{transform:translate(-50%,-50%)rotate(180deg)}.lc-face-inner.face-left,.lc-face-inner.face-right{width:100cqh;height:100cqw}.lc-face-inner.face-left{transform:translate(-50%,-50%)rotate(90deg)}.lc-face-inner.face-right{transform:translate(-50%,-50%)rotate(-90deg)}.lc-tile-body{border-radius:var(--lc-radius);background:var(--seat);color:var(--ink);transition:box-shadow .3s var(--out), filter .3s;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden;container-type:size}@supports (color:color(display-p3 1 1 1)){.lc-tile-body{background:var(--seat-p3)}}.lc-tile.active .lc-tile-body{box-shadow:inset 0 0 0 5px var(--lc-yellow)}.lc-tile.out .lc-tile-body{filter:saturate(.25)brightness(.55)}.lc-life{z-index:1;pointer-events:none;letter-spacing:.01em;font-variant-numeric:tabular-nums;font-size:min(58cqh,34cqw);line-height:.9;position:relative}.lc-life[data-shake]{animation:.5s linear lc-shake}@keyframes lc-shake{20%{transform:translate(-4%)}40%{transform:translate(3%)}60%{transform:translate(-2%)}80%{transform:translate(1%)}}@keyframes lc-pop{0%{opacity:0;transform:scale(0)}}.lc-out-note{z-index:1;text-align:center;pointer-events:none;font-size:min(11cqh,7cqw);position:absolute;bottom:12%;left:0;right:0}.lc-tap{touch-action:manipulation;background:0 0;border:0;align-items:center;width:50%;padding:0 min(7cqw,36px);display:flex;position:absolute;top:0;bottom:0}.lc-tap.minus{justify-content:flex-start;left:0}.lc-tap.plus{justify-content:flex-end;right:0}.lc-tap span{opacity:.3;font-variant-numeric:tabular-nums;font-size:min(20cqh,11cqw);transition:opacity .3s}.lc-tap span.on{opacity:1}.lc-tap:focus-visible{outline:3px solid var(--ink);outline-offset:-6px;border-radius:var(--lc-radius)}.lc-top{z-index:2;pointer-events:none;justify-content:center;align-items:center;gap:6px;padding:0 14%;display:flex;position:absolute;top:min(5cqh,18px);left:0;right:0}.lc-top>*{pointer-events:auto}.lc-name,.lc-chip{background:color-mix(in srgb, var(--ink) 12%, transparent);white-space:nowrap;text-overflow:ellipsis;border:0;border-radius:999px;align-items:center;gap:5px;max-width:100%;padding:3px 11px 2px;font-size:clamp(14px,7cqh,22px);line-height:1;display:inline-flex;overflow:hidden}.lc-chip .material-symbols-rounded{font-size:1em}.lc-dmg{align-items:center;gap:3px;display:inline-flex}.lc-dmg i,.lc-counter-mid i,.lc-dot{background:var(--seat);border-radius:50%;width:.5em;height:.5em;display:inline-block;box-shadow:0 0 0 1px #0003}.lc-panel{z-index:5;background:var(--lc-surface);color:#fff;border-radius:var(--lc-radius);animation:lc-panel-in .3s var(--out) both;flex-direction:column;display:flex;position:absolute;inset:0}@keyframes lc-panel-in{0%{opacity:0;transform:translateY(12%)}}.lc-panel-head{align-items:center;gap:8px;padding:10px 10px 6px 14px;display:flex}.lc-name-input{background:var(--lc-raised);color:#fff;min-width:0;font:inherit;border:0;border-radius:12px;flex:1;padding:6px 12px 4px;font-size:22px}.lc-name-input:focus{outline:2px solid var(--lc-yellow)}.lc-icon-btn{background:var(--lc-raised);border:0;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;display:grid}.lc-panel-scroll{flex:1;align-content:start;gap:8px;padding:2px 14px 14px;display:grid;overflow-y:auto}.lc-panel-label{color:var(--lc-muted);margin-top:6px;font-size:16px}.lc-counter{background:var(--lc-raised);border-radius:14px;grid-template-columns:48px 1fr 48px;align-items:center;min-height:52px;display:grid}.lc-step{background:0 0;border:0;height:100%;font-size:30px}.lc-counter-mid{justify-items:center;padding:4px 0;line-height:1;display:grid}.lc-counter-mid b{font-size:28px;font-weight:400}.lc-counter-mid span{color:var(--lc-muted);white-space:nowrap;align-items:center;gap:5px;max-width:100%;font-size:15px;display:inline-flex;overflow:hidden}.lc-swatches{flex-wrap:wrap;gap:8px;display:flex}.lc-swatch{background:var(--seat);border:0;border-radius:50%;width:30px;height:30px}@supports (color:color(display-p3 1 1 1)){.lc-swatch{background:var(--seat-p3)}}.lc-swatch.on{box-shadow:0 0 0 3px var(--lc-surface), 0 0 0 5px #fff}.lc-wide-btn{background:var(--lc-raised);border:0;border-radius:14px;margin-top:6px;padding:12px;font-size:20px}.lc-wide-btn.lc-me{background:var(--lc-yellow,#f5c542);color:#000}.lc-search{background:var(--lc-raised);width:100%;color:inherit;font:inherit;border:0;border-radius:14px;padding:12px 14px;font-size:20px}.lc-link{color:var(--lc-yellow,#f5c542);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.lc-pick-list{gap:6px;margin-top:10px;display:grid}.lc-pick{background:var(--lc-raised);color:inherit;font:inherit;text-align:left;cursor:pointer;border:0;border-radius:14px;align-items:center;gap:12px;padding:8px;display:flex}.lc-pick.on{background:var(--lc-yellow,#f5c542);color:#000}.lc-pick img,.lc-pick-art{object-fit:cover;background:#ffffff14;border-radius:10px;flex:none;width:64px;height:46px}.lc-pick-text{min-width:0;display:grid}.lc-pick-text b,.lc-pick-text span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lc-pick-text b{font-size:19px}.lc-pick-text span{opacity:.7;font-size:14px}.lc-games{gap:8px;margin:0 0 10px;padding:0;list-style:none;display:grid}.lc-games li{background:var(--lc-raised);border-radius:14px;padding:10px 14px}.lc-game-head{color:var(--lc-yellow,#f5c542);justify-content:space-between;align-items:center;font-size:20px;display:flex}.lc-game-player{margin-top:3px;font-size:17px}.lc-game-player.out{opacity:.55}.lc-bar{z-index:3;flex:none;position:relative;container-type:size}.lc-bar.horizontal{height:0;margin:calc(var(--lc-gap) / -2) 0;align-self:stretch}.lc-bar.vertical{width:0;margin:0 calc(var(--lc-gap) / -2);align-self:stretch}.lc-menu-btn{z-index:2;background:#0000004d;border:0;border-radius:50%;place-items:center;width:76px;height:76px;padding:0;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lc-menu-btn .ring,.lc-menu-btn .core,.lc-menu-btn .bars{grid-area:1/1}.lc-menu-btn .ring{width:68px;height:68px;transition:transform .3s var(--out);background:conic-gradient(#f5e2ff,#ecc3ff,#bdc3ff,#aeecff,#f5e2ff);border-radius:50%}.lc-menu-btn .core{background:var(--lc-surface);width:56px;height:56px;transition:transform .3s var(--out);border-radius:50%}.lc-menu-btn .bars{width:26px;height:22px;position:relative}.lc-menu-btn .bars i{width:26px;height:4.5px;transition:transform .3s var(--out), opacity .3s, background .3s;background:#fff;border-radius:3px;position:absolute;left:0}.lc-menu-btn .bars i:first-child{top:0}.lc-menu-btn .bars i:nth-child(2){top:8.75px}.lc-menu-btn .bars i:nth-child(3){top:17.5px}.lc-menu-btn.open .ring{transform:rotate(60deg)}.lc-menu-btn.open .core{transform:scale(0)}.lc-menu-btn.open .bars i{background:#000}.lc-menu-btn.open .bars i:first-child{transform:translateY(8.75px)rotate(45deg)}.lc-menu-btn.open .bars i:nth-child(2){opacity:0}.lc-menu-btn.open .bars i:nth-child(3){transform:translateY(-8.75px)rotate(-45deg)}.lc-scrim{z-index:2;background:#0000009e;border:0;animation:.3s both lc-fade;position:absolute;inset:0}@keyframes lc-fade{0%{opacity:0}}.lc-radial{z-index:1;width:0;height:0;position:absolute;top:50%;left:50%}.lc-pill{--x:0px;--y:0px;color:#000;white-space:nowrap;transform:translate(calc(-50% + var(--x)), calc(-50% + var(--y))) rotate(-20deg);animation:.5s cubic-bezier(.49,.2,.19,1.48) both lc-pill-in;animation-delay:calc(var(--i) * 30ms);border:0;border-radius:999px;padding:10px 22px 8px;font-size:28px;line-height:1;position:absolute;top:0;left:0;box-shadow:0 6px 20px #00000059}@keyframes lc-pill-in{0%{transform:translate(-50%,-50%)scale(0)rotate(-20deg)}}.lc-pill.exit{--x:0px;--y:-118px;background:#fff4cc}.lc-pill.restart{--x:-118px;--y:-62px;background:#ffe68c}.lc-pill.highroll{--x:124px;--y:-62px;background:#0cf}.lc-pill.seating{--x:-122px;--y:62px;background:#12e57d}.lc-pill.settings{--x:122px;--y:62px;background:#9e8cff}.lc-pill.dice{--x:0px;--y:118px;background:#ff4061}@supports (color:color(display-p3 1 1 1)){.lc-pill.exit{background:color(display-p3 1 .957 .8)}.lc-pill.restart{background:color(display-p3 1 .9 .55)}.lc-pill.highroll{background:color(display-p3 0 .8 1)}.lc-pill.seating{background:color(display-p3 .07 .9 .49)}.lc-pill.settings{background:color(display-p3 .62 .55 1)}.lc-pill.dice{background:color(display-p3 1 .25 .38)}}.lc-sheet{z-index:10;background:#000000eb;flex-direction:column;animation:.3s cubic-bezier(.36,.62,.48,1) both lc-sheet-in;display:flex;position:absolute;inset:0}@keyframes lc-sheet-in{0%{opacity:0;transform:translateY(6%)}}.lc-sheet-head{padding:max(20px, env(safe-area-inset-top)) 20px 8px;align-items:flex-start;gap:16px;width:100%;max-width:760px;margin:0 auto;display:flex}.lc-sheet-head>div{flex:1}.lc-sheet h2{margin:0;font-size:56px;font-weight:400;line-height:1}.lc-sheet-head p{color:var(--lc-muted);margin:8px 0 0;font-size:20px}.lc-close{background:var(--lc-accent);border:0;border-radius:50%;flex:none;place-items:center;width:52px;height:52px;display:grid}.lc-close .material-symbols-rounded{font-size:30px}.lc-sheet-body{padding:0 20px max(32px, env(safe-area-inset-bottom));flex:1;width:100%;max-width:760px;margin:0 auto;overflow-y:auto}.lc-sheet h3{color:var(--lc-muted);margin:22px 0 10px;font-size:30px;font-weight:400}.lc-thumbs{flex-wrap:wrap;gap:14px;display:flex}.lc-thumb{background:0 0;border:0;border-radius:12px;flex-direction:column;gap:4px;width:70px;height:116px;padding:5px;animation:.3s cubic-bezier(.49,.2,.19,1.48) both lc-pop;display:flex}.lc-thumb.on{background:var(--lc-accent)}.lc-thumb .lc-thumb-row{flex:1;gap:4px;display:flex}.lc-thumb .lc-thumb-row i{background:#fff;border-radius:6px;flex:1}.lc-thumb.on .lc-thumb-row i{background:#ffffffe6}.lc-thumb .lc-thumb-row i.gap{background:#ffffff2e}.lc-confirm{z-index:20;text-align:center;background:#000000d9;place-content:center;padding:24px;animation:.2s both lc-fade;display:grid;position:absolute;inset:0}.lc-confirm p{margin:0 0 20px;font-size:40px;line-height:1}.lc-confirm div{justify-content:center;gap:32px;display:flex}.lc-confirm button{background:0 0;border:0;font-size:32px}.lc-confirm .cancel{color:#4550ff}.lc-confirm .ok{color:var(--lc-accent)}.lc-setting-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:8px 0;font-size:24px;display:flex}.lc-choices{gap:8px;display:flex}.lc-choices button{background:var(--lc-raised);border:0;border-radius:999px;min-width:56px;padding:8px 14px 6px;font-size:24px}.lc-choices button[aria-pressed=true]{color:#000;background:#fff}.lc-hint{font-family:var(--ui);color:var(--lc-muted);margin:6px 0 0;font-size:13px}.lc-toggle{text-align:left;background:0 0;border:0;align-items:center;gap:16px;width:100%;padding:12px 0;display:flex}.lc-toggle .txt{flex:1;gap:3px;display:grid}.lc-toggle b{font-size:24px;font-weight:400}.lc-toggle .txt span{font-family:var(--ui);color:var(--lc-muted);font-size:13px}.lc-toggle .sw{background:var(--lc-raised);border-radius:999px;flex:none;width:52px;height:30px;transition:background .2s;position:relative}.lc-toggle .sw i{width:24px;height:24px;transition:transform .25s var(--spring);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.lc-toggle .sw.on{background:var(--lc-accent)}.lc-toggle .sw.on i{transform:translate(22px)}:where(.lc-root) button:focus-visible{outline-offset:2px;outline:3px solid #fff}.lc-dice-result{text-align:center;place-content:center;justify-items:center;min-height:190px;display:grid}.lc-dice-result .lc-dice-lbl{color:var(--lc-muted);font-size:28px}.lc-dice-result .lc-dice-val{font-size:120px;line-height:1;animation:.4s cubic-bezier(.49,.2,.19,1.48) both lc-pop}.lc-dice{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.lc-dice button{background:var(--lc-raised);border:0;border-radius:20px;min-width:88px;padding:16px 18px 12px;font-size:34px}@media (prefers-reduced-motion:reduce){.lc-root *,.lc-root :before,.lc-root :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.lc-token .lc-token-label{display:none}@container (width>=320px){.lc-token .lc-token-label{display:inline}}.lc-daynight{z-index:2;background:var(--lc-raised);border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 62px))}.lc-daynight .material-symbols-rounded{font-size:15px}.lc-daynight.day{color:var(--lc-yellow)}.lc-daynight.night{color:#9ba8ff}.lc-menu-btn{transition:opacity .2s}.lc-menu-row{flex-wrap:wrap;justify-content:center;gap:10px;width:max-content;max-width:min(92vw,560px);animation:.5s cubic-bezier(.49,.2,.19,1.48) .18s both lc-pill-in;display:flex;position:absolute;top:172px;left:50%;transform:translate(-50%)}.lc-menu-chip{white-space:nowrap;color:#000;background:#fff;border:0;border-radius:999px;align-items:center;gap:6px;padding:9px 16px 7px;font-size:22px;line-height:1;display:inline-flex;box-shadow:0 6px 20px #00000059}.lc-menu-chip .material-symbols-rounded{font-size:20px}.lc-holders{flex-wrap:wrap;gap:8px;display:flex}.lc-holder{background:var(--lc-raised);color:#fff;border:2px solid #0000;border-radius:999px;padding:8px 16px 6px;font-size:22px}.lc-holder.on{background:var(--seat);color:var(--ink);border-color:#fff}@supports (color:color(display-p3 1 1 1)){.lc-holder.on{background:var(--seat-p3)}}.lc-history{gap:2px;margin:0;padding:0;list-style:none;display:grid}.lc-history li{border-bottom:1px solid #ffffff0f;grid-template-columns:14px minmax(70px,auto) 1fr auto;align-items:baseline;gap:10px;padding:8px 4px;font-size:19px;display:grid}.lc-history i{background:var(--seat);border-radius:50%;width:10px;height:10px}.lc-history i.table-wide{background:var(--lc-muted)}@supports (color:color(display-p3 1 1 1)){.lc-history i{background:var(--seat-p3)}}.lc-history-what{color:#fff}.lc-history-who,.lc-history-when{color:var(--lc-muted)}.lc-plane-banner{top:max(10px, env(safe-area-inset-top));z-index:6;color:#fff;background:#14131beb;border:0;border-radius:999px;align-items:center;gap:10px;max-width:min(92vw,520px);padding:5px 16px 5px 5px;font-size:20px;line-height:1;animation:.3s both lc-fade;display:flex;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000080}.lc-plane-banner img{object-fit:cover;border-radius:999px;flex:none;width:52px;height:36px}.lc-plane-label{color:var(--lc-yellow)}.lc-plane-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lc-plane{justify-items:center;gap:10px;margin:8px 0 18px;animation:.4s cubic-bezier(.5,.3,.2,1.4) both lc-pop;display:grid}.lc-plane img{object-fit:contain;border-radius:18px;width:100%;max-width:560px;max-height:60vh}.lc-plane figcaption{font-size:30px}.lc-die-result{background:var(--lc-raised);text-align:center;border-radius:16px;margin:0 0 16px;padding:12px 16px 10px;font-size:26px;animation:.35s cubic-bezier(.49,.2,.19,1.48) both lc-pop}.lc-die-result.chaos{background:var(--lc-accent)}.lc-die-result.planeswalk{background:#4550ff}.lc-dice button:disabled{opacity:.4}.lc-name.linked{padding-left:3px}.lc-name-text{text-overflow:ellipsis;overflow:hidden}.lc-avatar{object-fit:cover;background:color-mix(in srgb, var(--ink) 18%, transparent);width:clamp(26px,13cqh,46px);height:clamp(26px,13cqh,46px);box-shadow:0 0 0 2px color-mix(in srgb, var(--ink) 30%, transparent);border-radius:50%;flex:none}.lc-avatar.initial{place-items:center;font-size:.8em;display:grid}.lc-linked{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.lc-linked .lc-avatar{width:44px;height:44px}.lc-linked-text{min-width:0;display:grid}.lc-linked-text b{white-space:nowrap;text-overflow:ellipsis;font-size:22px;font-weight:400;overflow:hidden}.lc-linked-text span{font-family:var(--ui);opacity:.7;font-size:12px}.lc-link-btn{justify-content:center;align-items:center;gap:8px;margin:0 0 10px;display:flex}.lc-qr{text-align:center;justify-items:center;gap:10px;display:grid}.lc-qr-code{background:#fff;border-radius:20px;padding:10px}.lc-qr-code .qr{width:min(260px,70vw);height:auto}.lc-turn-label{z-index:2;pointer-events:none;font-size:min(9cqh,22px);position:absolute;top:14px;left:18px}.lc-end-turn{z-index:2;color:#fff;background:#000000b8;border:0;border-radius:50%;place-items:center;width:54px;height:54px;padding:0;animation:.3s cubic-bezier(.49,.2,.19,1.48) both lc-pop;display:grid;position:absolute;bottom:14px;right:14px}.lc-end-turn .material-symbols-rounded{font-size:30px}.lc-roll-face{z-index:4;border-radius:inherit;background:#262628;place-items:center;animation:.3s both lc-fade-in;display:grid;position:absolute;inset:0;overflow:hidden;box-shadow:0 0 0 2px #262628}.lc-roll-face.win{box-shadow:none;background:conic-gradient(from 180deg,#c7d172,#b9eb80,#7fe0d6,#8fb6ff,#c79bff,#ff9bd2,#ffc27a,#c7d172)}.lc-roll-num{z-index:1;color:#fff;font-variant-numeric:tabular-nums;font-size:min(58cqh,34cqw);line-height:.9;position:relative}.lc-roll-face.win .lc-roll-num{color:#000}.lc-star{pointer-events:none;line-height:1;animation:1.4s ease-in-out infinite both lc-twinkle;position:absolute}@keyframes lc-twinkle{0%,to{opacity:0;transform:scale(.4)rotate(0)}50%{opacity:1;transform:scale(1.1)rotate(40deg)}}@keyframes lc-fade-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.lc-star{opacity:.8;animation:none}.lc-grow,.lc-col,.lc-row,.lc-cell{transition:none}}.lc-tile-body.has-bg{text-shadow:0 1px 6px #0000008c;background-position:50%;background-size:cover}.lc-tile-body.has-bg .lc-name,.lc-tile-body.has-bg .lc-chip{background:#00000073}.lc-tile.danger .lc-tile-body{animation:1.6s ease-in-out infinite lc-danger}.lc-tile.danger.active .lc-tile-body{box-shadow:inset 0 0 0 5px var(--lc-yellow), inset 0 0 0 11px #ff3b1f;animation:none}@keyframes lc-danger{0%,to{box-shadow:inset 0 0 0 4px #ff3b1fe6,inset 0 0 26px #ff3b1f8c}50%{box-shadow:inset 0 0 0 4px #ff3b1f59,inset 0 0 10px #ff3b1f33}}.lc-shown-card{z-index:40;color:#fff;background:#000000db;border:0;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;animation:.25s both lc-fade-in;display:flex;position:fixed;inset:0}.lc-shown-card img{border-radius:4.75%/3.5%;max-width:min(88vw,420px);max-height:74vh;box-shadow:0 10px 40px #0009}.lc-shown-by,.lc-shown-hint{font-family:var(--ui);color:var(--lc-muted);font-size:15px}.lc-menu-chip:disabled{opacity:.35;cursor:default}@media (prefers-reduced-motion:reduce){.lc-tile.danger .lc-tile-body{animation:none;box-shadow:inset 0 0 0 4px #ff3b1fe6}}.avatar-img{object-fit:cover;background:var(--g2)}.social-title{color:var(--t0);margin:0;font-size:20px;font-weight:800}.profile-card{align-items:center;gap:14px;display:flex}.profile-name{color:var(--t0);text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:800;overflow:hidden}.profile-pic-row{align-items:center;gap:16px;margin-bottom:16px;display:flex}.profile-pic-actions{justify-items:start;gap:6px;min-width:0;display:grid}.input-prefix{background:var(--g2);border-radius:14px;align-items:center;display:flex}.input-prefix>span{color:var(--t2);padding-left:14px;font-weight:700}.input-prefix .input{background:0 0;flex:1;min-width:0;padding-left:4px}.field-error{color:var(--error)!important}.person-row{background:var(--g1);width:100%;color:var(--t0);text-align:left;border:0;border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 12px;display:flex}.person-row.compact{background:var(--g2);padding:6px 10px}.person-row.on{box-shadow:inset 0 0 0 1.5px var(--gold)}.person-main{flex:1;gap:2px;min-width:0;display:grid}.person-main .dim{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.person-name{text-overflow:ellipsis;white-space:nowrap;font-size:14.5px;font-weight:700;overflow:hidden}.pick-list{max-height:40vh;overflow-y:auto}.avatar-stack{flex:none;display:flex}.avatar-stack>*{border:2px solid var(--g1)}.avatar-stack>*+*{margin-left:-12px}.count-badge{background:var(--gold);min-width:22px;height:22px;color:var(--gold-ink);border-radius:11px;place-items:center;margin-left:auto;padding:0 7px;font-size:12px;font-weight:800;display:inline-grid}.badge-anchor,.navrail .pill{position:relative}.inbox-dot{background:var(--gold);width:10px;height:10px;box-shadow:0 0 0 2px var(--g0);pointer-events:none;border-radius:50%;position:absolute;top:4px;right:4px}.qr{border-radius:12px;max-width:100%;height:auto;display:block}.qr-box{text-align:center;justify-items:center;display:grid}.friend-hero{text-align:center;justify-items:center;padding-top:8px;display:grid}.friend-hero h1{color:var(--t0);margin:12px 0 2px;font-size:24px}.owner-line{color:var(--t1);align-items:center;gap:8px;margin-top:8px;font-size:13px;display:flex}.owner-line b{color:var(--t0)}.shared-hero{background:var(--g1);border-radius:24px;align-items:flex-end;min-height:150px;display:flex;position:relative;overflow:hidden}.shared-hero-art{opacity:.55;width:100%;height:100%;inset:0;position:absolute!important}.shared-hero-text{background:linear-gradient(#0000,#0c0d11d9);width:100%;padding:18px;position:relative}.shared-hero-text h1{color:var(--t0);margin:2px 0 0}.crow.read-only{width:100%;color:var(--t0);text-align:left;border:0;grid-template-columns:56px minmax(0,1fr) auto;padding-right:14px}.ro-qty{font-family:var(--num);color:var(--t0);font-size:20px}.pick-row{background:var(--g1);border-radius:18px;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:12px;padding:8px;display:grid}.picker-body .pick-row{background:var(--g2)}.pick-row.on{box-shadow:inset 0 0 0 1.5px var(--gold)}.pick-steppers{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.mini-stepper{background:var(--g0);border-radius:12px;align-items:center;gap:4px;padding:2px 4px 2px 10px;font-size:12px;display:inline-flex}.mini-stepper.on{background:var(--gold-soft)}.mini-stepper .ms-label{align-items:center;gap:3px;margin-right:2px;display:inline-flex}.mini-stepper .ms-label .icon{color:var(--gold);font-size:14px}.mini-stepper button{width:28px;height:28px;color:var(--t0);background:0 0;border:0;font-size:17px}.mini-stepper button:disabled{color:var(--t2)}.mini-stepper b{text-align:center;min-width:14px;color:var(--t0)}.trade-cards{gap:6px;display:grid}.trade-card{align-items:center;gap:8px;min-width:0;font-size:13.5px;display:flex}.thumb.sm{border-radius:8px;flex:none;width:40px;height:30px}.tc-qty{font-family:var(--num);color:var(--t0);flex:none;font-size:17px}.tc-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--t0);flex:1;overflow:hidden}.tc-remove{background:var(--g2);width:30px;height:30px;color:var(--t1);border:0;border-radius:50%;flex:none;place-items:center;display:grid}.tc-remove .icon{font-size:17px}.trade-empty{padding:4px 0;font-size:13px}.picker-sheet{flex-direction:column;height:85vh;display:flex;overflow:hidden}.picker-head{justify-content:space-between;align-items:center;gap:12px;padding:0 6px 12px;display:flex}.picker-body{flex:1;padding:0 2px 12px;overflow-y:auto}.picker-group+.picker-group{margin-top:18px}.picker-group-title{color:var(--t0);margin:0 4px 8px;font-weight:800}.trade-bar{bottom:calc(12px + env(safe-area-inset-bottom));background:var(--g2);color:var(--t0);border-radius:20px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:10px 10px 10px 16px;display:flex;position:sticky;box-shadow:0 10px 30px #00000080}.trade-head{align-items:center;gap:10px;display:flex}.trade-status{color:var(--t1);font-size:12.5px}.trade-status.open,.trade-status.accepted{color:var(--gold)}.trade-status.declined,.trade-status.cancelled{color:var(--t2)}.trade-sides{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}@media (width<=520px){.trade-sides{grid-template-columns:1fr}}.trade-side-title{text-transform:uppercase;letter-spacing:.06em;color:var(--t2);margin-bottom:6px;font-size:12px;font-weight:800}.trade-message{background:var(--g2);border-radius:14px;margin-top:10px;padding:10px 12px;font-size:13px}.trade-message b{color:var(--t0)}.trade-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.short-list{color:var(--t0);margin:0;padding-left:18px}.share-switch{text-align:left;width:100%;color:var(--t0);background:0 0;border:0;align-items:center;gap:14px;padding:10px 0;display:flex}.tile .initial{color:#fff;background:#00000073;place-items:center;padding-bottom:38%;font-size:64px;font-weight:800;display:grid;position:absolute;inset:0}.tile .new-dot{background:var(--gold);border-radius:50%;width:11px;height:11px;position:absolute;top:12px;right:12px}.tile .t-cmd.wanted{color:var(--gold-light)}.tile.add-tile{color:var(--t0);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.add-tile .add-icon{background:var(--g3);width:48px;height:48px;color:var(--gold);border-radius:50%;place-items:center;margin-bottom:8px;display:grid}.hit-row .thumb-wrap{position:relative}.hit-avatar{box-shadow:0 0 0 2px var(--g1);border-radius:50%;position:absolute;bottom:-6px;right:-6px}.folders{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px 10px;display:grid}.folder{text-align:left;background:var(--g1);color:var(--t0);border:0;border-radius:4px 16px 16px;justify-items:start;gap:2px;margin-top:8px;padding:12px;display:grid;position:relative}.folder .folder-tab{background:var(--g1);border-radius:6px 6px 0 0;width:44px;height:9px;position:absolute;top:-8px;left:0}.folder .icon{color:var(--gold);margin-bottom:6px;font-size:24px}.folder b{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-weight:600;overflow:hidden}.share-switch:disabled{cursor:default}.share-switch:disabled .sw{opacity:.55}.share-group{border-left:2px solid var(--g3);margin:0 0 6px 14px;padding-left:14px}.share-switch .txt{flex:1;gap:2px;min-width:0;display:grid}.share-switch .txt span{color:var(--t1);font-size:12.5px}.share-switch .sw{background:var(--g3);border-radius:999px;flex:none;width:46px;height:28px;transition:background .2s;position:relative}.share-switch .sw i{width:22px;height:22px;transition:transform .25s var(--spring);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.share-switch .sw.on{background:var(--gold)}.share-switch .sw.on i{transform:translate(18px)}.share-link{justify-items:center;gap:10px;margin-top:8px;display:grid}.share-link-row{gap:8px;width:100%;display:flex}.share-link-row .input{flex:1;min-width:0;font-size:12.5px}.link-card{text-align:center;justify-items:center;gap:8px;padding:28px 12px;display:grid}.link-card p{max-width:380px;margin:0 0 8px}.link-icon{color:var(--gold);font-size:44px!important}.giphy-scrim{z-index:70}.giphy-sheet{z-index:71}.giphy-search{background:var(--g2);border-radius:22px;flex:1;align-items:center;gap:8px;min-width:0;height:44px;padding:0 14px;display:flex}.giphy-search .icon{color:var(--t2)}.giphy-search input{min-width:0;color:var(--t0);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:15px}.giphy-label{margin:0 4px 8px;font-size:12.5px}.giphy-grid{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:6px;display:grid}.giphy-cell{aspect-ratio:1;background:var(--g2);border:0;border-radius:12px;padding:0;position:relative;overflow:hidden}.giphy-cell img{object-fit:cover;width:100%;height:100%;display:block}.giphy-cell:disabled:not(.busy){opacity:.5}.giphy-busy{color:var(--t0);background:#0c0d11b3;place-items:center;font-size:12px;font-weight:700;display:grid;position:absolute;inset:0}.giphy-link{margin-top:16px}.giphy-attribution{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--t2);margin-top:12px;font-size:11px;font-weight:800}.profile-hero{text-align:center;justify-items:center;padding:24px 16px;display:grid}.who-has{gap:10px;display:grid}.who-card{background:var(--g1);border-radius:16px;gap:6px;padding:10px;display:grid}.who-card-head{align-items:center;gap:10px;display:flex}.who-name{font-weight:600}.who-row{align-items:center;gap:8px;display:flex}.who-text{flex:1;min-width:0;font-size:13.5px}.who-nobody{margin:0;font-size:13.5px}.trade-value{background:var(--g1);border-radius:16px;gap:4px;margin-top:16px;padding:12px 14px;display:grid}.trade-value .tv-row{font-variant-numeric:tabular-nums;justify-content:space-between;display:flex}.trade-value .tv-verdict{border-top:1px solid #80808033;align-items:center;gap:6px;margin-top:6px;padding-top:8px;font-weight:600;display:flex}.trade-value.fair .tv-verdict .icon{color:#5dcaa5}.trade-value.uneven .tv-verdict .icon{color:var(--gold)}.trade-value .tv-note{font-size:12.5px}.rm-root{z-index:100;color:#f1eee6;font-family:var(--ui);padding:max(12px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#0b0b0d;flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.rm-root button{font:inherit;color:inherit;cursor:pointer}.rm-root button:disabled{opacity:.35;cursor:default}.rm-head{align-items:center;gap:8px;min-height:34px;margin-bottom:10px;display:flex}.rm-dot{background:#6b6b74;border-radius:50%;flex:none;width:9px;height:9px}.rm-dot.on{background:#2bd98f}.rm-where{color:#9a978e;flex:1;min-width:0;font-size:14px}.rm-where b{color:#ffb45e;font-weight:500}.rm-chip{background:#1f2027;border:0;border-radius:999px;align-items:center;gap:5px;padding:6px 12px;font-size:14px;display:inline-flex}.rm-chip .material-symbols-rounded{font-size:18px}.rm-error{color:#f5c4b3;background:#4a1b0c;border-radius:12px;margin:0 0 10px;padding:8px 12px;font-size:14px}.rm-notice{text-align:center;color:#9a978e;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.rm-notice .material-symbols-rounded{color:#e6b45e;font-size:44px}.rm-notice h2{color:#fff;margin:0;font-size:20px;font-weight:600}.rm-notice p{max-width:320px;margin:0}.rm-main{flex-direction:column;gap:10px;display:flex}.rm-me{text-align:center;text-shadow:0 1px 6px #00000040;background-position:50%;background-size:cover;border-radius:24px;padding:16px;position:relative}.rm-me.turn{box-shadow:inset 0 0 0 5px #ffc600}.rm-me.out{filter:saturate(.25)brightness(.6)}.rm-me.big{flex-direction:column;flex:1;justify-content:center;display:flex}.rm-me-name{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.rm-life{font-family:var(--num);font-variant-numeric:tabular-nums;margin-top:6px;font-size:clamp(96px,34vw,160px);line-height:.9}.rm-me.big .rm-life{font-size:clamp(150px,60vw,300px)}.rm-tally{font-family:var(--num);opacity:.85;min-height:30px;font-size:26px}.rm-pm{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.rm-me.big .rm-pm{margin-top:30px}.rm-circle{touch-action:manipulation;background:#000000b8;border:0;border-radius:50%;place-items:center;width:72px;height:72px;padding:0;line-height:1;display:grid;color:#fff!important;font-family:var(--num)!important;font-size:40px!important}.rm-me.big .rm-circle{width:96px;height:96px;font-size:54px!important}.rm-circle.sm{width:52px;height:52px}.rm-circle.sm .material-symbols-rounded{font-size:26px}.rm-circle.turn{background:#ffc600;color:#000!important}.rm-alert{color:#f5c4b3;background:#4a1b0c;border-radius:14px;align-items:center;gap:8px;padding:10px 12px;font-size:15px;display:flex}.rm-showing{background:#1d2433;border-radius:14px;align-items:center;gap:8px;padding:8px 8px 8px 12px;font-size:14px;display:flex}.rm-showing span{flex:1}.rm-label{color:#9a978e;margin:6px 2px 0;font-size:13px}.rm-others{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:6px;display:grid}.rm-other{text-align:center;background-position:50%;background-size:cover;border-radius:14px;min-width:0;padding:8px 6px}.rm-other.turn{box-shadow:inset 0 0 0 3px #ffc600}.rm-other.out{filter:saturate(.2)brightness(.55)}.rm-other-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;display:block;overflow:hidden}.rm-other b{font-family:var(--num);font-size:38px;font-weight:400;line-height:1;display:block}.rm-other-sub{font-size:12px}.rm-bar{grid-template-columns:repeat(4,1fr);gap:6px;margin-top:4px;display:grid}.rm-bar button{background:#1b1c21;border:0;border-radius:14px;flex-direction:column;align-items:center;gap:3px;padding:10px 2px;font-size:13px;display:flex}.rm-bar .material-symbols-rounded{color:#e6b45e;font-size:24px}.rm-scrim{z-index:110;background:#0000008c;border:0;position:fixed;inset:0}.rm-sheet{z-index:111;max-height:82vh;padding:14px 14px max(14px, env(safe-area-inset-bottom));background:#16181e;border-radius:22px 22px 0 0;flex-direction:column;max-width:560px;margin:0 auto;animation:.22s cubic-bezier(.2,.8,.2,1) both rm-up;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes rm-up{0%{opacity:0;transform:translateY(40px)}}.rm-sheet-head{align-items:center;margin-bottom:8px;display:flex}.rm-sheet-head h3{color:#fff;flex:1;margin:0;font-size:17px;font-weight:600}.rm-sheet-body{flex-direction:column;gap:6px;display:flex;overflow-y:auto}.rm-list{flex-direction:column;gap:6px;display:flex}.rm-opt{text-align:left;background:#1f2027;border:0;border-radius:14px;align-items:center;gap:10px;padding:9px 10px;display:flex}.rm-opt.on{box-shadow:inset 0 0 0 2px #e6b45e}.rm-opt-icon{color:#e6b45e}.rm-opt-text{flex-direction:column;flex:1;min-width:0;display:flex}.rm-opt-text b{color:#fff;font-weight:600}.rm-opt-text span{color:#9a978e;font-size:13px}.rm-swatch{background:#34323e 50%/cover;border-radius:8px;flex:none;width:48px;height:34px}.rm-row{gap:8px;display:flex}.rm-btn{background:#e6b45e;border:0;border-radius:999px;flex:1;padding:10px 18px;font-weight:600;color:#1c1405!important}.rm-btn.line{background:0 0;box-shadow:inset 0 0 0 1px #3a3b44;color:#f1eee6!important}.rm-muted{color:#9a978e;align-items:center;gap:5px;margin:4px 2px;font-size:13px;display:flex}.rm-muted .material-symbols-rounded{font-size:16px}.rm-input{box-sizing:border-box;color:#fff;width:100%;font:inherit;-webkit-user-select:text;user-select:text;background:#1f2027;border:0;border-radius:12px;padding:11px 12px;font-size:16px}.rm-notes{resize:vertical;min-height:40vh}.rm-stepper{background:#1f2027;border-radius:12px;align-items:center;gap:8px;padding:6px 8px;display:flex}.rm-stepper i{border-radius:50%;flex:none;width:10px;height:10px}.rm-stepper .material-symbols-rounded{color:#e6b45e;font-size:20px}.rm-stepper-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.rm-stepper button{background:#2a2c33;border:0;border-radius:10px;width:40px;height:40px;padding:0;font-size:22px}.rm-stepper b{text-align:center;min-width:30px;font-family:var(--num);font-size:26px;font-weight:400}.rm-over{z-index:120;padding:max(24px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));background:#0b0b0d;flex-direction:column;gap:10px;animation:.3s both lc-fade-in;display:flex;position:fixed;inset:0;overflow-y:auto}.rm-over h2{color:#fff;margin:0 0 6px;font-size:28px;font-weight:700}.rm-stand{background:#1b1c21;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.rm-stand i{border-radius:50%;flex:none;width:12px;height:12px}.rm-stand span{flex:1}.rm-stand b{font-family:var(--num);font-size:24px;font-weight:400}.rm-saved{background:#1b2a22;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;display:flex}.rm-saved .material-symbols-rounded{color:#5dcaa5}.rm-over .rm-btn{flex:none;margin-top:auto}@media (prefers-reduced-motion:reduce){.rm-sheet,.rm-over{animation:none}}
