@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap";:root{--bg: #0a0e1a;--surface: #111827;--surface-2: #1a2235;--surface-3: #0d1424;--border: rgba(255,140,66,.12);--border-hover: rgba(255,140,66,.35);--peach: #ff8c42;--peach-dim: rgba(255,140,66,.1);--rose: #ff6b9d;--mint: #00e5a0;--sky: #4a9eff;--text: #ffffff;--text-muted: #4a5568;--text-dim: #94a3b8;--radius: 12px;--radius-sm: 8px;--font-ui: "Space Grotesk", sans-serif;--font-data: "Space Mono", monospace;--t: .2s ease;--glow: 0 0 24px rgba(255,140,66,.12)}#particle-canvas{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#0a0e1a}::-webkit-scrollbar-thumb{background:#ff8c424d;border-radius:2px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-ui);color:var(--text);background:var(--bg);min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:60px;background:var(--surface-3);border-right:1px solid rgba(255,140,66,.08);display:flex;flex-direction:column;align-items:center;padding:1rem 0 1.5rem;z-index:200}.sidebar .sidebar-logo{font-size:1.4rem;margin-bottom:1.5rem;line-height:1}.sidebar .sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.sidebar .nav-item{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:all var(--t);text-decoration:none;position:relative}.sidebar .nav-item svg{width:18px;height:18px;stroke:currentColor}.sidebar .nav-item:hover{color:var(--text-dim);background:var(--surface-2)}.sidebar .nav-item.active{color:var(--peach);background:var(--peach-dim);filter:drop-shadow(0 0 4px rgba(255,140,66,.8))}.sidebar .nav-item:after{content:attr(title);position:absolute;left:calc(100% + 10px);background:var(--surface-3);color:var(--text);font-size:.72rem;font-weight:500;font-family:var(--font-ui);padding:.3rem .65rem;border-radius:6px;border:1px solid var(--border);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--t)}.sidebar .nav-item:hover:after{opacity:1}.sidebar .nav-item.alert-active svg{animation:bell-shake .4s ease 3;color:var(--peach)}@keyframes bell-shake{0%,to{transform:rotate(0)}25%{transform:rotate(-12deg)}75%{transform:rotate(12deg)}}.main-wrapper{margin-left:60px;min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.site-header{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:56px;background:#0a0e1af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,140,66,.1);position:sticky;top:0;z-index:100}.site-header .header-left{display:flex;align-items:center;gap:1rem}.site-header .logo-text{font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text)}.site-header .logo-text .logo-accent{color:var(--peach);filter:drop-shadow(0 0 6px rgba(255,140,66,.7))}.site-header .contract-badge{font-family:var(--font-data);font-size:.7rem;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:.2rem .6rem}.site-header .contract-badge a{color:inherit;text-decoration:none}.site-header .contract-badge a:hover{color:var(--peach)}.site-header .header-right{display:flex;align-items:center;gap:.85rem;font-family:var(--font-data);font-size:.7rem;color:var(--text-muted)}.site-header .live-badge{display:flex;align-items:center;gap:.35rem;color:var(--mint);font-weight:700;font-size:.68rem;font-family:var(--font-ui);letter-spacing:.1em;text-shadow:0 0 8px rgba(0,229,160,.6)}.site-header .live-badge .dot{width:6px;height:6px;background:var(--mint);border-radius:50%;box-shadow:0 0 10px #00e5a0cc;animation:pulse-dot 1.6s infinite}.site-header .refresh-timer,.site-header .last-update{color:var(--text-muted)}.site-header .header-nav{display:flex;align-items:center;gap:.5rem;font-family:var(--font-ui);font-size:.8rem}.site-header .header-nav a{color:#ffffff80;text-decoration:none;transition:color var(--t)}.site-header .header-nav a:hover{color:var(--peach)}.site-header .header-nav .header-nav-sep{color:#ffffff2e}@media (max-width: 768px){.site-header{padding:0 1rem}.site-header .contract-badge,.site-header .last-update{display:none}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.container{max-width:1320px;margin:0 auto;padding:1.75rem 2rem;flex:1}.page-section{margin-bottom:2rem}.page-section .section-heading{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.page-section .section-heading h2{font-size:1rem;font-weight:700;color:var(--text)}.page-section .section-heading .sub-note{font-size:.72rem;color:var(--text-muted)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 900px){.grid-2{grid-template-columns:1fr}}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem}@media (max-width: 1100px){.grid-4{grid-template-columns:1fr 1fr}}.grid-6040{display:grid;grid-template-columns:3fr 2fr;gap:1.25rem}@media (max-width: 1100px){.grid-6040{grid-template-columns:1fr}}.col-charts{display:flex;flex-direction:column;gap:1.25rem}.col-activity{display:flex;flex-direction:column}.col-activity .card{flex:1;display:flex;flex-direction:column}.col-activity .activity-list{flex:1}.card{background:#111827e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,140,66,.12);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:border-color var(--t),box-shadow var(--t)}.card:hover{border-color:#ff8c4259;box-shadow:0 0 24px #ff8c421a}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-header h2{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);display:flex;align-items:center;gap:.4rem}.section-header .sub-note{font-size:.7rem;color:var(--text-muted)}.section-header .tab-group{display:flex;gap:.3rem}.section-header .tab-btn{padding:.22rem .6rem;border-radius:20px;border:1px solid var(--border);background:transparent;font-family:var(--font-ui);font-size:.72rem;font-weight:600;cursor:pointer;color:var(--text-muted);transition:all var(--t)}.section-header .tab-btn.active,.section-header .tab-btn:hover{background:var(--peach-dim);border-color:var(--peach);color:var(--peach)}.metric-card{padding:1.25rem;animation:card-fade-in .45s ease forwards;opacity:0}.metric-card:nth-child(1){animation-delay:0s}.metric-card:nth-child(2){animation-delay:.07s}.metric-card:nth-child(3){animation-delay:.14s}.metric-card:nth-child(4){animation-delay:.21s}.metric-card .metric-icon{width:30px;height:30px;border-radius:8px;background:var(--peach-dim);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.metric-card .metric-icon svg{width:14px;height:14px;color:var(--peach);stroke:currentColor}.metric-card .metric-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.35rem}.metric-card .metric-value{font-family:var(--font-data);font-size:1.65rem;font-weight:700;color:var(--peach);text-shadow:0 0 16px rgba(255,140,66,.7);line-height:1.1;min-height:2rem}.metric-card .metric-delta{display:inline-block;font-size:.68rem;font-weight:700;font-family:var(--font-data);padding:.12rem .45rem;border-radius:4px;margin-top:.35rem;min-height:1.3rem}.metric-card .metric-delta.up{background:#00e5a01a;color:var(--mint);text-shadow:0 0 8px rgba(0,229,160,.6)}.metric-card .metric-delta.down{background:#ff6b9d1a;color:var(--rose);text-shadow:0 0 8px rgba(255,107,157,.5)}.metric-card .metric-delta.flat{background:var(--surface-3);color:var(--text-muted)}.metric-card .metric-footer{margin-top:.25rem;font-size:.68rem;color:var(--text-muted);font-family:var(--font-data)}.metric-card .metric-sparkline{margin-top:.75rem;height:32px}.metric-card .metric-sparkline svg{width:100%;height:32px;display:block}@keyframes card-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chart-wrap{position:relative;height:200px;width:100%}.chart-wrap-sm{position:relative;height:150px;width:100%}.chart-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.78rem;color:var(--text-muted);font-family:var(--font-data);background:#0a0e1ab3;border-radius:var(--radius-sm)}.sniper-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 1100px){.sniper-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.sniper-grid{grid-template-columns:1fr}}.sniper-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;display:block;transition:transform var(--t),border-color var(--t),box-shadow var(--t)}.sniper-card:hover{transform:scale(1.02);border-color:#ff8c4266;box-shadow:0 8px 32px #ff8c4233,0 0 16px #ff8c4226}.sniper-card:hover .sniper-buy-overlay{opacity:1}.sniper-card .sniper-img-wrap{position:relative;aspect-ratio:1;background:var(--surface-3);overflow:hidden}.sniper-card .sniper-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.sniper-card .sniper-img-wrap:hover img{transform:scale(1.05)}.sniper-card .sniper-img-wrap .rank-badge{position:absolute;top:8px;left:8px;background:#4a9eff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#4a9eff;font-size:.65rem;font-weight:700;font-family:var(--font-data);padding:.18rem .5rem;border-radius:5px;border:1px solid rgba(74,158,255,.3)}.sniper-card .sniper-img-wrap .hot-badge{position:absolute;top:8px;right:8px;background:linear-gradient(135deg,#ff8c42,#ff6b9d);color:#fff;font-size:.62rem;font-weight:700;font-family:var(--font-ui);padding:.18rem .5rem;border-radius:5px;box-shadow:0 0 12px #ff8c4280;animation:hot-pulse 1.8s infinite}.sniper-card .sniper-img-wrap .sniper-buy-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ff8c4226;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--t)}.sniper-card .sniper-img-wrap .sniper-buy-overlay span{background:var(--peach);color:#1a1a1a;font-weight:700;font-size:.8rem;padding:.5rem 1.1rem;border-radius:var(--radius-sm)}.sniper-card .sniper-info{padding:.85rem}.sniper-card .sniper-info .sniper-token-id{font-size:.85rem;font-weight:600;color:var(--text)}.sniper-card .sniper-info .sniper-rarity{font-size:.68rem;color:var(--peach);font-family:var(--font-data);margin-top:.12rem}.sniper-card .sniper-info .sniper-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:.55rem}.sniper-card .sniper-info .sniper-price-row .sniper-price{font-family:var(--font-data);font-size:.88rem;font-weight:700;color:var(--text)}.sniper-card .sniper-info .sniper-price-row .sniper-traits{font-size:.68rem;color:var(--text-muted);font-family:var(--font-data)}@keyframes hot-pulse{0%,to{opacity:1}50%{opacity:.65}}.activity-list{display:flex;flex-direction:column;gap:.45rem;max-height:480px;overflow-y:auto;padding-right:2px}.activity-list::-webkit-scrollbar{width:4px}.activity-list::-webkit-scrollbar-track{background:#0a0e1a80}.activity-list::-webkit-scrollbar-thumb{background:#ff8c424d;border-radius:2px}.activity-item{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:.6rem;padding:.6rem .75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color var(--t);animation:slide-in-right .25s ease}.activity-item.whale{border-left:2px solid var(--peach);background:#ff8c420f}.activity-item:hover{border-color:#ff8c4233}.activity-item .wallet-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0}.activity-item .activity-main{min-width:0}.activity-item .activity-main .activity-title{font-size:.8rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-item .activity-main .activity-addr{font-size:.66rem;color:var(--text-muted);font-family:var(--font-data);margin-top:.08rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-item .activity-price{text-align:right;font-family:var(--font-data);font-size:.82rem;font-weight:700;white-space:nowrap}.activity-item .activity-price .activity-time{display:block;font-size:.62rem;color:var(--text-muted);font-weight:400;margin-top:.08rem}.whale-badge{display:inline-block;font-size:.6rem;font-weight:700;background:#ff8c4226;color:var(--peach);padding:.08rem .35rem;border-radius:4px;vertical-align:middle;margin-right:.2rem}@keyframes slide-in-right{0%{transform:translate(16px);opacity:0}to{transform:translate(0);opacity:1}}.holder-bars{display:flex;flex-direction:column;gap:.65rem}.holder-row{display:grid;grid-template-columns:75px 1fr 44px;align-items:center;gap:.7rem}.holder-row .holder-label{font-size:.7rem;font-weight:600;color:var(--text-muted);text-align:right}.holder-row .holder-bar-track{height:7px;background:var(--surface-3);border-radius:4px;overflow:hidden}.holder-row .holder-bar-track .holder-bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--peach),var(--rose));transition:width .8s ease}.holder-row .holder-pct{font-family:var(--font-data);font-size:.7rem;font-weight:700;color:var(--text-dim)}.alert-form{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}.alert-form select,.alert-form input[type=number]{flex:1;min-width:90px;padding:.48rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);font-family:var(--font-ui);font-size:.8rem;color:var(--text);outline:none;transition:border-color var(--t);-webkit-appearance:none}.alert-form select:focus,.alert-form input[type=number]:focus{border-color:var(--peach)}.alert-form select option,.alert-form input[type=number] option{background:var(--surface-2)}.alert-form button{padding:.48rem 1rem;border-radius:var(--radius-sm);border:none;background:linear-gradient(135deg,var(--peach),var(--rose));color:#1a1a1a;font-family:var(--font-ui);font-weight:700;font-size:.8rem;cursor:pointer;transition:opacity var(--t)}.alert-form button:hover{opacity:.85}.alert-list{display:flex;flex-direction:column;gap:.45rem}.alert-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem .85rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.alert-item .alert-desc{font-size:.8rem;font-weight:600;font-family:var(--font-data);color:var(--text-dim)}.alert-item .alert-status{font-size:.66rem;font-weight:700;padding:.12rem .45rem;border-radius:4px}.alert-item .alert-status.active{background:#00e5a01a;color:var(--mint);text-shadow:0 0 6px rgba(0,229,160,.5)}.alert-item .alert-status.triggered{background:#ff8c4226;color:var(--peach);animation:alert-blink 1s infinite}.alert-item .alert-remove{background:none;border:none;cursor:pointer;font-size:.88rem;color:var(--text-muted);padding:.1rem .3rem;border-radius:4px;transition:color var(--t)}.alert-item .alert-remove:hover{color:var(--rose)}@keyframes alert-blink{0%,to{opacity:1}50%{opacity:.5}}.error-banner{padding:.6rem 1rem;background:#ff6b9d14;border:1px solid rgba(255,107,157,.25);border-radius:var(--radius-sm);color:var(--rose);font-size:.78rem;font-weight:600;margin-bottom:1rem;display:none}.error-banner.visible{display:block}.empty-msg{color:var(--text-muted);font-size:.78rem;padding:.5rem 0;font-family:var(--font-data)}.skeleton{background:linear-gradient(90deg,var(--surface-3) 25%,var(--surface-2) 50%,var(--surface-3) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;display:inline-block}.skeleton.sk-value{width:90px;height:28px}.skeleton.sk-sub{width:60px;height:12px;margin-top:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:999}.toast{padding:.75rem 1.1rem;border-radius:var(--radius-sm);background:var(--surface-3);border:1px solid var(--border);color:var(--text);font-size:.78rem;font-weight:500;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #00000080;animation:toast-in .3s ease;max-width:320px}.toast.toast-alert{background:#ff8c421f;border-color:#ff8c4259;color:var(--peach)}@keyframes toast-in{0%{transform:translate(110%);opacity:0}to{transform:translate(0);opacity:1}}.site-footer{padding:1.25rem 2rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.7rem;font-family:var(--font-data)}.site-footer .footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;max-width:1320px;margin:0 auto}.site-footer .footer-links{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.site-footer a{color:var(--text-muted);text-decoration:none;transition:color var(--t)}.site-footer a:hover{color:var(--peach)}.holder-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem;flex-wrap:wrap}.explorer-progress-wrap{margin-bottom:1.5rem}.explorer-progress-wrap .explorer-progress-bar{height:4px;background:var(--surface-3);border-radius:2px;overflow:hidden;margin-bottom:.55rem}.explorer-progress-wrap .explorer-progress-bar .explorer-progress-fill{height:100%;background:linear-gradient(90deg,var(--peach),var(--rose));border-radius:2px;transition:width .5s ease;width:0%}.explorer-progress-wrap .explorer-progress-label{font-size:.73rem;color:var(--text-muted);font-family:var(--font-data)}.explorer-controls{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.9rem}.explorer-filter-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-end}.filter-select-wrap{display:flex;flex-direction:column;gap:.28rem;min-width:120px;max-width:160px}.filter-select-wrap .filter-label{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.filter-multi-dropdown{position:relative}.filter-multi-dropdown .filter-dropdown-btn{width:100%;padding:.4rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);font-family:var(--font-ui);font-size:.76rem;color:var(--text);cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:.4rem;transition:border-color var(--t);white-space:nowrap;overflow:hidden}.filter-multi-dropdown .filter-dropdown-btn:hover{border-color:#ffffff26}.filter-multi-dropdown.open .filter-dropdown-btn{border-color:var(--peach)}.filter-multi-dropdown .filter-arrow{font-size:.6rem;color:var(--text-muted);flex-shrink:0;transition:transform var(--t)}.filter-multi-dropdown.open .filter-arrow{transform:rotate(180deg)}.filter-multi-dropdown .filter-dropdown-panel{position:absolute;top:calc(100% + 4px);left:0;min-width:185px;max-height:230px;overflow-y:auto;background:var(--surface-3);border:1px solid var(--border);border-radius:var(--radius-sm);z-index:300;padding:.3rem 0;box-shadow:0 8px 32px #0000008c}.filter-multi-dropdown .filter-dropdown-panel::-webkit-scrollbar{width:3px}.filter-multi-dropdown .filter-dropdown-panel::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.filter-multi-dropdown .filter-option{display:flex;align-items:center;gap:.5rem;padding:.36rem .7rem;cursor:pointer;transition:background var(--t)}.filter-multi-dropdown .filter-option:hover{background:#ffffff0a}.filter-multi-dropdown .filter-option input[type=checkbox]{width:13px;height:13px;accent-color:var(--peach);cursor:pointer;flex-shrink:0}.filter-multi-dropdown .filter-option .filter-option-name{flex:1;font-size:.74rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-multi-dropdown .filter-option .filter-option-pct{font-family:var(--font-data);font-size:.62rem;color:var(--text-muted);flex-shrink:0}.explorer-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.sort-group{display:flex;gap:.3rem;flex-wrap:wrap}.sort-btn{padding:.28rem .7rem;border-radius:20px;border:1px solid var(--border);background:transparent;font-family:var(--font-ui);font-size:.71rem;font-weight:600;cursor:pointer;color:var(--text-muted);transition:all var(--t)}.sort-btn.active,.sort-btn:hover{background:var(--peach-dim);border-color:var(--peach);color:var(--peach)}.reset-filters-btn{padding:.28rem .8rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;font-family:var(--font-ui);font-size:.71rem;font-weight:600;cursor:pointer;color:var(--text-muted);transition:all var(--t)}.reset-filters-btn:hover{border-color:var(--rose);color:var(--rose)}.trait-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 1200px){.trait-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 860px){.trait-grid{grid-template-columns:repeat(2,1fr)}}.trait-card .trait-tags{display:flex;flex-wrap:wrap;gap:.28rem;margin-top:.5rem}.trait-card .trait-tag{font-size:.58rem;font-family:var(--font-data);padding:.1rem .38rem;border-radius:4px;background:var(--surface-3);color:var(--text-muted);border:1px solid var(--border);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.trait-card .trait-tag.matched{background:var(--peach-dim);color:var(--peach);border-color:#f5a97f4d}.load-more-wrap{display:flex;justify-content:center;margin-top:1.75rem;padding-bottom:1.5rem}.load-more-btn{padding:.7rem 2.2rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);font-family:var(--font-ui);font-size:.84rem;font-weight:600;cursor:pointer;color:var(--text-dim);transition:all var(--t)}.load-more-btn:hover{border-color:var(--peach);color:var(--peach);background:var(--peach-dim)}@media (max-width: 768px){.sidebar{top:auto;left:0;right:0;bottom:0;width:100%;height:54px;flex-direction:row;padding:0 .5rem;border-right:none;border-top:1px solid var(--border)}.sidebar .sidebar-logo{display:none}.sidebar .sidebar-nav{flex-direction:row;gap:0;justify-content:space-around;width:100%}.sidebar .nav-item:after{display:none}.main-wrapper{margin-left:0;padding-bottom:54px}.container{padding:1.25rem 1rem}.chart-wrap{height:175px}.chart-wrap-sm{height:135px}.sniper-grid,.trait-grid{grid-template-columns:repeat(2,1fr)}.explorer-filter-row{gap:.5rem}.filter-select-wrap{min-width:100px;max-width:unset;flex:1 1 calc(50% - .5rem)}.sort-btn{font-size:.65rem;padding:.25rem .55rem}}
