@layer reset{*,:before,:after{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{min-width:320px;min-height:100dvh;margin:0}button,input{font:inherit}button{color:inherit}img{max-width:100%;display:block}}@layer base{:root{font-synthesis:none;text-rendering:optimizelegibility;--accent:#ef6652;--accent-strong:#d94f3b;--accent-soft:#ef665224;--bg:#0a0f17;--surface:#101721;--surface-2:#151e2a;--surface-3:#1a2533;--line:#dbe5f41a;--line-strong:#dbe5f42e;--text:#f3f5f8;--text-soft:#a2adbc;--text-faint:#6f7b8d;--shadow:#0008186b;--card-radius:16px;--control-radius:12px;font-family:Aptos,Segoe UI Variable Display,Segoe UI,sans-serif}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#edf1f6;--surface:#f9fafc;--surface-2:#fff;--surface-3:#e5eaf1;--line:#1d2d421a;--line-strong:#1d2d422e;--text:#17202d;--text-soft:#586579;--text-faint:#8190a3;--shadow:#1f314929}body{background:var(--bg);color:var(--text);overflow-x:hidden}button{cursor:pointer;background:0 0;border:0}button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:3px}button:active{transform:scale(.98)}}@layer components{.app{background:radial-gradient(circle at 74% -20%, #6382ad21, transparent 34rem), var(--bg);min-height:100dvh;color:var(--text);transition:background-color .24s,color .24s}.topbar{z-index:20;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--bg) 90%, transparent);-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);grid-template-columns:240px 1fr auto;align-items:center;gap:24px;height:68px;padding:0 22px;display:grid;position:fixed;inset:0 0 auto}.brand{align-items:center;gap:11px;width:max-content;display:inline-flex}.brand-mark{border:3px solid var(--text);border-radius:50%;flex:0 0 30px;width:30px;height:30px;position:relative}.brand-mark:before{content:"";background:var(--text);height:3px;position:absolute;top:50%;left:-3px;right:-3px;transform:translateY(-50%)}.brand-mark span{border:2px solid var(--text);background:var(--accent);z-index:1;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brand-name{letter-spacing:.08em;font-size:14px;font-weight:900}.brand-name span{color:var(--accent)}.server-context{color:var(--text-soft);justify-self:start;align-items:center;gap:9px;font-size:13px;font-weight:650;display:flex}.server-context svg{color:#7c86ec;width:21px;height:21px}.live-badge{border:1px solid var(--line);color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:4px 8px;font-size:10px}.top-actions,.heading-actions,.collection-tabs,.modal-title-row{align-items:center;display:flex}.top-actions{gap:8px}.icon-button{border:1px solid var(--line);border-radius:var(--control-radius);background:var(--surface);width:38px;height:38px;color:var(--text-soft);place-items:center;transition:color .18s,border-color .18s,background .18s;display:grid}.icon-button:hover{color:var(--text);border-color:var(--line-strong);background:var(--surface-2)}.icon-button svg{width:19px;height:19px}.notification-button{position:relative}.notification-count{border:2px solid var(--bg);background:var(--accent);color:#fff7f4;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:800;display:grid;position:absolute;top:-5px;right:-4px}.user-chip{border-radius:var(--control-radius);align-items:center;gap:9px;margin-left:4px;padding:3px 7px 3px 4px;display:flex}.user-chip:hover{background:var(--surface)}.user-chip>span:last-child{text-align:left;min-width:104px;display:grid}.discord-account-icon{background:color-mix(in srgb, #5865f2 17%, var(--surface));color:#7c86ec;border-radius:10px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.discord-account-icon svg{width:20px;height:20px}.account-avatar{object-fit:cover;border-radius:10px;flex:0 0 36px;width:36px;height:36px}.user-chip strong{font-size:12px}.user-chip small{color:var(--text-faint);font-size:10px}.sidebar{z-index:15;border-right:1px solid var(--line);background:color-mix(in srgb, var(--bg) 94%, transparent);flex-direction:column;justify-content:space-between;width:78px;padding:18px 10px;display:flex;position:fixed;top:68px;bottom:0;left:0}.sidebar nav{gap:8px;display:grid}.nav-button{width:58px;height:54px;color:var(--text-faint);border-radius:14px;place-items:center;transition:color .18s,background .18s;display:grid;position:relative}.nav-button svg{width:22px;height:22px}.nav-button span{background:var(--text);color:var(--bg);white-space:nowrap;opacity:0;pointer-events:none;border-radius:8px;padding:6px 9px;font-size:11px;font-weight:750;transition:opacity .16s,transform .16s;position:absolute;left:calc(100% + 10px);transform:translate(-4px)}.nav-button:hover span{opacity:1;transform:translate(0)}.nav-button:hover{color:var(--text);background:var(--surface)}.nav-button.active{color:var(--accent);background:var(--accent-soft)}.nav-button.active:before{content:"";background:var(--accent);border-radius:0 6px 6px 0;width:3px;height:22px;position:absolute;left:-10px}.add-nav{color:#fff7f4;background:var(--accent)}.add-nav:hover{color:#fff7f4;background:var(--accent-strong)}.main-content{min-height:100dvh;padding:100px 28px 28px 106px}.page-heading{justify-content:space-between;align-items:end;gap:24px;max-width:1540px;margin:0 auto 22px;display:flex}.profile-line{align-items:center;gap:8px;margin-bottom:5px;display:flex}.profile-source{background:color-mix(in srgb, #5865f2 14%, var(--surface));color:#7c86ec;border-radius:8px;place-items:center;width:24px;height:24px;display:grid}.profile-source svg{width:14px;height:14px}.profile-line p{color:var(--text-soft);margin:0;font-size:13px}.profile-line strong{color:var(--text)}.page-heading h1{letter-spacing:-.045em;margin:0;font-size:clamp(26px,2.4vw,38px);line-height:1.08}.heading-actions{gap:9px}.primary-button,.secondary-button,.visibility-button{border-radius:var(--control-radius);white-space:nowrap;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:12px;font-weight:750;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.primary-button{background:var(--accent);color:#fff7f4;box-shadow:0 10px 28px #df4e3a38}.primary-button:hover{background:var(--accent-strong);transform:translateY(-1px)}.secondary-button,.visibility-button{border:1px solid var(--line);background:var(--surface);color:var(--text-soft)}.secondary-button:hover,.visibility-button:hover{color:var(--text);border-color:var(--line-strong)}.primary-button svg,.secondary-button svg,.visibility-button svg{width:17px;height:17px}.workspace-grid{grid-template-columns:minmax(650px,1fr) 330px;gap:18px;max-width:1540px;margin:0 auto;display:grid}.binder-stage{border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface);min-width:0;min-height:750px;box-shadow:0 22px 70px var(--shadow);flex-direction:column;display:flex;position:relative;overflow:hidden}.binder-stage:before{content:"";background:radial-gradient(circle at 50% 35%, #647da41a, transparent 45%), linear-gradient(160deg, color-mix(in srgb, var(--surface-2) 74%, transparent), var(--surface));pointer-events:none;position:absolute;inset:112px 0 47px}.stage-topline{border-bottom:1px solid var(--line);z-index:2;flex:0 0 58px;justify-content:space-between;align-items:center;height:58px;padding:0 18px;display:flex;position:relative}.collection-tabs{gap:3px}.collection-tabs button{height:36px;color:var(--text-faint);white-space:nowrap;border-radius:10px;padding:0 11px;font-size:11px;font-weight:700}.collection-tabs button span{color:var(--text-faint);margin-left:4px}.collection-tabs button.active{background:var(--surface-3);color:var(--text)}.collection-tabs button.active span{color:var(--accent)}.customize-button{color:var(--text-soft);align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.customize-button:hover{color:var(--text)}.customize-button svg{width:17px;height:17px}.binder-context-bar{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface-2) 72%, transparent);z-index:9;grid-template-columns:minmax(170px,1fr) auto auto;align-items:center;gap:10px;min-height:55px;padding:7px 13px;display:grid;position:relative}.binder-picker{text-align:left;border-radius:11px;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;min-width:0;padding:5px 7px;display:grid}.binder-picker:hover{background:var(--surface-3)}.binder-picker>svg:first-child{box-sizing:content-box;background:var(--accent-soft);width:20px;height:20px;color:var(--accent);border-radius:9px;padding:7px}.binder-picker>span{gap:1px;min-width:0;display:grid}.binder-picker strong,.binder-picker small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.binder-picker strong{font-size:11px}.binder-picker small{color:var(--text-faint);font-size:8px}.picker-caret{width:14px;height:14px;color:var(--text-faint);transition:transform .2s;transform:rotate(90deg)}.picker-caret.open{transform:rotate(-90deg)}.format-switcher{background:var(--surface);border-radius:10px;align-items:center;gap:3px;padding:3px;display:flex}.format-switcher button{height:28px;color:var(--text-faint);white-space:nowrap;border-radius:8px;padding:0 8px;font-size:8px;font-weight:750}.format-switcher button:hover{color:var(--text)}.format-switcher button.active{background:var(--surface-3);color:var(--text);box-shadow:inset 0 0 0 1px var(--line)}.new-binder-button{border:1px solid var(--line);height:34px;color:var(--text-soft);white-space:nowrap;border-radius:10px;align-items:center;gap:6px;padding:0 10px;font-size:9px;font-weight:750;display:flex}.new-binder-button:hover{border-color:var(--line-strong);color:var(--text)}.new-binder-button svg{width:14px;height:14px;color:var(--accent)}.binder-menu{border:1px solid var(--line-strong);background:var(--surface-2);width:min(300px,100vw - 40px);box-shadow:0 22px 55px var(--shadow);z-index:12;border-radius:14px;padding:8px;position:absolute;top:calc(100% + 8px);left:13px;overflow:hidden}.binder-menu-heading{justify-content:space-between;align-items:center;padding:6px 7px 9px;display:flex}.binder-menu-heading strong{font-size:11px}.binder-menu-heading span{color:var(--text-faint);font-size:9px}.binder-menu-row{text-align:left;border-radius:10px;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:9px;width:100%;padding:7px;display:grid}.binder-menu-row:hover,.binder-menu-row.active{background:var(--surface-3)}.binder-menu-row>span:nth-child(2){gap:2px;min-width:0;display:grid}.binder-menu-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.binder-menu-row small{color:var(--text-faint);font-size:8px}.binder-menu-row>svg{width:14px;height:14px;color:var(--accent)}.mini-binder-cover{color:#eff3f7;background:url(/assets/binder-texture.png) 50%/cover;border:1px solid #e1ebf424;border-radius:5px 3px 3px 5px;place-items:center;width:27px;height:34px;font-size:8px;font-weight:900;display:grid;box-shadow:2px 3px 7px #00050e3d}.binder-menu-create{border-top:1px solid var(--line);width:100%;height:35px;color:var(--accent);justify-content:center;align-items:center;gap:6px;margin-top:5px;font-size:9px;font-weight:800;display:flex}.binder-menu-create svg{width:14px;height:14px}.binder-cover-wrap{aspect-ratio:.76;perspective:1200px;filter:drop-shadow(0 36px 38px #0006126b);width:min(300px,54%);margin:28px auto 32px;position:relative}.binder-cover{background:linear-gradient(115deg,#050c1824,#050c1894),url(/assets/binder-texture.png) 50%/cover;border:1px solid #dbe5f42e;border-radius:18px 14px 14px 18px;position:absolute;inset:0 12px 13px 0;overflow:hidden;box-shadow:inset 4px 0 10px #ffffff0d,inset -10px -10px 30px #00050f6b}.cover-shine{pointer-events:none;background:linear-gradient(95deg,#0000,#e7f0f917,#0000);width:65%;height:180%;position:absolute;top:-40%;right:-18%;transform:rotate(14deg)}.cover-content{text-align:center;z-index:1;align-content:center;justify-items:center;height:100%;padding-bottom:36px;display:grid;position:relative}.collector-seal{color:#f2d7cd;border:1px solid #eee0d459;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:14px;display:grid;box-shadow:inset 0 0 0 5px #ef665214}.collector-seal svg{width:18px;height:18px}.cover-content p{color:#e7eef88a;text-transform:uppercase;letter-spacing:.18em;margin:0 0 8px;font-size:10px;font-weight:700}.cover-content h2{color:#f1f4f8;letter-spacing:-.04em;text-shadow:0 3px 18px #00000061;margin:0;font-size:clamp(35px,4vw,49px);line-height:.9}.cover-format{color:#e7eef894;border:1px solid #e7eef829;border-radius:7px;margin-top:15px;padding:5px 8px;font-size:8px;font-weight:750}.cover-stat{text-align:left;display:grid;position:absolute;bottom:35px;left:35px}.cover-stat strong{color:#f2f4f7;font-size:20px;line-height:1}.cover-stat span{color:#e7eef87a;margin-top:3px;font-size:9px}.open-binder-button{color:#f5f7fa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:2;background:#09101bad;border:1px solid #f5f8fb38;border-radius:11px;align-items:center;gap:8px;padding:11px 14px;font-size:11px;font-weight:800;transition:transform .18s,background .18s;display:flex;position:absolute;bottom:24px;right:24px;box-shadow:inset 0 1px #ffffff14}.open-binder-button:hover{background:#ef6652d6;transform:translateY(-2px)}.open-binder-button svg{width:17px;height:17px}.binder-spine{background:url(/assets/binder-texture.png) 0/auto 100%;border-radius:18px 5px 5px 18px;width:27px;position:absolute;inset:8px auto 18px -8px;box-shadow:inset -5px 0 8px #00000059}.binder-pages-edge{opacity:.7;background:repeating-linear-gradient(0deg,#9ba5b3 0 1px,#d4d9df 1px 2px);border-radius:0 0 12px 12px;height:18px;position:absolute;inset:auto 2px 0 18px;transform:skew(-9deg)}.open-binder{isolation:isolate;perspective:1600px;background:linear-gradient(125deg,#ebf2f814,#0000 24%,#0308105c),url(/assets/binder-texture.png) 50%/cover;border-radius:24px;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);width:min(940px,96%);min-height:552px;margin:24px auto 36px;padding:12px;display:grid;position:relative;box-shadow:0 34px 58px #0006126b,inset 0 1px #ffffff1f,inset 0 -12px 24px #00050e5c}.open-binder:before{content:"";z-index:-1;pointer-events:none;border:1px solid #d3e0ed1f;border-radius:18px;position:absolute;inset:7px}.open-binder:after{content:"";z-index:-2;pointer-events:none;background:linear-gradient(#354354,#111a26 45%,#060b12);border-radius:0 0 18px 18px;height:13px;position:absolute;bottom:-8px;left:24px;right:24px;box-shadow:0 8px 14px #00050d5c}.close-binder{z-index:7;border:1px solid var(--line-strong);background:var(--surface-2);width:32px;height:32px;color:var(--text-soft);box-shadow:0 10px 24px var(--shadow);border-radius:10px;place-items:center;display:grid;position:absolute;top:-8px;right:-7px}.close-binder:hover{color:var(--text)}.binder-page-slot{perspective:1500px;min-width:0;min-height:528px;position:relative}.binder-page{backface-visibility:hidden;min-width:0;transform-style:preserve-3d;will-change:transform, opacity, filter;background:linear-gradient(145deg,#e1ebf41c,#4d627b06 44%,#040a1333),#121f2de6;border:1px solid #d5e1ed1f;padding:26px 28px 30px;position:absolute;inset:0;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,inset 0 0 38px #00050d6b}.binder-page:before{content:"";pointer-events:none;background:linear-gradient(112deg,#0000 0 41%,#eaf2f912 48%,#0000 56%),radial-gradient(circle at 18% 10%,#e6eef714,#0000 26%);position:absolute;inset:0}.binder-page.left{transform-origin:100%;border-radius:15px 5px 5px 15px}.binder-page.right{transform-origin:0;border-radius:5px 15px 15px 5px}.pocket-grid{z-index:1;place-content:center;height:100%;display:grid;position:relative}.density-2 .pocket-grid{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(2,minmax(0,160px));gap:14px 16px}.density-3 .pocket-grid{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,minmax(0,104px));gap:10px}.density-4 .pocket-grid{grid-template-rows:repeat(4,auto);grid-template-columns:repeat(4,minmax(0,74px));gap:7px}.card-pocket{aspect-ratio:63/88;background:linear-gradient(145deg,#dfeaf321,#5c71880f);border:1px solid #dde9f43d;border-radius:10px;min-width:0;transition:transform .24s cubic-bezier(.16,1,.3,1),border-color .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 8px 16px #00050e38,inset 0 1px #ffffff29,inset 0 -8px 18px #040a1229}.card-pocket:before{content:"";z-index:3;pointer-events:none;background:#eef4f947;height:1px;position:absolute;top:5px;left:6px;right:6px;box-shadow:0 1px #03080f33}.card-pocket:hover{z-index:4;border-color:#eff5fa75;transform:translateY(-7px)scale(1.035);box-shadow:0 18px 26px #00050e52,inset 0 1px #fff3}.card-pocket img{object-fit:contain;filter:drop-shadow(0 5px 5px #00040c57);width:100%;height:100%;padding:7px 7px 6px}.pocket-glare{z-index:2;pointer-events:none;background:linear-gradient(112deg,#0000 26%,#fff3 44%,#ffffff0a 50%,#0000 67%);transition:transform .62s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translate(-145%)}.card-pocket:hover .pocket-glare{transform:translate(145%)}.density-3 .card-pocket{border-radius:8px}.density-4 .card-pocket{border-radius:6px}.density-3 .card-pocket img{padding:5px}.density-4 .card-pocket img{padding:3px}.density-3 .quantity-badge,.density-4 .quantity-badge{border-radius:6px;min-width:19px;height:19px;font-size:8px;top:4px;right:4px}.density-3 .trade-badge,.density-4 .trade-badge{border-radius:6px;width:20px;height:20px;bottom:4px;left:4px}.density-3 .empty-pocket span,.density-4 .empty-pocket span{display:none}.quantity-badge,.trade-badge{color:#f2f5f8;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#080e18d6;border:1px solid #ffffff2e;place-items:center;display:grid;position:absolute}.quantity-badge{border-radius:8px;min-width:25px;height:25px;padding:0 5px;font-size:10px;font-weight:850;top:7px;right:7px}.trade-badge{color:#ff9b89;border-radius:8px;width:26px;height:26px;bottom:7px;left:7px}.trade-badge svg{width:14px;height:14px}.empty-pocket{color:#dce7f13b;border-style:dashed;place-content:center;justify-items:center;gap:7px;display:grid;box-shadow:inset 0 0 28px #0309112e}.empty-pocket:hover{color:#eaf1f799}.empty-pocket svg{width:23px;height:23px}.empty-pocket span{letter-spacing:.01em;font-size:9px;font-weight:700}.binder-hinge{z-index:5;background:linear-gradient(90deg,#060b12,#192534 47%,#080e16);margin:1px 0;position:relative;box-shadow:-7px 0 12px #00040b61,7px 0 12px #00040b61}.binder-hinge:before{content:"";background:#5e708514;border-left:1px solid #dde6ef26;border-right:1px solid #02070db3;width:5px;position:absolute;inset:14px 50%;transform:translate(-50%)}.binder-hinge:after{content:"";border-top:1px solid #dee7f014;border-bottom:1px solid #01060c85;position:absolute;inset:28px 9px}.page-controls{align-items:center;gap:13px;display:flex;position:absolute;bottom:-42px;left:50%;transform:translate(-50%)}.page-controls button{border:1px solid var(--line);background:var(--surface-2);width:29px;height:29px;color:var(--text-soft);border-radius:9px;place-items:center;display:grid}.page-controls button:disabled{cursor:not-allowed;opacity:.32;transform:none}.page-controls span{color:var(--text-faint);font-size:10px;font-weight:750}.binder-footer{border-top:1px solid var(--line);min-height:48px;color:var(--text-faint);z-index:2;justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding:0 18px;font-size:10px;display:flex;position:relative}.binder-footer>span,.binder-footer button{align-items:center;gap:7px;display:flex}.binder-footer>span svg{color:var(--accent)}.binder-footer button{color:var(--accent);font-weight:750}.binder-footer svg{width:14px;height:14px}.right-rail{align-content:start;gap:13px;min-width:0;display:grid}.spotlight-panel,.quick-add-panel,.community-note{border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface);box-shadow:0 18px 50px var(--shadow)}.spotlight-panel{padding:18px}.panel-heading{justify-content:space-between;align-items:center;display:flex}.panel-heading>div{align-items:center;gap:8px;display:flex}.panel-heading h2,.quick-add-panel h2{letter-spacing:-.02em;margin:0;font-size:14px}.panel-heading button{color:var(--accent);font-size:10px;font-weight:750}.semantic-pulse{background:var(--accent);width:7px;height:7px;box-shadow:0 0 0 5px var(--accent-soft);border-radius:50%}.panel-intro{max-width:30ch;color:var(--text-faint);margin:9px 0 15px;font-size:10px;line-height:1.5}.matches-list{gap:7px;display:grid}.matches-empty{border:1px dashed var(--line-strong);background:var(--surface-2);text-align:center;border-radius:12px;place-content:center;justify-items:center;gap:5px;min-height:126px;padding:18px;display:grid}.matches-empty>span{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);border-radius:11px;place-items:center;margin-bottom:3px;display:grid}.matches-empty svg{width:18px;height:18px}.matches-empty strong{font-size:10px}.matches-empty small{max-width:27ch;color:var(--text-faint);font-size:9px;line-height:1.45}.match-row{background:var(--surface-2);text-align:left;border-radius:12px;grid-template-columns:37px minmax(0,1fr) auto 18px;align-items:center;gap:9px;width:100%;min-height:62px;padding:8px;transition:background .18s,transform .18s;display:grid;position:relative}.match-row:hover{background:var(--surface-3);transform:translate(2px)}.initial-avatar{color:#f7f8fa;border-radius:11px;place-items:center;width:37px;height:37px;font-size:10px;font-weight:850;display:grid;box-shadow:inset 0 1px #ffffff2e}.match-copy{gap:2px;min-width:0;display:grid}.match-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.match-copy small{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.match-score{color:var(--accent);align-items:center;gap:3px;font-size:10px;font-weight:800;display:flex}.match-score svg{width:11px;height:11px}.trade-arrow{width:15px;height:15px;color:var(--text-faint)}.best-match{background:var(--accent);color:#fff7f4;text-transform:uppercase;letter-spacing:.07em;border-radius:6px;padding:2px 6px;font-size:7px;font-weight:850;position:absolute;top:-6px;right:8px}.wide-button{border:1px solid var(--line);background:var(--surface-2);width:100%;height:38px;color:var(--text-soft);border-radius:11px;justify-content:center;align-items:center;gap:7px;margin-top:13px;font-size:10px;font-weight:750;display:flex}.wide-button:hover{color:var(--text);border-color:var(--line-strong)}.wide-button svg{width:15px;height:15px}.quick-add-panel{grid-template-columns:40px 1fr 30px;align-items:center;gap:11px;padding:14px;display:grid}.quick-add-icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:12px;place-items:center;display:grid}.quick-add-panel p{color:var(--text-faint);margin:3px 0 0;font-size:9px}.quick-add-panel>button{background:var(--surface-3);width:30px;height:30px;color:var(--text-soft);border-radius:9px;place-items:center;display:grid}.community-note{align-items:flex-start;gap:10px;padding:14px;display:flex}.community-status-icon{background:color-mix(in srgb, #5865f2 14%, var(--surface-2));color:#7c86ec;border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid}.community-status-icon svg{width:17px;height:17px}.community-avatars{margin-bottom:10px;display:flex}.community-avatars span{border:3px solid var(--surface);color:#f7f8fa;border-radius:10px;place-items:center;width:28px;height:28px;margin-right:-6px;font-size:8px;font-weight:850;display:grid}.community-note p{color:var(--text-faint);margin:0;font-size:10px;line-height:1.45}.community-note strong{color:var(--text)}.modal-backdrop{z-index:60;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05090fb8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-surface{border:1px solid var(--line-strong);background:var(--surface);border-radius:20px;width:min(600px,100%);max-height:min(720px,100dvh - 40px);overflow:auto;box-shadow:0 35px 100px #0007128c}.search-modal{padding:22px}.modal-title-row{justify-content:space-between;gap:20px;margin-bottom:18px}.modal-title-row h2{letter-spacing:-.04em;margin:0;font-size:23px}.modal-title-row p{color:var(--text-faint);margin:4px 0 0;font-size:11px}.search-field{border:1px solid var(--line-strong);background:var(--surface-2);border-radius:12px;grid-template-columns:22px 1fr auto;align-items:center;gap:9px;height:48px;padding:0 13px;display:grid}.search-field svg{color:var(--text-faint)}.search-field input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.search-field input::placeholder{color:var(--text-faint)}.search-field kbd{border:1px solid var(--line);color:var(--text-faint);border-radius:6px;padding:4px 7px;font-size:8px}.search-results{gap:6px;margin-top:14px;display:grid}.catalog-context{color:var(--text-faint);margin:9px 2px -4px;font-size:9px}.search-result{text-align:left;border-radius:12px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;padding:8px;display:grid}.search-result:hover{background:var(--surface-2)}.search-result img{object-fit:contain;width:42px;height:58px}.search-result>span:not(.result-actions){gap:3px;display:grid}.search-result strong{font-size:12px}.search-result small{color:var(--text-faint);font-size:9px}.result-actions{align-items:center;gap:5px;display:flex}.result-actions button{background:var(--accent-soft);min-height:30px;color:var(--accent);border-radius:9px;align-items:center;gap:5px;padding:0 8px;font-size:8px;font-weight:800;display:flex}.result-actions button+button{background:var(--surface-3);color:var(--text-soft)}.result-actions button:disabled{cursor:progress;opacity:.5}.result-actions svg{width:12px;height:12px}.search-skeleton{pointer-events:none}.search-skeleton>span{background:linear-gradient(90deg, var(--surface-2), var(--surface-3), var(--surface-2));background-size:220% 100%;border-radius:6px;height:12px;animation:1.25s ease-in-out infinite catalog-shimmer}.search-skeleton>span:first-child{border-radius:7px;width:42px;height:58px}.search-skeleton>span:nth-child(2){width:65%}.search-skeleton>span:last-child{width:120px;height:30px}@keyframes catalog-shimmer{to{background-position:-220% 0}}.empty-state{text-align:center;color:var(--text-faint);justify-items:center;padding:50px 20px;display:grid}.empty-state svg{width:30px;height:30px;margin-bottom:12px}.empty-state h3{color:var(--text);margin:0;font-size:14px}.empty-state p{margin:5px 0 0;font-size:10px}.card-detail{grid-template-columns:44% 56%;min-height:480px;display:grid}.detail-card-image{background:radial-gradient(circle at 50% 45%,#38516e,#111b28 64%);border-radius:20px 0 0 20px;place-items:center;display:grid;overflow:hidden}.detail-card-image img{filter:drop-shadow(0 20px 20px #0000006b);width:78%}.detail-copy{padding:32px 28px;position:relative}.close-detail{border:1px solid var(--line);width:34px;height:34px;color:var(--text-soft);border-radius:10px;place-items:center;display:grid;position:absolute;top:20px;right:20px}.detail-series{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin:28px 0 6px;font-size:9px;font-weight:800}.detail-copy h2{letter-spacing:-.045em;margin:0;font-size:32px}.detail-copy>p:not(.detail-series){color:var(--text-faint);margin:6px 0 26px;font-size:11px}.inventory-counts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.quantity-control{justify-content:space-between;align-items:center;min-height:52px;padding:8px 0;display:flex}.quantity-control+.quantity-control{border-top:1px solid var(--line)}.quantity-control>span{color:var(--text-soft);font-size:11px}.quantity-control>div{align-items:center;gap:13px;display:flex}.quantity-control button{background:var(--surface-3);width:30px;height:30px;color:var(--text-soft);border-radius:9px;place-items:center;display:grid}.quantity-control button:disabled{cursor:not-allowed;opacity:.3}.quantity-control button svg{width:14px;height:14px}.market-price{background:var(--surface-2);border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex;margin:-10px 0 18px!important}.market-price span{color:var(--text-faint);font-size:9px}.market-price strong{color:var(--text);font-size:12px}.status-choice{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px;display:grid}.status-choice button{border:1px solid var(--line);height:39px;color:var(--text-soft);border-radius:10px;justify-content:center;align-items:center;gap:6px;font-size:9px;font-weight:750;display:flex}.status-choice button.active{background:var(--accent-soft);color:var(--accent);border-color:#ef665259}.detail-primary{width:100%;margin-top:22px}.remove-card-button{width:100%;color:var(--text-faint);justify-content:center;align-items:center;gap:6px;margin-top:10px;padding:9px;font-size:9px;font-weight:700;display:flex}.remove-card-button:hover{color:var(--accent)}.remove-card-button svg{width:14px;height:14px}.showcase-view{z-index:80;color:#f3f5f8;background:#08101c;position:fixed;inset:0;overflow:hidden}.showcase-texture{opacity:.82;background:linear-gradient(90deg,#050a120a,#050a1299),url(/assets/binder-texture.png) 50%/cover;position:absolute;inset:0}.showcase-close{z-index:3;color:#dae0e8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#060c1594;border:1px solid #ebf0f733;border-radius:10px;align-items:center;gap:8px;padding:9px 12px;font-size:10px;font-weight:750;display:flex;position:absolute;top:24px;right:26px}.showcase-profile{z-index:2;width:min(500px,40vw);position:absolute;top:50%;left:7vw;transform:translateY(-54%)}.showcase-profile>img{object-fit:cover;border:3px solid #f5f7fa40;border-radius:22px;width:76px;height:76px;margin-bottom:14px;box-shadow:0 15px 35px #00000057}.showcase-profile>p{color:#ef806f;margin:0 0 10px;font-size:12px;font-weight:800}.showcase-profile h2{letter-spacing:-.065em;max-width:10ch;margin:0;font-size:clamp(44px,5.2vw,78px);line-height:.92}.showcase-profile>div{gap:24px;margin-top:28px;display:flex}.showcase-profile span{color:#e6ecf585;font-size:10px;display:grid}.showcase-profile strong{color:#f3f5f8;font-size:22px}.showcase-cards{z-index:2;perspective:1400px;align-items:center;width:59vw;display:flex;position:absolute;top:53%;right:-1vw;transform:translateY(-50%)rotate(-2deg)}.showcase-cards img{filter:drop-shadow(0 25px 25px #00000080);border-radius:4.5%;width:24%;margin-left:-5%;transition:transform .22s}.showcase-cards img:first-child{margin-left:0}.showcase-cards img:hover{z-index:5;transform:translateY(-18px)scale(1.04)!important}.showcase-signature{z-index:2;color:#ecf0f6ad;letter-spacing:.08em;align-items:center;gap:9px;font-size:10px;font-weight:900;display:flex;position:absolute;bottom:32px;left:7vw}.showcase-signature .brand-mark{border-width:2px;flex-basis:23px;width:23px;height:23px}.showcase-signature .brand-mark:before{height:2px;left:-2px;right:-2px}.toast{z-index:100;border:1px solid var(--line-strong);background:var(--text);color:var(--bg);box-shadow:0 20px 50px var(--shadow);border-radius:11px;align-items:center;gap:8px;padding:11px 15px;font-size:11px;font-weight:800;display:flex;position:fixed;bottom:26px;left:50%;transform:translate(-50%)}.toast svg{width:16px;height:16px;color:var(--accent)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@layer utilities;@media (width<=1180px){.workspace-grid{grid-template-columns:minmax(0,1fr) 290px}.binder-cover-wrap{width:min(300px,54%)}.open-binder{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);width:97%;min-height:500px;padding:10px}.binder-page-slot{min-height:480px}.binder-page{padding:22px 18px 25px}.density-2 .pocket-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.density-3 .pocket-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.density-4 .pocket-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.visibility-button{display:none}}@media (width<=960px){.topbar{grid-template-columns:190px 1fr auto}.server-context span:not(.live-badge),.user-chip>span:last-child{display:none}.user-chip{padding-right:4px}.workspace-grid{grid-template-columns:1fr}.right-rail{grid-template-columns:minmax(0,1fr) minmax(230px,.7fr)}.spotlight-panel{grid-row:span 2}.binder-stage{min-height:720px}}@media (width<=720px){.topbar{grid-template-columns:1fr auto;height:60px;padding:0 14px}.brand-name{font-size:12px}.brand-mark{flex-basis:26px;width:26px;height:26px}.server-context,.top-actions .icon-button:first-child,.user-chip{display:none}.sidebar{border-top:1px solid var(--line);background:color-mix(in srgb, var(--bg) 94%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-right:0;flex-direction:row;width:auto;height:66px;padding:7px 10px;inset:auto 0 0}.sidebar nav{justify-content:space-around;width:100%;display:flex}.nav-button{width:52px;height:50px}.nav-button span{display:none}.nav-button.active:before{border-radius:0 0 6px 6px;width:22px;height:3px;top:-7px;left:50%;transform:translate(-50%)}.add-nav{width:48px;height:48px;position:fixed;bottom:82px;right:16px;box-shadow:0 13px 28px #df4e3a4d}.main-content{padding:84px 12px 92px}.page-heading{align-items:center;margin-bottom:16px}.profile-line img{display:block}.profile-line{margin-bottom:2px}.profile-line p{font-size:10px}.page-heading h1{font-size:25px}.heading-actions .secondary-button,.heading-actions .visibility-button{display:none}.primary-button{min-height:38px;padding:0 11px;font-size:10px}.primary-button svg{width:15px;height:15px}.binder-stage{min-height:650px}.stage-topline{height:auto;min-height:58px;padding:8px 10px;overflow-x:auto}.collection-tabs{min-width:max-content}.collection-tabs button{padding:0 8px;font-size:9px}.customize-button{display:none}.binder-context-bar{grid-template-columns:minmax(0,1fr) 36px;gap:7px;padding:8px 10px}.binder-picker{grid-template-columns:30px minmax(0,1fr) 16px;padding:3px 4px}.binder-picker>svg:first-child{width:17px;height:17px;padding:6px}.format-switcher{grid-column:1/-1;width:100%}.format-switcher button{flex:1;padding:0 5px}.new-binder-button{justify-content:center;width:36px;padding:0;font-size:0}.binder-menu{top:54px;left:10px}.binder-cover-wrap{width:min(290px,76%);margin-top:30px}.cover-content h2{font-size:34px}.cover-content p{font-size:8px}.cover-stat{bottom:24px;left:22px}.cover-stat strong{font-size:15px}.open-binder-button{padding:9px 10px;font-size:9px;bottom:14px;right:14px}.open-binder{border-radius:19px;grid-template-columns:1fr;width:94%;min-height:458px;margin-top:26px;padding:8px}.binder-page-slot{min-height:440px}.binder-page{padding:16px 13px}.binder-page.left{border-radius:14px}.binder-page.right,.binder-hinge{display:none}.density-2 .pocket-grid{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.density-3 .pocket-grid{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.density-4 .pocket-grid{grid-template-rows:repeat(4,auto);grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.close-binder{right:0}.binder-footer{padding:0 12px}.binder-footer>span{max-width:100%}.binder-footer button{display:none}.right-rail{grid-template-columns:1fr}.spotlight-panel{grid-row:auto}.community-note{display:none}.card-detail{grid-template-columns:1fr}.detail-card-image{border-radius:20px 20px 0 0;min-height:330px}.detail-card-image img{width:52%}.detail-copy{padding:24px 20px}.search-modal{padding:16px}.search-field kbd{display:none}.search-result{grid-template-columns:37px minmax(0,1fr) auto}.search-result img{width:37px;height:52px}.result-actions button{justify-content:center;width:30px;padding:0;font-size:0}.showcase-profile{width:calc(100% - 48px);top:25%;left:24px;transform:none}.showcase-profile>img{width:60px;height:60px}.showcase-profile h2{max-width:8ch;font-size:43px}.showcase-profile>div{gap:18px;margin-top:18px}.showcase-cards{width:140vw;top:73%;right:-28%}.showcase-signature{bottom:20px;left:24px}.showcase-close{font-size:0;top:14px;right:14px}.showcase-close svg{width:18px;height:18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-reduced-transparency:reduce){.topbar,.sidebar,.open-binder-button,.modal-backdrop,.showcase-close{-webkit-backdrop-filter:none;backdrop-filter:none}.topbar,.sidebar{background:var(--bg)}.modal-backdrop{background:#05090feb}}
