.navbar{position:sticky;top:0;z-index:100;background:#07090fd1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.navbar-inner{max-width:1400px;margin:0 auto;padding:0 32px;height:64px;display:flex;align-items:center;gap:40px}.navbar-brand{display:flex;align-items:center;gap:10px;flex-shrink:0;text-decoration:none;color:var(--text-primary)}.navbar-brand:hover{color:var(--text-primary)}.brand-icon{width:36px;height:36px;object-fit:contain;flex-shrink:0}.brand-name{font-size:.9rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--text-primary)}.navbar-links{display:flex;align-items:center;gap:30px;flex:1}.nav-link{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);text-decoration:none;transition:color .15s;padding:0;border-radius:0;background:none}.nav-link:hover{color:var(--text-primary);background:none}.nav-link.active{color:var(--accent);background:none}.navbar-spacer{flex:1}.navbar-auth{flex-shrink:0;margin-left:auto}.user-menu{display:flex;align-items:center;gap:10px}.user-avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--border-light);object-fit:cover}.user-name{font-size:.8rem;font-weight:700;letter-spacing:.04em;color:var(--text-primary)}.discord-btn{gap:8px}.navbar-wallet{display:flex;align-items:center;gap:10px;padding:5px 12px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.72rem;margin-right:4px}.wallet-item{display:flex;align-items:center;gap:4px;white-space:nowrap}.wallet-icon{font-size:.8rem;line-height:1}.wallet-label{color:var(--text-muted);font-weight:700;letter-spacing:.05em;text-transform:uppercase}.wallet-val{color:var(--text-primary);font-weight:700}.wallet-sep{width:1px;height:14px;background:var(--border);flex-shrink:0}.wallet-countdown{color:var(--accent, #ff9800);font-size:.72rem;font-weight:600;letter-spacing:.02em}.wallet-item-hoverable{position:relative;cursor:default}.wallet-tooltip{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);background:var(--bg-card, #1a1d27);border:1px solid var(--border);border-radius:var(--radius-sm, 6px);padding:5px 10px;font-size:.72rem;color:var(--text-primary);white-space:nowrap;z-index:200;pointer-events:none}.wallet-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-bottom-color:var(--border)}.navbar-burger{display:none;flex-direction:column;gap:5px;background:none;padding:4px;cursor:pointer;margin-left:auto}.navbar-burger span{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .2s}@media (max-width: 960px){.navbar-spacer,.navbar-links{display:none}.navbar-burger{display:flex;order:3}.navbar-auth{order:2}.navbar-links.open{display:flex;position:absolute;top:64px;left:0;right:0;background:#07090ff5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);flex-direction:column;padding:16px 32px;gap:20px;z-index:99}}@media (max-width: 600px){.navbar-inner{padding:0 20px}.navbar-links.open{padding:16px 20px}.user-name,.navbar-wallet{display:none}}.home-page{flex:1;display:flex;flex-direction:column}.home-hero{padding:80px 32px 64px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.home-eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.home-eyebrow--flush{margin-bottom:0}.home-title{font-size:clamp(4rem,12vw,9rem);font-weight:900;letter-spacing:-.03em;text-transform:uppercase;color:var(--text-primary);line-height:1;text-shadow:0 4px 60px rgba(0,0,0,.5);margin:8px 0 28px}.home-kpis{display:flex;align-items:center;gap:40px;margin-bottom:36px}.home-kpi{display:flex;flex-direction:column;align-items:center;gap:5px}.kpi-val{font-size:2.5rem;font-weight:900;color:var(--accent);letter-spacing:-.03em;line-height:1}.kpi-label{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.kpi-sep{width:1px;height:44px;background:var(--border-light)}.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.home-features{padding:0 32px 80px;max-width:1200px;margin:0 auto;width:100%}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 30px;overflow:hidden;display:flex;flex-direction:column;gap:10px;transition:border-color .2s,box-shadow .2s,transform .2s}.feature-card:hover{border-color:var(--border-light);box-shadow:var(--shadow);transform:translateY(-3px)}.feature-icon{font-size:2.2rem;line-height:1;margin-bottom:8px}.feature-title{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary)}.feature-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.7;flex:1}.feature-link{font-size:.85rem;font-weight:700;color:var(--accent);margin-top:4px}.feature-link:hover{color:var(--accent-hover)}.feature-bar{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),transparent);opacity:0;transition:opacity .2s}.feature-card:hover .feature-bar{opacity:1}.home-players{padding:0 32px 100px}.home-players-inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.players-header{display:flex;align-items:center;justify-content:space-between}.home-search{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:8px 14px;color:var(--text-primary);font-size:.82rem;font-family:inherit;outline:none;width:220px;transition:border-color .15s}.home-search:focus{border-color:var(--accent)}.home-search::placeholder{color:var(--text-muted)}.leaderboard{display:flex;flex-direction:column;gap:8px}.lb-row{display:flex;align-items:center;gap:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:14px 22px;text-decoration:none;color:inherit;transition:border-color .15s,background .15s}.lb-row:hover{border-color:var(--border-light);background:var(--bg-hover);color:inherit}.lb-row--top{background:var(--bg-hover);border-color:#e8820c47;box-shadow:0 0 24px #e8820c14}.lb-rank{width:38px;text-align:center;font-size:.85rem;font-weight:800;color:var(--text-muted);flex-shrink:0}.lb-row--top .lb-rank{color:var(--accent);font-size:1.1rem}.lb-avatar{flex-shrink:0}.lb-avatar-inner{width:38px;height:38px;border-radius:50%;background:var(--bg-secondary);border:2px solid var(--border-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--text-secondary)}.lb-avatar-img{width:38px;height:38px;border-radius:50%;object-fit:cover;display:block;border:2px solid var(--border-light)}.lb-row--top .lb-avatar-img,.lb-row--top .lb-avatar-inner{border-color:var(--accent-glow)}.lb-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.lb-name{font-size:.9rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-meta{font-size:.72rem;color:var(--text-muted)}.lb-progress{width:180px;height:4px;background:#ffffff0f;border-radius:2px;overflow:hidden;flex-shrink:0}.lb-bar{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-hover));border-radius:2px;transition:width .6s ease}.lb-pct{width:46px;text-align:right;font-size:.85rem;font-weight:800;color:var(--accent);flex-shrink:0}@media (max-width: 960px){.feature-grid{grid-template-columns:1fr 1fr}.lb-progress{width:110px}}@media (max-width: 600px){.home-hero{padding:60px 20px 48px}.home-features{padding-left:20px;padding-right:20px;padding-bottom:60px}.home-players{padding-left:20px;padding-right:20px;padding-bottom:72px}.feature-grid{grid-template-columns:1fr}.home-search{width:160px}.lb-progress{display:none}}.filter-sidebar{width:220px;flex-shrink:0;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:0 0 16px;align-self:flex-start;position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto}.filter-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-weight:600;font-size:.9rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg-secondary);z-index:1}.filter-clear{font-size:.75rem;color:var(--text-muted);background:none;transition:color .15s}.filter-clear:hover{color:var(--accent)}.filter-search{padding:10px 12px;border-bottom:1px solid var(--border)}.filter-search input{width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:7px 10px;color:var(--text-primary);font-size:.85rem;outline:none;transition:border-color .15s}.filter-search input:focus{border-color:var(--accent)}.filter-search input::placeholder{color:var(--text-muted)}.filter-group{border-bottom:1px solid var(--border)}.filter-group:last-child{border-bottom:none}.filter-group-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 16px;font-size:.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;background:none;cursor:pointer;transition:color .15s}.filter-group-header:hover{color:var(--text-primary)}.filter-group-label{display:flex;align-items:center;gap:7px}.filter-active-badge{background:var(--accent);color:#fff;font-size:.65rem;font-weight:800;border-radius:10px;padding:1px 6px;letter-spacing:0;text-transform:none}.expand-icon{font-size:.7rem;color:var(--text-muted)}.filter-inner-search{width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 10px;color:var(--text-primary);font-size:.8rem;outline:none;margin-bottom:6px;transition:border-color .15s}.filter-inner-search:focus{border-color:var(--accent)}.filter-inner-search::placeholder{color:var(--text-muted)}.filter-no-results{font-size:.78rem;color:var(--text-muted);padding:4px 2px}.filter-group-body{padding:2px 12px 10px;display:flex;flex-direction:column;gap:2px}.filter-check{display:flex;align-items:center;gap:8px;padding:5px 4px;cursor:pointer;border-radius:var(--radius-sm);font-size:.85rem;color:var(--text-secondary);transition:color .12s}.filter-check:hover{color:var(--text-primary)}.filter-check input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px;flex-shrink:0}.filter-select{width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:7px 10px;color:var(--text-primary);font-size:.85rem;outline:none}.filter-select option{background:var(--bg-secondary)}.filter-series-stats{gap:8px!important;max-height:340px;overflow-y:auto}.fseries-row{display:flex;flex-direction:column;gap:3px}.fseries-top{display:flex;justify-content:space-between;font-size:.8rem}.fseries-name{color:var(--text-primary);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:130px}.fseries-count{color:var(--text-muted);flex-shrink:0}.fseries-track{height:4px;background:var(--bg-hover);border-radius:3px;overflow:hidden}.fseries-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .4s ease}@media (min-width: 901px){.filter-sidebar.closed{display:none}}.filter-backdrop{display:none}@media (max-width: 900px){.filter-sidebar{position:fixed;top:0;left:-260px;width:260px;height:100vh;max-height:100vh;z-index:150;border-radius:0;border-left:none;border-right:1px solid var(--border);transition:left .25s ease}.filter-sidebar.open{left:0}.filter-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:140}}.skeleton-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.skel{background:linear-gradient(90deg,var(--bg-hover) 25%,var(--bg-secondary) 50%,var(--bg-hover) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:4px}.skel-img{width:100%;aspect-ratio:3/4;border-radius:0}.skel-body{padding:12px;display:flex;flex-direction:column;gap:8px}.skel-title{height:14px;width:80%}.skel-sub{height:12px;width:55%}.skel-tag{height:18px;width:40%;border-radius:20px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-box{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:740px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--shadow)}.modal-close{position:absolute;top:14px;right:14px;width:30px;height:30px;background:var(--bg-hover);color:var(--text-secondary);border-radius:50%;font-size:.75rem;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .15s,color .15s}.modal-close:hover{background:var(--border-light);color:var(--text-primary)}.modal-content{display:flex;gap:28px;padding:28px}.modal-img-wrap{flex-shrink:0;width:200px}.modal-img-wrap img{width:100%;border-radius:var(--radius);border:1px solid var(--border)}.modal-details{flex:1;display:flex;flex-direction:column;gap:14px}.modal-name{font-size:1.3rem;font-weight:700;line-height:1.3;color:var(--text-primary)}.modal-meta{display:flex;gap:8px;flex-wrap:wrap}.owned-tag{color:var(--rarity-uncommon);border-color:var(--rarity-uncommon)}.modal-fields{display:flex;flex-direction:column;gap:8px}.modal-field{display:flex;gap:10px;font-size:.875rem}.field-label{color:var(--text-muted);width:80px;flex-shrink:0}.field-value{color:var(--text-primary)}.modal-tags{display:flex;flex-wrap:wrap;gap:6px}.tag-pill{padding:3px 10px;background:var(--bg-hover);border:1px solid var(--border);border-radius:20px;font-size:.75rem;color:var(--text-secondary)}.btn-add{background:var(--accent);color:#fff;padding:10px 20px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;align-self:flex-start;margin-top:auto;transition:background .15s}.btn-add:hover{background:var(--accent-hover)}.btn-remove{background:#f0505026;color:#f06060;border:1px solid rgba(240,80,80,.4);padding:10px 20px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;align-self:flex-start;margin-top:auto;transition:background .15s}.btn-remove:hover{background:#f0505040}.trade-tag-yes{color:var(--rarity-uncommon);border-color:var(--rarity-uncommon)}.trade-tag-no{color:#f06060;border-color:#f0505080}.modal-trade-section{display:flex;flex-direction:column;gap:8px}.modal-trade-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.modal-trade-btns{display:flex;gap:8px}.trade-btn{padding:6px 14px;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;border:1px solid var(--border);background:var(--bg-hover);color:var(--text-secondary);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.trade-btn:hover{color:var(--text-primary);border-color:var(--border-light)}.trade-btn.active-yes{background:#4caf7d26;color:var(--rarity-uncommon);border-color:var(--rarity-uncommon)}.trade-btn.active-no{background:#f050501f;color:#f06060;border-color:#f0505080}.trade-btn:disabled{opacity:.5;cursor:default}.modal-showcase-btn{margin-top:4px;width:100%;text-align:center}.modal-sell-section{margin-top:4px}.modal-sell-btn{width:100%;text-align:center;background:#dc3c3c1f;color:#dc5050e6;border:1px solid rgba(220,60,60,.35);transition:background .15s,border-color .15s}.modal-sell-btn:hover{background:#dc3c3c38;border-color:#dc3c3c99}.modal-sell-confirm{display:flex;flex-direction:column;gap:10px;padding:10px 12px;background:#dc3c3c14;border:1px solid rgba(220,60,60,.3);border-radius:var(--radius-sm)}.modal-sell-msg{font-size:.82rem;color:var(--text-secondary);line-height:1.4}.modal-sell-btns{display:flex;gap:8px}.modal-sell-yes{background:#dc3c3cd9;color:#fff;border:none;flex:1}.modal-sell-yes:hover:not(:disabled){background:#dc3c3c}.modal-sell-result{font-size:.82rem;color:var(--rarity-uncommon);padding:8px 12px;background:#4caf7d14;border:1px solid rgba(76,175,125,.3);border-radius:var(--radius-sm)}.modal-sell-error{font-size:.82rem;color:#dc5050e6;padding:6px 10px;background:#dc3c3c14;border:1px solid rgba(220,60,60,.3);border-radius:var(--radius-sm)}.modal-interested{display:flex;flex-direction:column;gap:8px}.modal-interested-list{display:flex;flex-wrap:wrap;gap:8px}.interested-player{display:flex;align-items:center;gap:6px;padding:4px 10px 4px 6px;background:var(--bg-hover);border:1px solid var(--border);border-radius:20px;font-size:.8rem;color:var(--text-secondary);text-decoration:none;transition:color .15s,border-color .15s}.interested-player:hover{color:var(--text-primary);border-color:var(--border-light)}.interested-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover}.interested-avatar-placeholder{width:20px;height:20px;border-radius:50%;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}@media (max-width: 600px){.modal-content{flex-direction:column;padding:20px;gap:16px}.modal-img-wrap{width:140px;margin:0 auto}}.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 640px){.card-grid{grid-template-columns:repeat(3,1fr);gap:12px}}@media (min-width: 900px){.card-grid{grid-template-columns:repeat(4,1fr);gap:14px}}@media (min-width: 1200px){.card-grid{grid-template-columns:repeat(5,1fr);gap:16px}}@media (min-width: 1440px){.card-grid{grid-template-columns:repeat(6,1fr)}}.card-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;position:relative;transition:transform .15s,border-color .15s,box-shadow .15s}.card-item:hover{transform:translateY(-3px);border-color:var(--border-light);box-shadow:var(--shadow);z-index:141}.card-item.owned{border-color:#4caf7d73}.card-item.rc-rarity-common{border-width:2px;border-color:#9aa0b88c}.card-item.rc-rarity-uncommon{border-width:2px;border-color:#4caf7d99}.card-item.rc-rarity-rare{border-width:2px;border-color:#4a9effa6;box-shadow:0 0 6px #4a9eff1f}.card-item.rc-rarity-epic{border-width:2px;border-color:#b060f0d9;box-shadow:0 0 14px #b060f066,0 0 4px #b060f033}.card-item.rc-rarity-legendary{border-width:2px;border-color:#ff9800e6;box-shadow:0 0 16px #ff980073,0 0 5px #ff980040}.card-item.compare-owned,.card-item.both-owned{border-color:#e8820c59}.card-item.in-compare.owned{border-width:2px;border-color:#d23737d9;box-shadow:0 0 6px #d2373733}.card-item.in-compare.compare-owned{border-width:2px;border-color:#e8820ce6;box-shadow:0 0 6px #e8820c33}.card-item.in-compare.both-owned{border-width:2px;border-color:transparent;background:linear-gradient(var(--bg-card),var(--bg-card)) padding-box,linear-gradient(135deg,#e8820ce6 50%,#d23737d9 50%) border-box}.card-img-wrap{position:relative;aspect-ratio:3/4;background:var(--bg-primary);overflow:hidden}.card-img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-hover)}.card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.card-item:hover .card-img-wrap img{transform:scale(1.04);transition:opacity .2s,transform .3s}.owned-badge{display:inline-block;padding:2px 7px;border-radius:20px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;white-space:nowrap}.badge-you{background:#e8820ceb}.badge-them{background:#c83232e6;border:1px solid rgba(255,255,255,.12)}.badge-both{background:linear-gradient(to right,#e8820ceb,#e8820ceb 50%,#c83232e6 50%,#c83232e6);border:none;overflow:hidden}.qty-badge{position:absolute;bottom:6px;right:6px;padding:2px 6px;border-radius:12px;font-size:.65rem;font-weight:800;letter-spacing:.04em;color:#fff;background:#e8820ceb;white-space:nowrap}.card-info{padding:10px 12px 12px;display:flex;flex-direction:column;gap:3px}.card-name{font-size:.85rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-series{font-size:.75rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-subseries{font-size:.7rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px;margin-top:6px}.tradeable-pill{display:inline-block;padding:2px 6px;border-radius:10px;font-size:.6rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.tradeable-yes{background:#e8820c26;color:var(--accent);border:1px solid rgba(232,130,12,.4)}.tradeable-no{background:#ffffff0d;color:var(--text-muted);border:1px solid rgba(255,255,255,.12)}.tradeable-clickable{cursor:pointer;position:relative;z-index:145;transition:opacity .15s,transform .1s}.tradeable-clickable:hover{opacity:.75;transform:scale(.97)}.card-img-locked{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0f18;display:flex;align-items:center;justify-content:center}.locked-label{font-size:1rem;font-weight:700;color:var(--text-muted);letter-spacing:.25em}.card-item.selection-mode{-webkit-user-select:none;user-select:none}.card-item.card-selected{outline:2px solid var(--accent);box-shadow:0 0 0 4px #ff98002e}.card-select-check{position:absolute;top:8px;left:8px;width:22px;height:22px;border-radius:50%;background:var(--bg-card);border:2px solid var(--border-light);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;color:#fff;z-index:5;transition:background .12s,border-color .12s}.card-select-check--on{background:var(--accent);border-color:var(--accent)}.own-btn{width:24px;height:24px;border-radius:50%;background:var(--bg-hover);color:var(--text-secondary);font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.own-btn:hover{background:var(--accent);color:#fff}.own-btn.owned{background:#4caf7d33;color:var(--rarity-uncommon)}.own-btn.owned:hover{background:#f0505033;color:#f05050}.pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:24px 0 8px;flex-wrap:wrap}.page-btn{min-width:36px;height:36px;padding:0 8px;background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.page-btn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-light)}.page-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.page-btn:disabled{opacity:.35;cursor:not-allowed}.page-ellipsis{color:var(--text-muted);padding:0 4px}.cards-page{padding-top:20px}.cards-layout{display:flex;gap:24px;align-items:flex-start}.cards-main{flex:1;min-width:0}.cards-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.filter-toggle{display:inline-flex}.owned-toggle{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--text-secondary);cursor:pointer;margin-left:auto}.stats-bar{display:flex;flex-direction:column;gap:6px}.stats-bar-info{display:flex;align-items:baseline;gap:5px;font-size:.875rem}.stats-owned{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.stats-sep,.stats-total{color:var(--text-muted)}.stats-label{color:var(--text-secondary);margin-left:2px}.stats-pct{margin-left:auto;color:var(--accent);font-weight:600}.stats-bar-track{height:6px;background:var(--bg-hover);border-radius:3px;overflow:hidden}.stats-bar-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .4s ease}.series-breakdown{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;max-height:calc(100vh - 200px);overflow-y:auto}.series-breakdown h3{font-size:.9rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.series-rows{display:flex;flex-direction:column;gap:14px}.series-row{padding:10px;border-radius:6px;transition:background .15s}.series-row--completed{background:#50c8780f;border:1px solid rgba(80,200,120,.2)}.series-row-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.85rem}.series-name{color:var(--text-primary);font-weight:500;display:flex;align-items:center;gap:7px}.series-complete-badge{font-size:.7rem;font-weight:600;padding:2px 7px;border-radius:10px;background:#50c87826;color:#50c878;border:1px solid rgba(80,200,120,.35)}.series-count{color:var(--text-muted);font-size:.8rem}.series-track{height:8px;background:var(--bg-hover);border-radius:4px;overflow:visible;position:relative;margin-bottom:10px}.series-fill{height:100%;background:var(--accent);border-radius:4px;transition:width .4s ease}.series-fill--complete{background:#4a9eff}.series-milestone-pin{position:absolute;width:16px;height:16px;border-radius:50%;top:50%;transform:translate(-50%,-50%);background:var(--bg-hover);border:2px solid var(--text-muted);z-index:2;cursor:default;transition:all .2s}.series-milestone-pin--claimed{background:var(--accent);border:3px solid var(--bg-card);outline:2px solid var(--accent);box-shadow:0 0 8px #ff9800b3}.series-milestone-pin--complete{background:#4a9eff;outline-color:#4a9eff;box-shadow:0 0 8px #4a9effb3}.series-milestones-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.series-milestone-chip{font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:10px;white-space:nowrap;transition:all .2s}.series-milestone-chip--claimed{background:#ff980026;color:var(--accent);border:1px solid rgba(255,152,0,.4)}.series-milestone-chip--complete{background:#4a9eff26;color:#4a9eff;border:1px solid rgba(74,158,255,.4)}.series-milestone-chip--locked{background:transparent;color:var(--text-muted);border:1px solid var(--border);opacity:.5}.series-next-hint{font-size:.7rem;color:var(--text-muted);margin-left:auto;white-space:nowrap}.collection-page{padding-top:20px}.collection-header{margin-bottom:20px;display:flex;flex-direction:column;gap:12px}.collection-header h1{font-size:1.6rem;font-weight:700}.collection-stats-wrap{max-width:340px}.selection-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px;padding:10px 14px;background:var(--bg-card);border:1px solid var(--accent);border-radius:var(--radius)}.selection-count{font-size:.85rem;font-weight:700;color:var(--accent);min-width:80px}.selection-actions{display:flex;gap:8px;margin-left:auto}.stats-toggle-btn{margin-left:auto}@media (max-width: 1100px){.collection-side-stats,.stats-toggle-btn{display:none}}.player-card{position:relative;display:flex;flex-direction:column;gap:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px;transition:transform .15s,border-color .15s,box-shadow .15s;color:var(--text-primary)}.player-card:hover{transform:translateY(-2px);border-color:var(--border-light);box-shadow:var(--shadow-sm);color:var(--text-primary)}.player-card-top{display:flex;align-items:center;gap:12px}.player-avatar{width:44px;height:44px;border-radius:50%;border:2px solid var(--border);flex-shrink:0}.player-avatar-placeholder{width:44px;height:44px;border-radius:50%;background:var(--accent-dim);border:2px solid var(--accent);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:var(--accent);flex-shrink:0}.player-name{font-weight:600;font-size:.95rem}.player-sub{font-size:.8rem;color:var(--text-secondary);margin-top:2px}.player-progress{display:flex;align-items:center;gap:10px}.player-track{flex:1;height:5px;background:var(--bg-hover);border-radius:3px;overflow:hidden}.player-fill{height:100%;background:var(--accent);border-radius:3px}.player-pct{font-size:.75rem;font-weight:600;color:var(--text-muted);width:32px;text-align:right}.player-interests{display:flex;flex-wrap:wrap;gap:5px}.player-interest-pill{display:inline-block;padding:3px 9px;border-radius:20px;font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#e8820c1f;border:1px solid rgba(232,130,12,.3);color:var(--accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.players-page{padding-top:20px}.players-header{display:flex;align-items:center;gap:20px;margin-bottom:28px;flex-wrap:wrap}.players-header h1{font-size:1.6rem;font-weight:700}.players-search{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 14px;color:var(--text-primary);font-size:.875rem;outline:none;width:260px;transition:border-color .15s}.players-search:focus{border-color:var(--accent)}.players-search::placeholder{color:var(--text-muted)}.players-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 640px){.players-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 900px){.players-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1200px){.players-grid{grid-template-columns:repeat(5,1fr)}}.profile-page{padding-top:20px;max-width:900px}.profile-hero{display:flex;align-items:center;gap:20px;margin-bottom:36px;padding-bottom:28px;border-bottom:1px solid var(--border)}.profile-avatar{width:80px;height:80px;border-radius:50%;border:3px solid var(--border);flex-shrink:0}.profile-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:var(--accent-dim);border:3px solid var(--accent);display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;color:var(--accent);flex-shrink:0}.profile-hero-info{display:flex;flex-direction:column;gap:12px}.profile-hero-info h1{font-size:1.6rem;font-weight:700}.profile-actions{display:flex;gap:10px;flex-wrap:wrap}.profile-content{display:flex;flex-direction:column;gap:24px}.profile-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px}.profile-section h3{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.overall-progress-block{display:flex;align-items:center;gap:24px}.overall-stat{text-align:center;flex-shrink:0;min-width:80px}.overall-bar{flex:1}.stat-val{font-size:2rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:4px}.stat-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.rarity-rows{display:flex;flex-direction:column;gap:10px}.rarity-row{display:flex;align-items:center;gap:10px}.rarity-row-label{width:90px;font-size:.85rem;font-weight:600;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rarity-row-track{flex:1;height:6px;background:var(--bg-hover);border-radius:3px;overflow:hidden;min-width:0}.rarity-row-fill{height:100%;border-radius:3px;transition:width .4s ease}.rarity-row-count{width:60px;text-align:right;font-size:.8rem;color:var(--text-muted);flex-shrink:0}.showcase-slots{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.showcase-slot{display:flex;flex-direction:column;align-items:center;gap:10px}.showcase-slot-num{font-size:.68rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.showcase-slot-filled{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.showcase-slot-img-wrap{position:relative;width:100%;aspect-ratio:3/4;border-radius:var(--radius-sm);overflow:hidden;transition:box-shadow .2s,border-color .2s}.showcase-slot-img{width:100%;height:100%;object-fit:cover;display:block}.showcase-slot-img-wrap.card-img-locked,.showcase-slot-img.card-img-locked{display:flex;align-items:center;justify-content:center;background:#0d0f18;width:100%;height:100%}.showcase-slot-info{width:100%;text-align:center;display:flex;flex-direction:column;gap:2px}.showcase-slot-rarity{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.showcase-slot-name{font-size:.8rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.showcase-slot-series{font-size:.7rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.showcase-slot-actions{display:flex;gap:4px;margin-top:2px}.showcase-slot-empty{width:100%;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;border:2px dashed var(--border);border-radius:var(--radius-sm);background:#00000026;transition:border-color .15s}.showcase-slot-empty:hover{border-color:var(--border-light)}.showcase-slot-empty-label{font-size:.72rem;color:var(--text-muted)}.showcase-add-btn{font-size:.75rem;padding:5px 10px}.btn-sm{padding:3px 8px;font-size:.75rem}.btn-danger{background:transparent;border:1px solid rgba(240,80,80,.6);color:#f05050}.btn-danger:hover{background:#f0505026}.interests-container{display:flex;flex-direction:column;gap:14px}.interest-group{display:flex;flex-direction:column;gap:8px}.interest-group-header{display:flex;align-items:center;gap:12px}.interest-group-label{font-size:.78rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;min-width:70px}.interest-select{background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.85rem;padding:4px 8px;cursor:pointer;transition:border-color .15s,color .15s}.interest-select:hover{border-color:var(--accent);color:var(--text-primary)}.interest-pills{display:flex;flex-wrap:wrap;gap:8px;padding-left:82px}.interest-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;background:var(--accent-dim);border:1px solid var(--accent);border-radius:20px;font-size:.8rem;color:var(--accent);font-weight:500}.interest-pill-draggable{cursor:grab;-webkit-user-select:none;user-select:none}.interest-pill-draggable:active{cursor:grabbing}.pill-dragging{opacity:.45;transform:scale(.96);outline:1px dashed var(--accent)}.pill-remove{background:none;color:var(--accent);font-size:1rem;line-height:1;padding:0;opacity:.7;transition:opacity .15s}.pill-remove:hover{opacity:1}.ranked-interests{display:flex;flex-direction:column;gap:12px}.ranked-add-row{display:flex;flex-wrap:wrap;gap:8px}.ranked-list{display:flex;flex-direction:column;gap:4px}.ranked-row{display:flex;align-items:center;gap:10px;padding:7px 12px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:grab;-webkit-user-select:none;user-select:none;transition:background .12s,border-color .12s,opacity .12s}.ranked-row-top{border-color:var(--accent);background:var(--accent-dim)}.ranked-row:hover{border-color:var(--accent)}.ranked-dragging{opacity:.4}.ranked-drag-over{border-color:var(--accent);background:var(--bg-hover);transform:scaleY(1.02)}.ranked-num{font-size:.72rem;font-weight:700;color:var(--text-muted);min-width:26px;text-align:right}.ranked-row-top .ranked-num{color:var(--accent)}.ranked-grip{font-size:1rem;color:var(--text-muted);line-height:1;flex-shrink:0}.ranked-badge{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:2px 6px;border-radius:4px;flex-shrink:0}.rank-badge-series{background:#6366f12e;color:#818cf8}.rank-badge-sub{background:#10b9812e;color:#34d399}.rank-badge-tag{background:#f59e0b2e;color:#fbbf24}.ranked-value{flex:1;font-size:.88rem;color:var(--text-primary);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ranked-remove{flex-shrink:0;margin-left:auto}.ranked-hint{font-size:.72rem;color:var(--text-muted);padding:4px 0 0;text-align:center}.ranked-empty{font-size:.85rem;color:var(--text-muted);padding:12px 0}.public-interests{display:flex;flex-direction:column;gap:20px}.interest-public-group{display:flex;flex-direction:column;gap:8px}.interest-public-type{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;padding-bottom:4px;border-bottom:1px solid var(--border);margin-bottom:4px}.interest-completion-rows{display:flex;flex-direction:column;gap:8px}.completion-row{display:flex;align-items:center;gap:10px}.completion-label{width:130px;min-width:130px;font-size:.85rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.completion-count{width:60px;text-align:right;font-size:.8rem;color:var(--text-muted);flex-shrink:0}.completion-pct{width:38px;text-align:right;font-size:.8rem;font-weight:700;color:var(--accent);flex-shrink:0}.picker-modal{width:min(700px,95vw);max-height:80vh;display:flex;flex-direction:column;padding:24px}.picker-title{font-size:1.1rem;font-weight:700;margin-bottom:14px}.picker-search{width:100%;background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.9rem;padding:8px 12px;margin-bottom:16px;outline:none;transition:border-color .15s}.picker-search:focus{border-color:var(--accent)}.picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;overflow-y:auto;flex:1}.picker-card{cursor:pointer;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;background:var(--bg-primary);transition:border-color .15s,transform .15s}.picker-card:hover{border-color:var(--accent);transform:translateY(-2px)}.picker-card img{width:100%;aspect-ratio:3/4;object-fit:cover}.picker-name{font-size:.7rem;padding:4px 4px 6px;text-align:center;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.picker-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px;font-size:.85rem;color:var(--text-secondary)}.slot-picker-box{width:min(360px,95vw);padding:24px;display:flex;flex-direction:column;gap:16px}.slot-picker-title{font-size:1rem;font-weight:700}.slot-picker-subtitle{font-size:.85rem;color:var(--text-secondary)}.slot-picker-btns{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.slot-picker-btn{flex:1;min-width:60px}.profile-overview{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:16px;max-width:640px;margin:0 auto}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;text-align:center}.showcase-toast{background:var(--accent);color:#fff;padding:10px 16px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;margin-bottom:16px;width:fit-content}@media (max-width: 800px){.showcase-slots{grid-template-columns:repeat(3,1fr)}}@media (max-width: 520px){.showcase-slots{grid-template-columns:repeat(2,1fr)}.profile-hero{flex-direction:column;text-align:center}.profile-actions{justify-content:center}.overall-progress-block{flex-direction:column;gap:12px}.overall-stat{min-width:unset}.overall-bar{width:100%}.interest-pills{padding-left:0}.completion-label{width:90px;min-width:90px}}.player-view-page{padding-top:20px}.back-link{font-size:.875rem;color:var(--text-secondary);display:inline-block;margin-bottom:20px}.back-link:hover{color:var(--text-primary)}.pv-header{margin-bottom:24px}.pv-profile{display:flex;align-items:center;gap:16px}.pv-avatar{width:64px;height:64px;border-radius:50%;border:3px solid var(--border);flex-shrink:0}.pv-avatar-placeholder{width:64px;height:64px;border-radius:50%;background:var(--accent-dim);border:3px solid var(--accent);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:var(--accent);flex-shrink:0}.pv-profile-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.pv-profile-info h1{font-size:1.5rem;font-weight:700}.pv-collection-divider{margin:32px 0 20px;padding-top:24px;border-top:1px solid var(--border)}.pv-collection-divider h2{font-size:1rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.pv-compare-bar{display:flex;align-items:center;gap:20px;margin-bottom:16px;padding:10px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);flex-wrap:wrap}.compare-toggles{display:flex;align-items:center;gap:20px;margin-left:auto}.pv-owned-bar{display:flex;align-items:center;justify-content:flex-end;margin-bottom:16px;padding:8px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm)}.compare-legend{display:flex;gap:16px;font-size:.8rem}.legend-you{color:var(--accent)}.legend-them{color:#d23737e6}.legend-both{background:linear-gradient(to right,var(--accent) 50%,rgba(210,55,55,.9) 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.owned-toggle{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--text-secondary);cursor:pointer}.owned-toggle input{accent-color:var(--accent);width:14px;height:14px}.show-tabs{display:flex;gap:4px;margin-bottom:20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px;width:fit-content}.show-tab{padding:6px 16px;border-radius:4px;font-size:.875rem;font-weight:500;color:var(--text-secondary);background:none;transition:background .15s,color .15s}.show-tab:hover{color:var(--text-primary)}.show-tab.active{background:var(--accent);color:#fff}.collection-layout{display:flex;gap:24px;align-items:flex-start}.collection-main{flex:1;min-width:0}.collection-side-stats{width:220px;flex-shrink:0;position:sticky;top:80px}.cards-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.filter-toggle{display:none}.cards-count{font-size:.875rem;color:var(--text-secondary)}@media (max-width: 1100px){.collection-side-stats{display:none}}@media (max-width: 900px){.filter-toggle{display:inline-flex}}.pv-showcase{display:flex;gap:16px;align-items:center;margin-bottom:20px;padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.pv-showcase-img{width:80px;height:107px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border);flex-shrink:0}.pv-showcase-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.pv-showcase-name{font-size:1rem;font-weight:700;color:var(--text-primary)}.pv-showcase-series{font-size:.8rem;color:var(--text-secondary);margin-top:4px}.st-root{--st-bg: #07090f;--st-bg2: #0b0f18;--st-bg3: #111827;--st-bg4: #192132;--st-orange: #e8820c;--st-orange-hi: #ffaa30;--st-orange-dim: rgba(232, 130, 12, .13);--st-orange-glow: rgba(232, 130, 12, .32);--st-white: #f0f2f8;--st-grey: #8892a4;--st-muted: #48576b;--st-border: rgba(255, 255, 255, .06);--st-border-hi: rgba(255, 255, 255, .11);--st-shadow: 0 16px 48px rgba(0, 0, 0, .6);--st-radius: 8px;--st-radius-lg: 14px;background:var(--st-bg);color:var(--st-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0}.st-root>*:not(.st-bg-grid):not(.st-bg-radial):not(.st-bg-vignette){position:relative;z-index:1}.st-bg-grid,.st-bg-radial,.st-bg-vignette{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.st-bg-grid{background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:48px 48px}.st-bg-radial{background:radial-gradient(ellipse 75% 55% at 50% -5%,rgba(232,130,12,.09) 0%,transparent 70%),radial-gradient(ellipse 50% 35% at 85% 85%,rgba(20,40,90,.18) 0%,transparent 60%)}.st-bg-vignette{background:radial-gradient(ellipse 100% 100% at 50% 50%,transparent 40%,rgba(0,0,0,.65) 100%)}.st-nav{position:sticky;top:0;z-index:100;background:#07090fd1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--st-border)}.st-nav-inner{max-width:1280px;margin:0 auto;padding:0 32px;height:64px;display:flex;align-items:center;gap:40px}.st-nav-brand{display:flex;align-items:center;gap:10px;flex-shrink:0;text-decoration:none}.st-nav-glyph{font-size:1.35rem;line-height:1}.st-nav-wordmark{font-size:.9rem;font-weight:900;letter-spacing:.2em;color:var(--st-white)}.st-nav-links{display:flex;gap:30px;flex:1}.st-nav-link{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--st-grey);text-decoration:none;transition:color .15s}.st-nav-link:hover{color:var(--st-white)}.st-nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.st-btn{display:inline-flex;align-items:center;gap:10px;padding:11px 24px;border-radius:var(--st-radius);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:none;font-family:inherit;transition:background .18s,box-shadow .18s,transform .18s,color .18s;white-space:nowrap;line-height:1}.st-btn-sm{padding:8px 18px;font-size:.68rem}.st-btn-lg{padding:14px 34px;font-size:.8rem}.st-btn-xl{padding:18px 48px;font-size:.88rem;border-radius:10px}.st-btn-primary{background:var(--st-orange);color:#0a0600;box-shadow:0 0 20px #e8820c61,0 4px 14px #0006}.st-btn-primary:hover{background:var(--st-orange-hi);box-shadow:0 0 36px #e8820c99,0 6px 18px #00000080;transform:translateY(-2px);color:#0a0600}.st-btn-outline{background:transparent;color:var(--st-grey);border:1px solid var(--st-border-hi)}.st-btn-outline:hover{border-color:var(--st-orange);color:var(--st-orange);background:var(--st-orange-dim)}.st-btn-ghost{background:#ffffff0d;color:var(--st-grey);border:1px solid var(--st-border)}.st-btn-ghost:hover{background:#ffffff17;color:var(--st-white)}.st-btn-arrow{font-size:1rem;transition:transform .18s}.st-btn-primary:hover .st-btn-arrow{transform:translate(3px)}.st-accent{color:var(--st-orange);font-style:normal}.st-eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--st-orange);margin-bottom:16px}.st-hero{min-height:88vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 32px 80px;position:relative}.st-hero-inner{max-width:900px;width:100%}.st-hero-headline{font-size:clamp(3.2rem,9vw,7.5rem);font-weight:900;line-height:.93;letter-spacing:-.025em;text-transform:uppercase;color:var(--st-white);margin-bottom:28px;text-shadow:0 4px 40px rgba(0,0,0,.5)}.st-hero-sub{font-size:1.1rem;color:var(--st-grey);max-width:500px;margin:0 auto 44px;line-height:1.65}.st-hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.st-hero-scroll{position:absolute;bottom:36px;left:50%;transform:translate(-50%);font-size:1.3rem;color:var(--st-muted);animation:st-bob 2.2s ease-in-out infinite}@keyframes st-bob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.st-stats-bar{display:flex;background:var(--st-bg2);border-top:1px solid var(--st-border);border-bottom:1px solid var(--st-border)}.st-stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:30px 16px;border-right:1px solid var(--st-border);gap:5px}.st-stat:last-child{border-right:none}.st-stat-val{font-size:2.1rem;font-weight:900;color:var(--st-orange);letter-spacing:-.03em;line-height:1}.st-stat-label{font-size:.66rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--st-muted)}.st-section{padding:110px 32px}.st-section--alt{background:var(--st-bg2);border-top:1px solid var(--st-border);border-bottom:1px solid var(--st-border)}.st-section-inner{max-width:1200px;margin:0 auto}.st-section-header{text-align:center;margin-bottom:60px}.st-section-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;letter-spacing:-.015em;text-transform:uppercase;color:var(--st-white);margin-bottom:14px;line-height:1.05}.st-section-sub{font-size:1rem;color:var(--st-grey);max-width:440px;margin:0 auto;line-height:1.6}.st-series-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.st-series-card{position:relative;background:var(--st-bg3);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);overflow:hidden;cursor:pointer;transition:transform .22s,border-color .22s,box-shadow .22s}.st-series-card:hover,.st-series-card--hover{transform:translateY(-5px);border-color:#e8820c59;box-shadow:0 0 28px #e8820c33,var(--st-shadow)}.st-sc-img{position:relative;height:190px;background:var(--st-bg4);overflow:hidden}.st-sc-blob{position:absolute;top:-30px;right:-30px;width:150px;height:150px;border-radius:50%;background:var(--sc);opacity:.18;filter:blur(50px)}.st-sc-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-45deg,transparent,transparent 22px,rgba(255,255,255,.018) 22px,rgba(255,255,255,.018) 44px)}.st-sc-fade{position:absolute;bottom:0;left:0;right:0;height:55%;background:linear-gradient(transparent,var(--st-bg3))}.st-sc-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--st-radius-lg);border:1px solid transparent;transition:border-color .22s,box-shadow .22s;pointer-events:none}.st-series-card:hover .st-sc-glow{border-color:#e8820c38;box-shadow:inset 0 0 40px #e8820c0d}.st-sc-body{padding:14px 18px 20px;display:flex;flex-direction:column;gap:4px}.st-sc-label{font-size:.6rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.st-sc-name{font-size:1rem;font-weight:700;color:var(--st-white);letter-spacing:-.01em}.st-sc-count{font-size:.76rem;color:var(--st-muted)}.st-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.st-feature-card{position:relative;background:var(--st-bg3);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);padding:36px 30px;overflow:hidden;transition:border-color .2s,box-shadow .2s,transform .2s}.st-feature-card:hover{border-color:var(--st-border-hi);box-shadow:var(--st-shadow);transform:translateY(-3px)}.st-feature-icon{font-size:2.2rem;margin-bottom:18px;line-height:1}.st-feature-title{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--st-white);margin-bottom:14px}.st-feature-desc{font-size:.9rem;color:var(--st-grey);line-height:1.7}.st-feature-bar{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--st-orange),transparent);opacity:0;transition:opacity .2s}.st-feature-card:hover .st-feature-bar{opacity:1}.st-lb{display:flex;flex-direction:column;gap:8px;max-width:800px;margin:0 auto}.st-lb-row{display:flex;align-items:center;gap:16px;background:var(--st-bg3);border:1px solid var(--st-border);border-radius:var(--st-radius);padding:14px 22px;transition:border-color .15s,background .15s}.st-lb-row:hover{border-color:var(--st-border-hi);background:var(--st-bg4)}.st-lb-row--top{background:var(--st-bg4);border-color:#e8820c47;box-shadow:0 0 24px #e8820c14}.st-lb-rank{width:38px;text-align:center;font-size:.85rem;font-weight:800;color:var(--st-muted);flex-shrink:0}.st-lb-row--top .st-lb-rank{color:var(--st-orange);font-size:1.1rem}.st-lb-avatar{flex-shrink:0}.st-lb-avatar-inner{width:38px;height:38px;border-radius:50%;background:var(--st-bg2);border:2px solid var(--st-border-hi)}.st-lb-row--top .st-lb-avatar-inner{border-color:var(--st-orange-glow)}.st-lb-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.st-lb-name{font-size:.9rem;font-weight:700;color:var(--st-white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-lb-meta{font-size:.72rem;color:var(--st-muted)}.st-lb-progress{width:180px;height:4px;background:#ffffff0f;border-radius:2px;overflow:hidden;flex-shrink:0}.st-lb-bar{height:100%;background:linear-gradient(90deg,var(--st-orange),var(--st-orange-hi));border-radius:2px;transition:width .6s ease}.st-lb-pct{width:46px;text-align:right;font-size:.85rem;font-weight:800;color:var(--st-orange);flex-shrink:0}.st-cta{position:relative;padding:130px 32px;text-align:center;border-top:1px solid var(--st-border);overflow:hidden}.st-cta-inner{position:relative;z-index:1;max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.st-cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:400px;border-radius:50%;background:radial-gradient(ellipse,rgba(232,130,12,.1) 0%,transparent 70%);pointer-events:none}.st-cta-title{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;text-transform:uppercase;letter-spacing:-.02em;line-height:1.05;color:var(--st-white)}.st-cta-sub{font-size:1rem;color:var(--st-grey);line-height:1.65;max-width:420px}.st-watermark{position:fixed;bottom:14px;right:18px;font-size:.58rem;font-weight:700;letter-spacing:.14em;color:var(--st-muted);text-transform:uppercase;pointer-events:none;z-index:9999;opacity:.45;background:var(--st-bg2);padding:4px 8px;border-radius:4px;border:1px solid var(--st-border)}.st-home-hero{padding:80px 32px 64px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.st-home-title{font-size:clamp(4rem,12vw,9rem);font-weight:900;letter-spacing:-.03em;text-transform:uppercase;color:var(--st-white);line-height:1;text-shadow:0 4px 60px rgba(0,0,0,.5);margin:8px 0 32px}.st-home-kpis{display:flex;align-items:center;gap:40px}.st-home-kpi{display:flex;flex-direction:column;align-items:center;gap:5px}.st-home-kpi-val{font-size:2.5rem;font-weight:900;color:var(--st-orange);letter-spacing:-.03em;line-height:1}.st-home-kpi-label{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--st-muted)}.st-home-kpi-sep{width:1px;height:44px;background:var(--st-border-hi)}.st-home-players{padding:0 32px 100px}.st-home-players-inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.st-home-players-bar{display:flex;align-items:center;justify-content:space-between}.st-eyebrow--flush{margin-bottom:0}.st-home-search{background:var(--st-bg3);border:1px solid var(--st-border);border-radius:var(--st-radius);padding:8px 14px;color:var(--st-white);font-size:.82rem;font-family:inherit;outline:none;width:220px;transition:border-color .15s}.st-home-search:focus{border-color:var(--st-orange)}.st-home-search::placeholder{color:var(--st-muted)}.st-home-msg{text-align:center;padding:64px 0;color:var(--st-muted);font-size:.9rem}.st-lb--full{max-width:none;margin:0}.st-lb-avatar-img{width:38px;height:38px;border-radius:50%;object-fit:cover;display:block;border:2px solid var(--st-border-hi)}.st-lb-row--top .st-lb-avatar-img{border-color:var(--st-orange-glow)}.st-lb-row{text-decoration:none;color:inherit}@media (max-width: 960px){.st-nav-links{display:none}.st-lb-progress{width:110px}}@media (max-width: 600px){.st-nav-inner{padding:0 20px}.st-home-hero{padding:60px 20px 48px}.st-home-players{padding:0 20px 72px}.st-home-search{width:160px}.st-lb-progress{display:none}}.feed-page{padding:24px 32px;flex:1}.feed-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.feed-eyebrow{font-size:.65rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.feed-title{font-size:1.8rem;font-weight:900;letter-spacing:-.02em;text-transform:uppercase;color:var(--text-primary)}.feed-list{display:flex;flex-direction:column;gap:12px}.feed-group{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s}.feed-group:hover{border-color:var(--border-light)}.feed-group-live{border-color:#4caf7d66}.feed-group-cards{display:flex;flex-wrap:wrap;gap:10px;padding:14px}.feed-empty-cards{font-size:.75rem;color:var(--text-muted);align-self:center;width:100%;text-align:center;padding:20px 0}.feed-card-thumb-wrap{display:flex;flex-direction:column;align-items:center;gap:4px}.feed-card-badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:.58rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.feed-card-badge-claim{background:#4caf7d33;color:#4caf7d;border:1px solid rgba(76,175,125,.4)}.feed-card-badge-grab{background:#e8820c33;color:var(--accent);border:1px solid rgba(232,130,12,.4)}.feed-group-img{width:68px;height:95px;object-fit:cover;border-radius:5px;border:1px solid var(--border);display:block}.feed-group-img-placeholder{width:68px;height:95px;border-radius:5px;background:var(--bg-hover);border:1px solid var(--border)}.feed-group-card-name{font-size:.62rem;color:var(--text-secondary);text-align:center;width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-card-grabber{font-size:.6rem;font-weight:600;color:var(--accent);text-align:center;width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-group-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;border-top:1px solid var(--border);background:#ffffff05}.feed-group-who{display:flex;align-items:center;gap:7px;min-width:0;overflow:hidden}.feed-avatar-img{width:26px;height:26px;border-radius:50%;object-fit:cover;border:2px solid var(--border-light);display:block;flex-shrink:0}.feed-avatar-placeholder{width:26px;height:26px;border-radius:50%;background:var(--bg-hover);border:2px solid var(--border-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.72rem;color:var(--text-secondary);flex-shrink:0}.feed-username{font-size:.8rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-username:hover{color:var(--accent)}.feed-tag{display:inline-block;padding:2px 8px;border-radius:20px;font-size:.58rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;flex-shrink:0}.feed-tag-pull{background:#e8820c2e;color:var(--accent);border:1px solid rgba(232,130,12,.3)}.feed-tag-claim{background:#4caf7d26;color:#4caf7d;border:1px solid rgba(76,175,125,.3)}.feed-tag-grab{background:#e8820c2e;color:var(--accent);border:1px solid rgba(232,130,12,.3)}.feed-tag-trade{background:#4a9eff26;color:#4a9eff;border:1px solid rgba(74,158,255,.3)}.feed-tag-gift{background:#b060f026;color:#b060f0;border:1px solid rgba(176,96,240,.3)}.feed-tag-shop{background:#ffc8001f;color:#ffc800;border:1px solid rgba(255,200,0,.3)}.feed-timer{font-size:.72rem;font-weight:600;flex-shrink:0;white-space:nowrap}.feed-timer-active{color:#4caf7d}.feed-timer-expired{color:var(--text-muted)}.feed-time{font-size:.68rem;color:var(--text-muted);flex-shrink:0;white-space:nowrap}@media (max-width: 600px){.feed-page{padding:16px}.feed-list{grid-template-columns:1fr}}.changelog-page{padding-top:20px;max-width:800px}.changelog-header{margin-bottom:40px}.changelog-eyebrow{font-size:.65rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.changelog-title{font-size:1.8rem;font-weight:900;letter-spacing:-.02em;text-transform:uppercase;color:var(--text-primary)}.cl-section{margin-bottom:40px;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.cl-version{font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);padding:14px 20px;background:var(--bg-card);border-bottom:1px solid var(--border)}.cl-list{list-style:none;padding:0;margin:0}.cl-item{display:flex;align-items:flex-start;gap:12px;padding:12px 20px;font-size:.9rem;line-height:1.5;border-bottom:1px solid var(--border)}.cl-item:last-child{border-bottom:none}.cl-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;margin-top:1px}.cl-add{color:#4caf7d;background:#4caf7d0d}.cl-add .cl-icon{background:#4caf7d33;color:#4caf7d}.cl-remove{color:#f06060;background:#f060600d}.cl-remove .cl-icon{background:#f0606033;color:#f06060}.cl-change{color:#4a9eff;background:#4a9eff0d}.cl-change .cl-icon{background:#4a9eff33;color:#4a9eff}:root{--bg-primary: #07090f;--bg-secondary: #0b0f18;--bg-card: #111827;--bg-hover: #192132;--accent: #e8820c;--accent-hover: #ffaa30;--accent-dim: rgba(232, 130, 12, .13);--accent-glow: rgba(232, 130, 12, .32);--text-primary: #f0f2f8;--text-secondary: #8892a4;--text-muted: #48576b;--border: rgba(255, 255, 255, .06);--border-light: rgba(255, 255, 255, .11);--shadow: 0 16px 48px rgba(0, 0, 0, .6);--shadow-sm: 0 4px 16px rgba(0, 0, 0, .5);--radius: 8px;--radius-sm: 6px;--radius-lg: 14px;--rarity-common: #9aa0b8;--rarity-uncommon: #4caf7d;--rarity-rare: #4a9eff;--rarity-epic: #b060f0;--rarity-legendary: #ff9800}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;line-height:1.5;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app-shell{flex:1;display:flex;flex-direction:column;position:relative}.app-bg-grid,.app-bg-radial,.app-bg-vignette{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.app-bg-grid{background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:48px 48px}.app-bg-radial{background:radial-gradient(ellipse 75% 55% at 50% -5%,rgba(232,130,12,.09) 0%,transparent 70%),radial-gradient(ellipse 50% 35% at 85% 85%,rgba(20,40,90,.18) 0%,transparent 60%)}.app-bg-vignette{background:radial-gradient(ellipse 100% 100% at 50% 50%,transparent 40%,rgba(0,0,0,.65) 100%)}.app-shell>*:not(.app-bg-grid):not(.app-bg-radial):not(.app-bg-vignette){position:relative;z-index:1}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:.9rem}img{display:block;max-width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:var(--radius);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:none;font-family:inherit;line-height:1;white-space:nowrap;transition:background .18s,box-shadow .18s,transform .18s,color .18s,border-color .18s}.btn-primary{background:var(--accent);color:#0a0600;box-shadow:0 0 20px var(--accent-glow),0 4px 14px #0006}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 0 36px var(--accent-glow),0 6px 18px #00000080;transform:translateY(-2px);color:#0a0600}.btn-secondary{background:var(--bg-hover);color:var(--text-primary);border:1px solid var(--border-light)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn-outline{background:transparent;color:var(--text-secondary);border:1px solid var(--border-light)}.btn-outline:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.btn-ghost{background:#ffffff0d;color:var(--text-secondary);border:1px solid var(--border)}.btn-ghost:hover{background:#ffffff17;color:var(--text-primary)}.btn-sm{padding:8px 18px;font-size:.68rem}.btn-lg{padding:14px 34px;font-size:.8rem}.btn:disabled{opacity:.45;cursor:not-allowed}.tag{display:inline-block;padding:2px 8px;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.rarity-common{color:var(--rarity-common);border:1px solid var(--rarity-common)}.rarity-uncommon{color:var(--rarity-uncommon);border:1px solid var(--rarity-uncommon)}.rarity-rare{color:var(--rarity-rare);border:1px solid var(--rarity-rare)}.rarity-epic{color:var(--rarity-epic);border:1px solid var(--rarity-epic)}.rarity-legendary{color:var(--rarity-legendary);border:1px solid var(--rarity-legendary)}.rarity-bar-common{background:var(--rarity-common)}.rarity-bar-uncommon{background:var(--rarity-uncommon)}.rarity-bar-rare{background:var(--rarity-rare)}.rarity-bar-epic{background:var(--rarity-epic)}.rarity-bar-legendary{background:var(--rarity-legendary)}.page-wrapper{max-width:1400px;margin:0 auto;padding:24px 20px;flex:1}.loading-spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin:60px auto}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{color:#f06060;background:#f060601a;border:1px solid rgba(240,96,96,.3);border-radius:var(--radius-sm);padding:12px 16px;font-size:.875rem}.empty-state{text-align:center;padding:80px 20px;color:var(--text-secondary)}.empty-state h3{font-size:1.2rem;margin-bottom:8px;color:var(--text-primary)}@media (max-width: 768px){.page-wrapper{padding:16px 12px}}
