.hbc-kicker{color:var(--yellow);letter-spacing:3.4px;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:.9rem;font-size:11px;font-weight:700;display:flex}.hbc-kicker:before{content:"";background:var(--yellow);flex:none;width:26px;height:2px}.hbc-btn{letter-spacing:1.6px;text-transform:uppercase;cursor:pointer;clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:10px;padding:14px 30px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.hbc-btn svg{flex:none;width:18px;height:18px}.hbc-btn.lg svg{width:20px;height:20px}.hbc-btn.gold{background:var(--yellow);color:#000;box-shadow:0 0 #ffc70000}.hbc-btn.gold:hover{background:#ffd740;transform:translateY(-2px);box-shadow:0 14px 38px #ffc70038}.hbc-btn.lg{letter-spacing:1.9px;gap:12px;padding:19px 42px;font-size:14.5px}.hbc-hero{background-image:linear-gradient(90deg,#0000 0%,#ffc7002e 26% 74%,#0000 100%);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;align-items:center;min-height:min(46vh,400px);padding:2rem 0;display:flex;position:relative;overflow:hidden}.hbc-hero-art{z-index:0;pointer-events:none;background-image:image-set("/img/champion-hero-art.webp" 1x,"/img/champion-hero-art-2400.webp" 2x);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;animation:26s ease-in-out infinite alternate hbc-art-drift;position:absolute;inset:0}@keyframes hbc-art-drift{0%{transform:scale(1.03)translate(0)}to{transform:scale(1.08)translate(-1.4%)}}.hbc-hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0303032e 0%,#0303036b 16%,#03030366 54%,#03030324 72%,#0000 90%),linear-gradient(#050505 0%,#05050575 5%,#0505051a 15%,#0000 30% 72%,#05050570 90%,#050505 100%),radial-gradient(50% 62%,#0000 58%,#0303032e 100%),linear-gradient(#03030375,#03030375);position:absolute;inset:0}.hbc-hero:after{content:"";z-index:1;pointer-events:none;background-image:linear-gradient(#ffc70008 1px,#0000 1px),linear-gradient(90deg,#ffc70008 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;mask-image:radial-gradient(60% 80% at 22%,#000 0%,#0000 72%)}.hbc-hero-in{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 2.5rem;position:relative}.hbc-hero-copy{max-width:620px}.hbc-hero :is(h1,h2){text-transform:uppercase;letter-spacing:-1.8px;color:#fff;margin:0 0 .9rem;font-size:clamp(2.15rem,5.2vw,3.85rem);font-weight:800;line-height:.94}.hbc-hero :is(h1,h2) span{color:var(--yellow);text-shadow:0 0 46px #ffc7004d;display:block}.hbc-hero p{color:var(--text-dim);max-width:430px;margin:0 0 1.85rem;font-size:clamp(.9rem,1.08vw,1rem);line-height:1.8}.hbc-hero-cta{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hbc-nudge{color:var(--text-dim);align-items:center;gap:.9rem;max-width:210px;font-size:.86rem;line-height:1.45;display:flex}.hbc-nudge svg{width:44px;height:14px;color:var(--yellow);opacity:.75;flex:none;animation:2.6s ease-in-out infinite hbc-nudge-pt}@keyframes hbc-nudge-pt{0%,to{transform:translate(0)}50%{transform:translate(-6px)}}.hbc-sec{max-width:1280px;margin:0 auto;padding:1.15rem 2.5rem 3rem;position:relative}.hbc-row{flex-wrap:wrap;justify-content:center;align-items:stretch;max-width:1020px;margin:0 auto;display:flex}.hbc-item{color:inherit;cursor:pointer;opacity:0;flex-direction:column;flex:0 0 170px;justify-content:center;align-items:center;gap:.85rem;padding:1.15rem .75rem 1.35rem;text-decoration:none;transition:opacity .55s,transform .38s cubic-bezier(.2,.75,.2,1);display:flex;position:relative;transform:translateY(14px)}.hbc-item:focus-visible{outline:none}.hbc-item+.hbc-item:before{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#ffc70033 50%,#0000 100%);width:1px;position:absolute;top:20%;bottom:20%;left:0}.hbc-item:after{content:"";background:rgba(var(--brand,255,199,0),.8);opacity:0;height:1.5px;transition:opacity .3s,transform .32s cubic-bezier(.2,.75,.2,1);position:absolute;bottom:.35rem;left:1.6rem;right:1.6rem;transform:scaleX(.25)}.hbc-item:hover:after,.hbc-item:focus-visible:after{opacity:1;transform:scaleX(1)}.hbc-ico{color:#ffffffbd;flex:none;place-items:center;width:50px;height:50px;transition:color .3s,filter .3s,transform .32s cubic-bezier(.2,.75,.2,1);display:grid}.hbc-ico svg{width:100%;height:100%;display:block}.hbc-item:hover .hbc-ico,.hbc-item:focus-visible .hbc-ico{color:#fff;filter:drop-shadow(0 0 15px rgba(var(--brand,255,199,0),.4));transform:scale(1.07)}.hbc-name{text-transform:uppercase;letter-spacing:2.3px;color:#f2f2f270;white-space:nowrap;font-size:.68rem;font-weight:800;line-height:1;transition:color .3s;display:block}.hbc-item:hover .hbc-name,.hbc-item:focus-visible .hbc-name{color:var(--yellow)}.hbc-item.pending{opacity:.34;cursor:default;pointer-events:none}.hbc-row.visible .hbc-item{opacity:1;transform:translateY(0)}.hbc-row.visible .hbc-item:first-child{transition-delay:30ms}.hbc-row.visible .hbc-item:nth-child(2){transition-delay:80ms}.hbc-row.visible .hbc-item:nth-child(3){transition-delay:.13s}.hbc-row.visible .hbc-item:nth-child(4){transition-delay:.18s}.hbc-row.visible .hbc-item:nth-child(5){transition-delay:.23s}.hbc-row.visible .hbc-item:nth-child(6){transition-delay:.28s}.hbc-row.visible .hbc-item:hover,.hbc-row.visible .hbc-item:focus-visible{transition-delay:0s;transform:translateY(-4px)}.hbc-top{z-index:12;letter-spacing:1.8px;text-transform:uppercase;color:var(--text);border:1px solid var(--border2);cursor:pointer;clip-path:polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%);backdrop-filter:blur(6px);opacity:0;visibility:hidden;background:#0a0a0ad1;align-items:center;gap:9px;padding:11px 18px;font-size:11px;font-weight:700;transition:opacity .3s,transform .3s,visibility .3s,border-color .2s,color .2s;display:inline-flex;position:fixed;bottom:26px;right:26px;transform:translateY(12px)}.hbc-top.show{opacity:1;visibility:visible;transform:translateY(0)}.hbc-top:hover{border-color:var(--yellow);color:var(--yellow)}.hbc-top svg{width:13px;height:13px}@media (width<=1080px){.hbc-row{max-width:852px}.hbc-item{flex:0 0 142px;padding:1.05rem .6rem 1.25rem}.hbc-item:after{left:1.4rem;right:1.4rem}}@media (width<=900px){.hbc-hero{text-align:center;min-height:0;padding:3rem 0}.hbc-hero-in{padding:0 1.5rem}.hbc-hero-copy{max-width:none}.hbc-hero p{margin-left:auto;margin-right:auto}.hbc-kicker,.hbc-hero-cta{justify-content:center}.hbc-hero-art{background-position:50% 42%}.hbc-hero:before{background:linear-gradient(#050505 0%,#05050594 9%,#0303034d 30% 70%,#050505b3 90%,#050505 100%),linear-gradient(#03030366,#03030366)}.hbc-sec{padding:5rem 1.5rem}.hbc-row{max-width:708px}.hbc-item{flex:0 0 118px;gap:.7rem;padding:.95rem .5rem 1.15rem}.hbc-item:after{left:1.1rem;right:1.1rem}.hbc-ico{width:45px;height:45px}.hbc-name{letter-spacing:2px;font-size:.6rem}}@media (width<=620px){.hbc-hero{padding:2.75rem 0 1.75rem}.hbc-hero-in{padding:0 1rem}.hbc-kicker{margin-bottom:.55rem}.hbc-hero :is(h1,h2){letter-spacing:-.052em;text-wrap:balance;overflow-wrap:normal;margin:0 0 1rem;font-size:clamp(1.68rem,8vw,2.05rem)}.hbc-hero p{max-width:none;margin:0 0 1.6rem;line-height:1.7}.hbc-hero{text-align:left}.hbc-hero-cta{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.55rem}.hbc-hero-cta .hbc-btn{width:100%}.hbc-btn.lg{padding:13px 26px;font-size:13.5px}.hbc-nudge{display:none}.hbc-sec{padding:1.6rem 1rem 2.5rem}.hbc-row{max-width:330px}.hbc-item{flex:0 0 33.33%;gap:.6rem;padding:.7rem .25rem .85rem}.hbc-item+.hbc-item:before{display:none}.hbc-ico{width:41px;height:41px}.hbc-name{letter-spacing:1.7px;font-size:.56rem}.hbc-top{padding:10px 14px;bottom:14px;right:14px}}@media (prefers-reduced-motion:reduce){.community-page *{transition:none!important;animation:none!important}.community-page .fade-up,.hbc-row .hbc-item{opacity:1;transform:none}.hbc-item:hover,.hbc-btn:hover,.hbc-item:hover .hbc-ico{box-shadow:none;transform:none}}
