.video-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.video-bg video{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) brightness(.45);opacity:.18}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;background-color:#181818;color:#e6e6e6;min-height:100vh;position:relative;overflow-x:hidden}body::before,body::after{content:'';position:fixed;top:0;width:40%;height:100%;pointer-events:none;z-index:0}body::before{left:-15%;background:radial-gradient(ellipse at center,rgb(255 255 255 / .04) 0%,#fff0 70%)}body::after{right:-15%;background:radial-gradient(ellipse at center,rgb(255 255 255 / .04) 0%,#fff0 70%)}.header-area{width:80%;max-width:1180px;margin:0 auto;height:13rem;position:relative;overflow:hidden;z-index:1}.header-text{text-transform:uppercase;color:#e6e6e6;position:absolute;left:50%;top:-1rem;transform:translateX(-50%);margin-top:5rem;text-align:center;z-index:1}.header-sub{font-size:1.25rem}.header-main{font-weight:700;font-size:2.25rem;line-height:2rem}.header-glow{position:absolute;bottom:0;left:0;width:100%;height:60%;background:radial-gradient(ellipse at bottom,rgb(255 255 255 / .2) 0%,#fff0 70%)}.table-container{border:2px solid #4a4a4a;border-radius:.5rem;overflow:hidden;width:91.666667%;max-width:1180px;margin:0 auto 1.25rem auto;overflow-x:auto;position:relative;z-index:1}table{width:100%;color:#e6e6e6;background-color:#181818;border-collapse:collapse}thead th{padding:1rem .5rem;font-size:.875rem;white-space:nowrap;font-weight:500}tbody td{text-align:center;height:51.55px;padding:.5rem;white-space:nowrap;transition:background-color 0.3s ease}tbody td:not(:last-child){border-right:1px solid #4a4a4a}tbody tr.row-even td{background-color:#252525}tbody tr:first-child td{border-top:1px solid #ecda8b;border-bottom:1px solid #ecda8b}tbody tr:first-child td:first-child{border-left:1px solid #ecda8b}tbody tr:first-child td:last-child{border-right:1px solid #ecda8b}tbody tr:first-child:hover td{background-color:rgb(236 218 139 / .08);box-shadow:inset 0 0 20px rgb(236 218 139 / .03)}tbody tr:not(:first-child):hover td{background-color:rgb(255 255 255 / .06)}tbody tr.row-even:not(:first-child):hover td{background-color:rgb(255 255 255 / .08)}.rank-icon{width:2rem;margin:0 auto;display:block}.name-with-icon{display:flex;align-items:center;justify-content:center}.youtube-icon{width:1.25rem;height:auto;margin-right:.5rem;fill:#e6e6e6}.download-btn{color:#ecda8b;border:1px solid #989898;border-radius:.375rem;padding:.15rem .75rem;font-weight:600;font-size:.8125rem;line-height:1.35rem;text-decoration:none;display:inline-block;transition:background-color 0.25s ease,border-color 0.25s ease}.download-btn:hover{background-color:#323232;border-color:#ecda8b}@media (min-width:768px){.download-btn{padding:.15rem 1rem}}.ghost-row td{height:51.55px;opacity:var(--ghost-opacity,.5);pointer-events:none}.ghost-row td:not(:last-child){border-right:1px solid #4a4a4a}.ghost-num{color:#666;font-size:.875rem;font-weight:500}.ghost-bar{display:inline-block;height:10px;border-radius:4px;background-color:#3a3a3a}.ghost-row:hover td{background-color:inherit!important}.table-container::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(to bottom,#fff0 0%,rgb(24 24 24 / .85) 65%,#181818 100%);pointer-events:none;z-index:2}.teaser-overlay{position:absolute;bottom:10px;left:0;width:100%;text-align:center;z-index:3;pointer-events:none}.teaser-text{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#ecda8b;animation:teaser-breathe 4s ease-in-out infinite}@keyframes teaser-breathe{0%,100%{opacity:.4}50%{opacity:.7}}

/* Info Toggle Button */
.info-toggle-wrapper{width:91.666667%;max-width:1180px;margin:1rem auto .75rem auto;position:relative;z-index:1}.info-toggle-btn{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid #3a3a3a;border-radius:.375rem;padding:.5rem 1rem;color:#ecda8b;font-family:'Inter',sans-serif;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .3s ease;letter-spacing:.03em}.info-toggle-btn:hover{border-color:#ecda8b;background-color:rgb(236 218 139 / .04)}.info-icon{width:1rem;height:1rem;flex-shrink:0;opacity:.8}.chevron-icon{width:.875rem;height:.875rem;margin-left:auto;transition:transform .3s ease;opacity:.6}.info-toggle-btn[aria-expanded="true"] .chevron-icon{transform:rotate(180deg)}

/* Info Panel */
.info-panel{width:91.666667%;max-width:1180px;margin:0 auto;position:relative;z-index:1;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1),margin-bottom .3s ease;margin-bottom:0}.info-panel.open{max-height:600px;margin-bottom:.75rem}.info-panel-inner{border:1px solid #333;border-radius:.5rem;background:linear-gradient(180deg,rgb(30 30 30 / .95) 0%,rgb(24 24 24 / .98) 100%);padding:1.5rem 1.75rem;backdrop-filter:blur(8px)}.info-title{font-size:1rem;font-weight:600;color:#e6e6e6;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.info-title::before{content:'';display:inline-block;width:3px;height:1.1em;background:#ecda8b;border-radius:2px;flex-shrink:0}.info-text{font-size:.8125rem;line-height:1.65;color:#999;margin-bottom:.65rem}.info-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1rem}.info-link-card{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem;border:1px solid #2e2e2e;border-radius:.375rem;text-decoration:none;transition:all .25s ease;background:rgb(255 255 255 / .015)}.info-link-card:hover{border-color:#4a4a4a;background:rgb(255 255 255 / .04)}.link-arrow{width:.875rem;height:.875rem;color:#ecda8b;flex-shrink:0;opacity:.7}.link-title{display:block;font-size:.8125rem;font-weight:500;color:#e6e6e6;line-height:1.3}.link-url{display:block;font-size:.6875rem;color:#666;margin-top:.15rem;line-height:1.2}@media (max-width:767px){.info-links-grid{grid-template-columns:1fr}.info-panel-inner{padding:1.25rem 1rem}}

body {
  padding-bottom: 8rem;
}